@charset "utf8";
/*PC版表示からCSSを記述、メディアクエリにて、SP対応*/

/*LP-coolingページ内共通リセット*/
body{
    letter-spacing: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans JP',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    margin-block-end: 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img{
    display: inline-block;
    object-fit: cover;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/*LP-prpページ内共通リセット(ここまで)*/

/*共通変数*/
:root {
    --font-family-shippori:'Shippori Mincho', serif;
    --font-family-noto:'Noto Sans JP', sans-serif;
    --font-family-alata:'Alata', sans-serif;
    --font-family-alata: 'Inter', sans-serif;
}
/*使用する時は
font-family:var(--font-family-shippori);
font-family:var(--font-family-noto);
font-family:var(--font-family-alata);
font-family:var(--font-family-inter);
*/

/*共通パーツ*/
.cooling-inner{
    max-width: 1200px;
    width: 100%;
    padding: 0 2vw;
    margin: 0 auto;
}

/*ご予約ボタン（ここから）*/
.cooling-reserve__link{
    display: inline-block;
    max-width: 689px;
    width: 100%;
    line-height: 128px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.31);
    color: #fff;
    font-size: 28px;
    letter-spacing: .165em;
    text-align: center;
    z-index: 0;
    position: relative;
}

/*ご予約ボタン(ボタン背景カラーを作成)*/
.cooling-reserve__link:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    transition:0.3s;
    background:linear-gradient(359.15deg, #6E0095 -19.67%, #3264BD 51.65%, #00D1FF 120.05%);
}

/*ご予約ボタン(ボタン背景カラー、変化後を作成)*/
.cooling-reserve__link:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    background: linear-gradient(359.15deg, #a62ad3 -19.67%, #5383d6 59.77%, #3fdfff 120.05%);
}

/*ご予約ボタン(hoverするとbeforeが消える)*/
.cooling-reserve__link:hover:before{
    opacity:0;
}

.cooling-reserve__link--line{
    display: inline-block;
    line-height: 104px;
    border: 1px solid #FFFFFF;
    max-width: 665px;
    width: 100%;
}

/*top付近のご予約ボタン調整*/
.cooling-reserve-top{
    margin: 0 auto;
    text-align: center;
}

/*footer付近のご予約ボタン調整*/
.cooling-reserve-footer{
    margin: 122px auto;
    text-align: center;
}

/*ご予約ボタン（ここまで）*/

.cooling--caution-shinjuku {
  width:90%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cooling--caution-shinjuku {
    text-align: left;
  }
}

/*共通パーツ(ここまで)*/

/*before-afterまで続く背景 .cooling-container*/
.cooling-container{
    background-image: url(../../static/image/menu/cooling/pc/background_02-1.jpg?20220810);
    background-repeat: no-repeat;
    background-position: 60% 240%;
}

/*top-kv*/
.top-kv{
    /*margin-top: 100px;*/
    position: relative;
    height: 115%;
}

.top-kv__bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 115%;
    z-index: 0;
}

.top-kv__bg--img{
    width: 100%;
    height: 115%;
    z-index: 0;
}

.top-kv__cooling-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top-kv__contents{
    max-width: 790px;
    width: 100%;
    margin: 0 0 12vh auto;
    padding-top: 12vh;
}

.top-kv__lead-box{
    max-width: 534px;
    width: 100%;
}

.top-kv__lead-box--first,
.top-kv__lead-box--second{
    font-family:var(--font-family-shippori,serif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    padding-left: 28px;
    width: 100%;
    font-size: 60px;
    color: #fff;
}

.top-kv__lead-box--first{
    background-image: url(../image/menu/cooling/pc/top-kv-parts_01.png?20220809);
    background-position: center;
    max-width: 346px;
    margin-left: 2.4em;
    margin-bottom: 20px;
}

.top-kv__lead-box--second{
    background-image: url(../image/menu/cooling/pc/top-kv-parts_02.png);
    max-width: 351px;
    margin-left: 5em;
    margin-bottom: 30px;
}

.top-kv__lead-box--first_small{
    font-size: 40px;
}

.top-kv__title-box{
    text-align: center;
    margin-left: 24px;
    background-color: rgba(255,255,255,0.7);
    padding: 15px;
}

.top-kv__title-box--lead{
    font-size: 30px;
}

.top-kv__title-box--title{
    font-size: 83px;
    font-family:var(--font-family-shippori,serif);
    line-height: 1.1;
}

.top-kv__title-box--sub{
    font-size: 30px;
}

.top-kv__list{
    max-width: 1072px;
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    gap: 78px;
}

.top-kv__item{
    max-width: 304px;
    width: 100%;
    height: 196px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-align: center;
}

.top-kv__item:nth-of-type(1){
    background-image: url(../image/menu/cooling/pc/top-kv-parts_03.png?20220809);
}

.top-kv__item:nth-of-type(2){
    background-image: url(../image/menu/cooling/pc/top-kv-parts_04.png?20220809);
}

.top-kv__item:nth-of-type(3){
    background-image: url(../image/menu/cooling/pc/top-kv-parts_05.png?20220809);
}

/*.cooling-price(開始記念価格)*/
.cooling-price{
    margin-bottom: 153px;
    margin-top: 223px;
}

.cooling-price__title{
    background-image: url(../../static/image/menu/cooling/pc/price-parts_01.png?20220809);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 468px;
    width: 100%;
    padding-bottom: 12px;
    margin: 0 auto 54px auto;
    text-align: center;
    font-size: 40px;
    letter-spacing: .08em;
    color: #fff;
}

.cooling-price__contents{
    position: relative;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
}

/*通常価格*/
.cooling-price__normal-price{
    font-family: var(--font-family-shippori,serif);
    text-align: center;
    font-size: 25px;
    font-size: 16px;
    margin-bottom: 10px;
}

.cooling-price__money{
    font-family: var(--font-family-shippori,serif);
    margin: 0 auto 45px auto;
    max-width: 602px;
    width: 100%;
    font-size: 80px;
    color:  #00015D;
    line-height: .7;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cooling-price__s-box{
    display: inline-block;
    margin-left: 6px;
    margin-bottom: -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-style: normal;
    color: #000;
}

.cooling-price__s-box--tax{
    font-size: 21px;
    color: #000;
    line-height: 1;
}

.cooling-price__s-box--yen{
    font-size: 51px;
    line-height: 1;
}

/*割引*/
.cooling-price__discount-box{
    background-image: url(../../static/image/menu/cooling/pc/price-parts_03.png?20220809);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 146px;
    height: 146px;
    text-align: center;
    position: absolute;
    top: -78px;
    right: 4px;
    font-size: 21px;
    padding-top: 20px;
}

.cooling-price__discount-box--figure{
    display: inline-block;
    font-size: 63px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    color:  #FF59BD;
    padding-right: 5px;
}

/*as-to(クライオポリシスとは)*/
.as-to{
    padding: 0 2vw;
}
.as-to__inner{
    max-width: 1270px;
    padding:  93px 2vw 140px 6vw;
    margin: 0 auto 89px auto;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*・・・とは(上段)*/
.as-to__first-contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
}

.as-to__text-contents{
    max-width: 826px;
    width: 100%;
}

.as-to__text-contents--title{
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -.05em;
    margin-bottom: 32px;
}

.as-to__text-contents--title_br-sp{
    display: none;
}

.as-to__text-contents--title_small{
    font-size: 45px;
    font-weight: bold;
    letter-spacing: .04em;
}

.as-to__text-contents--lead{
    font-size: 40px;
    margin: 0 0 30px 1.8em;
}

.as-to__text-contents--lead_br-sp{
    display: none;
}

.as-to__text-contents--lead_bg{
    font-size: 50px;
    font-weight: bold;
    background-image: url(../image/menu/cooling/pc/as-to_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
    color: #fff;
    padding: 5px 10px 10px 8px;
}

.as-to__text-contents--text{
    max-width: 792px;
    width: 100%;
    margin: 0 16px auto 0;
    font-size: 18px;
    letter-spacing: .25em;
    line-height: 233%;
    text-align: justify;
    padding-left: 1em;
}

.as-to-__pic-contents{
    max-width: 286px;
    width: 100%;
}

.as-to-__pic-contents--img{
    max-width: 286px;
}

/*・・・とは(下段)*/
.as-to__second-contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 892px;
    width: 100%;
    margin: 0 auto 53px auto;
}

.as-to__second-pic{
    max-width: 336px;
    min-width: 182px;
    width: 100%;
}

.as-to__second-list{
    padding-left:34px;
}

.as-to__second-item{
    display: flex;
    align-items: center;
}

.as-to__second-item:nth-of-type(1){
    padding-bottom: 80px;
}

.as-to__second-item:nth-of-type(2){
    padding-bottom: 66px;
}

.as-to__second-item--title{
    font-size: 40px;
    letter-spacing: .035em;
}

.as-to__second-item--dots,
.as-to__second-item--dots-short{
    display: inline-block;
    height: 2px;
    margin: 0 22px;
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.as-to__second-item--dots{
    width: 140px;
}

.as-to__second-item--dots-short{
    width: 70px;
}

.as-to__second-item--text{
    font-size: 28px;
    letter-spacing: .055em;
}

/*一部文字色変更*/
.as-to__second-item--title_color,
.as-to__second-item--text_color{
    color: #E875A5;
}

.as-to__last-text{
    max-width: 1069px;
    width: 100%;
    line-height: 282.5%;
    letter-spacing: .37em;
    font-size: 18px;
}

/*.trend (アメリカではスタンダード・・・)*/
.trend{
    padding-bottom: 148px;
}

/*cooling-inner上書き*/
.cooling-inner{
    max-width: 1131px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.48;
}

.trend__title-box{
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trend__title-box--title_sp-br{
    display: none;
}

.trend__title-box--left-line,
.trend__title-box--right-line{
    display: inline-block;
    height: 183px;
    width: 3px;
    background-color: #000;
    position: relative;
}

.trend__title-box--left-line{
    transform: rotate(153deg);
    margin-right: 1.2em;
}

.trend__title-box--right-line{
    transform: rotate(-153deg);
    margin-left: 1.2em;
}

.trend__title-box--left-line:before,
.trend__title-box--right-line:before{
    content: "";
    display: inline-block;
    height: 120px;
    width: 3px;
    background-color: #000;
    position: absolute;
}

.trend__title-box--left-line:before{
    bottom: 64px;
    left: 35px;
    transform: rotate(-15deg);
}

.trend__title-box--right-line:before{
    bottom: 64px;
    right: 35px;
    transform: rotate(15deg);
}

.trend__sub-title{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 75px;
}

.trend__sub-title_br-sp{
    display: none;
}

.trend__sub-title--small{
    font-size: 20px;/*上書き*/
}

.trend__contents{
    max-width: 1046px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.trend__image{
    max-width: 541px;
    width: 100%;
}

.trend__list-contents{
    margin-left: 70px;
}

.trend__item{
    margin: 0 0 21px 34px;
    padding-left: 24px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 402px;
}

/*各種色を変更*/
.trend__item:nth-of-type(1){
    background-color: #EC899B;
}

.trend__item:nth-of-type(2){
    background-color: #A9CDE0;
}

.trend__item:nth-of-type(3){
    background-color: #6C96BD;
}

.trend__item:nth-of-type(4){
    background-color: #BCE082;
}

.trend__item:nth-of-type(5){
    background-color: #8B8B8B;
}

.trend__item--text{
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
}

.trend__item--text_small{
    font-size: 16px;/*上書き*/
}

/*数字の背景*/
.trend__bg-figure{
    position: absolute;
    right: 12px;
    bottom: -26px;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: -.02em;
}

.trend__bg-figure--small{
    font-size: 33px;/*上書き*/
}

.trend__list-contents--annotation{
    display: inline-block;
    padding-left: 16px;
    font-size: 12px;
}

/*Before-After*/
.be-af{
    background-image: url(../../static/image/menu/cooling/pc/background_03.png);
    background-repeat: no-repeat;
    background-position: 80% 40%;
    background-size: 107% 100%;
    color: #fff;
    margin: 0 auto;
}

.be-af-inner{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 0 26px;
}

.be-af__title{
    text-align: center;
    font-weight: 500;
    font-size: 49px;
    margin-bottom: 72px;
    letter-spacing: 0.095em;
}

.be-af__container{
    max-width: 1920px;
    width: 100%;
    margin-bottom: 50px;
}

.be-af__list{
    display: flex !important;/*slickの為*/
    align-items: center;
    justify-content: center;
    height: 510px !important;/*slickの為*/
    gap: 54px;
    margin-right: 165px;
    opacity: .3;
    transition: .6s;
}

/*slick センターに来た時*/
.be-af__list.slick-current{
    opacity: 1;
}

.be-af__before,
.be-af__after{
    position: relative;
    max-width: 522px;
    width: 100%;
}

/*各写真のサイズを個別に調整(ここから)*/
.be-af__after--img,
.be-af__before--img{
    width: 100%;
}

.be-af__after--img_1,
.be-af__before--img_1{
    max-width: 513px;
}

.be-af__after--img_2,
.be-af__before--img_2{
    max-width: 448px;
}

.be-af__after--img_3,
.be-af__before--img_3{
    max-width: 432px;
}

.be-af__after--img_4,
.be-af__before--img_4{
    max-width: 500px;
}

.be-af__after--img_5,
.be-af__before--img_5{
    max-width: 522px;
}
/*各写真のサイズを個別に調整(ここまで)*/

.be-af__before--point,
.be-af__after--point{
    max-width: 143px;
    width: 100%;
    line-height: 35px;
    height: 35px;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, .8);
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    letter-spacing: .09em;
    position: absolute;
    top: 10px;
    left: 8px;
}

.be-af__before--img,
.be-af__after--img{
    border-radius: 16px;
    position: relative;
}

/*slick 矢印*/
.slide-arrow.prev-arrow,
.slide-arrow.next-arrow{
    width: 100px;
    position: absolute;
    top: 256px;
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: transparent;
    z-index: 9;
    cursor: pointer;
    border: none;
}

.slide-arrow.prev-arrow{
    left: 366px;
    transform: rotate(-135deg);
}

.slide-arrow.next-arrow{
    right: 366px;
    transform: rotate(45deg);
}

.slide-arrow.prev-arrow::before,
.slide-arrow.next-arrow::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}

.slide-arrow.prev-arrow::before{
    top: 10px;
    right: 10px;
}

.slide-arrow.next-arrow::before{
    top: 7px;
    left: 10px;
}

/*Before-After(注釈)*/
.be-af__annotation-list{
    font-family: sans-serif;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2vw;
}

.be-af__annotation-item--text{
    font-size: 10px;
    transform: scale(0.8);
}

/*experience(ダイエットでこんな経験・・・)*/
.experience{
    padding: 160px 0 178px;
    background-image: url(../../static/image/menu/cooling/pc/background_04.jpg);
    background-repeat: no-repeat;
    background-position: 47% 36%;
}

.experience__title-box{
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: .105em;
    margin-bottom: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience__title-box--left-line,
.experience__title-box--right-line{
    display: inline-block;
    height: 183px;
    width: 3px;
    background-color: #000;
    position: relative
}

.experience__title-box--left-line{
    transform: rotate(153deg);
    margin-right: 1.2em;
}

.experience__title-box--right-line{
    transform: rotate(-153deg);
    margin-left: 1.2em;
}

.experience__title-box--left-line:before,
.experience__title-box--right-line:before{
    content: "";
    display: inline-block;
    height: 120px;
    width: 3px;
    background-color: #000;
    position: absolute;
}

.experience__title-box--left-line:before{
    bottom: 64px;
    left: 35px;
    transform: rotate(-15deg);
}

.experience__title-box--right-line:before{
    bottom: 64px;
    right: 35px;
    transform: rotate(15deg);
}

.experience__list{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 74px;
}

.experience__item{
    width: 33.33%;
    height: 321px;
    padding: 12px 30px 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 16px;
}

.experience__item--case,
.experience__item--text{
    z-index: 1;
    color: #fff;
}

.experience__item:nth-of-type(1){
    background-image: url(./../image/menu/cooling/pc/experience_01.png?20220808);
}

.experience__item:nth-of-type(2){
    background-image: url(./../image/menu/cooling/pc/experience_02.png?20220808);
}

.experience__item:nth-of-type(3){
    background-image: url(./../image/menu/cooling/pc/experience_03.png?20220808);
}

.experience__item--case{
    font-size: 48px;
    font-style: italic;
    font-weight: 500;
}

.experience__item--text{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .24em;
}

.experience__lead{
    text-align: center;
    line-height: 234.5%;
    font-size: 40px;
    letter-spacing: .215em;
    margin-bottom: 74px;
}

/*蛍光ペン風*/
.experience__lead--line{
    display: inline-block;
    text-align: center;
    margin-bottom: auto;
    background: linear-gradient(transparent 74%, rgb(178, 237, 237) 56%);
    height: 73px;
    padding-left: 2px;
}

.center-arrow{
    display: block;
    text-align: center;
    margin: 0 auto 74px auto;
    width: 127px;
}

.center-arrow__image{
    display: inline-block;
    width: 74px;
}

/*リバウンドのメカニズム*/
.mechanism__title-box{
    position: relative;
}

.mechanism__title-box--title{
    font-size: 60px;
    text-align: center;
    letter-spacing: .015em;
    margin-bottom: 74px;
}

.mechanism__lead-box{
    background-image: url(../../static/image/menu/cooling/pc/experience-parts_02.png?20220808);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -174px;
    right: 64px;
    width: 315px;
    height: 207px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0.245em;
    line-height: 1.74;
    transform: rotate(3deg);
}

.mechanism__illust-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto 62px auto;
}

/*イラスト間の矢印*/
.mechanism__illust-box--arrow{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mechanism__illust-box--arrow::before{
    content: "";
    display: inline-block;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    border-radius: 1px;
    margin-right: 3px;
}

.mechanism__illust-box--first_img{
    display: inline-block;
    max-width: 165px;
    width: 100%;
    margin: 0 115px 0 87px;
}

.mechanism__illust-box--second_img{
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin-left: 118px;
}

.mechanism__illust-box--lead-box{
    background-image: url(../../static/image/menu/cooling/pc/experience-parts_03.png?20220808);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 325px;
    height: 204px;
    padding-bottom: 16px;
    position: absolute;
    top: -84px;
    left: -195px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0.245em;
    line-height: 1.74;
    transform: rotate(2deg);
}

.mechanism__text{
    max-width: 981px;
    width: 100%;
    margin: 0 auto 67px auto;
    font-size: 18px;
    line-height: 270%;
    letter-spacing: .27em;
}

.mechanism__illust-box--third{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

/* fat-cooling(脂肪冷却は脂肪細胞の) */
.fat-cooling{
    background-image: url(../../static/image/menu/cooling/pc/background_05.jpg?20220808);
    background-repeat: no-repeat;
    background-position: 25% 50%;
    background-size: 117% 120%;
    padding: 122px 2vw;
}

.fat-cooling__bg{
    max-width: 1200px;
    width: 100%;
    padding: 121px 73px 110px;
    background-color: #fff;
    background-image: url(../../static/image/menu/cooling/pc/background_06.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.fat-cooling__title{
    font-family:var(--font-family-shippori,serif);
    margin-bottom: 92px;
    text-align: center;
    font-size: 60px;
    background: linear-gradient(180deg, #4F1BBC 0%, #000000 53.12%, #4F1BBC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 0.06em;
}

.fat-cooling__title_sp-br{
    display: none;
}

.fat-cooling__title--large{
    display: inline-block;
    font-size: 80px;
}

/*図解イラスト（脂肪冷却は・・・）*/
.fat-cooling__contents-first{
    display: flex;
    margin: 0 auto 42px auto;
}

.fat-cooling__before-box,
.fat-cooling__after-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fat-cooling__contents-first--arrow{
    display: inline-block;
    margin: auto 32px 100px;
}

.fat-cooling__contents-first--arrow img{
    width: 30px;
}

.fat-cooling__before-text,
.fat-cooling__after-text{
    max-width: 290px;
    width: 100%;
    padding: 12px 10px;
    margin: 0 0 22px 12px;
    border-radius: 11px;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

/*吹き出し風の三角を作成*/
.fat-cooling__before-text::before,
.fat-cooling__after-text::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 9px 0 9px;
}

.fat-cooling__before-text::before{
    border-color: #93CDDF transparent transparent transparent;
}

.fat-cooling__after-text::before{
    border-color: #1EA5F1 transparent transparent transparent;
}
/*吹き出し風の三角を作成(ここまで)*/

.fat-cooling__before-text{
    background-color: #93CDDF;
}

.fat-cooling__after-text{
    background-color: #1EA5F1;
}

.fat-cooling__before-text--title,
.fat-cooling__after-text--title{
    text-align: center;
    font-size: 22px;
    letter-spacing: .06em;
    margin-bottom: 11px;
}

.fat-cooling__before-text--text,
.fat-cooling__after-text--text{
    font-size: 15px;
    line-height: 168%;
    letter-spacing: .2em;
    height: 5em;
}

.fat-cooling__contents-first--text{
    max-width: 866px;
    width: 100%;
    font-size: 18px;
    line-height: 221%;
    margin: 0 auto 115px auto;
    letter-spacing: .2em;
}

.fat-cooling__contents-first--text_br-sp{
    display: block;
}

/*(クライオポリシス後の・・・)*/
.fat-cooling__contents-second--title{
    text-align: center;
    font-size: 28px;
    letter-spacing: .35em;
    margin-bottom: 43px;
}

.fat-cooling__contents-second--title_br-sp{
    display: none;
}

.fat-cooling__contents-second--explanation{
    text-align: center;
    background-color: #5D96CA;
    color: #fff;
    max-width: 189px;
    width: 100%;
    margin: 0 auto 14px auto;
    font-size: 18px;
    letter-spacing: 0.055em;
    padding: 8px 0;
    border-radius: 9px;
}

.fat-cooling__second-list{
    max-width: 833px;
    width: 100%;
    gap: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
}

.fat-cooling__contents-second--annotation{
    display: block;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    color: #737373;
    font-size: 10px;
    opacity: .6;
}

/* 当院で脂肪冷却を行うメリット */
.cooling-merit{
    background-image: url(../../static/image/menu/cooling/pc/merit-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 252px 2vw 124px;
    position: relative;
}

.cooling-merit__contents{
    max-width: 707px;
    width: 100%;
    margin-left: 55px;
}

.cooling-merit__title{
    max-width: 707px;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.195em;
    margin-bottom: 72px;
}

.cooling-merit__title_br-sp{
    display: none;
}

.cooling-merit__text{
    font-size: 20px;
    letter-spacing: .215em;
    line-height: 2.8;
}

.cooling-merit__bg-image{
    position: absolute;
    top: 0;
    right:0;
}

.cooling-merit__bg-image_img{
    object-fit: contain;
    max-width: 852px;
    width: 100%;
}

/*(院長のご紹介)*/
.introduction{
    background-image: url(../../static/image/menu/cooling/pc/introduction_01.jpg?20220809);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 329px 0 258px;
}

.introduction__title{
    font-size: 30px;
    letter-spacing: .09em;
    margin: 0 0 40px 12px;
    font-weight: bold;
}

.introduction__sp-pic{
    display: none;
}

.introduction__text{
    max-width: 694px;
    width: 100%;
    font-size: 18px;
    line-height: 258%;
    letter-spacing: .2em;
    margin: 0 0 1em 12px;
}

.introduction__name{
    max-width: 618px;
    width: 100%;
    font-size: 25px;
    letter-spacing: .1em;
    text-align: right;
}

.introduction__name--position{
    font-size: 20px;
}

/* 施術可能部位 */
.cooling-treatable-parts {
    padding: 40px 4vw 72px;
    width: 50%;
    margin: 0 auto;
    background-image: url(../../static/image/menu/cooling/sp/background-sp_09.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cooling-treatable-parts__title {
    font-size: 30px;
    margin: 0 0 14px 0;
    font-weight: bold;
    text-align: center;
}


/*レスポンシブ対応(PC)
=====================*/
@media screen and (max-width: 1900px) {
    .slide-arrow.prev-arrow{
        left: 15vw;
    }

    .slide-arrow.next-arrow{
        right: 15vw;
    }
}

@media screen and (max-width: 1620px) {
    .slide-arrow.prev-arrow{
        left: 10vw;
    }

    .slide-arrow.next-arrow{
        right: 10vw;
    }
}


@media screen and (max-width: 1400px) {
    /*top-kv(pc-1400)*/
    .top-kv__contents {
        margin: 0 0 8vh auto;
        padding-top: 6vh;
    }

    .slide-arrow.next-arrow{
        right: 40px;
    }

    .slide-arrow.prev-arrow{
        left: 40px;
    }

    /*Before-After(pc-1400)*/
    /*各写真のサイズを個別に調整(ここから)*/
    .be-af__after--img_1,
    .be-af__before--img_1{
        max-width: 400px;
    }

    .be-af__after--img_2,
    .be-af__before--img_2{
        max-width: 400px;
    }

    .be-af__after--img_3,
    .be-af__before--img_3{
        max-width: 400px;
    }

    .be-af__after--img_4,
    .be-af__before--img_4{
        max-width: 400px;
    }

    .be-af__after--img_5,
    .be-af__before--img_5{
        max-width: 400px;
    }
    /*各写真のサイズを個別に調整(ここまで)*/
}

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

    /*as-to(クライオポリシスとは)(pc-1200)*/
    /*・・・とは(上段)(pc-1200)*/
    .as-to__text-contents--title{
        font-size: 40px;
    }

    .as-to__text-contents--title_small{
        font-size: 25px;
    }

    .as-to__text-contents--text{
        max-width: 469px;
        margin: 0 auto 0 0;
    }

    /*.trend (アメリカではスタンダード・・・)(pc-1200)*/
    .trend__title-box--title_pc-br{
        display: none;
    }

    .trend__title-box--title_sp-br{
        display: block;
    }

    .trend__title-box{
        font-size: 48px;
        margin: 0 auto 38px auto;
        max-width: 780px;
        min-width: 350px;
        width: 100%;
    }

    .trend__title-box--left-line,
    .trend__title-box--right-line{
        height: 100px;
        margin-top: 2em;
    }

    .trend__title-box--left-line{
        transform: rotate(153deg);
        margin-right: 0.3em;
    }

    .trend__title-box--right-line{
        transform: rotate(-153deg);
        margin-left: 0.3em;
    }

    .trend__title-box--left-line:before,
    .trend__title-box--right-line:before{
        height: 60px;
    }

    .trend__title-box--left-line:before{
        bottom: 42px;
        left: 22px;
        transform: rotate(-15deg);
    }

    .trend__title-box--right-line:before{
        bottom: 42px;
        right: 22px;
        transform: rotate(15deg);
    }

    /*experience(ダイエットでこんな経験・・・)(pc-1200)*/
    .experience__title-box {
        font-size: 48px;
    }

    .experience__item{
        min-width: 300px;
        height: 300px;
        padding: 12px 20px 24px;
    }

    .experience__item--text {
        font-size: 20px;
    }

    /*リバウンドのメカニズム(pc-1200)*/
    .mechanism__lead-box{
        background-size: contain;
        width: 300px;
        font-size: 16px;
        top: -188px;
        right: 0px;
        transform: rotate(0deg);
    }

    .mechanism__illust-box--lead-box{
        background-size: contain;
        width: 300px;
        height: 176px;
        padding-bottom: 8px;
        top: -94px;
        left: -60px;
        font-size: 16px;
        transform: rotate(0deg);
    }

}

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

    /*・・・とは(下段)(pc-1025)*/
    .as-to__second-contents{
        align-items: flex-start;
        justify-content: center;
    }

    .as-to__second-list {
        padding-left: 16px;
    }

    .as-to__second-item--title{
        font-size: 32px;
    }

    .as-to__second-item--text{
        font-size: 24px;
    }

    .as-to__second-item:nth-of-type(1){
        padding: 48px 0 80px 0;
    }

    .as-to__second-item:nth-of-type(2){
        padding: 0 0 60px 0;
    }

    .as-to__second-item--dots{
        width: 100px;
    }

    .as-to__second-item--dots-short{
        width: 50px;
    }

    /*Before-After(pc-1025)*/
    /*各写真のサイズを個別に調整(ここから)*/
        .be-af__after--img_1,
        .be-af__before--img_1{
            max-width: 330px;
        }

        .be-af__after--img_2,
        .be-af__before--img_2{
            max-width: 330px;
        }

        .be-af__after--img_3,
        .be-af__before--img_3{
            max-width: 330px;
        }

        .be-af__after--img_4,
        .be-af__before--img_4{
            max-width: 330px;
        }

        .be-af__after--img_5,
        .be-af__before--img_5{
            max-width: 330px;
        }
    /*各写真のサイズを個別に調整(ここまで)*/

    /*experience(ダイエットでこんな経験・・・)(pc-1025)*/
    .experience__title-box {
        font-size: 40px;
    }

    .experience__title-box--left-line,
    .experience__title-box--right-line{
        display: inline-block;
        height: 100px;
    }

    .experience__title-box--left-line{
        margin-right: .8em;
        margin-top: .4em;
    }

    .experience__title-box--right-line{
        margin-left: .8em;
        margin-top: .4em;
    }

    .experience__title-box--left-line:before,
    .experience__title-box--right-line:before{
        content: "";
        display: inline-block;
        height: 50px;
    }

    .experience__title-box--left-line:before{
        bottom: 50px;
        left: 20px;
    }

    .experience__title-box--right-line:before{
        bottom: 50px;
        right: 20px;
    }

    .experience__title-box {
        font-size: 42px;
    }

    .experience__item{
        min-width: 230px;
        height: 220px;
        padding: 12px 6px 24px;
    }

    .experience__item--text {
        font-size: 16px;
    }

    .experience__item--case{
        font-size: 40px;
    }

    /* fat-cooling(脂肪冷却は脂肪細胞の)(pc-1025) */
    .fat-cooling__title{
        font-size: 48px;
    }

    .fat-cooling__title--large{
        font-size: 68px;
    }

    .fat-cooling__before-text,
    .fat-cooling__after-text{
        margin: 0 0 22px 0;
    }

}


/*レスポンシブ対応(tab)
=====================*/
    @media screen and (max-width: 900px) {
    /*top-kv(tab-900)*/
    .top-kv__contents{
        padding-top: 70px;
        margin: 0 0 70px auto;
    }

    .top-kv__lead-box--first,
    .top-kv__lead-box--second{
        font-size: 40px;
    }

    .top-kv__lead-box--first{
        max-width: 240px;
        margin-left: 32vw;
    }

    .top-kv__lead-box--first_small{
        font-size: 24px;
    }

    .top-kv__title-box{
        text-align: center;
        margin-left: 0px;
    }

    .top-kv__lead-box--second{
        max-width: 240px;
        margin-left: 44vw;
    }

    .top-kv__title-box--lead{
        font-size: 24px;
    }

    .top-kv__title-box--title{
        font-size: 64px;
    }

    .top-kv__title-box--sub{
        font-size: 36px;
    }

    .top-kv__item{
        max-width: 300px;
        height: 200px;
        font-size: 24px;
    }

    .top-kv__list{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
        padding-left: 20vw;
    }

    .top-kv__item:nth-of-type(2){
        order: 2;
        margin-top: -50px;
    }

    .top-kv__item:nth-of-type(3){
        margin-left: 150px;
        margin-top: -20px;
    }

    /*.cooling-price(開始記念価格)(tab-900)*/
    .cooling-price{
        margin-bottom: 64px;
        margin-top: 230px;
    }

    .cooling-price__title{
        max-width: 360px;
        font-size: 28px;
        margin: 0 auto 100px auto;
    }

    .cooling-price__money{
        margin: 0 auto 45px auto;
        max-width: 602px;
        width: 100%;
        font-size: 108px;
    }

    .cooling-price__s-box--tax{
        font-size: 16px;
    }

    .cooling-price__s-box--yen{
        font-size: 36px;
    }

    /*割引(tab-900)*/
    .cooling-price__discount-box{
        width: 120px;
        height: 120px;
        top: -100px;
        right: 110px;
        font-size: 18px;
        padding-top: 25px;
    }

    .cooling-price__discount-box--figure{
        font-size: 46px;
        padding-right: 5px;
    }

    /*as-to(クライオポリシスとは)(tab-900)*/
    .as-to__inner{
        max-width: 1270px;
        padding:  32px 24px;
        margin: 0 2vw 89px 2vw;
        background-color: #fff;
    }

    /*・・・とは(上段)(tab-900)*/
    .as-to__first-contents{
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .as-to__text-contents--title{
        font-size: 48px;
        line-height: 1;
        margin-bottom: 30px;
        letter-spacing: .1em;
    }

    .as-to__text-contents--title_br-sp{
        display: block;
    }

    .as-to__text-contents--title_small{
        font-size: 30px;
    }

    .as-to__text-contents--lead{
        font-size: 28px;
        line-height: 1.9;
        letter-spacing: .17em;
    }

    .as-to__text-contents--lead_br-sp{
        display: block;
    }

    .as-to__text-contents--lead_bg{
        font-size: 38px;
        margin-left: .5em;
        padding: 10px 15px 15px 15px;
    }

    .as-to__text-contents--lead_bg:nth-of-type(2){
        margin-left: 1.5em;
    }

    .as-to__text-contents--lead_sp-space{
        display: inline-block;
        margin-left: 3.3em;
    }

    .as-to-__pic-contents{
        position: absolute;
        right: 8vw;
    }

    .as-to-__pic-contents{
        max-width: 180px;
        margin-top: 0px;
    }

    .as-to-__pic-contents--img{
        max-width: 180px;
    }

    .as-to__text-contents--text{
        max-width: 100%;
        font-size: 16px;
    }

    /*・・・とは(下段)(tab-900)*/

    .as-to__second-pic{
        max-width: 250px;
        min-width: 250px;
    }

    .as-to__second-list{
        padding-left: 20px;
    }

    .as-to__second-item--dots{
        display: none;
    }

    .as-to__second-item--dots-short{
        display: none;
    }

    .as-to__second-item{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .as-to__second-item:nth-of-type(1){
        padding: 20px 0 30px 0;
    }

    .as-to__second-item:nth-of-type(2){
        padding: 0 0 16px 0;
    }

    .as-to__second-item--title{
        font-size: 24px;
    }

    .as-to__second-item--text{
        font-size: 20px;
    }

    .as-to__last-text{
        font-size: 16px;
        line-height: 233%;
    }

    /*.trend (アメリカではスタンダード・・・)(tab-900)*/
    .trend__contents{
        flex-direction: column;
    }

    .trend__image{
        max-width: 350px;
        width: 100%;
        margin: 0 auto 50px auto;
    }

    .trend__list-contents{
        margin-left: 0;
    }

    .trend__list{
        overflow: hidden;
    }

    .trend__item{
        margin: 0 auto 21px auto;
        width: 550px;
    }

    .trend__item--text{
        font-size: 20px;
        line-height: 1.5;
    }

    .trend__item--text_small{
        font-size: 18px;
    }

    .trend__list-contents--annotation{
        text-align: right;
        font-size: 8px;
        padding-left: 0;
        display: block;
    }

    /*数字の背景(tab-900)*/
    .trend__bg-figure{
        right: 12px;
        bottom: -22px;
        letter-spacing: -.01em;
    }

    .trend__bg-figure--small{
        font-size: 22px;
    }

    /*Before-After(tab-900)*/
    .be-af__list{
        gap: 18px;
    }
    /*各写真のサイズを個別に調整(ここから)(tab-900)*/
    .be-af__after--img_1,
    .be-af__before--img_1{
        max-width: 310px;
    }

    .be-af__after--img_2,
    .be-af__before--img_2{
        max-width: 310px;
    }

    .be-af__after--img_3,
    .be-af__before--img_3{
        max-width: 310px;
    }

    .be-af__after--img_4,
    .be-af__before--img_4{
        max-width: 310px;
    }

    .be-af__after--img_5,
    .be-af__before--img_5{
        max-width: 310px;
    }
    /*各写真のサイズを個別に調整(ここまで)(tab-900)*/

    /*experience(ダイエットでこんな経験・・・)(tab-900)*/
    .experience__title-box {
        font-size: 38px;
    }

    .experience__lead{
        font-size: 26px;
        margin-bottom: 0;
    }

    /*蛍光ペン風(tab-900)*/
    .experience__lead--line{
        height: 48px;
        margin: 0 auto 56px auto;
    }

    .mechanism__title-box--title {
        font-size: 34px;
    }

    /*リバウンドのメカニズム(tab-900)*/
    .mechanism__lead-box{
        width: 250px;
        font-size: 14px;
        top: -188px;
        right: 0px;
        transform: rotate(0deg);
    }

    .mechanism__illust-box--first_img{
        display: inline-block;
        max-width: 140px;
        margin: 0 30px 0px 0;
    }

    .mechanism__illust-box--second_img{
        max-width: 195px;
        margin: 0 0 20px 10px;
    }

    /* fat-cooling(脂肪冷却は脂肪細胞の)(tab-900)*/
    .fat-cooling__title{
        background: linear-gradient(241.41deg, #4F1BBC 3.5%, #110034 50.41%, #4F1BBC 91.8%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .fat-cooling__title_sp-br{
        display: block;
    }

    .fat-cooling__bg {
        padding: 64px 24px 110px;
    }

    .fat-cooling__before-text--title,
    .fat-cooling__after-text--title {
        font-size: 18px;
    }

    /* fat-cooling(脂肪冷却は脂肪細胞の)(tab-900)*/
    .fat-cooling__before-text--text,
    .fat-cooling__after-text--text {
        font-size: 14px;
        height: 5em;
    }

    .fat-cooling__contents-first--arrow {
        margin: auto 16px 39px;
    }

    /* 当院で脂肪冷却を行うメリット(tab-900)*/
    .cooling-merit {
        padding: 110px 2vw 110px;
    }

    .cooling-merit__contents {
        margin-left: 0px;
    }

    .cooling-merit__title{
        font-size: 26px;
    }

    .cooling-merit__text{
        max-width: 605px;
        width: 100%;
        font-size: 16px;
    }

    .introduction__text {
        font-size: 16px;
    }

    .introduction__name {
        max-width: 560px;
        font-size: 23px;
    }
}

/*top-kv(tab-768)*/
@media screen and (max-width: 768px) {

    /*共通パーツ(tab-768)*/
    .cooling-reserve__link{
        max-width: 580px;
        line-height: 96px;
    }

    .cooling-reserve__link--line{
        line-height: 82px;
        max-width: 556px;
    }

    /*共通パーツ(ここまで)(tab-768)*/

    /*.cooling-price(開始記念価格)(tab-768)*/
    .cooling-price{
        margin-top: 100px;
    }

    .cooling-price__normal-price {
        font-size: 16px;
    }

    /*割引(tab-768)*/
    .cooling-price__discount-box{
        top: -100px;
        right: 60px;
    }

    .cooling-price__discount-box--figure{
        font-size: 38px;
        padding-right: 5px;
    }
    /*as-to(クライオポリシスとは)(tab-768)*/
    /*・・・とは(上段)(tab-768)*/
    .as-to-__pic-contents{
        max-width: 150px;
        margin-top: 50px;
    }

    /*Before-After(tab-768)*/
    .be-af-inner{
        padding: 20px 0 10px;
    }

    .be-af__title{
        font-size: 28px;
        margin-bottom: 32px;
    }

    .be-af__container{
        margin-bottom: 64px;
    }

    .be-af__list{
        flex-direction: column;
        gap: 18px;
        margin-right: 40px;
    }

    .be-af__annotation-item--text{
        font-size: 10px;
        transform: scale(0.8);
    }

    /*各写真のサイズを個別に調整(ここから)(tab-768)*/
    .be-af__after--img_1,
    .be-af__before--img_1{
        max-width: 350px;
    }

    .be-af__after--img_2,
    .be-af__before--img_2{
        max-width: 200px;
    }

    .be-af__after--img_3,
    .be-af__before--img_3{
        max-width: 240px;
    }

    .be-af__after--img_4,
    .be-af__before--img_4{
        max-width: 280px;
    }

    .be-af__after--img_5,
    .be-af__before--img_5{
        max-width: 240px;
    }
    /*各写真のサイズを個別に調整(ここまで)(tab-768)*/

    /*.trend (アメリカではスタンダード・・・)(tab-768)*/
    .trend__title-box{
        font-size: 40px;
    }

    /*slick 矢印(tab-768)*/
    .slide-arrow.prev-arrow,
    .slide-arrow.next-arrow{
        width: 100px;
        position: absolute;
        top: auto;
        bottom: -48px;
        width: 40px;
        height: 40px;
        opacity: 1;
        background-color: transparent;
        z-index: 9;
        cursor: pointer;
        border: none;
    }

    .slide-arrow.prev-arrow{
        left: 240px;
        transform: rotate(-180deg);
    }

    .slide-arrow.next-arrow{
        right: 240px;
        transform: rotate(0deg);
    }

    .slide-arrow.prev-arrow::before,
    .slide-arrow.next-arrow::before{
        content: "";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        border-top: none;
        border-right: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 15px;
        border-color: transparent transparent transparent #ffffff;
    }


    .slide-arrow.prev-arrow::before{
        top: auto;
        right: 10px;
        bottom: 12px;
    }

    .slide-arrow.next-arrow::before{
        top: auto;
        left: 12px;
        bottom: 12px;
    }
    /*slick 矢印(sp)ここまで(tab-768)*/

    /*slick 矢印間の丸を作成(tab-768)*/
    .be-af__container::before{
        content:"";
        display: inline-block;
        position: absolute;
        bottom: -36px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #fff;
    }

    /*experience(ダイエットでこんな経験・・・)(tab-768)*/
    .experience__title-box {
        font-size: 30px;
    }

    .experience__list{
        flex-direction: column;
        margin-bottom: 32px;
    }

    .experience__item{
        width: 100%;
        padding: 24px 20px 40px;
        height: 291px;
    }

    .experience__item--text{
        font-size: 18px;
        line-height: 150%;
    }

    /*リバウンドのメカニズム(tab-768)*/
    .mechanism__title-box--title{
        margin-bottom: 96px;
    }

    .mechanism__illust-box--lead-box{
        width: 230px;
        height: 150px;
        top: -94px;
        left: -15px;
        font-size: 14px;
    }

    .mechanism__text{
        font-size: 16px;
        margin: 0 auto;
    }

    .mechanism__illust-box{
        margin: 0 auto 32px auto;
    }

    .mechanism__illust-box--third{
        width: 70%;
    }

    /* fat-cooling(脂肪冷却は脂肪細胞の)(tab-768)*/
    .fat-cooling__before-text--text,
    .fat-cooling__after-text--text {
        height: 6.2em;
    }

    .fat-cooling__contents-second--title {
        font-size: 24px;
    }

    .fat-cooling__second-list {
        gap: 36px
    }

    /* 当院で脂肪冷却を行うメリット(tab-768)*/
    .cooling-merit__text{
        max-width: 500px;
    }

    /*(院長のご紹介(tab-768)*/
    .introduction__text_br-pc{
        display: none;
    }

    .introduction__text {
        max-width: 544px;
    }

}

/*レスポンシブ対応(SP)
=====================*/

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

/*共通パーツ*/

    /*before-afterまで続く背景 .cooling-container*/
    .cooling-container{
        padding: 0;
    }

    /*ご予約ボタン（ここから）*/
    .cooling-reserve__link{
        max-width: 340px;
        line-height: 62px;
        font-size: 14px;
    }

    .cooling-reserve__link--line{
        line-height: 50.75px;
        max-width: 330px;
    }

/*共通パーツ(ここまで)*/

    .cooling-container {
        background-position: 42% 7%;
    }

    /*top-kv(sp-600)*/
    .top-kv__contents{
        padding-top: 5vh;
        margin: 0 0 3vh auto;
    }

    .top-kv__lead-box--first,
    .top-kv__lead-box--second{
        font-size: 35px;
    }

    .top-kv__lead-box--first{
        max-width: 300px;
        margin-left:26vw;
        padding-left: 72px;
    }

    .top-kv__lead-box--first_small{
        font-size: 22px;
    }

    .top-kv__lead-box--second{
        max-width: 250px;
        margin-left: 40vw;
        padding-left: 42px;
    }

    .top-kv__title-box--lead{
        font-size: 18px;
    }

    .top-kv__title-box--title{
        font-size: 39px;
    }

    .top-kv__title-box--sub{
        font-size: 18px;
    }

    .top-kv__item{
        max-width: 192px;
        height: 98px;
        font-size: 16px;
    }

    .top-kv__list{
        padding-left: 18vw;
    }

    /*.cooling-price(開始記念価格)(sp)*/
    .cooling-price{
        margin-bottom: 43px;
    }

    .cooling-price__title{
        max-width: 263px;
        font-size: 20px;
        margin: 0 auto 80px auto;
    }

    .cooling-price__money{
        font-size: 45px;
    }

    .cooling-price__s-box--tax{
        font-size: 8px;
    }

    .cooling-price__s-box--yen{
        font-size: 24px;
    }

    /*割引(sp)*/
    .cooling-price__discount-box{
        width: 92px;
        height: 92px;
        top: -78px;
        right: 64px;
        font-size: 14px;
        padding-top: 18px;
    }

    .cooling-price__discount-box--figure{
        font-size: 30px;
        padding-right: 5px;
    }

    /*as-to(クライオポリシスとは)(sp)*/
    .as-to__inner{
        padding:  18px 8px;
        margin: 0 2vw 89px 2vw;
        background-color: #fff;
    }

    .as-to__text-contents--title{
        font-size: 28px;
    }

    .as-to__text-contents--title_small{
        font-size: 18px;
    }

    .as-to__text-contents--lead{
        font-size: 18px;
    }

    .as-to__text-contents--lead_bg{
        font-size: 30px;
        padding: 5px 10px 10px 10px;
    }

    .as-to-__pic-contents{
        position: absolute;
        right: 12vw;
    }

    .as-to-__pic-contents{
        max-width: 120px;
        margin-top: 0px;
    }

    .as-to-__pic-contents--img{
        max-width: 120px;
    }

    .as-to__text-contents--text{
        font-size: 14px;
    }

    /*・・・とは(下段)*/
    .as-to__second-pic{
        max-width: 174px;
        min-width: 174px;
    }

    .as-to__second-list{
        padding-left: 10px;
    }

    .as-to__second-item:nth-of-type(1){
        padding: 15px 0 15px 0;
    }

    .as-to__second-item:nth-of-type(2){
        padding: 0 0 10px 0;
    }

    .as-to__second-item--title{
        font-size: 18px;
    }

    .as-to__second-item--text{
        font-size: 14px;
    }

    .as-to__last-text{
        font-size: 14px;
    }

    /*.trend (アメリカではスタンダード・・・)(sp)*/
    .trend{
        padding-bottom: 70px;
    }

    .be-af__title {
        margin-bottom: 0;
    }

    .be-af__container{
        margin-bottom: 48px;
    }

    .trend__title-box--title_pc-br{
        display: none;
    }

    .trend__title-box--title_sp-br{
        display: block;
    }

    .trend__title-box{
        font-size: 6.4vw;
        margin: 0 auto 38px auto;
        max-width: 360px;
        min-width: 350px;
    }

    .trend__title-box--left-line,
    .trend__title-box--right-line{
        height: 53px;
        width: 1px;
        margin-top: 2em;
    }

    .trend__title-box--left-line{
        margin-right: 0.1em;
    }

    .trend__title-box--right-line{
        margin-left: .1em;
    }

    .trend__title-box--left-line:before,
    .trend__title-box--right-line:before{
        content: "";
        display: inline-block;
        height: 34px;
        width: 1px;
    }

    .trend__title-box--left-line:before{
        bottom: 64px;
        left: 35px;
        transform: rotate(-15deg);
        bottom: 18px;
        left: 14px;
    }

    .trend__title-box--right-line:before{
        bottom: 64px;
        right: 35px;
        transform: rotate(15deg);
        bottom: 18px;
        right: 15px;
    }

    .trend__sub-title{
        font-size: 20px;
        margin-bottom: 28px;
    }

    .trend__sub-title_br-sp{
        display: block;
    }

    .trend__sub-title--small{
        font-size: 14px;
    }

    .trend__list{
        position: relative;
        overflow: hidden;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .trend__item{
        margin: 0 auto 21px auto;
        padding-left: 24px;
        height: 92px;
        width: 100%;
        width: 100vw;
        overflow: hidden;
    }

    .trend__item:last-of-type {
        margin: 0 auto 6px auto;
    }

    .trend__item--text{
        font-size: 18px;
    }

    .trend__item--text_small{
        font-size: 16px;
    }

    .trend__list-contents--annotation{
        text-align: right;
        font-size: 10px;
        padding-left: 0;
        opacity: .8;
        letter-spacing: -.05em;
    }

    /*数字の背景*/
    .trend__bg-figure{
        right: -8px;
        bottom: -22px;
        letter-spacing: -.04em;
    }

    .trend__bg-figure--small{
        font-size: 22px;
    }


    /*各写真のサイズを個別に調整(ここから)(sp)*/
        .be-af__after--img_1,
        .be-af__before--img_1{
            max-width: 342px;
        }

        .be-af__after--img_2,
        .be-af__before--img_2{
            max-width: 183px;
        }

        .be-af__after--img_3,
        .be-af__before--img_3{
            max-width: 237px;
        }

        .be-af__after--img_4,
        .be-af__before--img_4{
            max-width: 241px;
        }

        .be-af__after--img_5,
        .be-af__before--img_5{
            max-width: 214px;
        }
    /*各写真のサイズを個別に調整(ここまで)(sp)*/

    .be-af__before--point,
    .be-af__after--point{
        max-width: 103px;
        font-size: 14px;
        line-height: 23px;
        height: 23px;
    }

    /*slick 矢印(sp)*/
    .slide-arrow.prev-arrow,
    .slide-arrow.next-arrow{
        bottom: -24px;
    }

    .slide-arrow.prev-arrow{
        left: 100px;
    }

    .slide-arrow.next-arrow{
        right: 100px;
    }

    .slide-arrow.next-arrow::before{
        top: auto;
        left: 12px;
        bottom: 12px;
    }
    /*slick 矢印ここまで(sp)*/

    /*slick 矢印間の丸を作成(sp)*/
    .be-af__container::before{
        bottom: -12px;
    }

    .be-af__annotation-item {
        line-height: 100%;
        color: rgba(255, 255, 255, 0.8);
    }

    .be-af__annotation-item--text{
        padding: 0 2vw;
        letter-spacing: 0.045em;;
    }

    .be-af__annotation-item::-webkit-scrollbar,
    .be-af__annotation-item--text::-webkit-scrollbar {
        display: none;
    }

    /*experience(ダイエットでこんな経験・・・)(sp)*/
    .experience{
        padding: 57px 0 70px;
        background-image: url(../../static/image/menu/cooling/sp/background-sp_04.png?20220812);
        background-repeat: no-repeat;
        background-position: 10% 19%;
    }

    .experience__title-box{
        font-size: 18px;
        letter-spacing: .12em;
        margin-bottom: 27px;
    }

    .experience__title-box--left-line,
    .experience__title-box--right-line{
        height: 53px;
        width: 1px;
    }

    .experience__title-box--left-line{
        margin-right: .8em;
        margin-top: 0;
    }

    .experience__title-box--right-line{
        margin-left: .8em;
        margin-top: 0;
    }

    .experience__title-box--left-line:before,
    .experience__title-box--right-line:before{
        height: 36px;
        width: 1px;
    }

    .experience__title-box--left-line:before{
        bottom: 17px;
        left: 11px;
    }

    .experience__title-box--right-line:before{
        bottom: 17px;
        right: 11px;
    }

    .experience__lead{
        font-size: 14px;
        margin-bottom: 0;
    }

    /*蛍光ペン風*/
    .experience__lead--line{
        height: 26px;
        margin: 0 auto 27px auto;
    }

    .center-arrow{
        width: 61px;
        margin: 0 auto 24px auto;
    }

    .center-arrow__image{
        width: 30px;
    }

    /*リバウンドのメカニズム(sp)*/
    .mechanism__title-box--title{
        margin-bottom: 70px;
        font-size: 20px;
    }

    .mechanism__lead-box{
        width: 146px;
        font-size: 9px;
        top: -152px;
    }

    .mechanism__illust-box{
        margin: 0 auto;
    }

    /*イラスト間の矢印(sp)*/
    .mechanism__illust-box--arrow{
        width: 38px;
        height: 38px;
    }

    .mechanism__illust-box--lead-box{
        width: 146px;
        height: 100px;
        top: -60px;
        left: 24px;
        font-size: 9px;
    }

    .mechanism__illust-box--first_img{
        max-width: 110px;
        margin: 0 30px 0px 0;
    }

    .mechanism__illust-box--second_img{
        max-width: 140px;
        margin: 0 0 20px 10px;
    }

    .mechanism__text{
        margin: 0 auto 48px auto;
        font-size: 14px;
        line-height: 232%;
        letter-spacing: .20em;
    }

    .mechanism__illust-box{
        margin: 0 auto 18px auto;
    }

    /* fat-cooling(脂肪冷却は脂肪細胞の)(sp) */
    .fat-cooling{
        padding: 49px 2vw 28px;
    }

    .fat-cooling__bg{
        padding: 34px 18px 28px;
        background-color: #fff;
        background-image: url(../../static/image/menu/cooling/pc/background_06.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fat-cooling__title{
        margin-bottom: 30px;
        font-size: 36px;
        background: linear-gradient(241.41deg, #4F1BBC 3.5%, #110034 50.41%, #4F1BBC 91.8%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .fat-cooling__title_sp-br{
        display: block;
    }

    .fat-cooling__title--large{
        font-size: 31px;
    }

    .fat-cooling__before-text--title,
    .fat-cooling__after-text--title{
        font-size: 18px;
    }

    .fat-cooling__before-pic,
    .fat-cooling__after-pic{
        max-width: 306px;
        width: 100%;
        margin: 0 auto;
    }

    /*図解イラスト（脂肪冷却は・・・）(sp)*/
    .fat-cooling__contents-first{
        display: flex;
        flex-direction: column;
        margin: 0 auto 42px auto;
    }

    .fat-cooling__before-text,
    .fat-cooling__after-text{
        max-width: 305px;
        margin: 0 auto 24px auto;
    }

    .fat-cooling__after-text{
        padding: 18px 14px 12px 14px;
    }

    .fat-cooling__contents-first--arrow{
        max-width: 13px;
        width: 100%;
        display: inline-block;
        margin: 25px auto;
        transform: rotate(90deg);
    }

    .fat-cooling__after-text--title{
        margin-bottom: 24px;
    }

    .fat-cooling__before-text--text,
    .fat-cooling__after-text--text{
        font-size: 12px;
        max-width: 226px;
        width: 100%;
        margin: 0 auto;
        height: 5em;
    }

    .fat-cooling__contents-first--text{
        max-width: 953px;
        width: 100%;
        font-size: 12px;
        margin: 0 auto 50px auto;
    }

    .fat-cooling__contents-first--text_br-sp{
        display: none;
    }

    /*(クライオポリシス後の・・・)(sp)*/
    .fat-cooling__contents-second--title{
        font-size: 20px;
        letter-spacing: .18em;
        margin-bottom: 23px;
        line-height: 154%;
    }

    .fat-cooling__contents-second--title_br-sp{
        display: block;
    }

    .fat-cooling__contents-second--explanation{
        max-width: 144px;
        margin: 0 auto 14px auto;
        font-size: 14px;
        padding: 2px 4px;
        border-radius: 4px;
    }

    .fat-cooling__second-list{
        gap: 12px;
        flex-direction: column;
        margin: 0 auto 14px auto;
    }

    .fat-cooling__second-item{
        max-width: 300px;
        width: 100%;
    }
    /* 当院で脂肪冷却を行うメリット (sp)*/
    .cooling-merit{
        padding: 88px 4vw 72px;
        background-image: url(../../static/image/menu/cooling/sp/merit-sp_01.png?20220812);
        background-position: 90% 0%;

    }

    .cooling-merit__contents{
        margin-left: 0;
    }

    .cooling-merit__title{
        font-size: 24px;
        margin-bottom: 34px;
        text-align: center;
    }

    .introduction__sp-img{
        display: block;
    }

    .cooling-merit__title_br-sp{
        display: block;
    }

    .cooling-merit__text{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    /*(院長のご紹介)(sp)*/

    .introduction{
        background-image: none;
        padding: 0;
    }

    .introduction__sp-pic{
        margin-bottom: 28px;
        display: block;
    }

    .introduction__sp-pic--img{
        width: 100%;
        display: inline-block;
    }

    .introduction__title{
        font-size: 16px;
        margin: 0 0 14px 0;
        font-weight: bold;
        text-align: center;
    }

    .introduction__text{
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        text-align: justify;
    }

    .introduction__text_br-pc{
        display: none;
    }

    .introduction__name{
        max-width: 458px;
        width: 100%;
        font-size: 16px;
        padding-right: 1.7em;
    }

    .introduction__name--position{
        font-size: 12px;
    }

    /*footer付近のご予約ボタン調整(sp)*/
    .cooling-reserve-footer{
        margin: 51px auto 0 auto;
        padding-bottom: 51px;
    }

    .introduction__reserve-bg{
        background-image: url(../../static/image/menu/cooling/sp/background-sp_08.png);
        background-repeat: no-repeat;
        background-position: 10% 130%;
    }
    
    /* 施術可能部位 */
    .cooling-treatable-parts {
        width: 100%;
    }

    .cooling-treatable-parts__title {
        font-size: 16px;
    }

}

    @media screen and (max-width: 480px) {
        /*top-kv(sp-480)*/
        .top-kv__lead-box--first{
            margin-left: 0em;
        }

        .top-kv__lead-box--second{
            margin-left: 1.5em;
        }

        .top-kv__list{
            padding-left: 20px;
        }

        /*as-to(クライオポリシスとは)(sp-480)*/
        /*・・・とは(上段)(sp-480)*/
        .as-to-__pic-contents{
            position: absolute;
            right: 6vw;
        }

        .as-to-__pic-contents{
            max-width: 97px;
            margin-top: 50px;
        }

        .as-to-__pic-contents--img{
            max-width: 97px;
        }

        .as-to__text-contents--text{
            padding-left: 0;
        }

        /*.cooling-price(開始記念価格)(sp-480)*/
        /*割引(sp-480)*/
        .cooling-price__discount-box{
            right: 6px;
        }

        /*.trend (アメリカではスタンダード・・・)(sp-480)*/
        .trend__image{
            max-width: 289px;
            width: 100%;
        }

        /*Before-After(sp-480)*/
        .be-af__container{
            margin-bottom: 48px;
        }

        /*slick 矢印(sp)*/
        .slide-arrow.prev-arrow,
        .slide-arrow.next-arrow{
            bottom: -6px;
        }

        /*slick 矢印間の丸を作成(sp)*/
        .be-af__container::before{
            bottom: 5px;
        }

        .be-af__annotation-item--text {
            width: 455px;
            margin-left: -44px;
            margin-bottom: -6px;
            overflow-x: hidden;
            letter-spacing: -.02em;
            line-height: 1.1;
        }

        /*experience(ダイエットでこんな経験・・・)(sp-480)*/
        .experience{
            background-image: url(../../static/image/menu/cooling/sp/background-sp_04-1.png?20220812);
            background-position: 63% 53%;
        }

        /* fat-cooling(脂肪冷却は脂肪細胞の)(sp-480) */
        .fat-cooling__title{
            font-size: 24px;
            background: linear-gradient(241.41deg, #4F1BBC 3.5%, #110034 50.41%, #4F1BBC 91.8%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }

        /* 当院で脂肪冷却を行うメリット (sp-480)*/
        .cooling-merit__text{
            max-width: 307px;
            width: 100%;
            margin: 0 auto;
            font-size: 14px;
        }
}

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

    .top-kv__list {
        padding-left: 0px;
    }

    .cooling-price {
        margin-top: 80px;
    }

    /*数字の背景*/
    .trend__bg-figure{
        right: 6px;
    }

    .be-af__annotation-item--text {
        width: 437px;
    }
    .as-to-__pic-contents--img {
        max-width: 88px;
    }
}


/*---------------------------
CM対応
---------------------------*/

.cooling-annotation--1 {
    margin-left: 30px;
    font-size: 12px;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .cooling-annotation--1 {
        margin-left: 0;
    }
}

.cooling-annotation--2 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .cooling-annotation--2 {
        margin-left: 0;
    }
}