@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

.-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.-eng {
  font-family: Arial, Helvetica, sans-serif;
}

.underline {
  text-decoration: underline;
}

a {
  color: #222;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly,
.-minonly,
.i-scroll,
.fp-call,
.outline-sum,
.accordion-btn,
.hm-overlay {
  display: none;
}

.i-scroll {
  position: absolute;
  z-index: 2;
  align-items: center;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 244, 0.8);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px #999;
}

.i-scroll.active {
  opacity: 0;
  text-indent: -999px;
  pointer-events: none;
}

.i-scroll_box img {
  width: 40px;
  display: block;
  height: auto;
  margin: 0 auto 6px;
  animation-name: animation-scroll;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}

@keyframes animation-scroll {
  from {
    transform: translateX(100%);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.-underline {
  text-decoration: underline;
  color: #af852f;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/*support*/
.-border {
  border: 1px solid #707070;
}

.-i-arrow {
  background: url(../img/i-arrow.svg) no-repeat left center / 7px 7px;
  padding-left: 17px;
}

.-i-btn-arrow {
  background: url(../img/i-arrow.svg) no-repeat right center / 7px 7px;
  padding-right: 17px;
}

.-i-mail {
  background: url(../img/i-mail.svg) no-repeat left center / 13px 10px;
  padding-left: 23px;
}

.-i-cart-w {
  background: url(../img/i-cart-w.svg) no-repeat left center / 24px 24px;
  padding: 5px 0 5px 32px;
}

.-i-free {
  background: url(../img/i-free.svg) no-repeat left center / 39px 25px;
  padding: 5px 0 5px 45px;
}

.-i-arrow-un {
  background: url(../img/i-arrow-un.svg) no-repeat right center / 6px 7px;
  padding-right: 16px;
}

.-i-fax {
  background: url(../img/i-fax.svg) no-repeat left center / 28px 28px;
  padding: 5px 0 5px 38px;
}

.-i-mail-w {
  background: url(../img/i-mail-w.svg) no-repeat left center / 22px 17px;
  padding: 5px 0 5px 32px;
}

.-i-guide {
  background: url(../img/i-guide.svg) no-repeat left center / 18px 25px;
  padding: 5px 0 5px 28px;
}

.-i-magazine {
  background: url(../img/i-magazine.svg) no-repeat left center / 33px 27px;
  padding: 5px 0 5px 43px;
}

.-i-item_category {
  background: url(../img/i-item_category.svg) no-repeat left center / 18px 24px;
  padding: 5px 0 5px 28px;
}

.-i-campaign {
  background: url(../img/i-campaign.svg) no-repeat left center / 20px 27px;
  padding: 5px 0 5px 30px;
}

.-i-giftscene {
  background: url(../img/i-giftscene.svg) no-repeat left center / 19px 22px;
  padding: 5px 0 5px 29px;
}

.-i-mega_close {
  background: url(../img/mega-close.svg) no-repeat left center / 12px 12px;
  padding-left: 22px;
}

.-overwrap {
  padding: 0 20px;
}

.-c_red {
  color: #ac3e20;
}

.-basic-btn {
  max-width: 310px;
  margin: 0 auto 80px;
}

#free-page {
  display: none;
}

#fs_CustomPage #free-page {
  display: block;
}

.hide {
  display: none;
}

.-t-right {
  text-align: right;
}

.-central-btn {
  max-width: 380px;
  margin: 30px auto 60px;
}

.-cart--btn {
  background: #ac3e20 !important;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff !important;
  line-height: 1.5;
}

button.-cart--btn {
  cursor: pointer;
  display: block;
  border: none;
  padding: 20px 10px;
  transition: 0.3s;
  width: 100%;
}

button.-cart--btn:hover {
  opacity: 0.6;
}

/*index*/
header {
  padding: 20px 0 0;
  margin-bottom: 10px;
  background: url(../img/i-zagi.png) repeat-x left top / 220px 11px #fff;
}

.-wrapper {
  padding: 0 20px;
}

#head-wrapper {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 246px auto;
  gap: 0 20px;
  align-items: flex-end;
}

#logo {
  max-width: 190px;
  margin-bottom: -90px;
}

.head-act__ov {
  display: flex;
  justify-content: flex-end;
}

.head-act__list {
  font-size: 1.4rem;
  line-height: 1;
}

.head-act__list:not(:last-child) {
  margin-right: 10px;
}

.head-act__list:nth-child(3):after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../img/i-diagonal_line.svg) no-repeat center center / 32px 32px;
  margin-right: -10px;
}

.head-act__list:nth-child(3) {
  display: flex;
}

.head-act__a {
  display: block;
  padding: 10px;
}

.i-icon {
  background: url(../img/i-icon.svg) no-repeat left center / 19px 19px;
  padding: 3px 0 3px 28px;
}

.head-act__cv {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.head-act__cart {
  margin-left: 30px;
}

.head-act__cart--a {
  background: #ac3e20;
  border-radius: 6px;
  color: #fff !important;
  padding: 10px 16px;
  display: block;
}

.head-act__tel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.head-act__tel--svc,
.head-act__tel--time {
  font-size: 1.3rem;
  line-height: 1;
  grid-row: 1/2;
}

.head-act__tel--time {
  text-align: right;
  margin-right: 4px;
}

.head-act__tel--number {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 1px;
  grid-column: span 2;
  grid-row: 2/3;
}

#gnavi {
  padding: 0 20px;
  position: relative;
}

.gnavi-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
}

.gnavi-box__list:not(:nth-child(n + 6)) {
  background: url(../img/i-pipe.svg) no-repeat right center/ 1px 19px;
}

.gnavi-box__list {
  font-size: 1.8rem;
}

.gnavi-box__list--a,
.gnavi-box__list--mega {
  padding: 20px;
  display: block;
}

.gnavi-box__list--mega {
  transition: 0.3s;
  cursor: pointer;
}

.gnavi-box__list--a:hover,
.gnavi-box__list--mega:hover,
.gnavi-box__list--mega.active {
  opacity: 1;
  border-bottom: 5px solid #ac3e20;
  padding-bottom: 15px;
}

.gnavi-box__list--mega a {
  pointer-events: none;
}

.gnavi-box__list:last-child {
  display: none;
}

.-megamenu {
  background: #eddddc;
  max-height: 0px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 30px 20px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
}

.-megamenu.-open {
  max-height: 9999px;
  overflow: visible;
  opacity: 1;
  z-index: 11;
}

.mega-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.mega-wrap--baloon {
  background: #371816;
  border-radius: 6px;
  position: relative;
  color: #fff !important;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 20px;
}

.mega-wrap--baloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #371816;
}

.mega-wrap__search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.mega-wrap__search--box {
  background: url(../img/i-search.svg) no-repeat 10px center / 18px 18px #fff !important;
  padding: 6px 0 6px 48px;
  width: 360px;
  border: 1px solid #707070 !important;
}

.mega-wrap__search--btn {
  background: #ab7e22 !important;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 6px !important;
}

.mega-wrap__ban {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
  margin: 0 auto 20px;
}

.mega-wrap__ban--list {
  font-weight: bold;
}

.mega-wrap__ban--a {
  padding: 15px 10px;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #ac9132;
}

.mega-wrap__cate {
  display: grid;
  grid-template-columns: 25% 28% 17% 24%;
  gap: 20px 2%;
}

.mega-wrap__cate--list {
  line-height: 1.5;
}

.mega-wrap__cate--item {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 20px;
}

.mega-wrap__cate--name {
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1;
}

.mega-wrap__cate--linklist {
  background: url(../img/i-circle.svg) no-repeat 2px 13px / 6px 6px;
  padding-left: 14px;
}

.mega-wrap__cate--item:not(:last-child) {
  margin-bottom: 20px;
}

.-trd_cate .mega-wrap__cate--name:not(:first-of-type) {
  margin-top: 20px;
}

.-megamenu_close {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.-key_close {
  background: #371816;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 1.5rem;
  border-radius: 6px;
  cursor: pointer;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tags__list {
  margin: 0 5px 5px 0;
}

.tags__list--a {
  background: #eddddc;
  border-radius: 4px;
  padding: 6px 10px;
  font-weight: bold;
  display: block;
}

.headline {
  background: url(../img/bay.svg) repeat left center;
  padding: 8px 14px;
  color: #fff !important;
}

.headline-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 240px;
}

.headline-box__list {
  margin-right: 30px;
}

#main__mv {
  overflow-x: hidden;
  padding-bottom: 100px;
  margin: 0 auto 40px;
}

.mv__container {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
}

#main__swipers {
  height: 100%;
  overflow: visible !important;
  width: 100%;
  z-index: 1;
}

.slide-info {
  display: none;
}

.swiper-button-prev {
  left: -16px !important;
}

.swiper-button-next {
  right: -16px !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
  background: rgba(255, 255, 255, 0.8);
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #000 !important;
}

.swiper-pagination {
  left: 50%;
  margin-top: -6px;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  margin: 0 2px;
  width: 44px !important;
  border-radius: 0 !important;
  height: 2px !important;
}

.swiper-pagination-bullet-active {
  background: #ac3e20 !important;
}

.obj-bottole {
  position: absolute;
  display: block;
  z-index: 10;
  right: 10px;
  bottom: -100px;
  pointer-events: none;
}

.bg-scenery {
  background: url(../img/bg-scenery.jpg) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  min-height: 180px;
}

.bg-scenery__word {
  font-size: 3.6rem;
  line-height: 1;
}

.scenery {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 0 30px;
  align-items: center;
  max-width: 1200px;
  margin: -100px auto 60px;
}

.scenery-info__list {
  display: grid;
  grid-template-columns: 100px 100px auto;
  align-items: flex-start;
  gap: 0 20px;
}

.scenery-info__list:not(:last-child) {
  margin-bottom: 20px;
}

.scenery-info__list--cate {
  text-align: center;
  color: #ab7e22 !important;
  padding: 5px;
  border: 1px solid #ab7e22;
  margin-top: -5px;
}

.cont-tit {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 30px;
}

.sub-tit {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 auto 30px;
}

.selling-ranking {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  gap: 0 2%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.selling-ranking__list--pic {
  margin-bottom: 10px;
}

.-bg-jpn {
  background: url(../img/bg-jpn.jpg) no-repeat left 40px / cover;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: auto auto;
  gap: 0 0;
  padding-bottom: 60px;
  margin: 0 auto 80px;
}

.-first {
  grid-column: 2/3;
  grid-row: 1/2;
}

.-sd {
  grid-column: 1/2;
  grid-row: 2/3;
}

.feature-box__contents {
  padding: 5%;
  display: flex;
}

.feature-box__contents-histroy,
.feature-box__contents-enjoy {
  max-width: 470px;
  width: 100%;
}

.feature-box__contents-histroy {
  margin: 40px 0 0 auto;
}

.feature-box-btn {
  max-width: 208px;
  margin-top: 20px;
}

.-more {
  padding: 10px;
  display: block;
  text-align: center;
}

.tp-categoy {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(4, 22.6%);
  gap: 40px 3.2%;
}

.tp-categoy__list--a {
  position: relative;
  color: #fff;
  display: block;
}

.tp-categoy__list--a:visited {
  color: #fff !important;
}

.tp-categoy__list--pic::after {
  content: "";
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.tp-categoy__list--name {
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

.tp-categoy__list--wrapp {
  margin-bottom: 20px;
}

.charm {
  background: #fbf8f0;
}

.charm-wrap {
  max-width: 1200px;
  margin: 120px auto 80px;
  display: grid;
  grid-template-columns: auto 80%;
  gap: 0 5%;
  padding: 60px 0;
}

.charm-fcp {
  writing-mode: vertical-rl;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 10px;
  margin: -110px auto 0;
  position: relative;
}

.charm-fcp::after {
  width: 1px;
  height: 70%;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  left: 70%;
  top: 30%;
}

.charm-wrap-cont {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
}

.charm-wrap-cont__list--pic {
  position: relative;
  margin-bottom: 20px;
}

.charm-wrap-cont__list--pic::after {
  width: 113px;
  height: 114px;
  background: url(../img/i-spec-arrw.svg) no-repeat center center / cover;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.-fullcont {
  grid-column: span 2;
}

.tp-media {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(4, 22.6%);
  gap: 40px 3.2%;
}

.tp-media__list--name {
  font-weight: bold;
  margin: 10px 0 5px;
}

.guidance-tp {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}
.guidance-tp__list--a {
  position: relative;
  display: block;
  color: #fff !important;
}

.guidance-tp__list--tit {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  z-index: 3;
  font-size: 2.2rem;
  line-height: 1.3;
}

.guidance-tp__list--pic {
  position: relative;
}

.guidance-tp__list--pic::after {
  content: "";
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.guidance-act {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
}

.foot-wrap {
  background: url(../img/foot-bg.jpg) no-repeat center 110px / cover;
  margin: 0px auto 60px;
  padding: 0 20px 60px;
}

.-infoicon {
  max-width: 250px;
  margin: 0 auto 0;
  mix-blend-mode: multiply;
}

.foot-wrap--fcp {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 20px auto 50px;
}

.foot-wrap-actbox {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
  align-items: center;
}

.foot-wrap-actbox--a {
  padding: 26px 10px;
  display: block;
  text-align: center;
}

.-foot_w-fax {
  margin-bottom: 10px;
}

.-foot_w-tel .foot-wrap-actbox--a {
  background: #fff;
  pointer-events: none;
}

.-foot_w-fax .foot-wrap-actbox--a {
  background: #ecdec2;
  font-weight: bold;
}

.-foot_w-mail .foot-wrap-actbox--a {
  background: #ac9132;
  color: #fff !important;
  font-weight: bold;
}

.-foot_w-guide .foot-wrap-actbox--a,
.-foot_w-magazine .foot-wrap-actbox--a {
  border: 1px solid #ac9132;
  font-weight: bold;
  background: #fff;
}

.-foot_w-tel__scp {
  font-size: 1.8rem;
  font-weight: bold;
}

.-foot_w-tel__number {
  font-size: 5.8rem;
  letter-spacing: 1px;
  line-height: 1;
}

.foot-wrap--guide {
  max-width: 1200px;
  margin: 0 auto 0px;
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  align-items: stretch;
  gap: 0 2%;
}

.foot-wrap--guide__list {
  display: grid;
  gap: 10px 0;
  grid-template-rows: 30px auto;
}

.foot-wrap--guide__list--tit {
  font-weight: bold;
  margin-bottom: 10px;
  background: none;
}

.foot-wrap--guide__list--box {
  padding: 20px;
  background: #fff;
  font-size: 1.4rem;
}

.cardlist {
  margin-bottom: 10px;
}

.f-send {
  font-weight: bold;
  margin-bottom: 20px;
}

.f-linkbox--cate {
  font-weight: bold;
  margin-bottom: 10px;
}

.f-link {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 40% 18% 18% 18%;
  gap: 0 2%;
  font-size: 1.5rem;
}

.f-linkbox a {
  text-decoration: underline;
}

.-countbox {
  column-count: 2;
}

.f-link-wrap {
  padding: 0 20px;
}

.f-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}

.f-sns--tit {
  font-weight: bold;
}

.f-sns__list {
  line-height: 1;
}

.f-sns__list:not(:first-child) {
  margin-left: 14px;
  max-width: 34px;
}

.f-outline {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 40px;
}

.f-outline__list:not(:last-child) {
  margin-right: 30px;
}

#copyright {
  display: block;
  background: #35363a;
  color: #fff !important;
  padding: 26px 20px;
  text-align: center;
  font-size: 1.4rem;
}

.acc_cate {
  margin-bottom: 30px;
  background: #fff;
}

.acc_cate a {
  display: block;
  background: url(../img/i-dash.svg) repeat-x left bottom / 8px 1px;
  padding: 16px 20px;
}

.acc_cate a span {
  background: url(../img/i-arrow.svg) no-repeat right center / 7px 7px;
  padding-right: 15px;
  display: block;
}

.-sdcate {
  background: url(../img/acc-plus.svg) no-repeat 95.5% center, url(../img/i-dash.svg) repeat-x left bottom #f7ecec;
  background-size: 15px 15px, 8px 1px;
  display: block;
  padding: 16px 20px;
  font-weight: bold;
}

.-sdcate.open {
  background: url(../img/acc-minus.svg) no-repeat 95.5% center, url(../img/i-dash.svg) repeat-x left bottom #f7ecec;
}

.-firstcate {
  background: url(../img/acc-plus-w.svg) no-repeat 95.5% center #371816;
  display: block;
  padding: 16px 20px;
  font-weight: bold;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.-firstcate.open {
  background: url(../img/acc-minus-w.svg) no-repeat 95.5% center #371816;
}

@media (max-width: 1120px) {
  .head-act__list:not(:last-child) {
    margin-right: 0;
  }

  .head-act__list:last-child {
    margin-left: 10px;
  }

  .head-act__list {
    font-size: 1.3rem;
  }

  .head-act__list .-i-arrow {
    padding-left: 10px;
  }

  .head-act__list .i-icon {
    padding-left: 24px;
  }

  .head-act__list:nth-child(3):after {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px 22px;
    margin-right: 0;
    margin-top: 4px;
  }

  .head-act__a {
    padding: 10px 6px;
  }

  .gnavi-box__list--a,
  .gnavi-box__list--mega {
    padding: 20px 18px;
    font-size: 1.5rem;
  }

  .headline-box {
    font-size: 1.4rem;
  }
}

@media (max-width: 1000px) {
  .mega-wrap--baloon,
  .mega-wrap__ban--list,
  .mega-wrap__cate--linklist,
  .mega-wrap__cate--name {
    font-size: 1.5rem;
  }

  .mega-wrap--baloon {
    padding: 10px;
  }

  .mega-wrap__cate--linklist {
    background-position: 2px 8px;
  }

  .-bg-jpn {
    background-position: left 20px;
  }

  .guidance-tp__list--tit {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 959px) {
  /*common*/
  body {
    margin-top: 110px;
  }
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  header {
    margin: 0;
    background: url(../img/i-zagi.png) repeat-x left top / 220px 11px #fff;
    width: 100vw;
    padding: 0;
  }
  #logo {
    max-width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }

  .-wrapper {
    position: relative;
  }

  .official-blog {
    margin: 0 auto 25px;
    padding: 0 20px;
  }

  .official-blog--btn {
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 6px;
  }

  .official-blog--btn a {
    display: block;
    padding: 10px;
  }
  .official-blog--btn a img {
    max-width: 320px;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .of_blog .official-blog--btn {
    border: 1px solid #444;
  }

  #head-wrapper {
    height: 72px;
    position: relative;
  }

  #head-wrapper {
    display: block;
    position: fixed;
    top: 38px;
    left: 0;
    padding: 0 20px;
    z-index: 20;
    background: #fff;
    width: 100vw;
    max-width: 100%;
  }

  #hd-spnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .hd-spnav__root,
  .hd-spnav__act {
    display: flex;
    align-items: center;
  }

  .hd-spnav__list {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hd-spnav__list:not(:last-of-type) {
    margin-right: 10px;
  }

  #humberger {
    width: 100%;
    height: 32px;
    display: block;
  }

  #humberger > div {
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #humberger span:nth-of-type(1) {
    top: 10px;
  }
  #humberger span:nth-of-type(2) {
    top: 15px;
  }
  #humberger span:nth-of-type(3) {
    bottom: 0px;
  }

  #-trigger.active #humberger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  #-trigger.active #humberger span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  #-trigger.active #humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  .head-act {
    display: none;
  }

  #gnavi {
    background: url(../img/bay.svg) repeat left center / 39px 39px;
    padding: 0;
  }

  .gnavi-box__list--mega a {
    pointer-events: fill;
    color: #fff !important;
  }

  .gnavi-box__list--a:hover,
  .gnavi-box__list--mega:hover,
  .gnavi-box__list--mega.active {
    opacity: 1;
    border-bottom: none;
    padding-bottom: 0px;
  }

  .gnavi-box__list:nth-child(1),
  .gnavi-box__list:nth-child(3),
  .gnavi-box__list:nth-child(4),
  .gnavi-box__list:nth-child(5),
  .gnavi-box__list:nth-child(6) {
    display: none;
  }

  .gnavi-box__list:not(:nth-child(n + 6)) {
    background: none;
  }

  .gnavi-box__list:last-child {
    display: block;
  }

  .gnavi-box__list--a {
    display: block;
    padding: 6px;
    color: #fff !important;
  }

  .gnavi-box__list--mega {
    padding: 0;
    border-right: 1px solid #fff;
  }

  .gnavi-box__list {
    text-align: center;
  }

  .gnavi-box {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }

  .-i-arrow-un {
    background: none;
    padding: 0;
  }

  .-i-arrow-un {
    display: block;
    padding: 6px;
  }

  .-megamenu {
    display: none;
  }

  .headline {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/bay-sp.png) repeat-x left top / 123px 6px #fff;
    border-bottom: 1px solid #371816;
    padding: 6px 0 0 20px;
    color: #371816 !important;
    height: 38px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .headline-box {
    padding-left: 0;
    max-width: max-content;
    width: max-content;
  }

  .headline-inner {
    overflow: scroll;
  }

  .hm-overlay {
    display: block;
    position: fixed;
    width: 100vw;
    z-index: -1;
    height: calc(var(--vh, 1vh) * 100 - 110px);
    top: 110px;
    background: #000;
    left: 0;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.3s;
  }

  .hm-overlay.active {
    opacity: 1;
    z-index: 22;
  }

  .hm-overlay__in {
    padding: 30px 20px;
  }

  .mega-wrap__search {
    display: block;
    padding: 0;
  }

  .mega-wrap--baloon {
    text-align: center;
    background: none;
    display: block;
    padding: 0;
    margin: 0 auto 10px;
    width: 210px;
  }

  .mega-wrap--baloon:before {
    display: none;
  }

  .hm-overlay__in form {
    display: grid;
    grid-template-columns: auto 80px;
    gap: 0 10px;
  }

  .mega-wrap__search--box {
    width: 100%;
  }

  .hm-overlay__in .foot-wrap-actbox--a {
    background: #fff;
    border-radius: 6px;
  }

  .mv__container {
    height: 100%;
  }

  .obj-bottole {
    max-width: 160px;
    bottom: -80px;
  }

  .-bg-jpn {
    grid-template-columns: 100%;
    background-image: url(../img/bg-jpn-sp.jpg);
  }

  .tp-categoy {
    grid-template-columns: repeat(3, 32%);
    gap: 40px 2%;
  }

  .tp-categoy__list--name {
    font-size: 2.2rem;
  }

  .-foot_w-tel__number {
    font-size: 4.8rem;
  }

  .-first {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 80%;
    margin-left: auto;
  }

  .-bg-jpn .feature-box__contents:first-of-type {
    grid-row: 2/3;
  }

  .-sd {
    grid-column: 1/2;
    grid-row: 3/4;
    width: 80%;
  }

  .-bg-jpn .feature-box__contents:last-of-type {
    grid-row: 4/5;
  }

  .feature-box__contents-histroy,
  .feature-box__contents-enjoy {
    max-width: 100%;
  }

  .feature-box__contents-histroy {
    margin-top: 0;
  }

  .feature-box-btn {
    max-width: 470px;
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .hm-overlay__in .foot-wrap-actbox--a {
    pointer-events: fill;
    display: grid;
    grid-template-columns: auto 75px;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    background: #fff;
    border-radius: 6px;
  }

  .headline-box__list {
    font-size: 1.2rem;
  }

  .swiper-pagination {
    left: 20px;
    transform: none !important;
    bottom: 10px;
  }

  .swiper-pagination-bullet {
    background: #dbdbdb !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet-active {
    background: #ac3e20 !important;
  }

  .obj-bottole {
    bottom: -50px;
  }

  .scenery {
    grid-template-columns: 200px auto;
    align-items: flex-start;
  }

  .bg-scenery {
    min-height: 140px;
    border: none;
  }

  .-overcharm {
    margin-bottom: 150px;
  }

  .charm-fcp {
    font-size: 3rem;
  }

  .scenery-info__list {
    grid-template-columns: 100px auto;
    gap: 10px 20px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
  }

  .scenery-info__list--post {
    grid-column: span 2;
  }

  .cont-tit {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .selling-ranking {
    grid-template-columns: repeat(3, 32%);
    gap: 40px 2%;
  }

  .charm-wrap {
    display: block;
    grid-template-columns: 100%;
    gap: 20px 0;
    padding: 30px 0 60px;
    margin: 0px auto 80px;
  }

  .charm-fcp {
    font-size: 2.4rem;
    letter-spacing: 6px;
  }

  .charm-fcp p {
    align-items: center;
  }

  .foot-wrap--guide,
  .f-link,
  .f-outline {
    display: none;
  }

  .charm-fcp::after {
    display: none;
  }

  .-touch {
    position: relative;
    overflow-x: scroll;
  }

  .i-scroll {
    display: grid;
  }

  .i-scroll-none {
    display: none;
  }

  .mediabox.-overwrap {
    padding-right: 0;
  }
  .tp-media {
    width: max-content;
    margin-right: 5%;
  }

  .foot-wrap-actbox {
    grid-template-columns: 100%;
  }

  .-foot_w-fax {
    display: none;
  }

  .-foot_w-guide {
    grid-row: 1/2;
  }

  .-foot_w-magazine {
    grid-row: 2/3;
  }

  .-foot_w-tel .foot-wrap-actbox--a {
    pointer-events: fill;
    display: grid;
    grid-template-columns: auto 75px;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
  }

  .fp-call {
    display: block;
    max-width: 75px;
    grid-column: 2/3;
  }

  .-foot_w-tel__scp {
    grid-column: span 2;
  }

  .-foot_w-tel__phone {
    grid-column: 1/2;
    margin-top: 8px;
  }

  .f-link-wrap {
    padding: 0;
  }

  .outline-sum {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    font-size: 1.5rem;
    margin-bottom: 40px;
    background: #fff;
  }

  .outline-sum__list {
    background: url(../img/i-dash.svg) repeat-x left bottom / 4px 1px;
  }

  .outline-sum__list--a {
    padding: 14px 20px;
    display: block;
  }

  .sub-tit {
    font-size: 2rem;
  }
}

@media (max-width: 519px) {
  .-minonly {
    display: block;
  }

  .obj-bottole {
    max-width: 140px;
    bottom: -110px;
  }

  .scenery {
    display: block;
    margin-top: -110px;
  }

  .bg-scenery {
    width: 100%;
    background-position: left top;
    background-size: 174px auto;
  }

  .selling-ranking,
  .tp-categoy {
    grid-template-columns: repeat(2, 48%);
    gap: 30px 4%;
  }

  .-sd {
    margin-top: 40px;
  }

  .-more {
    padding: 16px 10px;
  }

  .tp-categoy__list--wrapp {
    margin-bottom: 10px;
  }

  .tp-categoy__list--name {
    font-size: 1.8rem;
  }

  .charm.-overwrap {
    padding: 0;
  }

  .charm-wrap-cont {
    grid-template-columns: 100%;
  }

  .charm-wrap-cont__list--txt,
  .charm-wrap-cont__list:not(:first-of-type) {
    padding: 0 20px;
  }

  .foot-wrap-actbox {
    gap: 14px 0;
  }

  .-fullcont {
    grid-column: span 1;
  }

  .guidance-act {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .guidance-tp {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .visit.-overwrap {
    padding: 0;
  }

  .accordion {
    position: relative;
  }

  .accordion-btn {
    border: 1px solid #ab7e22;
    background: #fff;
    color: #ab7e22;
    cursor: pointer;
    display: inline-block;
    left: 0;
    margin: auto;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: center;
    transition: all 0.2s;
    width: 180px;
    z-index: 1;
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.2));
  }

  .accordion-btn::after {
    content: "続きを見る";
    display: inline-block;
  }

  .accordion-text {
    overflow: hidden;
    position: relative;
  }

  .feature-box__contents {
    padding: 40px 20px 0;
  }

  .feature-box__contents .accordion-text.is-hide {
    height: 200px;
  }

  .accordion-btn.is-show + .accordion-text {
    margin-bottom: 4em;
  }

  .accordion-text::before {
    bottom: 0;
    content: "";
    height: 120px;
    position: absolute;
    width: 100%;
  }

  .feature-box__contents-histroy .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 241, 239, 0.9) 50%, rgba(243, 241, 239, 0.9) 50%, #f3f1ef 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 241, 239, 0.9) 50%, rgba(243, 241, 239, 0.9) 50%, #f3f1ef 100%);
  }

  .feature-box__contents-enjoy .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 241, 239, 0.9) 50%, rgba(243, 241, 239, 0.9) 50%, #f9f8f6 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 241, 239, 0.9) 50%, rgba(243, 241, 239, 0.9) 50%, #f9f8f6 100%);
  }

  .accordion-btn.is-show {
    bottom: -3em;
  }

  .accordion-btn.is-show::after {
    content: "閉じる";
    display: inline-block;
  }

  .accordion-btn.is-show + .accordion-text::before {
    display: none;
  }

  .guidance-tp__list--tit .-sponly {
    display: none;
  }

  .guidance-act {
    padding: 0 20px;
  }

  .foot-wrap {
    background-position: center 70px;
    padding: 0 20px 10px;
  }

  .tp-media__list {
    max-width: 200px;
  }

  .-infoicon {
    max-width: 140px;
    margin-bottom: 30px;
  }

  .-foot_w-tel .foot-wrap-actbox--a {
    gap: 10px 10px;
  }

  .-foot_w-tel__number {
    font-size: 2.8rem;
    letter-spacing: 0;
  }

  .foot-wrap--fcp {
    display: none;
  }

  #copyright {
    font-size: 1.2rem;
  }
}

@media (max-width: 414px) {
  /*common*/
  .-i-cart-w {
    background-position: left center;
    display: block;
    padding: 0 0 0 32px;
  }

  /*index*/
  .obj-bottole {
    max-width: 120px;
    bottom: -90px;
  }
}

@media (max-width: 375px) {
  /*common*/
  .hd-spnav__list {
    letter-spacing: -0.1em;
  }
  #head-wrapper {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  #logo {
    max-width: 100px;
  }
}

@media (max-width: 320px) {
  #logo {
    max-width: 90px;
  }
}
