@charset "UTF-8";
/*Base*/
:root {
  --color-main: #231815;
  --color-primary: #6496A0;
  --color-warning: #FCFCBE;
  --color-danger: #E25858;
  --color-light: #e3e3e3;
  --color-dark: #707070;
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #6496A0;
  --color-blue-light: #EEF8FC;
  --color-blue-heavy: #26499d;
  --color-transparent-blue: #6496A033;
  --color-red: #E25858;
  --color-transparent-red: #E2585833;
  --color-yellow: #E5DC09;
  --color-yellow-light: #FCFCBE;
  --color-orange: #D67936;
  --color-orange-light: #f0aa83;
  --color-green: #5DD87A;
  --color-purple: #B565F1;
  --color-pink: #EF6EBF;
  --color-gray: #e3e3e3;
  --color-gray-dark: #707070;
  --color-gray-middle: #7C7C7C;
  --color-gray-light: #FAFAFA;
  --color-gray-light-little: #EAEAEA;
  --color-gray-light-middle: #F8F8F8;
  --color-line: #06C755;
  --color-facebook: #1877F2;
  --color-twitter: #1D9BF0;
  --color-x: #000000;
  --color-yahoo: #FF0033;
  --color-google: #FFFFFF;
  --color-rakuten: #FFFFFF;
  --color-paypal: #EEEEEE;
  --color-atone: #0092CC;
  --color-temp-zones-normal: #2CAA2C;
  --color-temp-zones-chilled: #009CEB;
  --color-temp-zones-frozen: #949494;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Noto Serif JP", serif;
  --hover-opacity: 0.7;
  --transition-default: 350ms ease;
  --dialog-width: 100%;
  --dialog-bg: var(--color-white);
  --dialog-color: var(--color-black);
  --dialog-bg-head: var(--color-gray-light);
  --dialog-color-head: var(--color-black);
  --dialog-border-color: transparent;
  --dialog-margin: auto;
}

:root {
  font-family: var(--H-base-font-family);
  font-size: 62.5%;
  font-weight: var(--H-font-weight);
  color: var(--H-text-base);
}

.u-font__ja {
  font-family: var(--font-ja) !important;
}

.u-font__en {
  font-family: var(--font-en) !important;
}

body {
  color: var(--color-main);
}

html.is-jump-loading {
  opacity: 0;
}

.s-header {
  /* height: 86px; */
  height: auto;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding-top: env(safe-area-inset-top);
  will-change: transform;
}
@media screen and (max-width: 1449px) {
  .s-header {
    /* height: 78px; */
  }
}
@media screen and (min-width: 1401px) {
  .s-header a:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header {
    /* height: mix.t-calc(78); */
  }
}
@media screen and (max-width: 766px) {
  .s-header {
    /* height: mix.s-calc(196); */
  }
}
.s-header-wrap {
  padding: 0 56px 0 34px;
  height: 86px;
  position: relative;
  border-left-width: auto;
  top: auto;
}
@media screen and (max-width: 1449px) {
  .s-header-wrap {
    height: 78px;
    padding: 0 56px 0 31px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-wrap {
    height: 5.5714285714vw;
    padding: 0 4vw 0 2.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-wrap {
    height: 25.5874673629vw;
    padding: 4.1775456919vw 3.6553524804vw 0 4.046997389vw;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.s-header-wrap__nav {
  margin-left: auto;
}
@media screen and (max-width: 1449px) {
  .s-header-wrap__nav {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: unset;
    right: 36px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-wrap__nav {
    right: 2.5714285714vw;
    width: 2.2857142857vw;
    height: 2.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-wrap__nav {
    bottom: unset;
    z-index: 999;
    top: 3.0026109661vw;
    right: 3.6553524804vw;
    width: 9.3994778068vw;
    height: 9.3994778068vw;
  }
}
.s-header-wrap__utility {
  column-gap: 35px;
  flex-grow: unset;
  margin: 0 0 0 -142px;
  width: 388px;
  position: relative;
  z-index: -1;
  top: unset;
}
.s-header-wrap__utility:has(.is-active) {
  z-index: 0;
}
@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .s-header-wrap__utility {
    margin: 0 0 0 -190px;
    column-gap: 29px;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-wrap__utility {
    margin-left: auto;
    margin-right: 35px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-wrap__utility {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-wrap__utility {
    gap: 0;
    width: 27.8067885117vw;
    top: -0.9138381201vw;
    flex-direction: row;
    margin: 0;
    right: 0;
    height: 8.2245430809vw;
    z-index: 0;
  }
}
.s-header-wrap__logo {
  width: 175px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-wrap__logo {
    width: 12.5vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-wrap__logo {
    width: 33.2898172324vw;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-navBlok__openBtn {
    display: flex;
    width: 32px;
    height: 32px;
  }
  .s-header-navBlok__openBtn::before, .s-header-navBlok__openBtn::after, .s-header-navBlok__openBtn > span {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: calc(50% - 0.1rem);
    background-color: #595757;
  }
  .s-header-navBlok__openBtn > span {
    right: 0;
    margin: auto;
  }
  .s-header-navBlok__openBtn::before {
    left: 4px;
  }
  .s-header-navBlok__openBtn::after {
    right: 4px;
    left: unset;
  }
  .s-header-navBlok__openBtn.active::before {
    background-color: #78B4A0;
    width: 90%;
    height: 0.2857142857vw;
    border-radius: unset;
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .s-header-navBlok__openBtn.active > span {
    opacity: 0;
  }
  .s-header-navBlok__openBtn.active::after {
    background-color: #78B4A0;
    width: 90%;
    height: 0.2857142857vw;
    border-radius: unset;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .s-header-navBlok__openBtn.active + .s-header-navBlok__nav {
    opacity: 1;
  }
}
@media screen and (max-width: 766px) {
  .s-header-navBlok__openBtn {
    width: 9.3994778068vw;
    height: 9.3994778068vw;
  }
  .s-header-navBlok__openBtn::before, .s-header-navBlok__openBtn::after, .s-header-navBlok__openBtn > span {
    height: 0.6527415144vw;
    width: 0.6527415144vw;
    border-radius: 50%;
    top: calc(50% - 0.1rem);
    background-color: #595757;
  }
  .s-header-navBlok__openBtn > span {
    right: 0;
    margin: auto;
  }
  .s-header-navBlok__openBtn::before {
    left: 2.6109660574vw;
  }
  .s-header-navBlok__openBtn::after {
    right: 2.6109660574vw;
    left: unset;
  }
  .s-header-navBlok__openBtn.active {
    background-color: #FAFAD2;
    border-radius: 0.6527415144vw;
  }
  .s-header-navBlok__openBtn.active::before {
    background-color: #78B4A0;
    width: 40%;
    height: 0.3916449086vw;
    border-radius: unset;
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .s-header-navBlok__openBtn.active > span {
    opacity: 0;
  }
  .s-header-navBlok__openBtn.active::after {
    background-color: #78B4A0;
    width: 40%;
    height: 0.3916449086vw;
    border-radius: unset;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .s-header-navBlok__openBtn.active + .s-header-navBlok__nav {
    opacity: 1;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-navBlok__nav {
    display: block;
    width: 522px;
    height: 530px;
    padding: 0;
    position: fixed;
    top: 77px;
    top: 0;
    left: unset;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    border-top: 1px solid var(--color-gray);
    background: #FAFAD2;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: all 0.4s ease;
    transform: translate(0, -10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 28px 0 0 28px;
    opacity: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-navBlok__nav {
    top: 5.5vw;
    height: 37.8571428571vw;
    border-radius: 2vw 0 0 2vw;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-navBlok__nav {
    width: 43.5vw;
    height: 44.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-navBlok__nav {
    top: 25.5874673629vw;
    width: 95.953002611vw;
    height: auto;
    border-radius: 3.6553524804vw 0 0 3.6553524804vw;
  }
  .s-header-navBlok__nav::after {
    display: none;
  }
}
.s-header-contentsNavBlock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 60px;
}
@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .s-header-contentsNavBlock {
    gap: 0 50px;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-contentsNavBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 48px 20px;
    padding: 54px 77px;
    height: unset;
    overflow: unset;
  }
}
@media screen and (max-width: 1200px) {
  .s-header-contentsNavBlock {
    gap: 4vw 1.6666666667vw;
    padding: 4.5vw 6.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock {
    grid-template-columns: 1fr;
    gap: 3.1331592689vw 0;
    padding: 10.182767624vw 14.0992167102vw 6.2663185379vw;
  }
}
.s-header-contentsNavBlock__link {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock__link {
    gap: 0.5221932115vw 0;
  }
}
.s-header-contentsNavBlock__text--en {
  letter-spacing: 0rem;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 500;
  color: #78B4A0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-contentsNavBlock__text--en {
    letter-spacing: 0vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-contentsNavBlock__text--en {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock__text--en {
    font-size: 3.9164490862vw;
    letter-spacing: 0vw;
    line-height: 1.2;
  }
}
.s-header-contentsNavBlock__text--ja {
  letter-spacing: 0rem;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #595757;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-contentsNavBlock__text--ja {
    letter-spacing: 0vw;
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 1449px) {
  .s-header-contentsNavBlock__text--ja {
    font-size: 1vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock__text--ja {
    font-size: 2.8720626632vw;
    letter-spacing: 0vw;
    line-height: 1.9090909091;
  }
}
.s-header-contentsNavBlock__sp-item {
  padding: 30px 77px 0;
}
@media screen and (min-width: 1450px) {
  .s-header-contentsNavBlock__sp-item {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-contentsNavBlock__sp-item {
    padding: 2.1428571429vw 5.5vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock__sp-item {
    padding: 0 14.0992167102vw 10.182767624vw;
    position: relative;
  }
}
.s-header-contentsNavBlock__sp-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.s-header-contentsNavBlock__sp-bg.is-active {
  display: block;
}
@media screen and (min-width: 1401px) {
  .s-header-contentsNavBlock__sp-bg.is-active {
    display: none;
  }
}
.s-header-contentsNavBlock__sp-link {
  letter-spacing: 0.001rem;
  font-size: 1.2rem;
  line-height: 2.5833333333;
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-contentsNavBlock__sp-link {
    letter-spacing: 0.0007142857vw;
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock__sp-link {
    font-size: 1.5665796345vw;
    letter-spacing: 0.0015665796vw;
    line-height: 4;
  }
}
.s-header-contentsNavBlock__sns-link {
  width: 28px;
  height: 28px;
  display: block;
  margin-top: 35px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-contentsNavBlock__sns-link {
    width: 2vw;
    height: 2vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-contentsNavBlock__sns-link {
    width: 7.0496083551vw;
    height: 7.0496083551vw;
    display: block;
    margin-top: 0;
    position: absolute;
    top: 2.6109660574vw;
    right: 14.3603133159vw;
  }
}
.s-header-contentsNavBlock__sns-link img {
  width: 100%;
  height: auto;
}
.s-header-utilityList {
  gap: 0 35px;
}
@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .s-header-utilityList {
    gap: 0 31px;
    padding-right: 3px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-utilityList {
    gap: 0 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-utilityList {
    gap: 0 4.5691906005vw;
  }
}
.s-header-utilityList__item {
  width: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-utilityList__item {
    width: 2.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-utilityList__item {
    width: 5.4830287206vw;
  }
}
.s-header-utilityList__icon {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-utilityList__icon {
    width: 2.2857142857vw;
    height: 2.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header-utilityList__icon {
    width: 5.4830287206vw;
    height: 5.4830287206vw;
  }
}
.s-header-utilityList__icon img {
  width: 100%;
  height: auto;
}
.s-header__cartCnt {
  background-color: unset;
  letter-spacing: 0rem;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  color: #595757;
  font-weight: 500;
  top: 0rem;
  right: 2px;
  font-family: var(--font-ja);
  min-width: 26px;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header__cartCnt {
    letter-spacing: 0vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header__cartCnt {
    font-size: 1vw;
    right: 0.1428571429vw;
    min-width: 1.8571428571vw;
    height: auto;
  }
}
@media screen and (max-width: 766px) {
  .s-header__cartCnt {
    top: 0.5221932115vw;
    right: 0.2610966057vw;
    font-size: 2.3498694517vw;
    min-width: 4.4386422977vw;
    height: unset;
  }
}
.s-header-freeWordSearch {
  width: 32px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media screen and (max-width: 1449px) {
  .s-header-freeWordSearch {
    width: 253px;
    max-width: unset;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header-freeWordSearch {
    width: 18.0714285714vw;
  }
}
@media screen and (min-width: 1450px) {
  .s-header-freeWordSearch.is-active {
    width: 253px;
  }
}
@media screen and (max-width: 766px) {
  .s-header-freeWordSearch {
    position: absolute;
    width: 91.9060052219vw;
    right: 0;
    bottom: -11.4882506527vw;
  }
}
.s-header .p-top-belt {
  background-color: #78B4A0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 12px;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header .p-top-belt {
    letter-spacing: 0.0714285714vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .s-header .p-top-belt {
    padding: 0.7142857143vw 0 0.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .s-header .p-top-belt {
    font-size: 3.2637075718vw;
    letter-spacing: 0.0326370757vw;
    line-height: 1;
    padding: 2.6109660574vw 0 2.8720626632vw;
    margin-bottom: -1px;
  }
}

.c-freeWordSearchBox {
  border: none;
  padding: 0;
  transition: all 0.3s ease;
  gap: 0.7rem;
}
@media screen and (min-width: 1450px) {
  .is-active .c-freeWordSearchBox {
    padding: 4px 15px;
    border: solid 1px rgba(89, 87, 87, 0.4);
  }
}
@media screen and (max-width: 1449px) {
  .c-freeWordSearchBox {
    border: solid 1px rgba(89, 87, 87, 0.4);
    padding: 4px 15px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-freeWordSearchBox {
    padding: 0.2857142857vw 1.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .c-freeWordSearchBox {
    padding: 0 3.0026109661vw;
    height: 7.5718015666vw;
    gap: 2.2193211488vw;
    align-items: center;
  }
}
.c-freeWordSearchBox__form {
  font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-freeWordSearchBox__form {
    font-size: 1vw;
  }
}
@media screen and (max-width: 766px) {
  .c-freeWordSearchBox__form {
    font-size: 3.2637075718vw;
    letter-spacing: 0vw;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    line-height: normal;
    -webkit-appearance: none; /* iPhoneの独自UIを無効化 */
    appearance: none;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .c-freeWordSearchBox__form {
      align-self: flex-end;
    }
  }
}
.c-freeWordSearchBox__form::placeholder {
  color: #9A9A9A;
  opacity: 1;
}
@media screen and (max-width: 766px) {
  .c-freeWordSearchBox__form::placeholder {
    position: relative;
    line-height: 3.9164490862vw;
  }
}
.c-freeWordSearchBox__icon {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-freeWordSearchBox__icon {
    width: 2.2857142857vw;
    height: 2.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .c-freeWordSearchBox__icon {
    width: 5.4830287206vw;
    height: 5.4830287206vw;
  }
}
.c-freeWordSearchBox__icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 766px) {
  .m-breadcrumb {
    margin-top: 2.6109660574vw;
    margin-bottom: 0px;
  }
}

.l-main {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  border: solid 1px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-main {
    width: 80%;
    color: red;
  }
}
@media screen and (max-width: 766px) {
  .l-main {
    width: 90%;
  }
}

@media screen and (min-width: 1401px) {
  main a:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (max-width: 766px) {
  main {
    overflow: hidden;
  }
}

.l-container-wrap__body {
  padding-bottom: 0;
}

@media screen and (max-width: 766px) {
  .l-container-wrap {
    flex-direction: column;
  }
}

.l-footer {
  background-color: #FAFAD2;
  padding: 90px 0 32px;
  margin-top: 165px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer {
    padding: 6.4285714286vw 0 2.2857142857vw;
    margin-top: 11.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer {
    padding: 10.4438642298vw 0 10.4438642298vw;
    margin-top: 20.1044386423vw;
  }
}
@media screen and (min-width: 1401px) {
  .l-footer a:hover {
    opacity: var(--hover-opacity);
  }
}
.l-footer__inner {
  max-width: 1400px;
  width: 100%;
  padding: 0 83px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__inner {
    padding: 0 5.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__inner {
    padding: 0 7.7023498695vw;
    flex-direction: column;
  }
}
.l-footer__logo {
  width: 210px;
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__logo {
    width: 15vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__logo {
    width: 28.7206266319vw;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__sns-link {
  width: 28px;
  height: 28px;
  margin-top: 48px;
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__sns-link {
    width: 2vw;
    height: 2vw;
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__sns-link {
    display: none;
  }
}
.l-footer__nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 67px 88px;
  padding: 0 0 0 100px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav {
    gap: 4.7857142857vw 6.2857142857vw;
    padding: 0 0 0 7.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6135770235vw 3.7859007833vw;
    width: 100%;
    margin-top: 9.3994778068vw;
    padding: 0;
  }
}
.l-footer__nav-item {
  letter-spacing: 0.001rem;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #595757;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-item {
    letter-spacing: 0.0007142857vw;
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item {
    font-size: 2.8720626632vw;
    letter-spacing: 0.0287206266vw;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:nth-child(2) {
    order: 2;
  }
}
.l-footer__nav-item:nth-child(3) {
  min-width: 166px;
  margin-right: -30px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-item:nth-child(3) {
    min-width: 11.8571428571vw;
    margin-right: -2.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:nth-child(3) {
    order: 3;
    min-width: unset;
  }
}
.l-footer__nav-item:nth-child(4) {
  min-width: 166px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-item:nth-child(4) {
    min-width: 11.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:nth-child(4) {
    order: 4;
    min-width: unset;
  }
}
.l-footer__nav-item:nth-child(5) {
  margin-top: -30px;
  min-width: 166px;
  margin-right: -30px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-item:nth-child(5) {
    margin-top: -2.1428571429vw;
    min-width: 11.8571428571vw;
    margin-right: -2.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:nth-child(5) {
    order: 5;
    margin-top: 0;
    min-width: unset;
  }
}
.l-footer__nav-item:nth-child(6) {
  margin-top: -30px;
  min-width: 166px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-item:nth-child(6) {
    margin-top: -2.1428571429vw;
    min-width: 11.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:nth-child(6) {
    order: 6;
    margin-top: 0;
    min-width: unset;
  }
}
.l-footer__nav-item:last-child {
  display: flex;
  gap: 0 33px;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-item:last-child {
    gap: 2.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-item:last-child {
    order: 7;
    flex-direction: column;
    gap: 0.5221932115vw 0;
  }
}
.l-footer__nav-link {
  display: flex;
  flex-direction: column;
}
.l-footer__nav-large {
  letter-spacing: 0.001rem;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__nav-large {
    letter-spacing: 0.0007142857vw;
    font-size: 1.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__nav-large {
    font-size: 3.2637075718vw;
    letter-spacing: 0.0163185379vw;
    line-height: 1.48;
  }
}
.l-footer__copy {
  color: #727171;
  letter-spacing: 0.06rem;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  text-align: center;
  margin-top: 162px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__copy {
    letter-spacing: 0.0428571429vw;
    font-size: 0.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer__copy {
    margin-top: 11.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__copy {
    font-size: 2.8720626632vw;
    letter-spacing: 0.0143603133vw;
    line-height: 1;
    margin-top: 17.7545691906vw;
  }
}

.c-btn-top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 6rem;
  height: 6rem;
  z-index: 100;
  background-color: #78B4A0;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.c-btn-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-btn-top svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.6rem;
  height: auto;
  transform: rotate(-90deg) translateX(0.25rem);
  display: block;
}

@media screen and (max-width: 766px) {
  .p-refinedSearchBtn__btn {
    transition: opacity 0.3s ease;
  }
  .p-refinedSearchBtn__btn.is-show {
    bottom: 7.8rem;
  }
}

.c-title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 19px 0;
  letter-spacing: 0.435rem;
  font-size: 2.9rem;
  line-height: 1.2068965517;
  color: #727171;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-title {
    letter-spacing: 0.3107142857vw;
    font-size: 2.0714285714vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-title {
    gap: 1.3571428571vw 0;
  }
}
@media screen and (max-width: 766px) {
  .c-title {
    gap: 2.6109660574vw 0;
    letter-spacing: 0.5221932115vw;
    font-size: 5.8746736292vw;
  }
}
.c-title__en {
  letter-spacing: 0.14rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #6496A0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .c-title__en {
    letter-spacing: 0.1vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title__en {
    font-size: 4.046997389vw;
    letter-spacing: 0.2610966057vw;
  }
}

.c-formInput-item__alert {
  white-space: nowrap;
}
.p-productDetaiMain-body .c-formInput-item__alert {
  white-space: normal;
}

.c-userSect-info__text {
  white-space: unset;
}

.c-sIcon {
  height: 100%;
}

.c-product-sIcon__item:has(img) {
  max-width: 50%;
}

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

.c-product {
  flex-direction: column;
  display: flex;
  height: 100%;
}

.c-product-body {
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-productListHeading-body {
  justify-content: end;
}

.m-productListSort {
  padding-right: 0;
}

.m-productListSort-selectBox-select {
  left: unset;
  right: 0;
}

.m-productLine {
  padding-top: 5%;
}

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

.m-productDetailImg-slider__picture {
  aspect-ratio: 1/1;
}

.m-productDetailImg-slider__image {
  object-fit: contain;
  height: 100%;
}

.p-productList-foot:not(:has(.c-product)) {
  display: none;
}

.p-productDetail-foot:not(:has(.p-productDetail-foot__item:has(*))) {
  display: none;
}

.c-product-body__price-subscPromotion {
  padding-top: 0;
}

.p-productDetaiMain-subsc--regular, .c-product-body__price-subsc--regular {
  color: var(--color-main);
}

.p-productDetaiMain-subsc--regular .p-productDetaiMain-subsc__price-tax {
  color: var(--color-main);
  font-weight: 400;
}

.p-productDetaiMain-subsc__price-tax, .p-productDetaiMain-subsc__info-tax, .p-productDetaiMain-subsc__promotion, .p-productDetaiMain-subsc__info-caption, .p-productDetaiMain-subsc__info-price {
  font-weight: 400;
}

.p-productDetaiMain-subsc__promotion {
  border: none;
  padding: 0;
  margin-left: 0.5rem;
}

.c-product-body__price-subsc-price {
  color: #707070;
}

.c-product-body__price-subsc--regular .c-product-body__price-subsc-price {
  color: var(--color-main);
}

.p-productDetaiMain-subsc__icon, .c-product-body__price-subsc-icon {
  border-color: var(--color-main);
  color: var(--color-main);
}

.m-pager-nav {
  width: 90%;
  margin: 0 auto;
}

.c-pager__prev, .c-pager__next {
  width: 1.085rem;
}

.p-productDetaiMain-subsc__promotion::before {
  content: none;
}

.p-productDetaiMain-subsc__promotion::after {
  content: none;
}

.p-article {
  margin-top: 80px;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-article {
    margin-top: 10.4438642298vw;
  }
}
.p-article date {
  letter-spacing: 0.01rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #555;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article date {
    letter-spacing: 0.0071428571vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 766px) {
  .p-article date {
    font-size: 2.8720626632vw;
    letter-spacing: 0.0287206266vw;
    line-height: 1.5454545455;
  }
}
.p-article h1 {
  letter-spacing: 0.01rem;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  margin-top: 4px;
  font-weight: bold;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article h1 {
    letter-spacing: 0.0071428571vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-article h1 {
    font-size: 4.4386422977vw;
    letter-spacing: 0.044386423vw;
    line-height: 1.2352941176;
  }
}
.p-article p {
  margin-top: 16px;
  letter-spacing: 0.01rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-article p {
    letter-spacing: 0.0071428571vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-article p {
    font-size: 3.3942558747vw;
    letter-spacing: 0.0339425587vw;
    line-height: 1.6153846154;
  }
}

.m-homeMainVisual-slidePagination {
  text-align: end;
  padding-right: 37px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 33px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .m-homeMainVisual-slidePagination {
    padding-right: 2.6428571429vw;
    padding-top: 1.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .m-homeMainVisual-slidePagination {
    min-height: unset;
    padding-right: 4.1775456919vw;
    padding-top: 2.8720626632vw;
  }
  .m-homeMainVisual-slidePagination img {
    width: 100%;
  }
}

.p-top-products__content .m-productLineHome-col2-md5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px 40px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__content .m-productLineHome-col2-md5 {
    gap: 5.3571428571vw 2.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__content .m-productLineHome-col2-md5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6553524804vw 3.6553524804vw;
  }
}

.p-top-products__content .m-productLineHome-col2-md5__item {
  width: 100%;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #D9D9D9;
  opacity: 1;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .swiper-pagination-bullet {
    width: 0.7857142857vw;
    height: 0.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .swiper-pagination-bullet {
    width: 1.4360313316vw;
    height: 1.4360313316vw;
  }
}
.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #9AC7B8;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .swiper-pagination-bullet-active {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 766px) {
  .swiper-pagination-bullet-active {
    width: 1.8276762402vw;
    height: 1.8276762402vw;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.5665796345vw;
  }
}

.p-top-fv__inner {
  position: relative;
}
.p-top-fv__inner img {
  width: 100%;
  height: auto;
}
.p-top-fv__title {
  position: absolute;
  top: 15.9%;
  left: 14.2%;
  color: #fff;
  text-align: left;
  z-index: 99;
  width: 26.6666666667vw;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title {
    top: 4.8%;
    left: 5.2%;
    width: 54vw;
  }
}
.p-top-fv__title-text {
  display: inline-block;
  opacity: 0;
}
.is-active .p-top-fv__title-text {
  animation: fadeInText 0.2s ease-out forwards;
}
.p-top-fv__title-text img {
  width: 100%;
  height: auto;
}
@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(60px); /* 少し下から浮き上がる演出ですの */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-fv__title-text--wrap-ja {
  display: flex;
}
.p-top-fv__title-text--wrap-en {
  margin-top: 55px;
  margin-left: 8px;
  display: flex;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-text--wrap-en {
    margin-top: 3.9285714286vw;
    margin-left: 0.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-text--wrap-en {
    margin-top: 3.7859007833vw;
    margin-left: 1.8276762402vw;
  }
}
.p-top-fv__title-text--wrap-en02 {
  margin-top: -39px;
  display: flex;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-text--wrap-en02 {
    margin-top: -2.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-text--wrap-en02 {
    margin-top: -4.5691906005vw;
    margin-left: 1.044386423vw;
  }
}
.p-top-fv__title-ja--01 {
  width: 12.5%;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-ja--01 {
    width: 8.7467362924vw;
  }
}
.is-active .p-top-fv__title-ja--01 {
  animation-delay: 0.1s;
}
.p-top-fv__title-ja--02 {
  width: 12.5%;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-ja--02 {
    width: 8.7467362924vw;
  }
}
.is-active .p-top-fv__title-ja--02 {
  animation-delay: 0.2s;
}
.p-top-fv__title-ja--03 {
  width: 12.5%;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-ja--03 {
    width: 8.4856396867vw;
  }
}
.is-active .p-top-fv__title-ja--03 {
  animation-delay: 0.3s;
}
.p-top-fv__title-ja--04 {
  width: 12.5%;
  margin-left: -5px;
}
.is-active .p-top-fv__title-ja--04 {
  animation-delay: 0.4s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-ja--04 {
    margin-left: -0.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-ja--04 {
    width: 8.7467362924vw;
    margin-left: -0.3916449086vw;
  }
}
.p-top-fv__title-ja--05 {
  width: 12.5%;
}
.is-active .p-top-fv__title-ja--05 {
  animation-delay: 0.5s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-ja--05 {
    width: 8.3550913838vw;
  }
}
.p-top-fv__title-ja--06 {
  width: 12.5%;
}
.is-active .p-top-fv__title-ja--06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-ja--06 {
    width: 8.4856396867vw;
  }
}
.p-top-fv__title-en--01 {
  width: 9.1666666667%;
}
.is-active .p-top-fv__title-en--01 {
  animation-delay: 0.7s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--01 {
    width: 4.6997389034vw;
  }
}
.p-top-fv__title-en--02 {
  width: 16.4583333333%;
}
.is-active .p-top-fv__title-en--02 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--02 {
    width: 8.3550913838vw;
  }
}
.p-top-fv__title-en--03 {
  width: 8.3333333333%;
}
.is-active .p-top-fv__title-en--03 {
  animation-delay: 0.9s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--03 {
    width: 4.1775456919vw;
  }
}
.p-top-fv__title-en--04 {
  width: 17.5%;
}
.is-active .p-top-fv__title-en--04 {
  animation-delay: 1s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--04 {
    width: 8.8772845953vw;
  }
}
.p-top-fv__title-en--05 {
  width: 8.9583333333%;
  margin-left: -3px;
}
.is-active .p-top-fv__title-en--05 {
  animation-delay: 1.1s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-en--05 {
    margin-left: -0.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--05 {
    width: 4.5691906005vw;
    margin-left: -0.3916449086vw;
  }
}
.p-top-fv__title-en--06 {
  width: 15.8333333333%;
}
.is-active .p-top-fv__title-en--06 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--06 {
    width: 8.0939947781vw;
  }
}
.p-top-fv__title-en--07 {
  width: 16.4583333333%;
  margin-left: -3px;
}
.is-active .p-top-fv__title-en--07 {
  animation-delay: 1.3s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-en--07 {
    margin-left: -0.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--07 {
    width: 8.4856396867vw;
    margin-left: -0.3916449086vw;
  }
}
.p-top-fv__title-en--08 {
  width: 11.25%;
}
.is-active .p-top-fv__title-en--08 {
  animation-delay: 1.4s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--08 {
    width: 5.7441253264vw;
  }
}
.p-top-fv__title-en--09 {
  width: 16.4583333333%;
  margin-left: -3px;
}
.is-active .p-top-fv__title-en--09 {
  animation-delay: 1.5s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-en--09 {
    margin-left: -0.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--09 {
    width: 8.4856396867vw;
    margin-left: -0.3916449086vw;
  }
}
.p-top-fv__title-en--10 {
  width: 12.2916666667%;
  margin-left: -3px;
}
.is-active .p-top-fv__title-en--10 {
  animation-delay: 1.6s;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__title-en--10 {
    margin-left: -0.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--10 {
    width: 6.2663185379vw;
    margin-left: 0;
  }
}
.p-top-fv__title-en--11 {
  width: 14.1666666667%;
}
.is-active .p-top-fv__title-en--11 {
  animation-delay: 1.7s;
}
@media screen and (max-width: 766px) {
  .p-top-fv__title-en--11 {
    width: 7.180156658vw;
  }
}
.p-top-fv__scroll {
  position: absolute;
  bottom: 183px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  z-index: 99;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__scroll {
    bottom: 13.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.3498694517vw 0;
    bottom: 18.4%;
  }
}
.p-top-fv__scroll-text {
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .p-top-fv__scroll-text {
    display: block;
  }
}
.p-top-fv__scroll-text img {
  width: 100%;
  height: auto;
}
.p-top-fv__scroll-text--01 {
  width: 90px;
  margin-right: 7px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__scroll-text--01 {
    width: 6.4285714286vw;
    margin-right: 0.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__scroll-text--01 {
    width: 20.365535248vw;
    margin-right: 0.9138381201vw;
  }
}
.p-top-fv__scroll-text--02 {
  width: 150px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__scroll-text--02 {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__scroll-text--02 {
    width: 33.2898172324vw;
  }
}
.p-top-fv__scroll-border {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4px;
  height: 52px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__scroll-border {
    width: 0.2857142857vw;
    height: 3.7142857143vw;
    top: 3.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__scroll-border {
    width: 0.7832898172vw;
    height: 6.7885117493vw;
    top: 18.7989556136vw;
  }
}
.p-top-fv__scroll-border::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 52px;
  background-color: #fff;
  left: 0;
  top: 0;
  animation: scroll 2s cubic-bezier(0.01, 0.8, 1, 1) infinite;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__scroll-border::before {
    width: 0.2857142857vw;
    height: 3.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__scroll-border::before {
    width: 0.7832898172vw;
    height: 6.7885117493vw;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.p-top-fv__lead {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 716px;
  z-index: 1;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__lead {
    bottom: -2.7142857143vw;
    width: 51.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__lead {
    bottom: -4.9608355091vw;
    width: 99.7389033943vw;
  }
}
.p-top-fv__lead-text {
  position: absolute;
  letter-spacing: 0.13rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  text-align: center;
  width: 100%;
  top: 21px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__lead-text {
    letter-spacing: 0.0928571429vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-fv__lead-text {
    top: 1.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-fv__lead-text {
    font-size: 3.3942558747vw;
    letter-spacing: 0.3733681462vw;
    line-height: 1.1923076923;
    top: 4.046997389vw;
  }
}

.p-top-link {
  position: relative;
  z-index: 1;
}
.p-top-link__text {
  text-align: center;
  color: #6496A0;
  padding-top: 110px;
  letter-spacing: 0.15rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__text {
    letter-spacing: 0.1071428571vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__text {
    padding-top: 7.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-link__text {
    padding-top: 3.0026109661vw;
    font-size: 2.8720626632vw;
    letter-spacing: 0;
  }
  .p-top-link__text--02 {
    padding-top: 9.6605744125vw;
    font-size: 3.0026109661vw;
  }
}
.p-top-link__list {
  display: flex;
  justify-content: center;
  gap: 0 26px;
  gap: 0 36px;
  margin-top: 37px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__list {
    margin-top: 2.6428571429vw;
    gap: 0 2.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-link__list {
    flex-direction: column;
    align-items: center;
    gap: 1.9582245431vw 0;
    margin-top: 2.6109660574vw;
  }
}
.p-top-link__list--counseling {
  margin-top: 22px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__list--counseling {
    margin-top: 1.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-link__list--counseling {
    margin-top: 1.3054830287vw;
  }
}
.p-top-link__btn {
  width: 372px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 500;
  box-shadow: 0 3px 14px -2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background-color: var(--background-color);
  transition: all 0.2s ease-in;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__btn {
    letter-spacing: 0.0714285714vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__btn {
    width: 26.5714285714vw;
    height: 5.8571428571vw;
    box-shadow: 0 0.2142857143vw 1vw -0.1428571429vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 766px) {
  .p-top-link__btn {
    width: 60.8355091384vw;
    height: 11.4882506527vw;
    font-size: 3.2637075718vw;
    letter-spacing: 0.0326370757vw;
    line-height: 1;
    box-shadow: 0 0.3916449086vw 1.8276762402vw -0.2610966057vw rgba(0, 0, 0, 0.1);
  }
}
.p-top-link__btn--trouble {
  color: #fff;
  --background-color: #8CAABE;
}
.p-top-link__btn--trouble:visited, .p-top-link__btn--trouble:hover, .p-top-link__btn--trouble:active, .p-top-link__btn--trouble:focus-visible {
  color: #fff;
  background-color: #8CAABE;
}
.p-top-link__btn--brand {
  color: #fff;
  --background-color: #82B4AA;
}
.p-top-link__btn--brand:visited, .p-top-link__btn--brand:hover, .p-top-link__btn--brand:active, .p-top-link__btn--brand:focus-visible {
  color: #fff;
  background-color: #82B4AA;
}
.p-top-link__btn--category {
  color: #727171;
  --background-color: #DCF0D2;
}
.p-top-link__btn--category:visited, .p-top-link__btn--category:hover, .p-top-link__btn--category:active, .p-top-link__btn--category:focus-visible {
  color: #727171;
  background-color: #DCF0D2;
}
.p-top-link__btn--counseling {
  color: #727171;
  --background-color: #fff;
  width: 398px;
  height: 90px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__btn--counseling {
    width: 28.4285714286vw;
    height: 6.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-link__btn--counseling {
    width: 61.0966057441vw;
    height: 12.4020887728vw;
  }
}
.p-top-link__btn--counseling:visited, .p-top-link__btn--counseling:hover, .p-top-link__btn--counseling:active, .p-top-link__btn--counseling:focus-visible {
  color: #727171;
  background-color: #fff;
}
.p-top-link__btn:hover {
  background-color: color-mix(in srgb, var(--background-color) 90%, black);
  transform: scale(0.98);
  transform-origin: center;
}
.p-top-link__icon {
  width: 11px;
  height: 19px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-40%);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-link__icon {
    right: 2.1428571429vw;
    width: 0.7857142857vw;
    height: 1.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-link__icon {
    width: 2.4804177546vw;
    height: 4.046997389vw;
    position: absolute;
    right: 4.4386422977vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-top-link__icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-lead {
  width: 100%;
  overflow: hidden;
  margin-top: 185px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead {
    margin-top: 13.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead {
    margin-top: 10.7049608355vw;
  }
}
.p-top-lead__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 202px 110px 367px;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__inner {
    padding: 14.4285714286vw 7.8571428571vw 26.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__inner {
    padding: 0 0 58.3550913838vw;
  }
}
.p-top-lead__mainVisual {
  width: 1127px;
  top: 0;
  left: 473px;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__mainVisual {
    width: 80.5vw;
    top: 0vw;
    left: 33.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__mainVisual {
    position: static;
    width: 100%;
    top: unset;
    left: unset;
  }
}
.p-top-lead__mainVisual img {
  width: 100%;
  height: auto;
}
.p-top-lead__title {
  letter-spacing: 0.62rem;
  font-size: 4.4rem;
  line-height: 1.5454545455;
  font-weight: 300;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__title {
    letter-spacing: 0.4428571429vw;
    font-size: 3.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__title {
    position: relative;
    top: -19.5822454308vw;
    left: 14.3603133159vw;
    font-size: 6.7885117493vw;
    letter-spacing: 0;
    line-height: 1.48;
  }
}
.p-top-lead__title.is-reveal {
  opacity: 0;
}
.p-top-lead__title.is-reveal.is-visible {
  opacity: 1;
}
.p-top-lead__title.is-reveal span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top-lead__title.is-reveal.is-visible span {
  opacity: 1;
  transform: translateY(0);
}
.p-top-lead__text {
  letter-spacing: 0.05rem;
  font-size: 1.7rem;
  line-height: 2.4705882353;
  font-weight: 350;
  margin-top: 108px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__text {
    letter-spacing: 0.0357142857vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__text {
    margin-top: 7.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__text {
    letter-spacing: 0.2610966057vw;
    font-size: 3.2637075718vw;
    line-height: 2.05;
    font-weight: 350;
    margin-top: 0;
    position: relative;
    top: -14.8825065274vw;
    left: 14.6214099217vw;
  }
}
.p-top-lead__text.is-reveal {
  opacity: 0;
}
.p-top-lead__text.is-reveal.is-visible {
  opacity: 1;
}
.p-top-lead__text.is-reveal span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-top-lead__text.is-reveal.is-visible span {
  opacity: 1;
  transform: translateY(0);
}
.p-top-lead__image {
  position: absolute;
}
.p-top-lead__image img {
  width: 100%;
  height: auto;
}
.p-top-lead__image--01 {
  width: 175px;
  left: 571px;
  top: 669px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__image--01 {
    width: 12.5vw;
    left: 40.7857142857vw;
    top: 47.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__image--01 {
    width: 25.0652741514vw;
    left: 18.5378590078vw;
    top: 122.454308094vw;
  }
}
.is-in .p-top-lead__image--01 {
  transform: translateY(0);
  opacity: 1;
}
.p-top-lead__image--02 {
  width: 169px;
  left: 785px;
  top: 824px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s 0.3s ease-out;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__image--02 {
    width: 12.0714285714vw;
    left: 56.0714285714vw;
    top: 58.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__image--02 {
    width: 24.9347258486vw;
    left: 37.0757180157vw;
    top: 148.5639686684vw;
  }
}
.is-in .p-top-lead__image--02 {
  transform: translateY(0);
  opacity: 1;
}
.p-top-lead__image--03 {
  width: 310px;
  left: 993px;
  top: 778px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s 0.6s ease-out;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__image--03 {
    width: 22.1428571429vw;
    left: 70.9285714286vw;
    top: 55.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__image--03 {
    width: 37.5979112272vw;
    left: 52.2193211488vw;
    top: 122.3237597911vw;
  }
}
.is-in .p-top-lead__image--03 {
  transform: translateY(0);
  opacity: 1;
}
.p-top-lead__bg {
  position: absolute;
}
.p-top-lead__bg--01 {
  width: 220px;
  right: 1380px;
  top: 110px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__bg--01 {
    width: 15.7142857143vw;
    right: 98.5714285714vw;
    top: 7.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__bg--01 {
    width: 24.8041775457vw;
    right: unset;
    left: -0.6527415144vw;
    top: 110.8355091384vw;
  }
}
.p-top-lead__bg--02 {
  width: 324px;
  left: 1276px;
  top: 683px;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-lead__bg--02 {
    width: 23.1428571429vw;
    left: 91.1428571429vw;
    top: 48.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-lead__bg--02 {
    width: 36.5535248042vw;
    left: 69.1906005222vw;
    top: 149.0861618799vw;
    transform: rotate(90deg);
  }
}

.p-top-features {
  padding: 124px 0 155px;
  background-color: #F0F8F8;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features {
    padding: 8.8571428571vw 0 11.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features {
    padding: 10.182767624vw 0 11.227154047vw;
  }
}
.p-top-features__list {
  display: flex;
  gap: 0 32px;
  justify-content: center;
  width: 1000px;
  margin: 95px auto 0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__list {
    gap: 0 2.2857142857vw;
    margin-top: 6.7857142857vw;
    width: 71.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features__list {
    width: 100%;
    margin: 10.3133159269vw auto 0;
    gap: 0 1.044386423vw;
  }
}
.p-top-features__item {
  position: relative;
  border: solid 1px rgba(114, 113, 113, 0.4);
  border-radius: 48px;
  background-color: #fff;
  padding: 34px 41px 44px;
  width: 312px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__item {
    padding: 2.4285714286vw 2.9285714286vw 3.1428571429vw;
    border-radius: 3.4285714286vw;
    border: solid 0.0714285714vw rgba(114, 113, 113, 0.4);
    width: 22.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features__item {
    width: 28.9817232376vw;
    border-radius: 3.2637075718vw;
    padding: 1.9582245431vw 1.9582245431vw 3.5248041775vw;
  }
}
.p-top-features__icon {
  position: absolute;
  width: 148px;
  height: 51px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  justify-content: space-around;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -26px;
  background-color: #fff;
  border: solid 1px rgba(114, 113, 113, 0.4);
  letter-spacing: 0.16rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #727171;
  border-radius: 48px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__icon {
    letter-spacing: 0.1142857143vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__icon {
    width: 10.5714285714vw;
    height: 3.6428571429vw;
    padding-left: 1.7142857143vw;
    border: solid 0.0714285714vw rgba(114, 113, 113, 0.4);
    border-radius: 3.4285714286vw;
    top: -1.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features__icon {
    width: 11.0966057441vw;
    height: 3.7859007833vw;
    top: -1.8276762402vw;
    padding-left: 1.3054830287vw;
    font-size: 1.9582245431vw;
    font-family: 500;
    letter-spacing: 0;
  }
}
.p-top-features__number {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #8CAABE;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.16rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__number {
    letter-spacing: 0.1142857143vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__number {
    width: 2.6428571429vw;
    height: 2.6428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features__number {
    width: 2.8720626632vw;
    height: 2.8720626632vw;
    font-size: 2.088772846vw;
    font-weight: 400;
  }
}
.p-top-features__image {
  width: 140px;
  margin: 0 auto 26px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__image {
    width: 10vw;
    margin: 0 auto 1.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features__image {
    margin-bottom: 2.2193211488vw;
    width: 18.2767624021vw;
    margin: 0 auto 2.088772846vw;
  }
  .p-top-features__image--02 {
    width: 14.3603133159vw;
    margin: 1.6971279373vw auto 4.1775456919vw;
  }
  .p-top-features__image--03 {
    width: 16.5796344648vw;
    margin: 0.7832898172vw auto 3.0026109661vw 3.6553524804vw;
  }
}
.p-top-features__text {
  letter-spacing: 0.4rem;
  font-size: 2.7rem;
  line-height: 1.4814814815;
  width: 100%;
  text-align: center;
  color: #595757;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__text {
    letter-spacing: 0.2857142857vw;
    font-size: 1.9285714286vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-features__text {
    margin-bottom: 0.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-features__text {
    letter-spacing: 0.1305483029vw;
    font-size: 2.8720626632vw;
    font-weight: 500;
    margin-bottom: 1.8276762402vw;
    line-height: 1.381481;
  }
}
.p-top-features__text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #B4C8AF;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 766px) {
  .p-top-features__text::after {
    height: 0.2610966057vw;
  }
}

.p-top-products {
  padding: 147px 0 145px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products {
    padding: 10.5vw 0 10.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products {
    padding: 9.7911227154vw 0 15.0130548303vw;
  }
}
.p-top-products__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 10px;
  margin: 79px auto 0;
  width: 910px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__tabs {
    gap: 0.8571428571vw 0.7142857143vw;
    margin-top: 5.6428571429vw;
    width: 65vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__tabs {
    width: 100%;
    gap: 1.5665796345vw 1.3054830287vw;
    margin-top: 10.3133159269vw;
  }
}
.p-productListWrap .p-top-products__tabs {
  margin-top: 26px;
  width: 100%;
  padding: 0 5%;
  margin-bottom: 2%;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-productListWrap .p-top-products__tabs {
    margin-top: 1.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-productListWrap .p-top-products__tabs {
    padding: 0;
  }
}
.p-top-products__tab-btn {
  background-color: #FAFA8C;
  border-radius: 50px;
  padding: 7px 19px 7px 10px;
  letter-spacing: 0.06rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #595757;
  cursor: pointer;
  display: flex;
  gap: 0 11px;
  border: none;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__tab-btn {
    letter-spacing: 0.0428571429vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__tab-btn {
    padding: 0.5vw 1.3571428571vw 0.5vw 0.7142857143vw;
    gap: 0 0.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__tab-btn {
    font-size: 3.3942558747vw;
    align-items: center;
    padding: 1.8276762402vw 1.9582245431vw 1.8276762402vw 2.8720626632vw;
    gap: 0 1.4360313316vw;
  }
}
.p-top-products__tab-btn.is-active path {
  stroke: #78A0A0;
}
@media screen and (min-width: 1401px) {
  .p-top-products__tab-btn:hover {
    opacity: var(--hover-opacity);
  }
}
.p-top-products__tab-btn svg {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__tab-btn svg {
    width: 1.5714285714vw;
    height: 1.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__tab-btn svg {
    width: 3.2637075718vw;
    height: 3.2637075718vw;
  }
}
.p-productListWrap .p-top-products__tab-btn {
  letter-spacing: 0.06rem;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 12px;
  gap: 0 6px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-productListWrap .p-top-products__tab-btn {
    letter-spacing: 0.0428571429vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-productListWrap .p-top-products__tab-btn {
    padding: 0.5714285714vw 0.8571428571vw;
    gap: 0 0.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-productListWrap .p-top-products__tab-btn {
    padding: 1.8276762402vw 2.8720626632vw 1.8276762402vw 2.8720626632vw;
    gap: 0 1.4360313316vw;
    font-size: 3.3942558747vw;
  }
}
.p-productListWrap .p-top-products__tab-btn svg {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-productListWrap .p-top-products__tab-btn svg {
    width: 1.0714285714vw;
    height: 1.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-productListWrap .p-top-products__tab-btn svg {
    width: 3.2637075718vw;
    height: 3.2637075718vw;
  }
}
.p-top-products__contents {
  width: 1240px;
  margin: 55px auto 0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__contents {
    margin-top: 3.9285714286vw;
    width: 88.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__contents {
    width: 88%;
    margin-top: 7.180156658vw;
  }
}
.p-top-products__content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.p-top-products__content.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.p-top-products__content-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px 40px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__content-inner {
    gap: 5.3571428571vw 2.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__content-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6553524804vw 3.6553524804vw;
  }
}
.p-top-products__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
}
.is-active .p-top-products__item.is-show, .is-active .p-top-products__item.is-in {
  opacity: 1;
  transform: translateY(0);
}
.p-top-products__img {
  margin-bottom: auto;
  width: 280px;
  height: 280px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__img {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__img {
    width: 42.1671018277vw;
    height: 42.1671018277vw;
  }
}
.p-top-products__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-products__brand {
  letter-spacing: -0.02rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #6496A0;
  margin-top: 7px;
  font-family: var(--font-en);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__brand {
    letter-spacing: -0.0142857143vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__brand {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__brand {
    margin-top: 2.8720626632vw;
    margin-left: 0.9138381201vw;
    font-size: 2.088772846vw;
  }
}
.p-top-products__name {
  letter-spacing: -0.001rem;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-family: var(--font-en);
  margin-top: 5px;
  margin-bottom: 14px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__name {
    letter-spacing: -0.0007142857vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__name {
    margin-top: 0.3571428571vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__name {
    margin-left: 0.9138381201vw;
    font-size: 3.1331592689vw;
    margin-bottom: 3.2637075718vw;
  }
}
.p-top-products__value {
  letter-spacing: 0.001rem;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-family: var(--font-en);
  margin-top: auto;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__value {
    letter-spacing: 0.0007142857vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__value {
    margin-top: auto;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__value {
    font-size: 3.0026109661vw;
    margin-top: auto;
    margin-left: 0.9138381201vw;
  }
}
.p-top-products__value small {
  letter-spacing: 0.001rem;
  font-size: 1.5rem;
  line-height: 1.5333333333;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__value small {
    letter-spacing: 0.0007142857vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__value small {
    font-size: 3.0026109661vw;
  }
}
.p-top-products__btn {
  letter-spacing: 0.001rem;
  font-size: 2.1rem;
  line-height: 1.1904761905;
  width: 308px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  border: none;
  background-color: #fff;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 95px auto 0;
  padding: 0 0 0 25px;
  color: #595757;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__btn {
    letter-spacing: 0.0007142857vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__btn {
    width: 22vw;
    height: 4.7142857143vw;
    gap: 0 1.0714285714vw;
    box-shadow: 0 0.2142857143vw 0.9285714286vw -0.1428571429vw rgba(0, 0, 0, 0.1);
    margin: 6.7857142857vw auto 0;
    padding: 0 0 0 1.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__btn {
    font-size: 3.9164490862vw;
    width: 41.7754569191vw;
    height: 11.4882506527vw;
    margin: 9.2689295039vw auto 0;
    padding: 0 0 0 0;
    box-shadow: 0 0.3916449086vw 1.6971279373vw -0.2610966057vw rgba(0, 0, 0, 0.1);
  }
}
.p-top-products__btn:hover {
  transform-origin: center;
  transform: scale(0.95);
}
.p-top-products__btn:visited, .p-top-products__btn:hover, .p-top-products__btn:active, .p-top-products__btn:focus-visible {
  color: #595757;
}
.p-top-products__btn-icon {
  width: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-products__btn-icon {
    width: 0.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-products__btn-icon {
    width: 2.4804177546vw;
  }
}

.p-top-category {
  padding: 112px 0 123px;
  background-color: #FAFA8C;
  background-color: #F4F0A1;
  background-color: rgb(245, 240, 150);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-category {
    padding: 8vw 0 8.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-category {
    padding: 9.7911227154vw 0 3.2637075718vw;
  }
}
.p-top-category__list {
  padding: 21px 48px;
  background-color: #fff;
  border-radius: 40px;
  width: 1100px;
  margin: 67px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-category__list {
    padding: 1.5vw 3.4285714286vw;
    border-radius: 2.8571428571vw;
    width: 78.5714285714vw;
    gap: 0 2vw;
    margin-top: 4.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-category__list {
    width: 89%;
    margin: 10.5744125326vw auto 0;
    padding: 4.4386422977vw 3.9164490862vw;
    gap: 2.6109660574vw 3.3942558747vw;
    border-radius: 4.1775456919vw;
  }
}
.p-top-category__item {
  width: 230px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-category__item {
    width: 16.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-category__item {
    width: 38.6422976501vw;
  }
}
.p-top-category__item:nth-child(n+1):nth-child(-n+8) {
  border-bottom: 1px solid rgba(140, 170, 190, 0.6);
}
@media screen and (max-width: 766px) {
  .p-top-category__item:nth-child(n+1):nth-child(-n+10) {
    border-bottom: 1px solid rgba(140, 170, 190, 0.6);
  }
}
.p-top-category__image {
  width: 71px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-category__image {
    width: 5.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-category__image {
    width: 11.4882506527vw;
  }
}
.p-top-category__image img {
  width: 100%;
}
.p-top-category__link {
  padding: 19px 0;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-category__link {
    padding: 1.3571428571vw 0;
    gap: 0 1.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-category__link {
    padding: 2.4804177546vw 1.3054830287vw 2.7415143603vw 2.3498694517vw;
    gap: 0 2.6109660574vw;
  }
}
.p-top-category__text {
  letter-spacing: 0.17rem;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  color: #595757;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-category__text {
    letter-spacing: 0.1214285714vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-category__text {
    letter-spacing: -0.02em;
    font-size: 3.5248041775vw;
    font-weight: 500;
    width: 60%;
  }
}

.p-top-brand {
  padding: 149px 0 144px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand {
    padding: 10.6428571429vw 0 10.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand {
    padding: 9.3994778068vw 0 15.9268929504vw;
  }
}
.p-top-brand__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1245px;
  margin: 77px auto 0;
  gap: 52px 42px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__list {
    width: 88.9285714286vw;
    margin-top: 5.5vw;
    gap: 3.7142857143vw 3vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand__list {
    width: 88%;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8302872063vw 5.8746736292vw;
    margin-top: 10.0522193211vw;
  }
}
.p-top-brand__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-brand__item.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-top-brand__item:nth-child(n+9) {
  display: none;
}
.p-top-brand__image {
  border-radius: 38px 38px 0 0;
  overflow: hidden;
  width: 100%;
  height: 208px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__image {
    border-radius: 2.7142857143vw 2.7142857143vw 0 0;
    height: 14.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand__image {
    border-radius: 4.9608355091vw 4.9608355091vw 0 0;
    height: 31.0704960836vw;
  }
}
.p-top-brand__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-brand__name {
  letter-spacing: 0.003rem;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-family: var(--font-en);
  margin-top: 17px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__name {
    letter-spacing: 0.0021428571vw;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__name {
    margin-top: 1.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand__name {
    font-size: 3.2637075718vw;
    margin-top: 1.6971279373vw;
  }
}
.p-top-brand__read {
  letter-spacing: -0.004rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__read {
    letter-spacing: -0.0028571429vw;
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand__read {
    margin-top: 3px;
    font-size: 2.088772846vw;
  }
}
.p-top-brand__btn {
  letter-spacing: 0.001rem;
  font-size: 2.1rem;
  line-height: 1.1904761905;
  width: 308px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  border: none;
  background-color: #fff;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 100px auto 0;
  padding: 0 0 0 25px;
  color: #595757;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__btn {
    letter-spacing: 0.0007142857vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__btn {
    width: 22vw;
    height: 4.7142857143vw;
    gap: 0 1.0714285714vw;
    box-shadow: 0 0.2142857143vw 0.9285714286vw -0.1428571429vw rgba(0, 0, 0, 0.1);
    margin: 7.1428571429vw auto 0;
    padding: 0 0 0 1.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand__btn {
    font-size: 3.7859007833vw;
    width: 42.5587467363vw;
    height: 11.4882506527vw;
    margin: 10.9660574413vw auto 0;
    padding: 0 0 0 0px;
    box-shadow: 0 0.3916449086vw 1.6971279373vw -0.2610966057vw rgba(0, 0, 0, 0.1);
  }
}
.p-top-brand__btn:hover {
  transform-origin: center;
  transform: scale(0.95);
}
.p-top-brand__btn-icon {
  width: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-brand__btn-icon {
    width: 0.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-brand__btn-icon {
    width: 2.4804177546vw;
  }
}

.p-top-counseling {
  background-color: #F0F8F8;
  padding: 122px 0 144px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling {
    padding: 8.7142857143vw 0 10.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling {
    padding: 13.5770234987vw 0 9.3994778068vw;
  }
}
.p-page-productDetail .p-top-counseling {
  margin-top: 100px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-page-productDetail .p-top-counseling {
    margin-top: 7.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-page-productDetail .p-top-counseling {
    margin-top: 13.0548302872vw;
  }
}
.p-top-counseling-benefits {
  padding-top: 123px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits {
    padding-top: 8.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits {
    padding-top: 8.4856396867vw;
  }
}
.p-top-counseling-benefits__ttl {
  margin: 0 auto;
  width: 138px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__ttl {
    width: 9.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__ttl {
    width: 19.3211488251vw;
  }
}
.p-top-counseling-benefits__ttl img {
  width: 100%;
}
.p-top-counseling-benefits__read {
  text-align: center;
  letter-spacing: 0.13rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  color: #727171;
  margin-top: 47px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__read {
    letter-spacing: 0.0928571429vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__read {
    margin-top: 3.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__read {
    margin-top: 4.3080939948vw;
    font-size: 4.1775456919vw;
    letter-spacing: -0.1253263708vw;
    line-height: 1.0625;
  }
}
.p-top-counseling-benefits__list {
  display: flex;
  justify-content: center;
  gap: 0 42px;
  margin-top: 82px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__list {
    gap: 0 3vw;
    margin-top: 5.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__list {
    margin-top: 11.7493472585vw;
    gap: 0 2.8720626632vw;
  }
}
.p-top-counseling-benefits__item {
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 4px 4px 4px 0 rgba(189, 204, 212, 0.75);
  position: relative;
  padding: 52px 0 42px;
  width: 280px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-counseling-benefits__item.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__item {
    border-radius: 1.5714285714vw;
    box-shadow: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0 rgba(189, 204, 212, 0.75);
    padding: 3.7142857143vw 0 3vw;
    width: 20vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__item {
    border-radius: 2.088772846vw;
    box-shadow: 0.5221932115vw 0.5221932115vw 0.5221932115vw 0 rgba(189, 204, 212, 0.75);
    padding: 6.0052219321vw 0 4.4386422977vw;
    width: 25.8485639687vw;
  }
}
.p-top-counseling-benefits__number {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -14px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__number {
    top: -1vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__number {
    top: -1.8276762402vw;
  }
}
.p-top-counseling-benefits__number--01 {
  width: 39px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__number--01 {
    width: 2.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__number--01 {
    width: 4.4386422977vw;
  }
}
.p-top-counseling-benefits__number--02 {
  width: 42px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__number--02 {
    width: 3vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__number--02 {
    width: 4.6997389034vw;
  }
}
.p-top-counseling-benefits__number--03 {
  width: 40px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__number--03 {
    width: 2.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__number--03 {
    width: 4.6997389034vw;
  }
}
.p-top-counseling-benefits__text {
  text-align: center;
  letter-spacing: 0.15rem;
  font-size: 2.5rem;
  line-height: 1.56;
  color: #727171;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__text {
    letter-spacing: 0.1071428571vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__text {
    font-size: 2.3498694517vw;
    letter-spacing: 0.0234986945vw;
    line-height: 1.5;
  }
}
.p-top-counseling-benefits__accent {
  color: #6496A0;
}
.p-top-counseling-benefits__img {
  width: 150px;
  margin: 30px auto 0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__img {
    width: 10.7142857143vw;
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__img {
    width: 18.7989556136vw;
    margin-top: 2.6109660574vw;
  }
}
.p-top-counseling-benefits__frame {
  width: 924px;
  margin: 67px auto 0;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 4px 4px 4px 0 rgba(189, 204, 212, 0.75);
  padding: 56px 78px 43px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-counseling-benefits__frame.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__frame {
    border-radius: 1.5714285714vw;
    box-shadow: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0 rgba(189, 204, 212, 0.75);
    width: 66vw;
    padding: 4vw 5.5714285714vw 3.0714285714vw;
    margin-top: 4.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__frame {
    width: 83.5509138381vw;
    margin-top: 10.0522193211vw;
    border-radius: 2.8720626632vw;
    padding: 3.6553524804vw 4.9608355091vw 3.9164490862vw;
  }
}
.p-top-counseling-benefits__term {
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  line-height: 1.56;
  text-indent: 0.3em;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #727171;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__term {
    letter-spacing: 0.0714285714vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__term {
    font-size: 2.3498694517vw;
    letter-spacing: 0.0234986945vw;
    line-height: 2.1111111111;
    text-indent: 0.5em;
  }
}
.p-top-counseling-benefits__term::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background-color: #FAFA8C;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__term::before {
    bottom: 10%;
    height: 30%;
  }
}
.p-top-counseling-benefits__term .p-top-counseling-benefits__accent {
  letter-spacing: 0.1rem;
  font-size: 3.1rem;
  line-height: 1.2580645161;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__term .p-top-counseling-benefits__accent {
    letter-spacing: 0.0714285714vw;
    font-size: 2.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__term .p-top-counseling-benefits__accent {
    font-size: 3.3942558747vw;
    letter-spacing: 0vw;
    line-height: 1.4615384615;
  }
}
.p-top-counseling-benefits__term .dot {
  position: relative;
}
.p-top-counseling-benefits__term .dot::before {
  position: absolute;
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  background-color: #6496A0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__term .dot::before {
    width: 0.2857142857vw;
    top: -0.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__term .dot::before {
    width: 0.5221932115vw;
    top: -0.5221932115vw;
  }
}
.p-top-counseling-benefits__desc {
  letter-spacing: 0.003rem;
  font-size: 2.2rem;
  line-height: 2.1818181818;
  text-align: center;
  margin-top: 29px;
  color: #727171;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__desc {
    letter-spacing: 0.0021428571vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-benefits__desc {
    margin-top: 2.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__desc {
    margin-top: 1.6971279373vw;
    font-size: 3.0026109661vw;
    letter-spacing: 0.1501305483vw;
    line-height: 1.652173913;
  }
}
.p-top-counseling-benefits__desc span {
  width: 100%;
  background-image: repeating-linear-gradient(90deg, #4D4D4D, #4D4D4D 2px, transparent 2px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .p-top-counseling-benefits__desc span {
    background-image: repeating-linear-gradient(90deg, #4D4D4D, #4D4D4D 0.2610966057vw, transparent 0.2610966057vw, transparent 1.044386423vw);
  }
}
.p-top-counseling-expert {
  padding-top: 122px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert {
    padding-top: 8.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert {
    padding-top: 14.6214099217vw;
  }
}
.p-top-counseling-expert__ttl {
  margin: 0 auto;
  width: 124px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__ttl {
    width: 8.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__ttl {
    width: 16.0574412533vw;
  }
}
.p-top-counseling-expert__ttl img {
  width: 100%;
}
.p-top-counseling-expert__read {
  text-align: center;
  letter-spacing: 0.13rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  color: #727171;
  margin-top: 47px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__read {
    letter-spacing: 0.0928571429vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__read {
    margin-top: 3.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__read {
    margin-top: 4.3080939948vw;
    font-size: 4.1775456919vw;
    letter-spacing: 0.2088772846vw;
    line-height: 1.0625;
  }
}
.p-top-counseling-expert__frame {
  width: 924px;
  margin: 45px auto 0;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 4px 4px 4px 0 rgba(189, 204, 212, 0.75);
  padding: 43px 0 26px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-counseling-expert__frame.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__frame {
    border-radius: 1.5714285714vw;
    box-shadow: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0 rgba(189, 204, 212, 0.75);
    width: 66vw;
    padding: 3.0714285714vw 0 1.8571428571vw;
    margin-top: 3.2142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__frame {
    width: 83.5509138381vw;
    border-radius: 2.8720626632vw;
    box-shadow: 0.5221932115vw 0.5221932115vw 0.5221932115vw 0 rgba(189, 204, 212, 0.75);
    margin-top: 7.3107049608vw;
    padding: 4.4386422977vw 0;
  }
}
.p-top-counseling-expert__term {
  width: fit-content;
  position: relative;
  z-index: 1;
  color: #6496A0;
  margin: 0 auto;
  letter-spacing: 0.08rem;
  font-size: 2.6rem;
  line-height: 1.5;
  background: linear-gradient(180deg, rgba(42, 123, 155, 0) 90%, rgb(250, 250, 140) 90%, rgb(250, 250, 140) 100%);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__term {
    letter-spacing: 0.0571428571vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__term {
    font-size: 3.1331592689vw;
    line-height: 1;
    font-weight: 300;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 70%, rgb(250, 250, 140) 70%, rgb(250, 250, 140) 100%);
  }
}
.p-top-counseling-expert__term::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background-color: #6496A0;
  bottom: 0;
  transform: rotate(-30deg);
  bottom: 0;
  left: -27px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__term::before {
    height: 2.8571428571vw;
    width: 0.0714285714vw;
    left: -1.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__term::before {
    height: 3.9164490862vw;
    width: 0.1305483029vw;
    left: -3.5248041775vw;
  }
}
.p-top-counseling-expert__term::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background-color: #6496A0;
  bottom: 0;
  transform: rotate(30deg);
  bottom: 0;
  right: -27px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__term::after {
    height: 2.8571428571vw;
    width: 0.0714285714vw;
    right: -1.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__term::after {
    height: 3.9164490862vw;
    width: 0.1305483029vw;
    right: -3.1331592689vw;
  }
}
.p-top-counseling-expert__desc {
  display: flex;
  margin-top: 27px;
  align-items: center;
  justify-content: center;
  gap: 0 57px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__desc {
    margin-top: 1.9285714286vw;
    gap: 0 4.0714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__desc {
    justify-content: unset;
    padding: 0 0 0 3.5248041775vw;
    margin-top: 3.5248041775vw;
    gap: 0 3.2637075718vw;
  }
}
.p-top-counseling-expert__img {
  width: 196px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__img {
    width: 14vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__img {
    width: 29.5039164491vw;
  }
}
.p-top-counseling-expert__text {
  width: 495px;
  letter-spacing: 0.06rem;
  font-size: 1.9rem;
  line-height: 1.7894736842;
  color: #727171;
  margin-top: -9px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__text {
    letter-spacing: 0.0428571429vw;
    font-size: 1.3571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-expert__text {
    width: 35.3571428571vw;
    margin-top: -0.6428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-expert__text {
    font-size: 2.4804177546vw;
    letter-spacing: 0.2480417755vw;
    line-height: 1.7894736842;
    width: 44.3864229765vw;
    margin-top: 0;
  }
}
.p-top-counseling-expert__text span {
  color: #6496A0;
}
.p-top-counseling-flow {
  padding-top: 122px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow {
    padding-top: 8.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow {
    padding-top: 15.9268929504vw;
  }
}
.p-top-counseling-flow__ttl {
  margin: 0 auto;
  width: 221px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__ttl {
    width: 15.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__ttl {
    width: 28.8511749347vw;
  }
}
.p-top-counseling-flow__ttl img {
  width: 100%;
}
.p-top-counseling-flow__read {
  text-align: center;
  letter-spacing: 0.13rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  color: #727171;
  margin-top: 47px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__read {
    letter-spacing: 0.0928571429vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__read {
    margin-top: 3.3571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__read {
    margin-top: 4.3080939948vw;
    font-size: 4.1775456919vw;
    letter-spacing: 0.2088772846vw;
    line-height: 1.0625;
  }
}
.p-top-counseling-flow__list {
  width: 800px;
  margin: 58px auto 0;
  gap: 36px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__list {
    width: 57.1428571429vw;
    margin-top: 4.1428571429vw;
    gap: 2.5714285714vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__list {
    width: 83.5509138381vw;
    border-radius: 2.8720626632vw;
    margin-top: 9.3994778068vw;
    gap: 7.5718015666vw 0;
  }
}
.p-top-counseling-flow__item {
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 4px 4px 4px 0 rgba(189, 204, 212, 0.75);
  padding: 48px 45px 41px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-counseling-flow__item.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__item {
    border-radius: 1.5714285714vw;
    box-shadow: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0 rgba(189, 204, 212, 0.75);
    padding: 3.4285714286vw 3.2142857143vw 2.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__item {
    padding: 4.6997389034vw 3.2637075718vw 3.3942558747vw;
    flex-direction: column;
    box-shadow: 0.5221932115vw 0.5221932115vw 0.5221932115vw 0 rgba(189, 204, 212, 0.75);
  }
}
.p-top-counseling-flow__number {
  width: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__number {
    width: 4.2857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__number {
    width: 7.0496083551vw;
  }
}
.p-top-counseling-flow__term {
  letter-spacing: 0.1rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  color: #6496A0;
  margin-left: 26px;
  margin-top: -2px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__term {
    letter-spacing: 0.0714285714vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__term {
    margin-left: 1.8571428571vw;
    margin-top: -0.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__term {
    margin-left: 0;
    margin-top: 2.7415143603vw;
    font-size: 3.6553524804vw;
  }
}
.p-top-counseling-flow__desc {
  letter-spacing: 0.06rem;
  font-size: 2rem;
  line-height: 1.8;
  width: 100%;
  margin-top: 36px;
  color: #727171;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__desc {
    letter-spacing: 0.0428571429vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__desc {
    margin-top: 2.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__desc {
    margin-top: 3.9164490862vw;
    font-size: 2.7415143603vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.p-top-counseling-flow__icon {
  width: 130px;
  height: 130px;
  position: absolute;
  right: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__icon {
    width: 9.2857142857vw;
    height: 9.2857142857vw;
    right: 3.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__icon {
    width: 15.4046997389vw;
    height: 15.4046997389vw;
    right: 1.9582245431vw;
    top: 2.3498694517vw;
    bottom: unset;
  }
}
.p-top-counseling-flow__arrow {
  position: absolute;
  width: 42px;
  height: 7px;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
  z-index: 1;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling-flow__arrow {
    width: 3vw;
    height: 0.5vw;
    bottom: -0.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling-flow__arrow {
    width: 0.8355091384vw;
    height: 9.3994778068vw;
    transform: rotate(0);
    bottom: -8.2245430809vw;
  }
}
.p-top-counseling-flow__arrow img {
  width: 100%;
}
.p-top-counseling__btn {
  letter-spacing: 0.001rem;
  font-size: 2.4rem;
  line-height: 1.0416666667;
  width: 482px;
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 19px;
  border: none;
  background-color: #FAFA8C;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 94px auto 0;
  padding: 0 34px 0 96px;
  color: #595757;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling__btn {
    letter-spacing: 0.0007142857vw;
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling__btn {
    width: 34.4285714286vw;
    height: 6.7142857143vw;
    gap: 0 1.3571428571vw;
    box-shadow: 0 0.2142857143vw 0.9285714286vw -0.1428571429vw rgba(0, 0, 0, 0.1);
    margin: 6.7142857143vw auto 0;
    padding: 0 2.4285714286vw 0 6.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling__btn {
    width: 83.5509138381vw;
    height: 17.4934725849vw;
    margin: 12.5326370757vw auto 0;
    padding: 0 7.8328981723vw 0 14.3603133159vw;
    font-size: 4.1775456919vw;
  }
}
.p-top-counseling__btn:hover {
  transform-origin: center;
  transform: scale(0.95);
  color: #595757;
}
.p-top-counseling__btn:visited {
  color: #595757;
}
.p-top-counseling__btn-icon {
  width: 13px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-counseling__btn-icon {
    width: 0.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-counseling__btn-icon {
    width: 2.4804177546vw;
  }
}
.p-top-counseling__btn-icon svg {
  width: 100%;
}

.p-top-clinics {
  padding: 146px 0 0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-clinics {
    padding-top: 10.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-clinics {
    padding: 19.5822454308vw 0;
    background-color: #FAFA8C;
  }
}
@media screen and (max-width: 766px) {
  .p-top-clinics__inner {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    width: 89%;
    padding: 4.8302872063vw 0;
  }
}
.p-top-clinics__list {
  width: 900px;
  margin: 64px auto 0;
  border: solid 6px #FAFA8C;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  gap: 0 53px;
  padding: 54px 0 58px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-clinics__list {
    width: 78.5714285714vw;
    width: 64.2857142857vw;
    margin-top: 4.5714285714vw;
    border-width: 0.4285714286vw;
    gap: 0 3.7857142857vw;
    padding: 3.8571428571vw 0 4.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-clinics__list {
    width: 100%;
    border: unset;
    margin-top: 3.2637075718vw;
    justify-content: flex-end;
    padding: 7.0496083551vw 0 0;
    gap: 0 6.9190600522vw;
  }
}
.p-top-clinics__item--01 {
  width: 181px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-clinics__item--01 {
    width: 12.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-clinics__item--01 {
    width: 21.9321148825vw;
    margin: 0 0 0 4.3080939948vw;
  }
}
.p-top-clinics__item--02 {
  width: 174px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-clinics__item--02 {
    width: 12.4285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-clinics__item--02 {
    width: 16.318537859vw;
    margin: 0.9138381201vw 1.1749347258vw 0 1.6971279373vw;
  }
}
.p-top-clinics__item--03 {
  width: 179px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-clinics__item--03 {
    width: 12.7857142857vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-clinics__item--03 {
    width: 22.0626631854vw;
    margin: 0 6.2663185379vw 0 0;
  }
}

.p-top-qa {
  padding-top: 189px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa {
    padding-top: 13.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-qa {
    padding-top: 15.9268929504vw;
    position: relative;
  }
}
.p-top-qa__bg {
  display: none;
}
.p-top-qa__lead {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 2.6rem;
  line-height: 1.1923076923;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa__lead {
    letter-spacing: 0.0714285714vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-qa__lead {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: -11.6187989556vw;
    letter-spacing: 0em;
    font-size: 3.6553524804vw;
    font-weight: 500;
  }
}
.p-top-qa__desc {
  text-align: center;
  color: #6496A0;
  letter-spacing: 0.008rem;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 36px;
  font-weight: 500;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa__desc {
    letter-spacing: 0.0057142857vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa__desc {
    margin-top: 2.5714285714vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-qa__desc {
    font-size: 3.6553524804vw;
    line-height: 1.2;
    margin-top: 4.1775456919vw;
    position: relative;
    font-weight: 500;
  }
}
.p-top-qa__link {
  letter-spacing: 0.001rem;
  font-size: 2.1rem;
  line-height: 1.1904761905;
  width: 408px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #6496A0;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 22px auto 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa__link {
    letter-spacing: 0.0007142857vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa__link {
    width: 29.1428571429vw;
    height: 5.4285714286vw;
    box-shadow: 0 0.2142857143vw 0.9285714286vw -0.1428571429vw rgba(0, 0, 0, 0.1);
    margin: 1.5714285714vw auto 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-qa__link {
    font-size: 3.3942558747vw;
    width: 67.2323759791vw;
    height: 10.8355091384vw;
    box-shadow: 0 0.2142857143vw 0.9285714286vw -0.1428571429vw rgba(0, 0, 0, 0.1);
    margin: 2.6109660574vw auto 0;
  }
}
.p-top-qa__link:hover {
  transform-origin: center;
  transform: scale(0.95);
  color: #fff;
}
.p-top-qa__link:visited, .p-top-qa__link:hover, .p-top-qa__link:active, .p-top-qa__link:focus-visible {
  color: #fff;
}
.p-top-qa__link-icon {
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 27px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-qa__link-icon {
    width: 0.7142857143vw;
    height: 1.2857142857vw;
    right: 1.9285714286vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-qa__link-icon {
    width: 2.4804177546vw;
    height: 3.9164490862vw;
    right: 4.8302872063vw;
  }
}
.p-top-qa__link-icon svg {
  display: block;
}

.p-top-news {
  padding: 122px 0 0;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-news {
    padding-top: 8.7142857143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-news {
    padding: 15.9268929504vw 0 9.3994778068vw;
  }
}
.p-top-news__list {
  max-width: 774px;
  width: 90%;
  margin: 77px auto 0;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  padding: 24px 30px;
  max-height: 217px;
}
.p-top-news__list:has(.p-top-news__item:nth-child(4)) {
  overflow-y: scroll;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-news__list {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-news__list {
    margin-top: 10.0522193211vw;
    padding: 3.1331592689vw 3.9164490862vw;
    max-height: 46.2140992167vw;
  }
}
.p-top-news__item:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-news__item:nth-child(n+2) {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-news__item:nth-child(n+2) {
    margin-top: 4.1775456919vw;
  }
}
.p-top-news__link {
  display: flex;
  flex-direction: column;
}
.p-top-news__date {
  letter-spacing: 0rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #666;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-news__date {
    letter-spacing: 0vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-news__date {
    font-size: 3.1331592689vw;
    letter-spacing: 0vw;
    line-height: 1.3333333333;
  }
}
.p-top-news__text {
  letter-spacing: 0rem;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2px;
  text-decoration: underline;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-news__text {
    letter-spacing: 0vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top-news__text {
    font-size: 3.3942558747vw;
    letter-spacing: 0vw;
    line-height: 1.4615384615;
    margin-top: 1.044386423vw;
  }
}

.m-orderProductSectWrapLine.m-orderProductSectWrapLine--box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-orderProductSectWrapLine.m-orderProductSectWrapLine--box .m-orderProductSectWrapLine__info {
  margin: 0;
}

.s-orderContent-head:not(:has(*)) {
  padding: 0;
}

.c-changeQuantity__number {
  background-color: unset !important;
  border: unset !important;
}

.s-orderContent-btnGroup-otherPay__item {
  gap: 0 20px;
}

#AmazonPayCv2Button {
  width: 327px !important;
  height: 60px !important;
}
@media screen and (max-width: 766px) {
  #AmazonPayCv2Button {
    width: 100% !important;
  }
}

.p-homeSection {
  display: block;
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .p-homeSection {
    padding-top: 9rem;
  }
}
.p-homeSection--bgOrange {
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #f5e3b5;
}

@media screen and (min-width: 768px) {
  .p-homeSection--bgOrange {
    margin-top: 9rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-homeSection__title {
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font-en);
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-homeSection__title {
    font-size: 3rem;
  }
}
.p-homeContentsUnderBtn {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-homeContentsUnderBtn {
    margin-top: 4.5rem;
  }
}
.p-homeViewMoreBtn {
  display: inline-block;
  padding: 0 1.45rem 0.6rem;
  border-bottom: 1px solid #575757;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-homeViewMoreBtn {
    transition: opacity 0.3s ease;
  }
  .p-homeViewMoreBtn:hover {
    opacity: var(--hover-opacity);
  }
}
.m-homeFeatureSlide {
  display: block;
  width: 100%;
  position: relative;
}

.m-homeFeatureSlide-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}

.m-homeFeatureSlide-slider {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.m-homeFeatureSlide-slider__item {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  transition-property: transform;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slider__item {
    width: 36.7rem;
  }
}
.m-homeFeatureSlide-slider__picture {
  display: block;
  width: 100%;
}

.m-homeFeatureSlide-slider__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.m-homeFeatureSlide-slider__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slider__link {
    transition: opacity 0.3s ease;
  }
  .m-homeFeatureSlide-slider__link:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px) {
  .m-homeFeatureSlide--mdNoSlide .m-homeFeatureSlide-container {
    display: block;
    max-width: calc(1140px + 4rem);
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .m-homeFeatureSlide--mdNoSlide .m-homeFeatureSlide-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    transition-property: none;
    box-sizing: border-box;
    gap: 2.5rem 2rem;
    height: auto;
  }
  .m-homeFeatureSlide--mdNoSlide .m-homeFeatureSlide-slider__item {
    display: block;
    width: calc(33.3333% - 1.3333333333rem);
    height: auto;
    overflow: visible;
    background: #FFFFFF;
    transition-property: none;
  }
}
@media screen and (min-width: 768px) {
  .m-homeFeatureSlide--md2Slide {
    max-width: calc(1140px + 10rem);
    margin: 0 auto;
    padding: 0 5rem;
  }
  .m-homeFeatureSlide--md2Slide .m-homeFeatureSlide-container {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
}
.m-homeFeatureSlide-slideController {
  display: block;
}

.m-homeFeatureSlide-slideController__prev, .m-homeFeatureSlide-slideController__next {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 4.9rem);
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
  outline: none;
}

.m-homeFeatureSlide-slideController__prev > img, .m-homeFeatureSlide-slideController__next > img {
  width: 1.2rem;
}

.m-homeFeatureSlide-slideController__prev {
  left: 1rem;
  padding-right: 0.3rem;
}

.m-homeFeatureSlide-slideController__next {
  right: 1rem;
  padding-left: 0.3rem;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slideController {
    display: none;
  }
  .m-homeFeatureSlide-slideController--md2Slide {
    display: block;
  }
  .m-homeFeatureSlide-slideController__prev, .m-homeFeatureSlide-slideController__next {
    top: calc(50% - 2.5rem);
  }
  .m-homeFeatureSlide-slideController__prev:hover, .m-homeFeatureSlide-slideController__next:hover {
    opacity: var(--hover-opacity);
  }
  .m-homeFeatureSlide-slideController__prev {
    left: 3rem;
  }
  .m-homeFeatureSlide-slideController__prev--md2Slide {
    left: 0;
  }
  .m-homeFeatureSlide-slideController__next {
    right: 3rem;
  }
  .m-homeFeatureSlide-slideController__next--md2Slide {
    right: 0;
  }
}
.m-homeFeatureSlide-slideController__prev.swiper-button-disabled, .m-homeFeatureSlide-slideController__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.m-homeFeatureSlide-slidePagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slidePagination {
    margin-top: 2rem;
  }
}
.m-homeFeatureSlide-slidePagination__item {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  opacity: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slidePagination__item {
    transition: opacity 0.3s ease;
  }
  .m-homeFeatureSlide-slidePagination__item:hover {
    opacity: var(--hover-opacity);
  }
}
.m-homeFeatureSlide-slidePagination__item.swiper-pagination-bullet-active {
  cursor: default;
  background: var(--color-black);
}

.p-page-privacy .p-privacy-content__lead {
  line-height: 2;
}
.p-page-privacy .p-privacy-content__toc-anchor::after {
  width: 15px;
}
.p-page-privacy .p-privacy-content__item-text {
  line-height: 2;
}
.p-page-privacy .p-privacy-content__item-textol {
  flex-direction: column;
  display: flex;
  gap: 10px 0;
}
@media screen and (max-width: 766px) {
  .p-page-privacy .p-privacy-content__item-textol {
    gap: 0;
  }
}

.p-productListHeading-head__nav .p-productListHeadPager__prev,
.p-productListHeading-head__nav .p-productListHeadPager__next {
  width: 0.785rem;
}

.p-productListHeading-body__pageChange {
  display: none;
}

.u-pc_dispBlock {
  display: block;
}
.u-sp_dispBlock {
  display: none;
}

@media screen and (max-width: 766px) {
  .u-pc_dispBlock {
    display: none;
  }
  .u-sp_dispBlock {
    display: block;
  }
}