@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    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-size: 16px;
	font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 160%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
ul,ol{
	list-style: none;
  letter-spacing: -0.5em;
}
li {letter-spacing: normal;}
a{
    text-decoration: none;
	display: inline-block;
    cursor: pointer;
}

/*--------------------------------------------------------------------------------------------------------------------------
　　font
--------------------------------------------------------------------------------------------------------------------------*/
.brother{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.futura{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　共通
--------------------------------------------------------------------------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
	min-height: 100vh;
    position: relative;
}
.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;
}
.bold{font-weight: bold;}
.fixed {
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    height: 100%;
}
.a_center{text-align: center;}
.a_left{text-align: left;}

.green_bk{background: #74898D;}
.white_text{color: #fff;}
.gry_text{color: #918F8F;}

.relative{position: relative;}
.sp_on{display: none;}

.ank{
    padding-top: 200px;
    margin-top:-200px;
}
.no_event{
	opacity: .5!important;
	pointer-events: none;
}
@media print, screen and (max-width: 768px) {
.sp_on{display: inline-block!important;}
}
/*--------------------------------------------------------------------------------------------------------------------------
　　header
--------------------------------------------------------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 1.5vw;
    width: 100%;
    max-width: 13vw;
    padding: 5vw 0;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-top: solid 1vw #C50033;
    z-index: 10000;
    flex-direction: column;
    border-radius: 0 0 7vw 7vw;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
.logo{
	width: 100%;
    max-width: 54%;
}
.top_hr{
	width: 70%;
	margin: 3vw auto ;
	border-top: solid #DEDEDE .1vw;
}
.menu{
	margin: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}
.menu  li{margin-bottom: 1.2vw;}
.menu  li:last-child{margin-bottom: 0;}


.menu a {
display: inline-block;
    width: 100%;
    padding-left: 1.8vw;
    color: #302D2C;
    font-size: 1.9vw;
    background: url(../img/box.svg)no-repeat;
    background-position: left center;
    background-size: 1.2vw;
}
@media print, screen and (max-width: 1280px){
	.header{
	left: 15px;
	max-width: 165px;
	padding: 75px 0;
    border-top: solid 10px #C50033;
}
.menu a{
	padding-left: 25px;
	font-size: 150%;
	background-size: 15px;
}
	.menu{max-width: 115px;}
	.menu  li{margin-bottom: 15px;}
.top_hr{
	margin: 40px auto ;
	border-top: solid #DEDEDE 1px;
}
}
@media print, screen and (max-width: 999px) {
.logo {max-width: 30px;}
.header{
	max-width: 100%;
    left: 0;
    padding: 15px 20px;
	border-radius: 0;
    border-top: solid 3px #C50033;
    justify-content: space-between;
	flex-direction: row; 
	}

.logo {max-width: 100px;}
.top_hr,
.menu{display: none;}
body.active .menu{
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 63px;
    right: 0;
    display: flex!important;
    background: #fff;
    padding: 22px 6%;
    border-top: solid 2px #f2f2f5;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 10px 10px rgba(0,0,0,.04);
}

}

/*--------------------------------------------------------------------------------------------------------------------------
　　footer
--------------------------------------------------------------------------------------------------------------------------*/
.footer{
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F1F2F4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F1F2F4 calc(100% - 1px));
    background-size: 44px 44px;
    background-repeat: repeat;
    background-position: right;
    border-top: solid 1px #F1F2F4;
}
.f_img{
	position: absolute;
	top: -90px;
	right: 0;
	width:100%;
	max-width: 480px;
}
.f_logo{
	max-width: 14.5vw;
    width: 100%;
}
.f_inner{
    padding: 80px 4%;
	width: calc(100% - 14vw);
	margin:0 0 0 auto;
	justify-content: space-between;
	align-items: flex-start;
}

.f_box{
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column; 
}
.f_location{margin-top: 30px;}
.f_location li{
	color: #393939;
	background: url("../img/box.svg")no-repeat;
	background-position: left center;
	padding: 1vw 0 1vw 4.7vw;
    font-size: 1.4vw;
    background-size: 2.5vw;
    line-height: 1.7vw;
}
.copy{
	width: 100%;
    height: 55px;
    justify-content: center;
    align-items: center;
    font-size: 107%;
}
.this_year{margin: 0 8px;}
@media print, screen and (max-width: 1280px){
.f_inner{width: calc(100% - 195px);}
.f_logo{ max-width: 185px;}
.f_location li{
	padding:10px 0 10px 60px;
	font-size: 113%;
	background-size: 30px;
	line-height: 160%;
}
}
@media print, screen and (max-width: 999px) {
.f_inner{
    padding: 80px 40px;
	width: 100%;
}
.f_img {
    top: -20px;
    max-width: 380px;
}
.f_logo {max-width: 150px;}
.f_location li {
    padding: 10px 0 10px 40px;
    font-size: 100%;
    background-size: 25px;
}
.copy{font-size: 90%;}
}
@media print, screen and (max-width: 700px) {
	.f_img {display: none;}
	.f_inner{padding:40px;}
}
@media print, screen and (max-width: 550px) { 
	.f_box,
.f_location {width: 100%;}
.f_inner,
.f_box{
	justify-content: center;
    align-items: center;
	}
.copy{font-size: 88%;}
}

/*----------------------------------------------------------------------------------------------------------------------------------
　 　page_top
----------------------------------------------------------------------------------------------------------------------------------*/
#page_top{
  position: fixed;
  right: 20px;
    bottom: 45px;
  z-index: 1000;
}
#page_top span{
    font-size: 200%;
    background: rgb(255,255,255,.8);
    border-radius: 10px;
    border: solid 2px #C50033;
    text-decoration: none;
    color: #C50033;
    width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
}
@media print, screen and (max-width: 750px){
#page_top{
	right: 5px;
    bottom: 25px;
	}
#page_top span{
    font-size: 175%;
    padding: 0px 18px;
    width: 55px;
	height: 55px;
	}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　toggle
----------------------------------------------------------------------------------------------------------------------------------*/
.toggle{display: none;}
@media print, screen and (max-width: 999px) {
.toggle{
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 25px;
}
.toggle span{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	background:#74898D;
    transition: all .3s;
	border-radius: 10px;
}
.toggle span:nth-of-type(1){top: 0px;}
.toggle span:nth-of-type(2){top: 11px;}
.toggle span:nth-of-type(3){bottom: 0;}
.toggle span:nth-of-type(3),
.toggle span:nth-of-type(1),
.toggle span:nth-of-type(2) {right: 0;}

/*----- active -------------*/
body.active .toggle span:nth-of-type(1){transform: rotate(45deg);}
body.active .toggle span:nth-of-type(2),
body.active .toggle span:nth-of-type(3){transform: rotate(-45deg);}
body.active .toggle span:nth-of-type(1) ,
body.active .toggle span:nth-of-type(2){top:11px;}
body.active .toggle span:nth-of-type(3){bottom:11px;}
}