@charset "utf-8";

/* *****共通設定***** */
html {
    font-size: 62.5%;
}
body {
    font-family: YuMincho,
        /* Mac用 */
        'Yu Mincho',
        /* Windows用 */
        serif;
    width: 100%;
    margin: 0;
        padding: 0;
}
.under_line {
    text-decoration: underline;
}
.blue_green {
    color: #0b8287;
}
.black {
    color: #3b4849;
}
img {
    vertical-align: top;
}
a {
    color: black;
}
main{
    display: block;
    background: #fff;
}
.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
.josef {
    font-family: 'Josefin Sans','Yu Gothic',sans-serif;
}
.gray {
    color: #6c757d;
}
.sans-serif {
    font-family: 'Yu Gothic', sans-serif;
}
.serif {
    font-family: 'Marcellus', serif;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}
.white {
    color: #fff;
}
.yellow {
    color: #ffe896;
}
.red {
    color: red;
}
.container{
    width: 1000px;
    margin: 0 auto;
}

.top_banner_pc {
    margin:  0 auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #fffbf4;

}
.shadow {
    /* text-shadow */
        text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.264);
}
.large {
    font-size: 3.4rem;
}
.sp {
    display: none;
}
@media screen and (max-width:1000px) {
    .large {
            font-size: 2.4rem;
        }
}

.index_title {
    text-align: center;
    font-size: 3rem;
    color: #56679F;
    margin: 1rem auto 2rem auto;
    padding: 0.8rem .4rem  .3rem 0;
    font-family: 'Marcellus', serif;
    margin-bottom: 2rem;
    letter-spacing: 3px;
    
}

.top_banner_sp {
    display: none;
  
}


.slider-2 img {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
.slider-3 img {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

/* --------------------MENUセクション---------------- */
.menu {
    background-color: #fff;
    padding: 02rem 3rem;
}
.menu_banner {
    display: flex;
    margin-top: 4rem;
    justify-content: center
}
.menu_banner a {
    margin-left: 2rem;
}
.menu_banner a img{
    width: 100%;
}
.index_about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}
.index_about_img{
    width: 28%;
}
.index_about_img img {
    width: 100%;
}
.index_about_txt {
    width: 50%;
    margin-left: 3rem;
    font-family: 'Yu Gothic', sans-serif;
}
.index_about_txt h3{
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1rem;
    font-weight: bold;
    color: rgb(219, 176, 91);
    text-align: center;
    border-bottom: 1px solid rgb(219, 176, 91);
}
.index_about_txt p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #56679F;
    font-weight: bold;
}
@media screen and (max-width:1000px) {
    .index_about {
        flex-wrap: wrap;
    }
    .index_about_img {
        width: 100%;
        text-align: center;
    }
    .index_about_img img {
        width: 80%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .index_about_txt {
        width: 100%;
        margin: 0;
    }
    .menu {
        padding: 0 3rem 3rem 3rem;
    }
    .menu_banner {
            flex-wrap: wrap;
        }
        .menu_banner a img {
            margin-bottom: 2rem;
        }
}
/* --------------------施術例セクション---------------- */
.case {
   background-color: #f1f3f9;
    padding: 4rem;
    border-top: 1px solid rgb(203, 203, 203);
}

.sub {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #56679F;
    margin: 0 auto 2rem auto;
    
}

.bold {
    font-weight: bold;
}
/* --------------------オンラインストアセクション---------------- */
.pickup {
        padding: 97px 12px 105px 12px;
        background: url('../img/case_bg.png') center top no-repeat;
        background-size: cover;
        padding: 6rem;
}
.pickup_title {
    text-align: center;
    font-size: 3.2rem;
    color: #ffffff;
    margin: 0 auto 2rem auto;
    padding: 0.8rem .4rem .3rem 0;
    font-family: 'Marcellus', serif;
    margin-bottom: 4rem;
    letter-spacing: 3px;
}
.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.item_card {
    padding: 1.2rem;
    background-color: #fff;
    margin-right: 1.2rem;
    margin-bottom: 1.8rem;
}
.item_card img {
    width: 226px;
}
.item_name {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1.2rem;
}
.item_price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.2rem;
    text-align: right;
    color: red;
    margin-top: 1rem;
}

.item_btn{
    width: 90%;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem auto;
    border: 2px solid #F1B859;
    padding: .6rem 1.2rem;
    border-radius: 50px;
}
.item_btn a{
    text-align: center;
        color: #F1B859;
}
.store_btn {
    font-size: 2rem;
    padding: .8rem 1.4rem;
    margin: 2rem auto 2rem auto;
    border: 2px solid #fff;
    text-align: center; 
    border-radius: 50px;
    width: 40%;
}
.store_btn a {
        color: #fff;
        
}

@media screen and (max-width:1000px) {
    .pickup {
        padding: 4rem 1.2rem;
    }
    .item_card {
        width: 29%;
        text-align: center;
        padding: .4rem 1.2rem;
        box-shadow: 0px 0px 15px -5px #5a5a5a;
    }
    .item_name {
        font-size: 1.2rem;
        line-height: 2.3rem;
    }
    .item_price {
        text-align: center;
    }
        .item_card:last-child {
            margin-right: 0;
                    }
    .item_card img {
        width: 80%;
        
        margin: 0 auto;
    }
        .item_btn {
            width: 100%;
            font-size: 1.2rem;
        }
    .store_btn {
        width: 100%;
    }
}

/* --------------------器械紹介セクション---------------- */
.machine {
        background-image: url('../img/machine_bg.jpg');
            background-color: rgba(236, 255, 255, 0.987);
            background-position: center;
            background-attachment: fixed;
            background-size: cover;
            padding: 4rem;
}
.machine_title {
    font-size: 2.6rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin: 2rem auto 4rem auto;
    padding: 2rem;
}
.machine_sub {
    background-color: #E5B76B;
    padding: 2rem 3.3rem;
}
.machine_img {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.machine_img img {
    width: 100%;
    margin-bottom: 2rem;
}
.machine_box {
    width: 43%;
}
.machine_box:nth-child(2n+1) {
    margin-right:1rem;
}
.menu_img {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.menu_img img {
    width: 100%;
    margin-bottom: 2rem;
}
.menu_box {
    width: 43%;
}
.menu_box:nth-child(2n+1) {
    margin-right:1rem;
}

@media screen and (max-width:640px){ 
    .machine {
        padding: 4rem 1rem;
    }
    .machine_title {
        font-size: 1.7rem;
        padding: 1.2rem;
    }
                .machine_sub {
                    background-color: #E5B76B;
                    padding: 2rem 3.3rem;
                }
                  .machine_img {
                      width: 100%;
                  }
                                  .machine_box {
                                    width: 100%;
                                  }
                                  .machine_box:nth-child(2n+1) {
                                      margin-right: 0;
                                  }
                  .menu_img {
                      width: 100%;
                  }
                                  .menu_box {
                                    width: 100%;
                                  }
                                  .menu_box:nth-child(2n+1) {
                                      margin-right: 0;
                                  }
}

/* --------------------メディア紹介セクション---------------- */
.media {
    background-color: rgb(255, 255, 255);
    padding: 6rem 4rem;
}
.media_title  {
    display: flex;
        justify-content: center;
        align-items:center;
        margin-bottom: 2rem;
}
.media_t_text {
    font-size: 2.4rem;
    color: #485273;
    font-weight: bold;
    text-align: center;
    margin-left: .6rem;
}

.media .slick-dotted.slick-slider {
    width: 100% !important;
    
    margin: 0 auto;
}
.slide_box_media {
    width: 50%;
    margin: 0 auto;
    padding: 5rem 0;
}
.inst_box {
    width: 500px !important;
}
.inst_box img {
    width: 90%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.264);
}
@media screen and (max-width:640px) {
    .media {
        padding: 4rem 2rem;
    }
    .media_t_text {
        font-size: 1.8rem;
    }
}
/* --------------------SHOP LISTセクション---------------- */
.shop {
    background-color: #EFEFEF;
    padding: 3rem;
}
.shop_text  {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: bold;
    color: #485273;
}
.shop_btn {
    margin: 2rem auto;
    text-align: center;
}
.shop_btn a {
    text-align: center;
    font-family: 'Marcellus', serif;
    letter-spacing: 3px;
    font-size: 1.8rem;
    margin:0 auto;
    background-color: #E5B76B;
    color: #fff;
    padding: 1rem 2.2rem;
}

/* --------------------infoセクション---------------- */

.info {
    padding: 2rem;
    background-color: #fff;
}
@media screen and (max-width: 960px) {
    .info {
        padding-top: 1rem;
    }
}
.info_text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 4rem;
    color: #485273;
}
.sns_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sns_btn {
    display: flex;
    align-items: center;
    border: 2px solid #485273;
    padding: 1rem 2rem;
    border-radius: 50px;
    margin-right: 2rem;
    margin-bottom: 4rem;
    width: 200px;
    justify-content: center;
}
.sns_text {
    font-size: 1.4rem;
    color: #485273;
    font-weight: bold;
    padding-left: 2rem;
    letter-spacing: 2px;
    font-family: 'Marcellus', serif;
}
@media screen and (max-width: 960px) {
    .sns_btns {
        justify-content: space-evenly;
    }
    .sns_btn {
        width: 150px;
        padding: 0.8rem 1.2rem;
        margin-right: 0;
        margin-bottom: 2rem;
        justify-content: center;
    }
    .sns_text {
        font-size: 1.2rem;
        padding-left: 12px;
    }
    .sns_btn img {
        width: 20px;
    }
}
/* --------------------サーマトリックスページ---------------- */
.lp {
    background-color: #fff;
    margin-top: 6rem;
}
.lp_img img{
    width: 100%;

}
.slick-slide img {
    margin: 0 auto;
}

.th_sub_title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 5rem auto 3rem auto;
    text-align: center;
    color: #bf9147;
    width: 30%;
    padding-bottom: 1rem;
    border-bottom: 5px double #bf9147;
}
.lp_case {
    background-color: rgb(255, 255, 255);
    padding: 4rem;
    margin-top: 4rem;
}
.lp_case_sub {
    font-size: 2.2rem;
    color: #bf9147;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.4rem;
}
.lp_title {
        text-align: center;
            font-size: 3.2rem;
            color: #bf9147;
            margin: 0 auto 2rem auto;
            font-family: 'Marcellus', serif;
            margin-bottom: 2rem;
            letter-spacing: 3px;
}
/* --------------------会社概要ページ---------------- */
.group_logo img{
    width: 200px;
    margin: 7rem auto 0 auto;
}

.group_logo {
    text-align: center;
}
.cp_title {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    color: #181818;
    padding-bottom: 1rem;
    margin: 3rem auto;

}
.design05 tr:nth-child(2n+1) {
    background: #eeeeee;
}

.design05 th,
.design05 td {
    font-family: 'Yu Gothic', sans-serif;
    font-size: 1.4rem;

}

.design05 th {
    padding: 10px;

    background: #e5e5e5;
    border-right: solid 1px #778ca3;
    color: #373737;
}

.design05 th:last-child {
    border-right: none;
}

.design05 td {
    padding: 20px;

    border-right: solid 1px #778ca3;
}

.design05 td:last-child {
    border-right: none;
}

.cplink {
    font-weight: bold;
    line-height: 2rem;
}


.design05 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background: #f0f2f9;
    color: #000000;
}

.design05 th {
    padding: 20px;
    background: #f0f0f0;
    border: solid 3px #ffffff;
}

.design05 td {
    padding: 20px;
    border: solid 3px #ffffff;
}
@media screen and (max-width:640px) {
    .design05 {
        padding: 0 4rem;
    }
    .lp {
        margin-top: 7rem;
    }
    }
/* --------------------準備中ページ---------------- */
.coming {
    padding-top:12rem;
    height: 800px;
    align-items:center ;
    margin: 0 auto;
    width: 100%; 
    vertical-align: middle;
    position: relative;
}
.cm_box {
    position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 80%;
        height: 3.2rem;
}
.cm_title {
    font-family: 'Marcellus', serif;
    font-size: 3.2rem;
    text-align: center;
    color: #0b0b0b;
}
.cm_text {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
}
/* --------------------コンタクトフォーム---------------- */
.contact_kv {
    height: 600px;
    background: url('../img/contact_kv.png') no-repeat ;
    background-position: 30% 80%;
    background-size: cover;

}

.contact_inner {
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 4rem;
    height: 100%;
    width: 1000px;
    text-align: center;
    line-height: 5.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Yu Gothic', sans-serif;
    text-shadow: 0px 0px 5px #00000041;
    color: #fff;

}

.contact_inner_txt {
    display: table-cell;
    vertical-align: middle;
}
.contact_inner_txt span {
    border-bottom: 2px solid #fff;
}

.contact_inner_txt span {
    font-size: 3rem;

    color: #fff;

}
.Form {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    max-width: 720px;
}
.form_title  h3{
    font-size: 3.2rem;
    font-family: 'Marcellus', serif;
    text-align: center;
    padding-bottom: 2rem;
    width: 300px;
    margin: 0 auto 2rem auto;
    color: #DBB05B;
    border-bottom: 2px solid #DBB05B;
}
@media screen and (max-width: 640px) {
    .contact_kv {
        height: 500px;
        width: 100%;
    }

    .contact_inner {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {

}

.Form-Item {

    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}
.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Yu Gothic', sans-serif;
    color: #43526f;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #4f4f96;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    display: block;
    letter-spacing: 0.05em;
    background: #56679F;
    border: 2px solid #56679F;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}
/* --------------------シリーズページ---------------- */
.series_kv {
    height: 300px;
    background:#56679F;

}

.series_inner {
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 4rem;
    height: 100%;
    width: 1000px;
    text-align: center;
    line-height: 5.8rem;
    letter-spacing: 2px;
    font-family: 'Yu Gothic', sans-serif;
    color: #fff;
    padding: 15rem 2rem 4rem 2rem;
}
.series_wrapper {
    width: 100%;
    background-color: #f0f0f0;
    padding: 4rem 0;
}
.kansaibo_message {
    background: url('../img/kansaibo_series.jpg') no-repeat top center;
    font-weight: bold;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    font-family: 'Yu Gothic', sans-serif;
    width: 1000px;
    margin: 0 auto 4rem auto;
}

.kansaibo_m_inner h3 {
    margin: 30px 0 30px 0;
    font-size: 3rem;
    line-height: 2.8rem;
    text-align: center;
    color: #497ec4;
    border: 2px solid #497ec4;
    padding: 2rem;
}

.kansaibo_m_inner p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin: 0 auto;
    color: #497ec4;
}
        .kansaibo_m_inner {
            padding: 5px 30px 30px 30px;
            width: 700px;
            margin: 0 auto;
            background-color: rgba(255, 255, 255, 0.9);
        }
.ukon_message {
    background: url('../img/ukon_series.jpg') no-repeat top center;
    font-weight: bold;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    font-family: 'Yu Gothic', sans-serif;
    width: 1000px;
    margin: 0 auto 4rem auto;
}

.ukon_m_inner h3 {
    margin: 30px 0 30px 0;
    font-size: 3rem;
    line-height: 2.8rem;
    text-align: center;
    color: #a47832;
    border: 2px solid #a47832;
    padding: 2rem;
}

.ukon_m_inner p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin: 0 auto;
    color: #a47832;
}
        .ukon_m_inner {
            padding: 5px 30px 30px 30px;
            width: 700px;
            margin: 0 auto;
            background-color: rgba(255, 255, 255, 0.9);
        }

.rec_m_inner {
    padding: 13px 30px 30px 30px;
    width: 700px;
    margin: 0 auto;
}
.series_title {
    width: 1000px;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
    padding: 4rem 0 2rem 0;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #E5B76B;
    border-bottom: 2px solid #E5B76B;
    font-family: 'Yu Gothic', sans-serif;
}
.series_inner_txt span {
    font-size: 6rem;
    color: #E5B76B;
}
.series_items { 
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    padding: 1rem;
    font-family: 'Yu Gothic', sans-serif;
}
.series_item {
    width: 48%;
    font-size: 1.4rem;
    background-color: #ffffff;
    padding: 3rem 3rem 3rem 3rem;
    margin-bottom: 4rem;
    position: relative;
    border-left: 8px solid rgb(235, 191, 108);;
}
.series_item_desc {
    width: 60%;
}
.series_item_desc p {
    line-height: 2rem;
    color: rgb(118, 75, 53);
    padding: 0 1.2rem;
    margin-bottom: 1.2rem;
}
.series_item_desc p:last-child {
    margin-bottom: 0;
}
.series_info {
    display: flex;
    align-items:flex-start;
}
.series_item_name {
    font-size: 1.8rem;
    font-weight: bold;
}
.series_item_price {
    font-weight: bold;
    font-size: 3.4rem;
    text-align: right;
    margin-top: 2rem;
    color: red !important;
}
.series_item_text {
    font-weight: bold;
    width: 100%;
    text-align: left;
    color: rgb(118, 75, 53);
    line-height: 2rem;
}
.series_item_img img {
    width: 100%;
}
.series_item_img {
    width: 40%;
}
.series_item_btn a {
    text-align: center;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    background-color: rgb(235, 191, 108);
    width: 200px;
    padding: 1rem 0;
    border-radius: 50px;
    position: absolute;
    bottom: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
}
.series_item_btn {
    font-weight: bold;
    text-align: center;
    margin: 3rem auto;
}
@media screen and (max-width: 660px) {
    .series_inner {
        padding-top: 9.5rem;
    }
    .kansaibo_message {
        width: 100%;
    }
    .kansaibo_m_inner {
        width: 100%;
    }
    .ukon_message {
        width: 100%;
    }
    .ukon_m_inner {
        width: 100%;
    }
    .ukon_m_inner h3 {
        font-size: 1.8rem;
    }
    .ukon_m_inner p {
        font-size: 1.4rem;
    }
    .series_items {
        width: 100%;
        justify-content: center;
        padding: 0;
    }
    .series_kv {
        height: 180px;
    }
    .series_item {
        width: 100%;
    }
    .series_info {
        justify-content: center;
    }
    .series_inner_txt span{
        font-size: 4rem;
    }
    .series_item {
        padding: 1.2rem 1.2rem 4rem 1.2rem;
        border-left: 0;
        border-top: 2px solid rgb(235, 191, 108);
        margin: 0;
    }
         .series_item:last-child {
            border-bottom: 2px solid rgb(235, 191, 108);
         }
    .series_item_img {
    width: 40%;
    }


    .series_item_desc{
        margin-top: 2rem;
        width: 100%;
    }
    .series_item_name {
        font-size: 1.6rem;
    }

    .series_item_price{
        text-align: right;
    }
    .series_item_cap {
        text-align: right;
    }
    .series_item_desc p{
        padding: 0;
    }
        .series_item_text {
        font-size: 1.2rem;
    }
    .series_item_btn a  {
        width: 120px;
        font-size: 1.2rem;
        bottom: 1%;
    }
    .series_inner {
        width: 100%;
    }
}

/* --------------------下部メニュー---------------- */

.under_menu {
    width: 100%;
    background-color: #282D3E;
    padding: 1.8rem 4rem;
}
.under_menu_items {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto
}
.under_menu_item {
    font-size: 1.2rem;
   
}
.under_menu_item a {
    color: #fff;
    font-family: 'Yu Gothic', sans-serif;

}
.under_menu_item a:hover {
    border-bottom: 2px solid #E5B76B;
    color: #E5B76B;
}
@media screen and (max-width:1400px) { 
    .under_menu {
        padding:  0 0 0 0;
    }
    .under_menu_items {
        width: 100%;
        flex-wrap: wrap;
    }
        .under_menu_item {
            position: relative;
            width: 100%;
            padding: 2rem;
            border-bottom: 1px solid #E5B76B;
        }
.arrow-right {
    position: absolute;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    right: 5%;
    top: 40%;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}
}
/* --------------------フッター---------------- */
footer {
    width: 100%;
    background-color: #282D3E;
    padding: 3rem 3rem 18rem 3rem;
}
#copyright {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
.footer_menu ul {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.2rem;
}
.footer_menu ul li {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Yu Gothic', sans-serif;
    padding-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.footer_menu_link {
    border-left: 2px solid #fff;
}
@media screen and (max-width:1000px) {
    .footer_menu ul li {
        padding-right: .4rem;
        
    }
        .footer_menu ul {
            width: 100%;
        }
}

.footer_menu a {
    color: #fff;
}
@media screen and (max-width:1000px) {

    /*　画面サイズが1000pxからはここを読み込む　*/
    body {
        width: 100%;
    }
    .top_banner_pc {
        display: none;
    }
    .top_banner_sp {
        display: block;
        margin-bottom: 5rem;
        padding-top: 70px;
    }
        .slider-2 img {
            object-fit: cover;
            width: 100%;
        }
        .slider-3 img {
            object-fit: cover;
            width: 100%;
        }
    .container {
        width: 100%;

    }
    .case {
        padding: 2rem;
    }
    .lp_case {
        padding: 2rem;
    }
      
                .slick-prev {
                    left: 0px !important;
                    z-index: 100;
                }
                              
                .slick-next {
                    right: 10px !important;
                    z-index: 100;
                }           
}



/* ヘッダー */


.header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 8px -8px #b3b3b3;
    width: 100%;
    margin: 0 auto;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


@media screen and (min-width: 960px) {
    .header {
        height: 60px;
        opacity: 1;

    }
                .header__inner {
                    padding: 0 20px;
                }
}


.header__inner {
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    height: inherit;
    position: relative;
}

@media screen and (max-width: 960px) {
    .header__inner {
            padding: 0 30px 0 6px;
            justify-content: flex-start;
        }
}
/* ヘッダーのロゴ部分 */
.header__title {
    width: 300px;
}
.header__title a {
    display: flex;
    width: 280px;
    align-items: center;
}
.corp_logo {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #201d2f;
    font-weight: 400;
    margin-left: 1rem;
     font-family: 'Yu Gothic', sans-serif;
}
.header__title:hover {
    opacity: 0.8;
}


@media screen and (min-width: 960px) {
    .header__title {
        width: 240px;
    }
}

.header__title img {
    display: block;
    width: 40px;
}
@media screen and (max-width: 960px) {
    .header__title img {
        margin-left: 0px;
        width: 40px;
    }
    .header__title a {
        justify-content: flex-start;
    }
    .corp_logo {
        margin-left: 1.2rem;
        text-align: center;
    }
}

/* ヘッダーのナビ部分 */

.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .4s;
    font-family: 'Marcellus', serif;
    letter-spacing: 3px;
    display: flex;
}


@media screen and (min-width: 960px) {
    .header__nav {
        position: static;
        transform: initial;
        background-color: inherit;
        height: inherit;
        display: flex;
        justify-content: end;
        width: 75%;

    }
}


.nav__items {
    margin: auto;
}

@media screen and (min-width: 960px) {
    .nav__items {
        margin: initial;
        width: 100%;
        display: flex;
        align-items: center;
        height: initial;
        justify-content: space-between;
    }
    .nav__items li a{
        text-align: center;
    }
}
@media screen and (max-width: 1600px) {
    .nav__items li a {
        color: rgb(219, 176, 91);
    }
}

.nav-items__item {
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;

}

@media screen and (min-width: 960px) {

    .nav-items__item:before {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background: orange;
        opacity: 0;

    }

    .nav-items__item:hover:before {
        opacity: 1;
    }

}



/* ナビのリンク */
.nav-items__item a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 24px;
}

.nav-items__item:last-child a {
    margin-bottom: 0;
}

@media screen and (min-width: 960px) {
    .nav-items__item a {
        margin-bottom: 0;
        font-size: 1.4rem;
        color: #DBB05B;
    }
}


/* ハンバーガーメニュー */
.header__hamburger {
    width: 48px;
    height: 100%;
}

.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    right: 0; 
}

@media screen and (min-width: 960px) {
    .hamburger {
        display: none;
    }
}


/* ハンバーガーメニューの線 */
.hamburger span {
    width: 100%;
    height: 3px;
    background-color: #bf9147;
    position: relative;
    transition: ease .4s;
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    margin: 9px 0;
}


.hamburger span:nth-child(3) {
    top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
    transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
}


.hamburger.active span:nth-child(2) {
    opacity: 0;
}


.hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
}



.shop_wrapper {
    background-color: #fff;
    padding:4rem 2rem;
}
.tenpo {
    padding: 2rem;
    background-color: rgb(251, 246, 237);
}
.shoplist_title {
    font-size: 5rem;
    text-align: center;
    font-family: 'Marcellus', serif;
    margin: 12rem auto 3rem auto;
    letter-spacing: 2px;
    color: #56679F;
    
}

.shoplist_sub {
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Yu Gothic', sans-serif;
    color: #fff;
    background: rgb(86, 103, 159);
        background: linear-gradient(90deg, rgba(86, 103, 159, 1) 0%, rgba(120, 136, 191, 1) 50%, rgba(86, 103, 159, 1) 100%);
    padding: 3rem;
    margin-bottom: 0;
}
.area_title {
    text-align: left;
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
    font-family: 'Yu Gothic',sans-serif;
    font-weight: bold;
    margin: 2rem auto;
    color: rgb(223, 181, 113);
    border-bottom: 2px solid #cbcbcb;
}
.list_box_group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    font-family: 'Yu Gothic', sans-serif;
}
.list_box {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 23.5%;
    margin: 0px 2% 0 0;
}
.list_box:nth-of-type(4n) {
    margin-right: 0;
}
.list_box img {
    width: 100%;
}
.list_box_txt {
    margin-top:1.2rem;
}
.list_shop_name {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
}
.list_shop_txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    display: block;
}
@media screen and (max-width: 960px) {
    .area_title {
        text-align: center;
        margin: 5rem auto 1.8rem auto;
        color: #fff;
        background-color: rgb(223, 181, 113);
        width: 180px;
        padding: 1.2rem;
    }
        .list_box {
            width: 100%;
            flex-wrap: nowrap;
            padding: 0 1rem;
        }
                .list_box img {
                    width: 45%;
                }
                .sp_flex {
                    display: flex;
                   
                    border-top: 1px solid #cbcbcb;
                    border-bottom: 1px solid #cbcbcb;
                    padding-top: 2rem;
                    padding-bottom: 2rem;
                }
                .list_box_txt {
                    margin-left: 1.4rem;
                }
}
.title_box {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
    margin-bottom: 2rem;
}

@media screen and (max-width:1000px) {
    .title_box {
        margin-bottom: 0;
    }

    .shop_wrapper {
        padding: 0;
    }
        .shoplist_title {
            margin-top: 3rem;
        }
}
@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .tenpo {
        padding: 5rem 0 2rem 0;
        background-color: #fff;
    }
    .sp_shoplist {
        display: block;
        width: 100%;
        padding: 2rem 0;
        font-family: 'Yu Gothic', sans-serif;
    }
    .sp_shop {
        background-color: #F8F7F5;
        border-bottom: 1px solid rgb(137, 137, 137);
    }
    .sp_shop:first-child {
    border-top: 1px solid rgb(137, 137, 137);
    }
    .sp_shop{

        align-items: center;
 
        padding: 2.4rem 1.6rem;
    }
    .sp_shop_name {
        font-size: 1.8rem;
        font-weight: bold;
        color: #0f0f0f;
    }
    .shop_address {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    }
    .sp_shop_arrow {
        font-size: 2.4rem;
    }
   .sp_shop:nth-child(even) {
            background: #FFF7EB;
        }
        .sp_shopicon {
            display: flex;
            width: 100%;
            padding: 2rem 1rem 0 1rem;
            justify-content: space-between;
        }
        .sp_shopicon a img {
            width: 40px;
        }
        }

    /*-----------RECRUIT------------*/
    .rec_kv {
        height: 600px;
        background: url('../img/recruit_Bg.jpg') no-repeat top center / cover;
        background-position:right 50% bottom 60%;
    }
    .rec_inner {
        display: table;
        text-align: center;
        margin: 0 auto;
        font-size: 5rem;
        height: 100%;
        width: 1000px;
        text-align: center;
        line-height: 5.8rem;
        font-weight: bold;
        letter-spacing: 2px;
        font-family: 'Yu Gothic', sans-serif;
    text-shadow: 0px 0px 5px #00000041;
        color: #fff;
        
    }
    .rec_inner_txt {
        display: table-cell;
            vertical-align: middle;
            
    }
    .rec_inner_txt span{
        font-size: 3rem;
        border-bottom: 2px solid #fff;
        color: #fff;
        
    }

    .rec_about {
        font-size: 2.2rem;
        text-align: center;
        font-family: 'Yu Gothic', sans-serif;
        padding: 6rem 4rem;
        font-weight: bold;
        width: 1000px;
        margin: 0 auto;
        color: #485273;
    }
    .rec_about_group {
        display: flex;
        margin: 2.8rem auto;
        justify-content: space-between;
    }
    .rec_about_box {
        background-color: #fdfdfd;
        padding: 1.2rem 3rem;
        color: rgb(225, 78, 90);
        border: 2px solid rgb(225, 78, 90);
    }
        .rec_message {
            background: url('../img/recruit_bg_pc.png') no-repeat top center;
            font-weight: bold;
            margin-bottom: 3rem;
        }
    
        .rec_m_inner h3 {
            margin: 30px 0 45px 0;
            font-size: 2rem;
            line-height: 2.8rem;
            text-align: center;
            color: #171717;
        }
    
        .rec_m_inner p {
            font-size: 1.6rem;
            line-height: 3.2rem;
            margin: 0 auto;
            color: #171717;
        }
    
        .rec_m_inner {
            padding: 13px 30px 30px 30px;
            width: 700px;
            margin: 0 auto;
        }
    .rec_info {
        width: 1000px;
        margin: 0 auto;
        font-family: 'Yu Gothic', sans-serif;
    }
    .rec_info_title {
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        padding: 3.4rem 0;
        color: #E5B76B;
        border-top: 2px solid #E5B76B;
        border-bottom: 2px solid #E5B76B;
    }
        .rec_wrapper {
            background-color: #fff;
            padding:0;
            border-bottom: 2px solid #F8F7F5;
            margin-bottom: 6rem;
            margin-top: 4rem;
        }
        .design01 {
            width: 100%;
            text-align: center;
            border-collapse: collapse;
            border-spacing: 0;
            background: #ffffff;
            color: #000000;
        }
    
        .design01 th {
            padding: 20px;
            background: #ffffff;
            border: solid 3px #ffffff;
        }
    
        .design01 td {
            padding: 20px;
            border: solid 3px #ffffff;
        }

    
        .design01 th,
        .design01 td {
            font-family: 'Yu Gothic', sans-serif;
            font-size: 1.4rem;
    
        }
    
        .design01 th {
            padding: 10px;
            vertical-align: middle;
            background: #E5B76B;
            border-right: solid 1px #778ca3;
            color: #ffffff;
        }
    
        .design01 th:last-child {
            border-right: none;
        }
    
        .design01 td {
            padding: 20px;
            vertical-align: middle;
            border-right: solid 1px #778ca3;
            line-height: 2.2rem;
        }
    
        .design01 td:last-child {
            border-right: none;
        }
        .rec_item {
            font-weight: bold;
            color: #ffffff;
            background-color: #e8bd79;
        }
        .rec_right {
            text-align: left;
            padding-left: 4rem !important;
            margin: 0 auto;
            color: #485273;
            background-color: #f7f7f7;
        }
    .width20 {
        width: 20%;
    }
        @media screen and (max-width: 640px) {
            .rec_kv {
                height: 500px;
                width: 100%;
            }
             .rec_inner {
                width: 100%;
             }
             .rec_about {
                padding: 4rem 1rem;
                line-height: 2.8rem;
                font-size: 1.8rem;
             }
              .rec_about_group {
                flex-wrap: wrap;
              }
              .rec_about_box {
                font-size: 1.8rem;
                margin: 0 auto 2rem auto;
                width: 300px;
              }
              .rec_about_box:last-child {
                margin-bottom: 0;
              }
              .rec_message {
                background: url('../img/recruit_bg_sp.png') no-repeat top center;
                font-weight: bold;
              }
              .rec_m_inner h3 {
                    margin: 30px 0 45px 0;
                        font-size: 2rem;
                        line-height: 2.8rem;
                        text-align: center;
                        color: #485273;
              }
              .rec_m_inner p {
                font-size: 1.6rem;
                line-height: 3.2rem;
                margin: 0 auto;
                color: #485273;
              }
              .rec_m_inner {
                padding: 13px 30px 30px 30px;
                width: 100%;
              }
            .rec_wrapper {
                width: 100%;
            }
            .rec_about {
                width: 100%;
            }
            .rec_info {
                width: 100%;
            }
            .last td:last-child {
                border-bottom: solid 1px #ccc;
                width: 100%;
            }
    
            .design01 {
                width: 90%;
                margin: 0 auto;
            }
            
            .design01 th,
            .design01 td {
                border: none;
                display: block;
                width: 100%;
            }
        }

        /*---------------- 機器LP　----------------*/
        .s-ret_desc {
            text-align: center;
            width: 80%;
        }
        .s-ret_desc img {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }
        .machine_lp {
            width: 100%;
            background-color: #ffffff;
            margin-top: 60px;
        }
        .machine_container {
            width: 1000px;
            margin: 0 auto 0 auto;
        }
        .machine_about {
            text-align: center;
            font-size: 2.4rem;
            padding: 8rem;
            line-height: 3.6rem;
            font-weight: bold;
            background: url('../img/plasma_shower_about_bg.jpg') center top no-repeat;
                background-size: cover;
        }
        .machine_about p{
            border: 2px solid #3b4849;
            padding: 4rem 2rem;
            background-color: rgba(255, 255, 255, 0.453);
        }
        .plasma_points {

            width: 100%;
            color: #fff;
            padding: 0 0 4rem 0;
            display: flex;
            flex-wrap: wrap;
        }
        .hifu_points {
           background: url('../img/hifu_bg.jpg') center top no-repeat;
        background-size: cover;
            width: 100%;
            color: #fff;
            padding: 0 0 4rem 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .eflash_points {
           background: url('../img/eflash_bg.jpg') center top no-repeat;
        background-size: cover;
            width: 100%;
            color: #fff;
            padding: 0 0 4rem 0;
            display: flex;
            flex-wrap: wrap;
        }
        .u_one {
            background: url('../img/u_one_bg.png') center top no-repeat;
                background-size: cover;
                padding-top: 4rem;
        }
        .secret {
            background: url('../img/secret_bg.png') center top no-repeat;
                background-size: cover;
                padding-top: 4rem;
        }
        .prism {
            background: url('../img/prism_bg.png') center top no-repeat;
                background-size: cover;
                padding-top: 4rem;
        }
        .u_one_about {
            width: 800px;
            background: url('../img/u_one_2ndbg.jpg') center top no-repeat;
                background-size: cover;
            margin: 0 auto;
            padding: 3rem;
            color: #2d4c9a;
        }
        .u_one_about h3 {
            font-size: 2.4rem;
            text-align: center;
            padding: 1rem;
            margin-bottom: 1.4rem;
            border-bottom: 1px solid #2d4c9a;
            font-weight: bold;
        }
        .u_one_about p {
            font-size: 1.8rem;
            line-height: 3rem;
            font-weight: bold;
        }
         .plasma_about {
            width: 800px;
            background: url('../img/u_one_2ndbg.jpg') center top no-repeat;
                background-size: cover;
            margin: 0 auto;
            padding: 3rem;
            color: #1d7f80;
        }
        .plasma_about p {
            font-size: 3rem;
            line-height: 4.6rem;
            font-weight: bold;
            text-align: center;
        }
        .prism_about {
            width: 800px;
            background: url('../img/prism_2ndbg.jpg') center top no-repeat;
                background-size: cover;
            margin: 0 auto;
            padding: 3rem;
            color: #891919;
        }
        .prism_about h3 {
            font-size: 2.4rem;
            text-align: center;
            padding: 1rem;
            margin-bottom: 1.4rem;
            border-bottom: 1px solid #891919;
            font-weight: bold;
        }
        .prism_about p {
            font-size: 1.8rem;
            line-height: 3rem;
            font-weight: bold;
        }
        .u_one_point_card {
            width:50%;
            margin: 4rem auto 0 auto;
            text-align: center;

        }
        .thm {
            background: url('../img/thermatrix_bg.png') center top no-repeat;
                background-size: cover;
                padding-top: 4rem;
        }
        .plasma {
                background: url('../img/plasma_bg.png') center top no-repeat;
        background-size: cover;
                background-size: cover;
                padding-top: 4rem;
        }
        .thm_about {
            width: 800px;
            background-color: #fff;
            margin: 0 auto;
            padding: 4rem;
            color: #2d4c9a;
        }
        .thm_about h3 {
            font-size: 2.4rem;
            text-align: center;
            padding: 1rem;
            margin-bottom: 1.4rem;
            border-bottom: 1px solid #2d4c9a;
            font-weight: bold;
        }
        .thm_about p {
            font-size: 1.8rem;
            line-height: 3rem;
            font-weight: bold;
        }
        .thermatrix_points {
           
            width: 100%;
            color: #fff;
            padding: 0 0 4rem 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .machine_points {
           background: url('../img/ultra_bg.jpg') center top no-repeat;
        background-size: cover;
            width: 100%;
            color: #fff;
            padding: 0 0 4rem 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .hifu_point {
            width: 60%;
            margin: 0 auto;
            padding-bottom: 2rem;
            padding-top: 4rem;
        }
        .machine_point {
            width: 40%;
            margin: 0 auto;
            padding-bottom: 2rem;
            padding-top: 4rem;
        }
        .hifu_point_card {
            margin: 2rem auto 4rem auto;
        }
        .hifu_point_card img {
            width: 100%;
        }
        .machine_p_img {
            margin: 0 auto;
            text-align: center;
        }
        .machine_p_img img{
            width: 70%;
        }
        .machine_p_num {
            font-size: 1.6rem;
            text-align: center;
            margin-bottom: 0.6rem;
        }
        .hifu_p_num {
            font-size: 1.6rem;
            text-align: center;
            margin-bottom: 0.6rem;
        }
        .machine_p_title {
            font-size: 3.2rem;
            text-align: center;
            margin-bottom: 1.4rem;
            line-height: 4.6rem;
        }
        .machine_p_txt {
            text-align: center;
            font-size: 1.8rem;
            width: 100%;
            margin: 0 auto;
            line-height: 2.6rem;
            margin-top: 1.2rem;
        }
        .machine_dec {
            padding: 5rem;
        }

        
                .mc_tb th,
                .mc_tb td {
                    font-family: 'Yu Gothic', sans-serif;
                    font-size: 1.4rem;
                   
                }
        

        
        
                .mc_tb td {
                    padding: 20px;
        
                }
        

                .mc_td {
                    font-weight: bold;
                    line-height: 2rem;
                }
        

                .mc_tb {
                    
                    width: 80%;
                    margin: 0 auto;
                    text-align: center;
                    border-collapse: collapse;
                    border-spacing: 0;
                    background: #ffffff;
                    color: #000000;
                }
        

        
                .mc_tb td {
                    padding: 20px;
                     border: 1px solid #9e9e9e;
                }
        
                @media screen and (max-width:640px) {
                    .sp {
                        display: block;
                    }
                    .machine_about {
                        padding: 7rem 2rem;
                        width: 100%;
                    }

                    .machine_dec {
                        padding: 4rem 2rem;
                        width: 100%;
                    }
                    .mc_tb {
                        padding: 0 2rem;
                        width: 100%;
                    }
                    .machine_container {
                        width: 100%;
                    }
                    .machine_point {
                        width: 100%;
                    }
                    .machine_p_txt {
                        padding: 2rem;
                    }
                    .hifu_point_card {
                        padding: 0 2rem;
                    }
                    .hifu_point {
                        width: 100%;
                    }
                    .plasma_about {
                        width: 90%;
                        padding: 3rem 1.2rem;
                    }
                    .plasma_about p{
                        font-size: 2rem;
                        line-height: 3.2rem;
                    }
                    
                    .thm_about {
                        width: 90%;
                        padding: 2rem;
                    }
                    .thm_about p {
                        font-size: 1.4rem;
                        line-height: 2.8rem;
                    }
                    .u_one_about {
                        width: 90%;
                        padding: 2rem;
                    }
                    .u_one_about p {
                        font-size: 1.4rem;
                        line-height: 2.8rem;
                    }
                    .u_one_point_card {
                        width: 90%;
                    }
                    .u_one_point_card img {
                        width: 100%;
                    }
                    .prism_about {
                        width: 90%;
                    }
                    
                }

        .thanks_wrapper {
            padding: 20rem 12rem 40rem 12rem;
            font-family: 'Yu Gothic', sans-serif;
        }
        .thanks_wrapper h3{
            font-size: 3.2rem;
            text-align: center;
            margin-bottom: 1.2rem;
            color: #56679F;
            font-weight: bold;
        }
        .thanks_wrapper p {
            font-size: 1.6rem;
            text-align: center;
            line-height: 3.2rem;

            color: #56679F;
        }
        .thanks_wrapper a{
            text-align: center;
            display: block;
            margin: 3rem auto 0 auto;
            font-size: 1.6rem;
            color: rgb(219, 176, 91);
            border: 2px solid rgb(219, 176, 91);
            border-radius: 40px;
            width: 300px;
            padding: 1rem 0;
        }
        @media screen and (max-width:640px) {
                .thanks_wrapper {
                    padding: 20rem 1rem;
                    width: 100%;
                }
                .thanks_wrapper h3 {
                    font-size: 2rem;
                }
                .thanks_wrapper p {
                    font-size: 1.4rem;
                }
                .thanks_wrapper a {
                    width: 180px;
                }
        }
        /*---------------- スライダー　----------------*/

                .sliderArea {
                    background: rgba(255, 255, 255, 0);
                    overflow: hidden;
                }
        
                .sliderWide {
                    max-width: 100%;
                    margin: 0 auto;
                    padding: 30px 0;
                }
        
                .sliderWide .slick-arrow {
                    opacity: 0;
                    transition-duration: 0.3s;
                }
        
                .sliderWide:hover .slick-arrow {
                    opacity: 1;
                }
        
                .slider {
                    max-width: 400px;
                    margin: 0 auto;
                    padding: 0;
                }
        
                .slider .slick-list {
                    overflow: visible;
                } 
        
                .slider .slick-slide {
                    padding: 0;
                    opacity: .5;
                    transition-duration: 0.3s;
                }
        
                .slider .slick-slide.slick-current {
                    opacity: 1;
                }
        
                .slider .slick-slide a {
                    display: block;
                }
        
                .slider .slick-slide a:hover {
                    display: block;
                    opacity: .7;
                }
        
                .slider img {
                    height: auto;
                    width: 100%;
                }
        
                .slick-prev,
                .slick-next {
                    z-index: 1;
                }
        
                .slick-dots {
                    bottom: -33px;
                }
    

  
    .sp_fixed_footer {
           display: block;
            position: fixed;
            height: 80px;
            width: 100%;
            bottom: 30px;
            left: 0;
            z-index: 20;
            background-color: #E5B76B;
            border-radius:80px;
            padding: 2rem 1.2rem 1.2rem 1.2rem;
    
        }
    
        .sp_fixed_footer_list {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
    
        .sp_fixed_footer_list li a {
            font-family: 'Yu Gothic', sans-serif;
            color: #fff;
            font-size: 1rem;
            text-align: center;
        }
    
        .sp_fixed_footer_list li img {
            display: block;
            text-align: center;
            margin: 0 auto 0.6rem auto;
            width: 25px;
            height: 25px;
        }
                  @media screen and (min-width: 640px) {
                    .sp_fixed_footer {
                        display: none;
                    }
                  }
 