/* --------------------------------------------------------------------------
   .anchor
--------------------------------------------------------------------------- */
.anchor {
  border-bottom: 2px solid #ebf2e4;
}

.anchor-list__item:last-child {
  border-top: 1px dashed #ffbec4;
}

.anchor-list__item a {
  position: relative;
  display: block;
  padding: 25px 23px 21px;
}

.anchor-list__item a .i-arrow-r {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #ff7b84;
  font-size: 1.7rem;
  -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
          transform: translate3d(0, -50%, 0) rotate(90deg);
}

.anchor-list__item span {
  margin-top: 7px;
  color: #593900;
  font-size: 1.4rem;
}

.anchor-list__img {
  position: relative;
  line-height: 1;
}

.anchor-list__img p {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.anchor-list__img--01 img {
  width: 218px;
}

.anchor-list__img--02 img {
  width: 246px;
}

.anchor-list.l-container {
  margin: 0;
}

/* --------------------------------------------------------------------------
   .key-visual
--------------------------------------------------------------------------- */
.key-visual {
  position: relative;
  text-align: center;
}

.key-visual h1 img {
  max-width: 100%;
}

.key-visual h1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .modal
--------------------------------------------------------------------------- */
.modal {
  display: none;
}

/* --------------------------------------------------------------------------
   .sec-balance
--------------------------------------------------------------------------- */
.sec-balance {
  position: relative;
  padding: 53px 0 30px;
  border-top: 1px solid rgba(224, 192, 195, 0.2);
  border-bottom: 1px solid rgba(224, 192, 195, 0.2);
  background-image: url("/komachi-official/assets/images/secret/pattern05.png");
  background-size: 10px;
  background-repeat: repeat;
}

.sec-balance__inner {
  position: relative;
  margin-top: 25px;
  padding: 2px;
  border-radius: 8px;
  background: url("/komachi-official/assets/images/secret/pattern09.png");
}

.sec-balance__border {
  padding: 7px;
  border: 1px dashed #fff;
  border-radius: 6px;
}

.sec-balance::before {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 71px;
  height: 76px;
  background-image: url("/komachi-official/assets/images/secret/other_ico_sm.png");
  background-size: contain;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-balance__hdg {
  text-align: center;
}

.sec-balance__hdg .img {
  position: relative;
  display: inline-block;
  width: 287px;
  vertical-align: top;
}

.sec-balance__hdg .img::before {
  display: block;
  padding-top: 31.01%;
  content: '';
}

.sec-balance__hdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-balance__hdg .img p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .sec-balance .content
--------------------------------------------------------------------------- */
.sec-balance .content {
  padding: 17px 10px 24px 22px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(151, 96, 0, 0.2);
}

.sec-balance .content__img {
  position: relative;
  vertical-align: top;
}

.sec-balance .content__img::before {
  display: block;
  padding-top: 206.84%;
  content: '';
}

.sec-balance .content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-balance .content__txt {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
	 .sec-beautiful
--------------------------------------------------------------------------- */
.sec-beautiful {
  padding: 30px 0 56px;
  border-top: 2px solid #f6f3eb;
  background-image: url("/komachi-official/assets/images/secret/pattern04.png");
  background-size: 13px;
  background-repeat: repeat;
  color: #593900;
  font-weight: 500;
}

.sec-beautiful__inner h2 {
  position: relative;
}

.sec-beautiful__sub-hdg {
  text-align: center;
}

.sec-beautiful__sub-hdg .img {
  position: relative;
  display: inline-block;
  width: 229px;
  vertical-align: top;
}

.sec-beautiful__sub-hdg .img::before {
  display: block;
  content: '';
}

.sec-beautiful__sub-hdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-beautiful__sub-hdg .img p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

.sec-beautiful__hdg {
  position: relative;
  text-align: center;
}

.sec-beautiful__hdg p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

.sec-beautiful__hdg .img {
  position: relative;
  display: inline-block;
  margin-top: 17px;
  width: 285px;
  vertical-align: top;
}

.sec-beautiful__hdg .img::before {
  display: block;
  padding-top: 33.33%;
  content: '';
}

.sec-beautiful__hdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-beautiful__lead {
  margin-top: 20px;
  text-align: center;
  letter-spacing: .03em;
  font-size: 1.4rem;
  line-height: 1.58;
}

/* --------------------------------------------------------------------------
	 .sec-beautiful .detail
--------------------------------------------------------------------------- */
.sec-beautiful .detail {
  position: relative;
  margin-top: 22px;
  padding: 2px;
  border-radius: 8px;
  background: url("/komachi-official/assets/images/secret/pattern08.png");
}

.sec-beautiful .detail__border {
  padding: 7px;
  border: 1px dashed #fff;
  border-radius: 6px;
}

.sec-beautiful .detail__inner {
  padding: 63px 0 25px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(151, 96, 0, 0.2);
}

.sec-beautiful .detail__body + .detail__body {
  margin-top: 20px;
  padding-top: 72px;
  border-top: 1px dashed #fbdda9;
}

.sec-beautiful .detail .hdg {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.43;
}

.sec-beautiful .detail .hdg .color {
  color: #ff8a00;
}

.sec-beautiful .detail .hdg span {
  position: relative;
}

.sec-beautiful .detail .hdg span::before {
  position: absolute;
  bottom: 3px;
  left: -3px;
  z-index: -1;
  width: 102%;
  height: 7px;
  background-color: #ffef99;
  content: '';
}

.sec-beautiful .detail .hdg--01 > p::after {
  top: -47px;
  left: 50%;
  width: 171px;
  height: 46px;
  background-image: url("/komachi-official/assets/images/secret/beautiful_balloon01_sm.png");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-beautiful .detail .hdg--02 > p::after {
  top: -47px;
  right: 50%;
  width: 260px;
  height: 46px;
  background-image: url("/komachi-official/assets/images/secret/beautiful_balloon02_sm.png");
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.sec-beautiful .detail .hdg > p {
  position: relative;
  display: inline-block;
}

.sec-beautiful .detail .hdg > p::after {
  position: absolute;
  background-size: contain;
  content: '';
}

.sec-beautiful .detail__lead {
  position: relative;
  padding: 120px 23px 0;
  letter-spacing: .03em;
  font-size: 1.6rem;
  line-height: 1.7;
}

.sec-beautiful .detail__lead::before {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 218px;
  height: 80px;
  background-image: url("/komachi-official/assets/images/secret/turtle_deco_sm.png");
  background-size: contain;
  content: '';
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}

.sec-beautiful .detail__lead .color {
  color: #ff6874;
}

/* .sec-beautiful .detail .block
----------------------------------------------------------------- */
.sec-beautiful .detail .block {
  margin-top: 4px;
  padding: 0 10px;
}

.sec-beautiful .detail .block--md {
  margin-top: 34px;
}

.sec-beautiful .detail .block__inner {
  position: relative;
}

.sec-beautiful .detail .block__inner .img {
  position: relative;
  vertical-align: top;
}

.sec-beautiful .detail .block__inner .img::before {
  display: block;
  content: '';
}

.sec-beautiful .detail .block__inner .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-beautiful .detail .block__inner .img--01::before {
  padding-top: 174.43%;
}

.sec-beautiful .detail .block__inner .img__txt {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.sec-beautiful .detail .block__txt {
  margin-top: 14px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.45;
}

.sec-beautiful .detail .block__txt > span {
  position: relative;
}

.sec-beautiful .detail .block__txt .color {
  color: #ff737e;
}

.sec-beautiful .detail .block__note {
  margin-top: 7px;
  color: rgba(89, 57, 0, 0.5);
  text-align: right;
  font-size: 1rem;
  line-height: 1.27;
}

/* .sec-beautiful .detail .grid
----------------------------------------------------------------- */
.sec-beautiful .detail .grid {
  position: relative;
  border: 1px solid #fae9c4;
  border-radius: 3px;
  background-color: #fff9ed;
}

.sec-beautiful .detail .grid::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 87px;
  height: 18px;
  background-image: url("/komachi-official/assets/images/secret/beautiful_further_txt_sm.png");
  background-size: contain;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-beautiful .detail .grid__inner {
  padding: 27px 13px 15px;
  letter-spacing: .03em;
}

.sec-beautiful .detail .grid__item dt {
  position: relative;
  padding: 8px 15px 7px;
  border-left: 5px solid #f59a00;
  background-color: #fff;
  white-space: nowrap;
  font-size: 1.7rem;
  line-height: 1;
}

.sec-beautiful .detail .grid__item dd {
  margin-top: 13px;
  font-size: 1.2rem;
  line-height: 1.83;
}

.sec-beautiful .detail .grid__img {
  position: relative;
  margin-top: 15px;
}

.sec-beautiful .detail .grid__img::before {
  display: block;
  padding-top: 65.09%;
  content: '';
}

.sec-beautiful .detail .grid__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .sec-interview
--------------------------------------------------------------------------- */
.sec-interview {
  padding: 30px 0 40px;
  color: #593900;
}

.sec-interview .l-container {
  margin: 0;
}

.sec-interview__hdg {
  text-align: center;
}

.sec-interview__hdg .img {
  position: relative;
  display: inline-block;
  width: 301px;
  vertical-align: top;
}

.sec-interview__hdg .img::before {
  display: block;
  padding-top: 21.59%;
  content: '';
}

.sec-interview__hdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-interview__hdg .img p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

.sec-interview__lead {
  margin-top: 15px;
  text-align: center;
  font-size: 1.4rem;
}

.sec-interview__lead span {
  position: relative;
  z-index: 1;
  letter-spacing: .03em;
  font-weight: 500;
}

.sec-interview__lead span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-color: #ffeeef;
  content: '';
}

/* --------------------------------------------------------------------------
   .sec-interview .unit
--------------------------------------------------------------------------- */
.sec-interview .unit {
  margin-top: 35px;
}

.sec-interview .unit__img {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.sec-interview .unit__img .img {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.sec-interview .unit__img .img::before {
  display: block;
  content: '';
}

.sec-interview .unit__img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-interview .unit__img .img--01 {
  width: 288px;
}

.sec-interview .unit__img .img--01::before {
  padding-top: 69.44%;
}

.sec-interview .unit__img .img--02 {
  width: 288px;
}

.sec-interview .unit__img .img--02::before {
  padding-top: 69.44%;
}

.sec-interview .unit__inner {
  position: relative;
  z-index: 1;
  margin-top: -110px;
  padding: 120px 25px 40px;
  background: url("/komachi-official/assets/images/secret/pattern06.png");
  background-size: 30px;
}

.sec-interview .unit__hdg {
  text-align: center;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.43;
}

.sec-interview .unit__name {
  margin-top: 21px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
}

.sec-interview .unit__name--01 span::before {
  width: 147px;
  background-image: url("/komachi-official/assets/images/secret/interview_name_bg01_sm.png");
}

.sec-interview .unit__name--02 span::before {
  width: 172px;
  background-image: url("/komachi-official/assets/images/secret/interview_name_bg02_sm.png");
}

.sec-interview .unit__name span {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.sec-interview .unit__name span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  height: 27px;
  background-size: contain;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-interview .unit__name span img {
  position: relative;
  vertical-align: top;
}

.sec-interview .unit__txt-wrap {
  overflow: hidden;
  height: 0;
}

.sec-interview .unit__txt {
  padding-bottom: 23px;
  font-size: 1.6rem;
  line-height: 1.88;
}

.sec-interview .unit .color {
  color: #f65360;
}

.sec-interview .unit__link {
  text-align: center;
}

.sec-interview .unit__link .c-btn {
  position: relative;
}

.sec-interview .unit__link .c-btn::before, .sec-interview .unit__link .c-btn::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 2px;
  height: 15px;
  border-radius: 3px;
  background-color: #593900;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-interview .unit__link .c-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sec-interview .unit__link .c-btn .c-btn__content::before, .sec-interview .unit__link .c-btn .c-btn__content::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-interview .unit__link .c-btn .c-btn__content::before {
  width: 76px;
  background-image: url("/komachi-official/assets/images/detail_btn_txt.svg");
}

.sec-interview .unit__link .c-btn .c-btn__content::after {
  width: 45px;
  background-image: url("/komachi-official/assets/images/close_btn_txt.svg");
  opacity: 0;
}

.sec-interview .unit__link .c-btn.is-active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sec-interview .unit__link .c-btn.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.sec-interview .unit__link .c-btn.is-active .c-btn__content::before {
  opacity: 0;
}

.sec-interview .unit__link .c-btn.is-active .c-btn__content::after {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   .sec-interview .link
--------------------------------------------------------------------------- */
.sec-interview .link {
  margin: 30px 25px 0;
  text-align: center;
}

/* --------------------------------------------------------------------------
	 .sec-vitality
--------------------------------------------------------------------------- */
.sec-vitality {
  padding: 27px 0 30px;
  background-image: url("/komachi-official/assets/images/secret/pattern02.png");
  background-size: 10px;
  background-repeat: repeat;
  color: #593900;
  font-weight: 500;
}

.sec-vitality .l-container {
  margin: 0 15px;
}

.sec-vitality__inner h2 {
  position: relative;
}

.sec-vitality__sub-hdg {
  text-align: center;
}

.sec-vitality__sub-hdg .img {
  position: relative;
  display: inline-block;
  width: 209px;
  vertical-align: top;
}

.sec-vitality__sub-hdg .img::before {
  display: block;
  padding-top: 15.31%;
  content: '';
}

.sec-vitality__sub-hdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-vitality__sub-hdg .img p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

.sec-vitality__hdg {
  position: relative;
  margin-top: 24px;
  text-align: center;
}

.sec-vitality__hdg p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

.sec-vitality__hdg .img {
  position: relative;
  display: inline-block;
  width: 261.5px;
  vertical-align: top;
}

.sec-vitality__hdg .img::before {
  display: block;
  padding-top: 34.18%;
  content: '';
}

.sec-vitality__hdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-vitality__lead {
  margin-top: 20px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .03em;
  font-size: 1.3rem;
  line-height: 1.58;
}

/* --------------------------------------------------------------------------
	 .sec-vitality .detail
--------------------------------------------------------------------------- */
.sec-vitality .detail {
  position: relative;
  margin-top: 22px;
  padding: 2px;
  border-radius: 8px;
  background: url("/komachi-official/assets/images/secret/pattern07.png");
}

.sec-vitality .detail__border {
  padding: 7px;
  border: 1px dashed #fff;
  border-radius: 7px;
}

.sec-vitality .detail__inner {
  padding: 63px 0 18px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(20, 46, 6, 0.2);
}

.sec-vitality .detail__body + .detail__body {
  margin-top: 25px;
  padding-top: 75px;
  border-top: 1px dashed #cfe2c0;
}

.sec-vitality .detail .hdg {
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: .05em;
  font-size: 2.2rem;
  line-height: 1.51;
}

.sec-vitality .detail .hdg .color {
  color: #399e01;
}

.sec-vitality .detail .hdg .line {
  position: relative;
}

.sec-vitality .detail .hdg .line::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 7px;
  background-color: #ffef99;
  content: '';
}

.sec-vitality .detail .hdg--01 > p::after {
  top: -48px;
  left: 50%;
  width: 151px;
  height: 46px;
  background-image: url("/komachi-official/assets/images/secret/vitality_balloon01_sm.png");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-vitality .detail .hdg--02 > p::after {
  top: -50px;
  right: 50%;
  width: 249px;
  height: 46px;
  background-image: url("/komachi-official/assets/images/secret/vitality_balloon02_sm.png");
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.sec-vitality .detail .hdg > p {
  position: relative;
  display: inline-block;
}

.sec-vitality .detail .hdg > p::after {
  position: absolute;
  background-size: contain;
  content: '';
}

.sec-vitality .detail__txt {
  margin-top: 17px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.52;
}

.sec-vitality .detail__txt > span {
  position: relative;
}

.sec-vitality .detail__txt .color {
  color: #ff6b76;
}

/* .sec-vitality .detail .block
----------------------------------------------------------------- */
.sec-vitality .detail .block {
  margin-top: 3px;
  padding: 0 10px;
}

.sec-vitality .detail .block__inner {
  position: relative;
}

.sec-vitality .detail .block__inner + .block__inner {
  margin-top: 13px;
}

.sec-vitality .detail .block__inner .img {
  position: relative;
  vertical-align: top;
}

.sec-vitality .detail .block__inner .img::before {
  display: block;
  content: '';
}

.sec-vitality .detail .block__inner .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-vitality .detail .block__inner .img--01::before {
  padding-top: 166.89%;
}

.sec-vitality .detail .block__inner .img--02 {
  margin-top: 10px;
}

.sec-vitality .detail .block__inner .img--02::before {
  padding-top: 206.56%;
}

.sec-vitality .detail .block__inner .img--03::before {
  padding-top: 105.57%;
}

.sec-vitality .detail .block__inner .img p {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.sec-vitality .detail .block__link {
  display: none;
}

.sec-vitality .detail .block__check {
  position: absolute;
  top: 100%;
  left: 100%;
  visibility: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  body {
    width: auto;
  }
  .anchor {
    border-bottom-width: 1px;
  }
  .anchor-list {
    display: flex;
  }
  .anchor-list__item {
    width: 50%;
    border-left: 2px dotted #ffbec4;
    text-align: center;
  }
  .anchor-list__item:last-child {
    border-top: 0;
    border-right: 2px dotted #ffbec4;
  }
  .anchor-list__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0 20px;
    transition: background-color .2s;
  }
  .anchor-list__item a .i-arrow-r {
    right: 27px;
    font-size: 2rem;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .anchor-list__item a:hover {
    background-color: #fffcea;
  }
  .anchor-list__item a:hover .i-arrow-r {
    -webkit-transform: translate3d(0, -30%, 0) rotate(90deg);
            transform: translate3d(0, -30%, 0) rotate(90deg);
  }
  .anchor-list__item span {
    display: block;
    margin-top: 3px;
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .anchor-list__img {
    line-height: inherit;
  }
  .anchor-list__img--01 img {
    width: auto;
  }
  .anchor-list__img--02 img {
    width: auto;
  }
  .anchor-list.l-container {
    margin: auto;
  }
  .key-visual {
    height: 400px;
    background-image: url("/komachi-official/assets/images/secret/kv_bg_lg.jpg");
    background-position: center;
    background-size: cover;
  }
  .key-visual h1 {
    position: absolute;
    top: 68px;
    left: calc(50% - 452px);
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(91, 98, 84, 0.7);
    opacity: 0;
    transition: opacity .4s, visibility .4s;
  }
  .modal.is-active {
    visibility: visible;
    opacity: 1;
  }
  .modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px 60px 50px;
    border: 4px solid #e5efcd;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modal__hdg {
    color: #fff;
    text-align: center;
    letter-spacing: .03em;
    font-weight: 500;
    font-size: 2rem;
  }
  .modal__hdg span {
    position: relative;
  }
  .modal__hdg span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 354px;
    height: 42px;
    background-image: url("/komachi-official/assets/images/secret/modal_hdg_bg_lg.png");
    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modal__img {
    margin-top: 35px;
  }
  .modal__img img {
    width: 767px;
    height: auto;
  }
  .modal__btn {
    position: absolute;
    top: -3px;
    right: -103px;
    width: 69px;
    height: 69px;
  }
  .modal__close {
    position: relative;
    display: inline-block;
    width: 69px;
    height: 69px;
    border: 3px solid #fff;
    border-radius: 50%;
  }
  .modal__close::before, .modal__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 27px;
    border-radius: 10px;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__txt-btn {
    position: absolute;
    right: 50%;
    bottom: -40px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .sec-balance {
    padding: 93px 0 80px;
    background-size: auto;
  }
  .sec-balance__inner {
    margin-top: 45px;
    border-radius: 10px;
  }
  .sec-balance__border {
    padding: 17px;
    border-radius: 8px;
  }
  .sec-balance::before {
    top: -59px;
    width: 106px;
    height: 118px;
    background-image: url("/komachi-official/assets/images/secret/other_ico_lg.png");
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
  }
  .sec-balance__hdg .img {
    margin-right: 18px;
    width: 670px;
  }
  .sec-balance__hdg .img::before {
    padding-top: 15.44%;
  }
  .sec-balance__hdg .img::after {
    position: absolute;
    top: -12px;
    left: -105px;
    width: 100px;
    height: 153px;
    background-image: url("/komachi-official/assets/images/secret/illust03_lg.png");
    content: '';
  }
  .sec-balance .content {
    padding: 46px 0 18px 142px;
    background-image: url("/komachi-official/assets/images/secret/pattern01.png");
    background-size: 5px;
    background-repeat: repeat;
    box-shadow: 1.4px 1.4px 5px 0 rgba(151, 96, 0, 0.2);
  }
  .sec-balance .content__img {
    width: 857px;
  }
  .sec-balance .content__img::before {
    padding-top: 54.03%;
  }
  .sec-beautiful {
    padding: 84px 0 120px;
    border-top-width: 1px;
    background-size: auto;
  }
  .sec-beautiful__inner h2::before {
    position: absolute;
    top: 37px;
    right: 148px;
    width: 75px;
    height: 218px;
    background-image: url("/komachi-official/assets/images/secret/illust02_lg.png");
    content: '';
  }
  .sec-beautiful__sub-hdg .img {
    width: 308px;
  }
  .sec-beautiful__sub-hdg .img::before {
    padding-top: 14.61%;
  }
  .sec-beautiful__hdg {
    margin-top: 19px;
  }
  .sec-beautiful__hdg::before {
    position: absolute;
    top: -52px;
    left: 168px;
    width: 137px;
    height: 69px;
    background-image: url("/komachi-official/assets/images/secret/beautiful_hdg_balloon_lg.png");
    content: '';
  }
  .sec-beautiful__hdg .img {
    width: 677px;
  }
  .sec-beautiful__hdg .img::before {
    padding-top: 7.09%;
  }
  .sec-beautiful__lead {
    margin-top: 22px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sec-beautiful .detail {
    margin-top: 55px;
    border-radius: 10px;
  }
  .sec-beautiful .detail__border {
    padding: 17px;
    border-radius: 8px;
  }
  .sec-beautiful .detail__inner {
    padding: 47px 55px 50px;
    background-image: url("/komachi-official/assets/images/secret/pattern01.png");
    background-size: 5px;
    background-repeat: repeat;
    box-shadow: 1.4px 1.4px 5px 0 rgba(151, 96, 0, 0.2);
  }
  .sec-beautiful .detail__body + .detail__body {
    margin-top: 36px;
    padding-top: 47px;
    border-top-width: 3px;
  }
  .sec-beautiful .detail .hdg {
    letter-spacing: .03em;
    font-size: 3rem;
    line-height: inherit;
  }
  .sec-beautiful .detail .hdg span::before {
    left: -5px;
    height: 10px;
  }
  .sec-beautiful .detail .hdg--01 > p::after {
    top: -90px;
    left: -106px;
    width: 145px;
    height: 82px;
    background-image: url("/komachi-official/assets/images/secret/beautiful_balloon01_lg.png");
  }
  .sec-beautiful .detail .hdg--02 > p::after {
    top: -72px;
    right: -177px;
    width: 170px;
    height: 95px;
    background-image: url("/komachi-official/assets/images/secret/beautiful_balloon02_lg.png");
  }
  .sec-beautiful .detail .hdg > p::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sec-beautiful .detail__lead {
    margin-top: 29px;
    padding: 0 0 0 244px;
    font-size: 1.8rem;
    line-height: inherit;
  }
  .sec-beautiful .detail__lead::before {
    top: -73px;
    left: 0;
    width: 212px;
    height: 139px;
    background-image: url("/komachi-official/assets/images/secret/turtle_deco_lg.png");
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sec-beautiful .detail .block {
    margin-top: 15px;
    padding: 0;
  }
  .sec-beautiful .detail .block--md {
    margin-top: 40px;
    padding: 0 15px;
  }
  .sec-beautiful .detail .block__inner .img--01 {
    width: 1031px;
  }
  .sec-beautiful .detail .block__inner .img--01::before {
    padding-top: 30.75%;
  }
  .sec-beautiful .detail .block__inner .img--02 {
    width: 420px;
  }
  .sec-beautiful .detail .block__inner .img--02::before {
    padding-top: 53.1%;
  }
  .sec-beautiful .detail .block__txt {
    margin-top: 20px;
    font-size: 2.4rem;
    line-height: inherit;
  }
  .sec-beautiful .detail .block__txt > span::before {
    position: absolute;
    top: -18px;
    right: -10px;
    width: 21px;
    height: 21px;
    background-image: url("/komachi-official/assets/images/secret/txt_deco_lg.png");
    content: '';
  }
  .sec-beautiful .detail .block__note {
    color: #593900;
    font-size: 1rem;
  }
  .sec-beautiful .detail .grid {
    border-width: 2px;
    border-radius: 10px;
  }
  .sec-beautiful .detail .grid::before {
    top: -15px;
    width: 116px;
    height: 23px;
    background-image: url("/komachi-official/assets/images/secret/beautiful_further_txt_lg.png");
  }
  .sec-beautiful .detail .grid__inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 20px;
  }
  .sec-beautiful .detail .grid__item {
    width: 50%;
  }
  .sec-beautiful .detail .grid__item dt {
    display: inline-block;
    padding: 7px 16px 6px;
    border-left-width: 8px;
    font-size: 2rem;
  }
  .sec-beautiful .detail .grid__item dd {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .sec-beautiful .detail .grid__img {
    margin-top: -8px;
    width: 420px;
  }
  .sec-beautiful .detail .grid__img::before {
    padding-top: 53.1%;
  }
  .sec-beautiful .detail .grid__img img {
    left: 5px;
  }
  .sec-interview {
    padding: 64px 0 70px;
  }
  .sec-interview .l-container {
    margin: auto;
  }
  .sec-interview__hdg .img {
    width: 444px;
  }
  .sec-interview__hdg .img::before {
    padding-top: 20.05%;
  }
  .sec-interview__lead {
    margin-top: 22px;
    font-size: 1.6rem;
  }
  .sec-interview .unit {
    display: flex;
    margin-top: 62px;
  }
  .sec-interview .unit__img {
    margin-top: -19px;
  }
  .sec-interview .unit__img .img--01 {
    width: 356px;
  }
  .sec-interview .unit__img .img--01::before {
    padding-top: 105.9%;
  }
  .sec-interview .unit__img .img--02 {
    width: 362px;
  }
  .sec-interview .unit__img .img--02::before {
    padding-top: 104.14%;
  }
  .sec-interview .unit__inner {
    margin-top: 0;
    margin-left: -212px;
    padding: 50px 60px 28px 215px;
    border-radius: 5px;
    background-size: auto;
  }
  .sec-interview .unit__hdg {
    text-align: left;
    letter-spacing: .03em;
    font-size: 2.8rem;
    line-height: inherit;
  }
  .sec-interview .unit__hdg--sm {
    white-space: nowrap;
    font-size: 2.5rem;
  }
  .sec-interview .unit__txt-wrap {
    overflow: auto;
    height: auto;
  }
  .sec-interview .unit__txt {
    display: block;
    margin-top: 20px;
    letter-spacing: .05em;
    line-height: 1.94;
  }
  .sec-interview .unit--end {
    flex-direction: row-reverse;
  }
  .sec-interview .unit--end .unit__img {
    margin-right: -64px;
  }
  .sec-interview .unit--end .unit__inner {
    margin-right: -158px;
    margin-left: auto;
    padding: 50px 212px 32px 60px;
  }
  .sec-interview .unit--end .unit__inner::before {
    left: 0;
  }
  .sec-interview .link {
    margin: 50px 0 0;
  }
  .sec-interview .link .c-btn--size01 {
    width: 310px;
  }
  .sec-vitality {
    padding: 77px 0;
    background-size: auto;
  }
  .sec-vitality .l-container {
    margin: auto;
  }
  .sec-vitality__inner h2::before {
    position: absolute;
    top: 4px;
    right: 60px;
    width: 101px;
    height: 208px;
    background-image: url("/komachi-official/assets/images/secret/illust01_lg.png");
    content: '';
  }
  .sec-vitality__sub-hdg .img {
    width: 288px;
  }
  .sec-vitality__sub-hdg .img::before {
    padding-top: 15.63%;
  }
  .sec-vitality__hdg {
    margin-top: 30px;
  }
  .sec-vitality__hdg::before {
    position: absolute;
    top: -60px;
    left: 107px;
    width: 137px;
    height: 69px;
    background-image: url("/komachi-official/assets/images/secret/vitality_hdg_balloon_lg.png");
    content: '';
  }
  .sec-vitality__hdg .img {
    width: 711px;
  }
  .sec-vitality__hdg .img::before {
    padding-top: 6.04%;
  }
  .sec-vitality__lead {
    margin-top: 21px;
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.73;
  }
  .sec-vitality .detail {
    margin-top: 50px;
    border-radius: 10px;
  }
  .sec-vitality .detail__border {
    padding: 17px;
    border-radius: 8px;
  }
  .sec-vitality .detail__inner {
    padding: 45px 55px;
    background-image: url("/komachi-official/assets/images/secret/pattern01.png");
    background-size: 5px;
    background-repeat: repeat;
    box-shadow: 1.4px 1.4px 5px 0 rgba(20, 46, 6, 0.2);
  }
  .sec-vitality .detail__body + .detail__body {
    margin-top: 50px;
    padding-top: 48px;
    border-top: 3px dashed #cfe2c0;
  }
  .sec-vitality .detail .hdg {
    font-size: 3rem;
    line-height: inherit;
  }
  .sec-vitality .detail .hdg .line::before {
    bottom: 0;
    width: 103%;
    height: 10px;
  }
  .sec-vitality .detail .hdg--01 > p::after {
    top: -78px;
    left: -110px;
    width: 137px;
    height: 77px;
    background-image: url("/komachi-official/assets/images/secret/vitality_balloon01_lg.png");
  }
  .sec-vitality .detail .hdg--02 > p::after {
    top: -78px;
    right: -168px;
    width: 170px;
    height: 95px;
    background-image: url("/komachi-official/assets/images/secret/vitality_balloon02_lg.png");
  }
  .sec-vitality .detail .hdg > p::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sec-vitality .detail__txt {
    margin-top: 32px;
    font-size: 2.4rem;
  }
  .sec-vitality .detail__txt > span::before {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 21px;
    height: 21px;
    background-image: url("/komachi-official/assets/images/secret/txt_deco_lg.png");
    content: '';
  }
  .sec-vitality .detail .block {
    margin-top: 33px;
    padding: 0;
  }
  .sec-vitality .detail .block--flex {
    display: flex;
    justify-content: space-between;
  }
  .sec-vitality .detail .block__inner + .block__inner {
    margin-top: 0;
  }
  .sec-vitality .detail .block__inner .img--01 {
    width: 1031px;
  }
  .sec-vitality .detail .block__inner .img--01::before {
    padding-top: 29.78%;
  }
  .sec-vitality .detail .block__inner .img--02 {
    margin-top: 0;
    width: 1030px;
  }
  .sec-vitality .detail .block__inner .img--02::before {
    padding-top: 31.94%;
  }
  .sec-vitality .detail .block__inner .img--03 {
    width: 500px;
  }
  .sec-vitality .detail .block__inner .img--03::before {
    padding-top: 79.4%;
  }
  .sec-vitality .detail .block__link {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ff737e;
    cursor: pointer;
  }
  .sec-vitality .detail .block__link::before {
    position: absolute;
    top: -115px;
    left: -373px;
    width: 418px;
    height: 160px;
    content: '';
  }
  .sec-vitality .detail .block__link .img {
    position: absolute;
    top: 7px;
    right: 3px;
    width: 26px;
  }
  .sec-vitality .detail .block__link .img::before {
    padding-top: 100%;
    content: '';
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  body {
    width: auto;
  }
  .anchor-list__item span {
    margin-top: 5px;
  }
  .sec-balance__hdg .img {
    margin-right: 0;
    width: 768px;
  }
  .sec-balance__hdg .img::before {
    padding-top: 14.95%;
  }
  .sec-beautiful .detail .grid__item dd {
    margin-top: 17px;
  }
  .sec-interview__lead {
    margin-top: 18px;
  }
  .sec-interview .unit--end .unit__txt {
    margin-top: 25px;
  }
  .sec-vitality__hdg {
    margin-top: 28px;
  }
  .sec-vitality__lead {
    margin-top: 12px;
    margin-left: 10px;
  }
  .sec-vitality .detail .hdg--02 p {
    position: relative;
    top: -2px;
    left: 7px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .anchor-list {
    width: 680px;
  }
  .anchor-list__item a {
    padding: 23px 0 40px;
  }
  .anchor-list__item a .i-arrow-r {
    top: auto;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(90deg);
            transform: translate3d(-50%, 0, 0) rotate(90deg);
  }
  .anchor-list__item a:hover .i-arrow-r {
    -webkit-transform: translate3d(-50%, 3px, 0) rotate(90deg);
            transform: translate3d(-50%, 3px, 0) rotate(90deg);
  }
  .key-visual {
    height: 482px;
    background-image: url("/komachi-official/assets/images/secret/kv_bg_md.jpg");
  }
  .key-visual h1 {
    top: 54px;
    left: calc(50% - 340px);
  }
  .modal__img img {
    width: 500px;
    height: auto;
  }
  .modal__btn {
    top: -120px;
    right: -10px;
  }
  .sec-balance {
    padding: 80px 0 60px;
  }
  .sec-balance__inner {
    margin-top: 40px;
    width: 680px;
  }
  .sec-balance::before {
    top: -62px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec-balance__hdg .img::after {
    content: none;
  }
  .sec-balance .content {
    padding: 28px 41px;
  }
  .sec-balance .content__img {
    width: 553px;
  }
  .sec-balance .content__img::before {
    padding-top: 104.7%;
  }
  .sec-beautiful {
    padding: 63px 0 100px;
  }
  .sec-beautiful__inner {
    width: 680px;
  }
  .sec-beautiful__inner h2::before {
    content: none;
  }
  .sec-beautiful__hdg::before {
    left: -32px;
  }
  .sec-beautiful__hdg .img {
    width: 618px;
  }
  .sec-beautiful__hdg .img::before {
    padding-top: 7.12%;
  }
  .sec-beautiful .detail {
    margin-top: 50px;
  }
  .sec-beautiful .detail__inner {
    padding: 33px 0 41px;
  }
  .sec-beautiful .detail__body {
    padding: 0 20px;
  }
  .sec-beautiful .detail__body + .detail__body {
    margin-top: 64px;
    padding-top: 60px;
  }
  .sec-beautiful .detail .hdg {
    white-space: nowrap;
    line-height: 1.4;
  }
  .sec-beautiful .detail .hdg--01 > p::after {
    top: -86px;
    left: -119px;
  }
  .sec-beautiful .detail .hdg--02 > p::after {
    top: -101px;
    right: -57px;
  }
  .sec-beautiful .detail__lead {
    margin-top: 210px;
    padding: 0 27px;
    text-align: center;
  }
  .sec-beautiful .detail__lead::before {
    top: -173px;
    left: 67px;
    width: 381px;
    height: 139px;
    background-image: url("/komachi-official/assets/images/secret/turtle_deco_md.png");
  }
  .sec-beautiful .detail .block {
    margin-top: 7px;
  }
  .sec-beautiful .detail .block--md {
    margin-top: 43px;
    padding: 0;
  }
  .sec-beautiful .detail .block__inner .img--01 {
    width: 600px;
  }
  .sec-beautiful .detail .block__inner .img--01::before {
    padding-top: 123.33%;
  }
  .sec-beautiful .detail .block__txt {
    margin-top: 30px;
  }
  .sec-beautiful .detail .block__note {
    line-height: 1.44;
  }
  .sec-beautiful .detail .grid__inner {
    display: block;
    padding: 38px 40px 40px;
  }
  .sec-beautiful .detail .grid__item {
    width: 100%;
  }
  .sec-beautiful .detail .grid__item dt {
    padding: 7px 13px 6px;
  }
  .sec-beautiful .detail .grid__img {
    margin-top: 20px;
    width: 520px;
  }
  .sec-beautiful .detail .grid__img::before {
    padding-top: 55%;
  }
  .sec-beautiful .detail .grid__img img {
    left: 0;
  }
  .sec-interview {
    margin: 0 auto;
    padding: 50px 0 80px;
    width: 680px;
  }
  .sec-interview .unit {
    display: block;
    margin-top: 57px;
  }
  .sec-interview .unit__img {
    margin: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .sec-interview .unit__img .img--01 {
    width: 525px;
  }
  .sec-interview .unit__img .img--01::before {
    padding-top: 61.52%;
  }
  .sec-interview .unit__img .img--02 {
    width: 516px;
  }
  .sec-interview .unit__img .img--02::before {
    padding-top: 62.6%;
  }
  .sec-interview .unit__inner {
    margin-top: -106px;
    margin-left: auto;
    padding: 130px 50px 45px;
  }
  .sec-interview .unit__hdg {
    text-align: center;
    line-height: 1.5;
  }
  .sec-interview .unit__hdg--sm {
    white-space: normal;
  }
  .sec-interview .unit__txt {
    margin-top: 23px;
  }
  .sec-interview .unit--end {
    margin-top: 60px;
  }
  .sec-interview .unit--end .unit__img {
    margin-right: 0;
  }
  .sec-interview .unit--end .unit__inner {
    margin-right: auto;
    padding: 132px 50px 45px;
  }
  .sec-vitality {
    padding: 60px 0;
  }
  .sec-vitality__inner {
    width: 680px;
  }
  .sec-vitality__inner h2::before {
    content: none;
  }
  .sec-vitality__hdg::before {
    top: -65px;
    left: -30px;
  }
  .sec-vitality__hdg .img {
    width: 584px;
  }
  .sec-vitality .detail__inner {
    padding: 24px 0 43px;
  }
  .sec-vitality .detail__body + .detail__body {
    margin-top: 67px;
    padding-top: 40px;
  }
  .sec-vitality .detail .hdg {
    white-space: nowrap;
  }
  .sec-vitality .detail .hdg--01 > p::after {
    top: -80px;
    left: -52px;
  }
  .sec-vitality .detail .hdg--02 > p::after {
    top: -92px;
    right: -63px;
  }
  .sec-vitality .detail__txt {
    margin-top: 38px;
    line-height: 1.56;
  }
  .sec-vitality .detail__txt > span {
    display: block;
  }
  .sec-vitality .detail__txt > span::before {
    top: -12px;
    right: 40px;
  }
  .sec-vitality .detail .block {
    margin-top: 20px;
    padding: 0 20px;
  }
  .sec-vitality .detail .block--flex {
    display: block;
  }
  .sec-vitality .detail .block__inner + .block__inner {
    margin-top: 25px;
  }
  .sec-vitality .detail .block__inner .img--01 {
    width: 600px;
  }
  .sec-vitality .detail .block__inner .img--01::before {
    padding-top: 92.83%;
  }
  .sec-vitality .detail .block__inner .img--02 {
    width: 600px;
  }
  .sec-vitality .detail .block__inner .img--02::before {
    padding-top: 114.33%;
  }
  .sec-vitality .detail .block__inner .img--03 {
    width: 600px;
  }
  .sec-vitality .detail .block__inner .img--03::before {
    padding-top: 79.5%;
  }
  .sec-vitality .detail .block__link {
    bottom: 61px;
  }
  .sec-vitality .detail .block__link::before {
    top: -185px;
    left: -470px;
    width: 517px;
    height: 232px;
  }
  .sec-vitality .detail .block__link .img {
    right: 3px;
  }
}

@media (max-width: 767px) {
  .sec-balance .l-container {
    margin: 25px 15px 0;
  }
  .sec-beautiful .l-container {
    margin: 0 15px;
  }
  .sec-beautiful__sub-hdg .img::before {
    padding-top: 13.97%;
  }
  .sec-beautiful .detail .hdg--02 {
    font-size: 2.1rem;
  }
  .sec-interview .unit--end {
    margin-top: 40px;
  }
}

@media (max-width: 374px) {
  .sec-beautiful__hdg .img {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  .sec-beautiful__lead {
    white-space: nowrap;
    font-size: 1.2rem;
  }
  .sec-beautiful .detail .hdg {
    font-size: 1.8rem;
  }
  .sec-beautiful .detail .hdg--02 > p::after {
    width: 230px;
  }
  .sec-beautiful .detail__lead {
    padding-top: 105px;
  }
  .sec-beautiful .detail__lead::before {
    width: 180px;
  }
  .sec-beautiful .detail .block__note {
    font-size: .8rem;
  }
  .sec-beautiful .detail .grid__item dt {
    white-space: normal;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .sec-interview__lead {
    font-size: 1.3rem;
  }
  .sec-vitality__lead {
    white-space: normal;
    font-size: 1.2rem;
  }
  .sec-vitality .detail .hdg {
    font-size: 1.9rem;
  }
  .sec-vitality .detail .hdg--02 > p::after {
    width: 229px;
  }
  .sec-vitality .detail__txt {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=../../../../maps/komachi-official/assets/styles/secret/index.css.map */
