@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.header_wrap {
  position: relative;
}

.loading {
  position: fixed;
  z-index: 10003;
  width: 100%;
  height: 100vh;
  background: #f3f1ea;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.loading .skip_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  padding: 5px 12px;
  color: #000;
  border: 1px solid #444;
  line-height: 1;
  z-index: 10000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 768px) {
  .loading .skip_btn {
    padding: 3px 10px;
    letter-spacing: 0.1rem;
  }
}
.loading .skip_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.loading .skip_btn.is-white {
  color: #fff;
  border-color: #fff;
}
.loading .skip_btn.is-hidden {
  display: none;
}
.loading .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading .swiper-wrapper {
  height: 100vh;
}
.loading .swiper {
  position: relative;
}
.loading .swiper .slide-inner {
  position: relative;
}
.loading .swiper .slide-inner .txt {
  position: absolute;
  z-index: 2;
}
.loading .swiper .swiper-slide {
  background: #f3f1ea;
}
.loading .swiper span.cap {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
}

.loading-skip .loading {
  display: none !important;
}

.main_img {
  position: relative;
  margin-top: 0;
  background: #f3f1ea;
}
@media (max-width: 1280px) {
  .main_img {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .main_img {
    padding-top: 0;
  }
}
.main_img .replay_btn {
  position: absolute;
  top: 140px;
  right: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding: 7px 10px;
  color: #fff;
  background: #be9461;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 768px) {
  .main_img .replay_btn {
    top: 80px;
    padding: 5px 10px;
  }
}
.main_img .replay_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.obi_wrap {
  padding: 70px 0;
  background-image: url("../images/common/ttl_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 30px left;
}
@media (max-width: 768px) {
  .obi_wrap {
    padding: 40px 0;
    background-size: 25%;
    background-position: 10px;
    background-repeat: repeat;
  }
}
.obi_wrap .obi {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .obi_wrap .obi {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .obi_wrap .obi {
    width: 85%;
  }
}
.obi_wrap .obi {
  /* @include sp{
    width: 325px;
  } */
}
.obi_wrap .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  margin: 30px auto 0;
  gap: 10px;
}
@media (max-width: 1280px) {
  .obi_wrap .topic {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .obi_wrap .topic {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.obi_wrap .topic {
  /* @include sp{
    width: 325px;
  } */
}
.obi_wrap .topic li {
  padding: 25px 70px;
  background: linear-gradient(45deg, #c6a75d 0%, #fff5cf 65%, #c3984d 100%);
}
@media (max-width: 1280px) {
  .obi_wrap .topic li {
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  .obi_wrap .topic li {
    padding: 3% 12%;
  }
}

.koudou {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0.3rem;
}
@media (max-width: 1280px) {
  .koudou {
    width: 90%;
    font-size: 4.2vw;
  }
}
@media (max-width: 768px) {
  .koudou {
    width: 100%;
    font-size: 5.5vw;
    overflow: hidden;
  }
}
.koudou span.f_en {
  font-size: 120%;
}
.koudou dt {
  position: relative;
  margin-bottom: 40px;
}
.koudou dt::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(50, 50, 50, 0)), color-stop(1%, rgba(50, 50, 50, 0)), color-stop(50%, rgb(50, 50, 50)), to(rgba(50, 50, 50, 0)));
  background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 1%, rgb(50, 50, 50) 50%, rgba(50, 50, 50, 0) 100%);
  width: 100%;
  height: 1px;
}
@media (max-width: 768px) {
  .koudou dt::before {
    width: 110%;
  }
}
.koudou dd {
  font-size: 105%;
  color: #806e20;
}

.access {
  width: 1000px;
  margin: 80px auto 0;
}
@media (max-width: 1280px) {
  .access {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .access {
    width: 100%;
    margin: 40px auto 0;
  }
}
.access .photo {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .access .photo {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .access .photo {
    width: 100%;
  }
}
.access .photo span.cap {
  right: 8.5%;
  bottom: 6%;
}
@media (max-width: 768px) {
  .access .photo span.cap {
    right: 7%;
    bottom: 5%;
  }
}
.access .rosen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .access .rosen {
    margin-top: 30px;
    padding: 15px 0;
  }
}
.access .rosen img {
  width: 500px;
}
@media (max-width: 768px) {
  .access .rosen img {
    width: 75%;
  }
}
.access .rosen::before, .access .rosen::after {
  position: absolute;
  content: "";
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(50, 50, 50, 0)), color-stop(1%, rgba(50, 50, 50, 0)), color-stop(50%, rgb(50, 50, 50)), to(rgba(50, 50, 50, 0)));
  background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 1%, rgb(50, 50, 50) 50%, rgba(50, 50, 50, 0) 100%);
  width: 100%;
  height: 1px;
}
.access .rosen::before {
  top: 0;
}
.access .rosen::after {
  bottom: 0;
}
.access .trafic {
  margin-top: 30px;
}
.access .trafic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
@media (max-width: 768px) {
  .access .trafic ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access .trafic ul li {
  position: relative;
  display: inline;
  width: 45%;
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 1280px) {
  .access .trafic ul li {
    font-size: 3.4vw;
  }
}
@media (max-width: 768px) {
  .access .trafic ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 6.8vw;
    letter-spacing: 0.3vw;
  }
  .access .trafic ul li + li {
    margin-top: 20px;
  }
}
.access .trafic ul li:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .access .trafic ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.access .trafic ul li:nth-child(2n) {
  width: 55%;
}
@media (max-width: 768px) {
  .access .trafic ul li:nth-child(2n) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.access .trafic ul li div {
  margin-bottom: -15px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .access .trafic ul li div {
    margin-bottom: -3vw;
    text-align: left;
    font-size: 3vw;
    letter-spacing: 0.2vw;
  }
}
.access .trafic ul li span.f_en {
  display: inline-block;
  margin: 0 5px;
  color: #806e20;
  font-size: 200%;
}
@media (max-width: 768px) {
  .access .trafic ul li span.f_en {
    margin: 0 0.2vw;
  }
}
.access .trafic ul li span.cap {
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .access .trafic ul li span.cap {
    display: block;
    line-height: 1;
    text-align: right;
  }
}

.concept {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .concept {
    margin-top: 80px;
  }
}
.concept p.main_copy {
  position: relative;
  margin-bottom: 80px;
  font-size: 4.8rem;
}
@media (max-width: 1280px) {
  .concept p.main_copy {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .concept p.main_copy {
    margin-bottom: 16vw;
    line-height: 1.6;
    font-size: 6.2vw;
  }
}
.concept p.main_copy::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  left: 50%;
  bottom: -70px;
  background: #b1b1b1;
}
@media (max-width: 768px) {
  .concept p.main_copy::before {
    height: 13vw;
    bottom: -14.5vw;
  }
}
.concept dt {
  font-size: 3rem;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .concept dt {
    margin-bottom: 30px;
    font-size: 5vw;
    line-height: 1.5;
  }
}
.concept dt .tab_L {
  display: none;
}
@media (max-width: 1000px) {
  .concept dt .tab_L {
    display: block;
  }
}
.concept dd {
  line-height: 2.3;
}
@media (max-width: 768px) {
  .concept dd {
    line-height: 2.5;
  }
}