@charset "UTF-8";

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #261b18;
  font-family: "Yu Mincho", "YuMincho", 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%;
}

.-gothic {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}

/*fs*/
p {
  margin: 0;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

/*formフォーマット*/

.-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;
}

/*固定用css*/
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}

#spfixnav {
  display: none;
}

/*common*/

.fs-client-cart-count--0 {
  display: none;
}

.fs-client-cart-count {
  width: 22px;
  height: 22px;
  position: absolute;
  background: #d0281a;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  line-height: 1.5rem;
  text-align: center;
  font-size: 1rem;
  top: -6px;
  left: -15px;
}

.heads ul {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}

.heads ul li {
  position: relative;
}

.heads ul li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.heads ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.heads .imp__info {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#fs_Top .heads .imp__info {
  display: none;
}

#mainbox,
.-base,
#fs_Top .-tp_mar {
  max-width: 1200px;
  max-width: min(calc(100% - 120px), 1200px);
  margin-inline: auto;
}

#mainbox,
.un_area {
  margin-bottom: 150px;
}

.i-cart {
  background: url(../img/i-cart.svg) no-repeat left center / 22px 22px;
  padding: 3px 0 3px 32px;
}

.ban__register {
  grid-column: span 2;
}

.-mb_txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.tp_hd form {
  display: grid;
  grid-template-columns: 260px 18px;
  gap: 0 10px;
}

.tp_hd form input {
  padding: 0 10px;
}

/*title*/

.sub-tit,
.fs-p-heading--lv2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0;
  margin: 0 0 40px;
}

.line-tit {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0 0 20px;
  margin: 0 0 40px;
  border-bottom: 1px solid #b3b3b3;
}

.group-tit {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #b3b3b3;
}

.-center {
  text-align: center;
}

/*button*/
.bk_btn {
  background: #393939;
  color: #fff !important;
  padding: 14px 10px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.i-arrow-w {
  background: url(../img/i-arrow-w.svg) no-repeat right center / 6px 10px;
  padding-right: 16px;
}

.i-arrow {
  background: url(../img/i-arrow.svg) no-repeat right center / 6px 10px;
  padding-right: 16px;
}

.line__btn {
  border: 1px solid #333;
  display: block;
  padding: 10px 20px 10px 20px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.line__btn--line {
  position: relative;
}

.line__btn::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateX(-50%);
}

.more_btn {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 0 0 0 auto;
}

/*header*/

#humberger {
  width: 30px;
  height: 30px;
  display: block;
}

#humberger > div {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 12;
  margin: 0 auto;
}

#humberger span {
  background-color: #261b18;
}

#humberger span {
  position: absolute;
  left: 0;
  width: 90%;
  height: 1px;
  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: 16px;
}
#humberger span:nth-of-type(3) {
  bottom: 6px;
}

#-trigger.active #humberger span {
  background-color: #261b18;
}

#-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);
}

#-ft_trigger {
  background: #6e6e6e;
}

#fixnav {
  opacity: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  pointer-events: none;
}

.active #fixnav {
  background: rgba(255, 255, 255, 1);
  overflow: visible;
  display: block;
  opacity: 1;
  z-index: 13;
  pointer-events: visible;
}

#fs_Top .heads .slider__info {
  display: none;
}

#fs_Top .slider__info {
  padding: 10px 0px;
}

/*aside*/

.logo {
  max-width: 190px;
  margin: 0 32px;
}

.logo a {
  text-decoration: none;
  line-height: 1.5;
}

.logo img {
  margin-bottom: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  z-index: 10;
  width: 254px;
}

#aside__inner {
  position: relative;
  padding: 60px 0 0;
}

nav {
  margin-top: 60px;
}

nav > ul > li {
  font-size: 1.8rem;
}

nav > ul > li > a,
nav > ul > li > span {
  padding: 0 32px;
  display: block;
}

nav > ul li:not(:last-child) {
  margin-bottom: 15px;
}

nav ul li a {
  text-decoration: none;
}

nav div {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f2f2f2;
  z-index: -1;
  left: 100%;
  padding: 5% 40px;
  width: max-content;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5% 40px;
}

.business__use {
  position: relative;
}

.business__use a {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
  opacity: 0.2;
}

.business__use::before {
  content: "準備中";
  display: block;
  color: #000;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.navs > a {
  position: relative;
  cursor: pointer;
}

.navs:hover > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f2f2f2;
}

.navs:hover div {
  opacity: 1;
  pointer-events: all;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f2f2f2;
  z-index: 2;
  width: max-content;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5% 40px;
  overflow: visible;
  max-height: 9999px;
  max-width: 9999px;
  z-index: 5;
}

/*spnav*/

.item__cate > li > a,
.item__giftcate a,
.item__media a,
.item__helpbox ul a {
  display: block;
  text-decoration: none;
  padding: 10px 18px 10px 0px;
  background: url(../img/i-arrow.svg) no-repeat right center / 8px 10px;
}

.item__cate > li:not(:last-child),
.item__giftcate li:not(:last-child),
.item__media li,
.item__helpbox ul li {
  border-bottom: 1px solid #eee;
}

.item__cate > li > a {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 0 20px;
  align-items: center;
  min-height: 83px;
  height: 100%;
  text-decoration: none;
}

.item__cate > li ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 52px;
  margin-bottom: 20px;
}

.item__cate > li ul li {
  margin: 0 10px 0px 0;
}

.item__cate > li ul li a {
  text-decoration: underline;
}

.item__giftcate--choice {
  background: #efefef;
  padding: 5px 10px;
}

main {
  margin-left: 254px;
}

/*index*/
#main__mv {
  height: 80vh;
  overflow: hidden;
}

.mv__word {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #fff;
  z-index: 3;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}

.slider {
  position: relative;
}

.fchach {
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 477px;
}

.slider__info {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  display: flex;
  padding: 4px 0px;
  font-size: 1.8rem;
}

.slider__info p {
  position: relative;
  padding: 0 20px;
}

.slider__info p::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider .slider__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 80vh;
  width: 100%;
  background: #000;
  margin-bottom: 20px;
}

.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slide img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: inherit !important;
}

.slider .slide.current {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.mv__bg {
  display: none;
}

.tp_ser_info {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 0 60px;
  margin: 0 auto 60px;
}

.tp_ser_info--input {
  border: 1px solid #333 !important;
  padding: 5px;
}

.tp_ser_info form {
  display: grid;
  grid-template-columns: 258px 32px;
  gap: 0 10px;
}

.tp_ser_info form button {
  padding: 5px;
}

.imp__info {
  display: grid;
  grid-template-columns: 116px auto;
  align-items: center;
  gap: 0 10px;
}

.imp__info dt {
  background: #111;
  padding: 2px 10px;
  color: #fff !important;
  text-align: center;
}

.atout_somi--tit {
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  transition: 0.3s;
}

.atout_somi__txt {
  font-size: 1.8rem;
  width: 440px;
}

.atout_somi__txt p:not(:last-of-type) {
  margin-bottom: 30px;
}

.atout_somi__sttxt {
  font-size: 1.8rem;
  margin-right: 100px;
}

.atout_somi__box {
  position: relative;
  display: grid;
  grid-template-columns: auto 300px;
  gap: 0 5%;
}

.atout_somi--btn {
  margin-left: auto;
  width: max-content;
}

.atout_somi--strate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-bottom: 40px;
}

#specialiy {
  display: grid;
  grid-template-columns: auto 150px;
  gap: 0 90px;
  transition: 0.3s;
}

.specialiy__itembox--one {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 0 5%;
}

.specialiy__itembox--one.-reverse {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 0 5%;
}

.specialiy__itembox--one:not(:last-of-type) {
  margin-bottom: 60px;
}

.specialiy__strate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.5em;
  margin: 100px 0 0 auto;
  order: 1;
  transition: 0.3s;
}

.specialiy__strate p:nth-child(2) {
  margin-top: 360px;
}

.special-item__bg--img {
  max-width: 280px;
  margin: 0 auto 20px;
}

.special-item__cover {
  overflow: hidden;
  height: 100%;
  background: url(../img/i-line.svg) repeat-x left bottom;
}

.special-item__info {
  line-height: 2;
}

.special-item__tit {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.special-item__tit span {
  font-size: 2.4rem;
}

.special-item__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.special-item__bg img {
  display: none;
}

.i-ns_plus {
  max-width: 32px;
  margin: 20px 0 0 auto;
  cursor: pointer;
}

.i-ns_plus__bs {
  max-width: 32px;
  cursor: pointer;
}

.item__over__act {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.item__over__act a {
  text-decoration: underline;
}

.item__over {
  margin-bottom: 20px;
}

.special-item__info,
.staff__over {
  width: 100%;
}

.staff__over {
  display: none;
  background: #f7f7f7;
  padding: 10px 20px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}

.staff__over dt {
  font-weight: bold;
  line-height: 1.5;
  background: url(../img/i-staff.svg) no-repeat left center / 12px;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.staff__over dd {
  font-size: 1.5rem;
  line-height: 1.5;
}

.-reverse .special-item__cover {
  order: 1;
}

.-reverse .special-item__bg {
  order: 2;
}

.itemlist__box {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 50px 2%;
}

.itemlist__box--img {
  margin-bottom: 10px;
}

.itemlist__box--tit {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.itemlist__box--tit span {
  font-size: 1.4rem;
}

.itemlist__box--tit.-recommend {
  margin-bottom: 0;
}

.recomm_itemlist__box {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  gap: 30px 3.5%;
}

.itemlist__box--price {
  color: #9c062c;
}

.itemlist__box .item__over {
  margin-bottom: 0;
}

.tp_news--tab {
  text-align: center;
  display: grid;
  grid-template-columns: 260px 260px;
  gap: 0 40px;
  justify-content: center;
  margin: 0 auto 40px;
}

.tp_news--tab li {
  border-bottom: 2px solid #6b6b6b;
  display: block;
  padding: 10px;
  font-size: 2.2rem;
  cursor: pointer;
}

.tp_news--tab li.active {
  border-color: #9c062c;
}

.tp_news--content__box {
  display: none;
}

.tp_news--content__box.active {
  display: block;
}

.tp_news--timeline {
  margin-bottom: 50px;
}

.tp_news--timeline li {
  border-bottom: 1px solid #261b18;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 20px;
  padding: 10px;
}

.tp_news--timeline li a {
  text-decoration: none;
}

#tp_gift {
  max-width: 750px;
  max-width: min(calc(100% - 120px), 750px);
  margin-inline: auto;
  margin-inline: auto;
}

.tp_gift--inner {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 0 8%;
}

.tp_gift--strate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.-gift_tp {
  font-size: 3.8rem;
  letter-spacing: 0.4em;
  text-align: right;
  order: 2;
  margin-bottom: auto;
  line-height: 2;
}

.-gift_tp p span {
  position: relative;
}

.-gift_tp p span::before,
.-gift_tp p span::after {
  content: "";
  background: url(../img/word__line.svg) repeat-y;
  width: 10px; /* 任意の幅 */
  height: 100%;
  position: absolute;
  top: 0;
}

.-gift_tp p span::before {
  left: -12px; /* 左側に配置 */
}

.-gift_tp p span::after {
  right: -20px; /* 右側に配置 */
}

.-gift_min {
  font-size: 2rem;
  letter-spacing: 0.6em;
  margin-right: auto;
}

.tp_gift--info__word {
  display: grid;
  grid-template-columns: 40% 50%;
  gap: 0 10%;
}

.gift_ribbon {
  max-width: 300px;
  margin: 0 auto 30px;
}

.tp_newspost--box {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 30px 5%;
  margin: 0 auto 50px;
}

.tp_newspost--pic {
  margin-bottom: 15px;
}

.camp__bans {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
}

/*footer*/
.footer_info {
  background: #f8f8f5;
  padding: 60px 0;
}

.footer_info--blk {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}

.footer_info--blk article {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 40px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px 0;
  flex-wrap: wrap;
}

.footer_info--blk article dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.footer_info--blk article dd {
  font-size: 1.5rem;
}

.i-f_img {
  max-width: 76px;
  margin: 0 auto 20px;
}

.footer_info_btn {
  width: 100%;
  margin-top: auto;
}

.foot__blk {
  padding: 60px 0;
}

.foot__info {
  margin-bottom: 50px;
}

.foot__info li {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 20px;
}

.foot__info li:not(:last-child) p:not(:last-child) {
  padding: 0 0 14px;
}

.foot__info li p:last-child {
  border-left: 1px solid #000;
  padding-left: 20px;
  height: 100%;
}

.f-sns {
  display: grid;
  grid-template-columns: repeat(5, 34px);
  gap: 0 10px;
  margin-bottom: 30px;
}

.footer_enbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.footer_enbox ul li {
  width: max-content;
}

.footer_enbox ul a {
  text-decoration: none;
}

.footer_logo {
  max-width: 190px;
  margin-bottom: 10px;
}

.copyrights {
  font-size: 1.3rem;
  display: block;
  margin-top: 20px;
}

/*blog*/
.blog-achive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 40px 40px;
  margin: 30px auto 50px;
  font-size: 1.4rem;
}

.blog-achive .imgmax {
  object-fit: cover;
  height: 260px;
}

.blog-achive .blog-thum--tit {
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}

.blog-achive .blog-thum--tit a {
  text-decoration: underline;
}

.blog-thum {
  margin-bottom: 20px;
}

.blog-achive__exp {
  padding: 0 20px;
}

.blog-thum__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  margin: 0 auto 14px;
}

.blog-thum__info--cate a {
  background: #666;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

.blog-thum__info time {
  color: #666;
}

.blog-achive article .-t-right {
  margin-top: 10px;
}

@media (max-width: 1120px) {
  .slider__info {
    font-size: 1.5rem;
  }

  .atout_somi--tit {
    font-size: 3rem;
  }

  .atout_somi__txt {
    width: 100%;
    font-size: 1.6rem;
  }

  .atout_somi__box {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .atout_somi--strate {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.2em;
    margin-left: auto;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .atout_somi__box--linfo {
    width: 80%;
  }

  .atout_somi--btn {
    text-align: center;
  }

  .atout_somi__sttxt {
    margin-inline: auto;
  }

  #specialiy {
    grid-template-columns: 100%;
    gap: 0 0;
  }

  .specialiy__strate {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 auto 40px;
    writing-mode: horizontal-tb;
    text-align: center;
    order: 1;
  }
  .specialiy__strate p:nth-child(2) {
    margin-top: 0;
  }

  .specialiy__itembox {
    order: 2;
  }

  .itemlist__box {
    grid-template-columns: repeat(3, 30%);
    gap: 50px 5%;
  }
}

@media (max-width: 959px) {
  /*header*/
  header {
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    overflow: hidden;
  }

  .num_logo {
    max-width: 120px;
  }

  .logo {
    max-width: 300px;
    padding: 20px 0 10px;
    line-height: 1;
  }

  .num_logo img,
  .logo img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .logo br {
    display: none;
  }

  .heads > div {
    display: none !important;
  }

  .heads .imp__info {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #aside__inner {
    padding: 0 0;
  }

  nav {
    margin: 0;
  }
  nav ul {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    background: #261b18;
  }

  .navs:hover > a:before {
    display: none;
  }

  nav > ul li:not(:last-child) {
    margin: 0;
  }

  nav > ul > li:first-child,
  nav > ul > li:nth-child(n + 6) {
    display: none;
  }

  nav > ul li {
    text-align: center;
    font-size: 1.5rem;
  }

  nav ul a {
    color: #fff !important;
  }

  nav > ul > li > a,
  nav > ul > li > span {
    padding: 10px 0;
  }

  nav > ul > li a {
    position: relative;
    cursor: pointer;
  }

  nav > ul > li:not(:nth-child(5)) a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    background: #fff;
    transform: translateY(-50%);
  }

  .navs > a {
    color: #fff !important;
  }

  main {
    margin-left: 0;
  }

  /*common*/
  #mainbox,
  .-base,
  #fs_Top .-tp_mar,
  .tp_ser_info,
  #tp_gift {
    max-width: min(calc(100% - 40px), 1440px);
  }

  #mainbox {
    margin-bottom: 60px;
  }

  .tp_ser_info form {
    display: none;
  }
  .more_btn {
    margin-inline: auto;
  }

  /*title*/

  .sub-tit,
  .line-tit .specialiy__strate,
  .fs-p-heading--lv2 {
    font-size: 2.6rem;
    margin: 0 0 30px;
  }

  .group-tit {
    font-size: 2.6rem;
  }

  /*index*/
  .tp_ser_info {
    grid-template-columns: 100%;
    gap: 0;
  }

  .slider__info {
    display: block;
  }

  .slider__info p {
    position: relative;
    padding: 0 20px;
  }

  .slider__info p::before {
    display: none;
  }

  .slider {
    position: relative;
    overflow: visible;
    height: auto;
    width: 100%;
    background: #000;
    margin-bottom: 20px;
    padding-top: auto;
  }

  .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slider .slide img {
    position: inherit;
    top: inherit;
    left: inherit;
    min-width: 100%;
    min-height: auto;
    width: 100%;
    height: auto;
  }

  .slider .slide.current {
    left: 0;
    opacity: 1;
    z-index: 1;
  }

  .mv__bg {
    display: block;
  }

  /*footer*/

  footer {
    padding-bottom: 70px;
  }

  .footer_info--blk {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .footer_info--blk article {
    background: none;
    padding: 0;
    border: none;
  }
  .footer_info--blk article {
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #ccc;
  }

  .footer_info--blk article dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .footer_info--blk article dl {
    width: 100%;
  }

  .footer_info--blk article dt {
    display: grid;
    grid-template-columns: 52px auto;
    gap: 10px 15px;
    align-items: center;
    justify-content: center;
  }

  .footer_info--blk article dt span {
    order: 2;
  }

  .i-f_img {
    margin: 0 0 0 auto;
    order: 1;
  }

  .footer_info--blk article dd img {
    max-width: 340px;
    margin: 0 auto;
  }

  /*spnav*/
  .item__cate {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 0 0;
  }

  .item__cate li {
    line-height: 1.5;
  }

  .item__cate li ul {
    display: none;
  }

  .item__cate > li > a {
    padding: 20px 16px 20px 10px;
  }

  .item__cate > li:last-child,
  .item__giftcate li:last-child {
    border-bottom: 1px solid #eee;
  }

  #spfixnav {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 22;
  }

  .spfixnav__nav {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    align-items: center;
    background: #ccc;
  }

  .spfixnav__nav--list {
    text-align: center;
  }

  .spfixnav__nav--list:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .spfixnav__nav--a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: 70px;
  }

  .spfixnav__nav--icon {
    max-width: 30px;
    margin: 0 auto 8px;
    position: relative;
  }

  .spfixnav__nav--tit {
    font-size: 1.3rem;
    line-height: 1;
  }

  .-fcart {
    background: #261b18;
    color: #fff !important;
  }

  .hum_menu,
  .hum_search {
    display: none;
    background: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 70px);
    width: 100vw;
  }

  .hum_menu.active,
  .hum_search.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
  }

  .-iclose {
    display: none;
  }

  .-search_tgr.active .-iclose {
    display: block;
    max-width: 30px;
    padding: 5px;
  }

  .-search_tgr.active .-tgr {
    display: none;
  }

  .hum_search dt {
    margin-bottom: 10px;
  }

  .hum_menu--inner,
  .hum_search--inner {
    padding: 20px;
    overflow-y: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 70px);
  }

  .hum_menu-head {
    display: grid;
    grid-template-columns: 160px auto;
    gap: 0 20px;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }

  .hum_menu-head .logo {
    max-width: 100%;
    padding: 0;
    line-height: 1;
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }

  .hum_menu-head .members_pro {
    font-size: 1.4rem;
    margin-left: auto;
    width: max-content;
  }

  .hum_menu-act {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 10px 2%;
    margin-bottom: 20px;
  }

  .hum_menu-act li {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .hum_menu-act li:nth-child(3) {
    grid-column: span 2;
  }

  .hum_menu-act li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    text-decoration: none;
    border: 1px solid #393939;
    border-radius: 6px;
    height: 100%;
    font-weight: bold;
    color: #393939;
  }

  .hum_menu-gem {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 20px 2%;
    line-height: 1.5;
    margin: 0 auto 30px;
  }

  .hum_menu-gem dt {
    text-align: center;
    grid-column: span 3;
  }

  .hum_menu-gem dd {
    text-align: center;
  }

  .hum_menu-gem__img {
    margin-bottom: 10px;
  }

  .hum_menu-gem dd a {
    text-decoration: none;
  }

  .hum__tit {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }

  .hum_menu--inner .camp__bans {
    margin-bottom: 50px;
  }

  .hum_menu-nav,
  .item__mediabox {
    margin-bottom: 50px;
  }

  .hide {
    display: none;
  }

  .hide_cate {
    margin-bottom: 50px;
  }

  .item__giftbox {
    margin-top: 40px;
  }

  .item__giftbox .item__giftcate {
    margin-top: 20px;
  }

  .acc-tit {
    border-bottom: 2px solid #9c062c;
    font-size: 2rem;
    line-height: 1.5;
    padding: 20px 0;
  }

  .acc-tit span {
    background: url(../img/i-plus.svg) no-repeat right center / 9px 9px;
    padding-right: 18px;
    display: block;
  }

  .acc-tit.active span {
    background: url(../img/i-munus.svg) no-repeat right center / 9px 9px;
    padding-right: 18px;
    display: block;
  }

  .i-member {
    background: url(../img/i-member.svg) no-repeat left center / 19px 19px;
    padding-left: 29px;
  }

  .i-star {
    background: url(../img/i-star.svg) no-repeat left center / 19px 19px;
    padding-left: 29px;
  }

  .hum_search--inner form {
    display: grid;
    grid-template-columns: auto 32px;
    gap: 0 10px;
    margin-bottom: 40px;
  }

  .hum_search--inner form button {
    padding: 5px;
  }

  .hum_search--tit {
    margin-bottom: 10px;
  }

  .hum_search--tag {
    display: flex;
    flex-wrap: wrap;
  }

  .hum_search--tag li {
    margin: 0 10px 10px 0;
  }

  .hum_search--tag li a {
    text-decoration: none;
    background: #efefef;
    line-height: 1em;
    padding: 6px;
    display: block;
  }
}

@media (max-width: 767px) {
  /**/
  #mainbox,
  .un_area {
    margin-bottom: 100px;
  }

  /**/
  .atout_somi--btn {
    max-width: 400px;
    width: 100%;
  }

  .itemlist__box {
    grid-template-columns: repeat(2, 48%);
    gap: 50px 4%;
  }

  .recomm_itemlist__box {
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }

  /*footer*/
  .f-sns {
    justify-content: center;
    gap: 0 20px;
    grid-template-columns: repeat(5, 30px);
    margin-bottom: 40px;
  }

  .footer_enbox ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 14px 0;
    margin-bottom: 50px;
  }

  /*blog*/
  .blog-achive {
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
  }
}

@media (max-width: 650px) {
  .atout_somi--tit {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }

  .atout_somi--strate {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .specialiy__itembox--one,
  .specialiy__itembox--one.-reverse {
    grid-template-columns: 100%;
  }

  .special-item__bg {
    background: none !important;
    margin-bottom: 30px;
  }

  .special-item__bg img {
    display: block;
  }

  .-reverse .special-item__bg {
    order: 1;
  }

  .tp_news--tab {
    grid-template-columns: repeat(2, 48%);
    gap: 0 4%;
  }

  .tp_news--tab li {
    font-size: 1.8rem;
  }

  .tp_news--timeline li {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .tp_gift--inner {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .-gift_tp {
    margin-left: 0;
    margin-right: auto;
  }

  .-gift_min {
    margin-right: 0;
  }
}

@media (max-width: 519px) {
  /**/
  #mainbox,
  .un_area {
    margin-bottom: 60px;
  }

  /*index*/
  .imp__info {
    grid-template-columns: 96px auto;
    line-height: 1.5;
  }

  .itemlist__box {
    gap: 30px 4%;
  }

  .recomm_itemlist__box {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .-gift_tp {
    font-size: 3rem;
  }

  .-gift_min {
    font-size: 1.6rem;
  }

  .camp__bans {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .ban__register {
    grid-column: span 1;
  }

  .fchach {
    max-width: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 45%;
  }

  /*button*/
  .atout_somi__sttxt {
    width: 90%;
    margin-inline: auto;
  }

  .atout_somi--btn {
    margin: 0;
    max-width: 100%;
  }

  .tp_newspost--box {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  /*blog*/
  .blog-achive {
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}

@media (max-width: 414px) {
  /*common*/
  .sub-tit,
  .fs-p-heading--lv2,
  .line-tit,
  .group-tit,
  .specialiy__strate {
    font-size: 2.2rem;
  }

  /*index*/
  .atout_somi--tit {
    font-size: 2.2rem;
  }

  .special-item__tit,
  .itemlist__box--tit {
    font-size: 1.6rem;
  }
  .special-item__tit span {
    font-size: 1.6rem;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

#dd-gift .dd-gift .button:after {
  box-shadow: 0 0 0 #ccc !important;
}

/* 231025追記_ランキングタイトル非表示ここから */
.airecommend_ranking .fs-p-heading--lv2 {
  display: none;
}
/* 231025追記_ランキングタイトル非表示ここまで */

/* 231130追記ここから */
.tp_gift--strate.-gift_tp p {
  background-image: url(../img/tp_gift--strate_ef.svg);
  background-repeat: repeat-y;
  background-position: center;
}

.tp_gift--strate.-gift_tp p:last-of-type {
  height: fit-content;
  position: relative;
  bottom: -50%;
}

.-gift_tp p span::before,
.-gift_tp p span::after {
  content: none;
}

.bunnryou_hikaku {
  margin: -30px 0 30px;
}

.bunnryou_hikaku img {
  width: 100%;
  height: auto;
  display: block;
}

.foot_connection_banner_area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
.foot_connection_banner a {
  border: 1px solid #333;
  position: relative;
  display: block;
  padding: 10px;
}
.foot_connection_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.foot_connection_banner a::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateX(-50%);
}

.foot_connection-tit {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1120px) {
  .foot_connection_banner_area {
    width: 90%;
    margin: 0 auto 60px;
  }
}

@media (max-width: 959px) {
  .foot_connection-tit {
    font-size: 2.6rem;
  }
}

@media (max-width: 414px) {
  .foot_connection-tit {
    font-size: 2.2rem;
  }
}

@media (max-width: 550px) {
  .foot_connection_banner_area {
    display: block;
  }

  .foot_connection_banner {
    margin-bottom: 20px;
  }
  .foot_connection_banner:last-of-type {
    margin-bottom: 0;
  }
}
/* 231130追記ここまで */

/* 240321_サイドバナー追記ここから */
.cate_strong a {
  font-weight: normal;
  position: relative;
}

.cate_strong a::before {
  content: "NEW";
  font-size: 1.2rem;
  color: #9e7e4c;
  position: absolute;
  top: -10px;
  left: 32px;
}
/* 240321_サイドバナー追記ここまで */

/* 240325_PCとSP切り替え用ここから */
.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 959px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* 240325_PCとSP切り替え用ここまで */

/* 240423_業務用バナー追加ここから */
@media (max-width: 959px) {
  p.cate_top-gyomu {
    text-align: center;
  }

  p.cate_top-gyomu img {
    max-width: 75%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  p.cate_top-gyomu img {
    max-width: 100%;
  }
}
/* 240423_業務用バナー追加ここまで */

/* 241129_カートの個数ここから */
@media (max-width: 959px) {
  .fs-client-cart-count {
    width: 24px;
    height: 24px;
    line-height: 1.7rem;
    top: -3px;
  }
}
/* 241129_カートの個数ここまで */
