@charset "utf-8";
/*********************************
SPECIAL CONTENTS -- 
last update - 2025.12.10
*********************************/
/* over-write */
main {
  font-size: calc(var(--fs) * 1.6);
  @media (max-width: 959px) {
    --fs: 0.8rem;
  }
}
.conts-heading-title {
  font-weight: bold;
}
@media (max-width: 500px) {
  .link-btn {
    padding: calc(var(--rs) * 3.5) calc(var(--rs) * 3);
  }
}
.link-btn-container .link-btn.link-btn--buy:nth-of-type(2) {
  margin: calc(var(--fs) * 2) auto 0;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.link-btn-container {
  display: block;
}
a.link-not,
.product-menu__buy.link-not,
.link-btn--buy.link-not,
.link-text.link-text--btn.link-not {
  pointer-events: none;
  background: #ccc;
}
/* onlinestore link button */
.product-menu--buy {
  padding: 0 0.5em;
  text-align: right;
  flex: 1 0 auto;
}
.product-menu__buy {
  padding: 0.4em 1.5em;
  margin: 0 auto;
  background: var(--c-red);
  border-radius: 4em;
  color: var(--c-wht);
  font-size: calc(var(--fs) * 1.4);
  display: inline-block;
  text-align: center;
}
@media (max-width: 500px) {
  .product-menu__buy {
    font-size: calc(var(--fs) * 1.3);
  }
}
.product-menu__buy:hover {
  color: var(--c-wht);
  text-decoration: none;
  filter: opacity(0.8);
}
.link-btn.link-btn-y {
  font-size: calc(var(--fs) * 1.6);
  font-weight: bold;
  color: var(--c-blk);
  line-height: 1.4;
  background: #F8CE3D;
  strong {
    font-size: 120%;
    color: #c02136
  }
  &:after {
    border-left-color: var(--c-blk);
  }
}
@media screen and (min-width: 768px) {
  #headerNavi {
      z-index: 5;
  }
  #headerLogo-container {
      z-index: 10;
  }
}
.spec-name__logo {
  width: calc(var(--fs) * 8);
}
.scd-grey {
  color: #ccc;
}
.scd-red {
  color: #f00;
}
s {
  color: #888;
}
/*-------------------------------
 Slide-store--link
---------------------------------*/
#store-link {
  color: #fff;
  width: 100%;
  background: rgb(0 0 0 / 0.8);
  border-bottom: 1px solid #434343;
  position: fixed;
  z-index: 16;
  top: -110px;
  left: 0;
  transition: top 0.3s ease, bottom 0.3s ease, transform 0.3s ease;
}
@media (max-width: 500px) {
  #store-link {
    top: -110px; /* 初期位置を画面上に設定 */
    bottom: auto;
  }
}
.store-link--wrap {
  width: var(--w-sm);
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem calc(var(--rs) * 2) 0.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.store-link--wrap li:nth-of-type(1) {
  width: 5em;
  @media (max-width: 500px) {
    display: none;
    width: 8em;
  }
}
.store-link--item {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
}
@media (max-width: 500px) {
  .store-link--item {
    font-size: calc(var(--fs) * 1.6);
  }
}
.store-link--wrap li:last-of-type {
  white-space: nowrap;
  margin-left: auto;
}
/*-------------------------------
 main
---------------------------------*/
.hero-image {
  width: 100vw;
  max-width: 100%;
  height: 1200px;
  margin: 0 auto;
  background: #0b0b0b;
  background-image: linear-gradient(to top, #fff 0%, transparent 20%),url(/brand/fss/assets/image/product/mh/fss-ims-4406/IMS44_006_hero_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  /* 初期状態および大画面時の設定を画像の正確なアスペクト比に合わせる */
  background-size: 2100px 1200px; /* 画像の本来のサイズ */
  position: relative;
  /* overflow: hidden; */
}
@media (max-width: 1050px) {
  .hero-image {
    background-size: auto 100%; /* 高さを100%に設定し、幅は自動調整 */
  }
}
@media (max-width: 770px) {
  .hero-image {
    /* margin-bottom: 15%; */
  }
}
.hero-cont {
  width: min(100%, 1050px);
  margin: 0 auto;
  position: relative;
  /* background: rgb(0 0 0 / 20%); */
  height: 100%;
}
/* image*/
.hero-config {
  position: relative;
  display: grid;
}
.hero_logo,
.hero_stand {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
}
.hero_logo {
  width: min(90%, 55rem);
  margin: 3% auto auto;
  position: relative;
  @media (max-width: 768px) {
    margin: auto auto 25%;
  }
}
.hero_logo img {
  filter: drop-shadow(1px 1px 10px rgb(0 0 0)) drop-shadow(2px 2px 1px rgb(0 0 0));
}
.hero_stand {
  width: 70%;
  margin: 15% 0 0;
  position: relative;
  z-index: 10;
  left: 40%;
  display: grid;
}
.hero_stand img {
  grid-area: 1 / 2;
  filter: drop-shadow(-5px 0px 50px rgb(0 0 0))drop-shadow(-5px 0px 50px rgb(0 0 0 / 50%));
}
.hero_stand img:nth-of-type(2) {
  filter: opacity(0.5);
}
@media (max-width: 770px) {
  .hero_stand {
    width: 96%;
    left: 18%;
    margin: 20% 0 0;
  }
}
/*-------------------------------
 dscr
---------------------------------*/
.product-sec {
  width: var(--w-md);
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: calc(var(--fs)* 2) calc(var(--rs)* 2) calc(var(--rs)* 2);
}
.product-cont {
  position: relative;
}
.pr-catch {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--fs) * 3.8);
  color: #b22a13;
  padding: 0 0 calc(var(--rs) * 2);
}
.pr-text {
  font-size: calc(var(--fs) * 2);
  line-height: 2;
  position: relative;
  z-index: 10;
}
.pr-text + .pr-text {
  padding: 1em 0 0;
}
.pr-image {
  position: relative;
  display: block;
}
@media (max-width: 770px) {
  .pr-catch {
    font-size: calc(var(--fs) * 3.2);
  }
  .pr-text {
    font-size: calc(var(--fs) * 1.8);
  }
}
/* spec */
.spec-th-label {
  padding: 0 1em;
  background: #595657;
  border-radius: 2em;
  color: #fff;
  font-size: 87.5%;
  display: block;
}
/* spec - data */
.spec-sec {
  color: #fff;
  padding: calc(var(--rs)* 2) 0 calc(var(--rs)* 1);
  background: #111;
}
.spec-name__title {
  font-size: calc(var(--fs) * 2.2);
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  text-align: left;
}
.spec-container {
  padding: 0;
  background: transparent;
  border: none;
}
.spec-th {
  vertical-align: baseline;
  padding-top: 0.2rem;
}
.item-spec-note {
  margin: 0 0 1.5rem 0;
}
.link-text__spec {
  text-indent: -1em;
  margin: 0 0 0 1em;
  display: inline-block;
}
.dscr-sec {
  width: var(--w-md);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 calc(var(--rs) * 8);
  @media (max-width: 961px) {
    .usp-txt {
      padding: 0 calc(var(--rs) * 2)
    }
  }
}
.dscr_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  /* padding: 0 0 calc(var(--fs) * 1); */
}
.dscr_imgpic01 {
  display: grid;
  position: relative;
  z-index: 1;
  /* margin-left: -100%; */
  grid-area: 1 / 1 / 2 / 3;
}
.dscr_imgpic01 > * {
  grid-column: 1/2;
  grid-row: 1/2;
  width: min(95% , 1000px);
  margin: 0;
  z-index: 10;
  position: relative;
  right: 35%;
  bottom: 0%;
}
.dscr_imgpic02 {
  grid-area: 1 / 1 / 2 / 3;
  /* width: calc(100% + 140px); */
  margin: 0 0 0 0;
  position: relative;
  display: grid;
  align-items: self-end;
  left: 9%;
}
.dscr_imgpic02 > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.dscr_imgpic02 img:nth-of-type(2) {
  margin-top: 2px;
}
/* SP */
.dscr-cont_sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
}
.dscr-cont_sp:before {
  content: "";
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 75%), url(/brand/fss/assets/image/product/mh/fss-ims-4406/ims14406_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: grayscale(1) opacity(0.7);
}
.dscr_imgpic01sp {
  display: grid;
  position: relative;
  z-index: 1;
  grid-area: 1 / 1 / 2 / 3;
  inset: 0 0 0 8%;
}
.dscr_imgpic01sp > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: min(100%, 1000px);
  z-index: 10;
}
.dscr_imgpic02sp {
  grid-area: 1 / 1 / 2 / 3;
  position: relative;
  display: grid;
  right: 10%;
  align-items: self-end;
}
.dscr_imgpic02sp > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
/*-------------------------------
 tab parts
---------------------------------*/
.tab_sec {
  background: url(/shop/hobbytengoku2/assets/image/bg_ptrn_zarazara01.png) 0 0 repeat, linear-gradient(to bottom, #d0d0d0 0%, rgb(131 131 131) 100%);
  padding: calc(var(--rs) * 8) calc(var(--rs) * 2);
}
.tab-cont {
  padding: calc(var(--rs) * 8) 0 0;
  position: relative;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-controls {
  width: var(--w-md);
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2cqi;
}
.tab-button {
  text-align: left;
  display: flex;
  a {
    color: #fff;
    &:hover {
      text-decoration: none;
    }
  }
  figure {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    &:hover {
      filter: opacity(0.8);
      transition: all 0.5s;
    }
  }
  figcaption {
    padding: 0.5em 2px;
  }
}
/* tab parts  END */
/*-------------------------------
 PRE-ORDER

.preorder-sec {
  color: #fff;
  padding: calc(var(--fs) * 4) 0 calc(var(--fs) * 10);
  background: #141416;
}
.preorder-text {
  text-align: center;
  width: var(--w-md);
  max-width: 100%;
  margin: 0 auto;  
}
.preorder-text h2 {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--fs) * 8);
  line-height: 1.4;
  color: #df1643;
}
.preorder-text p {
  font-size: calc(var(--fs) * 4);
}
@media (max-width: 770px) {
  .preorder-text h2 {
    font-size: calc(var(--fs) * 4.6);
  }
  .preorder-text p {
    font-size: calc(var(--fs) * 2);
  }
}
---------------------------------*/
/*-------------------------------
 USP
---------------------------------*/
.usp-sec {
  background: #f9f9f9;
  padding: 0 calc(var(--rs) * 2);
}
.usp-cont {
  width: min(100% , 94rem);
  max-width: 100%;
  padding: calc(var(--rs) * 8) 0;
  margin: 0 auto;
  position: relative;
}
.usp-catch {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: calc(var(--fs) * 4);
  color: #c90632;
  margin: 0 0 calc(var(--fs) * 2);
}
@media (max-width: 770px) {
  .usp-catch {
    font-size: calc(var(--fs) * 3);
  }
}
.usp-wrap {
  padding: calc(var(--fs) * 6) 0 0;
  h4 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: calc(var(--fs) * 3);
    color: #c90632;
    margin: 0 0 calc(var(--fs) * 2);
  }
}
.cont-title {
  font-size: calc(var(--fs) * 3.4);
  font-style: normal;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 calc(var(--rs) * 4);
  @media (min-width: 899px) {
    line-height: 1.5;
  }
  & h3 {
    font-weight: bold;
  }
  & p {
  font-size: 50%;
  color: #606060;
  }
}
.grid-section + .grid-section {
  margin-top: calc(var(--rs) * 6);
}
.grid-container {
  display: grid;
  .grid-item {
    position: relative;
    .usp-num {
      font-size: calc(var(--rs) * 2.4);
      color: #fff;
      line-height: 1;
      width: calc(var(--rs)* 4);
      height: calc(var(--rs)* 4);
      background: #c90632;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 0.2rem;
    }
  }
  &.grid-2-columns { 
    grid-template-columns: 1fr 1fr;
  }
  &.grid-full-width {
    grid-template-columns: 1fr;
    .grid-item {
      grid-column: 1 / -1;
    }
  }
  /* 左に縦長、右に縦ふうたつ */
  &.grid-complex-layout {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    .grid-item:nth-child(1) {
      grid-row: 1 / span 2;
      grid-column: 1;
    }
    .grid-item:nth-child(2) {
      grid-row: 1;
      grid-column: 2;
    }
    .grid-item:nth-child(3) {
      grid-row: 2;
      grid-column: 2;
    }
  }
  /* 左に縦ふたつ、右に縦長 */
  &.grid-complex-layout-alt {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    .grid-item:nth-child(1) {
      grid-row: 1;
      grid-column: 1;
    }
    .grid-item:nth-child(2) {
      grid-row: 2;
      grid-column: 1;
    }
    .grid-item:nth-child(3) {
      grid-row: 1 / span 2;
      grid-column: 2;
      background: #fff;
    }
  }
  /* 上にふたつ、下に横長*/
  &.grid-2-1 {
    grid-template-columns: 1fr 1fr;
    .grid-item:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
    }
    .grid-item:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
    }
    .grid-item:nth-child(3) {
      grid-column: 1 / -1;
      grid-row: 2;
    }
  }
  /* 上に横長、下にふたつ*/
  &.grid-1-2 {
    grid-template-columns: 1fr 1fr;
    .grid-item:nth-child(1) {
      grid-column: 1 / -1;
      grid-row: 1;
    }
    .grid-item:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
    }
    .grid-item:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }
  }
}
.usp-txt {
  font-size: calc(var(--fs) * 1.8);
  line-height: 1.8;
  margin-top: calc(var(--fs) * 1);
  padding: 0;
  position: relative;
}

.usp-stand {
  width: calc(100% + 1000px);
  margin: 0 -250px 0;
  position: relative;
  display: block;
  @media (max-width: 770px) {
    .usp-stand {
      width: calc(100% + 870px);
      margin: 20px 0 0 -720px;
    }
  }
}
:is(.usp-cont) .item-spec-note {
  color: var(--c-blk);
  width: min(100%, var(--w-sm));
  margin: 0 auto;
  padding: 0.5rem 0 0;
}
/*
:is(.usp-cont) .spec-container {
  background: rgba(255,255,255,0.8);
}
*/
/*-------------------------------
 COLOR
---------------------------------*/
.color-sec {
  background: #e7eff5;
  padding: calc(var(--rs) * 8) calc(var(--rs) * 2);
}
.color-cont {
  width: var(--w-md);
  max-width: 100%;
  padding: 0 calc(var(--rs) * 2);
  margin: 0 auto;
  position: relative;
}
.color-lead {
  font-size: calc(var(--fs) * 2.2);
}
.color-catch {
  font-weight: bold;
  font-size: calc(var(--fs) * 4.2);
  padding: 0 0 calc(var(--rs) * 1.6);
}
.color-text {
  padding: 0 0 calc(var(--fs) * 3.2);
  line-height: 1.6;
}
.item-cont {
  background: #fff;
  padding: calc(var(--rs) * 1) calc(var(--rs) * 1) 0;
}
:is(.item-cont)  {
  .related-items {
    width: 100%;
  }
  /*
  .item-list:nth-of-type(-n+2) {
    max-width: calc(100% / 2);
    margin-top: 0;
    padding: 0;
    flex: 1 0 auto;
  }
  */
  .item-list {
    max-width: calc(100% / 3);
    margin-top: 0;
    padding: 0;
  }
}
.recd {
  color: var(--c-blk);
  background: #fff;
  padding: 0 calc(var(--rs) * 1) calc(var(--rs) * 1);
}
.recd-catch {
  font-size: calc(var(--fs) * 2);
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 0.8rem calc(var(--fs) * 1.6) 0.5rem;
}
.recd-dd {
  
}
.color-tbl {
  background: #ffffff;
  width: 100%;
  border-collapse: collapse;
}
.color-tbl tr + tr {
  border-top: 1px solid #dadada;
}
.color-tbl th {
  width: 20em;
  position: relative;
  padding: calc(var(--fs) * 1) 1em;
  background: #e7e7e7;
}
.color-tbl td {
  padding: calc(var(--fs) * 1) 1em;
}
.recd-note {
  font-size: calc(var(--fs) * 1.4);
  padding: 0.5rem calc(var(--rs) * 1) 0;
}
.recd-note li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media (max-width: 770px) {
  .color-tbl th, .color-tbl td {
    display: block;
    width: 100%;
  }
}
/*-------------------------------
 schedule
（基本デザイン以外でスケジュールエリアを作成する際は add_schedule-foo.css にて各商品別にCSS設定）
---------------------------------*/
/*-------------------------------
 ボークス会員について
---------------------------------*/
.order-members {
  color: #fff;
  font-family: sans-serif;
  padding: 0.5rem 1rem 1rem;
  margin: calc(var(--rs) * 1.5) auto calc(var(--rs) * 4);
  background: rgb(0 0 0);
  border: 0.3rem double rgb(255 255 255);
  text-align: center;
  width: min(96%, var(--w-sm));
}
.order-members dt {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  margin: var(--rs);
}
.members-link {
  display: inline-block;
  margin: 0 auto;
}
.order-members dd {
  text-align: left;
  /* margin: 0.5rem 1em; */
}
.link-text__deco--more {
  padding-right: 1em;
}
.link-text__deco--more::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 2px 5px;
  border: 0;
  border-top: 2px solid var(--c-link);
  border-right: 2px solid var(--c-link);
  display: inline-block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.link-text__deco--more:hover::after {
  border-color: var(--c-link-hover);
}
@media screen and (orientation: landscape) and (min-width: 767px) {
  .members-link {
    display: flex;
    justify-content: space-evenly;
  }
}
.cont-defaultschedule {
  padding: calc(var(--rs)* 4) calc(var(--rs)* 2) calc(var(--rs)* 6);
  background: var(--c-bg-gry);
}
/* schedule -  coment */
.schedule-coment {
  width: min(96%, var(--w-sm));
  margin: 0 auto;
  margin-top: calc(var(--rs) * 2);
}
.schedule-catch {
  font-size: calc(var(--fs) * 2);
  font-weight: bold;
}
.schedule-text {
  margin-top: 0.5em;
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.8;
}
/* schedule - date */
.schedule-date {
  width: min(96%, var(--w-sm));
  margin: 0 auto;
  margin-top: calc(var(--rs) * 4);
}
.schedule-date__group {
  padding-bottom: calc(var(--rs) * 1);
  background: var(--c-wht);
}
.schedule-date__group:not(:first-child) {
  margin-top: calc(var(--rs) * 4);
}
.schedule-date dt {
  padding: calc(var(--rs) * 0.5) calc(var(--rs) * 1.5);
  background: var(--c-link-hover);
  color: var(--c-wht);
  font-size: calc(var(--fs) * 1.8);
}
.schedule-date dd {
  padding: 0  calc(var(--rs) * 1.5);
  margin-top: 1em;
  line-height: 1.3;
}
.schedule-date dd > p {
  margin: 1em auto;
}
/* schedule notice*/
.schedule-notice {
  width: calc(100% + calc(var(--rs) * 1));
  padding: calc(var(--rs) * 0.5);
  padding-top: 1em;
  margin-top: calc(var(--rs) * 2);
  border-top: 1px solid var(--c-gry-light);
  color: var(--c-gry-dark);
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.3;
  position: relative;
  left: calc(var(--rs) * -0.5);
}
.schedule-notice > li {
  padding: 0.2em 1em;
  text-indent: -1em;
}
/* kadokawa store */
p.link-btn-container a.link-btn.link-btn--buy:nth-of-type(2) {
  margin: 0 auto calc(var(--fs)* 2);
}
/*-------------------------------
 mail
---------------------------------*/
.mail-sec {
  background: #fff;
  padding: calc(var(--fs) * 4) calc(var(--rs) * 2) calc(var(--fs) * 4);
}
.main-cont {
  max-width: var(--w-md);
  margin: 0 auto;
}
.heading-category-shoulder {
  font-size: calc(var(--fs) * 1.4);
  color: #999;
  text-align: center;
  margin: -0.5em auto 1rem;
}
.text-lead-page {
  padding: 0 2%;
  margin: 1rem auto;
  line-height: 1.8;
  text-align: center;
}
/*-------------------------------
 SP
---------------------------------*/
.sp-conts__list {
    width: min(48%, 33rem);
    flex: 1 1 auto;
}
/* リリース情報 */
.release_sch {
  font-size: calc(var(--fs) * 1.4);
  padding: 0.2rem 0 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  dt {
    font-size: calc(var(--fs) * 1.4);
    color: inherit;
    padding: 0 0;
    background: none;
  }
  dd {
    margin-top: 0;
  }
  dd:nth-of-type(2) {
    padding: 0 0 0 0.5em;
  }
}
.base-conts > .release_sch {
  padding: 1rem 0 1.5rem;
}
.usp-wrap > .release_sch {
  width: min(100%, var(--w-sm));
  margin: 0 auto;
  padding: 0.5rem 0 1rem;
}