@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#643813;
    font-style: normal;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #3d3020;
	font-size: 23px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 750px;
	}
	#all{
		width: 750px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
		font-size: calc(26vw / 750 * 100);
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

/* header
---------------------------------------------------------- */
header{
	position: relative;
}
header a{
	position: absolute;
	right: 14.1%;
	bottom: 8%;
}
@media all and (max-width: 750px) {
	header a img{
		width: calc(381vw / 750 * 100);
	}
}


/* video
---------------------------------------------------------- */
video{
	display: block;
}
.wrap_fv{
	position: relative;
}
.wrap_fv video{
	position: absolute;
	top: 24.5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 72%;
}
.wrap_fv .wrap_bcove01{
	position: absolute;
	top: 24.5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 72%;
}
.wrap_bcove01 video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode){
	padding-top: 102%;
}
.wrap_fv .wrap_bcove01 + img{
	position: absolute;
	bottom: 30%;
}
.wrap_bcove03 video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode){
	padding-top: 46%;
}
.insta{
	position: relative;
}
.insta video{
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
}
.insta .wrap_bcove_insta{
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
}
.wrap_bcove_insta video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode){
	padding-top: 125%;
}
.wrap_movie video{
	width: 100%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	video{
		width: 100%;
	}
}


/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	display: block;
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
	margin: auto;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv a{
		width: calc(716vw / 750 * 100);
	}
}


/* cv_btm
---------------------------------------------------------- */
.cv_btm{
	position: relative;
}
.cv_btm a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6%;
	margin: auto;
}
@media all and (max-width: 750px) {
	.cv_btm a img{
		width: calc(707vw / 750 * 100);
	}
}


/* qa
---------------------------------------------------------- */
.qa{
	padding-bottom: 10%;
}
.qa > dl{
	margin-bottom: 7%;
}
.qa > dl > dt{
	position: relative;
	cursor: pointer;
}
.qa > dl > dt::after{
	content: "";
	display: inline-block;
	background: url("img/icon_arrow.png") no-repeat;
	background-size: contain;
	width: 18px;
	height: 12px;
	position: absolute;
	top: 45%;
	right: 4%;
	transform: rotate(180deg);
	transition: .2s;
}
.qa > dl.on > dt::after{
	transform: rotate(0);
}
.qa > dl > dd{
	display: none;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.qa > dl{
		margin: 0 auto 7%;
	}
	.qa > dl > dt::after{
		width: calc(18vw / 750 * 100);
		height: calc(12vw / 750 * 100);
		right: 5%;
	}
}


/* cv_detail
---------------------------------------------------------- */
.cv_detail > div{
	position: relative;
}
.cv_detail ul{
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cv_detail01 ul{
	top: 59.2%;
}
.cv_detail02 ul{
	top: 35%;
}
.cv_detail03 ul{
	top: 32%;
}
.cv_detail01 ul > li:last-child{
	margin-top: 66.5%;
}
.cv_detail02 ul > li:last-child{
	margin-top: 67%;
}
.cv_detail03 ul > li:last-child{
	margin-top: 67.5%;
}
.cv_detail ul li a{
	display: block;
	width: 586px;
	margin: auto;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv_detail ul li a{
		width: calc(586vw / 750 * 100);
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	padding-top: 8%;
	color: #3d3020;
	padding: 11% 0 8%;
	font-feature-settings: "palt";
	line-height: 1.7;
}
footer a{
	color: #3d3020;
	text-decoration: none;
}
footer ul{
	list-style: none;
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin: 10% auto 5%;
}
footer ul li{
	line-height: 1;
	padding: 0 0.7em;
	border-right: 1px solid #3d3020;
}
footer ul li:last-child{
	border: none;
}
footer ul a:hover{
	text-decoration: underline;
}
address{
	font-style: normal;
	font-size: 20px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.logo a{
		display: block;
		width: calc(357vw / 750 * 100);
		margin: auto;
	}
	footer ul{
		font-size: calc(20vw / 750 * 100);
	}
	address{
		font-size: calc(20vw / 750 * 100);
	}
}

