@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    line-height: 1.0;
    box-sizing: border-box;
}
ul,li{
    list-style: none;
}
img{
    border: none;
    max-width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: inherit;
}
/* ======================== */
/* ======================== */

#home .container{
    max-width: 1100px;
}
#home #fashion a,#home #teatime a,#home #consalting a{
    display: block;
    width: 100%;
    height: 100%;
}
p{
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* =========中spnavボタン======== */

#spnav{
    display: none;
}
.btn{
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #555;
    border-radius: 5px;
    position: fixed;
    top: 20px;
    right: 25px;
    cursor: pointer;
}
.btn span::before,.btn span::after{
    content: "";
}
.btn span,.btn span::before,.btn span::after{
    display: block;
    width: 35px;
    height: 2px;
    background-color: #555;
    margin: auto;
    position: absolute;
    inset: 0;
    border-radius: 2px;
    transition: 300ms;
}
.btn span::before{
    transform: translateY(10px);
}
.btn span::after{
    transform: translateY(-10px);
}
.spin span{
    background: transparent;
}
.spin span::before{
    transform: rotate(45deg);
}
.spin span::after{
    transform: rotate(-45deg);
}
.btn{
    display: none;
}

/* ======================== */
/* ===========トップspnavボタン============= */

.topbtn{
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #555;
    border-radius: 5px;
    position: fixed;
    top: 20px;
    right: 25px;
    cursor: pointer;
    z-index: 110;
    display: none;
}
.topbtn span{
    display: inline-block;
    transition: all .4s;
}
.topbtn span::before,.topbtn span::after{
    content: "";
}
.topbtn span,.topbtn span::before,.topbtn span::after{
    display: block;
    width: 35px;
    height: 2px;
    background-color: #555;
    margin: auto;
    position: absolute;
    inset: 0;
    border-radius: 2px;
    transition: 300ms;
}
.topbtn span::before{
    transform: translateY(10px);
}
.topbtn span::after{
    transform: translateY(-10px);
}
 .spin span{
    background: transparent;
}
 .spin span::before{
    transform: rotate(45deg);
}
.spin span::after{
    transform: rotate(-45deg);
}
/* ↑.spinの頭に.topbtnをつけると反応しなかった */

/* ======================== */

.top_spnav{
    position: fixed;
    top: 0;
    right: -120%;
    width: 70vw;
    padding-top: 30;
    height: 100vh;
    color: #555;
    transition: 400ms;
    background: rgba(246, 246, 246, 0.7);
    z-index: 100;
}
.top_spnav li{
    line-height: 2.3;
    font-size: 26px;
    padding-left: 30px;
}
.top_spnav li:hover{
    background: rgba(150, 150, 150, 0.7);
    color: #fff;
}

/* ↓間に半角あけてはダメ */
.top_spnav.open{
    right: 0;
}
.top_spnav .close{
    right: -120%;
}

/* ======================== */
/* ======================== */

/* トップへ戻るボタン */
#toTop{
    display: block;
    position: fixed;
    left: 5%;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    font-weight: 900;
    color: #fff;
    background-color: #777;
    text-align: center;
    display: none;
}
#toTop a{
    display: block;
}
#toTop i{
    font-size: 11px;
    padding-top: 13px;
    padding-bottom: 6px;
}
#toTop p{
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.14em;
}
.sns #toTop i,.teatime #toTop i,.oa #toTop i{
    padding-bottom: 0;
}

/* ======================== */
/* ======================== */

/* TOP PAGE header */
.bxslider img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#home header{
    width: 100%;
    height: 100vh;
    margin-bottom: 100px;
    color: #fff;
    font-family: 'Lexend Exa', sans-serif;
}
#home .title{
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50vh;
    right: 0;
    left: 0;
    font-weight: 300;
}
#home .title h1{
    font-size: 47px;
    margin-bottom: 13px;
}
#home .title .vd{
    font-size: 18px;
    line-height: 1.5;
}
#home .title p{
    font-weight: 500;
}
#home .title .other{
    font-size: 15px;
}
.h_nav{
    display: flex;
    position: absolute;
    top: 35px;
    right: 40px;
    z-index: 99;
}
.h_nav li{
    font-size: 14px;
}
.h_nav li+li{
    margin-left: 15px;
}
.h_nav li a{
    display: block;
}
.h_nav li a::after{
    content: "";
    display: block;
    height: 1.5px;
    background: #fff;
    margin-top: 2.5px;
    transform: scale(0);
    transition: 300ms;
}
.h_nav li a:hover::after{
    transform: scale(1);
}

/* ======================== */

/* TOP PAGE main */

#home  main{
    padding: 0 120px;
}
#home .contents li{
    width:100% ;
    margin-bottom: 60px;
}
#home .contents li a{
    display: block;
    padding: 250px 0;
    /* aのpaddingで高さを出す */
}
#home h2{
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #fff;
    padding-bottom: 3px;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
}
#home .contents li:nth-of-type(1){
    background: url(../img/fashion2.jpg)no-repeat top center/cover;
    filter: grayscale(100%);
    transition: all  0.3s ease;
}
#home .contents li:nth-of-type(1):hover{
    filter: grayscale(0%);
}
#home .contents li:nth-of-type(2){
    background: url(../img/tea.jpg)no-repeat 55% center/cover;
    filter: grayscale(100%);
    transition: all  0.3s ease;
}
#home .contents li:nth-of-type(2):hover{
    filter: grayscale(0%);
}
#home .contents li:nth-of-type(3){
    background: url(../img/sns2.jpg)no-repeat center center/cover;
    filter: grayscale(100%);
    transition: all  0.3s ease;
}
#home .contents li:nth-of-type(3):hover{
    filter: grayscale(0%);
}

/* ======================== */

/* TOP PAGE biography　左側 */

#home #biography{
    max-width: 1100px;
    color: #555;
    margin-bottom: 100px;
    padding: 0 20px;
}
#home #biography h2{
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.1em;
    border-bottom: 3px solid #fff;
    color: #555;
    padding-bottom: 3px;
    width: fit-content;
    margin: 0 auto;
    position: static;
    margin-bottom: 100px;
    margin-top: 120px;
    border-bottom: 2px solid #555;
}
#home #biography .b_inner{
    display: flex;
    justify-content: center;
    gap: 70px;
}
#biography .b_left{
    margin-top: 12px;
    display: block;
}
#biography .b_left img{
    max-width: 240px;
    height: 325px;
    object-fit: cover;
}

#home .b_inner .contact{
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 500;
    margin-top: 45px;
    display: flex;
    justify-content: flex-start;
    gap: 3px;
    letter-spacing: 2px;
}
#home .b_inner .contact li{
    background: #777;
    color: #fff;
}

#home .b_inner .contact li a{
    display: block;
    padding: 14px 25px;
}
#home .b_inner .contact li:hover{
    /* background: #ebdb89; */
    opacity: 0.6;
}
#home .ja{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 1.5px;
}
#home .en{
    font-size: 15px;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 500;
}

/* TOP PAGE biography　右側 */

#home .b_right{
    max-width: 520px;
}
#home .b_right h3{
    margin-bottom: 13px;
}
#home .job{
    font-size: 12px;
    margin-bottom: 30px;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
}
#home .b_right p{
    font-size: 14px;
    line-height: 1.4;
}
#home .b_right p:nth-of-type(2){
    margin-bottom: 20px;
    font-weight: 400;
}
#home .b_right p:nth-of-type(3){
    margin-bottom: 40px;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
}
#home .b_right h4{
    background-color: #555;
    color: #fff;
    padding: 3px 10px;
    width: fit-content;
    font-size: 15px;
    margin-bottom: 15px;
}
#home .b_right h5{
    font-weight: normal;
    text-indent: -0.5em;
    margin-bottom: 5px;
}
#home .b_right p:nth-of-type(4){
    margin-bottom: 15px;
    font-family: 'Lexend Exa', sans-serif;
}
#home .b_right p:nth-of-type(4),#home .b_right h5,#home .b_right h4{
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
}
#home .b_right p:nth-of-type(5){
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
}
#home #biography .b_right br{
    display: none;
}
#home .b_right .cliant span,#home .b_right .brand span{
    display: inline-block;
}

/* ======================== */

/* TOP PAGE footer */
#home footer{
    background: #555;
}
#home footer p{
    text-align: center;
    padding: 60px 0 60px;
    color: #aaa;
}

/* ======================== */
/* ======================== */

/* 中ページ共通の欧文見出しテキスト設定 */

#decoration_text{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 700;
    font-size: 105px;
    color: #d7d7d7;
    width: fit-content;
    height: fit-content;
    white-space: nowrap;
    margin-top: 60px;
    z-index: -5;
    position: fixed;
    right: 10%; 
}

/* ======================== */
/* ======================== */

/* 中ページ共通ヘッダー設定 */

#inner_page .container{
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Lexend Exa', sans-serif;
    color: #555;
    padding: 0 20px 0 20px;
}
/* ======================== */
/* ======================== */

#inner_page .flex{
    display: flex;
    justify-content: left;
}
#inner_page header{
    margin-top: 60px;
    width: 280px;
    position: fixed;
}
#inner_page main{
    margin: 60px 0 0 280px;
}
#inner_page header h1{
    font-size: 20px;
    margin-bottom: 10px;
}
#inner_page header .title p{
    font-size: 13px;
    font-weight: 500;
}
#inner_page header .title{
    margin-bottom: 80px;
}


#inner_page #inner_menu{
    letter-spacing: -0.5px;
}
#inner_page #inner_menu .mainmenu{
    font-size: 22px;
    margin-bottom: 18px;
}
#inner_page #inner_menu .sabmenu{
    font-size: 17px;
    margin-bottom: 8px;
}
#inner_page #inner_menu .menu{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
#inner_page #inner_menu span{
    letter-spacing: -2px;
}
#inner_page #inner_menu li:nth-of-type(5){
    margin-bottom: 10px;
}
#inner_page #inner_menu li:nth-of-type(6){
    margin-bottom: 20px;
}
#inner_page #inner_menu .sabmenu,#inner_page #inner_menu .menu{
    text-indent: 1.2em;
}

/* 中ページメニューの該当ページの色設定 */
#inner_page .current{
    color: #D6C787;
}
#inner_page footer{
    background: #555;
    margin-top: 90px;
}
#inner_page footer{
    text-align: center;
    padding: 60px 0 60px;
    color: #aaa;
}

/* ======================== */
/* ======================== */

/* FAHION EDITORIAL */

.editorial main{
    width: 751px;
    display: flex;
    justify-content: space-between;
}
.editorial main ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 30px;
}
.editorial main li img{
    width: 150px;
    height: 190px;
    object-fit: cover;
}
.editorial .yoko img{
    width: 300px;
    object-fit: cover;
}

/* ======================== */
/* ======================== */

/* FAHION ADVATISEMENT */

/* repetto */
.advatisement .adh2{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.advatisement .adh2 img{
    width: 60px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}
.advatisement h2{
    line-height: 3;
}
.advatisement h2 .br1,.advatisement h2 .br2{
    display: none;
}
.advatisement .ad1_inner1{
    display: flex;
    justify-content: start;
    gap: 30px;
    margin-bottom: 40px;
}
.advatisement .ad1_inner1-1{
    width: fit-content;
}
.advatisement .ad1_inner1-1 img{
    border: 1px solid #555;
}
.advatisement .ad1_inner1 img{
    margin-bottom: 12px;
}
.advatisement .ad1_inner1 p{
    font-size: 12px;
}
.advatisement .ad1_inner1 a{
    display: block;
}
.advatisement .ad1_inner1 a:hover{
    opacity: 0.6;
}
.advatisement .ad1_inner1-1,.advatisement .ad1_inner1-2,.advatisement .ad1_inner2-1{
    max-width: 240px;
    object-fit: cover;
}
.advatisement img{
    width: 100%;
    object-fit: cover;
}
.advatisement .ad1_inner2{
    display: flex;
}
.ad1_text{
    max-width: 268px;
}
.advatisement .ad1_text h3{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.advatisement .ad1_text h3 span{
    font-size: 12px;
    font-weight: 300;
}
.advatisement .ad1_text{
    margin-left: 30px;
}
.advatisement .ad1_text p{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.advatisement .ad1_text ul,.advatisement .ad1_text p:nth-of-type(2){
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 12px;
}
.advatisement .ad1_text li{
    line-height: 1.5;
}
.advatisement #ad1{
    margin-bottom: 70px;
}

.advatisement .readmore{
    font-size: 15px;
    white-space: nowrap;
    margin-top: 10px;
}
.advatisement  .readmore span{
    width: fit-content;
    background-color: #777;
    color: #fff;
    padding: 5px 9px;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
    margin-left: 65px;
}
.advatisement .readmore a{
    display: block;
}
.advatisement  .readmore span:hover{
    opacity: 0.7;
}


/* --------------- */

.advatisement .ad2_inner1-1,.advatisement .ad2_inner1-2{
    max-height: 280px;
    width: auto;
    object-fit: cover;
}
.advatisement .ad2_inner1-1 img,.advatisement .ad2_inner1-2 img{
    height: 100%;
}
.advatisement .ad2_inner1-1 img{
    width: 100%;
}
.ad2_inner1-2 img{
    width: auto;
}
.advatisement .ad2_inner2-1{
    max-width: 230px;
    height: auto;
    object-fit: cover;
}
.advatisement .ad2_inner1{
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.advatisement .ad2_inner2{
    display: flex;
    justify-content: left;
}

.advatisement #decoration_text{
    letter-spacing: -5px;
}

/* ======================== */
/* ======================== */

/* FAHION ARTICLE*/

.article h2{
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.article .h2_p{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: light;
    line-height: 1.5;
    margin-bottom: 80px;
}
.article .column_img{
    max-width: 617px;
    border: 1px solid #555;
}
.article .column img{
    width: 100%;
}
.article .column section{
    margin-bottom: 50px;
}
.article .ph:hover{
    opacity: 0.6;
}
.article .column_inner{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.article .column_inner div{
    padding-top: 5px;
}
.article .column_inner img{
    border: none;
    width: 60px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

/* ======================== */
/* ======================== */

/* TIE TIME */

.teatime main{
    max-width: 620px;
}
.teatime .tie_topimg{
    max-width: 500px;
    margin-bottom: 30px;
}
.teatime .tie_topimg img{
    width: 100%;
}
.teatime main p:first-of-type{
    font-size: 17px;
    line-height: 2;
    max-width: 550px;
}
.teatime main .readmore{
    margin-top: 40px;
    font-size: 15px;
}
.teatime main .readmore span:first-of-type{
    width: fit-content;
    background-color: #777;
    color: #fff;
    padding: 6px 10px;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
    margin-bottom: 16px;
}
.teatime main .readmore a{
    display: block;
}
.teatime main .readmore a:hover{
    opacity: 0.7;
}
.teatime main .readmore br{
    display: none;
}

.teatime main h2{
    font-size: 28px;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 400;
    line-height: 3;
}
.teatime .teatimeh2{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 60px;
}
.teatime .teatimeh2 img{
    width: 60px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}
.teatime .settig_inner{
    columns: 2;
    column-gap: 30px;
    margin-bottom: 65px;
}
.teatime .settig_inner li{
    max-width: 295px;
    margin-bottom: 30px;
}
.teatime .settig_inner li img{
    width: 100%;
}
.teatime .teamovie_inner{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 30px;
}
.teatime .teamovie_inner .movie{
    width:calc((100% - 30px) / 2);
    height: auto;
}
.teatime .teamovie_inner .movie video{
    width: 100%;
    margin-bottom: 12px;
}
.teatime main .teamovie_inner p{
    font-size: 14px;
    line-height: 1.3;
}


/* ======================== */
/* ======================== */

/* SNS CONSALTING */

.sns main p:first-of-type{
    font-size: 17px;
    line-height: 2;
    max-width: 550px;
    margin-bottom: 60px;
}
.sns .sns_inner{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sns .sns_inner img{
    width: 60px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.sns .sns_inner h2{
    margin-bottom: 7px;
    padding-top: 5px;
    line-height: 3;
}
.sns .sns_inner h2 br{
    display: none;
}
.sns .sns_image1,.sns .sns_image2{
    max-width: 550px;
}
.sns .sns_image1 img,.sns .sns_image2 img{
    width: 100%;
    object-fit: cover;
}
.sns main .sns_image1:hover{
    opacity: 0.6;
}
.sns  section:first-of-type{
    margin-bottom: 50px;
}
.sns .sns_inner div a:hover{
    color: #ebdb89;
}

/* ======================== */
/* ======================== */

/* TEA TIMES OA */
.oa h2{
    margin-bottom: 30px;
    line-height: 1.2;
}
.oa h2 br{
    display: none;
}
.oa .photo1{
    max-width: 350px;
    margin: 50px 0;
}
.oa .photo2{
    max-width: 500px;
    margin: 50px 0;
}
.oa .photo2 img:last-of-type{
    border: 1px solid #555;
}
.oa .photo1 img,.oa .photo2 img{
    width: 100%;
    border-radius: 12px;
}
.oa main p{
    line-height: 2.1;
    margin-bottom: 25px;
}
.oa .cap{
    font-size: 12px;
}
.oa .word{
    font-weight: bold;
    margin: 50px 0;
}
.oa .name{
    margin-top: 60px;
    margin-bottom: 0;
}
.oa .illust{
    color: #aaa;
    max-width: 350px;
    margin-top: -20px;
}
.oa .illust img{
    width: 100%;
    height: auto;
}
.oa .illust p{
    margin-top: -25px;
}

/* :::::::::::::::::::: */

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

    #decoration_text{
        right: 3%;
    }
}
@media screen and (max-width: 980px){
    
    #inner_page main{
        margin: 60px 0 0 240px;
    }
    .teatime .settig_inner,.teatime .teamovie_inner{
        max-width: 500px;
    }
    .article .column_img{
        max-width: 500px;
    }
}
@media screen and (max-width: 905px){
    #inner_page header{
        width: 200px;
    }
    #inner_page #inner_menu .menu{
        font-size: 12px;
    }
    .teatime main p{
        font-size: 15px;
    }
    .sns .sns_image1,.sns .sns_image2{
        max-width: 450px;
    }
}
@media screen and (max-width: 830px){

    #home  main{
        padding: 0 90px;
    }
    #home #biography .b_inner{
        display: block;
     }
     #home #biography .b_right h3, #home #biography .b_right p:first-of-type{
        text-align: center;
     }
     #home #biography .b_right h3{
        margin-bottom: 30px;
     }
     #home .b_right{
        max-width: 100%;
    }
     #home #biography .b_left{
        margin-bottom: 50px;
        text-align: center;
        height: 100%;
     }
     #home #biography .b_left img{
        width: 250px;
        height: auto;
        object-fit: cover;
     }
     #home #biography .b_left li{
        font-size: 22px;
     }
    #inner_page main{
        margin: 60px 0 0 220px;
    }
    .oa .photo2{
        max-width: 450px;
    }
}
@media screen and (max-width: 815px){

    #decoration_text{
        font-size: 95px;
    }
    .teatime .settig_inner,.teatime .teamovie_inner{
        max-width: 450px;
    }
    .article .column_img{
        max-width: 450px;
    }
    .advatisement .ad1_inner1{
        gap: 17px;
    }
    .advatisement .ad2_inner1{
        gap: 17px;
    }
    .advatisement .ad1_inner2{
        gap: 10px;
    }
    .advatisement .ad1_text{
        margin-left: 17px;
    }
    .editorial main ul{
        gap: 20px;
    }
    .advatisement .adh2 .br2{
        display: block;
    }
    .advatisement #ad2 h2{
        line-height: 30px;
    }
}
@media screen and (max-width: 760px){

    .h_nav li+li{
        margin-left: 10px;
    }
    #home .contents li a{
        padding: 200px 0;
    }
    #inner_page #inner_menu{
        display: none;
    }
    #inner_page main{
        margin: 140px 0 0 60px;
    }
    #inner_page header .title p{
        line-height: 1.3;
    }
    #inner_page #inner_menu .mainmenu{
        font-size: 20px;
    }
    #inner_page #inner_menu .sabmenu{
        font-size: 15px;
    }
    #inner_page #inner_menu .menu{
        font-size: 12px;
    }
    .editorial main li img{
        width: 132px;
        height: 185px;
        object-fit: cover;
    }
    .editorial .yoko img{
        width: 264px;
        object-fit: cover;
    }
    /* =========spnavとbtn======== */
    
    .btn,.topbtn{
        display: block;
    }
    .h_nav{
        display: none;
    }
    
    #spnav{
        display: block;
    }
    #inner_page header{
        width: 100%;
    }
    #spnav{
        position: fixed;
        top: 0;
        right: -120%;
        width: 70vw;
        padding-top: 30;
        height: 100vh;
        color: #fff;
        transition: 400ms;
        background: rgba(130, 130, 130, 0.7);
    }
    #spnav li{
        line-height: 2.3;
        font-size: 26px;
        padding-left: 30px;
    }
    #spnav li:hover{
        background: rgba(130, 130, 130, 0.7)
    }
    #spnav .sabmenu{
        font-size: 18px;
    }
    #spnav .menu{
        font-size: 14px;
        font-weight: 300;
        padding-left: 35px;
    }
    #spnav .menu span{
        letter-spacing: -0.2em;
        margin-right: 5px;
    }
    #spnav .sabmenu,#spnav .menu{
        text-indent: 2em;
    }
    #spnav.open{
        right: 0;
    }
    /* ↑.openのみでは効かない！！ */
}
@media screen and (max-width: 630px){

     .bxslider img{
        height: 80vh;
     }
     #home header{
        height: 80vh;
        margin-bottom: 70px;
     }
     #home  main{
        padding: 0 65px;
    }
     #home .title{
        top: 30vh;
     }
     #home .contents li a{
        padding: 150px 0;
     }

     #home #biography h2{
        margin-top: 60px;
        margin-bottom: 60px;        
     }
     #home .b_inner .contact{
        display: block;
        text-align: center;
        width: 100%;
     }
     #home .b_inner .contact li{
        margin-bottom: 3px;
     }
     #home .b_inner .contact li a{
        padding: 22px 0;
     }

    #inner_page .container{
        padding: 0 40px;
    }
    #inner_page .flex{
        display: block;
    }
    #inner_page header{
        margin-top: 0;
        width: fit-content;
        position: fixed;
        top: 40px;
    }
    #inner_page main{
        width: 100%;
        margin: 130px auto;
    }
    #decoration_text{
        display: none;
    }

    .editorial main ul{
        width: 100%;
    }
    .editorial main li img{
        width: 170px;
        height: 240px;
        object-fit: cover;
    }
    .editorial .yoko img{
        height: 250px;
        width: 350px;
    }
    #inner_page  .advatisement{
        margin-right: 0;
    }
    .advatisement .ad1 h2,.advatisement .ad2 h2{
        width: 100%;
        margin: auto;
    }
    .advatisement .container{
        width: 100%;
        margin: auto;
    }
    .advatisement .ad1_inner1,.advatisement .ad1_inner2,.advatisement .ad2_inner1,.advatisement .ad2_inner2{
        display: block; /* あってる */
        max-width: 600px;
    }
    .advatisement .ad1_inner2-1,.advatisement,.advatisement .ad2_inner1-2,.advatisement .ad2_inner2-1{
        max-width: 600px;
        height: auto;
        margin-bottom: 20px;
    }
    .advatisement .ad1_inner1-1,.advatisement .ad1_inner1-2{
        max-width: 600px;
        height: auto;
        margin-bottom: 30px;
    }
    .advatisement .ad1_inner1-1 img,.advatisement .ad1_inner1-2 img,.advatisement .ad1_inner2-1 img,.advatisement .ad2_inner1-1 img,.advatisement .ad2_inner1-2 img,.advatisement .ad2_inner2-1 img{
        width: 100%;
        height: auto;
    }
    .advatisement  .readmore{
        margin-top: 13px;
    }
    .advatisement  .readmore span{
        padding: 7px 16px;
        margin-left: 20px;
    }
    .advatisement .ad2_inner1-1{
        max-height: 100%;
        margin-bottom: 30px;
    }
    .advatisement .ad2_inner1-2{
        max-height: 100%;
        width: 100%;
    }
    .advatisement .ad1_text{
        margin-left: 0;
        max-width: 100%;
    }
    .advatisement .ad1_text h3{
        font-size: 18px;
    }
    .advatisement h3 br:first-of-type{
        display: none;
    }
    .advatisement .ad1_text p,.advatisement .ad1_text ul{
        font-size: 16px;
        line-height: 1.5;
    }

    .article .column_img{
        max-width: 100%;
    }

    .teatime .container{
        width: 100%;
        margin: auto;
    }
    .teatime .tie_topimg{
        max-width: 500px;
        height: auto;
        margin: 0 auto 30px;
    }
    .teatime  .tie_topimg img{
        width: 100%;
    }
    .teatime main .readmore{
        max-width: 500px;
        margin: 30px 25px 0;
    }
    .teatime main h2{
        margin-left: 0;
    }
    .teatime .teatimeh2{
        margin-left: 20px;
    }
    .teatime main div:nth-of-type(2){
        margin-top: 60px;
    }
    .teatime .settig_inner{
        columns: 1;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .teatime .settig_inner li{
        max-width: 500px;
    }
    .teatime main p:first-of-type,.teatime h2{
        max-width: 500px;
        margin: auto;
    }

    .teatime .teamovie_inner{
        display: block;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
    }
    .teatime .teamovie_inner .movie{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .sns .container{
        max-width: 500px;
        margin: auto;
    }
    .sns section{
        max-width: 500px;
        margin: auto;
    }
    .sns .sns_image1,.sns .sns_image2{
        max-width: 500px;
        height: auto;
        object-fit: cover;
    }
    .sns main p:first-of-type{
        max-width: 400px;
        margin: 0 auto 60px;
    }
    .sns .sns_inner h2{
        line-height: 1.2;
    }
    .sns .sns_inner h2 br{
        display: block;
    }
}

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

    .bxslider img{
        height: 70vh;
    }
    #home header{
        height: 70vh;
    }
    .editorial main ul{
        display: block;
    }
    .editorial main li{
        width: 100%;
        margin-bottom: 30px;
    }
    .editorial main li img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .editorial .yoko img{
        height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 530px){

    #home .h_nav{
        display: none;
    }
    .editorial main{
        width: 100%;
    }
    .editorial main ul{
        display: block;
        width: 100%;
        margin: auto;
    }
    .editorial .yoko{
        max-width: 450px;
        height: auto;
    }
    .editorial .yoko img{
        width: 100%;
    }
    .editorial main li{
        max-width: 450px;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .editorial main li img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .advatisement #ad1 .br1{
        display: block;
    }
    .advatisement #ad1 h2{
        line-height: 30px;
    }
    .teatime main p br{
        display: none;
    }
    .article main p:first-of-type br{
        display: none;
    }
    .article main p:first-of-type{
        width: 100%;
    }
    .teatime main .readmore{
        margin: 30px 0 0;
    }
    .teatime .teatimeh2{
        margin-left: 0;
    }
    .sns section p br{
        display: none;
    }
    .oa .photo1{
        max-width: 300px;
    }
    .oa .photo2{
        max-width: 380px;
    }
}

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

    #home .title h1{
        font-size: 40px;
    }
    #home .title .vd{
        font-size: 16px;
    }
    #home .title .other{
        font-size: 13px;
    }
    #home  main{
        padding: 0 45px;
    }
}
@media screen and (max-width: 460px){

    .bxslider img{
        height: 55vh;
    }
    #home header{
        height: 55vh;
    }
    #home .title{
        top: 25%;
    }
    #home .contents li a{
        padding: 130px 0;
    }
    #home h2{
        font-size: 35px;
    }
    #home #biography .b_left img{
        width: 200px;
    }
    #home #biography .b_right br{
        display: block;
    }
    .teatime main h2{
        line-height: 1.2;
    }
    .teatime main .readmore br{
        display: block;
    }
    .teatime main .readmore span:last-of-type{
        line-height: 4;
    }
    
    .sns main p:first-of-type br{
        display: none;
    }
}
@media screen and (max-width: 400px){

    .sns main p:first-of-type{
        margin-bottom: 40px;
    }
    .oa main p:first-of-type br{
        display: none;
    }
    .oa .photo1{
        max-width: 250px;
    }
    .oa h2 br{
        display: block;
    }
}
@media screen and (max-width: 380px){

    #inner_page h2{
        font-size: 22px;
    }
    .advatisement .adh2 img,.article .column_inner img,.teatime .teatimeh2 img,.sns .sns_inner img{
        width: 50px;
        height: 40px;
        object-fit: cover;
    }
    .advatisement .ad1_text p,.advatisement .ad1_text ul,.article main p:first-of-type,.teatime main p:first-of-type,.sns main p:first-of-type{
        font-size: 14px;
    }

    #spnav li{
        font-size: 23px;
    }
    #spnav .sabmenu{
        font-size: 16px;
    }
    #spnav .menu{
        font-size: 12px;
        padding-left: 32px;
    }
    #spnav .sabmenu,#spnav .menu{
        text-indent: 1em;
    }


}



