@charset "utf-8";
/* CSS Document -----------------------------

 2019.03.07

--------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left;box-sizing: border-box;}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align: bottom;margin: 0;padding: 0;}
/*--------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	outline:none;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
.object-fit-img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
.object-fit-img {
	object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;'
}
/*------------------------------------------------*/
body{
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p,table,th,td,li {
	line-height: 1.8;
	font-size: 16px;
}
section {
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 1;
	padding: 100px 0;
	margin: 0;
}
h2 {
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	margin-bottom: 70px;
}
h2 span {
	color: #A11C3F;
}
.inner {
	max-width: 1183px;
	margin: 0 auto;
	padding: 0 10px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.button::after,
.button::before {
	content: '';
	width: 15px;
	border-top: solid 1px #000;
	position: absolute;
	right: 30px;
	transition: .5s;
}
.button::after {
	-ms-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	top: 45%;
}
.button::before {
	-ms-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	bottom: 45%;
}
.button:hover::after,
.button:hover::before {
	border-top: solid 1px #fff;
}
.underline {display: inline-block;position: relative;text-decoration: none;}
.underline::after {	
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translate(-50%,50%);
	transition: all .3s ease 0s;
	width: 0;
	height: 2px;
	background: #FBE54D;
}
.underline:hover {cursor: pointer;}
.underline:hover::after {width: 100%;}
.linkbtn {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #A11C3F;
	background: #A11C3F;
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: .1em;
}
.linkbtn:hover {background: #fff;color: #A11C3F;}
@media only screen and ( max-width : 896px ) {
	body::before{
		content: "";
		display: block;
		width: 0;
		height: 100%;
		background: rgba(161, 28, 63, 0);
		z-index: 60;
		position: fixed;
		left: 0;
		top: 0;
		transition: .3s all;
		font-size: 14px;
	}
	body.clicked::before {
		width: 100%;
		background: rgba(161, 28, 63, 0.5);
	}
	p,table,th,td,li {
		font-size: 14px;
	}
	h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
@media only screen and ( max-width : 480px ) {
	body,p,table,th,td,li {
		font-size: 13px;
	}
	section {
		padding: 50px 0;
	}
	.button {
		padding: 10px 0;
	}
}
@media only screen and ( max-width : 400px ) {
	body,p,table,th,td,li {
		font-size: 3.7vw;
	}
}
/*----------------------------------------------------------------------------------

    header

-----------------------------------------------------------------------------------*/
header {
	background: #A11C3F;
    top: 0;
    width: 100%;
    z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	bottom: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: sticky;
}
header ul {
	max-width: 1225px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: 5px 10px;
}
header li a {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: block;
}
header li:last-child a {
	width: 150px;
	border: 1px solid #F8FF88;
	border-radius: 5px;
	background: #F8FF88;
	color: #A11C3F;
	padding: 6px 0;
	font-size: 24px;
	line-height: 1;
}
header li:last-child a:hover {background: #A11C3F;color: #F8FF88;}
header li:last-child span {display: block;font-size: 12px;text-align: center;}
nav {transition: .3s;}
@media only screen and ( max-width : 1100px ) {
	header li {
		margin-right: 2%;
		font-size: 1.3vw;
	}	
}
@media only screen and ( max-width : 896px ) {
	header .header_box {
	    height: 50px;
	}
	header .header_box nav {
		background: #A11C3F;
		position: fixed;
		top: 50px;
		right: -100%;
		width: 80%;
		z-index: 999;
		transition: .3s all;
	}
	header .header_box nav.clicked {
		right: 0%;
		box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
	}
	header ul {
		display: block;
	}
	header li{
		margin: 0 0 0;
		padding: 0 20px;
		border-bottom: solid 1px #fff;
		display: block;
		font-size: 14px;
	}
	header li a {
		font-size: 13px;
		font-weight: 400;
		text-align: left;
		letter-spacing: 2px;
		padding: 15px 0;
	}
	header li:last-child {
		transition: all .3s;
		margin: 10px;
		padding: 0;
		border-bottom: none;
	}
	header li:last-child a{
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	header li:last-child a {width: 100%;}
	#sp-menu {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 10px;
		top: 50%;
		z-index: 999999;
		margin: -20px 0 0;
		display: block;
		cursor: pointer;
		background: #fff;
		border-radius: 10px;
	}
	#sp-menu span {
		position: absolute;
		width: 50%;
		height: 2px;
		border-radius: 10px;
		background-size: 100% 100%;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		left: 9px;
		background: #A11C3F;
	}
	#sp-menu span.top-border {
		top: 14px;
	}
	#sp-menu span.middle-border {
		top: 50%;
		margin: -1px 0 0;
	}
	#sp-menu span.bottom-border {
		bottom: 14px;
	}
	#sp-menu.clicked span.top-border {
		transform: rotate(-45deg);
		top: 19px;
	}
	#sp-menu.clicked span.middle-border {
		width: 0;
	}
	#sp-menu.clicked span.bottom-border {
		transform: rotate(45deg);
		bottom: 19px;
	}
}
/* ---------------------------------------------------------------------------------------------

　  footer

--------------------------------------------------------------------------------------------- */
footer {
    width: 100%;
    background: #000;
	color: #fff;
	font-size: 12px;
    padding: 40px 0 30px 0;
}
footer a {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	display: block;
}
footer p {
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width: 896px) {
}
/* ---------------------------------------------------------------------------------------------

　   back top

--------------------------------------------------------------------------------------------- */
.entrybt {
	display: none;
	position: fixed;
	bottom: 3%;
	right: 20px;
	z-index: 10;
}
.entrybt a {
	position: relative;
    display: block;
    background: #A11C3F;
    width: 72px;
    height: 72px;
    padding-top: 15px;
    border: 2px solid #fff;
    border-radius: 1000px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.entrybt a:before, .entrybt a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    border-color: transparent;
    border-style: solid;
}
.entrybt a:before {
    bottom: 1px;
    border-width: 14px 10px;
    border-top-color: #fff;
}
.entrybt a:after {
    border-width: 12px 8px;
    border-top-color: #A11C3F;
}