@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */


.en { font-family: 'Open Sans', sans-serif; }

/*PC*/
@media print, screen and (min-width: 769px) {

.gridContainer {
width:100%;
/*padding:0;
clear: none;
float: none;
margin:0 auto;*/
}
#div1 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.pcBr {
display: inline-block;
}

.spBr {
display: none;
}

.pc {
display: block;
}

.sp {
display: none;
}


/* com
--------------------------------------------*/
#hedImg {
background:#d0111b;
width: 100%;
background-size: cover !important;
height: 160px;
margin: auto;
position: relative;
margin:0 0 60px;
}

.hed_tit {
	text-align:center;
	color: #fff;
}

.hed_tit h2 {
font-size:30px;
line-height: 1.5;
letter-spacing: 0.12em;
}

.sec-ttl01 {
position: relative;
margin-bottom: 40px;
padding-bottom: 18px;
font-size: 28px;
font-weight: 600;
text-align: center;
line-height: 1.6;
}
.sec-ttl01::after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto; 
width:60px;
height: 1px;
background-color:#D0121B;
}



/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 30px;
z-index: 2000;
width: 54px;
}

#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

#hedImg {
	background:#d0111b;
	width: 100%;
	height: 120px;
	margin: auto;
	position: relative;
	margin: 70px auto 60px;
}


.hed_tit {
	text-align:center;
}

.hed_tit h2 {
font-size: 24px;
line-height: 1.5;
letter-spacing: 0.12em;
padding-top:35px;
}



#contents {
width: 1100px;
margin:0  auto 60px;
}

/*-----------*/
.comBtn {
width: 280px;
}

.comBtn a {
display: block;
background-color: #1b1f79;
color: #fff;
text-align: center;
font-size: 1.6rem;
padding: 10px;
position: relative;
}

.comBtn a:before {
font-family: "Font Awesome 5 Free";
content: "\f105";
position: absolute;
font-weight: bold;
/*top: 50%;*/
right: 30px;
font-size: 1.6rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.comBtn a:hover {
background-color: #e00011;
}

.comBtn a:hover:before {
right: 20px;
}





/* header
--------------------------------------------*/
#header {
width: 100%;
height: 70px;
overflow: hidden;
position: fixed;
top: 0;
z-index: 100;
background: #FFF;
-webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.logo_Hed {
-moz-transition: all 0.3s;
position: absolute;
top: 10px;
left: 15px;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width:360px;
z-index:100;
}

.logo_Hed img {
width: 100%;
height: auto;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.logo_Hed a {
display: block;
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}


.sp_list {
display: none;
width: 40px;
height:60px;
padding: 0;
list-style-type: none;
position:absolute;
top:0;
right:15px;
}

.sp_list li {
width: 40px;
height: 40px;
float: left;
margin: 0;
padding: 0px;
text-align: center;
font-weight: bold;
}

.sp_list li a {
display: block;
color: #222;
padding-top: 15px;

}

.sp_list li i {
font-size: 30px;
line-height: 30px;
}

#menu {
margin-top: 33px;
display: flex;
display: -ms-flexbox;
justify-content: flex-end;
-ms-flex-pack: end;
white-space:nowrap;
}

#menu li {
font-size: 1.5rem;
margin-right: 10px;
}

#menu li:last-child {
margin-right: 0px;
}

#menu li a {
color: #000;
padding: 10px 5px;
/*display: block;*/
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "貂ｸ繧ｴ繧ｷ繝�け",YuGothic,"繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3","Hiragino Kaku Gothic ProN","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"MS P繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
font-weight: bold;
letter-spacing: 0.08em;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
line-height: 1.2em;
font-size: 14px;
}

header.smaller #menu li a {
color: #000;
}


/* footer
--------------------------------------------*/
#footer {
box-sizing: border-box;
width: 100%;
padding: 30px 0;
background: #222;
}

.footerTopIn {
margin-bottom: 30px;
}

.footerCp__img {
width: 200px;
margin:0 auto 10px;
}

.footerCp__img img {
width: 100%;
height: auto;
}

.footerCp h3 {
font-size: 1.4rem;
color:#FFF;
text-align:center;
}

.footerCp p {
color: #fff;
font-size: 1.3rem;
line-height: 1.8;
letter-spacing: 0.05em;
}

.footerBottomIn p.copy {
font-size: 1.2rem;
color: #fff;
text-align:center;
}



/* contents
--------------------------------------------*/
.comBtnWrap {
padding-top: 50px;
}

.comBtn01,
.comBtn02 {
width: 100%;
max-width: 250px;
margin:50px auto 0;
}

.comBtn01 a {
border: #fff 1px solid;
color: #fff;
background-color: #393939;
}

.comBtn02 a {
border: #393939 1px solid;
color: #393939 !important;
background-color: #fff;
}

.comBtn01 a,
.comBtn02 a {
font-size: 1.5rem;
font-weight: 500;
text-align: center;
display: block;
color: #fff;
padding: 10px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.comBtn02 a:hover {
color: #fff !important;
box-shadow:0px 0px 0px 0px #393939;
transform: translate(3px,3px);
background-color: #ad5011;
}

.btnR {
margin-left: auto;
margin-right: 0; 
}

.btnC {
margin-left: auto;
margin-right: auto;
}

.com_LedeBox{
position: relative;
border:1px solid #E5E5E5;
margin-bottom: 80px;
}
.com_LedeBox_In{
position: relative;
padding: 65px 70px;
}
.com_LedeBox::before,
.com_LedeBox::after,
.com_LedeBox_In::before,
.com_LedeBox_In::after{
position: absolute;
display:block;
content:"";
width: 101px;
height: 101px;
pointer-events: none;		
}
.com_LedeBox::before,
.com_LedeBox::after{
top:-1px;
}
.com_LedeBox_In::before,
.com_LedeBox_In::after{
bottom:-1px;	
}
.com_LedeBox::before,
.com_LedeBox_In::before{
left:-1px;	
}
.com_LedeBox::after,
.com_LedeBox_In::after{
right:-1px;
}
.com_LedeBox::before{ background: url(../images/com/waku01.png) no-repeat; }
.com_LedeBox::after{ background:url(../images/com/waku02.png) no-repeat; }
.com_LedeBox_In::before{ background:url(../images/com/waku03.png) no-repeat; }
.com_LedeBox_In::after{ background:url(../images/com/waku04.png) no-repeat; }

.com_LedeBox_In h4 {
font-size: 3rem;
font-weight: bold;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
text-align: center;
margin-bottom: 40px;
color:#D0121B;
}

.com_Lede01 {
	font-weight:bold;
font-size: 1.7rem;
line-height: 2em;
letter-spacing:2px;
text-align:center;
}

.com_Lede01 span {
font-weight: bold;
background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;
}

.btn01,
.btn02 {
max-width: 250px;
margin-top: 50px;
}
.btn01 a {
display: block;
text-align: center;
border: 1px solid #fff;
padding: 10px;
position: relative;
color: #fff;
}
.btn02 a {
display: block;
text-align: center;
border: 1px solid #222;
padding: 10px;
position: relative;
color: #222;
}
.btn01 a:before {
content: "";
position: absolute;
background: #fff;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.btn02 a:before {
content: "";
position: absolute;
background: #222;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

.btn01 a:hover:before,
.btn02 a:hover:before {
left: -20px
}

}




/*pcとsp共通*/
/*----------------------------*/
.gridContainer {
overflow: hidden;
}




.imgSlide {
width: 100%;
height: 100%;
overflow: hidden;
}
.imgSlide .imgSlideIn {
width: inherit;
height: inherit;
opacity: 0;
}
.isPlay {
animation-name: play;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1);
position: relative;
opacity: 1 !important;
}
.isPlay:before {
animation-name: maskOut;
animation-duration: .5s;
animation-delay: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1);
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: #202020;
}
@keyframes play {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
@keyframes maskOut {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
/*----------------------------------------------------------------------*/







/*sp*/
@media only screen and (max-width: 768px) {

.gridContainer {
width:100%;
/*padding:0;
clear: none;
float: none;
margin:0 auto;*/
}
#div1 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.pcBr {
display: inline-block;
}

.spBr {
display: none;
}

.pc {
display: block;
}

.sp {
display: none;
}


/* com
--------------------------------------------*/
#hedImg {
background:#d0111b;
width: 100%;
background-size: cover !important;
height: 160px;
margin: auto;
position: relative;
margin:0 0 60px;
}

.hed_tit {
	text-align:center;
	color: #fff;
}

.hed_tit h2 {
font-size:30px;
line-height: 1.5;
letter-spacing: 0.12em;
}

.sec-ttl01 {
position: relative;
margin-bottom: 40px;
padding-bottom: 18px;
font-size: 28px;
font-weight: 600;
text-align: center;
line-height: 1.6;
}
.sec-ttl01::after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto; 
width:60px;
height: 1px;
background-color:#D0121B;
}



/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 30px;
z-index: 2000;
width: 54px;
}

#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

#hedImg {
	background:#d0111b;
	width: 100%;
	height:70px;
	margin: auto;
	position: relative;
	margin: 0 auto 30px;
}


.hed_tit {
	text-align:center;
	padding:20px 0 0;
}

.hed_tit h2 {
font-size: 18px;
line-height: 1.5;
letter-spacing: 0.12em;
}



#contents {
width: 96%;
margin:0  auto 30px;
}

/*-----------*/
.comBtn {
width: 280px;
}

.comBtn a {
display: block;
background-color: #1b1f79;
color: #fff;
text-align: center;
font-size: 1.6rem;
padding: 10px;
position: relative;
}

.comBtn a:before {
font-family: "Font Awesome 5 Free";
content: "\f105";
position: absolute;
font-weight: bold;
/*top: 50%;*/
right: 30px;
font-size: 1.6rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.comBtn a:hover {
background-color: #e00011;
}

.comBtn a:hover:before {
right: 20px;
}





/* header
--------------------------------------------*/
#header {
width: 100%;
height: 60px;
z-index: 100;
background: #FFF;
-webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.logo_Hed {
-moz-transition: all 0.3s;
position: absolute;
top: 15px;
left: 10px;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width:260px;
z-index:100;
}

.logo_Hed img {
width: 100%;
height: auto;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.logo_Hed a {
display: block;
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}


.sp_list {
display: block;
width: 40px;
height:60px;
padding: 0;
list-style-type: none;
position:absolute;
top:0;
right:5px;
}

.sp_list li {
width: 40px;
height: 40px;
float: left;
margin: 0;
padding: 0px;
text-align: center;
font-weight: bold;
}

.sp_list li a {
display: block;
color: #222;
padding-top: 15px;

}

.sp_list li i {
font-size: 30px;
line-height: 30px;
}

#menu {
	display:none;
}


/* footer
--------------------------------------------*/
#footer {
box-sizing: border-box;
width: 100%;
padding: 20px 0;
background: #222;
}

.footerTopIn {
margin-bottom: 10px;
}

.footerCp__img {
width: 200px;
margin:0 auto 10px;
}

.footerCp__img img {
width: 100%;
height: auto;
}

.footerCp h3 {
font-size: 1.4rem;
color:#FFF;
text-align:center;
}

.footerBottomIn {
}

.footerBottomIn p.copy {
font-size: 1rem;
color: #fff;
text-align:center;
}



/* contents
--------------------------------------------*/
.comBtnWrap {
padding-top: 50px;
}

.comBtn01,
.comBtn02 {
width: 100%;
max-width: 250px;
margin:50px auto 0;
}

.comBtn01 a {
border: #fff 1px solid;
color: #fff;
background-color: #393939;
}

.comBtn02 a {
border: #393939 1px solid;
color: #393939 !important;
background-color: #fff;
}

.comBtn01 a,
.comBtn02 a {
font-size: 1.5rem;
font-weight: 500;
text-align: center;
display: block;
color: #fff;
padding: 10px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.comBtn02 a:hover {
color: #fff !important;
box-shadow:0px 0px 0px 0px #393939;
transform: translate(3px,3px);
background-color: #ad5011;
}

.btnR {
margin-left: auto;
margin-right: 0; 
}

.btnC {
margin-left: auto;
margin-right: auto;
}

.com_LedeBox{
position: relative;
border:1px solid #E5E5E5;
margin-bottom: 80px;
}
.com_LedeBox_In{
position: relative;
padding: 65px 70px;
}
.com_LedeBox::before,
.com_LedeBox::after,
.com_LedeBox_In::before,
.com_LedeBox_In::after{
position: absolute;
display:block;
content:"";
width: 101px;
height: 101px;
pointer-events: none;		
}
.com_LedeBox::before,
.com_LedeBox::after{
top:-1px;
}
.com_LedeBox_In::before,
.com_LedeBox_In::after{
bottom:-1px;	
}
.com_LedeBox::before,
.com_LedeBox_In::before{
left:-1px;	
}
.com_LedeBox::after,
.com_LedeBox_In::after{
right:-1px;
}
.com_LedeBox::before{ background: url(../images/com/waku01.png) no-repeat; }
.com_LedeBox::after{ background:url(../images/com/waku02.png) no-repeat; }
.com_LedeBox_In::before{ background:url(../images/com/waku03.png) no-repeat; }
.com_LedeBox_In::after{ background:url(../images/com/waku04.png) no-repeat; }

.com_LedeBox_In h4 {
font-size: 3rem;
font-weight: bold;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
text-align: center;
margin-bottom: 40px;
color:#D0121B;
}

.com_Lede01 {
	font-weight:bold;
font-size: 1.7rem;
line-height: 2em;
letter-spacing:2px;
text-align:center;
}

.com_Lede01 span {
font-weight: bold;
background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;
}


.btn01,
.btn02 {
max-width: 250px;
margin-top: 50px;
}
.btn01 a {
display: block;
text-align: center;
border: 1px solid #fff;
padding: 10px;
position: relative;
color: #fff;
}
.btn02 a {
display: block;
text-align: center;
border: 1px solid #222;
padding: 10px;
position: relative;
color: #222;
}
.btn01 a:before {
content: "";
position: absolute;
background: #fff;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.btn02 a:before {
content: "";
position: absolute;
background: #222;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

.btn01 a:hover:before,
.btn02 a:hover:before {
left: -20px
}


}