@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    word-break: break-all;
    margin: 0;
    padding: 0;
}
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;
	cursor: pointer;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
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;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　基本スタイル
--------------------------------------------------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: #fff;
	overflow-x: hidden;
    overscroll-behavior: none;
    -ms-overscroll-behavior: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
font-family: "heisei-kaku-gothic-std", sans-serif;
font-weight: 500;
	font-size: 16px;
	color: #000;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
ul,ol{letter-spacing: -0.5em;
}
li {
	list-style:none;
	letter-spacing: normal;
}
a{
    text-decoration: none;
	display: inline-block;
    cursor: pointer;
    color: #c11920;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　共通
--------------------------------------------------------------------------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
	min-height: 100vh;
    position: relative;
	overflow: hidden;
	background: url("../img/bk.png")repeat #fdfdfa;
    background-size: 30%;
	padding-bottom: 460px;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column_list{
	width: 100%;
	justify-content: flex-start;
	flex-direction: column;
}
.column_list li{margin: 0 0 10px;}
.row_list{
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
}
.bold{font-weight: bold;}

.fixed {
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
}

.come{
	padding-left:1em;
	text-indent:-1em;
}
.come::before{content: "※";}

.a_center{text-align: center;}
.a_left{text-align: left;}
.a_right{text-align: right;}


.no_link{
	pointer-events: none;
	opacity: 0.5
}

.pr{position: relative;}

.f_han{
font-family: "source-han-sans-japanese", sans-serif;
font-weight: 900;
font-style: normal;
}


.no_disp{display: none!important;}

.mt15{margin-top: 15px;}

.sp_on,
.sp750,
.sp550{display: none;}
@media print, screen and (max-width: 999px){
	.sp_on{display: inline-block;}
}
@media print, screen and (max-width: 750px){
	.sp750{display: inline-block;}
}
@media print, screen and (max-width: 550px){
	.sp550{display: inline-block;}
}
/*--------------------------------------------------------------------------------------------------------------------------
　　btn
--------------------------------------------------------------------------------------------------------------------------*/
.btn{
	width: 55%;
    color: #fff;
    font-size: 3.5vw;
    padding: .5em 0 .6em;
    margin: 4vw auto 0vw;
    background: url(../img/btn_bk.png) #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	transition: all .3s;
}
.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 3vw solid #c11920;
	border-right: 3vw solid transparent;
}

.btn:hover{transform: scale(1.03);}


.big_btn{
    background: url("../img/big_btn_bk.png") #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 58%;
    padding: 1.2em 0;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    margin: 30px auto 0;
    color: #fff;
    font-size: 165%;
    border: solid #000 .2em;
}
.big_btn:hover{transform: scale(1.03);}


@media print, screen and (max-width: 1300px){
.big_btn{ width: 70%;}
}
@media print, screen and (max-width: 800px){
.btn{
	width: 85%;
	max-width: 320px;
	font-size: 125%;
	display: block;
	padding: 1em 0 1.1em;
}
.btn::before {
	border-top: 30px solid #c11920;
	border-right: 30px solid transparent;
}
.big_btn{
    width: 85%;
	font-size: 150%;
}
}

@media print, screen and (max-width: 550px){
.big_btn{
        font-size: 135%;
        width: 100%;
        padding: 1em 0;
        margin: 0 auto 8vw;
}
}

/*--------------------------------------------------------------------------------------------------------------------------
　　pan
--------------------------------------------------------------------------------------------------------------------------*/
.pan_list li{
	position: relative;
	padding-right: 30px;
}
.pan_list li::before{
	font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.pan_list li:last-child::before{display: none;}
/*--------------------------------------------------------------------------------------------------------------------------
　　footer
--------------------------------------------------------------------------------------------------------------------------*/
.footer{
	width: 100%;
    background: #000;
    color: #fdfdfa;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	
}
.footer_inner{
    padding: 50px 0 30px;
	line-height: 200%;
	background:url("../img/btn_bk.png")no-repeat;
	background-position: center;
	background-size: cover;
}
.f_title{
	font-size: 150%;
    margin-bottom: 45px;
}
.f_text{
    display: inline-block;
	font-size: 100%;
	vertical-align: middle;
	text-align: left;
}
.f_text li{
	margin: 0 0 10px;
	padding-left:100px;
	position: relative;
}
.f_text .pc_big,
.f_text .big{
    font-size: 130%;
	vertical-align: middle;
}

.f_text .mini_title{
	color: #dec254;
    border: solid 1px #dec254;
	padding: 0 .5em;
	vertical-align: middle;
	border-radius: 3px;
    min-width: 85px;
    display: inline-block;
    text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.copy_inner{
    padding:20px 25px;
    border-top: solid 2px #c11920;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.copy{
    font-size: 88%;
	display: inline-block;
}
.syusai{
	margin-bottom: 15px;
	line-height: 160%;
	font-size: 113%;
}
.syusai span{font-size: 133%;}

@media print, screen and (max-width: 800px){

.f_title{
	font-size: 125%;
	margin-bottom: 30px;
}

.syusai{font-size: 95%;}
	
.f_text{font-size: 88%;}
.f_text .mini_title {
    padding: 0 .5em;
    min-width: 75px;
}

.f_text .pc_big{font-size: 113%;}
}
@media print, screen and (max-width: 550px){
.f_title{font-size: 113%;}
.footer_inner { padding: 40px 0 25px;}
.f_text .mini_title {min-width: 75px;}
.f_text li{
	padding-left:90px;
    line-height: 160%;
	}
.f_text .pc_big{font-size: 107%;}

.syusai span{font-size: 120%;}

}

/*--------------------------------------------------------------------------------------------------------------------------
　　pagetop
--------------------------------------------------------------------------------------------------------------------------*/
.page_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 50px;
    height:50px;
	background: #000;
	justify-content: center;
	align-items: center;
	font-size: 125%;
	color: #fff;
	border: solid #fff 2px;
}
.page_f{bottom: 90px;}

@media print, screen and (max-width: 750px){
.page_top{
	right: 15px;
    bottom: 15px;
    width: 40px;
    height:40px;
	}
}
@media print, screen and (max-width: 550px){
.page_top{
	right: 10px;
    bottom: 10px;
	}
}




