@charset "UTF-8";

/*----------
 共通
----------*/

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
 @font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 100;
src: local("Noto Sans CJK JP Thin"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 300;
src: local("Noto Sans CJK JP Light"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: local("Noto Sans CJK JP Regular"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 500;
src: local("Noto Sans CJK JP Medium"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 700;
src: local("Noto Sans CJK JP Bold"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 900;
src: local("Noto Sans CJK JP Black"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html, body {
    margin: 0;
    padding: 0;
    color: inherit;
    /* font-size: 16px; */
    font-size: 1.14286vw;
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo, sans-serif;
    /* font-feature-settings: "palt"; */
}
.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
img {
    width: 100%;
    height: auto;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.hover {
	display: block;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.hover:hover {
	opacity: 0.5;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

@media (max-width: 768px) {
	.wrapper {
		min-width: auto;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*----------
 header
----------*/
#header {
	width: 100%;
	background: #ea5432;
}

/*----------
 main
----------*/
#main {
	width: 100%;
	background: #ea5432;
}

/*----------
 lead
----------*/
#lead {
    color: #fff;
}
#lead .inner {
	/* padding: 80px 0 60px; */
	padding: 5.71429vw 0 4.28571vw;
    /* background: url(../img/lead_bg_pc.png) no-repeat top 100px center / 1290px auto; */
    background: url(../img/lead_bg_pc.png) no-repeat top 7.14286vw center / 92.14286vw auto;
}
#lead .ttl {
    width: 100%;
    /* max-width: 785px; */
    max-width: 56.07143vw;
    margin: 0 auto;
}
#lead .txt {
    /* padding-top: 50px; */
    padding-top: 3.57143vw;
    /* font-size: 22px; */
    font-size: 1.57143vw;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

@media (max-width: 768px) {
    #lead {
        /* margin-top: -25px; */
        margin-top: -6.66667vw;
    }
    #lead .inner {
        /* padding: 60px 0 30px; */
        padding: 16vw 0 8vw;
        /* background: url(../img/lead_bg_sp.png) no-repeat top 0 left -10px / 360px auto; */
        background: url(../img/lead_bg_sp.png) no-repeat top 0 left -2.66667vw / 96vw auto;
    }
    #lead .ttl {
        max-width: 100%;
        padding: 0 2%;
    }
    #lead .txt {
        /* padding-top: 25px; */
        padding-top: 6.66667vw;
        /* font-size: 13px; */
        font-size: 3.46667vw;
        /* line-height: 26px; */
        line-height: 6.93333vw;
    }
}

/*----------
 comingsoon
----------*/
#comingsoon {
    color: #49382c;
	background: #ea5432;
}
#comingsoon .inner {
    /* padding: 60px 0 60px; */
    padding: 4.28571vw 0 4.28571vw;
    margin: 0 auto;
    background: #f9edd4;
}
#comingsoon .ttl {
    width: 100%;
    /* max-width: 637px; */
    max-width: 45.5vw;
    margin: 0 auto;
}
#comingsoon .list {
    width: 100%;
    /* max-width: 1000px; */
    max-width: 71.42857vw;
    margin: 0 auto;
    /* padding-top: 60px; */
    padding-top: 4.28571vw;
    /* font-size: 18px; */
    font-size: 1.28571vw;
    font-weight: 500;
    /* line-height: 32px; */
    line-height: 2.28571vw;
}
#comingsoon .list .item {
    text-indent: -1em;
    padding-left: 1em;
}

@media (max-width: 768px) {
    #comingsoon .inner {
        /* padding: 35px 0 40px; */
        padding: 9.33333vw 0 10.66667vw;
    }
    #comingsoon .ttl {
        max-width: 91%;
    }
    #comingsoon .list {
        max-width: 91%;
        /* padding-top: 30px; */
        padding-top: 8vw;
        /* font-size: 11px; */
        font-size: 2.93333vw;
        /* line-height: 21px; */
        line-height: 5.6vw;
    }
}

/*----------
 footer
----------*/
#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	width: 100%;
    /* height: 180px; */
    height: 12.85714vw;
	background: #49382c;
}
#footer .txt {
    /* font-size: 18px; */
    font-size: 1.28571vw;
    font-weight: 500;
    /* line-height: 41px; */
    line-height: 2.92857vw;
    text-align: center;
}

@media (max-width: 768px) {
    #footer {
        /* height: 120px; */
        height: 32vw;
    }
    #footer .txt {
        /* font-size: 10px; */
        font-size: 2.66667vw;
        /* line-height: 20px; */
        line-height: 5.33333vw;
    }
}