
body{
    color: #000;
    letter-spacing: .1em;
    font-family: "Noto Serif JP", serif;
    background: #fff;
}
.gara{
    font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width:768px) {
    .sp{
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    .pc{
        display: none !important;
    }
}
sup{
    font-size: 70%;
    vertical-align: super;
}
li{
    list-style-type: none;
}
a,button{
    transition: all .2s;
}
a:hover,button:hover{
    opacity: 0.6;
}

ruby[data-ruby]
{
    position: relative;
}
ruby[data-ruby]::before
{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -3em;
    right: -3em;
    transform-origin: bottom center;
    transform: scale(0.6);
    bottom: 95%;
}
ruby[data-ruby] rt
{
    display: none;
}

.reveal{
  opacity: 0;
  transform: translateY(16px);
}
.reveal.is-show{
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}

/* common */
.sec_inner{
    width: calc(100% - 160px);
    max-width: 1240px;
    margin: 0 auto;
}
@media screen and (max-width:1440px) {
    .sec_inner{
        width: calc(100% - calc(160vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .sec_inner{
        width: calc(100% - calc(40vw / 375*100));
    }
}
.inner_columns{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
@media screen and (max-width:1440px) {
    .inner_columns{
        gap: calc(60vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .inner_columns{
        gap: calc(40vw / 375*100);
        flex-direction: column;
    }
}
.columns_box{
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
@media screen and (max-width:1440px) {
    .columns_box{
        width: calc(50% - calc(30vw / 1440*100));
        gap: calc(24vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .columns_box{
        width: 100%;
        gap: calc(16vw / 375*100);
    }
}
.columns_box_upper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media screen and (max-width:767px) {
    .columns_box_upper{
        gap: calc(8vw / 375*100);
    }
}
.inner_one_column .columns_box{
    width: 100%;
}
.column_sec_ttl p{
    color: #867E68;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 1.8px;
    opacity: 0.6;
}
@media screen and (max-width:1440px) {
    .column_sec_ttl p{
        font-size: max(14px,calc(18vw / 1440*100));
        letter-spacing: calc(1.8vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .column_sec_ttl p{
        font-size: calc(15vw / 375*100);
        letter-spacing: 1.5px;
    }
}
.column_sec_ttl h3{
    color: #867E68;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    letter-spacing: 2.4px;
}
@media screen and (max-width:1440px) {
    .column_sec_ttl h3{
        font-size: max(16px,calc(24vw / 1440*100));
        letter-spacing: calc(2.4vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .column_sec_ttl h3{
        font-size: calc(18vw / 375*100);
        letter-spacing: 1.8px;
    }
}
.column_p{
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 205%; /* 30.75px */
    letter-spacing: 1.5px;
}
@media screen and (max-width:1440px) {
    .column_p{
        font-size: max(13px,calc(15vw / 1440*100));
        letter-spacing: calc(1.5vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .column_p{
        font-size: calc(13vw / 375*100);
        letter-spacing: 1.3px;
    }
}
.column_img{
    display: flex;
    width: 100%;
    position: relative;
}
/* common */

header{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.07) 35.58%, rgba(0, 0, 0, 0.20) 72.6%, rgba(0, 0, 0, 0.30) 100%);
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 32px;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    padding-bottom: 70px;
}
@media screen and (max-width:767px) {
    header{
        background: linear-gradient(0deg, rgba(180, 155, 94, 0.00) 0%, rgba(180, 155, 94, 0.17) 35.58%, rgba(180, 155, 94, 0.60) 72.6%, rgba(180, 155, 94, 0.60) 100%);
        padding-top: calc(20vw / 375*100);
        padding-bottom: calc(40vw / 375*100);
    }
}

.header_inner{
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:1440px) {
    .header_inner{
        width: max(calc(100% - 40px),calc(100% - calc(50vw / 1440*100)));
    }
}
@media screen and (max-width:767px) {
    .header_inner{
        width: calc(100% - calc(40vw / 375*100));
    }
}

.header_logo a{
    display: flex;
    width: 100px;
}
@media screen and (max-width:1440px) {
    .header_logo a{
        width: max(80px,calc(100vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .header_logo a{
        width: calc(85vw / 375*100);
    }
}

.header_menu{
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.header_menu ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width:1440px) {
    .header_menu ul{
        gap: max(16px,calc(30vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .menu_button{
        display: flex;
        width: calc(22vw / 375*100);
    }
}
.header_menu li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:1440px) {
    .header_menu li a{
        font-size: max(12px,calc(16vw / 1440*100));
        letter-spacing: max(1px,calc(1.6vw / 1440*100));
    }
}

.nav-wrapper {
  display: none;
    position: fixed;
    top: 0px;
  right: 0;
  background: rgba(180, 155, 94, 0.90);
  width: 100%;
  text-align: center;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
z-index: 1001;
}
.nav-wrapper.active {
  display: flex;
}
.icon_nav_close{
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
}
.global-nav{
    width: 90%;
}
.global-nav__ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.global-nav__ul li{
    width: 100%;
}
.global-nav__ul li a{
    width: 100%;
    border-bottom: solid 1px #fff;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    padding: 16px 16px 16px 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.global-nav__ul li a::after{
    content: "";
    height: 8px;
    width: 13px;
    background-image: url(../img/icon_anc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fixed_header {
    position: absolute;
    top: -100px;
    width: 100%;
    transition: all 0.3s ease;
    background: transparent;
    z-index: 999;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 15px 0;
}

.fixed_header.is-fixed {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.3s ease;
}
.fixed_header .header_menu li a{
    color: #222;
    text-shadow: none;
}

/* ふわっと出るアニメーション */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fbia{
    padding: 50px;
}
@media screen and (max-width:1440px) {
    .fbia{
        padding: max(30px,calc(50vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .fbia{
        padding: calc(30vw / 375*100) calc(20vw / 375*100);
    }
}
.fbia_inner{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
@media screen and (max-width:1440px) {
    .fbia_inner{
        gap: max(16px,calc(24vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .fbia_inner{
        gap: calc(16vw / 375*100);
    }
}
.fbia_inner > span{
    display: flex;
    width: 82px;
}
@media screen and (max-width:1440px) {
    .fbia_inner > span{
        width: max(50px,calc(82vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .fbia_inner > span{
        width: calc(82vw / 375*100);
    }
}
.fbia_inner > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    max-width: calc(100% - 106px);
    width: fit-content;
}
@media screen and (max-width:1440px) {
    .fbia_inner > div{
        max-width: calc(100% - calc(106vw / 1440*100));
        gap: calc(5vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .fbia_inner > div{
        width: calc(100% - calc(98vw / 375*100));
        gap: calc(5vw / 375*100)
    }
}
.fbia_inner > div > h4{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}
@media screen and (max-width:1440px) {
    .fbia_inner > div > h4{
        font-size: max(14px,calc(16vw / 1440*100));
        letter-spacing: max(1.4px,calc(1.6vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .fbia_inner > div > h4{
        font-size: calc(12vw / 375*100);
        letter-spacing: calc(1.2vw / 375*100);
    }
}
.fbia_inner > div > p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}
@media screen and (max-width:1440px) {
    .fbia_inner > div > p{
        font-size: max(12px,calc(14vw / 1440*100));
        letter-spacing: max(1.2px,calc(1.4vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .fbia_inner > div > p{
        font-size: calc(12vw / 375*100);
        letter-spacing: calc(1.2vw / 375*100);
    }
}
.message{
    background-image: url(../img/message_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
@media screen and (max-width:1440px) {
    .message{
        padding: max(60px,calc(100vw / 1440*100));
        gap: max(60px,calc(100vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .message{
        padding: calc(50vw / 375*100) 0;
        gap: calc(32vw / 375*100);
    }
}
.message .sec_inner{
    position: relative;
}
.message::after{
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 35.58%, rgba(0, 0, 0, 0.01) 72.6%, rgba(0, 0, 0, 0.02) 100%);
}

.message_txt_bg{
    position: absolute;
    display: flex;
    max-width: 1440px;
    width: 100%;
    top: 0px;
}
@media screen and (max-width:767px) {
    .message_txt_bg{
        display: none;
    }
}
.message_inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    position: relative;
    z-index: 1;
    width: 100%;
}
@media screen and (max-width:1440px) {
    .message_inner{
        gap: max(24px,calc(48vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .message_inner{
        flex-direction: column;
        gap: calc(24vw / 375*100);
        width: initial;
    }
}
.message_left{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (max-width:1440px) {
    .message_left{
        gap: max(4px,calc(8vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .message_left{
        gap: calc(4vw / 375*100);
    }
}
.message_left h2{
    color: #867E68;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%; /* 62.4px */
    letter-spacing: 6.4px;
}
@media screen and (max-width:1440px) {
    .message_left h2{
        font-size: max(20px,calc(32vw / 1440*100));
        letter-spacing: max(4.8px,calc(6.4vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .message_left h2{
        font-size: calc(22vw / 375*100);
        letter-spacing: calc(4vw / 375*100);
    }
}
.message_left p{
    color: #867E68;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%; /* 31.2px */
    letter-spacing: 3.2px;
}
@media screen and (max-width:1440px) {
    .message_left p{
        font-size: max(13px,calc(16vw / 1440*100));
        letter-spacing: max(2.4px,calc(3.2vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .message_left p{
        font-size: calc(14vw / 375*100);
        letter-spacing: calc(2.8vw / 375*100);
    }
}
.message_right p{
    color: #867E68;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 245%;
    letter-spacing: 3.2px;
}
@media screen and (max-width:1440px) {
    .message_right p{
        font-size: max(13px,calc(16vw / 1440*100));
        letter-spacing: max(2.4px,calc(3.2vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .message_right p{
        font-size: calc(14vw / 375*100);
        letter-spacing: calc(2.8vw / 375*100);
        line-height: 225%;
    }
}
.movie_blk{
    display: flex;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.movie_blk a{
    display: flex;
}
.movie_blk picture,.movie_blk img{
    width: 100%;
}
.about{
    padding: 120px 0;
    border-bottom: solid 1px rgba(34, 34, 34, 0.20);
}
@media screen and (max-width:1440px) {
    .about{
        padding: max(80px,calc(120vw / 1440*100)) 0;
    }
}
@media screen and (max-width:767px) {
    .about{
        padding: calc(60vw / 375*100) 0;
    }
}
.about h2{
    color: #867E68;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 195%; /* 54.6px */
    letter-spacing: 5.6px;
    margin: 0 auto 60px;
}
@media screen and (max-width:1440px) {
    .about h2{
        font-size: max(20px,calc(28vw / 1440*100));
        letter-spacing: max(4px,calc(5.6vw / 1440*100));
        margin: 0 auto max(40px,calc(60vw / 1440*100));
    }
}
@media screen and (max-width:767px) {
    .about h2{
        font-size: calc(20vw / 375*100);
        letter-spacing: calc(4vw / 375*100);
        margin: 0 auto calc(40vw / 375*100);
    }
}
.about_inner{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width:767px) {
    .about_inner{
        gap: calc(40vw / 375*100);
    }
}


.feature_sec{
    padding: 120px 0;
    border-bottom: solid 1px rgba(34, 34, 34, 0.20);
}
@media screen and (max-width:1440px) {
    .feature_sec{
        padding: calc(120vw / 1440*100) 0;
    }
}
@media screen and (max-width:767px) {
    .feature_sec{
        padding: calc(60vw / 375*100) 0;
    }
}
.feature_inner{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width:767px) {
    .feature_inner{
        gap: calc(40vw / 375*100);
    }
}
.feature_main{
    max-width: 1440px;
    margin: 0 auto 120px;
    width: 100%;
}
@media screen and (max-width:1440px) {
    .feature_main{
        margin: 0 auto calc(120vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .feature_main{
        margin: 0 auto calc(40vw / 375*100);
        padding-bottom: calc(40vw / 375 * 100);
    }
}
.feature_main_ttl{
    display: flex;
    height: 42.66px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px;
}
.feature_main_ttl picture,.feature_main_ttl img{
    height: 100%;
    width: auto;
}
@media screen and (max-width:1440px) {
    .feature_main_ttl{
        height: calc(42.66vw / 1440*100);
        margin: 0 auto calc(80vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .feature_main_ttl{
        height: calc(62vw / 375*100);
        margin: 0 auto calc(40vw / 375*100);
    }
}
.feature_main_vi{
    position: relative;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
    .feature_main_vi{
        flex-direction: column;
    }
}
.beauty_vi{
    flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
    .beauty_vi{
        flex-direction: column;
    }
}
.feature_main_vi_img{
    display: flex;
    width: calc(880vw / 1440*100);
    max-width: 880px;
}
@media screen and (max-width:767px) {
    .feature_main_vi_img{
        width: 100%;
        max-width: none;
    }
}
.beauty_vi .feature_main_vi_img{
    width: calc(780vw / 1440*100);
    max-width: 780px;
}
@media screen and (max-width:767px) {
    .beauty_vi .feature_main_vi_img{
        width: 100%;
        max-width: none;
    }
}
.feature_main_vi_cont{
    width: calc(500vw / 1440*100);
    max-width: 500px;
    position: relative;
}
@media screen and (max-width:767px) {
    .feature_main_vi_cont{
        width: 100%;
        max-width: none;
    }
}
.beauty_vi .feature_main_vi_cont{
    width: calc(600vw / 1440*100);
    max-width: 600px;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width:767px) {
    .beauty_vi .feature_main_vi_cont{
        width: 100%;
        max-width: none;
    }
}
.feature_main_vi_cont p{
    color: #867E68;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%; /* 35.1px */
    letter-spacing: 5.4px;
    padding-top: 50px;
    padding-left: 20px;
}
.beauty_vi .feature_main_vi_cont p{
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 0px;
}
@media screen and (max-width:1440px) {
    .feature_main_vi_cont p{
        font-size: calc(18vw / 1440*100);
        letter-spacing: calc(5.4vw / 1440*100);
        padding-top: calc(50vw / 1440*100);
        padding-left: calc(20vw / 1440*100);
    }
    .beauty_vi .feature_main_vi_cont p{
        padding-top: calc(50vw / 1440*100);
        padding-right: calc(10vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .feature_main_vi_cont p{
        font-size: calc(15vw / 375*100);
        letter-spacing: calc(4.5vw / 375*100);
        padding-top: calc(40vw / 375*100);
        padding-left: calc(20vw / 375*100);
    }
    .beauty_vi .feature_main_vi_cont p{
        padding-top: calc(40vw / 375*100);
        padding-right: calc(30vw / 375*100);
    }
}
.clean_img02{
    position: absolute;
    display: flex;
    width: calc(400vw / 1440*100);
    max-width: 400px;
    bottom: 0px;
    left: 0px;
}
@media screen and (max-width:767px) {
    .clean_img02{
        width: calc(135vw / 375*100);
        right: 0px;
        left: auto;
        top: calc(30vw / 375 * 100);
        bottom: auto;
        max-width: none;
    }
}
.clean_img03{
    position: absolute;
    display: flex;
    width: calc(221vw / 1440*100);
    max-width: 221px;
    top: 0px;
    right: 0px;
}
@media screen and (max-width:767px) {
    .clean_img03{
        width: calc(94vw / 375 * 100);
        top: calc(140vw / 375 * 100);
        right: calc(80vw / 375 * 100);
        max-width: none;
    }
}
.beauty_img02{
    position: absolute;
    display: flex;
    width: calc(320vw / 1440*100);
    max-width: 320px;
    top: 0px;
    left: 0px;
}
@media screen and (max-width:767px) {
    .beauty_img02{
        width: calc(140vw / 375 * 100);
        right: auto;
        left: 0px;
        top: calc(30vw / 375 * 100);
        bottom: auto;
        max-width: none;
    }
}
.beauty_img03{
    position: absolute;
    display: flex;
    width: calc(220vw / 1440*100);
    max-width: 220px;
    bottom: 0px;
    right: 0px;
}
@media screen and (max-width:767px) {
    .beauty_img03{
        width: calc(95vw / 375 * 100);
        top: calc(150vw / 375 * 100);
        left: calc(60vw / 375 * 100);
        max-width: none;
    }
}
.feature_subtxt{
    color: #222;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 205%; /* 24.6px */
    letter-spacing: 1.2px;
    margin: 40px auto 0;
}
@media screen and (max-width:1440px) {
    .feature_subtxt{
        font-size: max(10px,calc(12vw / 1440*100));
        letter-spacing: max(1px,calc(1.2vw / 1440*100));
        margin: max(20px,calc(40vw / 1440*100)) auto 0;
    }
}
@media screen and (max-width:767px) {
    .feature_subtxt{
        font-size: calc(10vw / 375 * 100);
        letter-spacing: calc(1vw / 375 * 100);
        margin: calc(20vw / 375 * 100) auto 0;
    }
}
.cl_cont_img03_link{
    display: flex;
    width: 240px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #867E68;
    background: #FFF;
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 56px;
    right: 40px;
}
@media screen and (max-width:1440px) {
    .cl_cont_img03_link{
        width: calc(260vw / 1440*100);
        height: calc(36vw / 1440*100);
        border-radius: calc(5vw / 1440*100);
        bottom: calc(56vw / 1440*100);
        right: calc(40vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .cl_cont_img03_link{
        width: calc(240vw / 375*100);
        height: calc(36vw / 375*100);
        border-radius: calc(5vw / 375*100);
        bottom: calc(28vw / 375*100);
        right: calc(50% - calc(120vw / 375*100));
    }
}
.cl_cont_img03_link p{
    color: #867E68;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 21.45px */
    letter-spacing: 1.3px;
}
@media screen and (max-width:1440px) {
    .cl_cont_img03_link p{
        font-size: calc(13vw / 1440*100);
        letter-spacing: calc(1.3vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .cl_cont_img03_link p{
        font-size: calc(13vw / 375*100);
        letter-spacing: calc(1.3vw / 375*100);
    }
}
.cl_cont_img03_link span{
    display: flex;
    width: 11px;
    position: absolute;
    right: 10px;
}
@media screen and (max-width:1440px) {
    .cl_cont_img03_link span{
        width: calc(11vw / 1440*100);
        right: calc(10vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .cl_cont_img03_link span{
        width: calc(11vw / 375*100);
        right: calc(10vw / 375*100);
    }
}
/* footer */
footer{
    padding: 120px 0 40px;
}
@media screen and (max-width:767px) {
    footer{
        padding: calc(80vw / 375*100) 0 calc(80vw / 375*100);
    }
}
.footer__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width:767px) {
    .footer__inner{
        gap: calc(20vw / 375*100);
    }
}
.footer__inner .brand{
    width: 95px;
    display: flex;
}
.footer__inner .copyright{
    color: #222;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 185%; /* 22.2px */
    letter-spacing: 0.55px;
}
.beauty_column .columns_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
@media screen and (max-width:767px) {
    .beauty_column .columns_box{
        flex-direction: column;
    }
}
.beauty_column .columns_box_upper{
    width: 322px;
}
@media screen and (max-width:1440px) {
    .beauty_column .columns_box_upper{
        width: calc(322vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .beauty_column .columns_box_upper{
        width: 100%;
    }
}
.beauty_column .column_img{
    width: 860px;
}
@media screen and (max-width:1440px) {
    .beauty_column .column_img{
        width: calc(860vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .beauty_column .column_img{
        width: 100%;
    }
}
.monitor{
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto 100px;
}
@media screen and (max-width:1150px) {
    .monitor{
        max-width: none;
        width: 100%;
        margin: 0 auto calc(100vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .monitor{
        flex-direction: column-reverse;
        margin: 0 auto calc(50vw / 375*100);
        gap: calc(40vw / 375*100);
    }
}
.monitor_img{
    display: flex;
    width: 420px;
}
@media screen and (max-width:1150px) {
    .monitor_img{
        width: calc(400vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .monitor_img{
        width: 100%;
    }
}
.monitor_cont{
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 560px;
}
@media screen and (max-width:1150px) {
    .monitor_cont{
        gap: calc(40vw / 1150*100);
        width: calc(560vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .monitor_cont{
        width: 100%;
        gap: calc(24vw / 375*100);
    }
}
.monitor_cont_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
@media screen and (max-width:1150px) {
    .monitor_cont_box{
        gap: calc(20vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .monitor_cont_box{
        gap: calc(16vw / 375*100);
    }
}
.monitor_icon{
    display: flex;
    width: 90px;
}
@media screen and (max-width:1150px) {
    .monitor_icon{
        width: calc(90vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .monitor_icon{
        width: calc(60vw / 375*100);
    }
}
.monitor_txt{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: calc(100% - 110px);
}
@media screen and (max-width:1150px) {
    .monitor_txt{
        width: calc(100% - calc(110vw / 1150*100));
        gap: calc(5vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .monitor_txt{
        width: 100%;
        gap: calc(5vw / 375*100);
    }
}
.monitor_txt h4{
    color: #867E68;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%; /* 35.1px */
    letter-spacing: 1.8px;
}
@media screen and (max-width:1150px) {
    .monitor_txt h4{
        font-size: max(13px,calc(18vw / 1150*100));
        letter-spacing: max(1.3px,calc(1.8vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .monitor_txt h4{
        font-size: calc(14vw / 375*100);
        letter-spacing: calc(1.4vw / 375*100);
    }
}
.monitor_txt p{
    color: #222;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 185%; /* 24.05px */
    letter-spacing: 1.3px;
}
@media screen and (max-width:1150px) {
    .monitor_txt p{
        font-size: max(12px,calc(13vw / 1150*100));
        letter-spacing: max(1.2px,calc(1.3vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .monitor_txt p{
        font-size: calc(12vw / 375*100);
        letter-spacing: calc(1.2vw / 375*100);
    }
}
.voice{
    border: 1px solid #867E68;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 50px 60px 50px;
    gap: 40px;
}
@media screen and (max-width:1150px) {
    .voice{
        max-width: none;
        width: 100%;
        margin: 0 auto;
        padding: calc(50vw / 1150*100) calc(50vw / 1150*100) calc(60vw / 1150*100) calc(50vw / 1150*100);
        gap: calc(40vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .voice{
        margin: 0 auto;
        gap: calc(20vw / 375*100);
        padding: calc(30vw / 375 * 100) calc(20vw / 375 * 100);
    }
}
.voice h4{
    color: #867E68;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 37.2px */
    letter-spacing: 2.4px;
}
@media screen and (max-width:1150px) {
    .voice h4{
        font-size: max(18px, calc(24vw / 1150*100));
        letter-spacing: max(1.8px, calc(2.4vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .voice h4{
        font-size: calc(15vw / 375*100);
        letter-spacing: calc(1.5vw / 375*100);
    }
}
.voice_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}
@media screen and (max-width:767px) {
    .voice_inner{
        flex-direction: column;
        gap: calc(20vw / 375*100) 0;
    }
}
.voice_cont_box{
    width: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
    .voice_cont_box{
        width: 100%;
    }
}
.voice_icon{
    display: flex;
    width: 40px;
}
.voice_txt{
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.voice_txt h4{
    color: #867E68;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%; /* 27.3px */
    letter-spacing: 1.4px;
}
@media screen and (max-width:767px) {
    .voice_txt h4{
        font-size: calc(13vw / 375*100);
        letter-spacing: calc(1.4vw / 375*100);
    }
}
.voice_txt p{
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 185%; /* 22.2px */
    letter-spacing: 1.2px;
}
@media screen and (max-width:767px) {
    .voice_txt p{
        font-size: calc(11vw / 375*100);
        letter-spacing: calc(1.2vw / 375*100);
    }
}
.kanshu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 50px 60px 50px;
    gap: 40px;
    margin-top: 80px;
    border: 1px solid #867E68;
}
@media screen and (max-width:1150px) {
    .kanshu{
        max-width: none;
        width: 100%;
        margin: 0 auto;
        padding: calc(50vw / 1150*100) calc(50vw / 1150*100) calc(60vw / 1150*100) calc(50vw / 1150*100);
        gap: calc(40vw / 1150*100);
        margin-top: calc(80vw / 1150*100);
    }
}
@media screen and (max-width:767px) {
    .kanshu{
        margin: 0 auto;
        gap: calc(16vw / 375*100);
        padding: calc(32vw / 375 * 100) calc(24vw / 375 * 100);
        margin-top: calc(40vw / 375*100);
    }
}
.kanshu h4{
    color: #867E68;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 37.2px */
    letter-spacing: 2.4px;
}
@media screen and (max-width:1150px) {
    .kanshu h4{
        font-size: max(18px, calc(24vw / 1150*100));
        letter-spacing: max(1.8px, calc(2.4vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .kanshu h4{
        font-size: calc(15vw / 375*100);
        letter-spacing: calc(1.5vw / 375*100);
    }
}
.kanshu_cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}
@media screen and (max-width:767px) {
    .kanshu_cont{
        flex-direction: column;
        gap: calc(20vw / 375*100) 0;
    }
}
.kanshu_cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.kanshu_cont_left{
    display: flex;
    flex-direction: column;
    width: 48%;
    gap: 16px;
}
@media screen and (max-width:767px) {
    .kanshu_cont_left{
        width: 100%;
    }
}
.kanshu_name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
@media screen and (max-width:1150px) {
    .kanshu_name{
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}
@media screen and (max-width:767px) {
    .kanshu_name{
        align-items: center;
    }
}
.kanshu_name_inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.kanshu_name span{
    background: #867E68;
    display: flex;
    padding: 0px 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%; /* 31.2px */
    letter-spacing: 1.6px;
}
@media screen and (max-width:1150px) {
    .kanshu_name span{
        padding: 0px calc(16vw / 1150*100);
        font-size: max(12px,calc(16vw / 1150*100));
        letter-spacing: max(1.2px,calc(1.6vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .kanshu_name span{
        padding: 0px calc(8vw / 375*100);
        font-size: calc(12vw / 375*100);
        letter-spacing: calc(1.2vw / 375*100);
    }
}
.kanshu_name h4{
    color: #867E68;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%; /* 50.7px */
    letter-spacing: 2.6px;
}
@media screen and (max-width:1150px) {
    .kanshu_name h4{
        font-size: max(16px,calc(26vw / 1150*100));
        letter-spacing: max(1.6px,calc(2.6vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .kanshu_name h4{
        font-size: max(18px,calc(18vw / 375*100));
        letter-spacing: max(1.8px,calc(2.6vw / 1150*100));
    }
}
.kanshu_name p{
    color: #867E68;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 17.4px */
    letter-spacing: 1.2px;
}
@media screen and (max-width:1150px) {
    .kanshu_name p{
        font-size: max(11px,calc(12vw / 1150*100));
        letter-spacing: max(1.1px,calc(1.2vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .kanshu_name p{
        font-size: max(12px,calc(13vw / 375*100));
        letter-spacing: max(1.2px,calc(1.3vw / 375*100));
    }
}
.kanshu_cont_left ul{
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.kanshu_cont_left ul li{
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    align-items: flex-start;
}
.kanshu_cont_left ul li p{
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 19.8px */
    letter-spacing: 1.2px;
}
.kanshu_cont_left ul li p:first-child{
    width: 70px;
}
.kanshu_cont_left ul li p:nth-child(2){
    width: calc(100% - 70px);
}
.kanshu_cont_right{
    display: flex;
    flex-direction: column;
    width: 48%;
}
@media screen and (max-width:767px) {
    .kanshu_cont_right{
        width: 100%;
    }
}
.kanshu_cont_right p{
    color: #222;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 205%; /* 26.65px */
    letter-spacing: 1.3px;
}
@media screen and (max-width:1150px) {
    .kanshu_cont_right p{
        font-size: max(12px,calc(13vw / 1150*100));
        letter-spacing: max(1.2px,calc(1.3vw / 1150*100));
    }
}
.spec{
    padding: 120px 0;
    gap: 100px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:1440px) {
    .spec{
        padding: calc(120vw / 1440*100) 0;
        gap: calc(100vw / 1440*100);
    }
}
@media screen and (max-width:767px) {
    .spec{
        padding: calc(60vw / 375*100) 0;
        gap: calc(50vw / 375*100);
    }
}
.spec_inner h4{
    color: #867E68;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 37.2px */
    letter-spacing: 2.4px;
    margin-bottom: 40px;
}
@media screen and (max-width:1150px) {
    .spec_inner h4{
        font-size: max(18px, calc(24vw / 1150*100));
        letter-spacing: max(1.8px, calc(2.4vw / 1150*100));
        margin-bottom: max(20px, calc(40vw / 1150*100));
    }
}
@media screen and (max-width:767px) {
    .spec_inner h4{
        font-size: calc(15vw / 375*100);
        letter-spacing: calc(1.5vw / 375*100);
        margin-bottom: max(20px, calc(20vw / 375*100));
    }
}
.spec-table {
    width: min(100%, 1040px);
    border-collapse: separate;
    border-spacing: 0;
    color: #333;
    line-height: 1.65;
    margin: 0 auto;
  }
  .spec-table th,
  .spec-table td {
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    font-size: 15px;
    text-align: center;
  }
  .spec-table th {
    background: #f7f7f7;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
  }
  .spec-table tr > *:first-child {
    border-left: 1px solid #e5e5e5;
  }

  /* 器種コードの2行表記 */
  .gas-code { display: block; max-width: calc(100% - 24px);;
    margin: 0 auto;}
  .gas-code + .gas-code { margin-top: .25rem; }

  /* 価格の大きさ・注釈 */
  .price-main { font-size: 16px; letter-spacing: .02em; max-width: calc(100% - 24px);}
  .price-sub  { display:block; color: #777; font-size: 13px; max-width: calc(100% - 24px);word-break: break-all;}

  /* スマホ簡易対応（必要なければ削除OK） */
  @media (max-width: 767px) {
    .spec-table { font-size: 12px; }
    .spec-table th, .spec-table td {
        font-size: 12px;
        padding: 10px 0px;
        word-break: break-all;
    }
    .spec-table td p{
        width: 90%;
        margin: 0 auto;
    }
    .spec-col--price { white-space: nowrap; }
    .price-main{ font-size: 12px !important; }
    .price-sub{ font-size: 10px !important; }
  }


  .ctrl-table{
    width:min(100%,1040px);
    border-collapse:separate;
    border-spacing:0;
    color:#333;
    line-height:1.65;
    margin: 0 auto;
  }
  .ctrl-table th,
  .ctrl-table td{
    padding:16px 18px;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    background:#fff;
    vertical-align:middle;
    font-size:15px;
    text-align: center;
    width: 18%;
  }
  .ctrl-table th{
    background:#f7f7f7;
    font-weight:600;
    white-space:nowrap;
    text-align:center;
    padding:10px 0;
  }
  .series-cell{
    border-left:1px solid #e6e6e6;
    width: 28% !important;
}
.series-cell span{
    display: flex;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.series-cell span img{
    max-height: 100%;
    width: auto;
    height: auto;
}

  /* 「無線LAN対応」などの補足行 */
  .subnote{
    display:block;
    color:#AF956D;
    font-size:13px;
    margin-top:2px;
    text-align: center;
}

  /* 価格の大小 */
  .price-main{
    font-size:18px;
    letter-spacing:.02em;
    text-align: center;
    margin: 0 auto;
}
  .price-sub{
    display:block;
    color:#777;
    font-size:13px;
    text-align: center;
    margin: 0 auto;
    white-space: break-spaces;
    text-align: center;
}

  /* スマホ簡易 */
  @media (max-width:767px){
    .ctrl-table{ 
        font-size:12px;
        margin-bottom: 24px;
    }
    .ctrl-table:last-child{
        margin-bottom: 0px;
    }
    .ctrl-table th,.ctrl-table td{
        padding:8px 0px;
        font-size: 12px;
    }
    .ctrl-table td p{
        width: 90%;
        margin: 0 auto;
    }
    .series-cell{
        width: 100% !important;
        border-right: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
    }
    .series-cell span{
        height: 110px;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .subnote{
        font-size: 11px;
    }
    .thumb{ max-width:110px; }
    .series-wrap{ gap:6px 10px; }
    .group-top td:nth-child(2),.group-bottom td:nth-child(1){
        border-left: 1px solid #e6e6e6;
    }
  }


.cta{
    background-image: url(../img/cta_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}
@media screen and (max-width:767px) {
    .cta{
        padding: calc(60vw / 375*100) 0;
    }
}
.cta_inner{
    max-width: 1440px;
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .cta_inner{
        width: calc(100% - calc(40vw / 375*100));
        gap: calc(12vw / 375*100);
    }
}

.cta_inner > p{
    color: #867E68;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 195%; /* 42.9px */
    letter-spacing: 4.4px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .cta_inner > p{
        font-size: calc(15vw / 375*100);
        letter-spacing: calc(3vw / 375*100);
    }
}
.cta_inner > a{
    border-radius: 10px;
    background: linear-gradient(90deg, #CCB27A 0%, #BA9D69 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    max-width: 800px;
    width: 100%;
    position: relative;
}
@media screen and (max-width:767px) {
    .cta_inner > a{
        border-radius: calc(10vw / 375*100);
        padding: calc(16vw / 375*100) 0;
    }
}
.cta_inner > a p{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 195%; /* 42.9px */
    letter-spacing: 4.4px;
}
@media screen and (max-width:767px) {
    .cta_inner > a p{
        font-size: calc(15vw / 375*100);
        letter-spacing: calc(3vw / 375*100);
    }
}
.cta_inner > a span{
    display: flex;
    position: absolute;
    width: 8px;
    right: 20px;
}
@media screen and (max-width:767px) {
    .cta_inner > a span{
        width: calc(8vw / 375*100);
        right: calc(15vw / 375*100);
    }
}

/* fixed_banner */
.fixed_banner{
    position: fixed;
    right: 0px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    z-index: 1000;
    padding: 10px;
    gap: 8px;
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:767px) {
    .fixed_banner{
        bottom: 0px;
        border-radius: 0;
        flex-direction: row;
        width: 100%;
        padding: 16px 8px 8px;
        background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.73) 50%, rgba(255, 255, 255, 0.00) 100%);
        box-shadow: none;
    }
}
.fixed_banner > a{
    display: flex;
    border-radius: 6px;
    background: linear-gradient(90deg, #CCB27A 0%, #BA9D69 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px 28px;
}
@media screen and (max-width:767px) {
    .fixed_banner > a{
        padding: calc(8vw / 375*100) calc(10vw / 375*100);
        width: 50%;
    }
}
.fixed_banner > a > p{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 195%; /* 31.2px */
    letter-spacing: 1.5px;
}
@media screen and (max-width:767px) {
    .fixed_banner > a > p{
        font-size: calc(13vw / 375 * 100);
        letter-spacing: calc(0.65vw / 375 * 100);
    }
}
.fixed_banner > a > span{
    display: flex;
    position: absolute;
    right: 10px;
    width: 6px;
    height: fit-content;
    top: calc(50% - 5px);
}
@media screen and (max-width:767px) {
    .fixed_banner > a > span{
        right: calc(8vw / 375 * 100);
        width: calc(4vw / 375 * 100);
        top: calc(50% - 3.5px);
    }
}
/* modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__content {
  position: relative;
  background: #000;
  padding: 0;
  max-width: 90%;
  width: 100%;
}

.modal__close {
  position: absolute;
top: 16px;
right: 16px;
  background: none;
  border: none;
  display: flex;
  cursor: pointer;
  width: 40px;
}

.modal__video-wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


.loader {
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, #C8B279 0%, #B49B5E 50%, #8F773C 100%);
    color: #222;
    display: flex;
    place-items: center;
    z-index: 9999;
    transition: opacity .8s ease, visibility .8s ease;
    align-items: center;
    justify-content: center;
}
.loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader__box {
    width: 100%;
}
.loader__box .brights_logo{
    display: flex;
    width: 200px;
    margin: 0 auto 80px;
}
@media screen and (max-width:767px) {
    .loader__box .brights_logo{
        width: 140px;
        margin: 0 auto 40px;
    }
}
.loader__bar {
    position: relative;
    height: 1px;
    width: 100%;
    background: rgba(120,120,120,.2);
    overflow: hidden;
}
.loader__bar-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0%;
    background: #fff;
    transition: width .2s ease;
}
.loader__percent{
    display: none;
}

.tvcm{
    margin: 0 auto 120px;
}
@media screen and (max-width:767px) {
    .tvcm{
        margin: 0 auto calc(60vw / 375*100);
    }
}
.tvcm a{
    display: flex;
    width: calc(100% - 160px);
    max-width: 800px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .tvcm a{
        width: calc(100% - 80px);
    }
}