@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ---------------------------------------------------------------
	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:#000; 
    font-style:italic;
    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
--------------------------------------------------------------- */
html{
	scroll-behavior: smooth;
}
body {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, sans-serif;
	line-height: 1.56;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}
header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 750px;
	}
	main{
		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;
	}
	main{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

.fv{
	position: relative;
}
.fv h1{
	position: relative;
	z-index: 1;
}
.wrap_fv_video{
	width: 100%;
	overflow-x: hidden;
	margin: -14% 0 -16%;
}
.wrap_fv_video video{
	width: 185%;
	margin: 0 -45% 0 -40%;
}


/* common
---------------------------------------------------------- */
.wrap_movie{
	position: relative;
}
.wrap_movie video{
	width: 92%;
	margin: auto;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	border: 5px solid #fff;
}
.iimono{
	margin-top: -3%;
	background: #f3ebe4;
}


/* cv
---------------------------------------------------------- */
.cv{
	margin-top: -7%;
	position: relative;
}
.cv a{
	position: absolute;
	bottom: 9.5%;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 672px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv a{
		width: calc(672vw / 750 * 100);
	}
}

/* qa
---------------------------------------------------------- */
.qa{
	background: #f3ebe4;
	padding-bottom: 5%;
}
.qa dl{
	margin-bottom: 4%;
}
.qa dl dt{
	cursor: pointer;
	position: relative;
}
.qa dl dt::after{
	content: "";
	display: block;
	background: url("img/icon_arrow_down.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 13px;
	position: absolute;
	right: 8%;
	top: 45%;
}
.qa dl.on dt::after{
	background-image: url("img/icon_arrow_up.png");
}
.qa dl dd{
	display: none;
}
.qa4 dd{
	position: relative;
}
.qa4 dd a{
	position: absolute;
	display: block;
	width: 16%;
	height: 13%;
	left: 30%;
	top: 43%;
	text-indent: -9999px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.qa{
		background-size: calc(300vw / 750 * 100);
	}
	.qa > dl{
		width: calc(690vw / 750 * 100);
		margin: 0 auto 5%;
	}
	.qa dl dt::after{
		width: calc(20vw / 750 * 100);
		height: calc(13vw / 750 * 100);
		right: 4%;
	}
	.qa4 dd a{
		width: 18%;
		left: 28%;
	}
}


/* detail
---------------------------------------------------------- */
.detail{
	padding: 5%;
	color: #561717;
}
.detail a{
	color: #561717;
	text-decoration: none;
}
.detail dl dt{
	color: #c00c50;
}
.detail dl dd{
	margin-bottom: 1.5em;
}
.detail_about{
	padding-bottom: 5%;
	background: url("img/bg_dot.png") repeat-x center bottom;
	margin-bottom: 5.5%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.detail{
		font-size: calc(16vw / 750 * 100);
	}
	.detail dl{
		background-size: calc(10vw / 750 * 100) auto;
	}
}


/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
.content .main .pc,
.pc {
	display: block;
}

.content .main .sp,
.sp {
	display: none;
}

@media screen and (max-width: 750px) {
	.content .main .pc,
	.pc {
		display: none;
	}
	.content .main .sp,
	.sp {
		display: block;
	}
}

.footer_img {
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.footer_img {
		width: 100%;
		margin: 0 auto;
	}
}

.footer p img, .footer p a img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.footer_img img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.footer_top {
    padding: 30px 0;
    border-top: 1px solid #ffadb9;
}

.footer_top_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auto {
    margin-right: auto;
	margin-left: auto;
}

.footer_links {
	list-style: none;
	display: flex;
	margin: 0px auto;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	background-color: #f75e74;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	.footer_links {
		display: inline-block;
		padding: 10px 0;
		list-style: none;
		background-color: #fc5b72;
	}
}

@media screen and (max-width: 750px) {
	.footer_links li {
		display: inline-block;
		line-height: 100%;
		box-sizing: border-box;
		padding: 0 2%;
		border-right: 1px solid #fff;
	}
	footer ul li:first-child {
		padding: 0;
		padding-right: 2%;
	}
	
	footer ul li:last-child {
		border: none;
		padding-right: 0;
		padding-left: 1%;
	}
	
}

.footer_links li a {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 750px) {
	.footer_links li a {
		font-size: 14px;
		line-height: 100%;
		display: inline-block;
		padding: 0;
		text-decoration: none;
		color: #fff;
	}
}

.footer_info {
    padding-left: 28px;
    color: #df3f56;
}

.footer_info dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer_info dd {
    font-size: 16px;
    line-height: 24px;
}

.footer_links li:not(:last-child)::after {
    font-size: 14px;
    content: "｜";
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 750px) {
	.footer_links li:not(:last-child)::after {
		content: none;
	}
}

.copyright {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #df3f56;
}

@media screen and (max-width: 750px) {
	.copyright {
		width: 100%;
		line-height: 180%;
		padding: 10px 0;
		color: #fff;
		font-size: 80%;
		background-color: #db4359;
		font-weight: normal;
		text-align: center;
	}
}