img, svg {
  vertical-align: top;
}

img {
  display: inline;
  image-rendering: auto !important;
}

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

label {
  background: none;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number] {
  line-height: 2;
  background: #fff;
  border: #D7D7D7 1px solid;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(150, 150, 150, 0.6) !important;
}

input::placeholder {
  opacity: 1 !important;
  color: rgba(150, 150, 150, 0.6) !important;
}

select {
  font-size: 1.6rem;
  border: #D7D7D7 1px solid;
  border-radius: 0;
  background-color: #fff;
  /* background: url(../img/common/icon/select_arrow.svg) no-repeat right 1rem center, #fff;
  background-size: 1rem 0.4rem; */
  padding: 1rem 3.3rem 0.9rem 1.6rem;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1220px) {
  .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 {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

a:hover {
  text-decoration: none;
}

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

.tbl {
  border-collapse: separate;
  border-spacing: 0;
  border-top: #B2B2B2 1px solid;
  border-left: #B2B2B2 1px solid;
  font-size: 1.5rem;
}
.tbl th {
  background: #EDEBE6;
  padding: 0.7em 1em;
  vertical-align: top;
  font-weight: 400;
  border-bottom: #B2B2B2 1px solid;
  border-right: #B2B2B2 1px solid;
}
.tbl td {
  padding: 0.7em 1em;
  border-bottom: #B2B2B2 1px solid;
  border-right: #B2B2B2 1px solid;
}
@media screen and (min-width: 768px) {
  .tbl th {
    background: #EDEBE6;
    padding: 1em 1.2em;
    vertical-align: top;
    font-weight: 400;
    border-bottom: #B2B2B2 1px solid;
    border-right: #B2B2B2 1px solid;
  }
  .tbl td {
    padding: 1em 1.2em;
    border-bottom: #B2B2B2 1px solid;
    border-right: #B2B2B2 1px solid;
  }
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

.c-btn--white {
  color: #666 !important;
}

.c-btn-cart {
  position: relative;
  background: #fff;
  border: var(--color-primary) 1px solid;
  color: var(--color-primary) !important;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.03em; /* font-size: 1.6rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  border-radius: 3em;
  transition: opacity 0.2s;
}
.c-btn-cart:before {
  content: none;
}
.c-btn-cart.teiki {
  background: var(--color-primary);
  font-weight: 400;
  color: #fff !important;
}
@media (any-hover: hover) {
  .c-btn-cart:hover {
    opacity: 0.75;
  }
}

.c-btn-soldout {
  background: #DEDEDE;
  color: #fff;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 3em;
  border-radius: 3em;
}

.c-btn-border {
  position: relative;
  border: var(--color-primary) 1px solid;
  color: var(--color-primary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.c-btn-border.arrow:before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-btn-border:hover {
    color: var(--color-primary) !important;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-border {
    font-size: 1.6rem;
  }
  .c-btn-border.arrow:before {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}

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

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

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.tax {
  font-size: 60%;
}

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

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

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

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

.mt05em {
  margin-top: 0.5em;
}

.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 {
  width: 100%;
  font-size: 2.65vw;
  overflow-x: hidden;
}

body {
  font-family: var(--font-ja);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: var(--color-txt);
  width: 100%;
  min-height: 100dvh;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.825vw;
  }
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1220px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .sp2 {
    display: none;
  }
}
.s-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10000;
  height: 4.6rem;
  background: #fff;
  box-shadow: 0 0.3rem 1rem -0.4rem rgba(0, 0, 0, 0.2);
}
.s-header .logo {
  width: 7.3rem;
  position: absolute;
  left: 1.6rem;
  top: 1.2rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .s-header {
    height: 8.4rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .s-header .logo {
    width: 11.4rem;
    height: 3.4rem;
    left: 3.9rem;
    top: 2.4rem;
  }
}
.s-headerModalBox {
  z-index: 10001;
}
.s-header-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.5rem;
  height: 100%;
  width: 100%;
  border: none !important;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  z-index: 9;
  padding: 0 1.5rem 0 10rem;
  background: none;
}
@media screen and (min-width: 768px) {
  .s-header-wrap {
    padding: 0 3.5rem 0 18rem;
    gap: 0;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap {
    padding: 0 4.5rem 0 18rem;
  }
}
.s-header-wrap__utility {
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-header-wrap__utility {
    margin: 0 0 0 4rem;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap__utility {
    margin: 0 0 0 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .s-header-wrap__utility {
    margin: 0 0 0 8rem;
  }
}
.s-header-wrap__nav {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: calc(100dvh - 4.6rem);
  overflow-y: auto;
  background: #525252;
  color: #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 4.6rem;
  padding: 3rem 3.2rem 9rem;
}
.s-header-wrap__nav.open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .s-header-wrap__nav {
    position: static;
    right: auto;
    top: auto;
    background: none;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    color: var(--color-txt);
  }
  .s-header-wrap__nav.open {
    transition: none;
  }
}
.s-header-wrap .s-header-navBlok {
  opacity: 0;
  transform: translateX(1.2rem);
}
.s-header-wrap__nav.open .s-header-navBlok {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .s-header-navBlok {
    opacity: 1;
    transform: none !important;
  }
  .s-header-wrap__nav.open .s-header-navBlok {
    transition: none;
  }
  .s-header-wrap__nav.open .otherMenu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(100%);
    transition: all 0.3s;
  }
}
.s-header-wrap .mainMenu {
  font-size: 1.6rem;
  font-weight: 300;
}
.s-header-wrap .mainMenu li {
  border-bottom: rgba(217, 217, 217, 0.5) 1px solid;
}
.s-header-wrap .mainMenu a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s-header-wrap .mainMenu a.only, .s-header-wrap .mainMenu .acLink {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  gap: 0 1.8rem;
  padding: 1.9rem 0.6rem 2.1rem;
}
.s-header-wrap .mainMenu a.only .min, .s-header-wrap .mainMenu .acLink .min {
  font-size: 2.1rem;
  line-height: 1;
}
.s-header-wrap .mainMenu a.only .jp, .s-header-wrap .mainMenu .acLink .jp {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu {
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    gap: 0 2rem;
  }
  .s-header-wrap .mainMenu li {
    border-bottom: none;
    position: relative;
  }
  .s-header-wrap .mainMenu a.only, .s-header-wrap .mainMenu .acLink {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 8.4rem;
    gap: 0.8rem 0;
    padding: 0 2rem;
    transition: color 0.2s;
  }
  .s-header-wrap .mainMenu a.only .min, .s-header-wrap .mainMenu .acLink .min {
    font-size: 1.8rem;
  }
  .s-header-wrap .mainMenu a.only .jp, .s-header-wrap .mainMenu .acLink .jp {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-wrap .mainMenu a.only:hover, .s-header-wrap .mainMenu .acLink:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu a.only {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap .mainMenu a.only {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .s-header-wrap .mainMenu {
    gap: 0 3.5rem;
  }
}
.s-header-wrap .mainMenu .acBox {
  margin-left: 2.7rem;
  padding-bottom: 1.6em;
}
.s-header-wrap .mainMenu .acBox li {
  border: none;
}
.s-header-wrap .mainMenu .acBox a {
  min-height: auto;
  padding: 0.46em 0;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu .acBox a {
    padding: 0.4em 1em;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-wrap .mainMenu .acBox a:hover {
    opacity: 0.7;
  }
}
.s-header-wrap .mainMenu .acLink {
  position: relative;
  cursor: pointer;
}
.s-header-wrap .mainMenu .acLink:after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  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;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.s-header-wrap .mainMenu .acLink.open:after {
  transform: translateY(-50%) scale(1, -1);
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu .acLink:after {
    width: 0.8rem;
    height: 0.8rem;
    right: 0;
    background: var(--color-primary);
  }
}
.s-header-wrap .mainMenu .acBox {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu .acBox {
    opacity: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: 0;
    transform: translateY(100%);
    width: auto;
    white-space: nowrap;
    background: #525252;
    color: #fff;
    margin-left: 0;
    padding: 3.3rem 7rem 3.3rem 6.4rem !important;
    transition: opacity 0.3s;
  }
  .s-header-wrap .mainMenu .acBox ul {
    display: flex;
    align-items: flex-start;
    gap: 0 5rem;
  }
  .s-header-wrap .mainMenu .acLink.open + .acBox {
    opacity: 1;
    pointer-events: all;
  }
}
.s-header-wrap .otherMenu {
  margin-top: 6rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.s-header-wrap .otherMenu .txtMenu {
  margin-bottom: 4.6rem;
}
.s-header-wrap .otherMenu .txtMenu li {
  margin-bottom: 1.4em;
}
.s-header-wrap .otherMenu .txtMenu li:last-child {
  margin-bottom: 0;
}
.s-header-wrap .otherMenu .sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
}
.s-header-wrap .otherMenu .sns li i {
  display: block;
  width: 3rem;
  height: 3rem;
  -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;
}
.s-header-wrap .otherMenu .sns .instagram {
  -webkit-mask-image: url(../img/common/i-instagram.svg);
          mask-image: url(../img/common/i-instagram.svg);
}
.s-header-wrap .otherMenu .sns .youtube {
  -webkit-mask-image: url(../img/common/i-youtube.svg);
          mask-image: url(../img/common/i-youtube.svg);
}
.s-header__cartCnt {
  width: 1.3rem;
  height: 1.3rem;
  min-width: auto;
  padding: 0;
  background: var(--color-primary);
  top: -0.3rem;
  right: -0.5rem;
  font-family: var(--font-ja);
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .s-header__cartCnt {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
    top: -0.6rem;
    right: -0.9rem;
    padding-bottom: 0.1em;
  }
}
.s-header-freeWordSearch {
  display: none;
}
.s-header-utilityList {
  gap: 0 1.9rem;
}
.s-header-utilityList__item {
  width: auto;
}
.s-header-utilityList__icon img {
  width: 2.6rem;
}
@media screen and (min-width: 768px) {
  .s-header-utilityList {
    gap: 0 2.2rem;
  }
  .s-header-utilityList__icon {
    width: 3.4rem;
    height: 3.4rem;
    background: var(--color-txt);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-utilityList__icon:hover {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__icon.cart {
    background: none;
  }
  .s-header-utilityList__icon.cart p {
    width: 3.4rem;
    height: 3.4rem;
    background: var(--color-txt);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-utilityList__icon.cart:hover p {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__icon.search {
    -webkit-mask-image: url(../img/common/i-search.svg);
            mask-image: url(../img/common/i-search.svg);
  }
  .s-header-utilityList__icon.user {
    -webkit-mask-image: url(../img/common/i-user.svg);
            mask-image: url(../img/common/i-user.svg);
  }
  .s-header-utilityList__icon.favorite {
    -webkit-mask-image: url(../img/common/i-favorite.svg);
            mask-image: url(../img/common/i-favorite.svg);
  }
  .s-header-utilityList__icon.cart p {
    -webkit-mask-image: url(../img/common/i-cart.svg);
            mask-image: url(../img/common/i-cart.svg);
  }
  .s-header-utilityList__icon img {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-utilityList {
    gap: 0 2.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .s-header-utilityList {
    gap: 0 3.1rem;
  }
}
.s-header .hamburger {
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-header .hamburger #hamb, .s-header .hamburger #hamb span {
  display: inline-block;
}
.s-header .hamburger #hamb {
  position: relative;
  width: 1.6rem;
  height: 1.4rem;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.s-header .hamburger #hamb:focus:not(:focus-visible) {
  outline: none;
}
.s-header .hamburger #hamb::before, .s-header .hamburger #hamb::after {
  content: "";
}
.s-header .hamburger #hamb::before, .s-header .hamburger #hamb::after, .s-header .hamburger #hamb span {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  transform: scaleY(0.6);
  background: var(--color-txt);
  border-radius: 1rem;
  transform-origin: 50% 50%;
  transition: 0.2s;
}
.s-header .hamburger #hamb::before, .s-header .hamburger #hamb::after {
  width: 116%;
}
.s-header .hamburger #hamb::before {
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) scaleX(0) scaleY(0.6);
}
.s-header .hamburger #hamb::after {
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg) scaleX(0) scaleY(0.6);
}
.s-header .hamburger #hamb span:nth-of-type(1) {
  top: 0;
  left: 0;
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb span:nth-of-type(2) {
  top: 0.6rem;
  left: 0;
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb.open::before {
  transform: translateX(-50%) rotate(45deg) scaleX(1) scaleY(0.6);
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb.open::after {
  transform: translateX(-50%) rotate(-45deg) scaleX(1) scaleY(0.6);
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb.open span {
  transform: scaleX(0) scaleY(0.6);
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .s-header .hamburger {
    display: none;
  }
}

main {
  overflow-x: hidden;
}

.l-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.l-container-fluid-md {
  padding-left: 0;
  padding-right: 0;
}
.l-container-wrap {
  flex-direction: column;
}
.l-container-wrap__body {
  padding-top: 2.5rem;
  /* &--top-gap-short { padding-top: 0;} */
}
.l-container-wrap__body--stepBar {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 148.8rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .l-container-wrap__body {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.m-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0;
}

.c-breadcrumb-list {
  font-size: 0.9rem;
  line-height: 1.4;
}
.c-breadcrumb-item {
  color: #676767 !important;
}
.c-breadcrumb-item:not(:last-child):after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: 50%;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
  padding: 0;
  margin: 0 0.8em;
}
.c-breadcrumb-item__link {
  margin-top: 0;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .c-breadcrumb-item__link:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
}
.c-breadcrumb-item__current {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-breadcrumb {
    margin: 2.5rem 0 5rem;
    padding: 0;
  }
  .c-breadcrumb-list {
    font-size: 1.3rem;
  }
  .c-breadcrumb-item:not(:last-child):after {
    margin: 0 0.8em;
    background-size: 40%;
  }
}
.c-pager {
  font-size: 1.6rem;
  color: var(--color-txt);
}
.c-pager__list {
  gap: 0 0.2rem;
  margin: 0;
}
.c-pager-list-item {
  width: 2.2em;
  height: 2.2em;
  cursor: pointer;
}
.c-pager-list-item--leader {
  width: 1em;
  margin: 0 -0.3em;
}
.c-pager-list-item a {
  background: none;
  border-radius: 0;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .c-pager-list-item a:hover {
    color: var(--color-primary);
    background: none;
    font-weight: 400;
  }
}
.c-pager-list-item--active {
  color: var(--color-primary);
  background: none;
  border-radius: 0;
}
.c-pager__next, .c-pager__prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: auto;
  right: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  background: var(--color-primary);
}
.c-pager__next img, .c-pager__prev img {
  display: none;
}
.c-pager__next:after, .c-pager__prev:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  transform: rotate(-90deg);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-pager__next.disabled, .c-pager__prev.disabled {
  opacity: 0;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-pager__next:hover, .c-pager__prev:hover {
    opacity: 0.7;
  }
}
.c-pager__prev {
  margin-right: 2rem;
  transform: scale(-1, 1);
}
.c-pager__next {
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .c-pager {
    font-size: 1.9rem;
    gap: 0 3rem;
  }
  .c-pager__list {
    gap: 0 2.5rem;
  }
  .c-pager-list-item {
    width: 3.4rem;
    height: 3.4rem;
  }
  .c-pager__next, .c-pager__prev {
    width: 4rem;
    height: 4rem;
  }
  .c-pager__next:after, .c-pager__prev:after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .c-pager__prev {
    margin-right: 2rem;
  }
  .c-pager__next {
    margin-left: 2rem;
  }
}

h2.pageTtl {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 4.4rem;
}
h2.pageTtl .min {
  display: block;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0.3em;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  h2.pageTtl {
    font-size: 1.4rem;
    margin-bottom: 9rem;
  }
  h2.pageTtl .min {
    font-size: 3.8rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.38em;
  }
}

@media screen and (min-width: 768px) {
  .m-productLine {
    gap: 6% 4.2%;
  }
  .m-productLine .m-productLine__item {
    width: 21.85%;
  }
}
.s-headerModalBox {
  background: rgba(42, 42, 42, 0.7);
}

.s-headerModalBox__outer {
  border-radius: 0;
}

.s-headerRefinedSearchBox-item__checkList {
  border-color: #B4B4B4;
  border-radius: 0;
}

.s-headerModalBoxFooterBtn {
  padding: 0.5rem 1.5rem 2rem;
}

#goTop {
  display: none;
}
@media screen and (min-width: 768px) {
  #goTop {
    margin-top: 13rem;
    display: block;
    width: 100%;
    height: 0;
    position: relative;
  }
  #goTop p {
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2.5rem;
    bottom: 3rem;
    z-index: 900;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  #goTop p:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    background: var(--color-primary);
    border: #fff 1px solid;
  }
  #goTop p i {
    display: block;
    height: 1rem;
    width: 1rem;
    background: #fff;
    transform: scale(1, -1);
    -webkit-mask-image: url(../img/common/arrow.svg);
            mask-image: url(../img/common/arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: transform ease-out 0.16s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #goTop p:hover {
    filter: brightness(110%);
  }
  #goTop p:hover i {
    transform: translateY(-0.4rem) scale(1, -1);
  }
}
@media screen and (min-width: 768px) {
  #goTop.active p {
    pointer-events: all;
    opacity: 1;
  }
  #goTop.fixed p {
    position: absolute;
    bottom: auto;
    top: -2.5rem;
  }
}

footer.s-footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #777675;
  color: #fff;
  margin-top: 8.5rem;
  padding: 9.2rem 3rem 6.4rem;
}
footer.s-footer .logo {
  width: 13rem;
  margin: 0 auto 4.6rem;
  background: #fff;
  -webkit-mask-image: url(../img/common/logo.svg);
          mask-image: url(../img/common/logo.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
footer.s-footer .logo img {
  opacity: 0;
}
footer.s-footer .copyRight {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 300;
}
footer.s-footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  margin: 4.6rem 0 0;
}
footer.s-footer .sns i {
  width: 3rem;
  height: 3rem;
  display: block;
  -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;
}
footer.s-footer .sns .instagram {
  -webkit-mask-image: url(../img/common/i-instagram.svg);
          mask-image: url(../img/common/i-instagram.svg);
}
footer.s-footer .sns .youtube {
  -webkit-mask-image: url(../img/common/i-youtube.svg);
          mask-image: url(../img/common/i-youtube.svg);
}
footer.s-footer nav {
  display: none;
}
@media screen and (min-width: 768px) {
  footer.s-footer {
    margin-top: 0;
    padding: 9rem 6rem 2.2rem;
  }
  footer.s-footer .fWrap {
    max-width: 166rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer.s-footer .logo {
    width: 16.6rem;
    margin: 0 0 4rem;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
  footer.s-footer .sns {
    margin: 0;
    justify-content: flex-start;
  }
  footer.s-footer .copyRight {
    font-size: 1.1rem;
    letter-spacing: 0.07em;
    margin-top: 4rem;
  }
  footer.s-footer nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 6.5rem;
    font-size: 1.5rem;
  }
  footer.s-footer nav dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  footer.s-footer nav dd + dt {
    margin-top: 2em;
  }
  footer.s-footer nav dd {
    padding-left: 1.2rem;
    margin-left: 0.9rem;
    margin-bottom: 0.5em;
    position: relative;
  }
  footer.s-footer nav dd:before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.7em;
    background: #fff;
  }
  footer.s-footer nav ul {
    padding-left: 2rem;
  }
  footer.s-footer nav li {
    margin-bottom: 1.4em;
  }
  footer.s-footer nav li:not(.small) + li.small {
    margin-top: 2.8em;
  }
  footer.s-footer nav li.small {
    font-size: 1.3rem;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 1350px) {
  footer.s-footer nav {
    gap: 0 10rem;
  }
}
footer.s-footer.lpFooter {
  margin-top: 8rem;
}
footer.s-footer.lpFooter nav {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5rem;
}
footer.s-footer.lpFooter nav li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  footer.s-footer.lpFooter {
    margin-top: 11rem;
  }
  footer.s-footer.lpFooter nav {
    font-size: 1.4rem;
  }
  footer.s-footer.lpFooter ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 2em;
  }
}

.p-page-home {
  padding-bottom: 0;
}
.p-page-home #mainSlide {
  position: relative;
  padding-bottom: 1.7rem;
  margin-bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}
.p-page-home #mainSlide.is-show {
  opacity: 1;
}
.p-page-home #mainSlide .swiper-slide {
  position: relative;
  overflow: hidden;
}
.p-page-home #mainSlide .swiper-slide picture, .p-page-home #mainSlide .swiper-slide img {
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  will-change: transform;
}
.p-page-home #mainSlide .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  height: 96%;
  transform: translate(-45%, -5%);
}
.p-page-home #mainSlide .swiper-pagination {
  bottom: 0;
  padding: 0 1.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.6rem;
}
.p-page-home #mainSlide .swiper-pagination .swiper-pagination-bullet {
  width: 4.6rem;
  height: 0.3rem;
  border-radius: 0;
  background: #E8DBD0;
  opacity: 1;
  margin: 0;
  position: relative;
  transition: background 0.25s;
}
@media (any-hover: hover) {
  .p-page-home #mainSlide .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color-primary);
  }
}
.p-page-home #mainSlide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.p-page-home #mainSlide .swiper-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-page-home #mainSlide {
    padding-bottom: 1.8rem;
    margin-bottom: 4.4rem;
  }
  .p-page-home #mainSlide .swiper-slide video {
    left: 50%;
    top: 50%;
    z-index: 0;
    height: 126%;
    transform: translate(-50%, -50%);
  }
  .p-page-home #mainSlide .swiper-pagination {
    padding: 0 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    gap: 0 0.8rem;
  }
  .p-page-home #mainSlide .swiper-pagination .swiper-pagination-bullet {
    width: 6rem;
    height: 0.3rem;
  }
  .p-page-home #mainSlide .swiper-slide img {
    width: 100%;
  }
}
.p-page-home .p-homeSection {
  position: relative;
  padding: 9rem 0 8rem;
}
.p-page-home .p-homeSection h2 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 4.4rem;
}
.p-page-home .p-homeSection h2 .min {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0.3em;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-page-home .p-homeSection {
    max-width: 148.8rem;
    margin: 0 auto;
    padding: 17rem 8rem 0;
  }
  .p-page-home .p-homeSection h2 {
    font-size: 1.3rem;
    margin-bottom: 6rem;
  }
  .p-page-home .p-homeSection h2 .min {
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
}
.p-page-home .importantInfo {
  margin: 3.4rem 1.2rem 0;
  border-radius: 4.4rem;
  border: var(--color-primary) 1px solid;
  padding: 1.7rem 2rem 2.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-page-home .importantInfo h2 {
  color: var(--color-primary);
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0;
}
.p-page-home .importantInfo p + p {
  margin-top: 0.4em;
}
.p-page-home .importantInfo a {
  text-decoration: underline;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .p-page-home .importantInfo a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-page-home .importantInfo {
    max-width: 100rem;
    margin: 4.4rem auto 3rem;
    padding: 3.2rem 5rem;
    font-size: 1.6rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 5.4rem;
  }
  .p-page-home .importantInfo h2 {
    margin-bottom: 0;
  }
}
.p-page-home .specialArea {
  padding: 6rem 2.2rem 0;
}
.p-page-home .specialArea .swiper {
  position: relative;
  overflow: visible;
  color: #fff;
  margin-top: -1rem;
  padding: 3.2rem 0 6.6rem;
}
.p-page-home .specialArea .swiper:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color-primary);
}
.p-page-home .specialArea .swiper:after {
  content: "";
  display: block;
  width: 0.4rem;
}
.p-page-home .specialArea .swiper-slide {
  padding-bottom: 1.6rem;
}
.p-page-home .specialArea .swiper-slide a {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-page-home .specialArea .swiper-button {
  position: absolute;
  left: 50%;
  bottom: 2.9rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.4rem;
}
.p-page-home .specialArea .swiper-button p {
  width: 6.3rem;
  height: 1.4rem;
  background: #fff;
  -webkit-mask-image: url(../img/common/arrow_l.svg);
          mask-image: url(../img/common/arrow_l.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: opacity 0.2s;
}
.p-page-home .specialArea .swiper-button p.prev {
  transform: scale(-1, 1);
}
.p-page-home .specialArea .swiper-button p.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-page-home .specialArea {
    padding: 9rem 8rem 0;
  }
  .p-page-home .specialArea .swiper {
    margin-top: 0;
    padding: 0 0 12rem;
  }
  .p-page-home .specialArea .swiper:before {
    height: calc(100% - 18.6rem);
    top: auto;
    bottom: 0;
  }
  .p-page-home .specialArea .swiper-slide {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-page-home .specialArea .swiper-slide a:hover {
    opacity: 1;
  }
  .p-page-home .specialArea .swiper-slide a:hover .txt, .p-page-home .specialArea .swiper-slide a:hover h3 {
    opacity: 0.75;
  }
  .p-page-home .specialArea .swiper-slide a:hover p.img img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-page-home .specialArea .swiper-button {
    bottom: 5.2rem;
    gap: 0 5.6rem;
  }
  .p-page-home .specialArea .swiper-button p {
    width: 7.1rem;
    height: 1.6rem;
  }
}
.p-page-home .specialArea p.img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: opacity 0.2s;
}
.p-page-home .specialArea h3.min {
  margin: 0.5em 0 0.4em;
  height: 3em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: opacity 0.2s;
}
.p-page-home .specialArea .txt {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .p-page-home .specialArea p.img {
    background: #fff;
  }
  .p-page-home .specialArea h3.min {
    margin: 0.8em 0 0.6em;
    height: 3em;
    font-size: 1.8rem;
  }
  .p-page-home .specialArea .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-page-home .cateArea {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.p-page-home .cateArea li + li {
  margin-top: 1.3rem;
}
.p-page-home .cateArea a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  aspect-ratio: 344/190;
  padding: 0 3rem 0 1.5rem;
  width: 100%;
  background: url(../img/top/cate_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-page-home .cateArea {
    padding: 18rem 8rem 21rem;
  }
  .p-page-home .cateArea ul {
    display: flex;
    gap: 5rem 4.4rem;
  }
  .p-page-home .cateArea li {
    width: calc(50% - 2.2rem);
  }
  .p-page-home .cateArea li + li {
    margin-top: 0;
  }
  .p-page-home .cateArea a {
    padding: 0 8rem 0 3rem;
    gap: 0 8rem;
    aspect-ratio: 642/334;
  }
}
.p-page-home .cateArea .img {
  position: relative;
  width: 14rem;
  padding: 0.5rem;
}
.p-page-home .cateArea .img img {
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.p-page-home .cateArea .img:before {
  content: "";
  display: block;
  width: 150%;
  height: 120%;
  position: absolute;
  left: -25%;
  top: -5%;
  z-index: 0;
  opacity: 0.8;
  background: url(../img/top/white_maru.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .p-page-home .cateArea .img {
    width: 46%;
    padding: 1.5%;
  }
}
.p-page-home .cateArea h3 {
  text-align: center;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-page-home .cateArea h3 * {
  position: relative;
  z-index: 10;
}
.p-page-home .cateArea h3 .alfa {
  color: #BCA383;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 500;
}
.p-page-home .cateArea h3 .kana {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0.4em;
}
.p-page-home .cateArea h3:before {
  content: "";
  display: block;
  width: 150%;
  height: 180%;
  position: absolute;
  left: -25%;
  top: -35%;
  z-index: 0;
  opacity: 0.8;
  background: url(../img/top/white_yoko.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .p-page-home .cateArea h3 .alfa {
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
  .p-page-home .cateArea h3 .kana {
    font-size: 1.7rem;
    margin-top: 0.3em;
  }
  .p-page-home .cateArea h3:before {
    width: 320%;
    height: 320%;
    left: -115%;
    top: -100%;
    opacity: 0.9;
  }
}
.p-page-home .cateArea .innerCare .img {
  padding: 0;
}
.p-page-home .brandArea {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 7rem;
  background: url(../img/top/brand_bg_sp.jpg) no-repeat center bottom;
  background-size: cover;
}
.p-page-home .brandArea h2 {
  text-align: left;
  font-size: 1.2rem;
}
.p-page-home .brandArea h2 .min {
  font-size: 2.7rem; /* color: #BCA383; */
  color: var(--color-primary);
}
.p-page-home .brandArea h3 {
  margin: 2.9em -1.2em 2em -0.6em;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.p-page-home .brandArea h3 sup {
  font-size: 40%;
  vertical-align: 1.5em;
}
.p-page-home .brandArea h3 span {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  display: block;
  margin: 0.4em -1em 0 0.8em;
}
.p-page-home .brandArea .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-page-home .brandArea .kome {
  font-size: 1rem;
  margin-top: 2em;
  color: #525252;
}
.p-page-home .brandArea .more {
  border: rgba(59, 59, 59, 0.6) 1px solid;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 2.6rem;
  font-size: 1.4rem;
  width: 22rem;
  height: 5rem;
  margin: 6rem auto 0;
}
.p-page-home .brandArea .more i {
  width: 2.8rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
  -webkit-mask-image: url(../img/common/arrow_s.svg);
          mask-image: url(../img/common/arrow_s.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.2s;
}
@media screen and (min-width: 768px) {
  .p-page-home .brandArea {
    max-width: 154.8rem;
    padding: 18rem 8rem 15rem;
    background: none;
    position: relative;
  }
  .p-page-home .brandArea:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    background: url(../img/top/brand_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .p-page-home .brandArea .txtArea {
    width: 52%;
    max-width: 680px;
  }
  .p-page-home .brandArea h2 {
    font-size: 1.6rem;
  }
  .p-page-home .brandArea h2 .min {
    font-size: 3.6rem;
    margin-bottom: 0.5em;
  }
  .p-page-home .brandArea h3 {
    margin: 3em 0 2.5em -0.5em;
    white-space: nowrap;
    font-size: 3.2rem;
    letter-spacing: 0.07em;
  }
  .p-page-home .brandArea h3 span {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    margin: 0.8em 0 0 0.8em;
  }
  .p-page-home .brandArea .txt {
    font-size: 1.7rem;
    line-height: 2;
  }
  .p-page-home .brandArea .kome {
    font-size: 1.2rem;
    margin-top: 3em;
  }
  .p-page-home .brandArea .more {
    padding: 0 2.8rem;
    font-size: 1.6rem;
    width: 22.4rem;
    height: 5rem;
    margin: 6rem 0 0;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-page-home .brandArea .more:hover i {
    transform: translateX(4px) translateY(-50%);
  }
}
.p-page-home .newsArea {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.p-page-home .newsArea .more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6rem;
  font-size: 1.4rem;
}
.p-page-home .newsArea .more i {
  display: block;
  margin-top: 0.2em;
  width: 2.3rem;
  height: 0.8rem;
  background: url(../img/common/arrow_s.svg) no-repeat right bottom;
  background-size: contain;
  transition: transform 0.2s;
}
@media (any-hover: hover) {
  .p-page-home .newsArea .more:hover i {
    transform: translateX(4px);
  }
}
@media screen and (min-width: 768px) {
  .p-page-home .newsArea {
    max-width: 131rem;
    margin: 0 auto;
    padding: 17rem 8rem 14rem;
  }
  .p-page-home .newsArea .more {
    gap: 0 1.3rem;
    font-size: 1.5rem;
    justify-content: flex-end;
  }
}
.p-page-home .newsArea #newsListBox {
  margin-bottom: 4.2rem;
  border-top: #DEDEDE 1px solid;
}
.p-page-home .newsArea #newsListBox li {
  position: relative;
  padding: 1.8rem 0.5em;
  border-bottom: #DEDEDE 1px solid;
}
.p-page-home .newsArea #newsListBox li time {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
  color: #A38E7C;
}
.p-page-home .newsArea #newsListBox li .tokou > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.p-page-home .newsArea #newsListBox li .tokou .title {
  text-align: justify;
  line-height: 1.5;
}
.p-page-home .newsArea #newsListBox li .kijiWrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-page-home .newsArea #newsListBox {
    margin-bottom: 3.4rem;
  }
  .p-page-home .newsArea #newsListBox li {
    padding: 2.8rem 3rem;
    display: flex;
    align-items: flex-start;
    gap: 0 4.2%;
    transition: background 0.22s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-page-home .newsArea #newsListBox li:hover {
    background: rgba(var(--color-primary2), 0.03);
  }
}
@media screen and (min-width: 768px) {
  .p-page-home .newsArea #newsListBox li time {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .p-page-home .newsArea #newsListBox li .tokou .title {
    text-align: left;
    line-height: 1.6;
    flex: 1;
  }
}
.p-page-home .fsnsArea {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
.p-page-home .fsnsArea * {
  position: relative;
  z-index: 1;
}
.p-page-home .fsnsArea:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: #EFECEA;
  opacity: 0.5;
}
.p-page-home .fsnsArea .movie {
  display: block;
  width: 33.8rem;
  margin: 5.6rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-page-home .fsnsArea {
    padding: 12rem 8rem 15rem;
  }
  .p-page-home .fsnsArea .movie {
    width: 76rem;
    margin: 8rem auto 0;
  }
}

#instagram-feed {
  max-width: 1100px;
  margin: -0.8rem auto 0;
  display: flex;
  gap: 0 1px;
}
#instagram-feed li {
  width: calc((100% - 3px) / 3);
  overflow: hidden;
}
#instagram-feed a {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#instagram-feed img.is-video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #instagram-feed {
    gap: 0 2px;
    margin: 0 auto 0;
  }
  #instagram-feed li {
    width: calc((100% - 6px) / 4);
  }
}

.m-orderProductSect-item__picture::before,
.m-subscNextOrderProduct__picture::before,
.c-productUser-head__picture::before {
  padding-top: 100%;
}

.p-page-productList .c-noItem-message {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 3em;
  margin-bottom: -2em;
}
.p-page-productList h2.pageTtl {
  margin-bottom: 2rem;
}
.p-page-productList .searchTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  padding: 1rem 0;
}
.p-page-productList .searchTxt span {
  font-size: 1.1rem;
}
.p-page-productList .searchTxt strong {
  font-weight: 500;
  font-size: 1.4rem;
}
.p-page-productList .itemNum {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 0.6em;
}
.p-page-productList .cateWrap {
  background: #FAFAF9;
  padding: 1.3rem 1rem 1rem;
  margin-bottom: 2.5rem;
}
.p-page-productList .cateWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em 2.6em;
  font-size: 1.3rem;
  line-height: 1.4;
}
.p-page-productList .cateWrap a {
  position: relative;
  display: block;
  padding-bottom: 0.4em;
}
.p-page-productList .cateWrap a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-primary);
}
.p-page-productList .p-productListBody__pager {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-page-productList .c-noItem-message {
    font-size: 1.5rem;
  }
  .p-page-productList h2.pageTtl {
    margin-bottom: 6rem;
  }
  .p-page-productList .searchTxt {
    gap: 0 1rem;
    padding: 0 0 1rem;
    margin-top: -1rem;
  }
  .p-page-productList .searchTxt span {
    font-size: 1.3rem;
    padding-top: 0.1em;
  }
  .p-page-productList .searchTxt strong {
    font-weight: 500;
    font-size: 1.7rem;
  }
  .p-page-productList .itemNum {
    font-size: 1.5rem;
    margin: 0 1em 0.6em 0;
  }
  .p-page-productList .cateWrap {
    padding: 2.3rem 1rem 2rem;
    margin-bottom: 6rem;
  }
  .p-page-productList .cateWrap ul {
    gap: 0.7em 3em;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .p-page-productList .cateWrap a {
    padding-bottom: 0.4em;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-page-productList .cateWrap a:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .p-page-productList .p-productListBody__pager {
    margin-top: 10rem;
  }
}

.c-product, .c-product .c-product-head__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-product-head__picture {
  aspect-ratio: 1/1;
}
.c-product-head__picture:before {
  content: none;
}
.c-product-head__favorite {
  display: none;
}
.c-product-sIcon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  margin: 0.6rem 0 -0.4rem;
}
.c-product-sIcon li {
  color: var(--color-primary);
  font-weight: 500;
  border: rgba(var(--color-primary2), 0.9) 1px solid;
  padding: 0 0.6em;
  height: 1.8em;
  min-width: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-sIcon li.soldout {
  background: #BFBFBF;
  color: #fff;
  border: none;
}
.c-product-sIcon li.limited {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-product-sIcon {
    font-size: 1.2rem;
    margin: 1rem 0 -0.5rem;
    gap: 0.3rem;
  }
  .c-product-sIcon li {
    padding: 0 1rem 0.1em;
  }
}
.c-product .priceBox {
  width: 100%;
  margin-top: auto;
}
.c-product .limited {
  position: absolute;
  left: -3%;
  top: -3%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  background: #D07D87;
  width: 4em;
  height: 4em;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-product .limited {
    left: -2%;
    top: -2%;
    width: 4.2em;
    height: 4.2em;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
}

.c-product-head__link {
  position: relative;
}

.c-product-body {
  margin-top: 1rem;
  position: static;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-product-body__title-name {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 0 0.6em;
}

.c-product-body__price-subsc {
  gap: 0 1rem;
}

.c-product-body__price-subsc--regular {
  color: var(--color-txt);
  margin-top: 0;
}

.c-product-body__price-subsc-icon {
  font-size: 0.9rem;
  border: none;
  padding: 0.1em 0 0;
}

.c-product-body__price-subsc-price, .c-product-body__price {
  font-size: 1.6rem;
  line-height: 1.3;
}

.c-product-body__price-subscPromotion {
  background: var(--color-primary);
  color: #fff;
  width: 100%;
  border: none;
  margin: 0.2rem 0 0;
  padding: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.7rem;
}
.c-product-body__price-subscPromotion-caption {
  font-size: 0.9rem;
  padding-top: 0.1em;
}
.c-product-body__price-subscPromotion-caption:after {
  content: none;
}
.c-product-body__price-subscPromotion-price {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.05em;
}

@media screen and (min-width: 768px) {
  .c-product-head__link {
    padding-bottom: 7rem;
  }
  .c-product-body {
    margin-top: 1.5rem;
  }
  .c-product-body__title-name {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 0 0 0.7em;
  }
  .c-product-body__price {
    margin-top: 0.2em;
  }
  .c-product-body__price-subsc {
    gap: 0 1.6rem;
  }
  .c-product-body__price-subsc-icon {
    font-size: 1.2rem;
    padding-top: 0.15em;
  }
  .c-product-body__price-subsc-price, .c-product-body__price {
    font-size: 2rem;
    line-height: 1.3;
  }
  .c-product-body__price-subscPromotion {
    margin: 0.5rem 0 0;
    padding: 0.2rem;
    gap: 0 1.3rem;
  }
  .c-product-body__price-subscPromotion-caption {
    font-size: 1.2rem;
    padding-top: 0;
  }
  .c-product-body__price-subscPromotion-price {
    font-size: 1.7rem;
    padding-bottom: 0.06em;
  }
}
main.p-page-productDetail {
  overflow-x: visible;
}

.m-productDetailImg-thumsList__name {
  display: none;
}

.m-productDetailImg-thumsList__image {
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: contain;
}

.m-productDetailImg {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 4rem;
}

.m-productDetailImg-slideController {
  display: none;
}

.m-productDetailImg-slider__item {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-productSkuBottomBtn__cart-maxSellError {
  text-indent: 0;
  line-height: 1.5;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-productDetailWrap__imgBlock {
    grid-column: 1;
    grid-row: 1;
  }
  .m-productDetailImg {
    padding-left: 0;
    margin-bottom: 0;
  }
  .m-productDetailImg__main {
    margin-bottom: 2rem;
  }
  .m-productDetailImg-thumsList {
    gap: 0.8rem;
  }
  .m-productDetailImg-thumsList__item {
    width: calc(10% - 0.72rem);
  }
  .p-productSkuBottomBtn__cart-maxSellError {
    font-size: 1.3rem;
  }
}
.p-productDetailWrap #cartAnker {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(40%);
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}
.p-productDetailWrap #cartAnker.fixed {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.p-productDetailWrap #cartAnker .c-btn-cart {
  font-size: 1.6rem;
  width: 76%;
}
.p-productDetailWrap .c-product-sIcon {
  margin: 0 0 0.9em;
  font-size: 1.3rem;
  gap: 0.3rem;
}
.p-productDetailWrap .c-product-sIcon li {
  padding: 0 0.8em;
  height: 1.94em;
  font-weight: 500;
}
.p-productDetailWrap .sizeTxt {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0.9em;
  white-space: pre-wrap;
}
.p-productDetailWrap .linkList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
  font-size: 1.3rem;
  margin: 1.5rem 0;
}
.p-productDetailWrap .linkList li {
  width: auto !important;
}
.p-productDetailWrap .linkList button, .p-productDetailWrap .linkList a {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
  cursor: pointer;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .p-productDetailWrap .linkList button:hover, .p-productDetailWrap .linkList a:hover {
    color: var(--color-primary);
    opacity: 1;
  }
}
.p-productDetailWrap .linkList i {
  display: block;
  width: 3rem;
  height: 3rem;
  background: var(--color-primary);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-productDetailWrap .linkList .p-productSkuBottomBtn__favorit i {
  -webkit-mask-image: url(../img/common/i-favorite.svg);
          mask-image: url(../img/common/i-favorite.svg);
}
.p-productDetailWrap .linkList .p-productSkuBottomBtn__favorit .active i {
  -webkit-mask-image: url(../img/common/i-favorite_f.svg);
          mask-image: url(../img/common/i-favorite_f.svg);
}
.p-productDetailWrap .linkList .reviewAnker i {
  -webkit-mask-image: url(../img/common/i-comment.svg);
          mask-image: url(../img/common/i-comment.svg);
}
.p-productDetailWrap .catchCopy {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 1.3em 0 0;
}
.p-productDetailWrap .waribikiInfoBox {
  border: rgba(var(--color-primary2), 0.5) 1px solid;
  padding: 0 1.7rem;
  margin: 1.7rem -0.2rem 2.2rem;
}
.p-productDetailWrap .waribikiInfoBox p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-productDetailWrap .waribikiInfoBox .teiki {
  font-size: 1.5rem;
  font-weight: 600;
  height: 3em;
}
.p-productDetailWrap .waribikiInfoBox .teiki strong {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
.p-productDetailWrap .waribikiInfoBox .omatome {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.7em;
  border-top: rgba(var(--color-primary2), 0.5) 1px solid;
}
.p-productDetailWrap .waribikiInfoBox .omatome strong {
  font-weight: 600;
}
.p-productDetailWrap .waribikiInfoBox .omatome.only {
  border: none;
}
.p-productDetailWrap .secTtl, .p-productDetailWrap .boxTtl {
  position: relative;
  font-family: var(--font-min);
  color: #474544;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0.5rem 1rem;
  margin-bottom: 2em;
}
.p-productDetailWrap .secTtl:after, .p-productDetailWrap .boxTtl:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  border: #C9C9C9 1px solid;
  background: #FBFBFA;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-productDetailWrap .secTtl + h2, .p-productDetailWrap .boxTtl + h2 {
  margin-top: 0;
}
.p-productDetailWrap .numKome {
  color: #474544;
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.4em 0;
}
.p-productDetailWrap .numKome li {
  display: flex;
  gap: 0 0.6em;
}
.p-productDetailWrap .numKome .num {
  flex-shrink: 0;
}
.p-productDetailWrap .kome {
  color: #474544;
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.4em 0;
}
.p-productDetailWrap .komeList {
  color: #474544;
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.4em 0;
}
@media screen and (min-width: 768px) {
  .p-productDetailWrap {
    grid-template-columns: 50.769% 43%;
  }
  .p-productDetailWrap #cartAnker {
    display: none !important;
  }
  .p-productDetailWrap .c-product-sIcon {
    margin: 0 0 1em;
    font-size: 1.4rem;
    gap: 0.5rem;
  }
  .p-productDetailWrap .c-product-sIcon li {
    padding: 0 0.8em;
    height: 2.15em;
  }
  .p-productDetailWrap .sizeTxt {
    font-size: 1.4rem;
    margin-top: 0.9em;
  }
  .p-productDetailWrap .linkList {
    gap: 0 3.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 1.3rem 0;
  }
  .p-productDetailWrap .linkList button, .p-productDetailWrap .linkList a {
    gap: 0 0.6rem;
  }
  .p-productDetailWrap .linkList i {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-productDetailWrap .catchCopy {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 1.5em 0 0;
  }
  .p-productDetailWrap .waribikiInfoBox {
    display: flex;
    justify-content: center;
    padding: 1.1rem 0;
    margin: 2rem 0 1.6rem;
  }
  .p-productDetailWrap .waribikiInfoBox p {
    white-space: nowrap;
  }
  .p-productDetailWrap .waribikiInfoBox .teiki {
    font-size: 1.6rem;
    font-weight: 600;
    height: auto;
    padding: 0 0.8em;
    flex: 1 1 auto;
  }
  .p-productDetailWrap .waribikiInfoBox .teiki strong {
    font-size: 1.9rem;
  }
  .p-productDetailWrap .waribikiInfoBox .omatome {
    border: none;
    border-left: rgba(var(--color-primary2), 0.5) 1px solid;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.2em 1em;
    flex: 0 1 auto;
    min-width: 52%;
  }
  .p-productDetailWrap .secTtl, .p-productDetailWrap .boxTtl {
    font-size: 1.7rem;
    padding: 0 1rem 1.4rem;
    margin: 0 -1rem 2.3em;
  }
  .p-productDetailWrap .secTtl:after, .p-productDetailWrap .boxTtl:after {
    height: 0.4rem;
  }
  .p-productDetailWrap .numKome {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1.7em 0;
  }
  .p-productDetailWrap .numKome li {
    display: flex;
    gap: 0 0.6em;
  }
  .p-productDetailWrap .kome {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1.7em 0;
  }
  .p-productDetailWrap .komeList {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1.7em 0;
  }
}
.p-productDetailWrap .otherInfo {
  padding: 0 1.6rem;
}
.p-productDetailWrap .otherInfo .boxTtl {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-bottom: 0;
  padding: 1rem 0.5rem;
}
.p-productDetailWrap .otherInfo .boxTtl:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: none;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: auto;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-productDetailWrap .otherInfo .boxTtl.open:after {
  transform: translateY(-50%) scale(1, -1);
}
.p-productDetailWrap .otherInfo .boxTtl.open + .boxWrap .acBox {
  display: block;
}
.p-productDetailWrap .otherInfo .boxTtl {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-productDetailWrap .otherInfo .boxTtl:hover {
    opacity: 0.7;
  }
}
.p-productDetailWrap .otherInfo .boxWrap + .boxTtl {
  margin-top: 2rem;
}
.p-productDetailWrap .otherInfo .boxTtl + .boxWrap {
  padding: 0.05rem 0;
  border: #C9C9C9 1px solid;
  background: #FBFBFA;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox {
  display: none;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox.seibun {
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox h2 {
  font-weight: bold;
  margin: 2em 0 1em;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.6em 0;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 1em 0 2em;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list li:not(:first-child) {
  margin-top: 2rem;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list .komeList li {
  margin-top: 0 !important;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list li.flex {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list li.flex .txtBox {
  flex: 1;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list li.flex .img {
  width: 8.6rem;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .list.svs li.flex .care01 {
  width: 5.6rem;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .numList {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 1em 0 2em;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .numList li {
  display: flex;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .numList li:not(:first-child) {
  margin-top: 0.5em;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .numList li .num {
  width: 1.6em;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .numList li .num + div {
  flex: 1;
}
.p-productDetailWrap .otherInfo .boxWrap .acBox .numList li .kome {
  margin: 0.5em 0 0;
}
.p-productDetailWrap .otherInfo .secTtl {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-productDetailWrap .otherInfo {
    padding: 0 1rem;
  }
  .p-productDetailWrap .otherInfo .boxTtl {
    padding: 1.4rem 1rem;
  }
  .p-productDetailWrap .otherInfo .boxTtl:after {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.5rem;
  }
  .p-productDetailWrap .otherInfo .boxWrap + .boxTtl {
    margin-top: 3rem;
  }
  .p-productDetailWrap .otherInfo .boxTtl + .boxWrap {
    margin: 0 -1rem;
    padding: 0.1rem 0;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox {
    padding: 3rem;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox.seibun {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2em 0 1em;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox h3 {
    font-size: 1.5rem;
    margin: 0.6em 0;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .list {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .list li:not(:first-child) {
    margin-top: 2rem;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .list li.flex {
    gap: 0 2.6rem;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .list li.flex .img {
    width: 11.2rem;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .list.svs li.flex .care01 {
    width: 6.8rem;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .list.svs li .care02 {
    width: 44.4rem;
    margin: 0 auto;
  }
  .p-productDetailWrap .otherInfo .boxWrap .acBox .numList {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-productDetailWrap .otherInfo .secTtl {
    margin-top: 4.6rem;
    margin-bottom: 2.8rem;
  }
}
.p-productDetailWrap .otherInfo dl.acDL {
  background: #F7F6F5;
  margin: 0 0.5rem 1rem;
}
.p-productDetailWrap .otherInfo dt.acTtl {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  cursor: pointer;
  font-family: var(--font-min);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding: 1em 3.5rem 1em 4rem;
}
.p-productDetailWrap .otherInfo dt.acTtl:before {
  content: "Q";
  display: block;
  width: 1em;
  position: absolute;
  left: 1.3rem;
  top: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 1.8rem;
}
.p-productDetailWrap .otherInfo dt.acTtl:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-productDetailWrap .otherInfo dt.acTtl.open:after {
  transform: translateY(-50%) scale(1, -1);
}
.p-productDetailWrap .otherInfo dt.acTtl.open + dd.acBox {
  display: block;
}
.p-productDetailWrap .otherInfo dt.acTtl {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-productDetailWrap .otherInfo dt.acTtl:hover {
    opacity: 0.7;
  }
}
.p-productDetailWrap .otherInfo dd.acBox {
  display: none;
  position: relative;
  border-top: #C9C9C9 1px solid;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #272727;
}
.p-productDetailWrap .otherInfo dd.acBox > div:first-child {
  padding: 1.5em 1.3rem 1.7em 4rem;
  text-align: justify;
}
.p-productDetailWrap .otherInfo dd.acBox:before {
  content: "A";
  font-family: var(--font-min);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  position: absolute;
  left: 0.8rem;
  top: 2rem;
  padding-bottom: 0.1em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-productDetailWrap .otherInfo dl.acDL {
    margin: 0 0 1rem;
    padding: 0 1.4rem;
  }
  .p-productDetailWrap .otherInfo dt.acTtl {
    font-size: 1.7Frem;
    line-height: 1.6;
    padding: 1.1em 4.5rem 1.1em 4.8rem;
  }
  .p-productDetailWrap .otherInfo dt.acTtl:before {
    font-size: 2rem;
    left: 1.1rem;
    top: 1.4rem;
  }
  .p-productDetailWrap .otherInfo dt.acTtl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-productDetailWrap .otherInfo dd.acBox {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-productDetailWrap .otherInfo dd.acBox > div:first-child {
    padding: 1.8em 0.5rem 2em 4.8rem;
  }
  .p-productDetailWrap .otherInfo dd.acBox:before {
    font-size: 2rem;
    left: 0.6rem;
    top: 2.8rem;
  }
}

.p-page-productDetail #review {
  position: relative;
  margin: 6.6rem 0 0;
  padding: 3.5rem 0;
}
.p-page-productDetail #review:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: #F7F6F5;
}
.p-page-productDetail #review h2 {
  display: flex;
  align-items: flex-end;
  gap: 0 1.8rem;
  font-size: 1.1rem;
}
.p-page-productDetail #review h2 .min {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-page-productDetail #review {
    margin: 12rem 0 0;
    padding: 8.5rem 0;
  }
  .p-page-productDetail #review h2 {
    gap: 0 2.4rem;
    font-size: 1.4rem;
  }
  .p-page-productDetail #review h2 .min {
    font-size: 3rem;
  }
}

.p-productDetailWrap__cartBlock {
  padding: 0 2.2rem;
}
.p-productDetailWrap__cartBlock h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.p-productDetailWrap__cartBlock .c-productSkuQuantity input.c-productSkuQuantity__input {
  padding: 0.3rem 1rem;
  width: 13rem;
}
.p-productDetailWrap__cartBlock .c-productSkuQuantity__input {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
.p-productDetailWrap__cartBlock .c-productSkuQuantity__input::-webkit-inner-spin-button,
.p-productDetailWrap__cartBlock .c-productSkuQuantity__input::-webkit-outer-spin-button {
  -webkit-appearance: auto !important;
}
.p-productDetailWrap__cartBlock .underTxt {
  font-size: 1.2rem;
  margin-top: 2em;
  color: #525252;
}
@media screen and (min-width: 768px) {
  .p-productDetailWrap__cartBlock {
    grid-column: 2;
    grid-row: 1/4;
    position: -webkit-sticky;
    position: sticky;
    top: 10.2rem;
    align-self: start;
    padding: 0;
  }
  .p-productDetailWrap__cartBlock h1 {
    font-size: 2.8rem;
  }
  .p-productDetailWrap__cartBlock .priceBox {
    margin-top: 1.3rem;
  }
  .p-productDetailWrap__cartBlock .priceBox .tax + span {
    padding: 0 1em;
    height: 2em;
    padding-bottom: 0.1em;
    font-size: 1.3rem;
    margin-left: 1rem;
  }
  .p-productDetailWrap__cartBlock .c-productSkuQuantity input.c-productSkuQuantity__input {
    padding: 0.4rem 1rem;
  }
  .p-productDetailWrap__cartBlock .underTxt {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    margin-top: 2.2em;
  }
}
.p-productDetailWrap__cartBlock .addCartArea {
  margin-top: 2.5rem;
}
.p-productDetailWrap__cartBlock .addCartArea .c-btn-cart {
  width: 25.2rem;
  height: 4.9rem;
  border-radius: 5rem;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.p-productDetailWrap__cartBlock .addCartArea .line + .line {
  margin-top: 2rem;
}
.p-productDetailWrap__cartBlock .addCartArea .line .inWrap {
  padding-left: 7.6rem;
  position: relative;
}
.p-productDetailWrap__cartBlock .addCartArea .line .title {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.p-productDetailWrap__cartBlock .addCartArea .line .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 2.7rem;
  line-height: 1.1;
}
.p-productDetailWrap__cartBlock .addCartArea .line .price .tax {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: -0.3em;
}
.p-productDetailWrap__cartBlock .addCartArea .line .price .moto {
  font-size: 1.7rem;
  text-decoration: line-through;
  margin-right: 0.8em;
}
.p-productDetailWrap__cartBlock .addCartArea .line .price .first {
  width: 100%;
  font-size: 2.4rem;
  padding-top: 0.1em;
}
.p-productDetailWrap__cartBlock .addCartArea .line .price .first .ttl {
  font-size: 1.3rem;
  margin-right: 0.8em;
}
.p-productDetailWrap__cartBlock .addCartArea .line .price .first .tax {
  font-size: 0.9rem;
}
.p-productDetailWrap__cartBlock .addCartArea .teikiLink {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 1em;
  color: #525252;
}
.p-productDetailWrap__cartBlock .addCartArea .dotList {
  background: #F7F6F5;
  padding: 0.5em 1rem 1.1em;
  margin: 1.4rem 0 0;
  font-size: 1.1rem;
  color: #525252;
}
@media screen and (min-width: 768px) {
  .p-productDetailWrap__cartBlock .addCartArea {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
  }
  .p-productDetailWrap__cartBlock .addCartArea .c-btn-cart {
    width: 100%;
    max-width: 26.4rem;
    height: 5.3rem;
    margin-top: 0;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line {
    flex: 1;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line + .line {
    margin-top: 1.3rem;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .inWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    flex: 1;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .title {
    font-size: 1.6rem;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .price {
    width: 8.6em;
    white-space: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    padding-left: 8.4rem;
    padding-right: 1rem;
    font-size: 3rem;
    letter-spacing: 0.01em;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .price .tax {
    font-size: 1.4rem;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .price .moto {
    font-size: 1.7rem;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 8.4rem;
    top: 0.1em;
    transform: translateY(-100%);
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .price .first {
    width: auto;
    margin-left: -2em;
  }
  .p-productDetailWrap__cartBlock .addCartArea .line .btn {
    flex: 1;
    text-align: right;
  }
  .p-productDetailWrap__cartBlock .addCartArea .teikiLink {
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    margin-top: 1.2em;
  }
  .p-productDetailWrap__cartBlock .addCartArea .dotList {
    padding: 0.7em 1.8rem 1.1em;
    margin: 1.4rem 0 0;
    font-size: 1.3rem;
  }
}

.m-productSkuPanel {
  border: none;
  padding-top: 0;
  margin-top: 2.5rem;
}

.m-productSkuPanel-buyStep__title, .m-productSkuDropdown-buyStep__title {
  font-size: 1.3rem;
}

.c-productSkuPanelBox {
  gap: 0.8rem;
}

.c-productSkuPanelBox__name {
  border-color: rgba(26, 26, 26, 0.7);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  padding: 0.7rem 0.9rem;
}

.c-productSkuPanelBox__input:checked + .c-productSkuPanelBox__name::after {
  border-color: var(--color-primary);
}

.c-formInput-item__alert {
  font-size: 1.3rem;
  margin: 1em 0;
}
.c-formInput-item__alert:empty {
  margin: 0;
}

.syokaiTeiki {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #FAF3E4;
  padding: 0.7em 1.5rem 0.7em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.syokaiTeiki:after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  transform: rotate(-90deg);
  background: url(../img/common/arrow_w.svg) no-repeat center, var(--color-primary);
  background-size: 0.7rem;
  margin-left: 1.2rem;
  line-height: 1;
  font-size: 0;
}
.syokaiTeiki .img {
  width: 7rem;
  height: 0;
  position: relative;
  margin-right: 0;
}
.syokaiTeiki img {
  width: 100%;
  height: 7rem;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .m-productSkuPanel {
    margin-top: 1.8rem;
  }
  .m-productSkuPanel-buyStep__title, .m-productSkuDropdown-buyStep__title {
    font-size: 1.3rem;
  }
  .c-productSkuPanelBox__name {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    padding: 0.8rem 1.4rem;
  }
  .c-formInput-item__alert {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .syokaiTeiki {
    left: auto;
    transform: none;
    width: 100%;
    border-radius: 0.9rem;
    font-size: 1.5rem;
    padding: 0.6em 1.1rem 0.6em 0;
    letter-spacing: 0.01em;
    min-height: 4em;
  }
  .syokaiTeiki:after {
    width: 2rem;
    height: 2rem;
    background-size: 0.6rem;
  }
  .syokaiTeiki .txt {
    text-align: center;
  }
  .syokaiTeiki .img {
    width: 6rem;
    margin-left: -1rem;
    margin-right: 0.2rem;
  }
  .syokaiTeiki img {
    height: 6rem;
  }
  .syokaiTeiki .key {
    white-space: nowrap;
  }
}
.m-productSkuDropdown-buyStep:first-child {
  margin-top: 2.6rem;
}

.m-productSkuDropdown-buyStep + #quantityDL {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .m-productSkuDropdown-buyStep:first-child {
    margin-top: 3.2rem;
  }
  .m-productSkuDropdown-buyStep + #quantityDL {
    margin-top: 1.5rem;
  }
}
#quantityDL {
  display: flex;
  align-items: flex-start;
  margin: 2.6rem 0 1.5rem;
}
#quantityDL .m-productSkuPanel-buyStep__title {
  margin: 0.8em 1em 0 0;
}
#quantityDL .m-productSkuPanel-buyStep__body {
  flex: 1;
}
@media screen and (min-width: 768px) {
  #quantityDL {
    margin: 3.2rem 0 1.8rem;
  }
  #quantityDL .m-productSkuPanel-buyStep__title {
    margin: 0.85em 1.4em 0 0;
  }
}

.p-productDetailWrap__detailBlock {
  margin: 4rem 0 5rem;
  padding: 0 1.6rem;
  text-align: justify;
  line-height: 1.7;
}
.p-productDetailWrap__detailBlock sup {
  font-size: 50%;
}
.p-productDetailWrap__detailBlock h2 {
  font-family: var(--font-min);
  margin: 6rem -0.6em 1.1em 0;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.p-productDetailWrap__detailBlock h2 .point {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.7em;
}
.p-productDetailWrap__detailBlock h2 sup {
  font-size: 40%;
  vertical-align: 1.2em;
}
.p-productDetailWrap__detailBlock img {
  display: block;
  margin: 0 auto;
}
.p-productDetailWrap__detailBlock .img {
  margin-top: 3rem;
}
.p-productDetailWrap__detailBlock .free {
  width: 90%;
}
.p-productDetailWrap__detailBlock dl {
  margin: 2.5em 0 0;
}
.p-productDetailWrap__detailBlock dl dt {
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
.p-productDetailWrap__detailBlock dl dd {
  font-size: 1.4rem;
}
.p-productDetailWrap__detailBlock dl dd + dd {
  margin-top: 1.5em;
}
.p-productDetailWrap__detailBlock dl img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .p-productDetailWrap__detailBlock {
    grid-column: 1;
    grid-row: 2;
    margin-top: 9rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-productDetailWrap__detailBlock h2 {
    margin: 9rem -0.6em 1.3em 0;
    font-size: 2.8rem;
  }
  .p-productDetailWrap__detailBlock h2 .point {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .p-productDetailWrap__detailBlock .img {
    margin-top: 4rem;
    max-width: 580px;
    width: 90%;
  }
  .p-productDetailWrap__detailBlock .sImg {
    width: 80%;
    max-width: 450px;
  }
  .p-productDetailWrap__detailBlock .free {
    max-width: 437px;
    width: 80%;
  }
  .p-productDetailWrap__detailBlock dl {
    margin: 2.5em 0 0;
  }
  .p-productDetailWrap__detailBlock dl dt {
    font-size: 1.6rem;
    margin-bottom: 0.4em;
  }
  .p-productDetailWrap__detailBlock dl dd {
    font-size: 1.5rem;
  }
  .p-productDetailWrap__detailBlock dl dd + dd {
    margin-top: 2em;
  }
  .p-productDetailWrap__detailBlock dl img {
    max-width: 70%;
  }
}

.p-productDetaiMain-guideTabBox-reviewList__pager .c-pager-list-item {
  width: 2.2em;
  height: 2.2em;
}

.m-modalBox {
  padding: 8rem 0 0;
}

.m-modalBoxHeding {
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .m-modalBox {
    padding: 12rem 0 0;
  }
  .p-productDetaiMain-guideTabBox-reviewList__pager {
    margin-top: 4rem;
  }
  .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__list {
    gap: 0 1rem;
  }
  .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager-list-item {
    width: 2.2em;
    height: 2.2em;
  }
  .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__next, .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__prev {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-productDetail-foot {
  margin-top: 7rem;
  margin-bottom: -1rem;
  padding-top: 0;
  border: none;
}

.m-productRecommend-wrap + .m-productRecommend-wrap {
  margin-top: 6rem;
}
.m-productRecommend-wrap h2 {
  display: flex;
  align-items: flex-end;
  gap: 0 1.8rem;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}
.m-productRecommend-wrap h2 .min {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-primary);
}
.m-productRecommend-wrap#checked .m-productLine {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -1.6rem;
  width: calc(100% + 3.2rem);
}
.m-productRecommend-wrap#checked .m-productLine::before, .m-productRecommend-wrap#checked .m-productLine::after {
  content: "";
  display: inline-block;
  padding-left: 0.1rem;
}
.m-productRecommend-wrap#checked .m-productLine__item {
  flex-shrink: 0;
  width: calc(50% - 3.2rem);
}

@media screen and (min-width: 768px) {
  .p-productDetail-foot {
    margin-top: 12rem;
    margin-bottom: 0;
  }
  .m-productRecommend-wrap + .m-productRecommend-wrap {
    margin-top: 11rem;
  }
  .m-productRecommend-wrap h2 {
    gap: 0 2.4rem;
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
  .m-productRecommend-wrap h2 .min {
    font-size: 3rem;
  }
  .m-productRecommend-wrap#checked .m-productLine {
    margin: 0;
    width: 100%;
    gap: 6% 3%;
    overflow: visible;
  }
  .m-productRecommend-wrap#checked .m-productLine::before, .m-productRecommend-wrap#checked .m-productLine::after {
    content: none;
  }
  .m-productRecommend-wrap#checked .m-productLine__item {
    flex-shrink: auto;
    width: 17.6%;
  }
  .m-productRecommend-wrap#checked .m-productLine__item:nth-child(n+6) {
    display: none;
  }
  .m-productRecommend-wrap#recommend .m-productLine__item:nth-child(n+5) {
    display: block;
  }
}
.pTitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 4rem;
}
.pTitle .min {
  color: var(--color-primary);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0.2em;
  display: block;
}
@media screen and (min-width: 768px) {
  .pTitle {
    font-size: 1.4rem;
    margin-bottom: 8rem;
  }
  .pTitle .min {
    font-size: 3.8rem;
  }
}

.pageAnkerList {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  width: 94%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pageAnkerList li {
  width: calc(50% - 0.2rem);
}
.pageAnkerList a {
  position: relative;
  padding: 0.8em 1.4em;
  display: flex;
  align-items: center;
  height: 100%;
  background: #F7F6F5;
}
.pageAnkerList a:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
}
.pageAnkerList a {
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .pageAnkerList a:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .pageAnkerList {
    font-size: 1.6rem;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 10rem;
    gap: 1.5rem 2.45%;
  }
  .pageAnkerList li {
    width: 31.7%;
  }
  .pageAnkerList a {
    padding: 0.8em 1.75em;
    min-height: 6rem;
  }
  .pageAnkerList a:after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2.2rem;
  }
  .pageAnkerList.pc4 {
    max-width: 900px;
    gap: 1.5rem 1.6%;
  }
  .pageAnkerList.pc4 li {
    width: 23.8%;
  }
}

h2.under {
  position: relative;
  color: var(--color-primary);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.4em;
  padding-bottom: 0.7em;
}
h2.under:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  h2.under {
    font-size: 2.4rem;
    margin-bottom: 1.3em;
    padding-bottom: 1em;
  }
  h2.under:after {
    width: 3.4rem;
  }
}

.p-privacy-content__lead {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-privacy-content__item-text {
  line-height: 1.5;
}

.p-privacy-content__item .dotList {
  font-size: 1.4rem;
}
.p-privacy-content__item p + .dotList {
  margin-top: 1.3em;
}
.p-privacy-content__item li {
  margin-bottom: 0.25em;
}
.p-privacy-content__item ol li div {
  margin: 0.2em 0 0.2em 1.2em;
}

.p-privacy-content__item-title::before {
  content: "";
}

@media screen and (min-width: 768px) {
  .p-privacy-content__lead {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-privacy-content__item-text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-privacy-content__item .dotList {
    font-size: 1.5rem;
  }
  .p-privacy-content__item p + .dotList {
    margin-top: 1.3em;
  }
  .p-privacy-content__item li {
    margin-bottom: 0.3em;
  }
  .p-privacy-content__item ol li div {
    margin: 0.2em 0 0.4em 1.2em;
  }
}
.p-page-faq .p-faq-title--sub {
  background-color: #F7F6F5;
}

.p-page-faq .p-faq-container {
  overflow-y: visible;
}

.p-faq-description {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: justify;
}
.p-faq-description a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-faq-description a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.p-faq-description .kome, .p-faq-description .komeList {
  font-size: 1.3rem;
  color: #525252;
  margin-top: 1.1em;
}
.p-faq-description li .kome {
  margin-top: 0.1em;
}
.p-faq-description .otoiawaseBox {
  border: #C9C9C9 1px solid;
  margin: 1em 0 0;
  padding: 1em;
}
.p-faq-description .otoiawaseBox .tel {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.p-faq-description .otoiawaseBox .tel .telLink {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.p-faq-description .otoiawaseBox .tel .telLink a {
  text-decoration: none;
}
.p-faq-description .otoiawaseBox .time {
  font-size: 1rem;
}
.p-faq-description .otoiawaseBox .kome {
  font-size: 1.1rem;
}
.p-faq-description .numList {
  margin-top: 1em;
}
.p-faq-description .numList li {
  display: flex;
  margin-top: 0.4em;
}
.p-faq-description .numList li .num {
  width: 2em;
}
.p-faq-description .numList li .num + p {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .p-page-faq .js-accordionTrigger {
    padding: 1.8rem 3rem 1.8rem 1rem;
    font-size: 1.5rem;
  }
  .p-page-faq .js-accordionTrigger[data-activeAccordion=active] {
    margin-bottom: 2rem;
  }
  .p-page-faq .js-accordionTrigger[data-activeAccordion=active] + div {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-page-faq .p-faqBody > div:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .p-page-faq .js-accordionContent div:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .p-page-faq .p-faqNav {
    top: 11rem;
  }
  .p-page-faq .p-faqNav .c-userNav-link {
    font-size: 1.4rem;
    padding: 1.6rem 3.5rem 1.6rem 1.2rem;
  }
  .p-page-faq .p-faq-title--sub {
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
  }
  .p-faq-description {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 1rem 0 3.4rem;
  }
  .p-faq-description li .kome {
    margin-top: 0.3em;
  }
  .p-faq-description .otoiawaseBox {
    padding: 1em 1.4em 0.7em;
  }
  .p-faq-description .otoiawaseBox .tel {
    font-size: 1.3rem;
  }
  .p-faq-description .otoiawaseBox .tel .telLink {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    vertical-align: -0.215em;
    margin-left: 0.2em;
  }
  .p-faq-description .otoiawaseBox .time {
    font-size: 1.2rem;
    padding-left: 15.4em;
  }
  .p-faq-description .otoiawaseBox .kome {
    font-size: 1.3rem;
  }
}
input.c-changeQuantity__number {
  border: none;
  padding: 0;
}

.m-formHeading-body h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .m-formHeading-body h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 1em 0 0.5em;
  }
}
.p-regulation-terms__title {
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-regulation-terms__title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1220px) {
  .p-login-body {
    grid-template-columns: 50% 1fr;
    gap: 0 8%;
  }
}
.p-newsList-content__article {
  padding: 3rem 1.6rem;
  border-color: #dedede !important;
}
.p-newsList-content__article-date-posted {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.3em;
  color: #A38E7C;
}
.p-newsList-content__article .title {
  font-family: var(--font-min);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-newsList-content__article .kijiWrap {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 2em;
}
.p-newsList-content__article .kijiWrap a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-newsList-content__article .kijiWrap a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-newsList-content__article {
    padding: 5rem 1.6rem 4.6rem;
  }
  .p-newsList-content__article-date-posted {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .p-newsList-content__article .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .p-newsList-content__article .kijiWrap {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 2em;
  }
}

.p-page-guide section + section {
  margin-top: 7rem;
}
.p-page-guide .gray {
  color: #525252;
}
.p-page-guide .komeList {
  font-size: 1.2rem;
  margin-top: 1em;
}
.p-page-guide .kome {
  font-size: 1.2rem;
  margin-top: 1em;
}
.p-page-guide li .kome {
  margin-top: 0.1em;
}
.p-page-guide .sTxt {
  font-size: 1.4rem;
}
.p-page-guide h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2em 0 0.5em;
}
.p-page-guide div.mini {
  font-size: 1.2rem;
  margin: 1.6em 0 0;
}
.p-page-guide .bdrBox {
  border: #D9D9D9 1px solid;
  padding: 1.6rem 1rem;
}
.p-page-guide img.card {
  width: 78%;
  max-width: 327px;
  display: block;
  margin: 1.2em 0;
}
.p-page-guide .contactBox {
  border: #C9C9C9 1px solid;
  background: #FBFBFA;
  padding: 1.5rem 1rem 1.4rem;
  margin: 1.5rem 0 0;
}
.p-page-guide .contactBox .tel {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color-primary);
}
.p-page-guide .contactBox .tel .telLink {
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
}
.p-page-guide .contactBox .time {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
.p-page-guide .contactBox .kome {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-guide {
    max-width: 126rem;
    margin: 0 auto;
  }
  .p-page-guide section {
    margin: 0 2.8rem;
    line-height: 1.8;
  }
  .p-page-guide section + section {
    margin-top: 10rem;
  }
  .p-page-guide .komeList {
    font-size: 1.3rem;
    margin-top: 1.5em;
  }
  .p-page-guide .kome {
    font-size: 1.3rem;
    margin-top: 1.5em;
  }
  .p-page-guide li .kome {
    margin-top: 0.3em;
  }
  .p-page-guide .sTxt {
    font-size: 1.5rem;
  }
  .p-page-guide h3 {
    font-size: 1.7rem;
    margin: 3em 0 0.8em;
  }
  .p-page-guide div.mini {
    font-size: 1.3rem;
    margin: 1.8em 0 0;
  }
  .p-page-guide .bdrBox {
    padding: 2rem 2.2rem;
  }
  .p-page-guide .contactBox {
    display: inline-block;
    padding: 2.4rem 3rem 2.2rem;
    margin: 2rem 0 0;
  }
  .p-page-guide .contactBox .tel {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0 1.5rem;
  }
  .p-page-guide .contactBox .tel .telLink {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.1em;
  }
  .p-page-guide .contactBox .time {
    text-align: left;
    font-size: 1.3rem;
    margin-top: 1em;
  }
  .p-page-guide .contactBox .kome {
    font-size: 1.3rem;
    margin-top: 0.2em;
  }
}
.p-page-guide .pBox + .pBox {
  margin-top: 1.6rem;
}
.p-page-guide .pBox a {
  background: #FDF6F0;
  padding: 1.4rem 1.4rem 2rem;
  display: block;
  position: relative;
}
.p-page-guide .pBox .img {
  aspect-ratio: 1/1;
  background: #fff;
  width: 25vw;
  position: absolute;
  left: 1.4rem;
  top: 1.4rem;
}
.p-page-guide .pBox .nameBox {
  padding-left: 29vw;
  height: 25vw;
  margin-bottom: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-page-guide .pBox .nameBox h3 {
  font-family: var(--font-min);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
.p-page-guide .pBox .nameBox h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-90deg);
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
  margin: -0.2em -1em 0 0.5em;
}
.p-page-guide .pBox .nameBox .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
.p-page-guide .pBox .nameBox .tag li {
  border: var(--color-primary) 1px solid;
  background: #fff;
  color: var(--color-primary);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  min-width: 4.4em;
  height: 2em;
  padding: 0 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-guide .pBox .nameBox .icon {
  display: flex;
  gap: 0 0.7rem;
  margin: 0.6rem 0 0;
}
.p-page-guide .pBox .nameBox .icon img {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-guide .pBox + .pBox {
    margin-top: 3.2rem;
  }
  .p-page-guide .pBox a {
    padding: 2.8rem 3.6rem;
    display: flex;
    align-items: flex-start;
    gap: 0 3.6rem;
  }
  .p-page-guide .pBox .img {
    width: 17rem;
    position: relative;
    left: auto;
    top: auto;
  }
  .p-page-guide .pBox .nameBox {
    padding: 0.8rem 0 0 0;
    height: auto;
    margin-bottom: 2rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .p-page-guide .pBox .nameBox h3 {
    font-size: 2.2rem;
    margin: 0;
  }
  .p-page-guide .pBox .nameBox h3:after {
    width: 0.9rem;
    height: 0.9rem;
    margin: -0.3em 0 0 0.6em;
  }
  .p-page-guide .pBox .nameBox .tag {
    gap: 0.2rem 0.5rem;
    margin-left: 3.6rem;
  }
  .p-page-guide .pBox .nameBox .tag li {
    font-size: 1.4rem;
    min-width: 4.4em;
    height: 2.1em;
    padding: 0 0.8em;
  }
  .p-page-guide .pBox .nameBox .icon {
    margin: 0 0 0 2.2rem;
  }
  .p-page-guide .pBox .nameBox .icon img {
    width: 3rem;
  }
}

.p-page-subscription .topTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.8rem;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 3.7rem;
}
@media screen and (min-width: 768px) {
  .p-page-subscription .topTxt {
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 7rem;
  }
}
.p-page-subscription #topNav {
  position: relative;
  padding: 4rem 0.2rem 2.2rem;
}
.p-page-subscription #topNav:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: #F7F6F5;
}
.p-page-subscription #topNav h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 3.8rem;
}
.p-page-subscription #topNav h2 .key {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
}
.p-page-subscription #topNav h2 strong {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  margin-right: 0.1em;
}
.p-page-subscription #topNav .navList {
  width: 32.2rem;
  margin: 0 auto 2.6rem;
  font-family: var(--font-min);
}
.p-page-subscription #topNav .navList li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.p-page-subscription #topNav .navList a {
  position: relative;
  padding: 0 3.4rem 0 1.1rem;
  height: 8rem;
  background: #fff;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.p-page-subscription #topNav .navList a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
}
.p-page-subscription #topNav .navList .num {
  font-size: 2.6rem;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.1;
  width: 1.6em;
}
.p-page-subscription #topNav .navList .ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  width: 7.5em;
}
.p-page-subscription #topNav .navList .kakko {
  margin: 0 -0.5em;
}
.p-page-subscription #topNav .navList .img {
  flex: 1;
}
.p-page-subscription #topNav .komeList {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #525252;
}
@media screen and (min-width: 768px) {
  .p-page-subscription #topNav {
    padding: 9rem 0;
    max-width: 108rem;
    margin: 0 auto 11rem;
  }
  .p-page-subscription #topNav h2 {
    font-size: 3.4rem;
    font-weight: 400;
    margin-bottom: 9.6rem;
  }
  .p-page-subscription #topNav h2 .key {
    display: inline-block;
  }
  .p-page-subscription #topNav h2 strong {
    font-size: 4.6rem;
    margin: 0 0.06em 0 0.15em;
  }
  .p-page-subscription #topNav .navList {
    display: flex;
    gap: 0 1rem;
    width: 100%;
    margin: 0 auto 4.8rem;
  }
  .p-page-subscription #topNav .navList li {
    margin: 0 !important;
    flex: 1;
  }
  .p-page-subscription #topNav .navList a {
    padding: 3.4rem 0 4rem;
    height: 23.6rem;
    flex-direction: column;
    justify-content: stretch;
  }
  .p-page-subscription #topNav .navList a:after {
    right: 50%;
    top: auto;
    bottom: 1.6rem;
    transform: translateX(50%);
  }
  .p-page-subscription #topNav .navList .num {
    font-size: 3.2rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .p-page-subscription #topNav .navList .ttl {
    font-size: 1.8rem;
    width: 100%;
    height: 2.8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-page-subscription #topNav .navList .kakko {
    margin: 0 -0.5em;
    white-space: nowrap;
  }
  .p-page-subscription #topNav .navList .img {
    flex: 1;
    width: 100%;
    padding: 1rem 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-page-subscription #topNav .komeList {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-page-subscription section {
  border: #BABABA 1px solid;
  padding: 2.6rem 2.5rem 2rem;
  margin: 6rem 0 0;
}
.p-page-subscription section h2 {
  text-align: center;
  margin-bottom: 3.6rem;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-page-subscription section h2 strong {
  font-size: 3.7rem;
  line-height: 0.9;
  font-weight: 600;
}
.p-page-subscription section h2 .key {
  position: relative;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.p-page-subscription section h2 .key:after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-page-subscription section h2 .num {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-page-subscription section .txt {
  line-height: 1.8;
}
.p-page-subscription section .wide {
  margin-left: -0.9rem;
  margin-right: -0.9rem;
}
.p-page-subscription section .komeList {
  font-size: 1.1rem;
  margin-top: 1.7em;
  color: #525252;
}
.p-page-subscription section .bgArea {
  background: #F7F6F5;
  padding: 2rem 1.5rem;
  margin: 3rem -0.9rem 0;
}
.p-page-subscription section .bgArea .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.p-page-subscription section .bgArea .txt {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-subscription section {
    max-width: 120rem;
    padding: 7rem 7.7rem 6rem;
    margin: 9rem auto 0;
  }
  .p-page-subscription section h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.8rem;
    font-size: 3rem;
    font-weight: 500;
  }
  .p-page-subscription section h2 strong {
    font-size: 4.5rem;
    line-height: 0.9;
    font-weight: 600;
  }
  .p-page-subscription section h2 .key {
    padding: 0 6.6rem 0 0;
    margin: 0;
    font-size: 2rem;
    gap: 0 1.4rem;
  }
  .p-page-subscription section h2 .key:after {
    width: 5.4rem;
    height: 1px;
    left: auto;
    right: 3.3rem;
    bottom: 43%;
    transform: translateX(50%) rotate(-56deg);
    transform-origin: center;
  }
  .p-page-subscription section h2 .merit {
    display: inline-block;
    padding-top: 0.2em;
  }
  .p-page-subscription section h2 .num {
    font-size: 3.3rem;
  }
  .p-page-subscription section .txt {
    line-height: 1.8;
  }
  .p-page-subscription section .wide {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .p-page-subscription section .komeList {
    font-size: 1.3rem;
    margin-top: 2.1em;
  }
  .p-page-subscription section .bgArea {
    padding: 2.9rem 3.5rem 2.4rem;
    margin: 5.6rem 0 0;
  }
  .p-page-subscription section .bgArea .title {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.1em;
  }
  .p-page-subscription section .bgArea .txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.p-page-subscription section#merit01 .txt {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .p-page-subscription section#merit01 .txt {
    margin-bottom: 2.5em;
  }
}
.p-page-subscription .infoList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem 0;
  margin: 8rem auto 0;
  text-align: center;
}
.p-page-subscription .infoList .txt {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 500;
}
.p-page-subscription .infoList .c-btn-border {
  width: 74vw;
  font-weight: 600;
  font-size: 1.5rem;
  height: 3.3em;
}
@media screen and (min-width: 768px) {
  .p-page-subscription .infoList {
    flex-direction: row;
    gap: 0 10rem;
    margin: 14rem auto 0;
    padding-bottom: 2rem;
  }
  .p-page-subscription .infoList li {
    width: calc(50% - 5rem);
    max-width: 40.2rem;
  }
  .p-page-subscription .infoList .txt {
    font-size: 1.7rem;
    margin-bottom: 1.9em;
    line-height: 1.7;
    font-weight: 500;
  }
  .p-page-subscription .infoList .c-btn-border {
    width: 100%;
    font-size: 1.9rem;
    height: 4.3em;
  }
}

.p-page-video .videoList {
  width: 86%;
  margin: 0 auto;
  padding: 1.6rem 0;
  display: flex;
  flex-direction: column;
  gap: 5.6rem 0;
}
.p-page-video .videoList .top {
  display: flex;
  align-items: flex-start;
  gap: 0 1rem;
  margin: 1.1rem 0 0.8rem;
}
.p-page-video .videoList .tag {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 0.2rem;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--color-primary);
  font-weight: 500;
}
.p-page-video .videoList .tag li {
  border: 1px solid rgba(var(--color-primary2), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1em;
  min-width: 5em;
  padding: 0 1.3em;
  border-radius: 2em;
}
.p-page-video .videoList .date {
  margin-right: 0.4em;
  font-size: 1.2rem;
  color: #A38E7C;
  padding-top: 0.2em;
}
.p-page-video .videoList .img {
  position: relative;
}
.p-page-video .videoList .img:before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/start.svg) no-repeat center;
  background-size: contain;
}
.p-page-video .videoList h2 {
  font-size: 1.7rem;
  text-align: justify;
  font-weight: 600;
  line-height: 1.6;
}
.p-page-video .videoList .txt {
  font-size: 1.3rem;
  color: #474544;
  text-align: justify;
  margin: 0.8em 0 0;
}
@media screen and (min-width: 768px) {
  .p-page-video .videoList {
    width: 100%;
    max-width: 1200px;
    padding: 3rem 0 5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10rem 8%;
  }
  .p-page-video .videoList li {
    width: 46%;
  }
  .p-page-video .videoList .top {
    margin: 2.2rem 0 1.7rem;
  }
  .p-page-video .videoList .tag {
    font-size: 1.3rem;
    gap: 0.3rem;
  }
  .p-page-video .videoList .tag li {
    width: auto;
    height: 2.2em;
    min-width: 6.2em;
    padding: 0 1.6em;
  }
  .p-page-video .videoList .date {
    margin-right: 1em;
    font-size: 1.5rem;
    padding-top: 0.1em;
  }
  .p-page-video .videoList .img:before {
    width: 9.3rem;
    height: 9.3rem;
  }
  .p-page-video .videoList h2 {
    font-size: 2.1rem;
    line-height: 1.7;
    margin: 0 1.5rem;
  }
  .p-page-video .videoList .txt {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 1.3em 1.5rem 0;
  }
}

.fslightbox-youtube-iframe.video {
  width: min(100vw, 1100px) !important;
  height: calc(min(100vw, 1100px) * 0.5625) !important;
}

.p-page-story {
  padding: 0 1rem;
}
.p-page-story h2.pTitle {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 4.8rem;
}
.p-page-story h2.pTitle .min {
  font-size: 2.4rem;
  line-height: 1.4;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-story {
    padding: 0;
  }
  .p-page-story h2.pTitle {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 8.5rem;
  }
  .p-page-story h2.pTitle .min {
    font-size: 3.2rem;
    margin-right: 1em;
  }
}
.p-page-story .imageMovie {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1920px;
}
.p-page-story .imageMovie video {
  max-width: 100%;
}
.p-page-story .imageMovie button {
  display: block;
  width: 11rem;
  margin: 3vw 4vw 0 auto;
  padding: 0;
  border: none;
  cursor: pointer;
  aspect-ratio: 308/56;
  transition: opacity 0.26s;
}
.p-page-story .imageMovie button.on {
  background: url(../img/story/sound_on.png) no-repeat center;
  background-size: contain;
}
.p-page-story .imageMovie button.off {
  background: url(../img/story/sound_off.png) no-repeat center;
  background-size: contain;
}
@media (any-hover: hover) {
  .p-page-story .imageMovie button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-page-story .imageMovie button {
    width: 15.4rem;
    margin: 20px 26px 0 auto;
  }
}
.p-page-story .birthSec {
  padding: 9rem 0;
}
.p-page-story .birthSec h3.min {
  margin: 2.7em -1.5em 2em -0.5em;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.p-page-story .birthSec h3.min span {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  display: block;
  margin: 0.6em -1em 0 0.8em;
}
.p-page-story .birthSec sup {
  font-size: 50%;
  vertical-align: 1.2em;
}
.p-page-story .birthSec .txtBox .txt {
  text-align: justify;
  line-height: 2;
  font-size: 1.4rem;
}
.p-page-story .birthSec .txtBox .komeList {
  font-size: 1rem;
  margin-top: 2em;
  color: #525252;
}
.p-page-story .birthSec .leader {
  width: 88%;
  margin: 5rem auto 0;
}
.p-page-story .birthSec .leader .img {
  width: 80%;
  margin: 0 auto 1.7rem;
}
.p-page-story .birthSec .leader .name {
  width: 84%;
  margin: 0 auto 2.4rem;
}
.p-page-story .birthSec .leader .name .sTxt {
  font-size: 1.1rem;
  display: block;
}
.p-page-story .birthSec .leader .name img {
  width: 66%;
  vertical-align: bottom;
  display: inline-block;
  margin: 0.8rem 0 0 1rem;
}
.p-page-story .birthSec .leader .name .toji {
  font-size: 1rem;
  opacity: 0.9;
  padding-bottom: 0.3em;
  margin-left: 0.6em;
  display: inline-block;
}
.p-page-story .birthSec .leader .txt {
  font-size: 1.2rem;
  text-align: justify;
  margin: 0 -1em;
}
@media screen and (min-width: 768px) {
  .p-page-story .birthSec {
    padding: 24rem 0 22rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 0 10%;
  }
  .p-page-story .birthSec h2.pTitle {
    margin-bottom: 10rem;
  }
  .p-page-story .birthSec h3.min {
    margin: 2.7em 0 2.5em -0.5em;
    font-size: 3.2rem;
    letter-spacing: 0.07em;
  }
  .p-page-story .birthSec h3.min span {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    margin: 0.8em 0 0 0.8em;
  }
  .p-page-story .birthSec h3.min sup {
    font-size: 40%;
    vertical-align: 1.2em;
  }
  .p-page-story .birthSec .txtBox {
    flex: 1;
  }
  .p-page-story .birthSec .txtBox .txt {
    line-height: 2.1;
    font-size: 1.7rem;
  }
  .p-page-story .birthSec .txtBox .komeList {
    font-size: 1.2rem;
    margin-top: 4em;
    color: #525252;
    text-align: right;
  }
  .p-page-story .birthSec .leader {
    width: 27.7%;
    margin: 0;
  }
  .p-page-story .birthSec .leader .img {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .p-page-story .birthSec .leader .name {
    width: 100%;
    margin: 0 auto 3.6rem;
  }
  .p-page-story .birthSec .leader .name .sTxt {
    font-size: 1.4rem;
  }
  .p-page-story .birthSec .leader .name img {
    width: 21.8rem;
    margin: 1.8rem 0 0 1.8rem;
  }
  .p-page-story .birthSec .leader .name .toji {
    font-size: 1.3rem;
    padding-bottom: 0.3em;
    margin-left: 1em;
  }
  .p-page-story .birthSec .leader .txt {
    font-size: 1.3rem;
    margin: 0;
  }
}
.p-page-story .careSec {
  position: relative;
  padding: 10rem 0;
}
.p-page-story .careSec:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/story/bg01.jpg) no-repeat right bottom;
  background-size: auto 100%;
}
.p-page-story .careSec h2 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.p-page-story .careSec h2 .key {
  font-size: 2.9rem;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
.p-page-story .careSec .topTxt {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-page-story .careSec {
    padding: 21rem 0 23rem;
  }
  .p-page-story .careSec:before {
    background-position: center bottom;
    background-size: cover;
  }
  .p-page-story .careSec h2 {
    margin-bottom: 6.4rem;
    font-size: 2.3rem;
    letter-spacing: 0.07em;
  }
  .p-page-story .careSec h2 .key {
    font-size: 3.9rem;
    margin-bottom: 0.35em;
  }
  .p-page-story .careSec .topTxt {
    font-size: 1.7rem;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 13rem;
  }
}
.p-page-story .careSec .careList {
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 5.4rem 0;
}
.p-page-story .careSec .careList dl {
  margin: 2rem 0 0;
}
.p-page-story .careSec .careList dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.p-page-story .careSec .careList dl dt .key {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: 0.2em;
}
.p-page-story .careSec .careList dl dd {
  font-size: 1.4rem;
  text-align: justify;
}
.p-page-story .careSec .careList dl sup {
  font-size: 50%;
  vertical-align: 1.25em;
}
.p-page-story .careSec .careList dl .kome {
  font-size: 0.9rem;
  margin: 2em 0 -1em;
}
@media screen and (min-width: 768px) {
  .p-page-story .careSec .careList {
    max-width: 108rem;
    margin: 0 auto;
    gap: 7.6rem 0;
  }
  .p-page-story .careSec .careList li {
    display: flex;
    gap: 0 6rem;
  }
  .p-page-story .careSec .careList img {
    width: 30.4rem;
  }
  .p-page-story .careSec .careList dl {
    margin: 0;
  }
  .p-page-story .careSec .careList dl dt {
    font-size: 1.8rem;
    margin-bottom: 1.1em;
  }
  .p-page-story .careSec .careList dl dt .key {
    font-size: 3rem;
    margin-right: 0.25em;
  }
  .p-page-story .careSec .careList dl dd {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .p-page-story .careSec .careList dl .kome {
    font-size: 1rem;
    margin: 2em 0 -1em;
  }
}
.p-page-story .policySec {
  position: relative;
  padding: 9rem 0 7rem;
}
.p-page-story .policySec:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/story/bg02.jpg) no-repeat center;
  background-size: auto 100%;
}
.p-page-story .policySec .topTxt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-page-story .policySec {
    padding: 20rem 2rem 17rem;
    max-width: 121.2rem;
    margin: 0 auto;
  }
  .p-page-story .policySec:before {
    background-size: cover;
  }
  .p-page-story .policySec .topTxt {
    font-size: 1.7rem;
    line-height: 2.1;
    text-align: left;
  }
}
.p-page-story .policySec dl {
  margin-top: 6.4rem;
}
.p-page-story .policySec dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2.8em 0 0.5em;
}
.p-page-story .policySec dl dd {
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
  padding-left: 1.5em;
}
.p-page-story .policySec .imgList {
  margin: 6.5rem 0 0 -2.6rem;
}
.p-page-story .policySec .imgList li {
  width: 80%;
}
.p-page-story .policySec .imgList li:nth-child(2) {
  width: 70%;
  margin: 3rem 1rem 0 auto;
}
@media screen and (min-width: 768px) {
  .p-page-story .policySec dl {
    margin-top: 7rem;
  }
  .p-page-story .policySec dl dt {
    font-size: 1.7rem;
    margin: 2.8em 0 0.6em;
  }
  .p-page-story .policySec dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 1.3em;
  }
  .p-page-story .policySec .imgList {
    margin: 10rem 0 0 0;
    display: flex;
    gap: 0 4.4rem;
  }
  .p-page-story .policySec .imgList img {
    height: 21.8rem;
  }
  .p-page-story .policySec .imgList li {
    width: auto !important;
    margin: 0 !important;
  }
}
.p-page-story .ambassadorSec {
  padding: 9rem 0 3rem;
}
.p-page-story .ambassadorSec .txtBox .txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
.p-page-story .ambassadorSec .txtBox .txt strong {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  background: var(--color-primary);
  display: inline-block;
  margin: 0 0.3em 0 0.2em;
}
.p-page-story .ambassadorSec .shibukiBox {
  width: 88%;
  margin: 4rem auto 0;
}
.p-page-story .ambassadorSec .shibukiBox .img {
  width: 94%;
  margin: 0 auto 1.7rem;
}
.p-page-story .ambassadorSec .shibukiBox .name {
  width: 94%;
  margin: 0 auto 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-page-story .ambassadorSec .shibukiBox .name .ambassador {
  font-size: 1.1rem;
  display: block;
  width: 100%;
}
.p-page-story .ambassadorSec .shibukiBox .name .actor {
  font-size: 1.1rem;
  display: inline-block;
  padding-bottom: 1em;
}
.p-page-story .ambassadorSec .shibukiBox .name img {
  width: 63%;
  vertical-align: bottom;
  display: inline-block;
  margin: 0.8rem 0 0 1.5rem;
}
.p-page-story .ambassadorSec .shibukiBox .name .toji {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0 -1.5em 0 0.8em;
  padding-bottom: 0.3em;
  display: inline-block;
}
.p-page-story .ambassadorSec .shibukiBox .txt {
  font-size: 1.2rem;
  text-align: justify;
  margin: 0 -1em;
}
@media screen and (min-width: 768px) {
  .p-page-story .ambassadorSec {
    padding: 17rem 2rem 6rem;
    max-width: 121.2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0 6%;
  }
  .p-page-story .ambassadorSec .txtBox {
    flex: 1; /* padding-top: 8rem; */
  }
  .p-page-story .ambassadorSec .txtBox .txt {
    font-size: 1.7rem;
    line-height: 2.1;
    letter-spacing: 0;
  }
  .p-page-story .ambassadorSec .txtBox .txt strong {
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0 0.3em 0 0.2em;
  }
  .p-page-story .ambassadorSec .shibukiBox {
    width: 40%;
    margin: 0;
  }
  .p-page-story .ambassadorSec .shibukiBox .img {
    width: 100%;
    margin: 0 auto 3.5rem;
  }
  .p-page-story .ambassadorSec .shibukiBox .name {
    width: 100%;
    margin: 0 auto 2.2rem;
    padding: 0 2rem;
  }
  .p-page-story .ambassadorSec .shibukiBox .name .ambassador {
    font-size: 1.4rem;
  }
  .p-page-story .ambassadorSec .shibukiBox .name .actor {
    font-size: 1.4rem;
    padding-bottom: 1em;
  }
  .p-page-story .ambassadorSec .shibukiBox .name img {
    width: 21.6rem;
    margin: 1.8rem 0 0 1.8rem;
  }
  .p-page-story .ambassadorSec .shibukiBox .name .toji {
    font-size: 1.3rem;
    padding-bottom: 0.3em;
    margin-left: 1em;
  }
  .p-page-story .ambassadorSec .shibukiBox .txt {
    font-size: 1.3rem;
    margin: 0;
    padding: 0 2rem;
  }
}

.c-form-errorMsg {
  font-size: 1.3rem;
}

.c-userNav-title__iconWrap {
  font-size: 0;
}

.c-productUser-body__title-name {
  font-size: 1.3rem;
  line-height: 1.3;
}

.c-productUser-sIcon {
  gap: 0.2rem 0.1rem;
}
.c-productUser-sIcon li {
  font-size: 0;
}
.c-productUser-sIcon li img {
  height: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c-productUser-body__title-name {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .c-productUser-sIcon {
    gap: 0.2rem 0.2rem;
  }
  .c-productUser-sIcon li {
    background: #fff;
  }
  .c-productUser-sIcon li img {
    height: 2.1rem;
  }
}
.p-myPage-recommendWrap__inner {
  row-gap: 4rem;
}
@media screen and (min-width: 1220px) {
  .p-myPage-recommendWrap {
    margin-top: 6rem;
  }
  .p-myPage-recommendWrap__inner {
    row-gap: 5.2rem;
  }
}

.m-userProductSectCol .m-userProductSectCol-productDetail__info {
  margin-bottom: 1em;
}

.m-userProductSectCol .m-orderProductSect-productPrice {
  font-size: 1.3rem;
}

.m-userProductSectCol-productDetailInfo__title::after {
  letter-spacing: 0;
}

.m-userSectCol-body .infoBox {
  font-size: 1.4rem;
}
.m-userSectCol-body .infoBox .contactBox {
  border: #C9C9C9 1px solid;
  background: #FBFBFA;
  padding: 1.5rem 1rem 1.4rem;
  margin: 2rem 0 0;
}
.m-userSectCol-body .infoBox .contactBox .tel {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color-primary);
}
.m-userSectCol-body .infoBox .contactBox .tel .telLink {
  text-decoration: none;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
}
.m-userSectCol-body .infoBox .contactBox .time {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
.m-userSectCol-body .infoBox .contactBox .kome {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .m-userSectCol-body .infoBox .contactBox {
    display: inline-block;
    padding: 2rem 3.2rem 1.8rem;
    margin: 3rem 0 0;
  }
  .m-userSectCol-body .infoBox .contactBox .tel {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0 1.5rem;
  }
  .m-userSectCol-body .infoBox .contactBox .tel .telLink {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.1em;
  }
  .m-userSectCol-body .infoBox .contactBox .time {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 1em;
  }
  .m-userSectCol-body .infoBox .contactBox .kome {
    font-size: 1.2rem;
    margin-top: 0.2em;
  }
}/*# sourceMappingURL=customize.css.map */