@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", 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;
  margin-top: 200px;
}

.-gothic {
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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;
  }

  .shoparea__list--a:hover,
  .shoparea__list--a:hover img,
  .shoparea__list--pic::after {
    opacity: 1;
    transition: 0.2s;
  }

  .shoparea__list--a:hover img {
    transform: scale(1.1);
  }

  .shoparea__list--a:hover .shoparea__list--pic::after {
    opacity: 0.4;
  }

  .gridarea__case--area:hover {
    opacity: 1;
  }

  /*button*/
  .i-arrow,
  .i-w-arrow,
  .i-g-arrow {
    transition: 0.3s;
  }
  .line_btn--a:hover .i-arrow,
  .line_btn--a:hover .i-w-arrow,
  .line_btn--a:hover .i-g-arrow,
  .submit_btn:hover .i-w-arrow,
  .gridarea__case--area:hover .i-w-arrow {
    padding-right: 26px;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly,
.-middleonly,
.-minonly,
.-bix {
  display: none;
}

.-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;
}

.-base {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.-area {
  margin-bottom: 100px;
}

.-larea {
  margin-bottom: 140px;
}

.mark-tit {
  text-align: center;
  margin: 0 auto 40px;
}

.mark-tit__fcp {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: normal;
  position: relative;
}

.mark-tit__fcp::before {
  position: absolute;
  content: "";
  background: url(../img/i-mark.svg) no-repeat center center / 17px auto;
  width: 17px;
  height: 26px;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

.mark-tit__fcp::after {
  position: absolute;
  content: "";
  display: block;
  background: #000;
  width: 10px;
  height: 1px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}

.mark-tit__min {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
}

.mark-tit__sub {
  margin-top: 30px;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/*layout*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.head_over {
  padding-top: 20px;
}

#l-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 16px;
}

#logo {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.tp-tels {
  text-align: right;
}

.i-tel {
  background: url(../img/i-tel.svg) no-repeat left center / 13px 20px;
  padding-left: 20px;
}

.i-un_arrow {
  background: url(../img/i-un_arrow.svg) no-repeat right center / 8px 6px;
  padding-right: 18px;
}

.tp-tels__number {
  font-size: 2.4rem;
  line-height: 1;
}

.tp-tels__info {
  font-size: 1rem;
}

.i-nav-cart {
  background: url(../img/i-nav-cart.svg) no-repeat left center / 12px 12px;
  padding-left: 22px;
}

.-fax {
  font-size: 1.4rem;
}

#gnav {
  position: relative;
}

.gnav__box--a {
  padding-bottom: 16px;
  display: block;
  position: relative;
  cursor: pointer;
}

.gnav__box--a.active::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #b5965e;
}

#gnav__box {
  display: flex;
  justify-content: center;
}

#gnav__box > li {
  font-size: 1.2rem;
}

#gnav__box > li:not(:last-child) {
  margin-right: 34px;
}

.mega__giftlist {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 30px 2%;
  font-size: 1.3rem;
}

.mega__giftlist a {
  display: grid;
  grid-template-columns: 78px auto;
  gap: 0 10px;
  align-items: center;
}

.mega__actbtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.mega__actbtn li {
  max-width: 380px;
}

.mega__actbtn .line_btn--a {
  font-size: 1.6rem;
}

.mega__actbtn li:not(:last-child) {
  margin-right: 20px;
}

.mega__home {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 0 2%;
}

.mega__home--box li {
  background: url(../img/i-dod.svg) no-repeat 0 7px / 6px 6px;
  padding-left: 16px;
}

.mega__home--fcp {
  margin: 10px auto 15px;
  text-align: center;
  font-size: 1.6rem;
}

.tp-overv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1;
}

.tp-overv li:not(:last-child) {
  margin-right: 10px;
}

.tp-overv li:nth-child(3) {
  margin-right: 20px;
}

.tp-overv li:nth-child(-n + 3) {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.tp-overv img {
  max-width: 32px;
  margin: 0 auto 5px;
}

.tp-overv .f-blogs {
  margin-left: 10px;
}

.f-blogs a {
  border: 1px solid #af852f;
  color: #af852f;
  padding: 10px;
  line-height: 1;
}

.f-blogs span {
  background: url(../img/i-feather.svg) no-repeat left center, url(../img/i-g-arrow.svg) no-repeat right center;
  background-size: 10px 12px, 6px 8px;
  padding: 0 16px 0 20px;
}

.belto {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 10px 20px;
}

.megamenu {
  display: none;
}

.megamenu.-open {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #f4f4f4;
  padding: 50px;
  z-index: 2;
}

.shoparea {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3));
  gap: 0;
}

.shoparea.twocolumn {
  grid-template-columns: repeat(2, calc(100% / 2));
}

.shoparea__list {
  position: relative;
}

.shoparea__list--pic {
  overflow: hidden;
}

.shoparea__list--a {
  position: relative;
  display: block;
}

.shoparea__list--pic::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  top: 0;
  left: 0;
}

.shoparea__list--info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
}

.shoparea__list--info--area {
  font-size: 1.8rem;
}

.shoparea__list--info--name {
  font-size: 2.2rem;
  position: relative;
}

.shoparea__list--info--name::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 20px auto 0;
}

#about-area {
  background: url(../img/about-bg.jpg) no-repeat left top / cover;
  color: #fff !important;
  overflow: hidden;
  padding-top: 60px;
}

.about-area__inner {
  max-width: 1600px;
  max-width: min(calc(100% - 80px), 1600px);
  margin-inline: auto;
  position: relative;
}

.ft_about {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-items: center;
  width: max-content;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.3em;
  position: absolute;
  left: 0%;
  top: 100px;
}

.ft_about__tit {
  position: relative;
  font-size: 3.4rem;
  margin-left: 30px;
}

.ft_about__tit::before,
.ft_about__tit::after {
  width: 2px;
  height: 50%;
  position: absolute;
  content: "";
  display: block;
  right: -10px;
}

.ft_about__tit::before {
  top: 0;
  background: #e5e5e5;
}

.ft_about__tit::after {
  top: 50%;
  background: #b09766;
}

.ft_about__txt {
  line-height: 2em;
}

.ft_about__txt p:not(:last-child) {
  margin-left: 30px;
}

.ft_about__inner {
  display: flex;
  flex-wrap: wrap;
}

.about-overview {
  margin: -50px auto 0;
}

.-relative {
  position: relative;
}

.-overv {
  position: absolute;
  right: 10%;
  bottom: 20%;
  max-width: 400px;
}

.i-hyotan {
  margin-right: auto;
  max-width: 350px;
}

.about-secret_point dt {
  font-size: 2.2rem;
}

.about-secret_point dd {
  color: #ccc;
  position: relative;
}

.about-secret_point dl:not(:last-child) dd {
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.about-secret_point dl:not(:last-child) dd:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #707070;
  position: absolute;
  bottom: 0%;
  left: 50%;
}

.about-secret_point {
  max-width: 400px;
}

.-intrac {
  position: relative;
  top: -100px;
  order: 2;
}

.-intrac .ft_about__tit {
  height: max-content;
}

.-secrets {
  background: url(../img/about-secret.png) no-repeat 100% center / 90% auto;
  padding: 420px 0 120px;
  position: initial;
  margin-top: -400px;
}

.-ercret_btn {
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.-secrets__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

#foot-link {
  background: url(../img/foot_bg.png) repeat-x left top / 300px auto;
  padding: 60px 0;
  font-size: 1.3rem;
}

.foot-link__inner {
  display: grid;
  grid-template-columns: 120px 80%;
  justify-content: space-between;
  gap: 0 40px;
}

.ft_linkbox {
  display: grid;
  grid-template-columns: 25% 35% 19% 15%;
  gap: 20px 2%;
}

.ft_linkbox dt {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.ft_linkbox dt:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  top: 50%;
  left: -20px;
}

.ft_linkbox dd {
  margin-top: 10px;
}

#foot-logo {
  max-width: 92px;
}

.foot-link_over {
  border-top: 1px solid #d5c8ad;
  padding-top: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.foot-link_over li:not(:last-child) {
  margin-right: 30px;
}

footer small {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  padding: 40px 0;
}

#fix_footer {
  display: none;
}

/*button*/
.line_btn--a {
  display: block;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.submit_btn {
  display: block;
  width: 100%;
  background: #af852f !important;
  text-align: center;
  padding: 12px 10px;
  color: #fff !important;
  border-radius: 30px !important;
  font-size: 1.4rem;
  line-height: 1.4;
}

.middle_line_btn {
  max-width: 460px;
  width: 100%;
  margin: 50px auto 0;
}

.i-arrow {
  background: url(../img/i-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.i-w-arrow {
  background: url(../img/i-w-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.i-g-arrow {
  background: url(../img/i-g-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.i-mega_close {
  background: url(../img/i-mega_close.svg) no-repeat left center / 20px 20px;
  padding: 5px 0 5px 30px;
}

.i-close {
  position: absolute;
  right: 0%;
  bottom: -30px;
  width: 80px;
  cursor: pointer;
  text-align: right;
}

/*index*/
#main__mv {
  overflow-x: hidden;
  padding-bottom: 100px;
  margin: 0 auto 40px;
}

.mv__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1347px;
  position: relative;
}

#main__swipers {
  height: 100%;
  overflow: visible !important;
  width: 100%;
  z-index: 1;
}

.slide-info {
  display: none;
}

.swiper-button-prev {
  left: initial !important;
  right: 80px !important;
}

.swiper-button-next {
  right: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  transition: 0.3s;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 70px !important;
  top: inherit !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #fff !important;
}

.swiper-pagination {
  right: 30px;
  bottom: 30px;
}

.swiper-pagination-bullet {
  margin: 0 2px;
  width: 44px !important;
  border-radius: 0 !important;
  height: 2px !important;
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #b5965e !important;
}

.itemlist_box {
  display: grid;
  grid-template-columns: repeat(5, 18%);
  gap: 0 2.5%;
}

.itemlist_box article {
  display: flex;
  flex-wrap: wrap;
}

.item--pic {
  margin-bottom: 10px;
  position: relative;
}

.item--pic img {
  border-radius: 6px;
}

.item--name {
  line-height: 1.5;
  margin-bottom: 10px;
}

.item--price {
  color: #d00;
  margin-bottom: 20px;
}

.item-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 8px;
}

.item-tag li {
  padding: 5px;
  font-size: 1.4rem;
  border-radius: 3px;
  background: #b5965e;
  color: #fff !important;
  margin: 0 5px 5px 0;
}

.i-rank {
  position: absolute;
  width: 36px;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.line_btn {
  margin-top: auto;
  width: 100%;
}

#giftarea {
  background: url(../img/bg_blk.jpg) left top / cover;
  color: #fff !important;
  padding: 40px 0;
  margin: 0 auto 140px;
}

.giftarea__inner {
  position: relative;
}

.strate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.3em;
}

.strate__txt {
  position: relative;
}

.strate__txt::before,
.strate__txt::after {
  width: 2px;
  height: 50%;
  position: absolute;
  content: "";
  display: block;
  right: -10px;
}

.strate__txt::before {
  top: 0;
  background: #e5e5e5;
}

.strate__txt::after {
  top: 50%;
  background: #b09766;
}

.giftarea__txt {
  width: 40%;
}

.giftarea__txt--tit {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  background: url(../img/i-en.svg) no-repeat left top / 254px auto;
  padding-top: 35px;
}

.giftarea__txt .line_btn {
  max-width: 280px;
  margin-top: 30px;
}

.-white .line_btn--a {
  color: #fff !important;
}

.giftarea--pic {
  position: absolute;
  left: 62%;
  top: -50px;
  width: 540px;
}

.gridarea__case {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
}

.gridarea__case--area {
  position: relative;
  display: block;
}

.gridarea__case--pic {
  margin-bottom: 20px;
  position: relative;
}

.gridarea__case--pic:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 40%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.gridarea__case--text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  color: #fff;
  display: block;
}

.gridarea__case--text span {
  color: #fff !important;
  width: 200px;
  padding: 6px 10px;
  margin-top: 10px;
}

.gridarea__case--text__name {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 2px;
}

.gridarea__case img {
  border-radius: 6px;
}

.-gold .line_btn--a {
  border-color: #b5965e;
  color: #b5965e;
}

.-gold_bg .line_btn--a {
  background: #b5965e;
  border-color: #b5965e;
  color: #fff !important;
}

.gift_line_btn .line_btn--a {
  max-width: 320px;
  margin: 40px auto;
}

#homearea {
  background: url(../img/bg_home.jpg) left top / cover;
  padding: 40px 0;
  margin: 0 auto 140px;
}

.homearea__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.homearea__txt {
  width: 40%;
  padding: 0px 0 40px;
}

.homearea__txt--tit {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
}

.homearea__txt .line_btn {
  max-width: 280px;
  margin-top: 30px;
}

.homearea--pic {
  position: absolute;
  right: 60%;
  top: -80px;
  width: 500px;
}

.homearea--pic img {
  border-radius: 6px;
}

.-homes {
  max-width: 280px;
  margin-top: 20px;
}

#tp-home article:nth-child(2n) {
  margin-top: 30px;
}

.item--cover {
  width: 100%;
}

@media (max-width: 1360px) {
  .about-secret_point dt {
    font-size: 2rem;
  }

  .about-secret_point dd {
    font-size: 1.4rem;
  }

  .-intrac {
    top: -30px;
  }

  .ft_about__tit {
    font-size: 3rem;
  }

  .ft_about__txt {
    font-size: 1.6rem;
    height: max-content;
  }

  .about-secret_point {
    max-width: 350px;
  }

  .-secrets {
    padding: 320px 0 120px;
    margin-top: -400px;
  }
}
@media (max-width: 1120px) {
  .-bix {
    display: block;
  }
  .-minbix {
    display: none;
  }

  .tp-tels__number {
    font-size: 2rem;
  }
}

@media (max-width: 1000px) {
}
.midnightHeader.default {
  color: #fff;
}
@media (max-width: 959px) {
  body {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .-middleonly {
    display: block;
  }

  .ft_linkbox dd {
    font-size: 1.4rem;
  }

  .foot-link__inner {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  #foot-logo {
    margin: 0 auto;
  }

  #foot-link {
    background: url(../img/foot_bg-sp.png) repeat-x left top / 375px auto;
  }

  .ft_linkbox {
    padding-left: 20px;
  }

  /*index*/
  .itemlist_box {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 40px 5%;
  }

  .ft_linkbox dd {
    font-size: 1.3rem;
  }

  #tp-gift,
  #tp-home {
    margin-top: 200px;
  }

  .giftarea__inner,
  .homearea__inner {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
  }

  .strate {
    display: block;
    position: relative;
    font-size: 2.4rem;
    margin-top: -130px;
    grid-column: span 2;
  }

  .strate span {
    color: #000;
  }

  .strate__txt {
    position: relative;
  }

  .giftarea__txt--tit {
    background-position: center top;
  }

  .giftarea__txt .line_btn,
  .homearea__txt .line_btn {
    margin-inline: auto;
  }

  .giftarea__txt,
  .homearea__txt {
    order: 3;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 0;
  }

  .giftarea--pic,
  .homearea--pic {
    order: 2;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    max-width: 80%;
    margin: 0px auto;
  }

  .homearea--pic {
    max-width: 100%;
    margin: -80px auto;
  }

  .gridarea__case--text__name {
    font-size: 2rem;
  }

  .-homes {
    margin-inline: auto;
  }

  #tp-home article:nth-child(2n) {
    margin: 0;
  }

  .shoparea__list--info--name {
    font-size: 1.8rem;
  }

  .-secrets__inner {
    position: relative;
    display: grid;
    padding-bottom: 100px;
    flex-wrap: wrap;
    grid-template-columns: 100%;
  }

  .-intrac {
    display: contents;
    top: initial;
  }

  .about-secret_point {
    max-width: 46%;
  }

  .-secrets {
    max-width: 100vw;
    padding-inline: 20px;
    background: url(../img/about-secret.png) no-repeat 10% top / cover;
  }

  .ft_about__inner {
    margin: 0 auto 50px 5%;
  }

  .i-hyotan {
    max-width: 140px;
  }

  .ft_about {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-area__inner {
  max-width: min(calc(100% - 60px), 1600px);
}

@media (max-width: 767px) {
  /*common*/
  body {
    margin-top: 60px;
  }
  #gnav,
  .head_over,
  .account_area,
  .tp-tels,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .-pconly {
    display: none;
  }

  .-sponly,
  .-minonly {
    display: block;
  }

  .topback a {
    display: block;
    padding: 6px 10px;
    font-size: 1rem;
    line-height: 1;
    border: 1px solid #707070;
  }

  header {
    height: 60px;
  }

  #l-line {
    height: 60px;
  }

  #logo {
    max-width: 130px;
    top: 50%;
  }

  .mark-tit__fcp {
    font-size: 2rem;
  }

  .mark-tit__min {
    font-size: 1.1rem;
  }

  #foot-logo {
    width: 84px;
  }

  .ft_linkbox {
    grid-template-columns: 100%;
    gap: 40px 0;
    padding: 0 0 20px 20px;
  }

  .ft_linkbox__blk:nth-child(n + 3) {
    display: none;
  }

  .ft_linkbox dd {
    margin-top: 6px;
  }

  .foot-link_over {
    display: none;
  }

  .un_splink {
    max-width: 1200px;
    max-width: min(calc(100% - 40px), 1200px);
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .un_splink li {
    font-size: 1.2rem;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
  }

  .un_splink li:nth-child(odd) {
    border-right: 1px dashed #ccc;
  }

  .un_splink li:last-of-type {
    border-bottom: none;
  }

  .un_splink li a {
    display: block;
    padding: 20px;
  }

  #fix_footer {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 66px;
    background: #000;
    z-index: 10;
  }

  .fix_footer--blk {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    text-align: center;
    height: 100%;
    color: #fff !important;
  }

  .fix_footer--blk > li:not(:last-child) {
    border-right: 1px solid #464646;
  }

  .fix_footer--blk > li > a,
  .hum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff !important;
    line-height: 1.2;
    height: 100%;
    padding-top: 8px;
  }

  .foot_cart {
    background: #c1a840;
  }

  .foot_cart-icon {
    width: 24px;
    margin: 0 auto 5px;
  }

  .-sing {
    margin-top: 11px;
  }

  #humberger {
    width: 100%;
    height: 24px;
    display: block;
  }

  #humberger > div {
    position: relative;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 90%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #humberger span:nth-of-type(1) {
    top: 6px;
  }
  #humberger span:nth-of-type(2) {
    top: 12px;
  }
  #humberger span:nth-of-type(3) {
    bottom: 2px;
  }

  #-trigger.active #humberger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) 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);
  }

  #fix_footer ul > li {
    font-size: 1rem;
  }

  #fixnav {
    display: none;
  }

  .active #fixnav {
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100 - 126px);
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
  }

  .fixnav__inner {
    background: #fff;
    width: 90vw;
    height: 100%;
    text-align: left;
    overflow: auto;
  }

  .fixnav__contents {
    color: #000;
    padding: 40px 20px 80px;
  }

  .fixnav__contents .line_btn {
    margin: 25px auto 40px;
    width: 260px;
  }

  .fixnav__contents dt {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
  }

  .fixnav__contents dd {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    width: 90%;
  }

  .fixnav__contents dd a {
    display: block;
    padding: 7px 0;
  }

  .fixnav__contents dd::before {
    width: 20px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    background: #707070;
  }

  .fixnav__contents dt span {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #999;
  }

  .fix_close {
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    padding: 14px;
    font-size: 1.6rem;
    line-height: 1;
    border-bottom: 1px solid #444;
  }

  .fix_close span {
    background: url(../img/close.svg) no-repeat left center / 12px 12px;
    padding-left: 22px;
  }

  .navscroll {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 10px;
    bottom: 10vh;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    background: url(../img/navscroll-arrow.svg) no-repeat center bottom / 4px 93px;
    padding-bottom: 103px;
    width: max-content;
  }

  .fixguide {
    background: #000 !important;
    padding: 20px;
  }

  .fixguide__inner {
    background: #fff;
    height: 100%;
    color: #000;
    padding: 20px;
  }

  .fixguide__tit {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }

  .fixguide__blk {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 10px 2%;
  }

  .fixguide__blk a {
    display: block !important;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px 0;
  }

  .fixguide__blk--icon {
    width: 36px;
    margin: 0 auto 2px;
  }

  .fixguide_close {
    background: #000;
    padding: 10px;
    margin-top: 10px;
    color: #fff !important;
    font-size: 1.4rem;
  }

  .fixguide_close span {
    background: url(../img/close.svg) no-repeat left center / 12px 12px;
    padding-left: 22px;
  }

  .fixguide_tworow {
    line-height: 1.2;
  }

  .fixguide_lh {
    line-height: 2.4;
  }

  small {
    margin-bottom: 66px;
  }

  /*index*/
  .giftarea__inner,
  .homearea__inner {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .homearea__inner {
    max-width: 100vw;
    width: 100vw;
  }

  .strate {
    grid-column: span 1;
  }

  .giftarea--pic,
  .homearea--pic {
    margin: 0 auto;
  }

  .homearea--pic {
    width: 100%;
  }

  .gridarea__case--text__name {
    font-size: 1.8rem;
  }

  .gridarea__case--text span {
    width: 150px;
    padding: 4px 10px;
    margin-top: 5px;
    font-size: 1.2rem;
  }

  #homearea {
    background: url(../img/bg_home-sp.jpg) left top / cover;
    padding: 40px 0;
    margin: 0 auto 140px;
  }

  .shoparea__list--info--name {
    font-size: 1.6rem;
  }

  .about-overview img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-area__inner {
    max-width: 100%;
    margin-top: -146px;
  }

  .ft_about__tit span {
    color: #000;
  }

  #about-area {
    overflow: visible;
    padding: 60px 0;
    margin-top: 200px;
  }

  .ft_about,
  .ft_about__inner {
    position: relative;
  }

  .ft_about {
    top: 0;
  }

  .ft_about__inner {
    margin: 0 auto;
  }

  .-secrets .ft_about__inner {
    margin: 0;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }

  .i-hyotan {
    position: absolute;
    width: 100px;
    top: 200px;
    right: 50px;
  }

  .ft_about__ax {
    display: flex;
  }

  .ft_about__tit {
    width: max-content;
    margin: 0 auto 40px;
    height: max-content;
    font-size: 2.4rem;
  }

  .ft_about__tit::before,
  .ft_about__tit::after {
    height: 70px;
  }

  .ft_about__tit::after {
    top: 70px;
  }

  .-overv {
    position: relative;
    margin: -40px auto 0;
    padding: 0;
    left: initial;
    right: initial;
  }

  .-secrets {
    background: none;
    max-width: 100vw;
    width: 100vw;
    padding: 0;
    margin: 80px auto 0;
  }

  .about-secret_point {
    max-width: 100%;
    background: url(../img/about-secret-sp.png) no-repeat center top / 100% auto;
    padding: 90vw 20px 0;
  }

  #about-area .line_btn {
    max-width: 320px;
    margin: 0 auto;
  }

  .ft_about__txt {
    font-size: 1.4rem;
  }

  .about-overview {
    margin-bottom: -20px;
  }
}

@media (max-width: 559px) {
  /*index*/
  .gridarea__case {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .shoparea {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 0;
  }
}

@media (max-width: 519px) {
  /*index*/
  .itemlist_box {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
  }
}

@media (max-width: 414px) {
  /*index*/
  .un_splink li a {
    padding-inline: 10px;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
