img, svg {
  vertical-align: top;
}

img {
  display: inline;
}

input, select, textarea, label {
  font-size: 1.6rem; /* background: #fff; */
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number] {
  line-height: 2;
  background: #fff;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #D0D0D0 !important;
}

input::placeholder {
  opacity: 1 !important;
  color: #D0D0D0 !important;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #D0D0D0 !important;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp2 {
    display: none !important;
  }
}
/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

/* --------------------
		float
-------------------- */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

/* --------------------
		link
-------------------- */
a {
  color: inherit;
  transition: color 0.2s;
}
a:not(:focus-visible) {
  outline: none;
}
a img {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a img:hover {
    opacity: 0.8;
  }
}

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

a:active {
  text-decoration: none;
}

.fade {
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fade:hover {
  opacity: 0.8;
}

.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

.txtLink {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .txtLink:hover {
    text-decoration: none;
  }
}

/* --------------------
		common
-------------------- */
.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: "";
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome span, .komeList li span, .dotList li span {
  text-indent: 0;
}

/* --------------------
		font size
-------------------- */
.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* --------------------
		margin
-------------------- */
.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}

/* --------------------
		padding
-------------------- */
.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 20px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pt05em {
  padding-top: 0.5em;
}

.pt1em {
  padding-top: 1em;
}

.pt15em {
  padding-top: 1.5em;
}

html {
  font-size: 2.67vw;
}

body {
  font-family: var(--font-ja);
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: var(--color-txt);
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3vw;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#goTop {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

#goTop img {
  width: 100%;
}

#goTop:hover img {
  opacity: 0.8;
}

.headerInfo {
  background: var(--bg1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 0.7em 1em 1em;
}
.headerInfo a {
  display: inline-block;
  border-bottom: var(--color-txt) 1px solid;
  transition: border-color 0.1s;
}
@media (any-hover: hover) {
  .headerInfo a:hover {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .headerInfo {
    font-size: 1.4rem;
    padding: 0.75em 0.5em 0.85em;
  }
}

.s-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1000;
  height: auto;
}
.s-header-wrap {
  height: 16.8vw;
  position: initial;
  background: none;
  transition: background 0.3s;
}
.s-header-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.58);
  border-bottom: rgba(var(--color-base), 0.25) 1px solid;
  width: 100%;
  height: 16.8vw;
  transform: translateX(-50%);
  transition: background 0.3s;
}
@media screen and (max-width: 1179px) {
  .s-header-wrap.open {
    background: var(--color-main);
  }
  .s-header-wrap.open:before {
    background: var(--color-main);
  }
  .s-header-wrap.open .s-header-navBlok__openBtn {
    background: #fff;
    -webkit-mask-image: url(../img/common/header_icon/menu_close.svg);
            mask-image: url(../img/common/header_icon/menu_close.svg);
  }
  .s-header-wrap.open .s-header-wrap__logo {
    background: #fff;
    -webkit-mask-image: url(../img/common/logo.png);
            mask-image: url(../img/common/logo.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .s-header-wrap.open .s-header-wrap__logo img {
    opacity: 0;
  }
}
.s-header-wrap__logo {
  width: 38.4vw;
  font-size: 0;
  line-height: 0;
}
.s-header-wrap__nav {
  position: unset;
  width: 0;
  height: 0;
}
.s-header-wrap__utility {
  top: 4.8vw;
  right: 6.93vw;
  position: absolute !important;
}
@media screen and (min-width: 768px) {
  .s-header-wrap {
    height: 64px;
  }
  .s-header-wrap:before {
    height: 64px;
  }
  .s-header-wrap__logo {
    width: 155px;
    margin-bottom: 1px;
  }
  .s-header-wrap__utility {
    top: 14px;
    right: 36px;
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .s-header-wrap {
    justify-content: center;
    border: none;
  }
}
@media screen and (min-width: 1180px) {
  .s-header-wrap {
    height: 79px;
    justify-content: flex-start !important;
    gap: 0;
    padding: 0 2.5rem 0 3rem;
  }
  .s-header-wrap:before {
    height: 79px;
  }
  .s-header-wrap__utility {
    position: relative !important;
    top: auto;
    right: 32px;
    column-gap: 0.6rem;
    flex-grow: 0;
    width: auto;
  }
  .s-header-wrap__logo {
    width: 144px;
    margin-bottom: 2px;
  }
  .s-header-wrap__nav {
    position: static;
    width: auto;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.9rem 0 3.8rem;
  }
  .s-header-wrap__nav {
    margin-left: auto;
  }
}
.s-header-navBlok__nav {
  position: absolute;
  top: 16.8vw;
  left: 0;
  width: 100%;
  height: calc(100vh - 16.8vw);
  height: calc(100dvh - 16.8vw);
  padding: 10.67vw 5.33vw 13.33vw;
  border-top-color: #fff;
  background: var(--color-main);
  color: #fff;
  visibility: hidden;
  transform: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.s-header-navBlok__nav:after {
  content: none;
}
.s-header-navBlok__openBtn {
  position: absolute;
  left: 5.33vw;
  top: 5.6vw;
  width: 8.53vw;
  height: 5.6vw;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/header_icon/menu.svg);
          mask-image: url(../img/common/header_icon/menu.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.s-header-navBlok__openBtn::before, .s-header-navBlok__openBtn::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .s-header-navBlok__nav {
    top: 64px;
    padding: 8vw 15vw 18vw;
  }
  .s-header-navBlok__openBtn {
    left: 20px;
    top: 21px;
    width: 32px;
    height: 21px;
  }
}
@media screen and (min-width: 992px) {
  .s-header-navBlok__nav {
    top: 64px;
    padding: 40px 100px 100px;
    overflow-y: auto;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
  .s-header-navBlok__openBtn {
    display: flex;
  }
}
@media screen and (min-width: 1180px) {
  .s-header-navBlok {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .s-header-navBlok__nav {
    top: auto;
    color: var(--color-main);
    padding: 0;
    height: 100% !important;
    overflow: visible;
    display: flex;
    align-items: center;
    position: initial;
    width: 100%;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    border: none;
    background: none;
  }
  .s-header-navBlok__openBtn {
    display: none !important;
  }
}
.s-header-utilityList__item {
  width: 7.47vw;
  height: 7.47vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.67vw;
}
.s-header-utilityList__item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-header-utilityList__item#hHeart {
  display: none !important;
}
.s-header-utilityList__item#hGuide {
  display: none !important;
}
.s-header-utilityList__icon--cart div {
  width: 100%;
  height: 100%;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/icon/h_cart_sp.svg);
          mask-image: url(../img/common/icon/h_cart_sp.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.s-header-utilityList__icon--cart .s-header__cartCnt {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: var(--font-en);
  background: var(--color-primary);
  width: 5.87vw;
  height: 5.87vw;
  top: auto;
  bottom: -18%;
  right: -20%;
}
.s-header-utilityList #headSearchBtn {
  margin-top: 0.53vw;
  height: 100%;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/icon/i_search_sp.svg);
          mask-image: url(../img/common/icon/i_search_sp.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__item {
    width: 34px;
    height: 34px;
    margin-left: 11px;
    flex-shrink: 0;
  }
  .s-header-utilityList__item.u-hidden-lg-down {
    display: flex !important;
  }
  .s-header-utilityList__item#hHeart {
    display: flex !important;
  }
  .s-header-utilityList__item#hGuide {
    display: flex !important;
  }
  .s-header-utilityList__item a:not(.s-header-utilityList__icon--cart) {
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-utilityList__item a:not(.s-header-utilityList__icon--cart):hover {
    background: var(--color-primary) !important;
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__icon--cart div {
    -webkit-mask-image: url(../img/common/icon/h_cart.svg);
            mask-image: url(../img/common/icon/h_cart.svg);
    transition: background 0.3s;
  }
  .s-header-utilityList__icon--cart .s-header__cartCnt {
    width: 2.2rem;
    height: 2.2rem;
    bottom: -18%;
    right: -20%;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-utilityList__icon--cart:hover div {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList #headUser {
    height: 100%;
    width: 100%;
    -webkit-mask-image: url(../img/common/icon/h_user.svg);
            mask-image: url(../img/common/icon/h_user.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: var(--color-main);
  }
  .s-header-utilityList #headHeart {
    height: 100%;
    width: 100%;
    -webkit-mask-image: url(../img/common/icon/h_heart.svg);
            mask-image: url(../img/common/icon/h_heart.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: var(--color-main);
  }
  .s-header-utilityList #headGuide {
    height: 100%;
    width: 100%;
    -webkit-mask-image: url(../img/common/icon/h_guide.svg);
            mask-image: url(../img/common/icon/h_guide.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: var(--color-main);
  }
  .s-header-utilityList #headSearchBtn {
    margin-top: 1px;
    -webkit-mask-image: url(../img/common/icon/i_search.svg);
            mask-image: url(../img/common/icon/i_search.svg);
  }
}
@media screen and (min-width: 1180px) {
  .s-header-utilityList {
    gap: 0;
  }
  .s-header-utilityList__item {
    width: 28px;
    height: 28px;
    margin-left: 13x;
    /* &#hHeart { display: none !important;}
    &#hGuide { display: none !important;} */
  }
  .s-header-utilityList__item.headSearchBtn {
    display: none;
  }
  .s-header-utilityList-freeWordSearch {
    max-width: none;
    width: 157px;
  }
}
@media screen and (min-width: 1360px) {
  .s-header-utilityList__item.headSearchBtn {
    display: none;
  }
  .s-header-utilityList__item#hHeart {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) {
  .s-header-utilityList__item#hGuide {
    display: block !important;
  }
}
.s-header-freeWordSearch {
  display: none !important;
  width: 157px;
  position: relative;
}
.s-header-freeWordSearch:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon/i_search.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.s-header-freeWordSearch .c-freeWordSearchBox {
  border-color: rgba(var(--color-base), 0.8);
  background: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 15px;
  display: block;
  gap: unset;
}
.s-header-freeWordSearch .c-freeWordSearchBox .c-freeWordSearchBox__form {
  font-size: 1.4rem;
  line-height: 28px;
  display: flex;
  align-items: center;
  padding: 0 0 1px 0;
}
.s-header-freeWordSearch .c-freeWordSearchBox .c-freeWordSearchBox__form::-webkit-search-cancel-button {
  display: none;
}
.s-header-freeWordSearch .c-freeWordSearchBox .c-freeWordSearchBox__form::-webkit-input-placeholder {
  font-size: 1rem;
}
.s-header-freeWordSearch .c-freeWordSearchBox .c-freeWordSearchBox__form::placeholder {
  font-size: 1rem;
}
@media screen and (min-width: 1180px) {
  .s-header-freeWordSearch {
    display: block !important;
  }
}
@media screen and (max-width: 1179px) {
  .s-header-wrap.open #headSearchBtn, .s-header-wrap.open #headHeart, .s-header-wrap.open #headUser, .s-header-wrap.open #headGuide, .s-header-wrap.open .s-header-utilityList__icon--cart div {
    background: #fff;
  }
}
.s-header #headerSearchBox {
  width: 100vw;
  width: 100%;
  background: var(--color-main);
  color: #fff;
  border-top: #fff 1px solid;
  position: absolute;
  z-index: 10;
  top: 16.8vw;
  left: 0;
  padding: 9.33vw 8.27vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.s-header #headerSearchBox input {
  background: #fff;
  font-size: 1.4rem;
  padding: 1em 1.5em;
  border-radius: 4em;
  border: none;
}
.s-header #headerSearchBox.open {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .s-header #headerSearchBox {
    top: 64px;
    padding: 7vw 10vw;
  }
  .s-header #headerSearchBox input {
    font-size: 1.6rem;
    padding: 1.2em 1.5em;
  }
}
@media screen and (min-width: 1180px) {
  .s-header #headerSearchBox {
    top: 79px;
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1410px) {
  .s-header #headerSearchBox {
    display: none;
  }
}
.s-header-userNav__navlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-header-userNav__navlist li {
  font-size: 1.6rem;
  background: #fff;
  color: var(--color-main);
  border-radius: 1.33vw;
  width: 100%;
  margin-bottom: 2.67vw;
}
.s-header-userNav__navlist li a {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em;
  min-height: 2.5em;
}
.s-header-userNav__navlist li:nth-child(1), .s-header-userNav__navlist li:nth-child(2) {
  width: 48.35%;
}
@media screen and (min-width: 768px) {
  .s-header-userNav__navlist li {
    font-size: 1.7rem;
    margin-bottom: 12px;
    border-radius: 5px;
  }
  .s-header-userNav__navlist li a {
    font-size: 1.7rem;
  }
  .s-header-userNav__navlist li:nth-child(1), .s-header-userNav__navlist li:nth-child(2) {
    width: calc(50% - 6px);
  }
}
.s-header-wrap2 {
  height: 13.87vw;
  background: none;
  position: relative;
  transition: height 0.3s;
}
.s-header-wrap2.hide {
  height: 0;
  overflow: hidden;
}
.s-header-wrap2:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.58);
  width: 100%;
  height: 13.87vw;
  transform: translateX(-50%);
  transition: background 0.3s;
}
.s-header-wrap2 .inMenu2 {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 13.87vw;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 30.93vw);
  max-height: calc(100dvh - 30.93vw);
  overflow-y: auto;
  background: var(--color-main);
  color: #fff;
  padding: 8vw 2rem 10.67vw;
  transition: opacity 0.3s, pointer-events 0s;
}
.s-header-wrap2 .list0.open + .inMenu2 {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .s-header-wrap2 {
    height: 60px;
  }
  .s-header-wrap2:before {
    height: 60px;
  }
  .s-header-wrap2 .inMenu2 {
    top: 60px;
    max-height: calc(100vh - 124px);
    max-height: calc(100dvh - 124px);
    padding: 8vw 15vw 10vw;
  }
}
@media screen and (min-width: 1180px) {
  .s-header-wrap2 .inMenu2 {
    transition: opacity 0.3s 0.1s;
    background: rgba(var(--color-base), 0.9);
    padding: 40px 5vw 50px;
  }
}
@media screen and (min-width: 1430px) {
  .s-header-wrap2 .inMenu2 {
    padding: 40px min(9.29vw, 130px) 50px;
  }
}
.s-header-wrap2 .topList {
  height: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: normal;
}
.s-header-wrap2 .topList li.topListItem {
  text-align: center;
  flex: 1;
}
.s-header-wrap2 .topList li.topListItem .list0 {
  line-height: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.s-header-wrap2 .topList li.topListItem .list0.ac .en {
  position: relative;
}
.s-header-wrap2 .topList li.topListItem .list0.ac .en:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.3em;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.s-header-wrap2 .topList li.topListItem .list0 span {
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding-top: 0.5em;
}
.s-header-wrap2 .topList li.topListItem .list0.open {
  color: var(--color-primary);
}
.s-header-wrap2 .topList li.topListItem .list0.open.ac .en:after {
  background: var(--color-primary);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .s-header-wrap2 .topList {
    justify-content: center;
  }
  .s-header-wrap2 .topList li.topListItem {
    flex: none;
    width: 10.5em;
  }
}
@media screen and (min-width: 1180px) {
  .s-header-wrap2 .topList li.topListItem .list0 {
    line-height: 1;
    transition: color 0.2s;
  }
  .s-header-wrap2 .topList li.topListItem .list0.ac .en:after {
    margin-bottom: 1px;
  }
  .s-header-wrap2 .topList li.topListItem .list0 span {
    padding-top: 0.6em;
    display: inline-block;
  }
}
@media screen and (min-width: 1180px) and (any-hover: hover) {
  .s-header-wrap2 .topList li.topListItem:hover .list0 {
    color: var(--color-primary);
  }
  .s-header-wrap2 .topList li.topListItem:hover .list0.ac .en:after {
    background: var(--color-primary);
    transform: rotate(180deg);
  }
}
.s-header-wrap2 .hTxtMenu {
  margin-top: 0;
  text-align: left;
}
@media screen and (min-width: 1180px) {
  .s-header-wrap2 .hTxtMenu {
    max-width: 880px;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .s-header-wrap2 .hTxtMenu li.menuList {
    display: block;
    height: auto;
  }
  .s-header-wrap2 .hTxtMenu li.menuList .list1 {
    font-size: 1.6rem;
    height: 5.6rem;
    border-top: #fff 1px solid;
  }
  .s-header-wrap2 .hTxtMenu li.menuList:last-child {
    border-bottom: #fff 1px solid;
  }
  .s-header-wrap2 .hTxtMenu li.menuList .inMenu {
    position: relative;
    padding: 0;
    top: auto;
    left: auto;
    background: none;
    max-height: none;
    height: 0;
  }
  .s-header-wrap2 .hTxtMenu li.menuList .ac:before, .s-header-wrap2 .hTxtMenu li.menuList .ac:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 1.65em;
    width: 17px;
    height: 1px;
    background: #fff;
    transform: rotate(0deg);
    -webkit-mask-image: none;
            mask-image: none;
  }
  .s-header-wrap2 .hTxtMenu li.menuList .ac:after {
    transform: rotate(90deg);
  }
  .s-header-wrap2 .hTxtMenu li.menuList .ac.open:after {
    opacity: 0;
  }
}
@media screen and (min-width: 1180px) and (any-hover: hover) {
  .s-header-wrap2 .hTxtMenu li.menuList .ac:hover:before, .s-header-wrap2 .hTxtMenu li.menuList .ac:hover:after {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 1180px) {
  .s-header-wrap2 .hTxtMenu .inMenuList {
    max-width: none;
    padding: 1.8rem 0;
    gap: 45px 45px;
  }
  .s-header-wrap2 .hTxtMenu .inMenuList li {
    width: calc((100% - 90px) / 3);
    margin: 0;
  }
  .s-header-wrap2 .hTxtMenu .inMenuList dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .s-header-wrap2 .hTxtMenu .inMenuList dl dt .txt {
    margin-top: 1.2em;
  }
  .s-header-wrap2 .hTxtMenu .inMenuList dl dt .block {
    white-space: nowrap;
  }
}

.hTxtMenu {
  margin-top: 10.67vw;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border-bottom: #fff 1px solid;
}
@media screen and (min-width: 768px) {
  .hTxtMenu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .hTxtMenu {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
.hTxtMenu li.menuList {
  border-top: #fff 1px solid;
}
.hTxtMenu li.menuList .list1 {
  height: 3.4em;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  /* &::before {
    content: ''; display: block;
    position:absolute; right:vw(2px); top: 1.5em;
    width: vw(12px); height: vw(8px);
    transform: rotate(-90deg);
    background: #fff;
    mask-image: url(../img/common/arrow.svg); mask-repeat: no-repeat; mask-size: contain;
  } */
}
.hTxtMenu li.menuList .list1 a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.hTxtMenu li.menuList .ac {
  transition: height 0.2s;
}
.hTxtMenu li.menuList .ac a {
  pointer-events: none;
  display: block;
  height: auto;
  width: auto;
}
.hTxtMenu li.menuList .ac.open a {
  pointer-events: all;
}
.hTxtMenu li.menuList .ac::before, .hTxtMenu li.menuList .ac::after {
  content: "";
  display: block;
  width: 4.53vw;
  height: 1px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 1.6em;
  -webkit-mask-image: none;
          mask-image: none;
  transform: none;
}
.hTxtMenu li.menuList .ac::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 1179px) {
  .hTxtMenu li.menuList .ac.open {
    border-top: #fff 1px solid;
    height: 5.4em;
    color: var(--color-primary);
    font-weight: 500;
  }
  .hTxtMenu li.menuList .ac.open::before {
    top: 2.65em;
    background: var(--color-primary);
  }
  .hTxtMenu li.menuList .ac.open::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .hTxtMenu li.menuList {
    /* .list1 {
      &::before { width: 12px; height: 8px; }
    } */
  }
  .hTxtMenu li.menuList .ac::before, .hTxtMenu li.menuList .ac::after {
    width: 19px;
    height: 1px;
    top: 1.6em;
  }
}
@media screen and (max-width: 1179px) {
  .hTxtMenu li.menuList .ac.open::before {
    top: 2.65em;
  }
}
@media screen and (min-width: 1180px) {
  .hTxtMenu li.menuList {
    border-top: none;
    margin-left: 2.4em;
    height: 100%;
    display: flex;
    align-items: center;
    transition: color 0.2s;
  }
  .hTxtMenu li.menuList .list1 {
    height: 100%;
    width: auto;
    padding-right: 0;
    padding-top: 0.1em;
    /* &::before { content: none; } */
  }
  .hTxtMenu li.menuList .list1:not(.en) a {
    padding-top: 2px;
  }
  .hTxtMenu li.menuList .ac {
    padding-right: 1.2em;
    padding-top: 0;
  }
  .hTxtMenu li.menuList .ac a {
    pointer-events: all;
  }
  .hTxtMenu li.menuList .ac::after {
    content: none;
  }
  .hTxtMenu li.menuList .ac:before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    top: 2.4em;
    background: var(--color-main);
    -webkit-mask-image: url(../img/common/arrow.svg);
            mask-image: url(../img/common/arrow.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .hTxtMenu li.menuList .inMenu {
    height: auto;
    max-height: calc(100vh - 79px);
    overflow-y: auto;
    pointer-events: none;
    transition: opacity 0.3s, pointer-events 0s;
  }
  .hTxtMenu li.menuList .ac.open + .inMenu {
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
}
@media screen and (min-width: 1180px) and (any-hover: hover) {
  .hTxtMenu li.menuList:hover {
    color: var(--color-primary);
  }
  .hTxtMenu li.menuList:hover .ac:before {
    background: var(--color-primary);
    transform: rotate(180deg);
  }
}
.hTxtMenu .inMenu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 5.87vw;
  transition: opacity 0.3s 0.1s;
}
@media screen and (min-width: 1180px) {
  .hTxtMenu .inMenu {
    margin: 0;
    position: absolute;
    left: 0;
    top: 78px;
    width: 100vw;
    width: 100%;
    background: rgba(var(--color-base), 0.9);
    color: #fff;
    padding: 40px 5vw 3rem;
  }
}
@media screen and (min-width: 1430px) {
  .hTxtMenu .inMenu {
    padding: 40px min(9.29vw, 130px) 3rem;
  }
}
@media screen and (max-width: 1179px) {
  .hTxtMenu .ac.open + .inMenu {
    height: auto;
    opacity: 1;
  }
}
.hTxtMenu .inMenuList li {
  border-bottom: #fff 1px solid;
  margin-bottom: 10.67vw;
}
.hTxtMenu .inMenuList li:last-child {
  border-bottom: none;
  margin-bottom: 5.33vw;
}
.hTxtMenu .inMenuList.dtOnly li {
  border-color: #5E5E5E;
  padding-bottom: 5.33vw;
}
.hTxtMenu .inMenuList.dtOnly li dt {
  padding-bottom: 0;
}
.hTxtMenu .inMenuList dl dt {
  padding-bottom: 0.5em;
}
.hTxtMenu .inMenuList dl dt .block {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
.hTxtMenu .inMenuList dl dt .block img {
  width: 12.27vw;
  margin-right: 3.47vw;
}
.hTxtMenu .inMenuList dl dt .block p span.en {
  display: block;
}
.hTxtMenu .inMenuList dl dt .txt {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 0.7em;
  text-align: justify;
}
.hTxtMenu .inMenuList dl dd {
  border-bottom: #5E5E5E 1px solid;
}
.hTxtMenu .inMenuList dl dd a {
  height: 3.6em;
  display: flex;
  align-items: center;
}
.hTxtMenu .inMenuList dl dd:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .hTxtMenu .inMenuList li {
    margin-bottom: 6vw;
  }
  .hTxtMenu .inMenuList li:last-child {
    margin-bottom: 3vw;
  }
  .hTxtMenu .inMenuList dl dt .block {
    font-size: 1.5rem;
  }
  .hTxtMenu .inMenuList dl dt .block img {
    width: 10vw;
    margin-right: 15px;
  }
  .hTxtMenu .inMenuList dl dt .txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1180px) {
  .hTxtMenu .inMenuList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1110px;
    margin: 0 auto;
  }
  .hTxtMenu .inMenuList li {
    width: 22.36%;
    margin-right: 3.52%;
    border-bottom: none;
    margin-bottom: 42px;
  }
  .hTxtMenu .inMenuList li:nth-child(4n) {
    margin-right: 0;
  }
  .hTxtMenu .inMenuList li:last-child {
    border-bottom: none;
    margin-bottom: 40px;
  }
  .hTxtMenu .inMenuList.dtOnly li {
    border-color: #fff;
    padding-bottom: 0;
  }
  .hTxtMenu .inMenuList dl dt {
    padding-bottom: 1.5em;
    border-bottom: #fff 1px solid;
  }
  .hTxtMenu .inMenuList dl dt .block {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  .hTxtMenu .inMenuList dl dt .block img {
    width: 46px;
    margin-right: 10px;
  }
  .hTxtMenu .inMenuList dl dt .txt {
    font-size: 1.2rem;
    margin-top: 1.6em;
  }
  .hTxtMenu .inMenuList dl dd a {
    height: 3.86em;
  }
  .hTxtMenu .inMenuList dl dd:last-child {
    border-bottom: #5E5E5E 1px solid;
  }
  .hTxtMenu .inMenuList a {
    transition: color 0.2s;
  }
  .hTxtMenu .inMenuList a img {
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 1180px) and (any-hover: hover) {
  .hTxtMenu .inMenuList a:hover {
    color: var(--color-primary);
  }
  .hTxtMenu .inMenuList a:hover img {
    opacity: 0.8;
  }
}
.hTxtMenu .inMenuList.scene dl dt {
  padding-bottom: 0.3em;
}
.hTxtMenu .inMenuList.scene dl dd {
  font-size: 1.3rem;
  line-height: 1.3; /* margin-left: 0.5em; */
}
.hTxtMenu .inMenuList.scene dl dd a {
  display: block;
  height: auto;
  padding: 1em 0 1em;
}
.hTxtMenu .inMenuList.scene dl dd h2 {
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 0 0 0.6em 0;
  display: flex;
  align-items: flex-start;
  gap: 0 1rem;
}
.hTxtMenu .inMenuList.scene dl dd h2 .en {
  letter-spacing: 0.03em;
  margin-bottom: 0.3em;
  word-break: normal;
  overflow-wrap: break-word;
}
.hTxtMenu .inMenuList.scene dl dd h2 img {
  width: 4.6rem;
}
@media screen and (min-width: 768px) {
  .hTxtMenu .inMenuList.scene dl dt {
    padding-bottom: 1.6em;
  }
  .hTxtMenu .inMenuList.scene dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 0;
  }
  .hTxtMenu .inMenuList.scene dl dd h2 {
    font-size: 1.4rem;
  }
  .hTxtMenu .inMenuList.scene dl dd h2 img {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .hTxtMenu .inMenuList.scene {
    max-width: 816px;
  }
  .hTxtMenu .inMenuList.scene li {
    width: 30.14%;
    margin-right: 4.79% !important;
    margin-bottom: 66px;
  }
  .hTxtMenu .inMenuList.scene li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .hTxtMenu .inMenuList.scene li:last-child {
    margin-bottom: 40px;
  }
}

.l-container {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
}
.l-container-wrap {
  flex-direction: column;
}
.l-container-wrap__body {
  padding-bottom: 30.93vw;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-container-wrap__body {
    padding-bottom: 118px;
    padding-top: 4rem;
  }
}

.m-breadcrumb {
  margin: 4.8vw 0;
  overflow: auto;
  white-space: normal;
}
.m-breadcrumb .c-breadcrumb-list {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
}
.m-breadcrumb .c-breadcrumb-item {
  display: inline;
}
.m-breadcrumb .c-breadcrumb-item:not(:last-child):after {
  content: ">";
  background: none;
  height: auto;
  margin-left: 0.5em;
  padding-right: 0.5em;
}
.m-breadcrumb .c-breadcrumb-item:last-child {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb {
    margin: 1rem 0;
  }
}

.c-pager {
  font-family: var(--font-en);
  font-size: 1.4rem;
  gap: 0;
}
.c-pager__prev, .c-pager__next {
  font-size: 0;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 3.2vw;
          mask-size: 3.2vw;
  position: relative;
  width: 4.27vw;
  height: 4.27vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .c-pager__prev:hover, .c-pager__next:hover {
    opacity: 1;
    background: var(--color-primary);
  }
}
.c-pager__prev {
  transform: rotate(90deg);
}
.c-pager__list {
  margin: 0 3.73vw;
  gap: 0 1.4rem;
}
.c-pager-list-item {
  width: 4.53vw;
  height: 4.53vw;
}
.c-pager-list-item--active {
  background: var(--color-primary);
  color: #fff;
  font-weight: 400;
}
.c-pager-list-item__link {
  white-space: nowrap;
}
@media (any-hover: hover) {
  .c-pager-list-item__link:hover {
    background: none;
    font-weight: inherit;
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .c-pager {
    font-size: 1.6rem;
  }
  .c-pager__prev, .c-pager__next {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 16px;
            mask-size: 16px;
  }
  .c-pager__list {
    margin: 0 22px;
    gap: 0 25px;
  }
  .c-pager-list-item {
    width: 24px;
    height: 24px;
  }
}

.bnrGuide {
  width: 100%;
}
.bnrGuide a {
  background: url(../img/common/first_sp.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 30.93vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bnrGuide .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 0.4em;
}
.bnrGuide .txt img {
  height: 4.53vw;
  margin-right: 0.8vw;
}
.bnrGuide .txt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  padding-right: 8vw;
}
.bnrGuide .txt2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%) rotate(-90deg);
  width: 4.27vw;
  height: 2.67vw;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .bnrGuide {
    margin: 0 auto;
    width: 70%;
  }
  .bnrGuide a {
    background: url(../img/common/first_pc.jpg) no-repeat center;
    background-size: 100%;
    height: 22vw;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .bnrGuide a:hover {
    color: inherit;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .bnrGuide .txt {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .bnrGuide .txt img {
    height: 26px;
    margin-right: 3px;
  }
  .bnrGuide .txt2 {
    font-size: 2.4rem;
    padding-right: 36px;
  }
  .bnrGuide .txt2:after {
    transform: translateY(-50%) rotate(0);
    width: 10px;
    height: 16px;
    background: url(../img/common/arrow2.svg) no-repeat center;
  }
}
@media screen and (min-width: 992px) {
  .bnrGuide {
    width: 743px;
  }
  .bnrGuide a {
    height: 230px;
  }
  .bnrGuide .txt {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
  }
  .bnrGuide .txt img {
    height: 26px;
    margin-right: 3px;
  }
  .bnrGuide .txt2 {
    font-size: 3rem;
    padding-right: 36px;
  }
}

.acNormalListWrap li + li {
  margin-top: -1px;
}
.acNormalListWrap .acNormal dt.acTtl p {
  width: 10em;
}
@media screen and (min-width: 768px) {
  .acNormalListWrap {
    padding: 0 2rem;
    max-width: 68%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .acNormalListWrap {
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .acNormalListWrap li {
    width: 46%;
    margin-bottom: 60px;
  }
  .acNormalListWrap li + li {
    margin-top: 0;
  }
  .acNormalListWrap .acNormal dt.acTtl {
    height: 8.8rem;
    padding: 0 9.4rem;
    justify-content: flex-start;
  }
  .acNormalListWrap .acNormal dt.acTtl i {
    width: 2.8rem;
    height: 2.8rem;
    right: 9.8rem;
  }
  .acNormalListWrap .acNormal dt.acTtl i:before, .acNormalListWrap .acNormal dt.acTtl i:after {
    width: 1.1rem;
  }
  .acNormalListWrap .acNormal dd.acBox {
    padding: 5rem 4rem 5rem;
  }
}

.acNormal {
  border-top: #C8C9C9 1px solid;
  border-bottom: #C8C9C9 1px solid;
}
.acNormal dt.acTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  height: 5.7rem;
  cursor: pointer;
}
.acNormal dt.acTtl i {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--color-primary);
  border: var(--color-primary) 1px solid;
  position: absolute;
  right: 7.3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.25s;
}
.acNormal dt.acTtl i:before, .acNormal dt.acTtl i:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 1px;
  border-radius: 3px;
  background: #fff;
}
.acNormal dt.acTtl i:after {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 1;
}
.acNormal dt.acTtl.open i:after {
  opacity: 0;
}
@media (any-hover: hover) {
  .acNormal dt.acTtl:hover i {
    background: #fff;
  }
  .acNormal dt.acTtl:hover i:before, .acNormal dt.acTtl:hover i:after {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .acNormal dt.acTtl i {
    right: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .acNormal dt.acTtl i {
    right: 7.3rem;
  }
}
.acNormal dd.acBox {
  display: none;
  background: var(--bg2);
  padding: 3rem 2rem 3rem;
  position: relative;
}
.acNormal dd.acBox * {
  position: relative;
  z-index: 1;
}
.acNormal dd.acBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 3rem;
  opacity: 0.3;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(187, 187, 187) 100%);
}
.acNormal .recoveryWare .ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
}
.acNormal .recoveryWare .recoveryWareList {
  margin: 2rem 0 2.2rem;
  display: flex;
  justify-content: center;
  gap: 0 0.4rem;
}
.acNormal .recoveryWare .recoveryWareList li {
  flex: 1;
  background: var(--color-main);
  color: #fff;
  border-radius: 6px;
  margin: 0;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.36;
  text-align: center;
}
.acNormal .recoveryWare .you {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.acNormal .recoveryWare .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.acNormal .recoveryWare .komeTxt {
  font-size: 1.2rem;
  text-align: justify;
  margin: 1em 1rem 0;
}
@media screen and (min-width: 992px) {
  .acNormal .recoveryWare {
    padding: 5rem 2.6rem !important;
  }
}
.acNormal .afterSV .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.acNormal .afterSV .txtMore {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1em;
}
.acNormal .afterSV .txtMore a {
  display: inline-block;
  position: relative;
  padding-right: 2.3rem;
  transition: color 0.2s;
}
.acNormal .afterSV .txtMore a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.2rem;
  height: 0.8rem;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media (any-hover: hover) {
  .acNormal .afterSV .txtMore a:hover {
    color: var(--color-primary);
  }
  .acNormal .afterSV .txtMore a:hover:before {
    background: var(--color-primary);
  }
}
.acNormal .carender #calendar-container div {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.acNormal .carender #calendar-container div:first-child {
  margin-bottom: 2.2rem;
}
.acNormal .carender #calendar-container h3 {
  background: var(--color-main);
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  height: 2.9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acNormal .carender #calendar-container table {
  width: calc(100% - 2rem);
  margin: 1rem;
  font-size: 1.4rem;
  line-height: 1.1;
}
.acNormal .carender #calendar-container table thead {
  border-bottom: rgba(var(--color-base), 0.2) 1px solid;
}
.acNormal .carender #calendar-container table tbody tr:first-child td {
  padding-top: 0.6em;
  height: 2.4em;
}
.acNormal .carender #calendar-container table th {
  text-align: center;
  font-weight: normal;
  height: 2.2em;
}
.acNormal .carender #calendar-container table td {
  text-align: center;
  height: 1.8em;
}
.acNormal .carender #calendar-container table .holiday {
  color: var(--color-primary);
}
.acNormal .carender .komeTxt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1em;
  text-align: justify;
}

.swiper.slideOne {
  opacity: 1;
}

.swiper .swiper-pagination {
  font-size: 0;
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 8vw;
}
.swiper .swiper-pagination:empty {
  margin: 0;
  height: 0;
  padding: 0;
}
.swiper .swiper-pagination-bullet {
  width: 2.2rem;
  height: 0.5rem;
  border-radius: 1rem;
  margin: 0 0.4rem 0.6rem;
  opacity: 1;
  background: var(--bg1);
  cursor: pointer;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .swiper .swiper-pagination-bullet:hover {
    background: var(--color-primary);
  }
}
.swiper .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .swiper .swiper-pagination {
    margin-top: 4.27vw;
  }
  .swiper .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .swiper .swiper-pagination {
    margin-top: 56px;
  }
}

#goTop {
  position: fixed;
  right: 5.33vw;
  bottom: 8vw;
  z-index: 900;
  width: 14.67vw;
  height: 14.67vw;
  padding-bottom: 0.53vw;
  background: var(--color-main);
  border: rgba(var(--color-base), 0.6) 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}
#goTop.stop {
  position: absolute;
  bottom: auto;
  top: -22.67vw;
}
#goTop img {
  width: 7.73vw;
}
@media (any-hover: hover) {
  #goTop:hover {
    background: #fff;
  }
  #goTop:hover img {
    filter: invert(1);
  }
}
@media screen and (min-width: 768px) {
  #goTop {
    right: 40px;
    bottom: 60px;
    width: 58px;
    height: 58px;
    padding-bottom: 2px;
  }
  #goTop.stop {
    top: -118px;
  }
  #goTop img {
    width: 30px;
  }
}

.s-footer {
  position: relative;
  background: var(--bg1);
  padding: 5.33vw 5.33vw 5.33vw;
  border: none;
}
@media screen and (min-width: 768px) {
  .s-footer {
    padding: 4vw 15vw 2.5vw;
  }
}
@media screen and (min-width: 992px) {
  .s-footer {
    padding: min(2.71vw, 38px) 10vw min(2vw, 28px);
  }
  .s-footer a {
    transition: color 0.2s;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) {
  .s-footer a:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 1420px) {
  .s-footer {
    padding: min(2.71vw, 38px) min(12.86vw, 180px) min(2vw, 28px);
  }
}
.s-footer .fMenu {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .s-footer .fMenu {
    display: flex;
    justify-content: space-between;
    max-width: 1044px;
    margin: 0 auto;
  }
}
.s-footer .fMenu .menuList {
  border-bottom: var(--color-main) 1px solid;
  margin-bottom: 1.33vw;
}
@media screen and (min-width: 768px) {
  .s-footer .fMenu .menuList {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .s-footer .fMenu .menuList {
    width: 21.15%;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.s-footer .fMenu .menuList .list1 {
  height: 13.87vw;
  display: flex;
  align-items: center;
  position: relative;
}
.s-footer .fMenu .menuList .list1 p {
  position: absolute;
  right: 0;
  top: 0;
  width: 13.87vw;
  height: 100%;
}
.s-footer .fMenu .menuList .list1 p:before, .s-footer .fMenu .menuList .list1 p:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background: var(--color-main);
  width: 4.53vw;
  height: 1px;
  border-radius: 50%;
}
.s-footer .fMenu .menuList .list1 p:after {
  transform: rotate(90deg);
}
.s-footer .fMenu .menuList .list1.open {
  color: var(--color-primary);
  font-weight: 500;
}
.s-footer .fMenu .menuList .list1.open p:before {
  background: var(--color-primary);
}
.s-footer .fMenu .menuList .list1.open p:after {
  content: none;
}
.s-footer .fMenu .menuList .list1.open + .inMenu {
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .s-footer .fMenu .menuList .list1 {
    height: 3.4em;
  }
  .s-footer .fMenu .menuList .list1 p {
    width: 3.4em;
  }
  .s-footer .fMenu .menuList .list1 p:before, .s-footer .fMenu .menuList .list1 p:after {
    width: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  .s-footer .fMenu .menuList .list1 {
    height: auto;
    padding-bottom: 0.6em;
    border-bottom: var(--color-main) 1px solid;
  }
  .s-footer .fMenu .menuList .list1 p:before, .s-footer .fMenu .menuList .list1 p:after {
    content: none;
  }
}
.s-footer .fMenu .menuList .inMenu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0 2.67vw;
}
@media screen and (min-width: 992px) {
  .s-footer .fMenu .menuList .inMenu {
    height: auto;
    opacity: 1;
    padding: 0;
  }
}
.s-footer .fMenu .menuList .inMenuList {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}
.s-footer .fMenu .menuList .inMenuList li {
  border-bottom: #fff 1px solid;
}
.s-footer .fMenu .menuList .inMenuList li:last-child {
  border-bottom: none;
}
.s-footer .fMenu .menuList .inMenuList li a {
  height: 3.57em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .s-footer .fMenu .menuList .inMenuList {
    font-size: 1.2rem;
  }
  .s-footer .fMenu .menuList .inMenuList a {
    height: 3.25em;
  }
  .s-footer .fMenu .menuList .inMenuList li:last-child {
    border-bottom: #fff 1px solid;
  }
}
@media screen and (min-width: 992px) {
  .s-footer .underWrap {
    display: flex;
    justify-content: space-between;
    border-top: #fff 1px solid;
    margin: min(3.57vw, 50px) auto 0;
    padding: min(2vw, 28px) 0 0;
    max-width: 1044px;
  }
}
.s-footer .fMenu2 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 1.3em 0 0;
}
.s-footer .fMenu2 a {
  height: 2.8em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .s-footer .fMenu2 {
    display: flex;
    margin: 0;
    font-size: 1.2rem;
  }
  .s-footer .fMenu2 li {
    margin-right: 3em;
  }
  .s-footer .fMenu2 a {
    height: auto;
  }
}
.s-footer .snsList {
  display: flex;
  justify-content: center;
  margin: 4.8vw 0 0;
}
.s-footer .snsList li {
  margin: 0 2.93vw 0 0;
}
.s-footer .snsList li:last-child {
  margin-right: 0;
}
.s-footer .snsList li a {
  background: rgba(255, 255, 255, 0.6);
  border: #fff 1px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.6vw;
  height: 9.6vw;
}
.s-footer .snsList li a p {
  width: 5.33vw;
  height: 5.33vw;
  background: var(--color-main);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.s-footer .snsList li a p.instagram {
  -webkit-mask-image: url(../img/common/icon/i_instagram2.svg);
          mask-image: url(../img/common/icon/i_instagram2.svg);
}
.s-footer .snsList li a p.x {
  -webkit-mask-image: url(../img/common/icon/i_x2.svg);
          mask-image: url(../img/common/icon/i_x2.svg);
}
.s-footer .snsList li a p.facebook {
  -webkit-mask-image: url(../img/common/icon/i_facebook2.svg);
          mask-image: url(../img/common/icon/i_facebook2.svg);
}
@media screen and (min-width: 768px) {
  .s-footer .snsList {
    margin: 4vw 0 0;
  }
  .s-footer .snsList li {
    margin: 0 2vw 0 0;
  }
  .s-footer .snsList li a {
    width: 6vw;
    height: 6vw;
  }
  .s-footer .snsList li a p {
    width: 3.8vw;
    height: 3.8vw;
    transition: background 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-footer .snsList li a:hover p {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 992px) {
  .s-footer .snsList {
    margin: min(1.86vw, 26px) 0 0;
    justify-content: flex-start;
  }
  .s-footer .snsList li {
    margin: 0 9px 0 0;
  }
  .s-footer .snsList li a {
    width: 30px;
    height: 30px;
  }
  .s-footer .snsList li a p {
    width: 16px;
    height: 16px;
  }
}
.s-footer .logoArea {
  text-align: center;
  margin: 8vw 0 0;
}
.s-footer .logoArea .logo {
  width: 57.6vw;
  margin: 0 auto;
}
.s-footer .logoArea .copyRight {
  font-size: 1rem;
  margin-top: 1em;
  color: #31261D;
}
@media screen and (min-width: 768px) {
  .s-footer .logoArea {
    margin: 4vw 0 0;
  }
  .s-footer .logoArea .logo {
    width: 29vw;
  }
}
@media screen and (min-width: 992px) {
  .s-footer .logoArea {
    text-align: right;
    margin: min(0.43vw, 6px) 0 0;
  }
  .s-footer .logoArea .logo {
    width: 216px;
    margin: 0;
    transform: translateX(21px);
  }
  .s-footer .logoArea .copyRight {
    margin-top: 1.2em;
  }
}

#mainSlide {
  padding-bottom: 2.5rem;
  /* @include minW(1400px) {
    .swiper-slide { width: 32.86vw; max-width: 580px; }
  } */
}
#mainSlide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5rem;
  width: 100%;
  opacity: 0.7;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 15%, rgba(187, 187, 187, 0.9) 100%);
}
#mainSlide a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #mainSlide a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #mainSlide {
    padding-bottom: 4rem;
  }
  #mainSlide:before {
    height: 4rem;
  }
  #mainSlide .swiper-slide {
    width: 46rem;
  }
}

.mainVisual {
  position: relative;
  margin-bottom: 2.7rem;
}
.mainVisual .swiperController {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainVisual {
    margin-bottom: 4rem;
  }
  .mainVisual .swiperController {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 100;
  }
  .mainVisual .swiperController__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 16rem;
    background: rgba(var(--color-base), 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
  }
  .mainVisual .swiperController__arrow img {
    width: 1.6rem;
    height: 2.2rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .mainVisual .swiperController__arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .swiperController__prev {
    left: 0;
    border-radius: 0 2rem 2rem 0;
  }
  .mainVisual .swiperController__prev img {
    transform: scale(-1, 1);
  }
  .mainVisual .swiperController__next {
    right: 0;
    border-radius: 2rem 0 0 2rem;
  }
}
.mainVisual .swiper-pagination {
  font-size: 0;
  bottom: 0;
  position: absolute;
}
.mainVisual .swiper-pagination-bullet {
  width: 2.9rem;
  height: 0.5rem;
  border-radius: 1rem;
  background: var(--bg1);
  opacity: 1;
  transition: background 0.2s;
}
.mainVisual .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media (any-hover: hover) {
  .mainVisual .swiper-pagination-bullet:hover {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .swiper-pagination-bullet {
    width: 4rem;
    height: 0.5rem;
    margin: 0 5px !important;
  }
}

#fixBanner {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 950;
  background: var(--color-main);
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0s;
}
#fixBanner.visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 1.3s 2s;
}
#fixBanner a {
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #fixBanner a:hover {
    opacity: 0.8;
  }
}
#fixBanner .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10;
  width: 1.4rem;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.15s;
}
@media (any-hover: hover) {
  #fixBanner .close:hover {
    opacity: 0.7;
  }
}
#fixBanner .txt {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 1.4rem 2rem;
}
@media screen and (min-width: 768px) {
  #fixBanner {
    bottom: 4rem;
  }
  #fixBanner .txt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2.1rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  #fixBanner {
    right: 4rem;
    bottom: 4rem;
  }
}

.p-homeSection {
  padding-top: 3.5rem;
}
.p-homeSection__title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: var(--font-en2);
  text-align: center;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection {
    padding-top: 7.5rem;
  }
  .p-homeSection__title {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
  }
}

.venexLineBox {
  position: relative;
}
.venexLineBox::before, .venexLineBox::after {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 14rem;
  z-index: -2;
  transform: translateX(-50%);
  background: url(../img/common/venex_line02.svg) repeat-x top right;
  background-size: auto 100%;
}
.venexLineBox::after {
  z-index: -1;
  background: url(../img/common/venex_line01.svg) no-repeat top right -30%;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .venexLineBox::after {
    background-position: top right;
  }
}

#ruikeiBox {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
#ruikeiBox h2 {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding-left: 0.06em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
#ruikeiBox h2 p {
  display: inline-block;
  position: relative;
  padding: 0 0.6rem;
}
#ruikeiBox h2 p:before, #ruikeiBox h2 p:after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  width: 1.8rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
#ruikeiBox h2 p:before {
  left: 0;
  transform: translateX(-100%);
}
#ruikeiBox h2 p:after {
  right: 0;
  transform: translateX(100%);
}
#ruikeiBox .toppaTxt {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#ruikeiBox .toppaTxt .num {
  font-size: 2.8rem;
  margin-right: -0.5rem;
}
#ruikeiBox .toppaTxt .num strong {
  font-size: 4.9rem;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-right: 0.1em;
}
#ruikeiBox .toppaTxt .num sup {
  font-size: 60%;
  margin-right: 0.4em;
}
#ruikeiBox .toppaTxt .num .toppa {
  font-size: 3.5rem;
}
#ruikeiBox .toppaTxt .jiten {
  font-size: 1rem;
  padding: 0.2em 0.8em 0 0;
}
#ruikeiBox img {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  #ruikeiBox {
    margin-bottom: 8rem;
  }
  #ruikeiBox h2 {
    font-size: 2.3rem;
    margin-bottom: 0.5em;
  }
  #ruikeiBox h2 p {
    padding: 0 0.8rem;
  }
  #ruikeiBox h2 p:before, #ruikeiBox h2 p:after {
    top: 46%;
    width: 5.6rem;
    background: black;
  }
  #ruikeiBox .toppaTxt .num {
    font-size: 6.2rem;
  }
  #ruikeiBox .toppaTxt .num strong {
    font-size: 10rem;
    letter-spacing: -0.06em;
    margin-right: 0.1em;
  }
  #ruikeiBox .toppaTxt .num .toppa {
    font-size: 7.7rem;
  }
  #ruikeiBox .toppaTxt .jiten {
    font-size: 1.6rem;
    padding: 0 1.3em 0 0;
  }
  #ruikeiBox img {
    margin-top: 3rem;
  }
}

#movieBox {
  max-width: 1200px;
  margin: 0 auto;
}
#movieBox video {
  width: 100%;
}

#recommendgWrap {
  width: 100%;
  padding-top: 7rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #recommendgWrap {
    padding: 9rem 4rem 0;
    margin-bottom: 11rem;
  }
  #recommendgWrap .p-homeSection__title {
    margin-bottom: 4rem;
  }
}

.cateTabList {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  gap: 0 0.8rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cateTabList {
    font-size: 1.6rem;
    gap: 0 1.4rem;
    margin-bottom: 5rem;
  }
}
.cateTabList li {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: var(--color-main) 1px solid;
  color: var(--color-main);
  height: 2.9rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .cateTabList li:hover {
    background: var(--color-main);
    color: #fff;
  }
}
.cateTabList li.active {
  background: var(--color-main);
  color: #fff;
}
.cateTabList li.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-top: 1rem solid var(--color-main);
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cateTabList li {
    height: 3.9rem;
    padding: 0 1.8em;
  }
  .cateTabList li:before {
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    border-top: 1.3rem solid var(--color-main);
  }
}

.cateTabBoxWrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cateTabBoxWrap {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.cateTabBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: opacity 0.6s;
}
.cateTabBox:first-child {
  position: relative;
}
.cateTabBox.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.rankSlide {
  width: calc(100% - 4rem);
  margin: 0 2rem;
  padding-bottom: 3rem;
  overflow: visible;
}
.rankSlide .tagList {
  display: none;
}
.rankSlide .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
}
.rankSlide .swiper-pagination {
  position: absolute;
  bottom: 0;
  margin-top: 0;
}
.rankSlide .m-productLine__item {
  width: 65.87vw;
  margin-right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .rankSlide {
    width: 100%;
    margin: 0;
    padding-bottom: 4.5rem;
    overflow: hidden;
  }
  .rankSlide .m-productLine__item {
    width: calc((100vw - 8rem - 6.2rem) / 3);
    margin-right: 3.1rem;
  }
}
@media screen and (min-width: 768px) {
  .rankSlide .m-productLine__item {
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
  }
}

#newWrap {
  background: var(--bg1);
  padding-bottom: 4rem;
}
#newWrap .m-productLine {
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
}
#newWrap .swiper-wrapper {
  margin-bottom: 2.5rem;
}
#newWrap .swiper-wrapper .m-productLine__item {
  background: #fff;
  height: auto;
}
#newWrap .swiper-wrapper .m-productLine__item a {
  display: block;
  height: 100%;
  padding: 2rem 1.2rem;
  position: relative;
}
#newWrap .swiper-wrapper .m-productLine__item .c-product {
  width: 100%;
}
#newWrap .swiper-wrapper .m-productLine__item .tagList {
  position: absolute;
  left: 1.2rem;
  top: 1.8rem;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 1.4;
}
#newWrap .swiper-pagination {
  font-size: 0;
  bottom: 0;
  position: absolute;
  margin-top: 0;
}
#newWrap .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
@media (any-hover: hover) {
  #newWrap .swiper-pagination-bullet:hover {
    background: var(--color-primary);
    opacity: 1;
  }
}
#newWrap .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #newWrap {
    padding: 8.5rem 0 6rem;
  }
  #newWrap .swiper-wrapper {
    margin-bottom: 4.5rem;
  }
  #newWrap .swiper-wrapper .m-productLine__item {
    width: 21.86vw;
    max-width: 320px;
  }
  #newWrap .swiper-wrapper .m-productLine__item a {
    padding: 2rem 2.4rem 2.4rem;
  }
  #newWrap .swiper-wrapper .m-productLine__item .tagList {
    left: 2.4rem;
    top: 1.9rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #newWrap .swiper-pagination-bullet {
    width: 4rem;
    margin: 0 5px !important;
  }
}

#aboutRecoveryWear {
  margin: 6rem 2rem 8rem;
  padding: 3rem 2rem 3rem;
  background: #fff;
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
#aboutRecoveryWear h2 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
#aboutRecoveryWear .h2Txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.9em;
}
#aboutRecoveryWear .recoveryFor li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.9rem;
}
#aboutRecoveryWear .recoveryFor li .icon {
  width: 5.1rem;
  background: var(--bg1);
  border-radius: 0.5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
#aboutRecoveryWear .recoveryFor li h3 {
  font-size: 1.4rem;
  padding: 0 1.7rem;
  height: 4rem;
  background: var(--bg1);
  border-radius: 0 4rem 4rem 0;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#aboutRecoveryWear .txt2 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1.3em 0 1em;
}
#aboutRecoveryWear .txt3 {
  font-size: 1.4rem;
  line-height: 1.6;
}
#aboutRecoveryWear .txt4 {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #aboutRecoveryWear {
    max-width: 1240px;
    margin: 12rem auto;
    padding: 4.2rem 3rem 6rem;
  }
  #aboutRecoveryWear h2 {
    margin-bottom: 0.6em;
  }
  #aboutRecoveryWear .h2Txt {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  #aboutRecoveryWear .recoveryFor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.6rem;
  }
  #aboutRecoveryWear .recoveryFor li {
    margin-bottom: 0;
  }
  #aboutRecoveryWear .recoveryFor li h3 {
    width: 24.2rem;
  }
  #aboutRecoveryWear .txt2 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.2em 0 1.7em;
  }
  #aboutRecoveryWear .txt3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #aboutRecoveryWear .txt4 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#aboutRecoveryWear .maruList {
  margin: 1rem 0 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.7rem;
}
#aboutRecoveryWear .maruList .img {
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
#aboutRecoveryWear .maruList .maru {
  font-size: 1.2rem;
  margin: 0.8em 0 0;
}
#aboutRecoveryWear .maruList .maru:before {
  content: "";
  display: inline-block;
  vertical-align: -0.1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: var(--color-primary) 1px solid;
  margin-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  #aboutRecoveryWear .maruList {
    margin: 2.4rem 0 3rem;
    gap: 0 3.4rem;
  }
  #aboutRecoveryWear .maruList .img {
    width: 9.5rem;
    height: 9.5rem;
  }
  #aboutRecoveryWear .maruList .maru {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    margin: 1em 0 0;
  }
  #aboutRecoveryWear .maruList .maru:before {
    margin-right: 0.5rem;
  }
}
#aboutRecoveryWear .batuList {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.3rem;
}
#aboutRecoveryWear .batuList .img {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
#aboutRecoveryWear .batuList .batu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0.8rem 0 0;
}
#aboutRecoveryWear .batuList .batu span {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 0.1em;
  margin-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #aboutRecoveryWear .batuList {
    gap: 0 2.3rem;
  }
  #aboutRecoveryWear .batuList .img {
    width: 7.5rem;
    height: 7.5rem;
  }
  #aboutRecoveryWear .batuList .batu {
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
  }
  #aboutRecoveryWear .batuList .batu span {
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 0.1em;
    margin-right: 0.1rem;
  }
}

.p-page-home {
  padding-bottom: 0 !important;
}

.p-homeSection .acNormalListWrap {
  margin: 6rem 0;
}
.p-homeSection .viewAll {
  margin: 2rem auto 0;
  width: 18rem;
  height: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 5px;
  background: var(--color-main);
  border: var(--color-main) 1px solid;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-homeSection .viewAll:hover {
    background: #fff;
    color: var(--color-main);
  }
}
@media screen and (min-width: 768px) {
  .p-homeSection .acNormalListWrap {
    padding: 0 2rem;
    margin: 13rem auto 2rem;
    max-width: 1240px;
  }
  .p-homeSection .viewAll {
    margin: 4rem auto 0;
    width: 28.8rem;
    height: 6.4rem;
    font-size: 2rem;
  }
}

.acNormal dd.acBox.pht {
  padding-top: 1.3rem;
}
.acNormal dd.acBox.pht .logo {
  width: 20.6rem;
  margin: 0 auto 2rem;
}
.acNormal dd.acBox.pht .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
.acNormal dd.acBox.pht .txt2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 1em 0;
}
.acNormal dd.acBox.pht .pointPHT {
  margin-bottom: 2.5rem;
}
.acNormal dd.acBox.pht .pointPHT li {
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
}
.acNormal dd.acBox.pht .pointPHT li:last-child {
  margin-bottom: 0;
}
.acNormal dd.acBox.pht .pointPHT li .ttl {
  line-height: 2.9rem;
  border-left: 0.5rem solid var(--color-main);
  padding-left: 0.6em;
  margin-bottom: 0.6rem;
}
.acNormal dd.acBox.pht .pointPHT li .pTxt {
  line-height: 1.3;
  text-align: justify;
}
.acNormal dd.acBox.pht .img {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .acNormal dd.acBox.pht {
    padding: 4rem 3.8rem 5.6rem;
  }
  .acNormal dd.acBox.pht .logo {
    margin: 0 auto 3rem;
  }
  .acNormal dd.acBox.pht .pointPHT {
    max-width: 404px;
    margin: 4rem auto 3.5rem;
  }
  .acNormal dd.acBox.pht .pointPHT li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
  }
  .acNormal dd.acBox.pht .pointPHT li .ttl {
    margin: 0 3.4rem 0 0;
  }
  .acNormal dd.acBox.pht .pointPHT li .pTxt {
    flex: 1;
  }
  .acNormal dd.acBox.pht .img {
    margin-top: 4rem;
  }
}

.acNormal dd.acBox.medicalDevice {
  padding: 4rem 3rem 3.5rem;
}
.acNormal dd.acBox.medicalDevice .ttl {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .acNormal dd.acBox.medicalDevice {
    padding: 5rem 4.2rem 4rem;
  }
  .acNormal dd.acBox.medicalDevice .ttl {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 6.8rem;
  }
  .acNormal dd.acBox.medicalDevice img {
    width: 295px;
    margin: 0 auto;
    display: block;
  }
}

.p-homeSection#categoryWrap {
  margin: 2.5rem 0 5.5rem;
}
.p-homeSection#categoryWrap .cateTabBox {
  padding: 0 2rem;
}
.p-homeSection#categoryWrap .cateTabBox ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem 0.4rem;
}
.p-homeSection#categoryWrap .cateTabBox ul li {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}
.p-homeSection#categoryWrap .cateTabBox ul li img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-homeSection#categoryWrap .cateTabBox ul li p {
  margin-top: 0.6rem;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-homeSection#categoryWrap .cateTabBox ul li a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-homeSection#categoryWrap .cateTabBox ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSection#categoryWrap {
    margin: 4rem 0 12rem;
  }
  .p-homeSection#categoryWrap .p-homeSection__title {
    margin-bottom: 4rem;
  }
  .p-homeSection#categoryWrap .cateTabBox ul {
    display: flex;
    justify-content: center;
    gap: 1.4rem 0.9rem;
  }
  .p-homeSection#categoryWrap .cateTabBox ul li {
    max-width: 128px;
    font-size: 1.4rem;
  }
  .p-homeSection#categoryWrap .cateTabBox ul li p {
    margin-top: 0.7rem;
  }
}

.p-homeSection#seriesWrap {
  background: url(../img/common/venex_mask.svg) no-repeat bottom right -15%, var(--bg2);
  background-size: auto 14rem;
  position: relative;
  padding: 3.5rem 2rem 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection#seriesWrap {
    background: url(../img/common/venex_mask.svg) no-repeat bottom right, var(--bg2);
    background-size: auto 18rem;
    padding: 7.6rem 2rem 8.5rem;
  }
}
.p-homeSection#seriesWrap .seriesList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  gap: 1rem 1.2rem;
}
.p-homeSection#seriesWrap .seriesList li {
  width: calc(50% - 0.6rem);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.p-homeSection#seriesWrap .seriesList li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  position: relative;
}
.p-homeSection#seriesWrap .seriesList li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-homeSection#seriesWrap .seriesList li a:hover:after {
    opacity: 0.35;
  }
}
.p-homeSection#seriesWrap .seriesList li .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-homeSection#seriesWrap .seriesList li .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.p-homeSection#seriesWrap .seriesList li div {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0.6em 0.2em;
  text-align: center;
  flex: 1;
  min-height: 7.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-homeSection#seriesWrap .seriesList li div p.en {
  font-weight: 600;
  line-height: 1;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-homeSection#seriesWrap .seriesList {
    max-width: 1200px;
    margin: 0 auto 4rem;
    gap: 2rem 2rem;
  }
  .p-homeSection#seriesWrap .seriesList li {
    width: calc(25% - 1.5rem);
  }
  .p-homeSection#seriesWrap .seriesList li div {
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 1.6em 0.1em;
    min-height: 12.8rem;
  }
  .p-homeSection#seriesWrap .seriesList li div .pc {
    display: inline !important;
  }
  .p-homeSection#seriesWrap .seriesList li div p.en {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0.6em;
  }
}
@media screen and (min-width: 992px) {
  .p-homeSection#seriesWrap .seriesList li div {
    font-size: 1.6rem;
  }
  .p-homeSection#seriesWrap .seriesList li div p.en {
    font-size: 2rem;
  }
}
.p-homeSection#seriesWrap .moreBtn {
  border: none;
  background: none;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  width: auto;
  height: auto;
  margin: 2.5rem auto 0;
  color: var(--color-main);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-homeSection#seriesWrap .moreBtn i {
  margin-left: 0.8rem;
  margin-bottom: 0.1rem;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  border-radius: 50%;
  background: var(--color-primary);
  position: relative;
}
.p-homeSection#seriesWrap .moreBtn i:before, .p-homeSection#seriesWrap .moreBtn i:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  width: 0.8rem;
  height: 1px;
  background: #fff;
  border-radius: 3px;
}
.p-homeSection#seriesWrap .moreBtn i:after {
  transform: translate(-50%, 0) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-homeSection#seriesWrap .moreBtn {
    font-size: 2rem;
    margin: 4rem auto 0;
  }
  .p-homeSection#seriesWrap .moreBtn i {
    width: 2.9rem;
    height: 2.9rem;
    margin-left: 1rem;
  }
  .p-homeSection#seriesWrap .moreBtn i:before, .p-homeSection#seriesWrap .moreBtn i:after {
    width: 1.3rem;
  }
}

.p-homeSection#campaignWrap {
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-homeSection#campaignWrap .campaignList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.1rem;
}
.p-homeSection#campaignWrap .campaignList li {
  width: calc(50% - 0.55rem);
}
@media screen and (min-width: 768px) {
  .p-homeSection#campaignWrap .campaignList {
    max-width: 1310px;
    margin: 0 auto 4.6rem;
    gap: 0 1rem;
  }
  .p-homeSection#campaignWrap .campaignList li {
    width: calc(25% - 0.75rem);
  }
}

#topNewsWrap {
  margin: 2rem 0 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
#topNewsWrap .p-homeSection__title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #topNewsWrap {
    margin: 4rem 0 0;
  }
  #topNewsWrap .p-homeContentsUnderBtn {
    margin-top: 4rem;
  }
}

.p-homeNewsList {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-homeNewsList {
    max-width: 742px;
    margin: 10px auto 0;
  }
}

.p-homeNewsList-body {
  padding: 2rem 0 1.2rem;
  border-bottom: rgba(var(--color-base), 0.25) 1px solid;
  position: relative;
  text-align: justify;
}
.p-homeNewsList-body a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.p-homeNewsList-body__time {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.p-homeNewsList-body__title {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  padding-right: 2.5rem;
}
.p-homeNewsList-body__title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.2rem;
  height: 0.8rem;
  background: var(--color-main);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background 0.2s;
}
.p-homeNewsList-body__title dd {
  display: none;
}
.p-homeNewsList-body--link {
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .p-homeNewsList-body--link:hover {
    color: var(--color-primary);
    opacity: 1;
  }
  .p-homeNewsList-body--link:hover .p-homeNewsList-body__title:before {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .p-homeNewsList-body {
    padding: 2rem 0 1.6rem;
    display: block;
  }
  .p-homeNewsList-body__time {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .p-homeNewsList-body__title {
    max-width: none;
  }
  .p-homeNewsList-body__title:before {
    width: 1.6rem;
    height: 1rem;
  }
}

#youtubeBox01 {
  margin: 4rem 3rem 8rem;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (min-width: 768px) {
  #youtubeBox01 {
    max-width: 743px;
    margin: 0 auto 8rem;
  }
}

#valuesWrap {
  margin: 6rem 0 1rem;
  padding: 4rem 2rem;
  background: url(../img/common/venex_mask.svg) no-repeat bottom right -15%, var(--bg2);
  background-size: auto 14rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #valuesWrap {
    margin: 8rem 0 2rem;
    padding: 4rem 14rem;
    background: url(../img/common/venex_mask.svg) no-repeat bottom right, var(--bg2);
    background-size: auto 18rem;
  }
}
@media screen and (min-width: 992px) {
  #valuesWrap {
    padding: 8rem 2rem 10rem;
  }
}
#valuesWrap .valuesList li {
  margin-bottom: 3rem;
}
#valuesWrap .valuesList li:last-child {
  margin-bottom: 0;
}
#valuesWrap .valuesList li a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #valuesWrap .valuesList li a:hover {
    opacity: 0.8;
  }
}
#valuesWrap .valuesList li img {
  width: 10.7rem;
  margin-right: 1.5rem;
}
#valuesWrap .valuesList li dl {
  flex: 1;
}
#valuesWrap .valuesList li dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
#valuesWrap .valuesList li dl dt p {
  display: inline-block;
  border-bottom: var(--color-main) 1px solid;
}
#valuesWrap .valuesList li dl dd {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: justify;
  margin-top: 0.7em;
  padding-right: 2.2rem;
  position: relative;
}
#valuesWrap .valuesList li dl dd:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  #valuesWrap .valuesList {
    max-width: 1144px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0 2rem;
  }
  #valuesWrap .valuesList li {
    flex: 1;
    margin: 0;
  }
  #valuesWrap .valuesList li img {
    width: 37.77%;
    margin-right: 1.6rem;
  }
}

#topUnder {
  padding: 6rem 0 6.6rem;
}
#topUnder .acNormalListWrap {
  margin: 0 auto;
}
#topUnder .alertFakesite {
  margin: 6rem 2rem;
  height: 4.7rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  border: var(--color-main) 1px solid;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s;
}
#topUnder .alertFakesite:before {
  content: "";
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
@media (any-hover: hover) {
  #topUnder .alertFakesite:hover {
    background: #fff;
    color: var(--color-main);
  }
  #topUnder .alertFakesite:hover:before {
    filter: none;
  }
}
@media screen and (min-width: 768px) {
  #topUnder {
    padding: 12rem 2rem 13rem;
  }
  #topUnder .acNormalListWrap {
    justify-content: center;
  }
  #topUnder .acNormalListWrap li {
    margin-bottom: 0;
  }
  #topUnder .alertFakesite {
    max-width: 552px;
    margin: 12rem auto;
    height: 5.8rem;
  }
  #topUnder .alertFakesite:before {
    right: 4rem;
    width: 1.9rem;
    height: 1.1rem;
  }
}
#topUnder .recoveryLabMgz {
  padding: 0 2.5rem;
  margin-bottom: 8rem;
}
#topUnder .recoveryLabMgz h2 {
  width: 25.5rem;
  margin: 0 auto 3.6rem;
}
#topUnder .recoveryLabMgz ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6rem 0.7rem;
  margin-bottom: 3rem;
}
#topUnder .recoveryLabMgz ul li {
  width: calc(50% - 0.35rem);
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: justify;
}
#topUnder .recoveryLabMgz ul li .txt {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  #topUnder .recoveryLabMgz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 12rem;
  }
  #topUnder .recoveryLabMgz h2 {
    width: 21.3%;
    margin: 0 3.3% 0 0;
  }
  #topUnder .recoveryLabMgz ul {
    width: 75.4%;
    flex-wrap: nowrap;
    gap: 0 1rem;
    margin-bottom: 1rem;
  }
  #topUnder .recoveryLabMgz ul li {
    width: calc(33.3% - 0.6rem);
  }
  #topUnder .recoveryLabMgz ul li:nth-child(n+4) {
    display: none;
  }
}

.acNormal dd.acBox.declarations9 {
  padding: 3rem 2rem;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, var(--bg1) 100%);
}
.acNormal dd.acBox.declarations9 p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2em;
  padding-top: 0.1em;
}
@media screen and (min-width: 768px) {
  .acNormal dd.acBox.declarations9 {
    padding: 5rem 3.2rem;
  }
}

.top_ansBox {
  margin: 8rem auto;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top_ansBox {
    margin: 6rem auto 12rem;
    padding: 0 4rem;
  }
}

.top_storeBnr {
  position: relative;
  margin: 8rem auto;
  padding: 3.2rem 2rem 3.8rem 1.8rem;
}
.top_storeBnr a {
  display: flex;
  align-items: center;
}
.top_storeBnr:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: var(--bg1);
}
.top_storeBnr .lab {
  width: 20rem;
  margin-right: 0.8rem;
}
.top_storeBnr .txt {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top_storeBnr {
    margin: 12rem auto 11rem;
    padding: 2.5rem 2.5rem 3.3rem;
  }
  .top_storeBnr a {
    max-width: 68.6rem;
    margin: 0 auto;
  }
  .top_storeBnr .lab {
    width: auto;
    margin-right: 7.8%;
  }
  .top_storeBnr .txt {
    font-size: 2.4rem;
  }
}

.followUsBox {
  text-align: center;
}
.followUsBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3.5rem;
  margin-top: 2rem;
}
.followUsBox ul li {
  width: 3.6rem;
}
.followUsBox ul a {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .followUsBox ul a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .followUsBox .p-homeSection__title {
    margin-bottom: 2.5rem;
  }
  .followUsBox .snsTxt {
    font-size: 1.4rem;
  }
  .followUsBox ul {
    gap: 0 3.5rem;
    margin-top: 2rem;
  }
  .followUsBox ul li {
    width: 3.6rem;
  }
}

.cateBox {
  margin-bottom: 4.27vw;
}
@media screen and (min-width: 768px) {
  .cateBox {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .cateBox {
    margin-bottom: 0;
  }
}
.cateBox .cateImg {
  position: relative;
  width: 100%;
  height: 37.33vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cateBox .cateImg * {
  position: relative;
  z-index: 10;
}
.cateBox .cateImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-base), 0.5);
}
.cateBox .cateImg .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.cateBox .cateImg .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .cateBox .cateImg {
    height: min(20.57vw, 288px);
  }
}
.cateBox .cateImg h1 {
  text-align: center;
  font-size: 1.4rem;
}
.cateBox .cateImg h1 p {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.cateBox .cateImg a {
  text-align: right;
  font-size: 1.2rem;
  position: absolute;
  right: 7.47vw;
  bottom: 1em;
  padding-right: 1.4em;
}
.cateBox .cateImg a:after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .cateBox .cateImg h1 {
    font-size: 1.4rem;
  }
  .cateBox .cateImg h1 p {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .cateBox .cateImg a {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 1.3em 0 -0.8em;
    font-size: 1.1rem;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .cateBox .cateImg a:hover {
    color: #fff;
    opacity: 0.8;
  }
}
@media screen and (min-width: 992px) {
  .cateBox .cateImg h1 {
    font-size: 1.8rem;
  }
  .cateBox .cateImg h1 p {
    font-size: 3.5rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .cateBox .cateImg a {
    margin: 1.8em 0 -0.3em;
    font-size: 1.4rem;
  }
}
.cateBox .cateTxt {
  text-align: center;
  font-size: 1.6rem;
  margin: 1.1em 0 0;
}
@media screen and (min-width: 768px) {
  .cateBox .cateTxt {
    margin: 1.2em 0 0;
  }
}
@media screen and (min-width: 992px) {
  .cateBox .cateTxt {
    font-size: 2rem;
    margin: 1.8em 0 0;
  }
}
.cateBox .cateImgMoto {
  text-align: center;
}
.cateBox .cateImgMoto picture {
  display: inline-block;
}
@media (any-hover: hover) {
  .cateBox .cateImgMoto a:hover img {
    opacity: 1;
  }
}

.sortBtnList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sortBtnList li {
  background: var(--color-main);
  color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  width: 43.47vw;
  height: 2.86em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sortBtnList {
    margin: 0 8vw;
  }
  .sortBtnList li {
    font-size: 1.6rem;
    width: 48%;
  }
}

.p-productListHeading-body .u-hidden-md-down {
  display: none;
}
.p-productListHeading-body .pageTtl {
  font-size: 1.6rem;
  margin: 2.5em 0 -1em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-productListHeading-body .pageTtl {
    font-size: 1.8rem;
    margin: 2em 0 -1.6em;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-productListHeading {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-productListHeading-body {
    justify-content: flex-end;
  }
  .p-productListHeading .m-productListSort {
    padding: 0;
  }
  .p-productListHeading .pageTtl {
    font-size: 1.8rem;
    margin: 0 0;
    text-align: left;
  }
}

.c-noItem-message {
  text-align: center;
  padding: 0 2rem;
}

@media screen and (min-width: 992px) {
  .m-productListSort-item {
    background: var(--bg1);
    width: 156px;
    height: 33px;
    font-size: 1.2rem;
    border-radius: 5px;
  }
  .m-productListSort-item__title {
    display: none;
  }
  .m-productListSort-item .m-productListSort-selectBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .m-productListSort-item .m-productListSort-selectBox__currentItem {
    width: 100%;
    position: relative;
    padding: 0 1.7em;
  }
  .m-productListSort-item .m-productListSort-selectBox__currentItem:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url(../img/common/arrow.svg) no-repeat center;
    background-size: contain;
  }
  .m-productListSort-item .m-productListSort-selectBox-select {
    width: 100%;
    min-width: 156px;
    border-radius: 5px;
    top: 33px;
    left: auto;
    right: 0;
    border: rgba(var(--color-base), 0.2) 1px solid;
    box-shadow: none;
  }
  .m-productListSort-item .m-productListSort-selectBox-select__item a:not(.current) {
    transition: color 0.3s;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) {
  .m-productListSort-item .m-productListSort-selectBox-select__item a:not(.current):hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 992px) {
  .m-productListSort-item .m-productListSort-selectBox-select__item > a.current {
    background: rgb(242, 233, 219);
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  #sortDL {
    display: none;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 16.8vw;
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    background: var(--color-main);
    border-top: #fff 1px solid;
    padding: 8vw 5.33vw 10.67vw;
    transition: opacity 0.3s;
  }
  #sortDL.open {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  #sortDL dt {
    display: none;
  }
  #sortDL span.m-productListSort-selectBox__currentItem {
    display: none;
  }
  #sortDL li {
    margin-bottom: 2.67vw;
  }
  #sortDL li:last-child {
    margin-bottom: 0;
  }
  #sortDL li a {
    font-size: 1.6rem;
    height: 2.5em;
    border-radius: 1.33vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sortDL li a.current {
    background: var(--color-primary);
    color: #fff;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #sortDL {
    height: auto;
    top: 64px;
    padding: 7vw 18vw 7vw;
  }
  #sortDL li a {
    height: 2.8em;
    border-radius: 5px;
  }
  #sortDL .m-productListSort-selectBox-select {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    background: none;
  }
}

.p-productListBody {
  padding: 0;
  margin: 13.33vw -5.33vw 0;
}
.p-productListBody__pager {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-productListBody {
    margin: 9.33vw 0 0;
  }
  .p-productListBody__pager {
    margin-top: 9.5rem;
  }
  .p-productListBody .c-product-body__price, .p-productListBody .c-product-body__price--bold {
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 992px) {
  .p-productListBody {
    margin: 40px 0 0;
  }
}

.m-productLine {
  gap: 4rem 0.8rem;
}
.m-productLine__item {
  width: calc(50% - 0.4rem);
}
@media screen and (min-width: 768px) {
  .m-productLine {
    gap: 4rem 0.9rem;
  }
  .m-productLine__item {
    width: calc(33.3% - 0.9rem);
  }
}
@media screen and (min-width: 992px) {
  .m-productLine {
    gap: 58px 8px;
  }
  .m-productLine__item {
    width: calc(25% - 6px);
  }
}

@media screen and (min-width: 768px) {
  .p-productListWrap {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .p-productListWrap {
    display: flex;
  }
}
.p-productListWrap__sideNav {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 16.8vw;
  z-index: 999;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 16.8vw);
  height: calc(100dvh - 16.8vw);
  background: var(--color-main);
  color: #fff;
  border-top: #fff 1px solid;
  padding: 8vw 5.33vw 13.33vw;
  transition: opacity 0.3s;
}
.p-productListWrap__sideNav.open {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.p-productListWrap__sideNav .bnrGuide {
  width: 100%;
  color: var(--color-txt);
}
.p-productListWrap__sideNav .bnrGuide a {
  height: 27.73vw;
}
.p-productListWrap__sideNav .bnrGuide .txt2 {
  font-size: 1.6rem;
  padding-right: 4.27vw;
}
.p-productListWrap__sideNav .bnrGuide .txt2:after {
  width: 2.93vw;
  height: 1.87vw;
}
@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav {
    top: 64px;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    padding: 5vw 15vw 10vw;
  }
  .p-productListWrap__sideNav .bnrGuide a {
    height: 21vw;
  }
  .p-productListWrap__sideNav .bnrGuide .txt2 {
    font-size: 2.4rem;
    padding-right: 36px;
  }
  .p-productListWrap__sideNav + .p-productListWrap__main {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-productListWrap__sideNav {
    display: block;
    opacity: 1;
    pointer-events: all;
    position: relative;
    left: auto;
    top: auto;
    border: none;
    background: none;
    color: var(--color-txt);
    overflow: visible;
    width: 260px;
    height: auto !important;
    padding: 0;
    margin-right: 40px;
  }
  .p-productListWrap__sideNav + .p-productListWrap__main {
    width: 100%;
    flex: 1;
  }
  .p-productListWrap__sideNav .bnrGuide a {
    height: 80px;
  }
  .p-productListWrap__sideNav .bnrGuide .txt {
    font-size: 1.4rem;
    margin-bottom: 0.3em;
  }
  .p-productListWrap__sideNav .bnrGuide .txt img {
    height: 20px;
    margin-right: 2px;
  }
  .p-productListWrap__sideNav .bnrGuide .txt2 {
    font-size: 1.4rem;
    padding-right: 13px;
  }
  .p-productListWrap__sideNav .bnrGuide .txt2:after {
    font-size: 0;
    width: 7px;
    height: 10px;
    top: 44%;
    background-size: contain;
  }
}
.p-productListWrap__sideNav #sideFree {
  margin: 8vw 2.67vw 10.67vw;
  border: none;
  padding: 0;
  gap: 0;
  width: auto;
}
.p-productListWrap__sideNav #sideFree label {
  width: 100%;
}
.p-productListWrap__sideNav #sideFree input.c-freeWordSearchBox__form {
  background: url(../img/common/icon/i_search_sp.svg) no-repeat right 6.4vw center #fff;
  background-size: 7.47vw;
  border: none;
  height: 3.1875em;
  border-radius: 3.1875em;
  padding: 0 14.93vw 0 5.33vw;
  font-size: 1.6rem;
}
.p-productListWrap__sideNav #sideFree input.c-freeWordSearchBox__form::-webkit-input-placeholder {
  font-size: 1.4rem;
}
.p-productListWrap__sideNav #sideFree input.c-freeWordSearchBox__form::placeholder {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav #sideFree {
    margin: 5.33vw 2.67vw 6.67vw;
  }
  .p-productListWrap__sideNav #sideFree input.c-freeWordSearchBox__form {
    background: url(../img/common/icon/i_search.svg) no-repeat right 2vw center #fff;
    background-size: 5.33vw;
    padding: 0 8vw 0 1.4em;
  }
}
@media screen and (min-width: 992px) {
  .p-productListWrap__sideNav #sideFree {
    margin: 30px 0 40px;
  }
  .p-productListWrap__sideNav #sideFree input.c-freeWordSearchBox__form {
    border: var(--color-main) 1px solid;
    padding: 0 3.2em 0 1.5em;
    height: 44px;
    border-radius: 44px;
    background-position: right 16px center;
    background-size: 34px;
  }
}
.p-productListWrap__sideNav .m-productNavTitleList {
  padding: 0;
  border-top: #fff 1px solid;
  border-bottom: none;
}
.p-productListWrap__sideNav .m-productNavTitleList#serieslist {
  border-bottom: #fff 1px solid;
}
.p-productListWrap__sideNav .m-productNavTitleList + .m-productNavTitleList {
  margin-top: 0;
}
.p-productListWrap__sideNav .m-productNavTitleList__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 3.25em;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
  transition: height 0.2s, padding 0.2s;
}
.p-productListWrap__sideNav .m-productNavTitleList__title:before, .p-productListWrap__sideNav .m-productNavTitleList__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1.6em;
  width: 4.53vw;
  height: 1px;
  background: #fff;
}
.p-productListWrap__sideNav .m-productNavTitleList__title:after {
  transform: rotate(90deg);
}
.p-productListWrap__sideNav .m-productNavTitleList__title a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-productListWrap__sideNav .m-productNavTitleList__title.open {
  height: 4.25em;
  padding-top: 1em;
  border-top: #fff 1px solid;
  color: var(--color-primary);
}
.p-productListWrap__sideNav .m-productNavTitleList__title.open:before, .p-productListWrap__sideNav .m-productNavTitleList__title.open:after {
  top: 2.6em;
  background: var(--color-primary);
}
.p-productListWrap__sideNav .m-productNavTitleList__title.open::after {
  display: none;
}
.p-productListWrap__sideNav .m-productNavTitleList__list {
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0 2.67vw;
  transition: opacity 0.3s 0.1s;
}
.p-productListWrap__sideNav .m-productNavTitleList__title.open + .m-productNavTitleList__list {
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav .m-productNavTitleList__title:before, .p-productListWrap__sideNav .m-productNavTitleList__title:after {
    width: 19px;
  }
}
@media screen and (min-width: 992px) {
  .p-productListWrap__sideNav .m-productNavTitleList {
    border-color: var(--color-main);
  }
  .p-productListWrap__sideNav .m-productNavTitleList#serieslist {
    border-color: var(--color-main);
  }
  .p-productListWrap__sideNav .m-productNavTitleList__title {
    height: 6em;
    transition: color 0.3s;
  }
  .p-productListWrap__sideNav .m-productNavTitleList__title:before, .p-productListWrap__sideNav .m-productNavTitleList__title:after {
    background: var(--color-main);
    width: 17px;
    top: 2.96em;
    transition: background 0.3s;
  }
  .p-productListWrap__sideNav .m-productNavTitleList__title.open {
    border-color: var(--color-main);
    height: 5em;
    padding-top: 1em;
  }
  .p-productListWrap__sideNav .m-productNavTitleList__title.open:before, .p-productListWrap__sideNav .m-productNavTitleList__title.open:after {
    top: 2.96em;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) {
  .p-productListWrap__sideNav .m-productNavTitleList__title:hover {
    color: var(--color-primary);
  }
  .p-productListWrap__sideNav .m-productNavTitleList__title:hover:before, .p-productListWrap__sideNav .m-productNavTitleList__title:hover:after {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 992px) {
  .p-productListWrap__sideNav .m-productNavTitleList__list {
    margin: 0;
  }
}
.p-productListWrap__sideNav .m-productNavList-cateList, .p-productListWrap__sideNav .m-productNavList-radioList {
  padding: 0;
  margin-bottom: 1em;
}
.p-productListWrap__sideNav .m-productNavList-cateList li, .p-productListWrap__sideNav .m-productNavList-radioList li {
  font-size: 1.6rem;
  height: 3.25em;
  display: flex;
  align-items: center;
  border-bottom: #fff 1px solid;
}
.p-productListWrap__sideNav .m-productNavList-cateList li:last-child, .p-productListWrap__sideNav .m-productNavList-radioList li:last-child {
  border-bottom: none;
}
.p-productListWrap__sideNav .m-productNavList-cateList li input, .p-productListWrap__sideNav .m-productNavList-radioList li input {
  display: none;
  opacity: 0;
}
.p-productListWrap__sideNav .m-productNavList-cateList li a, .p-productListWrap__sideNav .m-productNavList-cateList li label, .p-productListWrap__sideNav .m-productNavList-radioList li a, .p-productListWrap__sideNav .m-productNavList-radioList li label {
  font-size: 1.6rem;
  line-height: 1.3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .p-productListWrap__sideNav .m-productNavList-cateList li a:hover, .p-productListWrap__sideNav .m-productNavList-cateList li label:hover, .p-productListWrap__sideNav .m-productNavList-radioList li a:hover, .p-productListWrap__sideNav .m-productNavList-radioList li label:hover {
    color: var(--color-primary);
  }
}
.p-productListWrap__sideNav .m-productNavList-cateList.series li, .p-productListWrap__sideNav .m-productNavList-radioList.series li {
  height: 4.875em;
  flex-direction: column;
}
.p-productListWrap__sideNav .m-productNavList-cateList.series li span.en, .p-productListWrap__sideNav .m-productNavList-radioList.series li span.en {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-productListWrap__sideNav .m-productNavList-cateList li, .p-productListWrap__sideNav .m-productNavList-radioList li {
    border-color: rgba(var(--color-base), 0.2);
  }
  .p-productListWrap__sideNav .m-productNavList-cateList li a, .p-productListWrap__sideNav .m-productNavList-cateList li label, .p-productListWrap__sideNav .m-productNavList-radioList li a, .p-productListWrap__sideNav .m-productNavList-radioList li label {
    padding: 0 1.2em;
    line-height: 1.4;
  }
  .p-productListWrap__sideNav .m-productNavList-cateList.series li, .p-productListWrap__sideNav .m-productNavList-radioList.series li {
    height: 4.5em;
  }
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li, .p-productListWrap__sideNav .m-productNavList-radioList.scene li {
  height: auto;
  margin-bottom: 10.67vw;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li:last-child, .p-productListWrap__sideNav .m-productNavList-radioList.scene li:last-child {
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav .m-productNavList-cateList.scene li, .p-productListWrap__sideNav .m-productNavList-radioList.scene li {
    margin-bottom: 2.6rem;
  }
  .p-productListWrap__sideNav .m-productNavList-cateList.scene li:last-child, .p-productListWrap__sideNav .m-productNavList-radioList.scene li:last-child {
    margin-bottom: 1.5rem;
  }
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl {
  width: 100%;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dt, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dt {
  line-height: 1.2;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd {
  margin-left: 0.5em;
  border-bottom: #5E5E5E 1px solid;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd:last-child, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd:last-child {
  border-bottom: none;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd a, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd a {
  display: block;
  height: auto;
  padding: 1em 0 1em;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd h2, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd h2 {
  font-size: 1.4rem;
  margin: 0 0 0.3em 0;
}
.p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd p, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd p {
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dt, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dt {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
  }
  .p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 0;
    border-color: rgba(var(--color-base), 0.12);
  }
  .p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd a, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd a {
    padding: 0.7em 0 0.7em 0.7em;
  }
  .p-productListWrap__sideNav .m-productNavList-cateList.scene li dl dd h2, .p-productListWrap__sideNav .m-productNavList-radioList.scene li dl dd h2 {
    font-size: 1.4rem;
  }
}
.p-productListWrap__sideNav .underBtnList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10.67vw;
}
.p-productListWrap__sideNav .underBtnList li {
  flex: 1;
  cursor: pointer;
  height: 10.67vw;
  background: #fff;
  border: #fff 1px solid;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-txt);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.p-productListWrap__sideNav .underBtnList li:first-child {
  margin-right: 2.67vw;
}
.p-productListWrap__sideNav .underBtnList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: inherit;
}
@media (any-hover: hover) {
  .p-productListWrap__sideNav .underBtnList li:hover {
    background: #fff;
    border: var(--color-main) 1px solid;
    color: var(--color-main);
  }
}
@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav .underBtnList {
    margin-top: 6.4vw;
  }
  .p-productListWrap__sideNav .underBtnList li {
    height: 8vw;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-productListWrap__sideNav .underBtnList {
    display: block;
    margin-top: 40px;
  }
  .p-productListWrap__sideNav .underBtnList li {
    height: 58px;
    font-size: 1.4rem;
    background: var(--color-main);
    color: #fff;
  }
  .p-productListWrap__sideNav .underBtnList li:first-child {
    margin: 0 0 10px 0;
  }
}

.c-product-head__link {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-product-head__link:hover {
    color: inherit;
    opacity: 0.8;
    position: relative !important;
    z-index: 10 !important;
  }
}
.c-product-head__picture:before {
  padding-top: 100%;
}
@media (any-hover: hover) {
  .c-product-head__picture:hover {
    opacity: 1;
  }
}
.c-product-head__favorite {
  display: none;
  visibility: hidden;
}
.c-product-head__status {
  padding-right: 0;
  position: relative;
  padding: 0 2.67vw;
}
.c-product-sIcon {
  margin-top: 1rem;
  gap: 0.3rem;
}
.c-product-sIcon .c-sIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.48rem 0.6rem 0.52rem;
  font-size: 0.9rem;
}
.c-product-sIcon__item:not(.soldout) {
  width: calc(33.3% - 0.2rem);
}
.c-product-body {
  margin: 0;
  padding: 0 1rem;
}
.c-product-body__title-name {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 0.7em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  .c-product-body__title-name:hover {
    opacity: 1;
  }
}
.c-product-body__price, .c-product-body__price--bold {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.1em;
}
@media screen and (min-width: 768px) {
  .c-product {
    /* &-variation { opacity: 1; display: block; visibility: visible; z-index: 50; } */
  }
  .c-product-head__status {
    padding: 0;
  }
  .c-product-sIcon__item:not(.soldout) {
    width: auto;
    max-width: 50px;
  }
  .c-product-body {
    padding: 0;
  }
  .c-product-body__title-name {
    margin-top: 0.8em;
  }
  .c-product-body__price, .c-product-body__price--bold {
    margin-top: 1em;
  }
  .c-product-variation--active {
    z-index: 50;
  }
}

.c-sIcon {
  padding: 0.46rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-sIcon {
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
  }
}

.p-productList-foot {
  margin: 16vw 0 0;
  padding-top: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-productList-foot {
    margin: 10.67vw 0 0;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-productList-foot {
    max-width: 1360px;
    margin: 130px auto 0;
  }
}

.m-productRecommend-wrap {
  margin-bottom: 16vw;
}
.m-productRecommend-wrap__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .m-productRecommend-wrap {
    margin-bottom: 10.67vw;
  }
}
@media screen and (min-width: 992px) {
  .m-productRecommend-wrap {
    margin-bottom: 120px;
  }
}

#recentlySlide .m-productLine, #kanrenSlide .m-productLine, #recommendSlide .m-productLine {
  flex-wrap: nowrap;
  gap: 0;
}
#recentlySlide .m-productLine__item, #kanrenSlide .m-productLine__item, #recommendSlide .m-productLine__item {
  width: calc(50% - 0.4rem);
}
@media screen and (min-width: 768px) {
  #recentlySlide .m-productLine__item, #kanrenSlide .m-productLine__item, #recommendSlide .m-productLine__item {
    width: calc(33.3% - 2.048rem);
  }
}
@media screen and (min-width: 992px) {
  #recentlySlide .m-productLine__item, #kanrenSlide .m-productLine__item, #recommendSlide .m-productLine__item {
    width: calc(20% - 15.2px);
  }
}

@media screen and (min-width: 768px) {
  .p-productDetailWrap {
    margin: 4rem 0 0;
    grid-template-columns: 45% 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-productDetailWrap {
    grid-template-columns: 54.83% 37%;
  }
}

.m-productDetailImg {
  border-bottom: none;
  margin-top: 4vw;
  padding-bottom: 0;
}
.m-productDetailImg .swiper-slide img {
  aspect-ratio: 100/100;
  object-fit: contain;
}
.m-productDetailImg-slideController__prev, .m-productDetailImg-slideController__next {
  width: 8vw;
  height: 32vw;
  background: var(--bg1);
  top: calc(50% - 16vw);
  padding: 0;
}
.m-productDetailImg-slideController__prev img, .m-productDetailImg-slideController__next img {
  width: 4vw;
  filter: brightness(0) invert(1);
}
.m-productDetailImg-slideController__prev {
  left: -5.33vw;
  border-radius: 0 8px 8px 0;
}
.m-productDetailImg-slideController__prev img {
  transform: scale(-1, 1);
}
.m-productDetailImg-slideController__next {
  right: -5.33vw;
  border-radius: 8px 0 0 8px;
}
.m-productDetailImg__main {
  margin-bottom: 10.67vw;
}
.m-productDetailImg__thums {
  position: relative;
}
.m-productDetailImg-thumsListWrap {
  padding: 0;
}
.m-productDetailImg-thumsList__name {
  display: none;
}
.m-productDetailImg-thumsList-slideController__prev, .m-productDetailImg-thumsList-slideController__next {
  opacity: 1;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.07vw;
  height: 16vw;
  border-radius: 8px 0 0 8px;
  background: var(--bg1);
  position: absolute;
  top: calc(50% - 8vw);
  z-index: 100;
  padding: 0;
  transition: opacity 0.2s;
}
.m-productDetailImg-thumsList-slideController__prev img, .m-productDetailImg-thumsList-slideController__next img {
  width: 2.93vw;
  filter: brightness(0) invert(1);
}
.m-productDetailImg-thumsList-slideController__prev.swiper-button-disabled, .m-productDetailImg-thumsList-slideController__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.m-productDetailImg-thumsList-slideController__prev {
  left: 0;
  transform: scale(-1, 1);
}
.m-productDetailImg-thumsList-slideController__next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .m-productDetailImg {
    padding-left: 0;
    margin: 0 0 50px;
  }
  .m-productDetailImg-slideController__prev, .m-productDetailImg-slideController__next {
    width: min(2.29vw, 32px);
    height: min(9.29vw, 130px);
    top: calc(50% - min(4.64vw, 65px));
  }
  .m-productDetailImg-slideController__prev img, .m-productDetailImg-slideController__next img {
    width: min(1.21vw, 17px);
  }
  .m-productDetailImg-slideController__prev {
    left: 0;
    border-radius: 0 min(1.43vw, 20px) min(1.43vw, 20px) 0;
  }
  .m-productDetailImg-slideController__next {
    right: 0;
    border-radius: min(1.43vw, 20px) 0 0 min(1.43vw, 20px);
  }
  .m-productDetailImg__main {
    margin: 0 0 min(4.71vw, 66px);
    padding: 0 min(3.71vw, 52px);
  }
  .m-productDetailImg-thumsList {
    flex-wrap: nowrap;
    gap: 0;
  }
  .m-productDetailImg-thumsList-slideController__prev, .m-productDetailImg-thumsList-slideController__next {
    width: min(2.14vw, 30px);
    height: min(4.29vw, 60px);
    top: calc(50% - min(2.14vw, 30px));
    border-radius: min(1.43vw, 20px) 0 0 min(1.43vw, 20px);
  }
  .m-productDetailImg-thumsList-slideController__prev img, .m-productDetailImg-thumsList-slideController__next img {
    width: min(1.14vw, 16px);
    transform: translateX(1px);
  }
}

.m-productDetailImg-slidePager {
  font-size: 0;
  text-align: center;
  margin: 2.67vw 0 -6px;
}
.m-productDetailImg-slidePager .swiper-pagination-bullet {
  width: 5.87vw;
  height: 1.33vw;
  border-radius: 30px;
  background: var(--bg1);
  margin: 0 4px 6px !important;
  opacity: 1;
}
.m-productDetailImg-slidePager .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .m-productDetailImg-slidePager {
    margin: 20px 0 -6px;
  }
  .m-productDetailImg-slidePager .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
  }
}

.p-productDetaiMain {
  padding: 10.67vw 0 21.33vw;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain {
    padding: 0;
  }
}
.p-productDetaiMain-head {
  padding: 0;
}
.p-productDetaiMain-head__title {
  margin: 0;
}
.p-productDetaiMain-head__title-name {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: justify;
  margin-bottom: 0.6em;
}
.p-productDetaiMain-head__status {
  margin-bottom: 0;
}
.p-productDetaiMain-head__status .c-product-sIcon {
  margin: 0 0 1.5rem 0;
}
.p-productDetaiMain-head__status .c-product-sIcon:empty {
  gap: 0;
  margin: 0;
}
.p-productDetaiMain-head__status .c-product-sIcon__item:not(.soldout) {
  width: calc(20% - 0.24rem);
}
.p-productDetaiMain-head__status .c-product-sIcon .c-sIcon {
  padding: 0.63rem 0.8rem 0.71rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-head__status .c-product-sIcon {
    margin: -2rem 0 1.8rem 0;
  }
  .p-productDetaiMain-head__status .c-product-sIcon__item:not(.soldout) {
    width: calc(20% - 0.24rem);
    max-width: 72px;
  }
  .p-productDetaiMain-head__status .c-product-sIcon .c-sIcon {
    padding: 0.76rem 1rem 0.79rem;
    font-size: 1.1rem;
  }
}
.p-productDetaiMain-head__price {
  font-size: 2rem;
  font-weight: normal;
}
.p-productDetaiMain-head__price strong {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  font-family: var(--noto);
}
.p-productDetaiMain-head__price strong::first-letter {
  font-size: 2rem;
}
.p-productDetaiMain-head__price-tax {
  font-size: 1.4rem;
  margin-left: 0.3em;
}
.p-productDetaiMain-body {
  padding: 6.93vw 0 0;
  margin-bottom: 24vw;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-body {
    padding: min(2.86vw, 40px) 0 0;
    margin-bottom: min(4.71vw, 66px);
  }
}
.p-productDetaiMain-body .anygiftDiv {
  margin: 2.5rem 0 0;
}
.p-productDetaiMain-body .anygiftDiv .ag-text-left {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-body .anygiftDiv {
    width: 346px;
    margin: 2.5rem 0 0;
  }
}
.p-productDetaiMain-guideTabBox {
  margin: 0 -5.33vw;
  padding-top: 3.4rem;
}
.p-productDetaiMain-guideTabBox:after {
  background: rgba(var(--color-base), 0.3);
  top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox {
    margin: 0;
  }
}
.p-productDetaiMain-guideTabBox-item__head {
  width: 33.3333333333%;
  height: calc(3.4rem + 2px);
  font-size: 1.6rem;
  color: rgba(var(--color-base), 0.5);
  background: none;
  border: none;
  border-radius: 0;
  align-items: stretch;
  z-index: 10;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .p-productDetaiMain-guideTabBox-item__head:hover {
    color: rgba(var(--color-base), 1);
  }
}
.p-productDetaiMain-guideTabBox-item__head p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  border-bottom: transparent 3px solid;
}
.p-productDetaiMain-guideTabBox-item.current .p-productDetaiMain-guideTabBox-item__head {
  background: none;
  border: none;
  color: rgba(var(--color-base), 1);
}
.p-productDetaiMain-guideTabBox-item.current .p-productDetaiMain-guideTabBox-item__head::before {
  content: none;
}
.p-productDetaiMain-guideTabBox-item.current .p-productDetaiMain-guideTabBox-item__head p {
  border-bottom-color: var(--color-primary);
}
.p-productDetaiMain-guideTabBox-item__body {
  background: var(--bg1);
  padding: 8vw 2rem !important;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body {
    padding: 40px 2rem !important;
  }
}
.p-productDetaiMain-guideTabBox-reviewList {
  padding: 0;
}
.p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
  margin-top: 4rem;
}
.p-productDetaiMain-guideTabBox-reviewList__pager {
  margin-top: 0;
}
.p-productDetaiMain-guideTabBox-reviewList .c-btn--addReview {
  border-color: var(--color-main);
  background: var(--color-main);
  border: var(--color-main) 1px solid;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48vw;
  height: 10.67vw;
  margin: 0 auto;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .p-productDetaiMain-guideTabBox-reviewList .c-btn--addReview:hover {
    background: #fff;
    color: var(--color-main) !important;
  }
}
.p-productDetaiMain-guideTabBox-reviewList__item {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 1.8em;
  border-bottom: none;
}
.p-productDetaiMain-guideTabBox-reviewList__item + .p-productDetaiMain-guideTabBox-reviewList__item {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-reviewList .c-btn--addReview {
    width: 180px;
    height: 40px;
  }
  .p-productDetaiMain-guideTabBox-reviewList .c-pager__list {
    gap: 0 15px;
  }
}
.p-productDetaiMain .kanbaiTxt {
  color: var(--color-danger);
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.1rem 0 -1rem;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain .kanbaiTxt {
    margin: 2.1rem 0 -1.8rem;
  }
}

.p-productDetaiMain-guideTabBox-item__body.productSetumei {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: justify;
  max-height: 90vh;
  overflow-y: auto;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .pc-view {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .pc-view {
    display: block;
  }
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sp-view {
    display: none;
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei section.lp-container {
  margin-bottom: 3rem;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .lp-ttl {
  background: #fff;
  margin: -8vw -5.33vw 0;
  padding: 3rem 0 1.2rem;
  text-align: center;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .lp-ttl .en-txt {
  font-family: var(--font-en2);
  font-size: 2.5rem;
  line-height: 1;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .lp-ttl .sub-txt {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .lp-ttl {
    margin: -40px -20px 0;
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .w100 {
  margin: 0 -5.33vw;
  max-width: none;
  width: calc(100% + 10.67vw);
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .text-center {
  text-align: center;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .text-area.text-center {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1.2em 0.7em 0.8em;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .big {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .w100 {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .point-ttl {
  margin: 4rem 0 2.3rem;
  display: flex;
  align-items: center;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .point-ttl .en-txt {
  font-family: var(--font-en);
  background: var(--color-primary);
  color: #fff;
  font-size: 1.8rem;
  padding: 0.15em 0.6em;
  border-radius: 3em;
  margin-right: 1rem;
  text-transform: lowercase;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .point-ttl .en-txt::first-letter {
  text-transform: uppercase !important;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .point-ttl .sub-txt {
  text-align: left;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .point-ttl .sub-txt .s-txt {
  display: block;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .point-ttl .sub-txt .s-txt {
    display: inline-block;
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .sub-img {
  margin: 1rem 0 0;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .text-posi {
  margin: 2rem 0 0;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .text-posi .s-txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1.4em;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei #detail_not_stock_box__description_detail {
  padding: 2rem 1rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei #detail_not_stock_box__description_detail {
    padding: 2rem 2rem 3rem;
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .attention {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2em 0 1em;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .acNormal.size {
  margin: 0.5rem -1rem 2rem;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .acNormal.size .acBox {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .acNormal.size {
    margin: 0.5rem 0 2rem;
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .tblTtl {
  margin: 2rem 0 1rem;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .tblTtl span {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.6em 1.2em;
  border-radius: 3em;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei table {
  line-height: 1.1;
  font-size: 1.3rem;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei table th {
  font-weight: normal;
  border: rgba(var(--color-base), 1) 1px solid;
  border-right: none;
  background: rgba(var(--color-base), 0.15);
  text-align: center;
  padding: 0.6em 0.3em;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei table td {
  border: rgba(var(--color-base), 1) 1px solid;
  padding: 0.6em 0.3em;
  letter-spacing: 0;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei table th + td {
  border-left: none;
}
@media screen and (min-width: 992px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .tblTtl {
    margin: 2rem 1rem 1rem;
  }
  .p-productDetaiMain-guideTabBox-item__body.productSetumei table {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop {
  margin: 0.5rem -1rem 2rem;
  border-top: #C8C9C9 1px solid;
  border-bottom: #C8C9C9 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  height: 5.7rem;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop i {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--color-primary);
  border: var(--color-primary) 1px solid;
  position: absolute;
  right: 7.3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.25s;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop i:before, .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop i:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 1px;
  border-radius: 3px;
  background: #fff;
}
.p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop i:after {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 1;
}
@media (any-hover: hover) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop:hover {
    color: var(--color-main);
  }
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop:hover i {
    background: #fff;
  }
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop:hover i:before, .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop:hover i:after {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop {
    margin: 0.5rem 0 2rem;
  }
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop i {
    right: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-productDetaiMain-guideTabBox-item__body.productSetumei .sizePop i {
    right: 7.3rem;
  }
}

.magnifier {
  z-index: 100 !important;
}

.popDiv.lity {
  background: rgba(var(--color-base), 0.88);
}
.popDiv .lity-wrap {
  padding: 6vw 5vw;
  cursor: pointer;
}
.popDiv .lity-content {
  cursor: auto;
  overflow-y: auto;
  max-height: calc(100vh - 12vw);
  max-height: calc(100dvh - 12vw);
}
.popDiv #inline {
  max-width: 800px;
  max-height: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .popDiv .lity-wrap {
    padding: 50px;
  }
  .popDiv .lity-content {
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
  }
}

.c-productReview__review {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.c-productReview__review .name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1em;
}
.c-productReview__time {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 0.1em;
  color: rgba(var(--color-base), 0.5);
}
.c-productReview__starList {
  gap: 0 0.4rem;
  margin-bottom: 1.1rem;
}
.c-productReview__star {
  background-image: url(../img/product/icon_review_star.svg);
}
.c-productReview__star--active {
  background-image: url(../img/product/icon_review_star_active.svg);
}
.c-productReview__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.4em;
  text-align: justify;
  display: none;
}
.c-productReview__comment {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}

.m-productSkuDoubleDropdown {
  border-top: none;
  padding: 0;
  margin: 0;
}
.m-productSkuDoubleDropdown-buyStep {
  display: flex;
  align-items: flex-start;
}
.m-productSkuDoubleDropdown-buyStep select {
  font-size: 1.4rem;
  height: 4.9rem;
}
.m-productSkuDoubleDropdown-buyStep select option[value=""], .m-productSkuDoubleDropdown-buyStep select option:first-child {
  color: rgba(var(--color-base), 0.6);
}
.m-productSkuDoubleDropdown-buyStep .colorAtt {
  font-size: 1.4rem;
  margin: 0.5em 0 0;
}
.m-productSkuDoubleDropdown-buyStep__title {
  min-width: 3em;
  margin-right: 0.5em;
  margin: 0.8em 0.5em 0 0;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.m-productSkuDoubleDropdown-buyStep + .m-productSkuDoubleDropdown-buyStep {
  margin-top: 2rem;
}
.m-productSkuDoubleDropdown-buyStep + .m-productSkuDoubleDropdown-buyStep:has(dd:empty) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .m-productSkuDoubleDropdown-buyStep__body {
    width: auto;
  }
}

.c-productSkuQuantity.numStep {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  font-family: var(--noto);
  font-size: 1.6rem;
  height: 4.8rem;
  width: 31.47vw;
  border: var(--color-gray-middle) 1px solid;
  border-radius: 0.5rem;
}
.c-productSkuQuantity.numStep input {
  border: none;
}
.c-productSkuQuantity.numStep button {
  border: none;
  background: #F6F6F6;
  width: 2.9rem;
  position: relative;
}
.c-productSkuQuantity.numStep button:before, .c-productSkuQuantity.numStep button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1px;
  background: var(--color-main);
}
.c-productSkuQuantity.numStep button:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.c-productSkuQuantity.numStep button:disabled:before, .c-productSkuQuantity.numStep button:disabled:after {
  opacity: 0.2;
}
.c-productSkuQuantity.numStep button.decrease:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-productSkuQuantity.numStep {
    width: 118px;
  }
}

.c-formInput-item__alert--active:empty {
  margin: 0;
}

@media (any-hover: hover) {
  .c-btn-cart:hover {
    background: #fff;
    color: var(--color-primary) !important;
    opacity: 1;
  }
}

.p-productSkuBottomBtn {
  margin-top: 3rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0 0.7rem;
}
.p-productSkuBottomBtn .c-btn-fluid-bold {
  padding: 1.7rem 0.8rem;
  font-size: 2rem;
  font-weight: normal;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-productSkuBottomBtn .c-btn-fluid-bold:hover {
    background: var(--color-primary);
    color: #fff !important;
  }
}
.p-productSkuBottomBtn__cart {
  flex: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: calc(100% - 5.5rem);
  min-height: 6.3rem;
  background: #fff;
}
.p-productSkuBottomBtn__cart.dummy {
  position: relative;
  z-index: -1;
}
.p-productSkuBottomBtn__cart[data-addcart-status=restock] {
  position: relative;
}
.p-productSkuBottomBtn__cart .c-btn-cart {
  padding: 0;
  height: 6.3rem;
  border-radius: 5px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}
.p-productSkuBottomBtn__cart .c-btn-cart:before {
  content: none;
}
.p-productSkuBottomBtn__cart__cart-soldout {
  background: var(--color-gray);
  height: 5rem;
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: normal;
  margin-bottom: 1.2rem;
}
.p-productSkuBottomBtn__favorit .c-btn-favorit {
  border: none;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  column-gap: 0;
}
.p-productSkuBottomBtn__favorit .c-btn-favorit::before {
  width: 100%;
  height: 100%;
  background: url(../img/product/icon_button_favorite.svg) center center no-repeat;
  background-size: 100%;
  transition: background 0.15s;
}
.p-productSkuBottomBtn__favorit .c-btn-favorit--active::before {
  background: url(../img/product/icon_button_favorite_active.svg) center center no-repeat;
  background-size: 100%;
}
@media (any-hover: hover) {
  .p-productSkuBottomBtn__favorit .c-btn-favorit:hover::before {
    background-image: url(../img/product/icon_button_favorite_active.svg);
  }
}
@media screen and (min-width: 768px) {
  .p-productSkuBottomBtn {
    margin-top: 4rem;
    gap: 0 1.2rem;
  }
  .p-productSkuBottomBtn__cart {
    width: calc(100% - 6rem);
  }
  .p-productSkuBottomBtn__cart .c-btn-cart {
    border-radius: 5px;
  }
  .p-productSkuBottomBtn__favorit {
    width: auto;
  }
}

.p-productDetail-under {
  margin: -13.33vw auto 21.33vw;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-productDetail-under {
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 992px) {
  .p-productDetail-under {
    max-width: 1360px;
    margin: min(5vw, 70px) auto 0;
  }
}

.p-productDetail-underSlide {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-productDetail-underSlide {
    padding: 0 2rem;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 992px) {
  .p-productDetail-underSlide {
    max-width: 1360px;
    margin-top: min(7.14vw, 100px);
  }
}

#supportInfoBox {
  margin: 2rem 3rem -3rem;
  text-align: center;
}
#supportInfoBox div.box:nth-child(2) {
  border-top: rgba(var(--color-base), 0.2) 1px solid;
  margin-top: 3.8rem;
}
#supportInfoBox .ttl {
  font-size: 1.6rem;
  margin-bottom: 0.8em;
  padding-top: 4.2rem;
}
#supportInfoBox .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
#supportInfoBox .tel span {
  display: block;
}
#supportInfoBox .tel .telLink {
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
#supportInfoBox .tel .time {
  font-size: 1.2rem;
  margin-top: 0.4em;
}
#supportInfoBox .btn {
  background: var(--color-main);
  border: var(--color-main) 1px solid;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  width: 18rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  #supportInfoBox .btn:hover {
    background: #fff;
    color: var(--color-main);
  }
}
@media screen and (min-width: 768px) {
  #supportInfoBox {
    max-width: 1240px;
    margin: 10vw auto 0;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
  }
  #supportInfoBox div.box {
    flex: 1;
    padding: min(2.86vw, 40px) 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #supportInfoBox div.box:nth-child(2) {
    border: none;
    border-left: rgba(var(--color-base), 0.2) 1px solid;
    margin: 0;
  }
  #supportInfoBox .ttl {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #supportInfoBox {
    margin: min(5vw, 70px) auto 0;
  }
  #supportInfoBox div.box {
    padding: min(2.86vw, 40px) min(9.71vw, 136px);
  }
}

.giftService .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.giftService .txt1 {
  font-size: 1.6rem;
  text-align: center;
  margin: 1em 0;
}
.giftService .txt2 {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 1em;
}
.giftService .komeTxt {
  font-size: 1.2rem;
  margin-top: 1em;
}
.giftService .giftImg {
  margin: 10.67vw -5.33vw 0;
  width: calc(100% + 10.67vw);
  max-width: none;
  display: block;
}
.giftService .btn {
  width: 84vw;
  height: 16.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  background: var(--color-main);
  color: #fff;
  border: var(--color-main) 1px solid;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  transition: background 0.3s;
}
.giftService .btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 3.47vw;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 2.93vw;
  height: 2.93vw;
  background: #fff;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .giftService .btn:hover {
    background: #fff;
    color: var(--color-main);
  }
  .giftService .btn:hover:before {
    background: var(--color-main);
  }
}
@media screen and (min-width: 768px) {
  .giftService .giftImg {
    margin: 20px 0 0;
    width: 100%;
  }
  .giftService .btn {
    width: 316px;
    height: 63px;
  }
  .giftService .btn:before {
    right: 13px;
    width: 10px;
    height: 10px;
  }
}

.p-newsList-title {
  font-family: var(--font-en2);
  font-weight: normal;
  letter-spacing: 0.1em;
}
.p-newsList-content__main:first-of-type {
  border-top: rgba(var(--color-base), 0.25) 1px solid;
}
.p-newsList-content__article {
  padding: 3rem 1.6rem;
  border-color: rgba(var(--color-base), 0.25) !important;
}
.p-newsList-content__article:first-of-type {
  border-top: none;
}
.p-newsList-content__article-date-posted {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.p-newsList-content__article dt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.7em;
}
.p-newsList-content__article dd a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-newsList-content__article dd a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-newsList-content__article {
    padding: 6rem 2.5rem;
  }
  .p-newsList-content__article-date-posted {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .p-newsList-content__article dt {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 2.2em;
  }
  .p-newsList-content__article dd {
    font-size: 1.5rem;
  }
}

.p-guide-content {
  padding-bottom: 3rem;
}

.dl_table {
  border-top: 1px dotted #ccc;
}
.dl_table dl {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {
  .dl_table dl {
    display: table-row;
    border: 0 none;
  }
  .dl_table dt, .dl_table dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
  }
  .dl_table dt {
    width: 30%;
  }
}

.backtochart img {
  vertical-align: middle;
}

div#main {
  padding-bottom: 11rem;
}

.page_add_style {
  margin-top: 10px;
}

.page_add_style .page-heading {
  margin: 10px 16px;
  font-size: 1.6em;
  background-color: #f6f6f6;
  margin-bottom: 40px;
}

.inner.page_add_style {
  padding: 0 !important;
}

.page_add_style .page_ttl_h2 {
  font-size: 1.9rem;
  margin: 0 0 20px;
  font-weight: bold;
}

.page_add_style p {
  font-size: 1.3rem;
  margin: 0 0 2.8em;
  line-height: 1.8;
}

.page_add_style .page_ttl_h3 {
  font-size: 1em;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .page_add_style {
    margin-top: 20px;
  }
  .page_add_style .page_ttl_h2 {
    font-size: 1.6em;
    margin: 0 0 30px;
  }
  .page_add_style p {
    font-size: 1.6rem;
  }
  .page_add_style .page_ttl_h3 {
    font-size: 1.2em;
    margin: 0 0 30px;
  }
  .page_add_style {
    margin-bottom: 60px;
  }
}
input.c-changeQuantity__number {
  border: none;
  line-height: 1.2;
}

#AmazonPayButton + div {
  display: block !important;
}

#AmazonPayCv2Button {
  width: 30rem !important;
  height: 7rem !important;
  margin: 0 auto 1.2rem;
}

@media screen and (min-width: 768px) {
  #AmazonPayCv2Button {
    margin-bottom: 0;
  }
  .s-orderContent-btnGroup-otherPay__text {
    width: calc(100% - 34rem);
  }
}
.p-page-privacy .p-privacy-content__item-text-wrapper {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-page-privacy .p-privacy-content__item-text-wrapper table {
  width: auto;
  margin: 0.5em 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-page-privacy .p-privacy-content__item-text-wrapper table + .p-privacy-content__item-text {
  margin-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .p-page-privacy .p-privacy-content__item-text-wrapper table {
    font-size: 1.4rem;
  }
}

.c-productUser-head__picture::before {
  padding-top: 100%;
}

.m-orderPriceSummary-total__price {
  flex: 0 0 70%;
}

/* @use "pages/lpcart"; *//*# sourceMappingURL=customize.css.map */