@charset "UTF-8";
@-webkit-keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -357px 0;
  }
}
@keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -357px 0;
  }
}
/*------------------------------------------
tw-okinawa 共通splide
------------------------------------------*/
/*------------------------------------------
contents__wrap
------------------------------------------*/
.contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  letter-spacing: 0.05em;
}

/*------------------------------------------
left__container
right__container
------------------------------------------*/
.left__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.right__container {
  width: 21.9619326501vw;
}

.left__container,
.right__container {
  display: none;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .left__container,
  .right__container {
    display: block;
  }
}

/*------------------------------------------
left__container
------------------------------------------*/
.left__container .left__mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-right: 2px solid #ff6617;
}
.left__container .left__top,
.left__container .left__bottom {
  width: 100%;
  height: 50%;
}
.left__container .left__top {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.left__container .left__top .splide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.left__container .left__top .splide.no-slide {
  visibility: visible;
}
.left__container .left__top .splide.no-slide .splide__wrapper {
  padding: 0;
}
.left__container .left__top .splide.no-slide .splide__pagination {
  display: none !important;
}
.left__container .left__top .splide.no-slide .splide__slide {
  width: 100%;
}
.left__container .left__top .splide__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.left__container .left__top .splide__track {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.left__container .left__top .splide__slide .slide--inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.left__container .left__top .splide__slide .slide--img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.left__container .left__top .splide__slide .slide--img img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left__container .left__top .splide__slide .slide--txt {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.left__container .left__top .splide__slide .slide--txt .line {
  margin-top: 6px;
}
.left__container .left__top .splide__slide .slide--txt .line .txt {
  padding: 3px 6px;
  display: inline-block;
  background: #ffffff;
  font-size: 22px;
}
.left__container .loop__txt {
  width: 100%;
  height: 44px;
  background: #ff6617;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.left__container .loop__txt::before {
  content: "";
  width: 100vw;
  height: 19px;
  background-image: url(../images/loop_txt.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 357px auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: loop-txt 10s linear infinite;
          animation: loop-txt 10s linear infinite;
}

/*------------------------------------------
right__container
------------------------------------------*/
.right__container .right__cnt {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*------------------------------------------
gnav
------------------------------------------*/
.gav__btn {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .gav__btn {
    display: none;
  }
}
.gav__btn::before {
  content: "";
  background: url(../images/gnav_btn.png) no-repeat center/100%;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gav__btn.is-open {
  z-index: 101;
}
.gav__btn.is-open::before {
  background: url(../images/gnav_btn_close.png) no-repeat center/100%;
}

.nav__container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #f2eeec;
}
@media (min-width: 1025px) {
  .nav__container {
    display: block !important;
    border-left: 2px solid #ff6617;
    left: auto;
    width: 21.9619326501vw;
  }
}
@media (max-width: 1024px) {
  .nav__container {
    display: none;
    overflow: auto;
    overscroll-behavior-y: contain;
  }
}
.nav__container .nav__cnt {
  width: 100%;
  height: 100%;
  padding: 100px 0 90px;
}
@media (min-width: 1025px) {
  .nav__container .nav__cnt {
    height: 100vw;
    background: #f2eeec;
    margin-left: auto;
    padding: 60px 0 110px;
  }
}
.nav__container .nav__inner {
  position: relative;
  padding: 0 50px 0 22px;
}
@media (min-width: 1025px) {
  .nav__container .nav__inner {
    padding: 0 5px 0 50px;
  }
}
.nav__container .nav__box {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .nav__container .nav__box {
    margin: 0 auto;
  }
}
.nav__container .nav__ttl {
  width: 214px;
  margin: 0 0 40px;
}
@media (min-width: 1025px) {
  .nav__container .nav__ttl {
    width: 196px;
  }
}
.nav__container .nav__ttl .logo {
  width: 131px;
  margin: 0 0 12px;
}
@media (min-width: 1025px) {
  .nav__container .nav__ttl .logo {
    width: 123px;
    margin: 0 auto 14px;
  }
}
.nav__container .nav__ttl .ttl {
  width: 100%;
}
.nav__container .nav__list {
  width: 100%;
  margin-bottom: 40px;
}
.nav__container .nav__list > li {
  margin-bottom: 22px;
}
.nav__container .nav__list > li > a {
  letter-spacing: 0.09em;
  font-size: 26px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li > a {
    font-size: 22px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .nav__container .nav__list > li > a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.nav__container .nav__list > li > a small {
  display: inline-block;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li > a small {
    font-size: 16px;
  }
}
.nav__container .nav__list > li:last-child {
  margin-bottom: 0;
}
.nav__container .nav__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.nav__container .nav__btm .sns__ttl {
  color: #ff6617;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .nav__container .nav__btm .sns__ttl {
    font-size: 16px;
  }
}
.nav__container .nav__btm .sns__list {
  width: 78px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__container .nav__btm .sns__list .insta,
.nav__container .nav__btm .sns__list .facebook {
  width: 34px;
}
.nav__container .nav__btm .sns__list .insta {
  padding-top: 1px;
}
.nav__container .loop__txt {
  width: 100%;
  height: 44px;
  background: #ff6617;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav__container .loop__txt::before {
  content: "";
  width: 100vw;
  height: 19px;
  background-image: url(../images/loop_txt.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 357px auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: loop-txt 10s linear infinite;
          animation: loop-txt 10s linear infinite;
}

/*------------------------------------------
footer__container
------------------------------------------*/
.footer__container {
  background: url(../images/footer_bg.png) no-repeat center/cover;
  padding: 276px 0 70px;
  position: relative;
}
.footer__container .logo {
  width: 290px;
  margin: 0 auto;
}

/*------------------------------------------
main__container
------------------------------------------*/
.bg__movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg__movie > iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  min-width: 100%;
  width: 177.77777778vh;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
@media (min-width: 1025px) {
  .bg__movie > iframe {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

.main__container {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .main__container {
    width: 375px;
    min-width: 375px;
  }
}

/*------------------------------------------
mv__container
------------------------------------------*/
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
.mv__container {
  position: relative;
  padding: 46px 0 480px;
}
@media (min-width: 1025px) {
  .mv__container {
    padding: 52px 0 140px;
  }
}
.mv__container .circle {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 2;
}
@media (min-width: 1025px) {
  .mv__container .circle {
    top: 28px;
    right: -25px;
  }
}
.mv__container .circle::before {
  content: "";
  background: url(../images/ico_circle.svg) no-repeat center/100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: circle 40s linear 0s infinite;
          animation: circle 40s linear 0s infinite;
}
.mv__container .logo,
.mv__container .ttl {
  position: relative;
  z-index: 3;
}
.mv__container .logo {
  width: 165px;
  margin: 0 auto 18px;
}
@media (min-width: 1025px) {
  .mv__container .logo {
    width: 178px;
  }
}
.mv__container .ttl {
  width: 266px;
  margin: 0 auto 18px;
}
@media (min-width: 1025px) {
  .mv__container .ttl {
    width: 284px;
    margin: 0 auto;
  }
}
.mv__container .mv__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .mv__container .mv__img {
    display: none;
  }
}
.mv__container .mv__img .txt--1 .line,
.mv__container .mv__img .txt--2 .line {
  margin-top: 6px;
}
.mv__container .mv__img .txt--1 .line .txt,
.mv__container .mv__img .txt--2 .line .txt {
  padding: 1px 3px;
  display: inline-block;
  background: #ffffff;
  font-size: 22px;
}
.mv__container .mv__img .txt--1 {
  position: absolute;
  top: 62.4vw;
  left: 0;
}
.mv__container .mv__img .txt--2 {
  position: absolute;
  right: 0;
  bottom: 12.8vw;
}

/*------------------------------------------
map__container
------------------------------------------*/
@-webkit-keyframes gatagata {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes gatagata {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes gatagata2 {
  0% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes gatagata2 {
  0% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wavemask {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: -589px 100%;
  }
}
@keyframes wavemask {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: -589px 100%;
  }
}
@-webkit-keyframes wavemask-2 {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 589px 100%;
  }
}
@keyframes wavemask-2 {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 589px 100%;
  }
}
.bg__wave {
  width: 100%;
  height: 80px;
  position: absolute;
  top: -79px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.bg__wave::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../images/wave_mask.svg) 0 100%/589px auto repeat-x;
  -webkit-animation: wavemask 12s infinite linear;
          animation: wavemask 12s infinite linear;
}
.bg__wave.type--2::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-animation: wavemask-2 12s infinite linear;
          animation: wavemask-2 12s infinite linear;
}
.bg__wave.type--3::before {
  background: url(../images/wave_mask_2.svg) 0 100%/589px auto repeat-x;
}
.bg__wave.type--4::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(../images/wave_mask_2.svg) 0 100%/589px auto repeat-x;
  -webkit-animation: wavemask-2 12s infinite linear;
          animation: wavemask-2 12s infinite linear;
}
.bg__wave.type--5::before {
  background: url(../images/wave_mask_3.svg) 0 100%/589px auto repeat-x;
}
.bg__wave.type--6 {
  top: 0;
}
.bg__wave.type--6::before {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -webkit-animation: wavemask-2 12s infinite linear;
          animation: wavemask-2 12s infinite linear;
}

.map__container {
  background: #f2eeec;
  padding: 30px 0 65px;
  position: relative;
  z-index: 3;
}
.map__container .map__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.map__container .map__info {
  width: 100%;
  max-width: 332px;
  margin: 5px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.map__container .map__info .google {
  width: 109px;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  -webkit-animation: 2s gatagata2 steps(2, end) infinite;
          animation: 2s gatagata2 steps(2, end) infinite;
}
.map__container .map__info .access {
  width: 202px;
  position: relative;
}
.map__container .map__info .access > a {
  display: block;
  padding: 20px 34px 32px 20px;
  background: #ffec0e;
  border-radius: 14px;
  position: relative;
}
.map__container .map__info .access > a::before {
  content: "";
  width: 91px;
  height: 49px;
  background: url(../images/ico_bus.png) no-repeat center/100%;
  position: absolute;
  bottom: -27px;
  left: 60px;
  -webkit-animation: 2s gatagata steps(2, end) infinite;
          animation: 2s gatagata steps(2, end) infinite;
}
.map__container .map__info .access > a .txt {
  color: #ff6617;
  font-size: 17px;
  position: relative;
}
.map__container .map__info .access > a .txt::after {
  content: "";
  background: url(../images/map_arrow.png) no-repeat center/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: -14px;
}
.map__container .map__info .access > a .txt > span {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid #ff6617;
}

/*------------------------------------------
movie__container
------------------------------------------*/
.movie__container {
  background: #262a34;
}
.movie__container .youtube__block {
  width: 100%;
  margin: 0 auto;
}
.movie__container .youtube__cnt {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movie__container .youtube__cnt > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*------------------------------------------
tax__container
------------------------------------------*/
.tax__container {
  padding: 30px 0 125px;
  position: relative;
  background: #ff6617;
}
.tax__container .inner {
  padding-left: 32px;
}
.tax__container .tax__info {
  background: #fff;
  border-radius: 40px 0px 0px 40px;
  padding: 34px 22px 30px 46px;
  position: relative;
}
.tax__container .tax__ttl {
  position: absolute;
  top: 0;
  left: -16px;
}
.tax__container .tax__ttl .ttl {
  line-height: 1;
  padding-top: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 36px;
  position: relative;
}
.tax__container .tax__ttl .ttl::before {
  content: "";
  background: url(../images/ico_flag.png) no-repeat center/100%;
  width: 21px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 10px;
}
.tax__container .tax__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.tax__container .tax__txt {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  position: relative;
  z-index: 2;
}
.tax__container .tax__txt .txt {
  display: inline-block;
  background: #ffec0e;
  color: #ff6617;
  font-size: 22px;
  padding: 0 3px;
}
.tax__container .tax__txt .txt:first-child {
  margin-bottom: 5px;
}

.tax__btn,
.switch__link,
.qa__btn {
  right: 0;
  bottom: -64px;
}

.shopping__btn {
  left: 0;
  bottom: -90px;
}

.tax__btn,
.switch__link,
.qa__btn,
.shopping__btn {
  width: 125px;
  height: 125px;
  position: absolute;
  z-index: 3;
}
.tax__btn > a,
.switch__link > a,
.qa__btn > a,
.shopping__btn > a {
  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;
  width: 100%;
  height: 100%;
}
.tax__btn > a > img,
.switch__link > a > img,
.qa__btn > a > img,
.shopping__btn > a > img {
  width: 25px;
}
.tax__btn > a::before,
.switch__link > a::before,
.qa__btn > a::before,
.shopping__btn > a::before {
  content: "";
  background: url(../images/ico_circle_2.svg) no-repeat center/100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: circle 20s linear 0s infinite;
          animation: circle 20s linear 0s infinite;
}

.tax__txt .txt,
.qa__txt .txt,
.shopping__txt .txt {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.tax__txt .txt.is-active,
.qa__txt .txt.is-active,
.shopping__txt .txt.is-active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}
.ttl__area .flag {
  width: 39px;
  margin: 0 auto;
}
.ttl__area .flag img {
  margin-left: 20px;
}
.ttl__area .ttl {
  text-align: center;
}
.ttl__area .ttl span {
  line-height: 1;
  display: block;
}
.ttl__area .ttl .en {
  color: #fff;
  font-size: 48px;
}
.ttl__area .ttl .ja {
  margin-top: -20px;
  font-size: 52px;
}

/*------------------------------------------
model__container
------------------------------------------*/
.model__container {
  background: #f2eeec;
  padding: 30px 0 135px;
  position: relative;
}
.model__container .switch__tab {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.model__container .switch__tab .item {
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
  width: 50%;
  height: 60px;
  line-height: 1;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  text-align: center;
}
.model__container .switch__tab .item.is-on {
  height: 70px;
  pointer-events: none;
  background: #ff6617;
  color: #fff;
}
.model__container .switch__tab .item.is-on .txt {
  padding-top: 10px;
}
.model__container .switch__cnt {
  width: 100%;
}
.model__container .switch__item {
  border-radius: 0px 0px 40px 40px;
  background: #ff6617;
  padding: 16px 0 40px;
  position: relative;
}
.model__container .slide__block {
  margin-bottom: 20px;
}
.model__container .slide__block .splide.no-slide {
  visibility: visible;
}
.model__container .slide__block .splide__list {
  width: 100%;
  height: auto;
}
.model__container .switch__options {
  width: 100%;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.model__container .switch__options > li {
  padding-left: 32px;
  color: #fff;
  font-size: 20px;
  position: relative;
  letter-spacing: 0;
}
.model__container .switch__options > li::before {
  content: "";
  background: url(../images/ico_check.png) no-repeat center/100%;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 2px;
  margin: auto;
}

/*------------------------------------------
qa__container
------------------------------------------*/
.qa__container {
  background: #ff6617;
  padding: 30px 0 70px;
  position: relative;
}
.qa__container .qa__list {
  width: 100%;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 auto 60px;
}
.qa__container .qa__list > li {
  width: calc(50% - 6px);
}
.qa__container .qa__list > li .img {
  width: 100%;
  margin: 0 auto 12px;
  position: relative;
}
.qa__container .qa__list > li .img::after {
  content: "";
  background: url(../images/ico_arrow_2.svg) no-repeat center/100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.qa__container .qa__list > li .img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa__container .qa__list > li .ttl {
  width: 160px;
  height: 38px;
  margin: 0 auto;
  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;
  color: #ff6617;
  background: #ffec0e;
  border-radius: 30px;
  line-height: 1;
  font-size: 18px;
}
.qa__container .qa__list > li > a {
  display: block;
  width: 100%;
}
@media (min-width: 1025px) {
  .qa__container .qa__list > li > a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.qa__container .inner {
  padding-left: 32px;
  position: relative;
  z-index: 3;
}
.qa__container .qa__info {
  background: #fff;
  border-radius: 40px 0px 0px 40px;
  padding: 34px 22px 30px 46px;
  position: relative;
}
.qa__container .qa__ttl {
  position: absolute;
  top: 0;
  left: -16px;
}
.qa__container .qa__ttl .ttl {
  line-height: 1;
  padding-top: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 36px;
  position: relative;
}
.qa__container .qa__ttl .ttl::before {
  content: "";
  background: url(../images/ico_flag.png) no-repeat center/100%;
  width: 21px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 10px;
}
.qa__container .qa__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.qa__container .qa__txt {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  position: relative;
  z-index: 2;
}
.qa__container .qa__txt .txt {
  display: inline-block;
  background: #ffec0e;
  color: #ff6617;
  font-size: 22px;
  padding: 0 3px;
}
.qa__container .qa__txt .txt:first-child {
  margin-bottom: 5px;
}

/*------------------------------------------
shopping__container
------------------------------------------*/
.shopping__container {
  background: #ff8014;
  padding: 45px 0 150px;
  position: relative;
}
.shopping__container .inner {
  padding-right: 32px;
}
.shopping__container .shopping__info {
  background: #fff;
  border-radius: 0px 40px 40px 0px;
  padding: 34px 46px 30px 22px;
  position: relative;
}
.shopping__container .shopping__ttl {
  position: absolute;
  top: 0;
  right: -16px;
}
.shopping__container .shopping__ttl .ttl {
  line-height: 1;
  padding-top: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 36px;
  position: relative;
}
.shopping__container .shopping__ttl .ttl::before {
  content: "";
  background: url(../images/ico_flag.png) no-repeat center/100%;
  width: 21px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 10px;
}
.shopping__container .shopping__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.shopping__container .shopping__txt {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  position: relative;
  z-index: 2;
}
.shopping__container .shopping__txt .txt {
  display: inline-block;
  background: #ffec0e;
  color: #ff6617;
  font-size: 22px;
  padding: 0 3px;
}
.shopping__container .shopping__txt .txt:first-child {
  margin-bottom: 5px;
}

/*------------------------------------------
sns__container
------------------------------------------*/
.sns__container {
  background: #f2eeec;
  padding: 30px 0 50px;
  position: relative;
}
.sns__container .sns__meau {
  width: 204px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.sns__container .sns__meau > li {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff6617;
}
.sns__container .sns__meau > li > a {
  display: block;
  padding: 0 0 0 52px;
  position: relative;
}
.sns__container .sns__meau > li > a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/ico_insta.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sns__container .sns__meau > li > a .txt {
  letter-spacing: 0;
  display: inline-block;
  color: #ff6617;
  font-size: 24px;
  position: relative;
  padding-right: 52px;
}
.sns__container .sns__meau > li > a .txt::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/ico_arrow_3.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sns__container .sns__meau > li:last-child > a {
  padding: 0 0 0 54px;
}
.sns__container .sns__meau > li:last-child > a::before {
  background: url(../images/ico_fb.svg) no-repeat center/100%;
}
.sns__container .sns__meau > li:last-child > a .txt {
  padding-right: 54px;
}
.sns__container .ins__cnt {
  width: calc(100% - 44px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.sns__container .ins__cnt > li {
  width: calc(50% - 6px);
}
.sns__container .ins__cnt > li > a {
  display: block;
}
.sns__container .ins__cnt > li .img {
  overflow: hidden;
  aspect-ratio: 160/213;
}
.sns__container .ins__cnt > li .img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dist .ttl__area .ttl .en {
  font-size: 40px;
}
.dist .ttl__area .ttl .ja {
  margin-top: -16px;
  line-height: 1.3;
  font-size: 34px;
}

.dist__cmn--ttl {
  width: 100%;
  padding: 0 22px;
  border-bottom: 2px solid #ff6617;
  margin: 0 auto 20px;
  font-size: 22px;
}
.dist__cmn--ttl .txt {
  background: #ff6617;
  border-radius: 20px 20px 0px 0px;
  display: block;
  width: 100%;
  height: 52px;
  color: #fff;
  line-height: 1;
  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;
}
.dist__cmn--ttl.type--2 .txt {
  line-height: 1.5;
  height: 86px;
  text-align: center;
}
.dist__cmn--ttl.type--3 .in {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0 20px;
  border-radius: 20px 20px 0px 0px;
  background: #ff6617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 5px;
}
.dist__cmn--ttl.type--3 .txt {
  line-height: 1.3;
  text-align: center;
}
.dist__cmn--ttl.type--3 span {
  display: inline-block;
  width: 100%;
  height: auto;
}
.dist__cmn--ttl.type--3 .flag--txt {
  padding: 0 0 3px 26px;
  position: relative;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.dist__cmn--ttl.type--3 .flag--txt::before {
  content: "";
  background: url(../images/ico_flag.png) no-repeat center/100%;
  width: 17px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.dist__cmn--ttl.type--3 .flag--txt .time {
  border-bottom: 2px solid #1d1d1d;
}

/*------------------------------------------
dist__container
------------------------------------------*/
.dist__container {
  background: #f2eeec;
  padding: 30px 0 120px;
}
.dist__container .dist__block {
  margin-bottom: 60px;
}
.dist__container .dist__block:last-child {
  margin-bottom: 0;
}
.dist__container .dist__inner {
  width: 100%;
  padding: 0 22px;
}
.dist__container .d__slide {
  margin-top: 10px;
}
.dist__container .d__slide .splide.no-slide {
  visibility: visible;
}
.dist__container .d__slide .splide.no-slide .splide__wrapper {
  padding: 0;
}
.dist__container .d__slide .splide.no-slide .splide__pagination {
  display: none !important;
}
.dist__container .d__slide .splide.no-slide .splide__slide {
  width: 100%;
}
.dist__container .d__slide .splide__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.dist__container .d__slide .splide__track {
  border-radius: 0;
  border: 0;
}
.dist__container .d__slide .splide__slide .slide--img {
  overflow: hidden;
  position: relative;
}
.dist__container .d__slide .splide__arrows .splide__arrow {
  background: none;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.dist__container .d__slide .splide__arrows .splide__arrow::before {
  content: "";
  background: url(../images/ico_arrow_2.svg) no-repeat center/100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dist__container .d__slide .splide__arrows .splide__arrow > svg {
  display: none;
}
.dist__container .d__slide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -15px;
}
.dist__container .d__slide .splide__arrows .splide__arrow.splide__arrow--prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.dist__container .d__slide .splide__arrows .splide__arrow.splide__arrow--next {
  right: -15px;
}
.dist__container .mg-t10 {
  margin-top: 10px !important;
}
.dist__container .mg-t20 {
  margin-top: 20px !important;
}
.dist__container .mg-b20 {
  margin-bottom: 20px !important;
}
.dist__container .normal {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
.dist__container .option {
  font-weight: 500;
  font-size: 12px;
  margin-top: 5px;
}
.dist__container .map--op {
  margin-top: 5px;
  text-align: right;
  font-weight: 500;
  font-size: 10px;
}
.dist__container .link {
  text-decoration: underline;
  color: #00bae6;
}
@media (min-width: 1025px) {
  .dist__container .link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .dist__container .link:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.dist__container .c--txt {
  color: #ff6617;
}
.dist__container .button {
  width: 100%;
  max-width: 240px;
  height: 56px;
  margin: 20px auto 0;
}
.dist__container .button > a {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 64px;
  border: 2px solid #ff6617;
  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;
  padding: 0 10px 0 20px;
}
.dist__container .button > a .txt {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right: 38px;
  font-size: 14px;
}
.dist__container .button > a .txt::after {
  content: "";
  background: url(../images/ico_arrow_4.svg) no-repeat center/100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__container .button > a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .dist__container .button > a:hover {
    background: #ffec0e;
  }
}
.dist__container .number__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.dist__container .number__list > li {
  padding-left: 25px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
.dist__container .number__list > li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.dist__container .number__list > li:first-child::before {
  background: url(../images/ico_no_1.svg) no-repeat center/100%;
}
.dist__container .number__list > li:nth-child(2)::before {
  background: url(../images/ico_no_2.svg) no-repeat center/100%;
}
.dist__container .number__list > li:nth-child(3)::before {
  background: url(../images/ico_no_3.svg) no-repeat center/100%;
}
.dist__container .number__list > li:nth-child(4)::before {
  background: url(../images/ico_no_4.svg) no-repeat center/100%;
}
.dist__container .number__list > li:nth-child(5)::before {
  background: url(../images/ico_no_5.svg) no-repeat center/100%;
}
.dist__container .number__list > li:nth-child(6)::before {
  background: url(../images/ico_no_6.svg) no-repeat center/100%;
}
.dist__container .question__acc {
  padding-bottom: 20px;
  border-bottom: 1px solid #ff6617;
  margin-bottom: 20px;
}
.dist__container .question__acc:last-child {
  margin-bottom: 0;
}
.dist__container .question__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.dist__container .question__btn .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 45px;
  position: relative;
  font-size: 19px;
}
.dist__container .question__btn .ttl::before {
  content: "Q";
  color: #bab3b1;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.dist__container .question__btn .icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ff6617;
}
.dist__container .question__btn .icon::before, .dist__container .question__btn .icon::after {
  content: "";
  background: #ff6617;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dist__container .question__btn .icon::before {
  width: 2px;
  height: 12px;
}
.dist__container .question__btn .icon::after {
  width: 12px;
  height: 2px;
}
.dist__container .question__btn.is-active .icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dist__container .question__btn.is-active .icon::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.dist__container .question__answer {
  margin-top: 12px;
  display: none;
  padding: 2px 45px 0;
  position: relative;
}
.dist__container .question__answer::before {
  content: "A";
  color: #ff6617;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 3px;
}
.dist__container .question__answer .icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin: 10px auto;
}
.dist__container .question__answer .icon__list > li {
  width: 57px;
}
.dist__container .taxfree__info,
.dist__container .dist__item {
  margin-bottom: 20px;
}
.dist__container .taxfree__info:last-child,
.dist__container .dist__item:last-child {
  margin-bottom: 0;
}
.dist__container .aftershopping__info {
  margin-bottom: 30px;
}
.dist__container .aftershopping__info:last-child {
  margin-bottom: 0;
}
.dist__container .dist__item.type--2 {
  margin-bottom: 40px;
}
.dist__container .dist__item.type--2:last-child {
  margin-bottom: 0;
}
.dist__container .d__ttl {
  width: 100%;
  height: 38px;
  background: #fff;
  border-radius: 20px;
  color: #ff6617;
  line-height: 1;
  font-size: 18px;
  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-bottom: 10px;
}
.dist__container .taxfree__item {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ff6617;
}
.dist__container .taxfree__item .item__ttl {
  background: #ff6617;
  color: #ffec0e;
  font-size: 19px;
  padding: 6px 0;
  text-align: center;
}
.dist__container .taxfree__item .detail {
  padding: 20px;
}
.dist__container .taxfree__item .detail .normal {
  text-align: center;
}
.dist__container .taxfree__item .detail .item__list {
  width: 100%;
  margin-top: 20px;
  background: #fff0e3;
  padding: 12px 25px;
}
.dist__container .taxfree__item .detail .item__list > li {
  padding: 0 12px 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ff6617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dist__container .taxfree__item .detail .item__list > li:last-child {
  padding: 0 12px;
  margin-bottom: 0;
  border-bottom: none;
}
.dist__container .taxfree__item .detail .item__list > li span {
  display: block;
}
.dist__container .taxfree__item .detail .item__list > li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ff6617;
  font-size: 16px;
}
.dist__container .taxfree__item .detail .item__list > li .ico {
  width: 30px;
  height: 30px;
  position: relative;
}
.dist__container .taxfree__item .detail .item__list > li .ico::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dist__container .taxfree__item .detail .item__list > li .ico.ico--1::before {
  background: url(../images/taxfree/ico_1.png) no-repeat center/100%;
}
.dist__container .taxfree__item .detail .item__list > li .ico.ico--2::before {
  background: url(../images/taxfree/ico_2.png) no-repeat center/100%;
}
.dist__container .taxfree__item .detail .item__list > li .ico.ico--3::before {
  background: url(../images/taxfree/ico_3.png) no-repeat center/100%;
}
.dist__container .lead__ttl {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
}
.dist__container .tax__img {
  width: 216px;
  margin: 20px auto;
}
.dist__container .aftershopping__img,
.dist__container .tax__img--2 {
  width: 100%;
  margin: 0 auto;
}
.dist__container .img__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 auto 20px;
}
.dist__container .img__list > li {
  width: calc(50% - 6px);
}
.dist__container .tax__txtinfo {
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.dist__container .tax__txtinfo > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
}
.dist__container .tax__txtinfo > li span {
  display: block;
  font-size: 16px;
}
.dist__container .tax__txtinfo > li .txt--1 {
  color: #ff6617;
}
.dist__container .op__ttl {
  text-align: center;
}
.dist__container .op__ttl .txt {
  color: #ff6617;
  font-size: 19px;
  padding: 0 26px;
  position: relative;
}
.dist__container .op__ttl .txt::before, .dist__container .op__ttl .txt::after {
  content: "";
  background: url(../images/ico_op.svg) no-repeat center/100%;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 8px;
}
.dist__container .op__ttl .txt::before {
  left: 0;
}
.dist__container .op__ttl .txt::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}
.dist__container .dist__anchor {
  width: 100%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dist__container .dist__anchor > li .txt {
  display: block;
  font-size: 19px;
  padding-right: 46px;
}
.dist__container .dist__anchor > li > a {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid #ff6617;
  position: relative;
}
.dist__container .dist__anchor > li > a::after {
  content: "";
  background: url(../images/ico_arrow_3.svg) no-repeat center/100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dist__container .shopping__info .ttl {
  text-align: center;
  font-size: 16px;
}
.dist__container .bus__info {
  margin: 0 auto 40px;
}
.dist__container .bus__info:last-child {
  margin: 0 auto;
}
.dist__container .bus__info .ttl__group {
  margin: 0 auto 20px;
  font-size: 18px;
}
.dist__container .bus__info .ttl__group .ttl--1 {
  text-align: center;
  color: #ff6617;
  margin-bottom: 5px;
}
.dist__container .bus__info .ttl__group .ttl--2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 10px 22px;
  border-bottom: 2px solid #1d1d1d;
  position: relative;
}
.dist__container .bus__info .ttl__group .ttl--2::before {
  content: "";
  background: url(../images/ico_flag_2.png) no-repeat center/100%;
  width: 17px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
.dist__container .check__list {
  margin: 20px auto 0;
  background: #ffec0e;
  padding: 22px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.dist__container .check__list > li {
  width: 100%;
  padding: 0 0 14px 36px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #ff6617;
}
.dist__container .check__list > li::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(../images/aftershopping/ico_check.png) no-repeat center/100%;
  position: absolute;
  top: -2px;
  left: 0;
}
.dist__container .check__list > li:last-child {
  padding: 0 0 0 36px;
  border-bottom: none;
}
.dist__container .schedule__list {
  margin: 0 auto;
  background: #FFEA77;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
}
.dist__container .schedule__list::after {
  content: "";
  background: url(../images/ico_schedule.svg) no-repeat center/100%;
  width: 29px;
  height: 48px;
  position: absolute;
  top: -14px;
  right: 4px;
}
.dist__container .schedule__list > li {
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ff6617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.dist__container .schedule__list > li:last-child {
  padding: 0;
  border-bottom: none;
}
.dist__container .schedule__list > li .time {
  letter-spacing: 0;
  width: 50px;
  color: #ff6617;
  font-size: 18px;
}
.dist__container .schedule__list > li .detail {
  padding-top: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
.dist__container .option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
.dist__container .option__list > li {
  padding-left: 15px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.dist__container .option__list > li::before {
  content: "";
  background: #ff6617;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
}
.dist__container .tips__box {
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 18px 20px 20px;
  margin: 56px auto 0;
}
.dist__container .tips__box::before {
  content: "";
  background: url(../images/ico_tips.svg) no-repeat center/100%;
  width: 95px;
  height: 51px;
  position: absolute;
  top: -36px;
  left: -14px;
}
.dist__container .tips__box .txt {
  font-size: 14px;
}

.taxfree .number__list {
  gap: 5px;
}
.taxfree .button {
  max-width: 100%;
}

.aftershopping .button {
  max-width: 100%;
}
.aftershopping .option {
  line-height: 1.7;
  margin-top: 10px;
}

.recommendedcourse .d__slide {
  margin: 0 auto 20px;
}
.recommendedcourse .button {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .anchor-target {
    scroll-margin-top: 80px;
  }
}