@charset "UTF-8";
/* CSS Document */
/* トップのクルクル */
.keyvisual{
    position: relative;
}
.keyvisual__scroll{
    width: 15vw;
    position: absolute;
    bottom: -10vw;
    right: 10vw;
}
.keyvisual__scroll--circle{
    height: auto;
    width: 100%;
    animation: rotate 15s linear infinite;
}
.keyvisual__scroll--arrow{
    height: auto;
    width: 1vw;
    max-width: 8px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.keyvisual__scroll--arrow:before {
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
}
.keyvisual__scroll--arrow:after{
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
}
@keyframes rotate {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
@media screen and (min-width: 48em) {
.keyvisual__scroll{
    width: 10vw;
    position: absolute;
    bottom: 8vw;
    right: 5vw;
    max-width: 100px;
    }
}
/* header */
header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
} 
.header-inner{
    margin: 0 auto;
}
@media screen and (min-width: 768px){
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px  16px;
    background-color: rgba(255,255,255,.5);
    inset: 0;
}}
@media screen and (max-width: 48em){
.header-inner {
    justify-content: flex-end;
    padding: 10px  16px;
}}
.logotype {
    font-family:"miller-banner", serif ;
    font-size: 2.0rem;
    font-weight: normal;
    text-align: left;
}
.logobottom{
    font-size: 1.6rem;
}
.header_rightwrapper{
    display: flex;
    justify-content: end;
    margin-top: 8px;
    padding: 10px  16px;
}
nav {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    nav nav {
    display: inline;
}}
@media screen and (min-width: 48em){
.sp-only{
    display: none;
}
#fixed {
    position: fixed;
    top: -100px;  
    width: 100%;
    height: 70px;
    transition: .5s;
}
#fixed.show{
    top: 0;
} 
}
.menu__box_inner {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}
@media screen and (max-width: 767px) {
.menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: -800px 0 0 0;
    background-color: rgba(255,255,255,.85);
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: 0.7s cubic-bezier(0.47, 0, 0.75, 0.72);
}
.menu__box_inner {
    /* width: 250px; */
    margin: 0 auto;
    margin-top: 150px;
    /* padding-top: 60px; */
    display: block;
}
}
.menu__item {
    display: flex;
    flex-direction: column;
    margin: 0 1em 0 1.9em;
    font-family: "miller-banner", serif;
    text-decoration: none;
    color: #403513;
    font-size: 1.6rem;
    transition-property: all;
    transition-duration: 0.8s;
    transition-delay: 0.3s;
}
.menu__item:hover{
    color: #F4CD0B;
}
.h-current{
    color: #F4CD0B;
}
@media screen and (max-width: 767px) {
.menu__item {
    display: block;
    padding-bottom: 30px;
    color: #A67D03;
    font-size: 2rem;
    transition-duration: 0.5s;
    margin: 0;
}}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
    background:transparent ;
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #F4CD0B;
    width: 100%;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #F4CD0B;
    width: 100%;
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
}   
.menu__btn {
    transition-duration: 0.2s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 2;
}
.menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #403516;
}
.menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #403516;
    content: "";
    top: -7px;
    right:0px;
}
.menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #403516;
    content: "";
    top: 7px;
    right: 0px;
    transition-duration: 0.2s;
    }
@media screen and (min-width: 48em) {
.menu__btn {
    display: none;
}}
img{
    width: 100%;
}
.gradient{
    background: linear-gradient(#F3ECE5, #fff);
    
}
.backgroundcolor{
    background-color: #fff;
}
@media screen and (max-width: 48em){
#fixed-header.is-show {
    top: 0;
}
#fixed-header {
    position: fixed;
    top: -80px;  
    transition: .5s; /* アニメーションタイミング */
    background: rgba(255,255,255,0.3);
}}
.logotype{
    font-family: "miller-banner", serif;
    font-size: 2.0rem;
    font-weight: normal;
    text-align: left;
    left: 16px;
    padding-top: 8px;
}
/* mv */
.section-first{
    padding-top: 60px;
}
.section-first{
    display: flex;
    /* padding-top: 10vh;
    height: 90vh; */
    position: relative;
    min-height: 100vh;
}
/* 0530_追加 */
.wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    pointer-events: none;
}
.mvlist{
    display: none;
}
.mv_img{
    height: 100%;
    width: 100%;
    max-width: 616px;
    vertical-align:bottom;
    object-fit: cover;
    object-position:center 100%;
}
.mv_img_inner {
    border-radius: 200vw 200vw 0 0;
    overflow: hidden;
    max-width: 420px;
    width: 80%;
    max-height: 500px;
    margin: 0 auto;
}
.slider {
position:relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    /* height: 60vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */
}
/*背景画像設定*/
.mv-copy-wrapper{
    margin-top: 30px;
}
.maincopy{
    font-size: 3.4rem;
    line-height: 0.8;
    text-align: left;
    margin: 0 auto; 
    display: inline-block;
    }
.subcopy{
    font-size: 2.4rem;
    font-family: "miller-banner", serif;
    }
.section-mv{
    margin: 0 auto;
    margin-bottom: 90px;
} 
.p-lp01__pics {
    margin: 0 auto;
    width: calc(343 / 375 * 100%);
    max-width:1040px ;
}
.fadein-img.is-animated {
    opacity: 1;
}
.p-lp01__pic1 {
    width: 55%;
    max-width: 313px;
    margin-left: 16px;
}
.p-lp01__pic3 {
    margin: calc(-140 / 375 * 100%) 0px 0 auto;
    width: calc(180 / 375 * 100%);
    max-width: 352px;
}
.fadein-img {
    -webkit-transition: all .5s ease;
    opacity: 0;
    transition: all .5s ease;
}
.p-lp01__pic2 {
    width: calc(245 / 375 * 100%);
    max-width: 442px;
    margin-top: 60px;
}

.p-lp01__pic4 {
    margin: calc(-40 / 375 * 100%) 0px 0 auto;
    width: calc(168/ 375 * 100%);
    max-width: 254px;
}
@media screen and (min-width: 400px){
    .maincopy{
        font-size: 4.0rem;
        line-height: 0.7;
    }
    .subcopy{
        font-size: 3.0rem;
    }}
@media screen and (min-width: 500px){
    .maincopy{
        font-size: 5.0rem;
        line-height: 0.7;
    }
    .subcopy{
        font-size: 3.2rem;
    }}


@media screen and (min-width: 48em){
.section-first{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    max-width: 752px;
    margin: 0 auto;
}
.mv_img_inner{
    height: 500px;
}
.mvlist{
    font-size: 1.8rem;
    font-family: "miller-banner", serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    flex-basis: 5%;
    text-align: left;
    display: block;
    margin-bottom: 115px;
    margin-left: 60px;
}
.mvlist li{
    margin-bottom: 30px;
}
.mvlist  ul li a{
    color: #403513;
    transition-property: all;
    transition-duration: 0.8s;
    transition-delay: 0.3s;
}
.mvlist ul li a:hover{
    color: #F4CD0B;
}
.mv-under{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width: 70%;
    margin-bottom: 60px;
}
.p-lp01__pic2 {
    width: 42%;
    margin-top: 30px;
}
.p-lp01__pic3 {
    margin-top: 100px;
    margin-left: 20px;
}
.mv-under2{
    display: flex;
    justify-content: flex-end;
    max-width: 920px;
    padding-right: 155px;
}
.p-lp01__pic4 {
    margin-left:40px;
    max-width: 254px;
    width: 27%;
}
.section-mv{
    margin-bottom: 155px;
}
}
/*  about*/
.section-about{
    margin:0 1.6rem;
    margin-bottom: 90px;
}
.top_about-title{
    font-size: 4.0rem;
    line-height: 0.5;
    margin-bottom: 30px;
}
.top_about-subtitle{
    font-size: 1.6rem;
}
.section-about_back{
    border: solid #A67D03 1px;
    padding:3.2rem 1.6rem;
    max-width: 927px;
    margin: 0 auto;
}
.section-about_img{
    border-radius: 100vw 100vw 0 0;
    overflow: hidden;
    width: 45%;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.section-about_introduction{
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 32px;
    line-height: 1.8;
    letter-spacing: 1;
}
.section-about_name{
    font-size: 1.6rem;
    margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
.top_about-title{
    margin-bottom: 0;
    font-size: 5.0rem;
}
.top_about-title span{
    font-size:1.8rem; 
}

.section-about{
    margin-bottom: 155px;
}
.section-about_wrapper{
    display: flex;
    flex-direction: row-reverse;
    padding: 35px 64px;
    padding-top: 0;
    justify-content: space-between;
}
.section-about_img{
    width: 222px;
    margin: 0;
}
.section-about_left{
    width: 450px;
    padding-top: 55px;
    padding-right: 30px;
}
.section-about h2{
    text-align: left;
    padding-left: 64px;
    padding-top: 64px;
    }
.about_btn{
    right:160px;
    }
.section-about_back{
    padding: 0;
}
}



/* gallery */

.section-gallery{
    margin: 0 auto;
    margin-bottom: 90px;
    }
.top_gallery-title{
    font-size: 4.0rem;
    line-height: 0.5;
    margin-bottom: 30px;
}
.top_gallery-subtitle{
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.6rem;
}
.top_gallery-subtitle::before,
.top_gallery-subtitle::after{
    content: "";
    width: 4.8rem;
    border: #A67D03 solid 0.5px;
}
.top_gallery-column1{
    display: flex;
    justify-content:center;
    margin: 0 16px ;
    margin-bottom: 15px;
}
.gallery-inlinewrapper{
    margin:0 auto;
    max-width: 1040px;
}
.gallery-button{
    font-family: "miller-banner", serif;
    color: #A67D03;
    background-color: rgba(255, 255, 255, 0.8) ;
    vertical-align: middle;
    border: #A67D03 solid 1px;
    padding: 2px;
    transition: 1s;
}
.gallery-button:hover{
    background-color: #F2E8B6;
}

.gallery-button{
    text-align: center;
    top: 45%;
    position: absolute;
    left: 15%;
    } 
.gallery-food{
    background: url('../images/top/top_gallery_food.jpg');
}
.gallery-cosme{
    background: url('../images/top/top_gallery_cosme.jpg');
}
.gallery-other{
    background: url('../images/top/top_gallery_other.jpg'); 
}
.gallery-video{
    background:url('../images/top/top_gallery_shortfilm.jpg');
}
.gallery-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 168px;
    height: 227px;
    position: relative;
}
.gallery-food, .gallery-other
{
    margin-right: 15px;
}
.section-gallery_note{
    font-size: 1.4rem;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
.section-gallery{
    margin-bottom: 155px;
}      
.top_gallery-title{
    font-size: 5.0rem;
    margin-bottom: 50px;
}
.top_gallery-subtitle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.6rem;
}
.top_gallery-subtitle::before,
.top_gallery-subtitle::after{
    content: "";
    width: 4.8rem;
    border: #A67D03 solid 0.5px;
}
.gallery-inlinewrapper{
    display: flex;
    justify-content: center;
}
.tgc2{
    margin-right: 15px;
}
.top_gallery-column1{
    display: flex;
    justify-content:center;
    margin: 0;
}
.section-gallery_note{
    margin-top: 30px;
}}
@media screen and (min-width: 1040px) {
.gallery-item{
    width: 240px;
    height: 360px;
} 
.gallery-button{
    left: 25%;
}
}
/* work */
.section-work{
    margin: 0 auto;
    margin-bottom: 90px;
}
.top_work-title{
    font-size: 4.0rem;
    line-height: 0.5;
    margin-bottom: 30px;
}
.top_work-subtitle{
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.6rem;
}
.top_work-subtitle::before,
.top_work-subtitle::after{
    content: "";
    width: 4.8rem;
    border: #A67D03 solid 0.5px;
}
.section-work ul{
    max-width: 1040px;
    margin: 0 auto;
    /* flex-direction: row; */
    align-items: center;
}
.section-work img {
max-width: 300px;
}
.section-work li{
    margin-bottom: 48px;
}
@media screen and (min-width: 768px){
    .section-work{
        margin-bottom: 155px;
        max-width: 1040px;
    }
    .top_work-title-wrapper{
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
    }
    .top_work-title{
        font-size: 5.0rem;
    }
    .top_work-subtitle{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 1.6rem;
    }
    .top_work-subtitle::after{
        content: "";
        width: 32px;
        border: #A67D03 solid 0.5px;
        }
    .top_work-subtitle::before{
        display: none;
    }
    
    .work_down{
        padding-top: 150px;
    } 
    .section-work li{
        margin-bottom: 30px;
    }
    .top_work-button{
        margin-top: 30px;
    }
    .work_btn{
        left:334px;
    }
    .section-work ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        max-width: 1040px;
        margin: 0 auto;
        /* flex-direction: row; */
        align-items: center;
    }
}
.hover-mask {
    align-items: center; /* テキストの中央揃え */
    background: rgba(64, 53, 19, .5); /* マスクの色(黒の50%) */
    bottom: 0;
    color: #fff; /* テキストの色 */
    display: flex; /* テキストの中央揃え */
    justify-content: center; /* テキストの中央揃え */
    left: 0;
    opacity: 0; /* 最初は透明(非表示) */
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
    width: 300px;
    height: 300px;
    margin: 0 auto;
    }
    .hover-mask:hover {
    opacity: 1; /* hoverしたら透過しない(表示させる) */
    }
    .hover-mask p {
    width: 80%; /* テキストを横幅いっぱいにならないようにする */
    font-size: 1.3rem;}

@media screen and (max-width: 930px) and (min-width:768px) {
    .sample-img{
        width: 250px;
        height: 250px;
    }
    .hover-mask{
        width: 250px;
        height: 250px;
    }
    .top_work-button{
            margin-right: 50px;
    }}

.top_work-title-wrapper {
    max-width: 695px;  
}
.sample-img {
    cursor: pointer;
    position: relative;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 9999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}


/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #F2E8B6;
    transition: all .5s cubic-bezier(.01, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}