html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333333;
  font-size: 16rem;
  overflow: clip;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_os {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lang-zh-cn .font_os {
  font-family: inherit;
}

.c_red {
  color: #df1616;
}

.notes {
  font-size: 14rem;
}

.fadein {
  opacity: 0;
  transform: translateY(30rem);
  transition: 0.6s;
}
.fadein.in {
  opacity: 1;
  transform: translateY(0);
}
.fadein.delay01 {
  transition-delay: 0.3s;
}
.fadein.delay02 {
  transition-delay: 0.6s;
}

.lang_fixed {
  cursor: pointer;
  font-size: 14rem;
  position: fixed;
  top: 50rem;
  right: 20rem;
  width: 110rem;
  z-index: 1000;
  text-align: center;
  transition: all 0.3s linear;
}
.lang_fixed:hover .ttl + ul {
  max-height: 300rem;
}
.lang_fixed .ttl {
  background: #CB020A;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 2;
  pointer-events: none !important;
  cursor: pointer;
  padding: 0 0.5rem;
  text-decoration: none;
}
.lang_fixed .ttl::after {
  border-top: 2rem solid #fff;
  /*border-top: 1px solid #00267f;*/
  border-right: 2rem solid #fff;
  /*border-right: 1px solid #00267f;*/
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8rem;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%) rotate(135deg) skew(-2.5deg, -2.5deg);
  transition: 0.3s linear;
}
.lang_fixed ul {
  border: 1rem solid #CB020A;
  border-top: none;
  background: rgba(255, 255, 255, 0.8);
  /*background: rgba(0, 0, 0, 0.8);*/
  border-radius: 0 0rem 10rem 10rem;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: none;
  transition: max-height 0.3s ease, transform 0.3s ease;
}
.lang_fixed ul li {
  /*padding: 10rem 0 10rem 30rem;*/
  transition: 0.3s;
}
.lang_fixed ul li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .lang_fixed ul li:hover {
    /*background-color: #00267f;*/
    /*background-color: #fff;*/
    /*background: rgba(255, 255, 255, 1);*/
  }
  .lang_fixed ul li:hover a {
    /*color: #fff;*/
    /*color: #00267f;*/
    opacity: 0.5;
  }
}
.lang_fixed ul li + li {
  /*margin-top: 0.5em;*/
}
.lang_fixed ul li + li a {
  position: relative;
}
.lang_fixed ul li + li a::after {
  background-color: #fff;
  content: "";
  width: 70%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lang_fixed.active .ttl {
  background-color: #fff;
  transition: all 0.3s linear;
}
.lang_fixed.active .ttl a {
  color: #00267f;
}
.lang_fixed.active .ttl a::after {
  border-top: 1px solid #00267f;
  border-right: 1px solid #00267f;
}
.lang_fixed.active ul {
  background: #00267f;
  background: rgba(0, 38, 127, 0.9);
  border: 1px solid #496cc4;
  border-top: none;
}
.lang_fixed.active ul li a {
  color: #fff;
}
.lang_fixed.active ul li + li a::after {
  background-color: #496cc4;
}

.mv .mv_slide_wrap {
  height: 148rem;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.mv .mv_slide_wrap .mv_slide {
  display: flex;
  justify-content: center;
  width: 3000rem;
  z-index: 1;
  animation: loop-slide 50s infinite linear 1s both;
}
.mv .mv_slide_wrap.slide02 .mv_slide {
  animation-direction: reverse;
}
.mv .mv_wrap {
  width: 100%;
  padding-top: 30rem;
  padding-bottom: 50rem;
}
.mv .mv_wrap .tit_wrap {
  position: relative;
}
.mv .mv_wrap .tit_wrap .ph_mv {
  position: absolute;
  left: -315rem;
  bottom: -346rem;
  z-index: -1;
  width: 600rem;
}
.mv .mv_wrap .tit_wrap .mv_tit {
  position: absolute;
  width: 645rem;
  top: -120rem;
  right: -388rem;
  z-index: -1;
}
.mv .mv_wrap .tit_wrap h1 {
  font-size: 58rem;
  font-weight: bold;
  padding-left: 43rem;
  background-color: #fff;
  padding-left: 43rem;
  padding-bottom: 20rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  z-index: 1;
  position: relative;
}
.mv .mv_wrap .mv_text {
  width: 915rem;
  margin-left: auto;
  margin-right: -36rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 45rem;
  padding-left: 45rem;
  padding-right: 45rem;
  position: relative;
  line-height: 2;
  display: flex;
}
.mv .mv_wrap .mv_text .ph_mv {
  margin: -150rem 0 0 -700rem;
  position: relative;
  width: 600rem;
}
.mv .mv_wrap .mv_text .text_wrap {
  width: 915rem;
  margin: 0 -30rem 0 auto;
}

.to_top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 100;
  display: none;
}
.to_top img {
  width: 70rem;
  height: 70rem;
}

.content_wrap {
  margin-top: 80rem;
  padding-bottom: 80rem;
}
.content_wrap .bnr_wrap {
  position: relative;
}
.content_wrap .bnr_wrap + .bnr_wrap {
  margin-top: 45rem;
}
.content_wrap .bnr_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 75rem;
  height: 75rem;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_arrow.svg) no-repeat center top/contain;
  z-index: 1;
  transition: 0.3s;
  pointer-events: none;
}
.content_wrap .bnr_wrap:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.content_wrap .travel {
  margin-top: 110rem;
}
.content_wrap .travel .tit_wrap {
  position: relative;
}
.content_wrap .travel .tit_wrap h2 {
  width: 312rem;
  height: 46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #CB020A;
  border-radius: 35rem;
  font-size: 22rem;
  font-weight: 500;
  color: #CB020A;
  background-color: #fff;
}
.content_wrap .travel .tit_wrap::before, .content_wrap .travel .tit_wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 434rem;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CB020A;
}
.content_wrap .travel .tit_wrap::before {
  left: 0;
}
.content_wrap .travel .tit_wrap::after {
  right: 0;
}
.content_wrap .travel .lead {
  font-size: 22rem;
  text-align: center;
  margin-top: 40rem;
  font-weight: 500;
}
.content_wrap .travel .map_wrap {
  margin-top: 60rem;
  position: relative;
}
.content_wrap .travel .map_wrap .anchor {
  position: absolute;
}
.content_wrap .travel .map_wrap .anchor.hokkaido {
  top: 50rem;
  left: 560rem;
}
.content_wrap .travel .map_wrap .anchor.hokkaido a::before {
  background: url(../img/ico_pin_hokkaido.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.tohoku {
  top: 362rem;
  right: 100rem;
}
.content_wrap .travel .map_wrap .anchor.tohoku a::before {
  background: url(../img/ico_pin_tohoku.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.hokuriku {
  top: 316rem;
  left: 412rem;
}
.content_wrap .travel .map_wrap .anchor.hokuriku a::before {
  background: url(../img/ico_pin_hokuriku.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.kanto {
  top: 520rem;
  right: 140rem;
}
.content_wrap .travel .map_wrap .anchor.kanto a::before {
  background: url(../img/ico_pin_kanto.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.tokai {
  bottom: 230rem;
  right: 275rem;
}
.content_wrap .travel .map_wrap .anchor.tokai a::before {
  background: url(../img/ico_pin_tokai.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.kansai {
  top: 420rem;
  left: 390rem;
}
.content_wrap .travel .map_wrap .anchor.kansai a::before {
  background: url(../img/ico_pin_kansai.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.chugoku {
  bottom: 360rem;
  left: 185rem;
}
.content_wrap .travel .map_wrap .anchor.chugoku a::before {
  background: url(../img/ico_pin_chugoku.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.shikoku {
  bottom: 128rem;
  left: 438rem;
}
.content_wrap .travel .map_wrap .anchor.shikoku a::before {
  background: url(../img/ico_pin_shikoku.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.kyushu {
  bottom: 250rem;
  left: 40rem;
}
.content_wrap .travel .map_wrap .anchor.kyushu a::before {
  background: url(../img/ico_pin_kyusyu.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor.okinawa {
  bottom: 40rem;
  left: 72rem;
}
.content_wrap .travel .map_wrap .anchor.okinawa a::before {
  background: url(../img/ico_pin_okinawa.svg) no-repeat center top/contain;
}
.content_wrap .travel .map_wrap .anchor a {
  background-color: #fff;
  border: 1px solid #CB020A;
  font-size: 25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15rem 70rem;
  position: relative;
  font-weight: bold;
  font-size: 25rem;
  border-radius: 40rem;
  display: block;
  transition: 0.3s;
}
.content_wrap .travel .map_wrap .anchor a::before {
  position: absolute;
  content: "";
  display: block;
  width: 18rem;
  height: 28rem;
  top: 50%;
  transform: translateY(-50%);
  left: 40rem;
  background: url(../img/ico_pin.svg) no-repeat center top/contain;
  transition: 0.3s;
}
.content_wrap .travel .map_wrap .anchor a::after {
  position: absolute;
  content: "";
  display: block;
  width: 12rem;
  height: 21rem;
  top: 50%;
  transform: translateY(-50%);
  right: 30rem;
  background: url(../img/ico_arrow_r.svg) no-repeat center top/contain;
  transition: 0.3s;
}
.content_wrap .travel .travel_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 65rem 40rem;
  margin-top: 45rem;
}
.content_wrap .travel .travel_content .area {
  width: 850rem;
}
.content_wrap .travel .travel_content .area h2 {
  font-size: 30rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 86rem;
  width: 100%;
  background-color: #CB020A;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.content_wrap .travel .travel_content .area .flex_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem 30rem;
}
.content_wrap .travel .travel_content .area .box {
  margin-top: 18rem;
  padding-bottom: 50rem;
  width: 410rem;
  border: 1px solid #B2B2B2;
  text-align: center;
  position: relative;
}
.content_wrap .travel .travel_content .area .box .img_wrap {
  width: 360rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.content_wrap .travel .travel_content .area .box .img_wrap img {
  transition: 0.3s;
}
.content_wrap .travel .travel_content .area .box a {
  display: block;
  padding-top: 25rem;
  padding-bottom: 15rem;
}
.content_wrap .travel .travel_content .area .box a:hover .img_wrap img {
  transform: scale(1.05);
}
.content_wrap .travel .travel_content .area .box h3 {
  font-size: 24rem;
  font-weight: bold;
  margin-top: 15rem;
  position: relative;
}
.content_wrap .travel .travel_content .area .box h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 34rem;
  height: 34rem;
  top: 50%;
  right: 30rem;
  transform: translateY(-50%);
  background: url(../img/ico_arrow.svg) no-repeat center top/contain;
}
.content_wrap .travel .travel_content .area .box .detail {
  color: #939393;
  font-size: 15rem;
  line-height: 1.4;
  border-top: 1px solid #939393;
  padding-top: 10rem;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 15rem;
  transform: translateX(-50%);
}
.content_wrap .travel .travel_content .area .box .detail a {
  display: block;
  padding: 0;
  text-decoration: underline;
}
.content_wrap .bnr_disaster {
  margin-top: 80rem;
}

.article {
  padding-top: 75rem;
  background-color: #EFFAF6;
  padding-bottom: 100rem;
}
.article h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30rem;
}
.article .swiper_wrap {
  margin-top: 35rem;
  width: 100%;
  position: relative;
}
.article .swiper_wrap .swiper-button-prev,
.article .swiper_wrap .swiper-button-next {
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  width: 45rem;
  height: 45rem;
}
.article .swiper_wrap .swiper-button-prev::after,
.article .swiper_wrap .swiper-button-next::after {
  content: "";
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  width: 45rem;
  height: 45rem;
}
.article .swiper_wrap .swiper-button-prev {
  left: 50%;
  transform: translateY(-50%) translateX(-640rem);
}
.article .swiper_wrap .swiper-button-prev::after {
  transform: translate(0) rotate(-135deg);
}
.article .swiper_wrap .swiper-button-next {
  right: 50%;
  transform: translateY(-50%) translateX(640rem);
}
.article .swiper_wrap .swiper-button-next::after {
  transform: translate(0) rotate(45deg);
}
.article .swiper_wrap .swiper-slide {
  width: 408rem;
  padding: 12rem;
  position: relative;
}
.article .swiper_wrap .swiper-slide .article_wrap {
  box-shadow: 0rem 3rem 5rem 2rem rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #fff;
  height: 412rem;
}
.article .swiper_wrap .swiper-slide .article_wrap a {
  opacity: 0.2;
  display: block;
  pointer-events: none;
}
.article .swiper_wrap .swiper-slide .article_wrap a .img_wrap {
  overflow: hidden;
}
.article .swiper_wrap .swiper-slide .article_wrap a .img_wrap img {
  transition: 0.3s;
}
.article .swiper_wrap .swiper-slide .article_wrap a:hover .img_wrap img {
  transform: scale(1.05);
}
.article .swiper_wrap .swiper-slide .article_wrap p {
  padding-top: 16rem;
  padding-bottom: 16rem;
  padding-left: 26rem;
  padding-right: 26rem;
  line-height: 1.8;
}
.article .swiper_wrap .swiper-slide.swiper-slide-prev .article_wrap a, .article .swiper_wrap .swiper-slide.swiper-slide-next .article_wrap a, .article .swiper_wrap .swiper-slide.swiper-slide-active .article_wrap a {
  opacity: 1;
  pointer-events: auto;
}
.article .swiper_wrap .swiper-slide.swiper-slide-prev .article_wrap a:hover, .article .swiper_wrap .swiper-slide.swiper-slide-next .article_wrap a:hover, .article .swiper_wrap .swiper-slide.swiper-slide-active .article_wrap a:hover {
  opacity: 0.8;
}

footer {
  padding-top: 30rem;
  padding-bottom: 20rem;
  text-align: center;
}
footer .logo_wrap {
  width: 490rem;
  margin-left: auto;
  margin-right: auto;
}
footer .copy {
  font-size: 14rem;
  margin-top: 10rem;
  color: #939393;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
  .content_wrap .travel .map_wrap .anchor a:hover {
    opacity: 1;
    background-color: #CB020A;
    color: #fff;
  }
  .content_wrap .travel .map_wrap .anchor a:hover::before {
    background: url(../img/ico_pin_w.svg) no-repeat center top/contain;
  }
  .content_wrap .travel .map_wrap .anchor a:hover::after {
    background: url(../img/ico_arrow_w.svg) no-repeat center top/contain;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 14rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .notes {
    font-size: 10rem;
  }
  .lang_fixed {
    top: 20rem;
    right: 12rem;
  }
  .mv .mv_slide_wrap {
    height: 70rem;
  }
  .mv .mv_slide_wrap .mv_slide {
    width: 1422rem;
  }
  .mv .mv_wrap {
    padding-top: 22rem;
    padding-bottom: 0;
  }
  .mv .mv_wrap .inner_wrap {
    width: 100%;
  }
  .mv .mv_wrap .tit_wrap {
    position: relative;
  }
  .mv .mv_wrap .tit_wrap .ph_mv {
    position: relative;
    width: 180rem;
    bottom: auto;
    left: auto;
    z-index: 1;
  }
  .mv .mv_wrap .tit_wrap .mv_tit {
    position: absolute;
    width: 190rem;
    top: 160rem;
    right: -8rem;
    z-index: 1;
  }
  .mv .mv_wrap .tit_wrap h1 {
    font-size: 22rem;
    padding-left: 13rem;
    background-color: transparent;
    padding-bottom: 13rem;
  }
  .mv .mv_wrap .mv_text {
    width: 325rem;
    margin-right: auto;
    padding-top: 10rem;
    padding-bottom: 20rem;
    padding-left: 0rem;
    padding-right: 0rem;
    line-height: 1.8;
    display: block;
  }
  .mv .mv_wrap .mv_text .ph_mv {
    width: 200rem;
    margin: 0 0 0 -30rem;
  }
  .mv .mv_wrap .mv_text .text_wrap {
    height: 215rem;
    padding-left: 25rem;
    padding-right: 25rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 330rem;
    margin: 20rem auto 0;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .mv .mv_wrap .mv_text .text_wrap .simplebar-scrollbar::before {
    background-color: #333333;
    border-radius: 10rem;
    width: 5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mv .mv_wrap .mv_text .text_wrap .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .mv .mv_wrap .mv_text .text_wrap .simplebar-track {
    background: #fff;
    border: 1px solid #D1D1D1;
    width: 11rem;
  }
  .mv .mv_wrap .mv_text .text_wrap::-webkit-scrollbar {
    display: none;
  }
  .to_top {
    bottom: 3%;
    right: 3%;
  }
  .to_top img {
    width: 36rem;
    height: 36rem;
  }
  .content_wrap {
    margin-top: 32rem;
    padding-bottom: 50rem;
  }
  .content_wrap .bnr_wrap {
    position: relative;
  }
  .content_wrap .bnr_wrap + .bnr_wrap {
    margin-top: 20rem;
  }
  .content_wrap .bnr_wrap::before {
    width: 29rem;
    height: 29rem;
    left: auto;
    right: 116rem;
    transform: translateY(-50%);
  }
  .content_wrap .travel {
    margin-top: 55rem;
    width: 100%;
  }
  .content_wrap .travel .tit_wrap {
    width: 355rem;
    margin-left: auto;
    margin-right: auto;
  }
  .content_wrap .travel .tit_wrap h2 {
    width: 225rem;
    height: 32rem;
    border: 1px solid #CB020A;
    border-radius: 22rem;
    font-size: 18rem;
  }
  .content_wrap .travel .tit_wrap::before, .content_wrap .travel .tit_wrap::after {
    width: 60rem;
    height: 1px;
  }
  .content_wrap .travel .lead {
    font-size: 14rem;
    margin-top: 15rem;
  }
  .content_wrap .travel .map_wrap {
    margin-top: 40rem;
    padding-bottom: 120rem;
  }
  .content_wrap .travel .map_wrap .anchor {
    position: absolute;
  }
  .content_wrap .travel .map_wrap .anchor.hokkaido {
    top: 5rem;
    left: 35rem;
  }
  .content_wrap .travel .map_wrap .anchor.tohoku {
    top: 65rem;
    left: 35rem;
  }
  .content_wrap .travel .map_wrap .anchor.hokuriku {
    top: 125rem;
    left: 35rem;
  }
  .content_wrap .travel .map_wrap .anchor.hokuriku a {
    padding-right: 30rem;
  }
  .content_wrap .travel .map_wrap .anchor.kanto {
    top: 305rem;
    right: 20rem;
  }
  .content_wrap .travel .map_wrap .anchor.tokai {
    top: 355rem;
    right: 20rem;
  }
  .content_wrap .travel .map_wrap .anchor.kansai {
    top: 405rem;
    bottom: auto;
    right: 20rem;
    left: auto;
  }
  .content_wrap .travel .map_wrap .anchor.shikoku {
    top: 455rem;
    right: 20rem;
    bottom: auto;
    left: auto;
  }
  .content_wrap .travel .map_wrap .anchor.chugoku {
    top: 410rem;
    left: 35rem;
    bottom: auto;
    right: auto;
  }
  .content_wrap .travel .map_wrap .anchor.kyushu {
    top: 460rem;
    left: 35rem;
    bottom: auto;
    right: auto;
  }
  .content_wrap .travel .map_wrap .anchor.okinawa {
    top: 510rem;
    left: 35rem;
    bottom: auto;
    right: auto;
  }
  .content_wrap .travel .map_wrap .anchor a {
    font-size: 16rem;
    padding: 0 25rem;
    border-radius: 27rem;
    height: 44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 146rem;
    text-align: center;
    line-height: 1.1;
  }
  .content_wrap .travel .map_wrap .anchor a::before {
    width: 22rem;
    height: 33rem;
    left: -11rem;
    background-color: #fff;
  }
  .content_wrap .travel .map_wrap .anchor a::after {
    width: 7rem;
    height: 12rem;
    right: 15rem;
  }
  .content_wrap .travel .travel_content {
    display: block;
    margin-top: 40rem;
  }
  .content_wrap .travel .travel_content .area {
    width: 340rem;
    margin-left: auto;
    margin-right: auto;
  }
  .content_wrap .travel .travel_content .area.area {
    margin-top: 30rem;
  }
  .content_wrap .travel .travel_content .area h2 {
    font-size: 20rem;
    height: 60rem;
  }
  .content_wrap .travel .travel_content .area .flex_wrap {
    display: block;
  }
  .content_wrap .travel .travel_content .area .box {
    margin-top: 15rem;
    padding-bottom: 40rem;
    width: 320rem;
    margin-left: auto;
    margin-right: auto;
  }
  .content_wrap .travel .travel_content .area .box .img_wrap {
    width: 300rem;
  }
  .content_wrap .travel .travel_content .area .box .img_wrap img {
    transition: 0.3s;
  }
  .content_wrap .travel .travel_content .area .box a {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .content_wrap .travel .travel_content .area .box a:hover .img_wrap img {
    transform: scale(1.05);
  }
  .content_wrap .travel .travel_content .area .box h3 {
    font-size: 20rem;
    margin-top: 12rem;
  }
  .content_wrap .travel .travel_content .area .box h3::before {
    width: 25rem;
    height: 25rem;
    right: 10rem;
  }
  .content_wrap .travel .travel_content .area .box .detail {
    font-size: 14rem;
    padding: 0 5rem;
    bottom: 10rem;
    padding-top: 8rem;
  }
  .content_wrap .travel .travel_content .area.hokkaido {
    width: 340rem;
  }
  .content_wrap .bnr_disaster {
    margin-top: 40rem;
  }
  .article {
    padding-top: 45rem;
    padding-bottom: 50rem;
  }
  .article h2 {
    font-size: 19rem;
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .article .swiper_wrap {
    margin-top: 20rem;
  }
  .article .swiper_wrap .swiper-button-prev,
  .article .swiper_wrap .swiper-button-next {
    width: 25rem;
    height: 25rem;
  }
  .article .swiper_wrap .swiper-button-prev::after,
  .article .swiper_wrap .swiper-button-next::after {
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    width: 25rem;
    height: 25rem;
  }
  .article .swiper_wrap .swiper-button-prev {
    left: 25rem;
    transform: translateY(-50%) translateX(0);
  }
  .article .swiper_wrap .swiper-button-next {
    right: 25rem;
    transform: translateY(-50%) translateX(0);
  }
  .article .swiper_wrap .swiper-slide {
    width: 300rem;
    padding: 6rem;
  }
  .article .swiper_wrap .swiper-slide .article_wrap {
    box-shadow: 0rem 1rem 5rem 2rem rgba(0, 0, 0, 0.1);
    height: 340rem;
  }
  .article .swiper_wrap .swiper-slide .article_wrap p {
    padding-top: 15rem;
    padding-bottom: 15rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .article .swiper_wrap .swiper-slide.swiper-slide-prev .article_wrap a, .article .swiper_wrap .swiper-slide.swiper-slide-next .article_wrap a {
    opacity: 0.2;
    pointer-events: none;
  }
  .article .swiper_wrap .swiper-slide.swiper-slide-active .article_wrap a {
    opacity: 1;
    pointer-events: auto;
  }
  footer {
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
  footer .logo_wrap {
    width: 250rem;
  }
  footer .copy {
    font-size: 12rem;
    margin-top: 6rem;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style_v2.css.map */