@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

.sans{
	font-family: "Noto Sans JP";
}

.cormorant{
	font-family: "Cormorant";
}

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: #333;
}

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%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.grecaptcha-badge{
	z-index: 10;
}

p,
a,
li{
	font-size: 4.5vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.tab{
	display: none;
}

.photo{
	line-height: 0;
}

.inner{
	padding-left: 4vw;
	padding-right: 4vw;
}

#wrap{
	position: relative;
    opacity: 0;
    transition: 1s ease;
}

#wrap.on{
    opacity: 1;
}
    

/* pc_flex
   ================================================================== */
.pc_flex{
    position: fixed;
    width: 100%;
    height: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: auto;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* header
   ================================================================== */
header{
    display: none;
}


/* footer
   ================================================================== */
footer{
	margin: 0 0 0;
    padding: 20vw 0 0;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

footer .site_logo{
	margin: 0 auto;
    width: 70%;
    line-height: 0;
}

footer .site_logo a{
	display: block;
    line-height: 0;
}

footer .footer_nav{
	margin: 20vw 0 0;
    line-height: 0;
}

footer .footer_nav ul{
	margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer_nav ul li{
	margin: 0;
	border-right: 1px solid #aaa;
}

footer .footer_nav ul li:last-child{
	border-right: none;
}

footer .footer_nav ul li a{
	padding: 0 6vw;
	display: block;
	font-size: 5vw;
    line-height: 100%;
    font-weight: 400;
}

footer address{
    margin: 8vw 0 0;
	padding: 8vw 2vw;
	font-size: 4.2vw;
	color: #fff;
    background: #4a2c1b;
	text-align: center;
}


/* block_title
   ================================================================== */
.block_title{
    margin: 0 0 0;
    padding: 0 0 7vw;
    text-align: center;
    position: relative;
}

.block_title::before{
    content: "";
    background-image: url("../images/webp/block_title_icon.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 4vw;
    height: 4vw;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.block_title.white::before{
    background-image: url("../images/webp/block_title_icon_white.webp");
}

.block_title > span{
    display: block;
}

.block_title.white > span{
    color: #fff;
}

.block_title .eng{
    margin: 0 0 2vw;
    font-size: 6vw;
    font-weight: 500;
    line-height: 100%;
    font-family: "Cormorant";
}

.block_title .jpn{
    font-size: 8vw;
    font-weight: 400;
    line-height: 150%;
}

.block_title .jpn.f50{
    font-size: 6.5vw;
    line-height: 150%;
}

.block_title.jpn_only{
    padding: 0 0 0;
}

.block_title.jpn_only::before{
    display: none;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	width: 80vw;
    height: 22vw;
    max-width: 100%;
	font-size: 6vw;
    line-height: 130%;
    font-weight: 400;
	color: #fff;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background: #d86d0e;
	position: relative;
    text-align: center;
}

.anime_btn.small a{
	width: 70vw;
    height: 18vw;
	font-size: 5vw;
}

.anime_btn a::before{
    content: "";
    background-image: url("../images/webp/btn_arrow.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 5vw;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 3vw;
}


@media screen and (min-width : 750px){
    
    .inner{
        padding-left: 40px;
        padding-right: 40px;
    }
	
    a{
    	text-decoration: none;
    }

	a.disabled{
		pointer-events: none;
	}
	
    a.over{
        transition: .3s;
    }
	
    a.over:hover{
        opacity: .6;
    }
    
	p,
	a,
	li{
		font-size: 32px;
        line-height: 60px;
	}
 
	.tab{
		display: none;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }
    

    /* pc_flex
       ================================================================== */
    .pc_flex{
        position: fixed;
        width: 100%;
        height: 100%;
        background-image: url("../images/webp/pc_bg.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    

    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        margin: auto;
        width: 750px;
        position: relative;
        z-index: 1;
    }
    
    .contents_wrap::before{
        content: "";
        background: #5e4539;
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 100%;
    }
    
    .contents_wrap::after{
        content: "";
        background: #5e4539;
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
    }


    /* header
       ================================================================== */
    header{
        display: block;
        position: relative;
    }
    
    header .site_logo{
        width: 19vw;
        max-width: 460px;
        position: absolute;
        top: 40px;
        left: 20px;
        line-height: 0;
    }
    
    header .site_logo a{
        display: block;
        line-height: 0;
    }


    /* footer
       ================================================================== */
    footer{
        margin: 0 0 0;
        padding: 110px 0 0;
    }

    footer .site_logo{
        width: 429px;
    }

    footer .footer_nav{
        margin: 100px 0 0;
    }

    footer .footer_nav ul li a{
        padding: 0 40px;
        font-size: 28px;
    }

    footer address{
        margin: 40px 0 0;
        padding: 40px 20px;
        font-size: 28px;
    }


    /* block_title
       ================================================================== */
    .block_title{
        margin: 0 0 0;
        padding: 0 0 55px;
    }

    .block_title::before{
        width: 30px;
        height: 30px;
    }

    .block_title .eng{
        margin: 0 0 5px;
        font-size: 34px;
    }

    .block_title .jpn{
        font-size: 60px;
        line-height: 92px;
    }

    .block_title .jpn.f50{
        font-size: 50px;
        line-height: 80px;
    }


    /* anime_btn
       ================================================================== */	
    .anime_btn a{
        width: 600px;
        height: 160px;
        font-size: 40px;
        transition: .3s;
    }

    .anime_btn.small a{
        width: 500px;
        height: 120px;
        font-size: 30px;
    }

    .anime_btn a::before{
        width: 32px;
        height: 19px;
        right: 30px;
    }
		
    .anime_btn a:hover{
        opacity: .6;
    }
	
	
}
@media screen and (min-width : 1500px){
    
    /* header
       ================================================================== */
    header .site_logo{
        top: 60px;
        left: 60px;
    }
    
}
