@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@400;500&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Noto Serif JP","メイリオ","ms pgothic", sans-serif;
	color: #222;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

body{
	line-height: 150%;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	image-rendering: -webkit-optimize-contrast;
}

.svg img{
	width: 100%;
}

p,
a,
li{
	font-size: 3.6vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.white{
    color: #fff;
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2980B9;
}

.link_text:hover{
    text-decoration: underline;
}

#wrap{
    padding: 0 0 0;
	position: relative;
}

#wrap #bg_cover{
	transition: all ease-in .3s;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	font-size: 0;
}

#wrap.open #bg_cover{
	content: "";
	width: 100%;
	background: rgba(0,0,0,0.8);
}


/* header
   ================================================================== */
header{
	
}

header > .inner{
	padding: 0 3vw;
    box-sizing: border-box;
    height: 70px;
    display: flex;
    align-items: center;
}

header .site_logo{
    line-height: 0;
    width: 45%;
    max-width: 170px;
    z-index: 1;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
}


/* Navi
   ================================================================== */
.ham_position{
    position: relative;
    z-index: 500;
	mix-blend-mode: exclusion;
}

.ham_btn{
    position: fixed;
    right: 0;
    top: 0;
    font-size: 26px;
    color: #222;
    display: block;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    padding: 24px 15px;
	transition: ease-out 0.3s;
}

.ham_btn .inner{
    padding: 10px 0 0;
    width: 40px;
    height: 23px;
    display: block;
    position: relative;
    transition: ease-out 0.8s;
    box-sizing: border-box;
}


.ham_btn .inner .bar,
.ham_btn .inner .bar:before,
.ham_btn .inner .bar:after{
    transition: ease-out 0.3s;
    text-indent: -9999px;
    height: 2px;
    width: 40px;
    background: #fff;
    display: block;
}

.ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
}

.ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
}

.ham_btn.open{
    transform: rotate(0deg);
}

.ham_btn .bar{
    background: transparent !important;
}

.ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 11px;
    background: #fff;
}

.ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 10px;
    background: #fff;
}

body.open{
    position: fixed;
    width: 100%;
}

.slide_menu{
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,.7);
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    overflow: auto;
}

.slide_menu.open{
    right: 0;
}

.slide_menu .inbox{
    padding: 0 0 0 8vw;
}
	
.slide_nav > ul{
    overflow: hidden;
    width: 100%;
}    
	
.slide_nav > ul + ul{
    margin: 5vw 0 0
}    

.slide_nav > ul > li a{
    padding: 3vw 0;
    display: flex;
    display: inline-block;
    transition: all ease-out 0.3s;
    font-size: 5vw;
    font-family: 'Cormorant SC';
    font-weight: 500;
    color: #fff;
    z-index: 2;
    line-height: 120%;
    box-sizing: border-box;
}

.slide_nav > ul > li > ul{
    margin: 0 0 0 6vw;
}

ul.sns{
    display: flex;
}

ul.sns li{
    margin: 0 0 0 3vw;
}

ul.sns li:first-child{
    margin: 0 0 0;
}

ul.sns li a{
    padding: 0;
    display: block;
	width: 6vw;
	line-height: 0;
}

ul.sns li a svg path{
    fill: #fff;
}

.gnav{
    display: none;
}


/* footer
   ================================================================== */
footer{
	padding: 5vw 0 0;
    position: relative;
    z-index: 1;
}

footer .footer_nav_block{
    padding: 0 0 0;
    position: relative;
    border-top: 1px solid #eee;
}

footer .footer_nav{
	margin: 0;
    line-height: 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul ul{
	margin: 0 0 0 4vw;
}

footer .footer_nav ul li{
	margin: 0;
}

footer .footer_nav ul li a{
	background: url("../images/common/arrow.svg") no-repeat 3vw center;
	padding: 3vw 0 3vw 8vw;
	background-size: 1vw;
	display: block;
	border-bottom: 1px solid #eee;
	font-size: 4vw;
    line-height: 150%;
    font-family: 'Cormorant SC';
    font-weight: 500;
}

footer ul.sns{
    margin: 3vw 3vw 0 8vw;
}

footer ul.sns li a{
    background: none;
    padding: 0;
    border: none;
}

footer ul.sns li a svg path{
    fill: #333;
}

footer .bottom_box .inner{
	padding: 8vw 3vw;
}

footer address{
	font-size: 3vw;
    color: #111;
    font-family: 'Cormorant SC';
    font-weight: 400;
    letter-spacing: 0.08em;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 12vw 0 15vw;
    position: relative;
    z-index: 1;
    background: #fff;
}

.index .contents_wrap{
    padding-top: 0;
}


/* bg_photo
   ================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* more_btn
   ================================================================== */	
.more_btn{
	text-align: center;
	line-height: 0;
    overflow: hidden;
}

@keyframes hov_border {
    0%  {width: 0;}
    50% {width: 80%;left: 10%;}
    100%{width: 50%;left: 100%;}
}

.more_btn a{
	display: inline-block;
	position: relative;
    text-align: center;
}

.more_btn button,
.more_btn a > span{
	padding: 3vw 0;
    width: 30vw;
	display: block;
	font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.10em;
    font-family: "Noto Serif JP";
    line-height: 150%;
	color: #111;
    border-bottom: 1px solid #ddd;
	box-sizing: border-box;
    cursor: pointer;
}

.more_btn.blue a > span{
	color: #2980B9;
    border-bottom: 1px solid #2980B9;
}

.more_btn.soldout a{
	pointer-events: none;
}

.more_btn.soldout a > span{
	color: #E74C3C;
    border-bottom: 1px solid #E74C3C;
}

.more_btn button{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
}


/* block_title
   ================================================================== */	
.block_title{
	font-size: 4.5vw;
    font-weight: 500;
    letter-spacing: 0.05em;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 1.6vw;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */
    header > .inner{
    	padding: 0 2vw;
        height: 70px;
    }
    
    .site_logo{
        width: 30%;
    }


    /* Navi
       ================================================================== */
    .slide_menu{
        justify-content: center;
        align-items: flex-start;
    }    
    
    .slide_nav > ul{
        overflow: hidden;
        width: auto;
    }
	
    .slide_nav > ul + ul{
        margin: 3vw 0 0
    }    
    
    .slide_nav > ul > li a{
        padding: 1vw 0;
        font-size: 2.8vw;
    }

    .slide_nav > ul > li > ul{
        margin: 0 0 0 3vw;
    }
    
    ul.sns li{
        margin: 0 0 0 1.5vw;
    }
    
    ul.sns li a{
    	width: 2.5vw;
    }
    
    ul.sns li a path,
    .slide_nav > ul > li a{
        transition: .3s;
    }
    
    .slide_nav > ul > li a:hover{
        color: #2980B9;
    }
    
    ul.sns li a:hover path{
        fill: #2980B9;
    }

    .anime_btn.more button:hover{
    	background: #222;
        color: #fff;
    }
    
    .gnav{
        display: none;
    }
    
    
    /* footer
       ================================================================== */
    footer{
    	padding: 5vw 0 12vw;
        border: none;
    }
    
    footer .footer_nav_block{
        display: none;
    }
    
    footer .bottom_box{
        margin: 0 0 0;
    }
    
    footer .bottom_box .inner{
    	padding: 0 2vw;
    }
    
    footer address{
    	font-size: 1.5vw;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 10vw 0 15vw;
    }

    
    /* more_btn
       ================================================================== */	
    .more_btn button,
    .more_btn a > span{
    	padding: 2vw 0;
        width: 11.5vw;
    	font-size: 1.6vw;
        position: relative;
        z-index: 1;
        transition: .3s;
    }

    .more_btn > span,
    .more_btn a{
        position: relative;
        display: inline-block;
    }

    .more_btn.hov_border button::before,
    .more_btn.hov_border a > span::before{
        content: "";
        background: #fff;
        width: 0;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: -2px;
        transition: .3s;
    }

    .more_btn.hov_border.gray button::before,
    .more_btn.hov_border.gray a > span::before{
        background: #FAFAFA;
    }

    .more_btn.hov_border button:hover::before,
    .more_btn.hov_border a:hover > span::before{
        animation: hov_border .5s cubic-bezier(0, 0.89, 0.86, 0.99);
    }

    .more_btn.blue > span::before,
    .more_btn.blue a::before{
        content: "";
        background: #ddd;
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: .3s;
    }

    .more_btn.blue a::before{
        background: #2980B9;
    }

    .more_btn.blue > span:hover::before,
    .more_btn.blue a:hover::before{
        height: 100%;
    }

    .more_btn.soldout a:hover::before{
        height: 0;
    }

    .more_btn.blue > span:hover button,
    .more_btn.blue a:hover > span{
        color: #fff;
    }


    /* block_title
       ================================================================== */	
    .block_title{
    	font-size: 2.5vw;
    }
	
	
}
@media screen and (min-width : 750px){


    /* Navi
       ================================================================== */
    .slide_menu{
        align-items: center;
    }    
    
    
}
@media screen and (min-width : 1040px){

	
    a{
    	text-decoration: none;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
    	max-width: 1000px;
    	margin: auto;
		box-sizing: border-box;
    }
	
	p,
	a,
	li{
		font-size: 16px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header{
    	position: absolute;
        top: 0;
        left: 0;
        width: 346px;
        z-index: 10;
    }
    
    header > .inner{
    	padding: 80px 0 0 85px;
        display: block;
        height: auto;
        min-height: 650px;
        box-sizing: border-box;
    }
    
    .site_logo a,
    .site_logo{
        width: 191px;
        max-width: 191px;
        transition: .3s;
    }
   
	
    /* Navi
       ================================================================== */
    .gnav{
        display: block;
    }
    
    .gnav > ul{
        margin: 55px 0 0;
    }
	
    .gnav > ul + ul{
        margin: 30px 0 0
    }    
    
    .gnav > ul > li a{
        padding: 5px 0;
        font-size: 20px;
        font-weight: 500;
        color: #111;
        font-family: 'Cormorant SC';
        transition: .3s;
    }
    
    .gnav > ul > li a:hover{
        color: #2980B9;
    }

    .gnav > ul > li > ul{
        margin: 0 0 0 15px;
    }

    .gnav ul.sns li a svg path{
        fill: #111;
        transition: .3s;
    }

    .gnav ul.sns li a:hover svg path{
        fill: #2980B9;
    }
    
    .slide_menu{
        padding: 50px 0;
        display: flex;
    }    
    
    .slide_menu .inbox{
        margin: auto;
        padding: 0 0 0;
        width: 1000px;
        height: 600px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    
    .ham_btn{
        position: fixed;
        right: 30px;
        top: 20px;
        font-size: 26px;
        text-align: center;
        cursor: pointer;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        background: none;
        padding: 14px 0;
    	transition: ease-out 0.3s;
    }

    .scroll_move .ham_btn{
        background: rgba(0,0,0,0);
    }
    
    .ham_btn .inner{
        padding: 10px 0 0;
        width: 40px;
        height: 23px;
        display: block;
        position: relative;
        transition: ease-out 0.8s;
        box-sizing: border-box;
    }
    
    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        transition: ease-out 0.3s;
        text-indent: -9999px;
        height: 2px;
        width: 40px;
        display: block;
    }
    
    .ham_btn .inner .bar:before{
        content: "";
        position: absolute;
        top: 2px;
    }
    
    .ham_btn.open .inner .bar:before {
        top: 11px;
    }
    
    .ham_btn .inner .bar:after{
        content: "";
        position: absolute;
    }
    
    .ham_btn:hover .inner .bar{
        width: 20px;
    }
    
    .ham_btn:hover .inner .bar:after{
        width: 10px;
    }
    
    .ham_btn.open .bar:before,
    .ham_btn.open .bar:after{
        width: 40px !important;
    }
    
    .ham_btn.open:hover .bar:before,
    .ham_btn.open:hover .bar:after{
        background: #2980B9 !important;
    }
    
    .slide_nav > ul{
        overflow: hidden;
        width: auto;
    }
	
    .slide_nav > ul + ul{
        margin: 30px 0 0
    }    
    
    .slide_nav > ul > li a{
        padding: 5px 0;
        font-size: 20px;
    }

    .slide_nav > ul > li > ul{
        margin: 0 0 0 15px;
    }
    
    ul.sns li{
        margin: 0 0 0 15px;
    }
    
    ul.sns li a{
    	width: 21px;
    }
    
    
    /* footer
       ================================================================== */
    footer{
    	padding: 50px 0 120px;
        border: none;
    }
    
    footer .footer_nav_block{
        display: none;
    }
    
    footer .bottom_box{
        margin: 0 0 0;
    }
    
    footer .bottom_box .inner{
    	padding: 0;
    }
    
    footer address{
    	font-size: 15px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 100px 0 150px;
    }

    
    /* more_btn
       ================================================================== */	
    .more_btn button,
    .more_btn a > span{
    	padding: 20px 0;
        width: 115px;
    	font-size: 16px;
    }


    /* block_title
       ================================================================== */	
    .block_title{
    	font-size: 25px;
    }
	
	
}
