@charset UTF-8;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    max-width: 900px;
    margin: auto;
    /*margin-bottom: 45px;*/
    padding-bottom: 30px;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro";
    font-size: 28.8px;
    font-weight: 400;
    line-height: 4.5rem;
}
img {
    width: 100%;
}

/* メインビジュアル */
.webp .mainvisual {
    position: relative;
    z-index: 0;
    height: 1675px;
    background-image: url(../img/webp/FV_img.webp) ;
    background-size: cover;
}
.no-webp .mainvisual {
    position: relative;
    z-index: 0;
    height: 1675px;
    background-image: url(../img/FV_img.jpg) ;
    background-size: cover;
}
.header_logo {
    position: absolute;
    top: 1%;
    left: 3%;
    width: 30%;
}
.FV_text {
    position: absolute;
    top: 8%;
    width: 37%;
}


/* LP1 */
.header_img {
    width: 100%;
}
.background_1 {
    margin-top: -10px;
    padding-bottom: 50px;
}
.cta {
    width: 80%;
    margin: 50px auto;
    background-color: #fff;
    border: 1px solid #A38748;
}
.cta_label {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #A38748;
}
.kireidelab_logo {
    width: 30%;
}
.cta_content {
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}
.cta_1 {
    text-align: center;
}
.cta_pkg {
    width: 120%;
}
.cta_1-1 {
    display: flex;
}
.cta_logo {
    margin-top: 50px;
    width: 80%;
}
.cta_1-1-1 p {
    font-family: "Hiragino Kaku Gothic Pro N", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.5em;
}
.teikibin {
    width: 70%;
    margin-top: 40px;
}
.cta_price_all {
    width: 90%;
    margin: -5% auto 0;
}
.cta_price {
    width: 110%;
    display: flex;
    align-items: flex-end;
}
.cta_price_circle_width {
    width: 20%;
}
.cta_price_circle_height {
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
    background: #997FBF;
    height: 0;

}
.cta_price_circle_height p {
    position: absolute;
    top: calc((100% - 2.5em)/2);
    left: calc((100% - 11rem)/2);
    right: 0;
    margin: 0;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 3.5rem;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 1rem;
    text-align: center;
    
}
.cta_price_price {
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    /*font-size: 168px;*/
    font-size: 16rem;
    color: #997FBF;
    line-height: 1;
}
.cta_price_yen {
    align-content: flex-end;
    font-family: "Hiragino Kaku Gothic Pro N", "Noto Sans JP", sans-serif;
    color: #997FBF;
    font-size: 24px;
    text-align: center;
}
.cta_price_yen_l {
    font-size: 78px;
}
.cta_price_annotation {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    font-family: "Hiragino Kaku Gothic Pro N", "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
}
.cta_btn_img {
    width: 100%;
    margin: 30px auto;
}
.cta_2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cta_2 li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin-bottom: 10px;
    padding: 15px 10px;
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro";
    font-size: 3.2rem;
    font-weight: 300;
    color: #674F28;
    background-color: #F2EDD0;
    border-radius: 10px;
}
.cta_2_s {
    font-size: 2rem;
}
.cta_3 {
    margin-top: 50px;
    position: relative;
    padding: 50px 0 30px;
    border: solid 0.79px #B18053;
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro";
    font-size: 4rem;
    color: #997FBF;
    letter-spacing: 0.07em;
    line-height: 1.5em;
    text-align: center;
}
.cta_3_title {
    position: absolute;
    top: -1px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 9px;
    line-height: 1;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 3.2rem;
    color: #231815;
    background: #fff;
    white-space: nowrap;
}
.cta_3_title::before,
.cta_3_title::after {
  background-color: #231815; 
  content: "";
  height: 1px;
  width: 30px; 
}
.cta_3_title::before {
  margin-right: 40px; 
  transform: rotate(45deg);
}
.cta_3_title::after {
  margin-left: 40px;
  transform: rotate(-45deg);
}
.evidence {
    width: 100%;
}
.background_2 {
    margin-top: -20px;
    padding-bottom: 50px;
    background: linear-gradient(0deg, rgb(255, 255, 255, .9), rgb(171, 147, 202));
}
.sec_1-1 {
    position: relative;
    padding-top: 15%;
    color: #231815;
}
.sec_1-1-1 {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro";
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 1rem;
    text-align: center;
}
.sec_1-1 ul {
    width: 70%;
    margin: 5% auto;
}
.sec_1-1 li {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.webp .sec_1-1_ul li {
    padding-left: 13%;
    background: url(../img/webp/check.webp)left 0px top 50% no-repeat;
    background-size: 6.5rem auto;
    line-height: 9rem;
}
.no-webp .sec_1-1_ul li {
    padding-left: 13%;
    background: url(../img/check.png)left 0px top 50% no-repeat;
    background-size: 6.5rem auto;
    line-height: 9rem;
}
.sec_1-1_scroll,.sec_3-2_scroll {
    position  : absolute;
    top : 110%;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    font-size : 2.7rem;
    writing-mode : vertical-rl;
}
.sec_3-2_scroll {
    top: 90%;
}
.sec_1-1_scroll::after, .sec_3-2_scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -165px;
    transform : translateX(-50%);
    width : 1px;
    height : 150px;
    animation: scroll 1.5s infinite;
}
@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
}
.sec_1-2 {
    margin-top: 35%;
    text-align: center;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 6rem;
    line-height: 10rem;
    letter-spacing: 1rem;
}
.sec_1-2_m {
    font-size: 4.5rem;
}
.sec_1-2_l {
    font-size: 10.5rem;
    color: #997FBF;
    letter-spacing: 0.01rem;
}
.sec_1-2_s_purple {
    font-size: 6.5rem;
    color: #997FBF;
    letter-spacing: 0.01rem;
}
.sec_1-2_s_black {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro";
    font-size: 5rem;
    color: #000;
}
.sec_1-3 {
    position: relative;
}
.sec_1-3_img {
    position: relative;
    width: 100%;
    margin-top: 5%;
    z-index: -10;
}
.sec_1-3_img::before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 50%;
    top: -43%;
    left: 0px;
    background: linear-gradient(0deg, transparent, rgb(255, 255, 255) 15%, transparent);
}
.sec_1-3_img::after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 30%;
    bottom: -30%;
    left: 0px;
    background: linear-gradient(135deg, transparent, rgb(233, 232, 230, 1)15%, transparent);
}
.img_egffgf {
    width: 100%;
}
.sec_1-3-1 {
    width: 83%;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform : translateX(-50%);
    font-size: 3rem;
    font-weight: bold;
    line-height: 6rem;
}
.bubble {
    margin-top: -10%;
    margin-bottom: 12%;
}
.bubble_p {
    position: relative;
    left: 50%;
    top: 10%;
    transform : translateX(-50%);
    display: inline-block;
    margin: 1.5em 0;
    padding: 0 5px;
    width: 20%;
    height: 20%;
    line-height: 17rem;
    text-align: center;
    color: #fff;
    font-size: 3.7rem;
    font-weight: bold;
    background: #000;
    border-radius: 50%;
    box-sizing: border-box;
}
.bubble_p:before {
    content: "";
    position: absolute;
    bottom: -41px;
    left: 50%;
    margin-left: -17px;
    border: 20px solid transparent;
    border-top: 30px solid #000;
    z-index: 0;
}
.webp .sec_1-4 {
    margin-top: -39%;
    position: relative;
    z-index: -10;
    height: 1158px;
    background-image: url(../img/webp/kagayaki_swich.webp) ;
    background-size: cover;
}
.no-webp .sec_1-4 {
    margin-top: -39%;
    position: relative;
    z-index: -10;
    height: 1158px;
    background-image: url(../img/kagayaki_swich.jpg) ;
    background-size: cover;
}
.sec_1-4 p {
    position: absolute;
    top: 30%;
    left: 6%;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 7.7rem;
    color: #fff;
    line-height: 12.5rem;
    writing-mode : vertical-rl;
}
.sec_1-4_l {
    font-size: 10.5rem;
}

/* LP2 */
.background_3, .background_4 {
    background: #FAFAFA;
}
.number {
    width: 100%;
    padding-top: 20%;
    position: relative;
}
.number_h2 {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 3.3rem;
    color: #000;
    letter-spacing: 0.3rem;
}
.number_h2::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 32%;
    height: 1px;
    margin-right: 5%;
    background: #000;

}
.num_black, .num_purple {
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 8.2rem;
}
.num_purple {
    margin-right: 2%;
    color: #997FBF;
}
.background_3 h3, .background_4 h3 {
    margin-top: 10%;
    text-align: center;
}
.sec_2-1 {
    text-align: center;
}
.h3_bold, .sec_2-1 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 7rem;
    letter-spacing: 0.8rem;
}
.h3_purple {
    margin-top: 5%;
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    color: #997FBF;
    line-height: 15rem;
}
.h3_vertical {
    font-size: 7rem;
    line-height: 8rem;
    writing-mode : vertical-rl;
}
.h3_l {
    font-size: 19rem;
}
.h3_l_katakana {
    margin-left: -2%;
    margin-right: 2%;
    font-size: 16rem;
    letter-spacing: -3.5rem;
}
.h3_s {
    font-size: 12rem;
}
.h3_m {
    font-size: 17rem;
}
.h3_xs {
    font-size: 10rem;
}
.sec_2-1 {
    margin-bottom: 3%;
}
.placenta_img {
    width: 100%;
}
.sec_2-2-1,.sec_2-2-2 {
    margin: 0 auto;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-weight: bold;
    line-height: 16rem;
    letter-spacing: 1.5rem;
    text-align: center;
    background: linear-gradient(90deg, #B39970 30%, #8B6239 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec_2-2-1 {
    margin-top: 1%;
}
.sec_2-2-2 {
    display: flex;
    justify-content: center;
    margin-top: -5%;
    margin-bottom: 10%;
    align-items: flex-end;
}
.sec_2-2_s {
    font-size: 9rem;

}
.sec_2-2_ll {
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 25rem;
    font-weight: 500;
    line-height: 23rem;
}
.sec_2-2_m {
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 16rem;
    font-weight: 500;

}
.sec_2-2_l {
    font-size: 20rem;
    font-weight: 500;
    margin-bottom: 3%;
}
.sec_2-3 {
    width: 80%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    box-shadow: 7px 7px 10px 2px rgba(0, 0, 0, 0.53);
}
.sec_2-3 h4 {
    width: 70%;
    margin: 0 auto;
    padding: 1rem 4rem;
    background-color: #997FBF;
    font-size: 4.5rem;
    font-weight: 300;
    color: #fff;
}
.sec_2-3 p {
    margin-top: -4%;
    padding: 5rem 2rem 2rem;
    border: 1px solid #997FBF;
    font-size: 3.1rem;
    line-height: 7rem;
}
.sec_2-4 {
    margin-top: 10%;
    font-family: 'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    font-size: 9rem;
    line-height: 10rem;
    text-align: center;
}
.shiken_evidence {
    width: 100%;
}
.sec_2-5 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5rem 0;
    background: #997FBF;
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    color: #fff;
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    text-align: center;
}
.sec_2-5_l {
    font-size: 6.7rem;
    line-height: 3rem;
    letter-spacing: 0.5rem;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.h3_2 {
    margin-top: 20%;
}
.sec_3-1 {
    width: 80%;
    margin: 0 auto 10rem;
    font-family: YuGothic, 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 6rem;
}
.webp .sec_3-2 {
    position: relative;
    height: 750px;
    background-image: url(../img/webp/uma_placenta.webp) ;
    background-size: cover;
}
.no-webp .sec_3-2 {
    position: relative;
    height: 750px;
    background-image: url(../img/uma_placenta.jpg) ;
    background-size: cover;
}
.sec_3-2_p {
    position: absolute;
    top: 20%;
    right: 0%;
    font-family: 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    font-size: 3.3rem;
    font-weight: 100;
    line-height: 10rem;
    letter-spacing: 0.5rem;
    text-align: right;
}
.sec_3-2_bold {
    font-size: 3.7rem;
    font-weight: bold;
}
.sec_3-2_thin, .sec_3-2_bold {
    padding: 1.5rem 2rem;
    background: #fff;
}
.placenta_img, .shiken_evidence, .placenta_eiyou,.capsule_01, .capsule_02 {
    width: 100%;
}

/* LP3 */
.capsule_01 {
    width: 100%;
}
.sec_4-1 {
    margin: 5rem auto;
    font-family: YuGothic, 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 6rem;
    text-align: center;
}
.capsule_02 {
    margin-bottom: 10%;
}
.sec_4-2 {
    margin-top: -6%;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 7rem;
    letter-spacing: 0.8rem;
    text-align: center;
}
.sec_4-3 {
    width: fit-content;
    position: relative;
    margin: 3rem auto;
    padding: 1rem 5rem 1.5rem;
    background: #B39970;
    font-family: "Shippori Mincho",'Noto Serif JP',serif,'YuMincho','Yu Mincho';
    color: #fff;
    font-size: 6.6rem;
    line-height: 8rem;
    letter-spacing: 1rem;
    text-align: center;
}
.sec_4-3::before {
    position: absolute;
    content: '';
    left: 0;
    top: -0.03rem;
    border-width: 0 0 3.5rem 3.5rem;
    border-style: solid;
    border-color: #fafafa #fafafa #B39970;
}
.sec_4-3::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -0.03rem;
    border-width: 3.5rem 3.5rem 0 0;
    border-style: solid;
    border-color: #B39970 #fafafa #fafafa ;
}
.sec_4-4, .sec_5-2 {
    width: fit-content;
    margin: 0 auto;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 6rem;
    letter-spacing: 0.1rem;
}
.sec_4-5 {
    width: 90%;
    margin: 5rem auto;
    padding: 2rem;
    box-sizing: border-box;
    background: #FEFCFC;
    border: 1px solid #B39970;
    font-family: YuGothic, 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    color: #232323;
    font-size: 4.7rem;
    font-weight: bold;
    letter-spacing: 1rem;
    text-align: center;
}
.background_4 {
    padding-bottom: 2%;
}

/* LP4 */
.background_5 {
    padding-bottom: 10%;
    background: #F0E0FC;
}
.sec_5-1 {
    width: 100%;
    height: 500px;
    position: relative;
    display: inline-block;
    padding-top: 40%;
}
.sec_5-1-1 {
    position: absolute;
    z-index: 10;
    top: 7rem;
    font-family: YuGothic, 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 10rem;
    letter-spacing: 0.5rem;
}
.sec_5-1-1 span {
    padding: 1rem 4rem;
    background: #fff;
}
.gmp {
    position: absolute;
    top: 25%;
    display: block;
    vertical-align: top;
}
.sec_5-2 {
    width: 75%;
    margin-bottom: 3%;
}
.sec_5-3 {
    width: 90%;
    position: relative;
    margin: 0 auto;
    /*padding: 1rem;*/
    box-sizing: border-box;
    border: 1px solid #997FBF;
    background: #fff;
    text-align: center;
}
.sec_5-3 h4 {
    width: 80%;
    margin: 3% auto;
    padding: 2rem 0;
    background: #997FBF;
    font-family: 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 4.5rem;
    font-weight: 100;
    letter-spacing: 0.5rem;
    text-align: center;
}
.sec_5-3 p {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Hiragino Kaku Gothic Pro N', 'Noto Sans JP', sans-serif;
    color: #526588;
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 5rem;
}
.high_quality {
    margin-top: 20%;
    margin-bottom: -1%;
}
.common_parts {
    padding-top: 10rem;
}


@media screen and (max-width: 900px) {
    /* 両側余白ゼロ */

html {
    font-size: 1.2vw;
}

body {
    max-width: fit-content;
    /*font-size: max(3.2vw,14px);*/
}
.webp .mainvisual {
    height: 180vw;
}
.no-webp .mainvisual {
    height: 180vw;
}
.cta {
    margin: 15vw auto 5vw;
}
.cta_label {
    padding: 2vw 0;
}
.cta_content {
    padding: 2vw 2vw 3vw;
}
.teikibin {
    margin-top: 7vw;
}
.cta_price_all {
    width: 100%;
    margin: -3% auto 0;
}
.cta_price {
    width: auto;
    justify-content: center;
}
.cta_price_circle_width {
    width: 20vw;
}
.cta_price_circle_height p {
    left: 0;
    font-size: 5vw;
    letter-spacing: 0;
}
.cta_price_price {
    font-size: 20vw;
}
.cta_price_yen {
    font-size: 2vw;
}
.cta_price_yen_l {
    font-size: 8vw;
}
.cta_btn_img {
    margin: 0 auto 5vw;
}
.cta_2 {
    width: 100%;
    justify-content: space-around;
}
.cta_2 li {
    padding: 2vw 1vw;
    font-size: 4vw;
}
.cta_2_s {
    font-size: 2.5vw;
}
.cta_3 {
    margin-top: 5vw;
    padding: 5vw 3vw;
    font-size: 4.5vw;
}
.cta_3_title::before {
    margin-right: 2vw;
}
.cta_3_title::after {
    margin-left: 2vw;
}


.sec_1-1 ul {
    width: 85%;
}
.sec_1-1-1 {
    font-size: 5.5vw;
}
.bubble {
    margin-bottom: 14vw;
}
.bubble_p {
    line-height: 19vw;
}
.bubble_p:before {
    bottom: -5.5vw;
    left: 48%;
    margin-left: -2.5vw;
    border: 3vw solid transparent;
    border-top: 4vw solid #000;
}
.webp .sec_1-4 {
    height: 128vw;
}
.no-webp .sec_1-4 {
    height: 128vw;
}
.sec_1-4 p {
    font-size: 7.7vw;
    line-height: 13vw;
}
.sec_1-4_l {
    font-size: 12.5vw;
}
.sec_1-1_scroll::after, .sec_3-2_scroll::after {
    bottom: -17vw;
    height: 15vw;
}
.number {
    font-size: 5vw;
}
.sec_2-3 h4 {
    font-size: 4rem;
}
.sec_3-1 {
    font-size: 2.7rem;
}
.webp .sec_3-2 {
    height: 86vw;
}
.no-webp .sec_3-2 {
    height: 86vw;
}
.sec_5-1 {
    height: 50vw;
}
.sec_5-3 {
    padding-bottom: 1rem;
}
}


@media screen and (max-width: 520px) {

.webp .sec_1-1_ul li {
    padding-left: 10%;
    background-size: 4.5rem auto
}
.no-webp .sec_1-1_ul li {
    padding-left: 10%;
    background-size: 4.5rem auto
}
}


@media screen and (max-width: 768px) {
/* タブレット */
/*html {
    font-size: 45%;
}*/
body {
    max-width: fit-content;
}
.cta {
    width: 90%;
}
.sec_2-2_ul {
    top: 28%;
}
}

@media screen and (max-width: 480px) {
    /* SP */
    /*html {
        font-size: 35%;
    }
    body {
        max-width: fit-content;
    }
    
    .sec_2-2_ul {
        top: 18%;
    }
    .sec_2-3 {
        margin-top: 40vw;
    }
    .sec_3-2 {
        bottom: 15%;
    }
    .point2_img_gradation::before {
        top: 40vw;
    }*/
    
    }