@charset "UTF-8";
/*default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-section-wrapper {
  margin: 0 auto;
}

.global-wrapper {
  height: auto;
}

p,
ul,
ol,
table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyrights {
  margin-top: 1em;
}

/*default-end*/
.global-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: hidden;
}

/*ここから入力*/
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
.main-container .main-head .main-title {
  max-width: 966px;
  width: 96%;
  -webkit-animation-name: opening-title;
          animation-name: opening-title;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0px auto 0;
  padding-top: 48px;
  padding-bottom: 80px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main-container .main-head .main-title {
    width: 100%;
    padding: 0 0 30px;
  }
}


.main-head {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 39.5314787701%;
background-image: url(../img/mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 2000px;
  background-position: center top;
    -webkit-animation-name: opening-title;
          animation-name: opening-title;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .main-head {
    padding-top: 152.2666666667%;
    background-image: none;
  }
}
.main-head .main-head-img {
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation-name: opening-title;
          animation-name: opening-title;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.main-head .main-head-img img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 1366/540; */
  display: none;
}
@media screen and (max-width: 767px) {
  .main-head .main-head-img img {
    aspect-ratio: 750/1080;
    display: block;
  }
}

/* .title-box {
    width: 100%;
    background: #ffffff;
    padding: 0 0 0;
    margin: 0 auto 105px;
    animation-name: top-anime;
    animation-fill-mode: forwards;
    animation-duration: 1.8s;
    animation-direction: normal;
    opacity: 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .title-box {
        width: 100%;
        padding: 0 0 0;
        margin-bottom: 60px;
        background: 0;
    }
}
.title-box h1 {
    margin: 0 auto;
    max-width: 2300px;
    position: relative;
    z-index: 1;
}
.title-box h1 img {
    margin: auto;
    width: 100%;
    object-fit: cover;
    height: 620px;
}

@media screen and (max-width: 767px) {
    .title-box h1 img {
        margin: auto;
        width: 100%;
        height: auto;
    }
} */

/* animation */
@-webkit-keyframes opening-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes opening-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.main-container {
  width: 100%;
  background-color: #fff;
  padding: 0 0 60px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #060606;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-container {
    padding-bottom: 45px;
    font-size: 14px;

  }
}
.main-container .about-beauty_terrace {
  width: 96%;
  max-width: 1100px;
  margin: 15px auto 150px;
  padding-top: 85px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-container .about-beauty_terrace {
    width: 90%;
    margin: 0 auto 20px;
    padding-top: 0;
  }
}
.main-container .about-beauty_terrace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-container .about-beauty_terrace {
    gap: 30px;
  }
}

.main-container .about-beauty_terrace .about-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .about-beauty_terrace .about-title {
    font-size: 22px;
  }
}
.main-container .about-beauty_terrace .about-text {
  margin-top: 60px;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .main-container .about-beauty_terrace .about-text {
    font-size: 15px;
  text-align: center;
    font-weight: 500;
    margin-top: 30px;
  }
}


.menu-beauty_terrace {
  width: 96%;
    max-width: 1100px;
  margin: 15px auto 150px;
  padding-top: 85px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
.menu-beauty_terrace {
    width: 90%;
    margin: 0 auto 75px;
    padding-top: 0;
  }
}
.menu-beauty_terrace ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
.menu-beauty_terrace ul {
  gap: .5em;
  }} 

.menu-beauty_terrace li {
    background-color: #FFFCFC;
    border: 1px #D02E57 solid;
    border-radius: 13px;
    box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 36px;
    position: relative;
  }
@media screen and (max-width: 767px) {
  .menu-beauty_terrace li {
    width: 48%;
    font-size: 12px;
    line-height: 1.2;
  }}

.menu-beauty_terrace li::before {
    color: #D02E57;
    position:absolute;
    font: normal normal normal 22px/26px "Cormorant Garamond", serif;
    left:1em;
    top: -1em;
    background-color: #fff;
    padding: 0.5em;
}
@media screen and (max-width: 767px) {
.menu-beauty_terrace li::before {
  font: normal normal normal 14px/15px "Cormorant Garamond", serif;
  top:-11px; 
}}

.menu-beauty_terrace li:nth-child(1)::before {
    content: 'ABOUT';
}
.menu-beauty_terrace li:nth-child(2)::before {
    content: 'RECOMMENDED';
}
.menu-beauty_terrace li:nth-child(3)::before {
    content: 'EXCELLENCE';
}
.menu-beauty_terrace li:nth-child(4)::before {
    content: 'TRIAL';
}
/* .menu-beauty_terrace li::before:hover {
        opacity: 0.6;
} */

.menu-beauty_terrace li a {
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
.menu-beauty_terrace li a {
width: 100%;
height: 5em;
padding-top: .5em;
}}

.main-container .sec-content {
  padding: 90px 0;
  padding: 90px 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.main-container .sec-content {
  padding: 50px 0;
}}
/* .main-container .sec-content:nth-of-type(odd) {
  background-color: rgba(47, 178, 196, 0.07);
}
@media screen and (max-width: 767px) {
  .main-container .sec-content {
    padding: 75px 0;
  }
} */
.main-container .sec-content .sec-content-inner {
  width: 96%;
  max-width: 980px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner {
    width: 90%;
  }
}
/* .main-container .sec-content .sec-content-inner .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
} */
.main-container .sec-content .sec-content-inner .sec-title hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title hgroup {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* .main-container .sec-content .sec-content-inner .sec-title::before {
  width: calc(100% - 40px);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title::before {
    content: none;
  }
} */


.main-container .sec-content .sec-content-inner .sec-title .sec-title-en {
font: normal normal normal 28px/34px "Cormorant Garamond", serif;
color: #B89469;
text-align: left;
display: block;
position: relative;
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title .sec-title-en {
    margin: 0 auto 20px;
    font-size: 20px;
  }}

  .main-container .sec-content .sec-content-inner .sec-title .sec-title-en::before {
  content: url(../img/h2_sec-title_bg.svg);
    position: absolute;
    bottom: -2em;
    left: -3em;
  }
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title .sec-title-en::before {
bottom: -3.5em;
        left: -3.5em;
        transform: scale(.8);
  }}
.main-container .sec-content .sec-content-inner .sec-title .sec-title-ja {
color: var(--unnamed-color-060606);
text-align: center;
font: normal normal bold 28px/43px Yu Gothic;
letter-spacing: 0.56px;
color: #060606;
display: block;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title .sec-title-ja {
    font-size: 20px;
    text-align: left;
    line-height: 1.2em;
  }
}

h3 {
  font: normal normal bold 20px/43px Yu Gothic;
letter-spacing: 0.4px;
color: #060606;
position: relative;
text-align: center;
margin: 1rem auto 2rem;
/* 
    background-image: repeating-linear-gradient(90deg, #d02e57, #d02e57 4px, transparent 4px, transparent 8px);
  background-position: center bottom;
  background-repeat: repeat-x;
    background-size: 50% 1px;
    padding-bottom: 1em; */
}
@media screen and (max-width: 767px) {
h3 {
margin: 1rem auto 2rem;
    font-size: 16px;

}}
h3::after {
  content: "";
  border: 1px dashed #D02E57;
  position: absolute;
  width: 72px;
  bottom: -5px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  h3::after {
content: "";
    border: 1px dashed #D02E57;
    position: absolute;
    width: 3em;
    bottom: 0px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }}

.history {
  position: relative;
  /* background-image: url(../img/history_img01.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 420px; */
}
.history::after {
    position: absolute;
    top: -12%;
    left: -50%;
    content: url(../img/bgimg01.png);
    width: 10px;
    height: 10px;
    z-index: 0;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 767px) {
.history::after {
      content: none;
}}


  .history li:nth-child(3), .history li:nth-child(4), .history li:nth-child(5), .history li:nth-child(6) {
    width: 600px;
   }
  @media screen and (max-width: 767px) {
   .history li:nth-child(3), .history li:nth-child(4), .history li:nth-child(5), .history li:nth-child(6) {
    width: 100%;
   }}

    .history li:nth-child(7) {
    margin-bottom: 120px;
   }

  .history li:nth-child(3)::after {
    content: url(../img/history_img01.png);
    position: absolute;
    top: 50%;
    right: -270px;
    transform: translateY(-50%) translateY(0%) scale(0.5);
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
  .history li:nth-child(3)::after {
    content: none;
  }}

  .history .history_line {
    background-image: repeating-linear-gradient(90deg, #d02e57, #d02e57 2px, transparent 2px, transparent 7px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    padding-bottom: 1em;
}
.history li {
line-height: 1.7;
margin-bottom: -.5em;
padding-bottom: 1em;
}
.history li:nth-child(1) img {
  margin: 30px 0 30px;
}
.history li .history_icon {
  margin: 60px 0 30px;
}
.history li .history_img {
  margin: 2em 0 0;
}


.history li .history_year {
font: normal normal bold 18px/43px Yu Gothic;
letter-spacing: 0.36px;
color: #D02E57;
}
@media screen and (max-width: 767px) {
.Kaatsu-textbox {
  position: relative;
}}

@media screen and (max-width: 767px) {
#about-Kaatsu_training .Kaatsu-textbox .Kaatsu-container::after {
        content: url(../img/bgimg_sp01.png);
        position: absolute;
        top: -12%;
        left: -100%;
        width: 10px;
        height: 10px;
        transform: scale(0.6);
}}  
@media screen and (max-width: 767px) {
#excellence .Kaatsu-textbox .Kaatsu-container::after {
        content: url(../img/bgimg_sp01.png);
        position: absolute;
        top: 950px;
        right: 300px;
        width: 10px;
        height: 10px;
        transform: scale(0.5, 0.5) rotate(240deg);
    }}

/* @media screen and (max-width: 767px) {
.Kaatsu-textbox .Kaatsu-container:nth-child(1)::after {
        content: url(../img/bgimg_sp01.png);
        position: absolute;
        top: -2%;
        left: 200%;
        width: 100px;
        height: 100px;
        transform: translate(-100px, -100px) rotate(180deg);
    }
} */

.main-container .Kaatsu-textbox .Kaatsu-container {
  display: flex;
  gap: 40px;
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.main-container .Kaatsu-textbox .Kaatsu-container {
    display: flex;
    flex-direction: column;
    /* width: 90%; */
margin: 3em auto 0;
position: relative;
  gap: 20px;
  }}

  .stripe::after {
content: url(../img/bgimg02.png);
    position: absolute;
    top: -130%;
    right: 70%;
    width: 10px;
    height: 10px;
    z-index: -999;
    transform: scale(1, 1) rotate(0deg);
}
  .stripe2::after {
content: url(../img/bgimg02.png);
    position: absolute;
top: -40%;
    left: -70%;
    width: 10px;
    height: 10px;
    z-index: -999;
    transform: scale(1, 1) rotate(0deg);5
}
@media screen and (max-width: 767px) {
  .stripe::after {
content: url(../img/bgimg02.png);
    position: absolute;
    top: 80%;
    right: 190%;
    width: 10px;
    height: 10px;
    z-index: -999;
    transform: scale(0.55);
  }}
@media screen and (max-width: 767px) {
  .stripe2::after {
    content: none;
  }}

.Kaatsu-container li {
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.6);  
  padding: 25px;
  width: 100svw;
  z-index: 2;
  position: relative;
  }
@media screen and (max-width: 767px) {
.Kaatsu-container li {
    /* margin: 20px auto; */
    padding: 2em;
    /* height: 30svh; */
    width: 90%;
        margin: 0 auto;
        align-self: stretch;
}}

.Kaatsu-container li h4 {
font: normal normal bold 18px/28px Yu Gothic;
letter-spacing: 0.36px;
color: #D02E57;
    height: 46px;
    text-align: center;
    align-items: center;
    display: grid;
}
@media screen and (max-width: 767px) {
.Kaatsu-container li h4 {
font: normal normal bold 1.2em/1.5em Yu Gothic;
}}

.main-container .sec-content .sec-content-inner .sec-title .sec-title-floor {
  position: relative;
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: bottom;
  background-image: url(../img/icon_loupe.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title .sec-title-floor {
    width: 80px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.main-container .sec-content .sec-content-inner .sec-title .sec-title-floor .floor-num {
  position: absolute;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
  width: 114px;
  text-align: center;
  top: 9%;
  left: 29%;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title .sec-title-floor .floor-num {
    font-size: 24px;
    width: 57px;
    right: 0;
    top: 10px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.main-container .sec-content .sec-content-inner .sec-title .sec-title-floor .floor-num small {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .sec-title .sec-title-floor .floor-num small {
    font-size: 16.5px;
  }
}
.main-container .sec-content .sec-content-inner .floor-map {
  margin-top: 80px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .floor-map {
    margin-top: 30px;
  }
}
.main-container .sec-content .sec-content-inner .floor-map--1f {
  padding: 50px 0 65px 0;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .floor-map--1f {
    padding: 12.5px 29px;
  }
}
.main-container .sec-content .sec-content-inner .floor-map--b1f {
  padding: 70px 0;
  border: 1px solid #060606;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .floor-map--b1f {
    padding: 18.5px 9px;
  }
}
.main-container .sec-content .sec-content-inner .floor-map--2f {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .floor-map--2f {
    padding: 23px 35.5px;
  }
}
.main-container .sec-content .sec-content-inner .Kaatsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  gap: 80px;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu {
    margin-top: 50px;
    gap: 20px;
  }
}
  .main-container .sec-content .sec-content-inner .recommended-inner{
margin-bottom: 160px;
    }
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .recommended-inner{
    margin-bottom: 80px;
  }}
/* .main-container .sec-content .sec-content-inner .Kaatsu:nth-of-type(1) .Kaatsu-inner::after {
    position: absolute;
    content: url(../img/bgimg02.png);
    top: -150%;
    right: -30%;
    width: 960px;
    height: 850px;
    z-index: -999;
    background-image: url(../img/bgimg02.png);
    background-size: contain;
    background-repeat: no-repeat;
} */
.main-container .sec-content .sec-content-inner .Kaatsu--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Kaatsu-img {
  margin: 0 auto;
}
/* .main-container .sec-content .sec-content-inner .Kaatsu:has(.Kaatsu-img--col2) {
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu:has(.Kaatsu-img--col2) {
    gap: 30px;
  }
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img {
    width: 100%;
  }
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img--col2 {
    gap: 30px;
  }
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img--col2::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 0 100px 0 100px;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img--col2::before {
    width: 187.5px;
    height: 187.5px;
    border-radius: 0 50px 0 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img--col2 img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-img img {
    width: 100%;
  }
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox {
  margin-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox {
    margin-top: 0;
    margin-inline: auto;
    width: 83.5820895522%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
  }
} */

.Kaatsu-content {
  position: relative;
}
/* .Kaatsu-content .Kaatsu-content-inner::after {
    position: absolute;
    top: -12%;
    right: -40%;
    content: url(../img/bgimg02.png);
    bottom: -2em;
    left: -3em;;
    background-image: url(../img/bgimg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 960px;
    height: 850px;
  } */

/* .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox .Kaatsu-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}  */
/* .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox .Kaatsu-title .icon-loupe-small {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: -2em;
  top: 0;
} */
/* .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox .Kaatsu-title .icon-loupe-small--lightblue {
  color: #2FB2C4;
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox .Kaatsu-title .icon-loupe-small--yellow {
  color: #F8CC1F;
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-textbox .Kaatsu-title .icon-loupe-small--lightgreen {
  color: #A6E2BE;
} */
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-inner .Kaatsu-text {
  margin-top: 20px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-inner .Kaatsu-text {
    margin-top: 0;
  width: 100%;
  }
}
.main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-inner .Kaatsu-text-inner {
  padding: 20px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .main-container .sec-content .sec-content-inner .Kaatsu .Kaatsu-inner .Kaatsu-text-inner {
    margin-top: 15px;
  width: 100%;
  }
}
/* .main-container .sec-content#women .Kaatsu-img--col2::before {
  background-color: rgba(248, 204, 31, 0.15);
}
@media screen and (max-width: 767px) {
  .main-container .sec-content#women .Kaatsu-img--col2::before {
    left: calc(50% - 50vw);
    -webkit-transform: translate(0, -50%) scaleX(-1);
            transform: translate(0, -50%) scaleX(-1);
  }
}
.main-container .sec-content#men-kids .Kaatsu-img--col2::before {
  background-color: rgba(47, 178, 196, 0.15);
}
@media screen and (max-width: 767px) {
  .main-container .sec-content#men-kids .Kaatsu-img--col2::before {
    left: unset;
    right: calc(50% - 50vw);
  }
} */

.point {
  position: relative;
}
.point img {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
.point img {
  margin: 3.5em auto;
}}

.sec-content-inner .point:after {
    position: absolute;
    content: url(../img/bgimg01.png);
    top: 450%;
    left: -80%;
    width: 10px;
    height: 10px;
    z-index: 0;
    transform: scale(1, -1) rotate(10deg);
}
@media screen and (max-width: 767px) {
.sec-content-inner .point:after {
  content: none;
}}
.sec-content .plaintext {
  text-align: center;
  margin: 0 auto 4em;
}
@media screen and (max-width: 767px) {
  .sec-content .plaintext {
  text-align: left;
  margin: 2em auto 3em;
  position: relative;
}}
.sec-content h5 {
  font: normal normal bold 20px / 28px Yu Gothic;
    letter-spacing: 0.36px;
    color: #D02E57;
    text-align: center;
}
@media screen and (max-width: 767px) {
.sec-content h5 {
font: normal normal bold 1.2em / 1.5em Yu Gothic;
  margin-bottom: .5em;
}}
.Kaatsu-text-subtitle {
font: normal normal bold 22px/46px Yu Gothic;
letter-spacing: 0.44px;
color: #FFFFFF;
background: #D02E57 0% 0% no-repeat padding-box;
border-radius: 25px;
height: 2em;
display: inline-block;
width: 480px;
z-index: 1;
}
@media screen and (max-width: 767px) {
  .Kaatsu-text-subtitle {
        width: 100%;
        font-size: 16px;
        text-align: center;
        line-height: 2;
        z-index: 1;
        position: relative;
  }}
.point-text {
background: #FDFBFA 0% 0% no-repeat padding-box;
border-radius: 48px;
/* text-align: center; */
/* position: relative; */
padding: 2em 0;
text-align: center;
width: 450px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.point-text {
width: 100%;
}}

  .inner-subtitle {
  font: normal normal bold 20px / 28px Yu Gothic;
    letter-spacing: 0.36px;
    color: #D02E57;
    border-bottom: 1px solid #D02E57;
    display: inline-block;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
.inner-subtitle {
  font-size: 16px;
}}

  .Kaatsu-text img {
  margin: 0 auto;
  padding: 0 1em;
}
.Kaatsu-text span {
  color: #D02E57;
background: linear-gradient(transparent 70%, #F9EC93 30%);
  /* border-bottom: .4em solid #F9EC93; */
  /* display: inline-block; */
}
/* .inner-subtitle::after {
    content: "";
    border: 1px solid #D02E57;
    position: absolute;
    width: 72px;
    bottom: -5px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
} */
.main-container .sec-content .sec-content-inner .Kaatsu .point-text .Kaatsu-text {
  margin: 0;
  text-align: left;
  padding: 0 0 0 2em;;
  font: normal normal bold 18px / 32px Yu Gothic;
  letter-spacing: 0.3px;
  /* width: 360px; */
}
  @media screen and (max-width: 767px) {
.main-container .sec-content .sec-content-inner .Kaatsu .point-text .Kaatsu-text {
  font: normal normal bold 14px / 26px Yu Gothic;
}}

.point-text_innner div:nth-child(1){
    padding: .2em 0 0 0;
}
  /* @media screen and (max-width: 767px) {
.point-text_innner div{
  align-self: flex-start;
}} */
.point-text_innner img{
  width: 1.2em;
  position: absolute;
}

.point-text_innner {
  display: flex;
margin: .5em 2.5em;
}
  @media screen and (max-width: 767px) {
.point-text_innner {
  margin: .5em 2em;

}}
#recommended {
  position: relative;
}
#recommended .sec-content-inner::after {
position: absolute;
    content: url(../img/bgimg01.png);
    top: 150%;
    left: 170%;
    width: 10px;
    height: 10px;
    z-index: 0;
    background-repeat: no-repeat;
    transform: scale(-1, -1) rotate(0deg);
    background-size: contain;
  }
  @media screen and (max-width: 767px) {
#recommended .sec-content-inner::after {
      content: none;
}}
#recommended .bg-non::after {
  content: none;
}
  @media screen and (max-width: 767px) {
#recommended .bg-non::after {
          content: url(../img/bgimg_sp01.png);
        position: absolute;
        top: -40%;
        left: -30%;
        width: 100px;
        height: 100px;
        transform: scale(0.6) rotate(5deg);
        background-image: none;
}}
.Kaatsu-name {
  word-break: auto-phrase;
}

.sec-content h6 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D02E57;
    border-radius: 25px;
    text-align: center;
    font: normal normal bold 20px / 32px Yu Gothic;
    letter-spacing: 0.4px;
    color: #D02E57;
    margin: 60px auto 40px;
    position: relative;
    z-index: 2;
    padding: .5em 1em;
}
  @media screen and (max-width: 767px) {
.sec-content h6 {
      font: normal normal bold 1.2em / 1.5em Yu Gothic;
}}
.Kaatsu-name {
    font: normal normal normal 18px / 40px Yu Gothic;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 30px;
}
  @media screen and (max-width: 767px) {
.Kaatsu-name {
    font: normal normal normal 1em / 2em Yu Gothic;
}}

#excellence .sec-content-inner:after {
position: absolute;
    content: url(../img/bgimg01.png);
    top: 240%;
    left: 120%;
    width: 10px;
    height: 10px;
    z-index: 0;
    transform: scale(1, -1) rotate(40deg);
  }
  @media screen and (max-width: 767px) {
#excellence .sec-content-inner:after {
      content: none;
}}

.Kaatsu-textbox h7 {
font: normal normal bold 25px/43px Yu Gothic;
letter-spacing: 0.4px;
color: #D02E57;
padding: 1em 3em;
    margin: 0 auto 60px;
	background-image:url(../img/icon_challeng.svg),
					 url(../img/icon_challeng.svg);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left,right;
  display: inline-block;
}
  @media screen and (max-width: 767px) {
.Kaatsu-textbox h7 {
font: normal normal bold 16px/28px Yu Gothic;
        padding: 1em 2em;
        margin: 0 auto;
                background-size: 1.5em;
}}
  @media screen and (max-width: 767px) {
.Kaatsu-textbox h7 span {
  white-space: nowrap;
}}


#trial .Kaatsu-textbox {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
      box-shadow: 0px 3px 6px #00000029;
    }
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox {
  padding: 1em;
}}
    #trial .Kaatsu-textbox ol {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  position: relative;
}
  @media screen and (max-width: 767px) {
        #trial .Kaatsu-textbox ol {
  gap: 0;
  margin-top: 0;
        }}
#trial .Kaatsu-textbox ol::before {
  content: '';
  border-left: 2px dotted #D02E57; /* 縦線 */
  /* margin: 0 20px;  */
  height: 100%;
    left: 50%;
    position: absolute;
}
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol::before {
content: none;
}}


#trial .Kaatsu-textbox ol li {
  width: 100%;
  box-shadow: none;
  padding: 0;
}
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol li {
  padding: 2em 0;
}}

  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol li:first-child {
  border-bottom: 2px dotted #D02E57; /* 縦線 */
  border-radius: 0;
}}

#trial .Kaatsu-textbox ol li div {
font: normal normal bold 18px/30px Yu Gothic;
color: #060606;
}
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol li div {
  font-size: 15px;
}}
#trial .Kaatsu-textbox ol li div span {
font: normal normal normal 16px/30px Yu Gothic;
}
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol li div span {
  font-size: 12px;
}}
#trial .Kaatsu-textbox ol li div:nth-child(2) {
  color: #D02E57;
  font: normal normal bold 20px/30px Yu Gothic;
  padding-top: 1em;
}
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol li div:nth-child(2) {
  font-size: 16px;
}}
#trial .Kaatsu-textbox ol li div:nth-child(2) span {
    font: normal normal bold 26px/30px Yu Gothic;
}
  @media screen and (max-width: 767px) {
#trial .Kaatsu-textbox ol li div:nth-child(2) span {
  font-size: 20px;
}}
.joining-bonus {
  background-color: #FDFAFB;
border-radius: 90px;
    padding: 1.5em;
    margin: 45px auto 50px;
}
  @media screen and (max-width: 767px) {
.joining-bonus {
    margin: 25px auto 50px;
border-radius: 45px;
padding: .5em;
}}

.joining-bonus h8 {
    color: #D02E57;
  font: normal normal bold 20px/36px Yu Gothic;
}
  @media screen and (max-width: 767px) {
.joining-bonus h8 {
    font-size: 16px;
}}
.joining-bonus div {
    font: normal normal bold 18px/36px Yu Gothic;
}
  @media screen and (max-width: 767px) {
.joining-bonus div {
    font: normal normal bold 14px/24px Yu Gothic;
}}
.joining-bonus div span {
  font: normal normal bold 22px/36px Yu Gothic;
}
  @media screen and (max-width: 767px) {
.joining-bonus div span {
  font: normal normal bold 18px/24px Yu Gothic;
}}
#trial .joining-bonus div span .color {
      color: #D02E57;
      display: inline-block;
}
.joining-bonus div span:nth-child(4) {
      font: normal normal normal 16px/36px Yu Gothic;
}
  @media screen and (max-width: 767px) {
.joining-bonus div span:nth-child(4) {
    font-size: 14px;
}}

.main-container .guide {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .main-container .guide {
    margin-top: 75px;
  }
}
.main-container .guide .guide-inner {
  width: 96%;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.main-container .guide .guide-inner .guide-text {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .guide-text {
    font-size: 19.5px;
  }
}

.trial-link {
  text-align: center;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
.trial-link {
  margin: 60px auto 0;
}}

.trial-link a {
  display: inline-block;
}
#trial-link_fix {
  /* width: 60px;
  height: 60px; */
  position: fixed;
  right: 0;
  /* bottom: 280px; */
  z-index: 3;
  bottom: 10px;
}
  @media screen and (max-width: 767px) {
#trial-link_fix {
    width: 10em;
  height: 10em;
  bottom: 60px;
}}
  @media screen and (max-width: 767px) {
  .hidden {
            display: none;
        }}



/* .main-container .guide .guide-inner .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .sns-list {
    gap: 25px;
    margin-top: 20px;
  }
}
.main-container .guide .guide-inner .sns-list .sns-x {
  width: 39px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .sns-list .sns-x {
    width: 22.5px;
  }
}
.main-container .guide .guide-inner .sns-list .sns-insta {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .sns-list .sns-insta {
    width: 23px;
  }
} */
.main-container .guide .guide-inner .guide-link {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .guide-link {
    margin-top: 20px;
  }
}
.main-container .guide .guide-inner .guide-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-decoration: none;
}
.main-container .guide .guide-inner .guide-link a .logo-gw {
  border: 1px solid #003CA0;
  background-color: #003CA0;
  border-top-left-radius: 40px;
  padding: 20px 38px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .guide-link a .logo-gw {
    padding: 13px 28px;
    border-top-left-radius: 20px;
  }
}
.main-container .guide .guide-inner .guide-link a .logo-gw svg {
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .guide-link a .logo-gw svg {
    width: 55px;
    height: auto;
  }
}
.main-container .guide .guide-inner .guide-link a .guide-link-text {
  border: 1px solid #003CA0;
  background-color: #fff;
  color: #003CA0;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-container .guide .guide-inner .guide-link a .guide-link-text {
    font-size: 15px;
    padding: 0 28px 0 45px;
  }
}
.main-container .guide .guide-inner .guide-link a:hover {
  opacity: 1;
}
.main-container .guide .guide-inner .guide-link a:hover .logo-gw {
  background-color: #fff;
}
.main-container .guide .guide-inner .guide-link a:hover .logo-gw svg {
  color: #003CA0;
}
.main-container .guide .guide-inner .guide-link a:hover .guide-link-text {
  background-color: #003CA0;
  color: #fff;
}/*# sourceMappingURL=style.css.map */