@charset "UTF-8";
/*---------------------------
 reset
---------------------------*/
html, body {
	padding: 0;
	margin: 0;
	border:0;
	text-decoration:none;
	font-weight:normal;
	font-style: normal;
}
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 {
	padding: 0;
	margin: 0;
	border:0;
	text-decoration:inherit;
	font-weight:inherit;
	font-style:inherit;
}

/* ul | ol */
ul, ol {
	list-style: none;
}
li{
	list-style:none;
}

/* dl */
dl,dt,dd{
	margin:0;
	padding:0;
	-webkit-margin-start:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

/* table */
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
/* input */
input[type="text"],
input[type="password"],
button,
textarea,
select {
    outline: none;
}

/* img */
img{
	max-width:100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

/* code | kbd | pre | samp */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
iframe{
	vertical-align:bottom;
	border:0;
}

/* audio | canvas | video */
audio,
canvas,
video {
	display: inline-block;
}
[hidden],
template {
	display: none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* svg */
svg:not(:root) {
	overflow: hidden;
}

/* fieldset */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* legend */
legend {
	border: 0;
}

/* html */
html{
	position:relative;
	min-height:100%;
}

/* body */
body {
	width: 100%;
	height:100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, osaka, sans-serif;
	color: #000;
	font-size: 3.4vw;
	line-height: 1.8;
	text-align:left;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (min-width:800px){
	body {
		min-width: 1200px;
		font-size: 16px;
	}
}

/* p */
p {
	margin: 0 auto 1em;
}
/* a */
a {
	color:#956729;
	text-decoration:none;
	background: transparent;
	cursor: pointer;
	outline:none;
}
a:link,
a:visited,
a:focus {color: #956729;}
@media only screen and (min-width:800px){
	a:hover {
		color: #b7a67e;
	}
}

/* small */
small{
	font-size:10px;
	font-family: "メイリオ", Meiryo;
}

/* clearfix
------------------------------------------------*/
div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* only
------------------------------------------------*/
@media print, screen and (min-width:800px){
	.sp_only {
		display: none;
	}
}
@media only screen and (max-width:800px){
	.pc_only {
		display: none;
	}
}


/* ----------- wrapper ----------- */
#wrapper {
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
#wrapper.fix {
	position: fixed;
	width: 100%;
}
@media only screen and (min-width:800px){
    #wrapper {
        min-width: 1240px;
    }
	#wrapper.fix {
		position: static;
	}
}


/*----------------
  header
----------------*/
header {
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
header .inner {
	max-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	bottom: 0;
}
header .logo {
	display: none;
}
header .roadshow {
	display: none;
}
#gNavMenu {
    margin-top: 2%;
    width: 9%;
	display: block;
    position: fixed;
    top: 0;
    left: 3%;
    z-index: 11;
}
#gNavMenu.open {
	background: url("../img/btn_menu_close.png") no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
#gNavMenu.open img {
	opacity: 0;
}
header #gnavAcd {
    display: none;
}
header nav {
    margin: 0 auto;
    padding: 18% 0;
    width: 82%;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 10;
}
header .navList {
    margin: 0 auto 2%;
	width: 80%;
}
header .navList>li {
    margin: 0 auto 13%;
}
header .navList>li a {
	color: #956729;
	font-family: 'Montserrat';
	font-size: 5.8vw;
	letter-spacing: 0.06em;
	line-height: 1.2;
	display: block;
}
header .snsList {
	margin: 0 auto;
	text-align: center;
}
header .snsList>li {
	margin: 0 4%;
	width: 12%;
	display: inline-block;
	vertical-align: top;
}
header .close {
	margin: 0 auto;
	width: 60%;
}
#gnav-overlay {
    width: 100%;
	background: #faf8ef;
	opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/*----------------
  footer
----------------*/
footer {
    padding: 8% 0;
    color: #828282;
    position: relative;
}
footer .shareBlock {
	margin: 0 auto 5%;
	width: 54%;
	text-align: center;
	position: relative;
}
footer .shareBlock .txt {
	margin: 0 auto;
	color: #81776b;
	font-size: 3.2vw;
	display: inline-block;
	vertical-align: middle;
}
footer .shareBlock .shareList {
	width: 64%;
	font-size: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
footer .shareBlock .shareList li {
    margin: 0 0 0 12%;
	width: 21.3333%;
    display: inline-block;
	vertical-align: top;
}
footer .copyright {
    margin: 0 auto;
	color: #81776b;
    text-align: center;
    font-size: 2.7vw;
}

/*----------------
  #movieArea
----------------*/
#movieArea {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 820px;
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 10;
}
.modalBlock {
    display: none;
    position: relative;
    z-index: 1;
}
#mo-overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#trailerBlock {
    position: relative;
}
#trailerBlock .close {
    margin-top: -42%;
    width: 10.66667vw;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
#trailerBlock .ytBlock {
    margin-top: -28.12%;
    margin-right: 0;
    padding-top: 56.25%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
#trailerBlock .ytBlock iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#trailerBtn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 32% 0 0;
    z-index: 2;
}
#trailerBtn .item {
	width: auto;
	height: auto;
	margin: 0 0 2.5%;
	min-width: 25.5%;
}
#trailerBtn .item:not(:last-child)/*:not(:nth-last-child(2))*/ {
	margin-right: 2.67%;
}
#trailerBtn .item a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ed750f;
	font-size: 3.46667vw;
	font-weight: 400;
	border: 2px solid #ed750f;
	box-sizing: border-box;
	width: 100%;
	height: 112%;
	padding: 0 5.33333vw;
}
#trailerBtn .item a.on {
	color: #fff;
	background: #ed750f;
}

@media only screen and (min-width:800px){
	/*----------------
	  header
	----------------*/
	header {
		margin: 0;
		width: 370px;
		background: #faf8ef;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		bottom: 0;
		right: auto;
	}
	header .inner {
		padding: 50px 0;
		max-height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top: 0;
		bottom: 0;
	}
	header .logo {
		margin: 0 auto 30px;
		width: 290px;
		display: block;
	}
	header .roadshow {
		margin: 0 auto 50px;
		width: 270px;
		display: block;
	}
	#gNavMenu {
		display: none;
	}
	header #gnavAcd {
		display: block !important;
	}
	header nav {
		padding: 0 30px;
		width: auto;
		min-height: auto;
	}
	header .navList {
		margin: 0 auto;
		width: auto;
	}
	header .navList>li {
		margin: 0 auto 40px;
	}
	header .navList>li a {
		font-size: 28px;
	}
	header .snsList>li {
		margin: 0 10px;
		width: 50px;
	}
	#gnav-overlay {
		display: none;
	}
    
    /*----------------
      footer
    ----------------*/
    footer {
		margin: 0 0 0 370px;
        padding: 20px 0;
		background: #fff;
    }
	footer .shareBlock {
		margin: -16px auto 0;
		width: auto;
		position: absolute;
		top: 50%;
		right: 40px;
	}
	footer .shareBlock .txt {
		font-size: 14px;
	}
	footer .shareBlock .shareList {
		width: auto;
	}
	footer .shareBlock .shareList li {
		margin: 0 0 0 20px;
		width: 32px;
	}
	footer .copyright {
		font-size: 12px;
	}

    /*----------------
      #modal
    ----------------*/
    #movieArea {
        top: 40%;
    }
	#trailerBlock .close {
		margin-top: -230px;
		margin-right: -60px;
		width: 50px;
	}
	#trailerBtn {
	    margin: 29% 0 0;
	}
	#trailerBtn .item {
		width: auto;
		margin: 0 0 10px;
		min-width: 170px;
	}
	#trailerBtn .item:not(:last-child) {
		margin-right: 10px;
	}
	#trailerBtn .item a {
		font-size: 18px;
		width: 100%;
		height: 40px;
		padding: 0 35px;
	}
	#trailerBtn .item a:hover {
		color: #fff;
		background: #ed750f;
	}
}