@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Maru Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #FCF7F2;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #FCF7F2;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/ZenMaruGothic-Regular.woff2) format("woff2");
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenMaruGothic-Medium.woff2) format("woff2");
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenMaruGothic-Bold.woff2) format("woff2");
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.toggle-btn {
  -webkit-mask: url("../img/common/c-btn-bg.svg") no-repeat center/cover;
          mask: url("../img/common/c-btn-bg.svg") no-repeat center/cover;
  width: 80px;
  height: 74px;
  background: #fff;
  display: block;
  margin-left: auto;
  text-align: center;
  z-index: 105;
  position: relative;
  position: fixed;
  top: 24px;
  right: 30px;
}
.toggle-btn.is-active .icon {
  -webkit-mask: url("../img/common/ico-cross.svg") no-repeat center/cover;
          mask: url("../img/common/ico-cross.svg") no-repeat center/cover;
}
.toggle-btn .inn {
  width: 34px;
  height: 41px;
  margin: auto;
  display: block;
}
.toggle-btn .icon {
  -webkit-mask: url("../img/common/ico-menu.svg") no-repeat center/contain;
          mask: url("../img/common/ico-menu.svg") no-repeat center/contain;
  width: 30px;
  height: 20px;
  background: #FDB373;
  display: block;
  margin: auto;
  margin-left: 7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.toggle-btn .txt {
  color: #FE9CB6;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  margin-right: -9px;
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header.is-active .inner-block {
  padding-bottom: 0px;
}
.c-header .inner-block {
  max-width: 1360px;
  padding: 25px 30px;
}
.c-header {
  /* 下層ヘッダー */
}
.c-header.page {
  height: 105px;
}
.c-header.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/home/mv-bg.jpg.webp") no-repeat center/cover;
  width: 100%;
  height: 150px;
  z-index: -2;
}
.c-header.page::after {
  content: "";
  background: url("../img/common/c-header-decoration.svg") no-repeat center/cover;
  display: block;
  width: 100%;
  min-height: 129px;
  height: 9.44vw;
  z-index: -1;
  left: 0;
  position: absolute;
  bottom: -46px;
}
.c-header.page .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-header.page .logo {
  margin-left: min(139px, 10.1756954612vw);
}
.c-header.page .toggle-btn {
  margin-top: 15px;
}

.toggle-menu-area {
  position: fixed;
  top: 0;
  right: 10px;
  margin: auto;
  height: 100vh;
  max-width: 390px;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
  pointer-events: none;
  z-index: 104;
  padding-top: 100px;
  background: #fff;
}
.toggle-menu-area.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
.toggle-menu-area .menu-area {
  max-width: 390px;
  background: #fff;
  height: 100vh;
  margin-left: auto;
}
.toggle-menu-area .area-inn {
  padding: 0 20px 85px;
  max-width: 390px;
  margin-left: auto;
  background: #fff;
  overflow-y: scroll;
  max-height: calc(var(--vh) * 100 - 150px);
}
.toggle-menu-area .menu-list {
  margin-bottom: 50px;
}
.toggle-menu-area .parent-menu-link {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding: 15px 0;
  padding-left: 28px;
  padding-right: 17px;
  letter-spacing: 0.025em;
  line-height: 1.27;
  cursor: pointer;
}
.toggle-menu-area .parent-menu-link::before {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
  background: #FDAEB5;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.toggle-menu-area .parent-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #FDAEB5 3px, transparent 3px);
  background-size: 6px 2px;
}
.toggle-menu-area .parent-menu-link .plus-minus-icon {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #FEC7C5;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.toggle-menu-area .parent-menu-link .plus-minus-icon.is-open::before {
  opacity: 0;
}
.toggle-menu-area .parent-menu-link .plus-minus-icon.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle-menu-area .parent-menu-link .plus-minus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 2px;
  background: #FEC7C5;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.toggle-menu-area .parent-menu-link .plus-minus-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 7px;
  background: #FEC7C5;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.toggle-menu-area .child-menu {
  margin-left: 27px;
}
.toggle-menu-area .child-menu .child-menu-link {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  display: block;
  padding: 17px 0;
  position: relative;
  padding-left: 33px;
  padding-right: 16px;
  line-height: 1.27;
}
.toggle-menu-area .child-menu .child-menu-link::before {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
  background: #D0D0D0;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.toggle-menu-area .child-menu .child-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #D0D0D0 3px, transparent 3px);
  background-size: 6px 2px;
}
.toggle-menu-area .child-menu .child-menu-link .icon-blank {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
          mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
  background: #D0D0D0;
}
.toggle-menu-area .grand-child-menu {
  margin-left: 38px;
}
.toggle-menu-area .grand-child-link {
  position: relative;
  display: block;
  letter-spacing: 0.025em;
  font-size: 18px;
  line-height: 1.27;
  font-weight: bold;
  padding: 16px 0;
  padding-left: 27px;
}
.toggle-menu-area .grand-child-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #7C7C7C;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
}
.toggle-menu-area .grand-child-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #D0D0D0 3px, transparent 3px);
  background-size: 6px 2px;
}

.cover-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 103;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.cover-bg.is-active {
  opacity: 1;
  pointer-events: all;
}

body.no-scroll {
  overflow: hidden;
}

.c-footer {
  padding-top: 40px;
  background: #FCF7F2;
  padding-bottom: 37px;
  position: relative;
}
.c-footer .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1168px;
  gap: 20px;
}
.c-footer .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
  padding: 10px 0;
}
.c-footer .logo-area + .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
.c-footer .c-logo {
  width: 130px;
  display: block;
  position: relative;
  grid-area: logo01;
}
.c-footer .c-logo::after {
  content: "";
  background: linear-gradient(to bottom, #c4c4c4 2px, transparent 2px);
  background-repeat: repeat-y;
  background-size: 1px 4px;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.c-footer .yanagiya-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: -10px;
}
.c-footer .yanagiya-area img {
  width: 138px;
  display: block;
}
.c-footer .yanagiya-area .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
.c-footer .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-footer .sns-list .facebook {
  -webkit-mask: url("../img/common/ico-facebook.svg") no-repeat center/cover;
          mask: url("../img/common/ico-facebook.svg") no-repeat center/cover;
  background: #000;
  width: 10px;
  height: 19px;
}
.c-footer .sns-list .facebook:focus-visible {
  background: #FF6A92;
}
.c-footer .sns-list .insta {
  -webkit-mask: url("../img/common/ico-insta.svg") no-repeat center/cover;
          mask: url("../img/common/ico-insta.svg") no-repeat center/cover;
  background: #000;
  width: 19px;
  height: 19px;
}
.c-footer .sns-list .insta:focus-visible {
  background: #FF6A92;
}
.c-footer .sns-list .x {
  -webkit-mask: url("../img/common/ico-x.svg") no-repeat center/cover;
          mask: url("../img/common/ico-x.svg") no-repeat center/cover;
  background: #000;
  width: 19px;
  height: 17px;
}
.c-footer .sns-list .x:focus-visible {
  background: #FF6A92;
}
.c-footer .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  gap: 5px 20px;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-footer .link-list a {
  position: relative;
  padding-right: 16px;
}
.c-footer .link-list a:focus-visible {
  text-decoration: underline;
}
.c-footer .link-list a::after {
  content: "";
  -webkit-mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
          mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
}
.c-footer .copyright {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
  margin-top: 6px;
}

.c-footer-parts .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
  padding: 10px 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer-parts .logo-area + .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  text-align: center;
}
.c-footer-parts .c-logo {
  width: 130px;
  display: block;
  position: relative;
  grid-area: logo01;
}
.c-footer-parts .c-logo::after {
  content: "";
  background: linear-gradient(to bottom, #c4c4c4 2px, transparent 2px);
  background-repeat: repeat-y;
  background-size: 1px 4px;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.c-footer-parts .yanagiya-area {
  display: grid;
  gap: 20px;
  margin-top: -10px;
}
.c-footer-parts .yanagiya-area img {
  width: 138px;
  display: block;
}
.c-footer-parts .yanagiya-area .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
.c-footer-parts .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 36px;
  padding: 0 16px;
}
.c-footer-parts .sns-list .facebook {
  -webkit-mask: url("../img/common/ico-facebook.svg") no-repeat center/cover;
          mask: url("../img/common/ico-facebook.svg") no-repeat center/cover;
  background: #000;
  width: 10px;
  height: 19px;
}
.c-footer-parts .sns-list .facebook:focus-visible {
  background: #FF6A92;
}
.c-footer-parts .sns-list .insta {
  -webkit-mask: url("../img/common/ico-insta.svg") no-repeat center/cover;
          mask: url("../img/common/ico-insta.svg") no-repeat center/cover;
  background: #000;
  width: 19px;
  height: 19px;
}
.c-footer-parts .sns-list .insta:focus-visible {
  background: #FF6A92;
}
.c-footer-parts .sns-list .x {
  -webkit-mask: url("../img/common/ico-x.svg") no-repeat center/cover;
          mask: url("../img/common/ico-x.svg") no-repeat center/cover;
  background: #000;
  width: 19px;
  height: 17px;
}
.c-footer-parts .sns-list .x:focus-visible {
  background: #FF6A92;
}
.c-footer-parts .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
  margin-left: auto;
  margin-top: 37px;
  padding: 0 16px;
  gap: 5px 28px;
}
.c-footer-parts .link-list a {
  position: relative;
  padding-right: 16px;
}
.c-footer-parts .link-list a:focus-visible {
  text-decoration: underline;
}
.c-footer-parts .link-list a::after {
  content: "";
  -webkit-mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
          mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
}
.c-footer-parts .copyright {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
  padding: 0 16px;
  margin-top: 16px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
}
#pagetop > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  -webkit-mask: url("../img/common/pagetop-bg.svg") no-repeat center/contain;
          mask: url("../img/common/pagetop-bg.svg") no-repeat center/contain;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDE992), color-stop(10%, #FDDB98), color-stop(50%, #FEB6A9), color-stop(80%, #FEA0B4), to(#FF98B8));
  background: linear-gradient(#FDE992 0%, #FDDB98 10%, #FEB6A9 50%, #FEA0B4 80%, #FF98B8 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 80px;
  height: 71px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#pagetop > a:focus-visible {
  background: #fff;
  color: #FF98B8;
}

.c-ttl01 {
  position: relative;
}
.c-ttl01 .icon-mouth {
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-mask: url("../img/common/c-mouth.svg") no-repeat center/cover;
          mask: url("../img/common/c-mouth.svg") no-repeat center/cover;
  width: 52px;
  height: 18px;
  background: #F7F3F0;
}
.c-ttl01 .icon-mouth.white {
  background: #fff;
}
.c-ttl01 .en {
  font-weight: 500;
  line-height: 1.05;
  color: #FFE7D1;
  font-size: 20px;
  display: block;
  padding-top: 20px;
  text-transform: uppercase;
}
.c-ttl01 .en.c-gold {
  color: #D2D65C;
}
.c-ttl01 .ja {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.42;
  margin-top: 13px;
  display: block;
}
.c-ttl01 .ja .line {
  border-bottom: 5px solid #EDEFBC;
}
.c-ttl01 .ja .line.line-white {
  border-color: #fff;
}
.c-ttl01 .ja .c-pink {
  color: #FF6A92;
}
.c-ttl01 .ja .c-white {
  color: #fff;
}
.c-ttl01 .ja .c-orange {
  color: #FF8821;
}

.c-ttl02 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.53;
  position: relative;
  padding: 18px 0;
  margin-bottom: 30px;
}
.c-ttl02::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#FF98B8), color-stop(20%, #FEA0B4), color-stop(50%, #FEB6A9), color-stop(80%, #FDDB98), to(#FDE992));
  background: linear-gradient(to left, #FF98B8 0%, #FEA0B4 20%, #FEB6A9 50%, #FDDB98 80%, #FDE992 100%);
}
.c-ttl02::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#FF98B8), color-stop(20%, #FEA0B4), color-stop(50%, #FEB6A9), color-stop(80%, #FDDB98), to(#FDE992));
  background: linear-gradient(to right, #FF98B8 0%, #FEA0B4 20%, #FEB6A9 50%, #FDDB98 80%, #FDE992 100%);
}
.c-ttl02 span {
  position: relative;
  padding-left: 30px;
}
.c-ttl02 span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
  background: #FE9CB6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.c-icon {
  display: inline-block;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  background: #fff;
}
.c-icon.icon-arrow_right {
  -webkit-mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
}
.c-icon.icon-arrow_right.pink {
  background: #FDAEB5;
}
.c-icon.icon-arrow_down {
  -webkit-mask: url("../img/common/ico-arrow_down.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_down.svg") no-repeat center/cover;
}
.c-icon.icon-arrow_down.pink {
  background: #FDAEB5;
}

.c-btn01 {
  border-radius: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px 12px 15px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
  height: 70px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.c-btn01:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.c-btn01.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn01.pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6A92), to(#FE9CB6));
  background: linear-gradient(#FF6A92 0%, #FE9CB6 100%);
}
.c-btn01.white {
  background: #fff;
}
.c-btn01 .inn-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .inn-txt.white {
  color: #fff;
}
.c-btn01 .inn-txt .large {
  font-size: 20px;
}
.c-btn01 .inn-txt .small {
  font-size: 14px;
}
.c-btn01 .inn-txt.fw-medium {
  font-weight: 500;
}
.c-btn01 .c-icon {
  margin-left: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .c-icon.orange {
  background: #FDB373;
}
.c-btn01 .icon-check {
  -webkit-mask: url("../img/common/ico-check.svg") no-repeat center/cover;
          mask: url("../img/common/ico-check.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .icon-check.orange {
  background: #FF8821;
}
.c-btn01 .icon-circle {
  border-radius: 50%;
  background: #fff;
  width: 8px;
  height: 8px;
}
.c-btn01 .icon-circle.orange {
  background: #FDB373;
}
.c-btn01 .icon-circle.pink {
  background: #FDAEB5;
}
.c-btn01 .icon-blank {
  -webkit-mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
          mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .icon-blank.orange {
  background: #FDB373;
}
.c-btn01 .icon-pencil {
  -webkit-mask: url("../img/common/ico-pencil.svg") no-repeat center/cover;
          mask: url("../img/common/ico-pencil.svg") no-repeat center/cover;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .icon-pencil.orange {
  background: #FDB373;
}

.c-attention-block .inner-block {
  max-width: 1168px;
}
.c-attention-block .ttl {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28;
  padding-bottom: 8px;
  position: relative;
  background: linear-gradient(to right, #c4c4c4 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
  background-position: left bottom;
  margin-bottom: 15px;
}
.c-attention-block .desc {
  font-size: 12px;
  line-height: 1.58;
}

.anim {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.anim.is-animated {
  -webkit-animation: fadeIn 1.5s both;
          animation: fadeIn 1.5s both;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.c-breadcrumb-block {
  margin-bottom: 14px;
}
.c-breadcrumb-block .inner-block {
  max-width: 762px;
}
.c-breadcrumb-block .c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.c-breadcrumb-block .c-breadcrumb > li {
  line-height: 2.14;
  padding-right: 17px;
  margin-right: 3px;
}
.c-breadcrumb-block .c-breadcrumb > li > a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.c-breadcrumb-block .c-breadcrumb > li > a:focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-breadcrumb-block .c-breadcrumb > li + li {
  position: relative;
}
.c-breadcrumb-block .c-breadcrumb > li + li::after {
  content: ">";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -14px;
  margin: auto;
}

.toc_title {
  color: #FDAEB5;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.66;
  padding: 10px 30px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  white-space: nowrap;
}

.toc_list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  padding-left: 40px;
  width: 100%;
}
.toc_list::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #FDAEB5 3px, transparent 3px);
  background-size: 2px 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.toc_list > li::before {
  display: none !important;
}
.toc_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.125;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.toc_list a::before {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
  background: #D0D0D0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.toc_list a:focus-visible::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.toc_list .img-area {
  border-radius: 10px 30px 10px 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.toc_list .img-area img {
  border-radius: 10px 30px 10px 30px;
}

.c-related-blog {
  position: relative;
  z-index: 0;
  padding-bottom: 241px;
}
.c-related-blog::after {
  content: "";
  background: url("../img/blog/related-blog-bg.svg") no-repeat center/cover;
  width: 100%;
  min-height: 378px;
  height: 27.672vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-related-blog .inner-block {
  max-width: 1156px;
}
.c-related-blog .blog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-related-blog .blog-list > li {
  width: 33.3333333333%;
}
.c-related-blog a {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
  display: block;
  height: 100%;
}
.c-related-blog a:focus-visible .c-btn01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-related-blog a:focus-visible .c-btn01 .icon-arrow_right {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.c-related-blog .img-area {
  border-radius: 30px 30px 5px 5px;
  padding-top: 46.8%;
  border: 6px solid #fff;
  overflow: hidden;
  position: relative;
}
.c-related-blog .img-area img {
  border-radius: 30px 30px 5px 5px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-related-blog .c-btn01 {
  padding: 16px 12px;
  height: auto;
}
.c-related-blog .c-btn01 .icon-circle {
  margin-right: min(24px, 1.756954612vw);
}
.c-related-blog .c-btn01 .inn-txt {
  text-align: left;
  font-weight: 500;
  font-size: clamp(14px, 18px, min(18px, 1.317715959vw));
}

main.page {
  padding-top: 156px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-block {
  position: relative;
  z-index: 0;
  padding-top: 45px;
}
.home .mv-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: url("../img/home/mv-bg.jpg.webp") no-repeat center/cover;
  z-index: -2;
}
.home .mv-block::after {
  content: "";
  background: url("../img/home/section-decoration01.svg") no-repeat center/cover;
  width: 100%;
  height: 239px;
  position: absolute;
  bottom: min(166px, 12.1522693997vw);
  left: 0;
  z-index: -1;
}
.home .mv-block .inner-block {
  display: grid;
  grid-template-columns: min(536px, 50%) auto;
  gap: 16px;
  max-width: 1168px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .mv-block .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.025em;
  text-align: center;
  text-shadow: 0 3px 0 #fff;
}
.home .mv-block .anchor-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #fff;
  border-radius: 47px;
  -webkit-box-shadow: 0 5px 0 #FDAEB5;
          box-shadow: 0 5px 0 #FDAEB5;
  padding: 19px 10px 16px;
  margin-top: 38px;
}
.home .mv-block .anchor-area .box {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .mv-block .anchor-area .box:focus-visible .txt {
  color: #FF6A92;
}
.home .mv-block .anchor-area .box::after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to bottom, #FDAEB5 3px, transparent 3px);
  background-size: 2px 6px;
}
.home .mv-block .anchor-area .box:last-child::after {
  display: none;
}
.home .mv-block .anchor-area .icon-wrap {
  width: 34px;
  height: 34px;
  border: 8px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  border-radius: 50%;
  margin: auto;
  background: #fff;
}
.home .mv-block .anchor-area .icon {
  -webkit-mask: url("../img/common/ico-arrow_down.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_down.svg") no-repeat center/cover;
  background: #FDAEB5;
  margin: auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
}
.home .mv-block .anchor-area .txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.277;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .mv-block .news-area {
  background: #fff;
  border-radius: 14px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
  margin-top: 34px;
}
.home .mv-block .news-area .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 14px;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .mv-block .news-area .tag {
  color: #FE9CB6;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.41;
  position: relative;
  padding-right: 13px;
  white-space: nowrap;
}
.home .mv-block .news-area .tag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FE9CB6;
  height: 100%;
  width: 1px;
}
.home .mv-block .news-area a {
  color: #FF6A92;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
.home .mv-block .news-area a:focus-visible {
  color: #FDAEB5;
}
.home .mv-block .news-area a .line {
  text-decoration: underline;
}
.home .hair-img-block {
  margin-top: 40px;
}
.home .hair-img-block .string {
  display: block;
  margin: auto;
}
.home .hair-img-block .hair-img-list {
  margin-top: -20px;
}
.home .hair-img-block .splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .hair-img-block .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .hair-img-block .splide__list img {
  border-radius: 57px;
}
.home .understanding-block {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.home .understanding-block::after {
  content: "";
  background: url("../img/home/section-decoration02.svg") no-repeat center/cover;
  width: 100%;
  height: 239px;
  position: absolute;
  bottom: 62px;
  left: 0;
  z-index: -1;
}
.home .understanding-block .inner-block {
  max-width: 1036px;
}
.home .understanding-block .content {
  background: url("../img/home/bg-parts01.svg") no-repeat center/cover;
  padding: 245px min(118px, 8.6383601757vw) 317px;
}
.home .understanding-block .c-ttl01 {
  margin-top: 20px;
}
.home .understanding-block .d-flex {
  display: grid;
  grid-template-columns: min(50%, 352px) auto;
  gap: min(50px, 3.6603221083vw);
  margin-top: 18px;
}
.home .understanding-block .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 38px;
}
.home .understanding-block .r-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home .understanding-block .box {
  border-radius: 10px 30px 10px 30px;
  background: #fff;
  border: 2px solid #F7F3F0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 20px 18px 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .understanding-block .box:focus-visible {
  background: #F7F3F0;
}
.home .understanding-block .box .img-area {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home .understanding-block .box .c-icon {
  position: absolute;
  bottom: 10px;
  right: 8px;
  background: #FEC7C5;
  width: 18px;
  height: 18px;
}
.home .understanding-block .box .ttl {
  font-weight: 500;
  line-height: 1.385;
  margin-top: 13px;
}
.home .approach-block {
  background: #FEF1E2;
  padding-top: 133px;
  margin-top: -133px;
  position: relative;
  padding-bottom: 288px;
  z-index: 0;
}
.home .approach-block::after {
  content: "";
  background: url("../img/home/section-decoration01.svg") no-repeat center/cover;
  width: 100%;
  height: 239px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.home .approach-block .inner-block {
  max-width: 1168px;
}
.home .approach-block .c-ttl01 {
  margin-top: 50px;
}
.home .approach-block .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  gap: 14px;
}
.home .approach-block .box {
  background: #fff;
  border-radius: 10px 50px 10px 50px;
  padding: 26px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.home .approach-block .box-ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
  position: relative;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-bottom: 23px;
}
.home .approach-block .box-ttl::before {
  content: "";
  -webkit-mask: url("../img/common/ico-check_circle.svg") no-repeat center/cover;
          mask: url("../img/common/ico-check_circle.svg") no-repeat center/cover;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home .approach-block .box-ttl a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.home .approach-block .box-ttl a:focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.home .approach-block .box-ttl .small {
  font-size: 16px;
  display: block;
}
.home .approach-block .box-ttl.pink {
  color: #FF6A92;
}
.home .approach-block .box-ttl.pink::before {
  background: #FDAEB5;
}
.home .approach-block .box-ttl.orange {
  color: #FF8821;
}
.home .approach-block .box-ttl.orange::before {
  background: #FDB373;
}
.home .approach-block .toc-list > li + li {
  margin-top: 10px;
}
.home .approach-block .toc-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.home .approach-block .toc-list a:focus-visible .c-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.home .approach-block .toc-list .img-area {
  width: 114px;
  border-radius: 10px 30px 10px 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .approach-block .toc-list .img-area img {
  border-radius: 10px 30px 10px 30px;
}
.home .approach-block .toc-list .new {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28;
  color: #40C0CB;
}
.home .approach-block .toc-list .ttl {
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 5px;
  font-size: 16px;
}
.home .approach-block .toc-list .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .approach-block .toc-list .txt {
  color: #7C7C7C;
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home .approach-block .toc-list .c-icon {
  background: #D0D0D0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.home .use-block {
  overflow: hidden;
}
.home .use-block .inner-block {
  display: grid;
  grid-template-columns: min(32.1%, 318px) auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1122px;
  gap: min(70px, 5.1244509517vw);
  position: relative;
  padding-top: 57px;
  padding-bottom: 75px;
  z-index: 0;
}
.home .use-block .inner-block::before {
  content: "";
  width: 323px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("../img/home/bg-parts02.png.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.home .use-block .ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 25px;
}
.home .use-block .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.9;
  text-shadow: 0 3px 0 #fff;
  position: relative;
  z-index: 1;
}
.home .use-block .r-area {
  margin-top: 11px;
  position: relative;
}
.home .lineup-block {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBFD0), to(#FEC7C5));
  background: linear-gradient(#FFBFD0 0%, #FEC7C5 100%);
  padding-top: 55px;
  position: relative;
  z-index: 0;
}
.home .lineup-block::after {
  content: "";
  background: url("../img/home/section-decoration01.svg") no-repeat center/cover;
  width: 100%;
  height: 239px;
  position: absolute;
  bottom: -161px;
  left: 0;
  z-index: -1;
}
.home .lineup-block .inner-block {
  padding: 0 6px;
  max-width: 1366px;
}
.home .lineup-block .top-area {
  padding: 0 20px;
  max-width: 1120px;
  margin: auto;
  display: grid;
  grid-template-columns: min(60%, 580px) min(40%, 318px);
  gap: 0 34px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-template-areas: "ttl btn" "desc";
}
.home .lineup-block .top-area .c-ttl01 {
  margin-bottom: 18px;
}
.home .lineup-block .top-desc {
  max-width: 1120px;
  grid-template-columns: min(60%, 580px) min(40%, 318px);
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
}
.home .lineup-block .product-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 34px;
  gap: 20px 0px;
}
.home .lineup-block .product-area .c-btn01 {
  height: 43px;
}
.home .lineup-block .product {
  padding: 0 0px;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 4;
}
.home .lineup-block .product:nth-child(odd) .img-area::after {
  background: url("../img/home/bg-parts03.png.webp") no-repeat center/contain;
}
.home .lineup-block .product:nth-child(even) .img-area::after {
  background: url("../img/home/bg-parts04.png.webp") no-repeat center/contain;
}
.home .lineup-block .img-area {
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .lineup-block .img-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  width: 262px;
  height: 230px;
}
.home .lineup-block .product-ttl {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 1.375;
  margin-top: 15px;
}
.home .lineup-block .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.home .lineup-block .tag-list .tag {
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  padding: 2px 14px;
}
.home .lineup-block .tag-list .tag.no-border {
  border: none;
}
.home .lineup-block .btn-area {
  padding: 0 37px;
}
.home .lineup-block .btn-area .c-btn01 {
  position: relative;
  z-index: 5;
}
.home .lineup-block .btn-area .c-btn01 .icon-circle {
  width: 5px;
  height: 5px;
}
.home .lineup-block .btn-area .c-btn01 .inn-txt {
  font-size: 14px;
}
.home .lineup-block .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  position: relative;
  z-index: 4;
}
.home .lineup-block .btn-wrap .c-btn01 {
  max-width: 352px;
  width: 100%;
  height: 52px;
}
.home .lineup-block .string {
  display: block;
  margin: -145px auto 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.home .c-attention-block {
  padding-top: 186px;
}

.blog-single .blog-mv-block .inner-block {
  max-width: 984px;
}
.blog-single .blog-mv-block .blog-ttl {
  font-size: 30px;
  font-weight: 500;
  margin-left: min(110px, 8.0527086384vw);
  line-height: 1.33;
  margin-bottom: 20px;
}
.blog-single .blog-mv-block .thumbnail {
  display: block;
  margin-bottom: 20px;
}
.blog-single .blog-mv-block .desc {
  line-height: 1.5;
}
.blog-single .article-content .inner-block {
  max-width: 984px;
}
.blog-single .article-content h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.53;
  position: relative;
  padding: 18px 0;
  margin-bottom: 30px;
}
.blog-single .article-content h2::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#FF98B8), color-stop(20%, #FEA0B4), color-stop(50%, #FEB6A9), color-stop(80%, #FDDB98), to(#FDE992));
  background: linear-gradient(to left, #FF98B8 0%, #FEA0B4 20%, #FEB6A9 50%, #FDDB98 80%, #FDE992 100%);
}
.blog-single .article-content h2::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#FF98B8), color-stop(20%, #FEA0B4), color-stop(50%, #FEB6A9), color-stop(80%, #FDDB98), to(#FDE992));
  background: linear-gradient(to right, #FF98B8 0%, #FEA0B4 20%, #FEB6A9 50%, #FDDB98 80%, #FDE992 100%);
}
.blog-single .article-content h2 span {
  position: relative;
  padding-left: 30px;
}
.blog-single .article-content h2 span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
  background: #FE9CB6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.blog-single .article-content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  position: relative;
  padding: 10px 0;
  padding-left: 26px;
  margin-bottom: 38px;
}
.blog-single .article-content h3::before {
  content: "";
  height: 100%;
  width: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF98B8), color-stop(20%, #FEA0B4), color-stop(50%, #FEB6A9), color-stop(80%, #FDDB98), to(#FDE992));
  background: linear-gradient(to top, #FF98B8 0%, #FEA0B4 20%, #FEB6A9 50%, #FDDB98 80%, #FDE992 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.blog-single .article-content h3::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #FE9CB6 3px, transparent 3px);
  background-size: 6px 2px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.blog-single .article-content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.blog-single .article-content .wp-block-columns .wp-block-column {
  width: 50%;
}
.blog-single .article-content .wp-block-columns .wp-block-image img {
  margin-bottom: 0;
  display: block;
  margin: auto;
}
.blog-single .article-content .wp-block-columns .wp-block-image + p {
  margin-top: 24px;
}
.blog-single .article-content .wp-block-columns p {
  margin-bottom: 0;
}
.blog-single .article-content .wp-block-columns + h2, .blog-single .article-content .wp-block-columns h3 {
  margin-top: 100px;
}
.blog-single .article-content p {
  line-height: 1.8;
  margin-bottom: 37px;
  display: block;
}
.blog-single .article-content .wp-block-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 100px;
}
.blog-single .article-content .wp-block-button.large > a {
  width: 582px;
}
.blog-single .article-content .wp-block-button > a {
  border-radius: 35px;
  background: #fff;
  position: relative;
  color: #FF6A92;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  padding: 17px 76px 17px 40px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
  display: block;
}
.blog-single .article-content .wp-block-button > a:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.blog-single .article-content .wp-block-button > a::before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #FE9CB6;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.blog-single .article-content .wp-block-button > a::after {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
          mask: url("../img/common/ico-arrow_right.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  background: #FE9CB6;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.blog-single .article-content ul {
  margin-bottom: 37px;
}
.blog-single .article-content ul > li {
  line-height: 1.5;
  padding-left: 27px;
  position: relative;
  margin-bottom: 5px;
}
.blog-single .article-content ul > li:last-child {
  margin-bottom: 0;
}
.blog-single .article-content ul > li::before {
  content: "";
  width: 16px;
  height: 6px;
  display: inline-block;
  border-radius: 20px;
  background: #FE9CB6;
  position: absolute;
  left: 0;
  top: 10px;
}
.blog-single .article-content .white-box {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #FDB373;
  padding: 25px 27px 16px;
  margin-bottom: 40px;
}
.blog-single .article-content .white-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.71;
}
.blog-single .article-content .attention {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  color: #FF7499;
  padding-left: 15px;
  margin-bottom: 0;
}
.blog-single .article-content .attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.blog-single .article-content .attention + h2, .blog-single .article-content .attention h3 {
  margin-top: 100px;
}
.blog-single .article-content .attention + p:has:not(.attention) {
  margin-top: 30px;
}
.blog-single .wp-block-image img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.blog-single .btn-wrap {
  margin-top: 107px;
  margin-bottom: 85px;
}
.blog-single .btn-wrap .c-btn01 {
  max-width: 582px;
  margin: auto;
}
.blog-single #toc_container li, .blog-single #toc_container ul {
  padding: initial;
  margin: initial;
}
.blog-single #toc_container ul {
  padding-left: 40px;
}
.blog-single #toc_container p.toc_title {
  padding: 10px 30px;
}
.blog-single #toc_container {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 90px 15px 15px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
  border: none;
  font-size: 100%;
}
.blog-single .c-attention-block {
  padding-top: 20px;
}

.compare .c-related-blog {
  margin-top: 85px;
}
.compare .diagnose-block {
  margin-bottom: 100px;
}
.compare .diagnose-block .inner-block {
  max-width: 984px;
}
.compare .diagnose-block .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 22px;
}
.compare .diagnose-block .btn-wrap .c-btn01 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 318px;
}
.compare .diagnose-block .btn-wrap .c-btn01 .inn-txt {
  font-weight: normal;
}
.compare .diagnose-block .top-q-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  margin-bottom: 13px;
}
.compare .diagnose-block .top-q-area .q-en {
  font-size: clamp(80px, 98px, min(98px, 7.1742313324vw));
  font-weight: bold;
  color: #FEEAEB;
  line-height: 0.92;
  display: inline-block;
  margin-top: -10px;
}
.compare .diagnose-block .top-q-area .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
}
.compare .diagnose-block .top-q-area .pink-txt {
  color: #F086C2;
  font-size: 14px;
  font-weight: bold;
}
.compare .diagnose-block .question-area {
  max-width: 354px;
  margin: auto;
}
.compare .diagnose-block .question-area .select-btn {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 25px;
  position: relative;
  min-height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.compare .diagnose-block .question-area .select-btn[aria-expanded=true] .icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.compare .diagnose-block .question-area .select-btn[aria-expanded=true] .icon::after {
  opacity: 0;
}
.compare .diagnose-block .question-area .select-btn .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
}
.compare .diagnose-block .question-area .select-btn .icon::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.compare .diagnose-block .question-area .select-btn .icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.compare .diagnose-block .question-area .select-btn.orange {
  background: #ED3164;
}
.compare .diagnose-block .question-area .select-btn.cyan {
  background: #1BAFBC;
}
.compare .diagnose-block .question-area .select-btn.light-red {
  background: #FC4778;
}
.compare .diagnose-block .question-area .select-btn.soft-pink {
  background: #FF6A92;
}
.compare .diagnose-block .question-area .select-btn.light-red02 {
  background: #FFDEE7;
  color: #ED3164;
}
.compare .diagnose-block .question-area .select-btn.light-red02 .icon {
  border-color: #ED3164;
}
.compare .diagnose-block .question-area .select-btn.light-red02 .icon::before, .compare .diagnose-block .question-area .select-btn.light-red02 .icon::after {
  background: #ED3164;
}
.compare .diagnose-block .question-area .select-btn.soft-cyan {
  background: #40C0CB;
}
.compare .diagnose-block .question-area .select-btn.soft-blue {
  background: #CDF0F2;
  color: #1AAFBC;
}
.compare .diagnose-block .question-area .select-btn.soft-blue .icon {
  border-color: #1AAFBC;
}
.compare .diagnose-block .question-area .select-btn.soft-blue .icon::before, .compare .diagnose-block .question-area .select-btn.soft-blue .icon::after {
  background: #1AAFBC;
}
.compare .diagnose-block .question-area .select-btn + .toggle-area {
  margin: 5px 0;
}
.compare .diagnose-block .question-area .q-txt {
  background: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 1px 10px;
  margin-bottom: 2px;
}
.compare .diagnose-block .question-area .q-txt.pink {
  color: #FC4778;
}
.compare .diagnose-block .question-area .q-txt.blue {
  color: #1AAFBC;
}
.compare .diagnose-block .result-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 9px 9px 26px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.compare .diagnose-block .result-area .img-area {
  /* flex-shrink: 0; */
}
.compare .diagnose-block .result-area .img-area .product {
  position: relative;
  z-index: 0;
}
.compare .diagnose-block .result-area .img-area .product img {
  display: block;
  margin: auto;
}
.compare .diagnose-block .result-area .img-area .product::before {
  content: "";
  background: url("../img/compare/bg-parts.png.webp") no-repeat center/contain;
  position: absolute;
  top: 11px;
  left: -5px;
  width: 187px;
  height: 165px;
  z-index: -1;
}
.compare .diagnose-block .result-area .txt-area {
  margin: auto;
  min-width: 192px;
}
.compare .diagnose-block .result-area .txt-area .c-btn01 {
  height: 30px;
  max-width: 141px;
  margin: auto;
}
.compare .diagnose-block .result-area .txt-area .c-btn01 .icon-circle {
  width: 4px;
  height: 4px;
}
.compare .diagnose-block .result-area .txt-area .c-btn01 .inn-txt {
  font-size: 12px;
}
.compare .diagnose-block .result-area .txt-area .c-btn01 .icon-blank {
  width: 12px;
  height: 12px;
}
.compare .diagnose-block .comment {
  background: url("../img/compare/frame.svg") no-repeat center;
  background-size: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 132px;
  height: 64px;
}
.compare .diagnose-block .comment .inn {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  padding: 5px 10px;
  margin-top: -6px;
  display: inline-block;
}
.compare .diagnose-block .ttl {
  color: #FF92AD;
  font-weight: bold;
  line-height: 1.37;
  text-align: center;
  padding: 9px 0px;
  position: relative;
  font-size: 16px;
  margin-top: 22px;
}
.compare .diagnose-block .ttl::before {
  content: "";
  background: linear-gradient(to right, #D8D8D8 2px, transparent 2px);
  background-size: 4px 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.compare .diagnose-block .ttl::after {
  content: "";
  background: linear-gradient(to right, #D8D8D8 2px, transparent 2px);
  background-size: 4px 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.compare .diagnose-block .p-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 23px;
  position: relative;
  z-index: 1;
}
.compare .diagnose-block .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin-top: 17px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width: 142px;
}
.compare .diagnose-block .tag-list .tag {
  border: 1px solid #333333;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 4px 6px;
}
.compare .diagnose-block .tag-list .tag.no-border {
  border: none;
}
.compare .compare-table-block {
  margin-bottom: 10px;
}
.compare .compare-table-block .inner-block {
  max-width: 984px;
}
.compare .compare-table-block .table-wrap {
  white-space: nowrap;
  overflow-x: auto;
}
.compare .compare-table-block .table-wrap::-webkit-scrollbar {
  background: #EBEBEB;
  border-radius: 50px;
}
.compare .compare-table-block .table-wrap::-webkit-scrollbar-thumb {
  background: #FF6A92;
  border-radius: 50px;
}
.compare .compare-table-block .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 60px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.compare .compare-table-block .tr:first-child .td {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 10px 0 0;
}
.compare .compare-table-block .tr:first-child .td img {
  width: 50%;
}
.compare .compare-table-block .tr:first-child::before {
  display: none;
}
.compare .compare-table-block .tr:last-child {
  border-radius: 0 0 10px 10px;
}
.compare .compare-table-block .tr:last-child::after {
  content: "";
  background: linear-gradient(to right, #FE9CB6 3px, transparent 3px);
  background-size: 6px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
}
.compare .compare-table-block .tr::before {
  content: "";
  background: linear-gradient(to right, #FE9CB6 3px, transparent 3px);
  background-size: 6px 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
}
.compare .compare-table-block .tr .td:nth-child(even) {
  background: #fff;
}
.compare .compare-table-block .td {
  width: 268px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  line-height: 1.4;
  white-space: normal;
}
.compare .compare-table-block .td.tb-item {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 500;
  width: 190px;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  left: 0;
  background: #FCF7F2;
  white-space: normal;
}
.compare .compare-table-block .td.tb-item sup {
  font-size: 10px;
  vertical-align: top;
  line-height: 1;
}
.compare .compare-table-block .td.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.compare .compare-table-block .td.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare .compare-table-block .td.orange {
  color: #FF8821;
  font-weight: 500;
}
.compare .compare-table-block .td .icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.compare .compare-table-block .td .small {
  font-size: 14px;
  line-height: 1.66;
  margin-top: 2px;
}
.compare .compare-table-block .td img {
  -o-object-fit: cover;
     object-fit: cover;
}
.compare .compare-table-block .attention-txt {
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin: 5px 0 35px;
}
.compare .compare-table-block .btn-wrap {
  margin-top: 100px;
  margin-bottom: 85px;
}
.compare .compare-table-block .btn-wrap .c-btn01 {
  max-width: 582px;
  margin: auto;
}
main.error .inner-block {
  max-width: 984px;
}
main.error .main-txt {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
main.error .en {
  color: #FF6A92;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: auto;
  font-weight: bold;
}
main.error .btn-wrap {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .toggle-btn {
    top: 10px;
    right: 10px;
  }
  .c-header .inner-block {
    padding: 10px;
  }
  .c-header.page {
    height: 147px;
  }
  .c-header.page::after {
    background: url("../img/common/c-header-decoration_sp.svg") no-repeat calc(50% - 100px) center/cover;
    height: 165px;
    bottom: -3px;
  }
  .c-header.page .inner-block {
    padding: 10px 10px 0px 0;
    width: 100%;
  }
  .c-header.page .logo {
    margin-left: 0;
    position: relative;
    margin-top: -20px;
  }
  .c-header.page .toggle-btn {
    margin-top: 0;
  }
  .c-footer {
    padding-top: 50px;
    padding-bottom: 47px;
  }
  .c-footer .logo-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer .logo-area + .txt {
    text-align: center;
  }
  .c-footer .yanagiya-area {
    display: grid;
  }
  .c-footer .sns-list {
    margin-top: 50px;
    padding: 0 16px;
  }
  .c-footer .link-list {
    width: 70%;
    margin-left: auto;
    margin-top: 37px;
    padding: 0 16px;
    gap: 5px 28px;
  }
  .c-footer .link-list a {
    padding-right: 10px;
  }
  .c-footer .copyright {
    padding: 0 16px;
    margin-top: 16px;
  }
  .c-footer-parts .link-list a {
    padding-right: 10px;
  }
  .c-ttl02 {
    font-size: 20px;
    padding: 22px 0;
  }
  .c-ttl02 span::before {
    top: 10px;
  }
  .c-attention-block .inner-block {
    padding: 0 36px;
  }
  .c-attention-block .ttl {
    padding-bottom: 18px;
  }
  .c-attention-block .desc + .desc {
    margin-top: 19px;
  }
  .c-breadcrumb-block {
    margin-bottom: 22px;
  }
  .c-breadcrumb-block .inner-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-breadcrumb-block .c-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-breadcrumb-block .c-breadcrumb > li > a {
    padding-right: 13px;
  }
  .toc_title {
    padding: 0;
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 10px;
  }
  .toc_list {
    grid-template-columns: 1fr;
    padding: 0;
    padding-top: 20px;
  }
  .toc_list::before {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #FDAEB5 3px, transparent 3px);
    background-size: 6px 2px;
    bottom: initial;
    top: -15px;
  }
  .c-related-blog::after {
    background: url("../img/blog/related-blog-bg.svg") no-repeat calc(50% + 100px) center/cover;
  }
  .c-related-blog .blog-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .c-related-blog .blog-list > li {
    width: 100%;
  }
  .c-related-blog a {
    max-width: 329px;
    margin: auto;
  }
  .c-related-blog .c-btn01 .icon-circle {
    margin-right: 24px;
  }
  .c-related-blog .c-btn01 .inn-txt {
    font-size: 18px;
  }
  main.page {
    padding-top: 183px;
  }
  .home .mv-block {
    padding-top: 30px;
  }
  .home .mv-block::before {
    height: 300px;
  }
  .home .mv-block::after {
    bottom: min(335px, 85.8974358974vw);
  }
  .home .mv-block .inner-block {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
  .home .mv-block .l-area {
    margin: auto;
  }
  .home .mv-block .desc {
    font-size: 16px;
    margin-top: -10px;
  }
  .home .mv-block .anchor-area {
    margin: 30px 18px 0;
    padding-bottom: 8px;
  }
  .home .mv-block .anchor-area .box {
    padding-top: 0;
  }
  .home .mv-block .anchor-area .icon-wrap {
    width: 24px;
    bottom: -14px;
    height: 24px;
    border-width: 6px;
  }
  .home .mv-block .anchor-area .icon {
    bottom: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .home .mv-block .anchor-area .txt {
    font-size: 14px;
  }
  .home .mv-block .news-area {
    margin: 38px 18px 0;
    border-radius: 50px;
  }
  .home .hair-img-block {
    margin-top: 56px;
  }
  .home .hair-img-block .string {
    margin-top: -19px;
  }
  .home .hair-img-block .splide__list {
    gap: 0;
  }
  .home .understanding-block {
    margin-top: 45px;
  }
  .home .understanding-block::after {
    bottom: -150px;
    background: url("../img/home/section-decoration03.svg") no-repeat center/cover;
  }
  .home .understanding-block .inner-block {
    padding: 0;
  }
  .home .understanding-block .content {
    padding: 60px 35px 102px;
  }
  .home .understanding-block .d-flex {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .home .understanding-block .d-flex + .c-btn01 {
    margin-top: 26px;
  }
  .home .understanding-block .txt {
    margin-bottom: 2px;
  }
  .home .understanding-block .r-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .understanding-block .box {
    border-radius: 10px;
  }
  .home .understanding-block .box .ttl {
    font-size: 16px;
    margin-top: 4px;
  }
  .home .approach-block {
    margin-top: 0;
    padding-top: 147px;
    padding-bottom: 268px;
  }
  .home .approach-block .c-ttl01 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .home .approach-block .box-wrap {
    grid-template-columns: 1fr;
    margin-top: 33px;
    gap: 30px;
  }
  .home .approach-block .box-ttl {
    margin-bottom: 18px;
  }
  .home .approach-block .toc-list .img-area {
    width: 100px;
  }
  .home .use-block .inner-block {
    grid-template-columns: 1fr;
    gap: 0px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .home .use-block .inner-block::before {
    right: 0;
    height: 299px;
  }
  .home .use-block .ttl {
    text-align: center;
    margin-top: 0;
  }
  .home .use-block .desc {
    font-size: 16px;
    line-height: 2.06;
  }
  .home .use-block .r-area .c-btn01 {
    margin: 18px 15px 0;
  }
  .home .lineup-block {
    padding-top: 96px;
    padding-bottom: 70px;
  }
  .home .lineup-block::after {
    bottom: -147px;
  }
  .home .lineup-block .top-area {
    grid-template-columns: initial;
    grid-template-areas: "ttl" "desc" "btn";
    padding: 0 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .lineup-block .top-area .c-ttl01 {
    grid-area: ttl;
    margin-bottom: 13px;
  }
  .home .lineup-block .top-area .c-btn01 {
    grid-area: btn;
    margin-top: 20px;
  }
  .home .lineup-block .top-desc {
    grid-area: desc;
  }
  .home .lineup-block .product-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home .lineup-block .product {
    width: auto;
  }
  .home .lineup-block .img-area::after {
    width: min(187px, 47.9487179487vw);
    height: min(164px, 42.0512820513vw);
  }
  .home .lineup-block .img-area img {
    max-width: 142px;
  }
  .home .lineup-block .product-ttl {
    font-size: 14px;
    line-height: 1.28;
  }
  .home .lineup-block .tag-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 5px;
    gap: 2px;
  }
  .home .lineup-block .tag-list .tag {
    font-size: 10px;
    padding: 2px 7px;
  }
  .home .lineup-block .btn-area {
    padding: 0 20px;
  }
  .home .lineup-block .btn-area .c-btn01 {
    height: 30px;
    padding: 12px 7px;
  }
  .home .lineup-block .btn-area .c-btn01 .icon-circle {
    width: 4px;
    height: 4px;
  }
  .home .lineup-block .btn-area .c-btn01 .icon-blank {
    width: 12px;
    height: 12px;
  }
  .home .lineup-block .btn-area .c-btn01 .inn-txt {
    font-size: 12px;
  }
  .home .lineup-block .string {
    margin-top: -53px;
  }
  .home .c-attention-block {
    padding-top: 170px;
  }
  .blog-single .blog-mv-block .blog-ttl {
    margin-left: 0;
    font-size: 24px;
    line-height: 1.333;
  }
  .blog-single .blog-mv-block .desc {
    line-height: 1.42;
  }
  .blog-single .article-content h2 {
    font-size: 20px;
    padding: 22px 0;
  }
  .blog-single .article-content h2 span::before {
    top: 10px;
  }
  .blog-single .article-content h3 {
    font-size: 18px;
    padding: 13px 0;
    padding-left: 26px;
  }
  .blog-single .article-content h3::after {
    width: calc(100% - 23px);
    left: 23px;
  }
  .blog-single .article-content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .blog-single .article-content .wp-block-columns .wp-block-column {
    width: 100%;
  }
  .blog-single .article-content p {
    font-size: 16px;
  }
  .blog-single .article-content .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 20px 100px;
    gap: 13px;
  }
  .blog-single .article-content .wp-block-button.large > a {
    width: auto;
  }
  .blog-single .article-content .wp-block-button > a {
    font-size: 16px;
    padding: 15px 66px 15px 33px;
    line-height: 1.2;
  }
  .blog-single .article-content .wp-block-button > a::after {
    width: 21px;
    height: 21px;
  }
  .blog-single .article-content ul {
    margin-bottom: 35px;
  }
  .blog-single .article-content ul > li {
    line-height: 1.875;
  }
  .blog-single .article-content ul > li::before {
    top: 8px;
    width: 14px;
  }
  .blog-single .article-content .white-box {
    padding: 25px 27px 20px;
    margin-bottom: 20px;
  }
  .blog-single .article-content .attention {
    line-height: 1.41;
    padding-left: 10px;
  }
  .blog-single .article-content .attention + .attention {
    margin-top: 8px;
  }
  .blog-single .btn-wrap {
    margin: 107px 40px 98px;
  }
  .blog-single .btn-wrap .c-btn01 {
    height: auto;
    padding: 19px 12px 19px 10px;
  }
  .blog-single .btn-wrap .c-btn01 .inn-txt {
    font-size: 16px;
  }
  .blog-single #toc_container ul {
    padding-left: 0px;
  }
  .blog-single #toc_container p.toc_title {
    padding: 0 0 10px;
  }
  .blog-single #toc_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
  .compare .c-related-blog {
    margin-top: 40px;
  }
  .compare .diagnose-block {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .compare .diagnose-block .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .compare .diagnose-block .top-q-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .compare .diagnose-block .top-q-area .q-en {
    font-size: 98px;
    margin-inline: auto;
  }
  .compare .diagnose-block .top-q-area .txt-area {
    width: 100%;
  }
  .compare .diagnose-block .top-q-area .txt {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .compare .diagnose-block .question-area .select-btn {
    min-height: 50px;
  }
  .compare .diagnose-block .p-name {
    margin-top: 10px;
  }
  .compare .diagnose-block .tag-list {
    margin-top: 6px;
  }
  .compare .compare-table-block .td {
    font-size: 11px;
    padding-right: 5px;
  }
  .compare .compare-table-block .td.tb-item {
    width: 84px;
  }
  .compare .compare-table-block .attention-txt {
    margin-bottom: 10px;
  }
  .compare .compare-table-block .btn-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.error .main-txt {
    font-size: 24px;
  }
  main.error .btn-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header.page .logo {
    position: absolute;
    top: 11px;
    left: 0;
  }
  .toc_list .img-area {
    width: 114px;
  }
  main.error {
    padding-top: 203px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-header.page .logo {
    margin-left: 20px;
  }
  .c-breadcrumb-block {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .toggle-menu-area {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .c-footer .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .c-footer .yanagiya-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
@media (any-hover: hover) {
  .c-footer .sns-list .facebook:hover {
    background: #FF6A92;
  }
  .c-footer .sns-list .insta:hover {
    background: #FF6A92;
  }
  .c-footer .sns-list .x:hover {
    background: #FF6A92;
  }
  .c-footer .link-list a:hover {
    text-decoration: underline;
  }
  .c-footer-parts .sns-list .facebook:hover {
    background: #FF6A92;
  }
  .c-footer-parts .sns-list .insta:hover {
    background: #FF6A92;
  }
  .c-footer-parts .sns-list .x:hover {
    background: #FF6A92;
  }
  .c-footer-parts .link-list a:hover {
    text-decoration: underline;
  }
  #pagetop > a:hover {
    background: #fff;
    color: #FF98B8;
  }
  .c-btn01:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-breadcrumb-block .c-breadcrumb > li > a:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .toc_list a:hover::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-related-blog a:hover .c-btn01 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-related-blog a:hover .c-btn01 .icon-arrow_right {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .home .mv-block .anchor-area .box:hover .txt {
    color: #FF6A92;
  }
  .home .mv-block .news-area a:hover {
    color: #FDAEB5;
  }
  .home .understanding-block .box:hover {
    background: #F7F3F0;
  }
  .home .approach-block .box-ttl a:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .home .approach-block .toc-list a:hover .c-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .blog-single .article-content .wp-block-button > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .c-ttl01 .ja {
    font-size: 22px;
  }
  .home .mv-block .anchor-area .icon-wrap {
    bottom: -20px;
  }
  .home .mv-block .anchor-area .txt {
    font-size: 12px;
  }
  .home .lineup-block .img-area::after {
    width: min(150px, 40.5405405405vw);
    height: min(127px, 34.3243243243vw);
  }
  .blog-single .article-content .wp-block-button > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .c-btn01 .inn-txt {
    font-size: 16px;
  }
  .c-btn01 .inn-txt .large {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .toc_list {
    grid-template-columns: 1fr;
  }
  .home .mv-block .inner-block {
    grid-template-columns: min(426px, 45%) auto;
  }
  .home .mv-block .anchor-area .txt {
    font-size: 16px;
  }
  .home .approach-block .box-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .home .lineup-block .top-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: min(55%, 580px) auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  main.page {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1450px) {
  .home .mv-block::after {
    height: 17.93vw;
  }
  .home .understanding-block::after {
    height: 17.93vw;
  }
  .home .approach-block::after {
    height: 17.93vw;
  }
  .home .lineup-block::after {
    height: 17.93vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .mv-block::after {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .home .understanding-block .content {
    background-size: contain;
    padding: 200px 50px 300px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  .home .understanding-block .box .ttl {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 910px) {
  .home .use-block .inner-block {
    grid-template-columns: min(40.1%, 318px) auto;
    padding: 0 20px;
  }
  .home .use-block .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .home .lineup-block .product-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .lineup-block .product {
    width: 273px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .blog-single .article-content .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 0 auto 100px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .compare .diagnose-block .result-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .compare .diagnose-block .result-area .img-area {
    margin: auto;
  }
  .compare .diagnose-block .result-area .img-area .product img {
    width: 50%;
  }
  .compare .diagnose-block .result-area .img-area .product::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */