@charset "UTF-8";
/*similar to Futura*/
@import url('https://fonts.googleapis.com/css?family=Poppins:700');

/*How to use
 => 	font-family: 'Poppins';

*/

/* CSS Document */

/*-------------------------------------
				共通設定
---------------------------------------*/

/*-- レイアウト --*/

html{
	width:100%;
	height:100%;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
	font-size:15px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	background: #fff;
	width:100%;
	height:100%;
	color:#000;
	/*font-feature-settings: "palt";*/
	word-wrap: break-word;
}

.bgimg {
	background-image:
    url("../img/common/body_bg_l.webp"),
    url("../img/common/body_bg_r.webp");
  background-position:
    left top,
    right top;
  background-repeat:
    repeat-y,
    repeat-y;
  background-size:
    10%;
}
/*.contents{
	position: relative;
}
.contents:before {
    content: "";
    display: block;
    width: 220px;
    height: 100%;
    position: absolute;
    top: -58px;
    right: -220px;
    background: url(../img/common/body_bg.webp) repeat-y top right;
    background-size: 220px;
	padding-bottom: 58px;
}
.contents:after {
    content: "";
    display: block;
    width: 220px;
    height: 100%;
    position: absolute;
    top: -58px;
    left: -220px;
    background: url(../img/common/body_bg.webp) repeat-y top left;
    background-size: 220px;
	padding-bottom: 58px;
}*/

/*  スライダー調整用  */
.slick-dotted.slick-slider {
  width: 100%;
  margin-right: auto;
	margin-left: auto;
	margin-bottom: 0 !important;
}

body#second.volanteea{
	background:#000000 url(../img/about/force/body_bg.webp) no-repeat fixed right ;
	background-size: 100%;
}

@media(max-width:768px){
body{

}
.bgimg {
 background-size:
    4%;
}
  body#second.volanteea{
  	background:#fff url(../img/about/force/body_bg.webp) no-repeat center top 170px;
  	background-size: 130%;
  }
}

body a{
	color:#000;
	text-decoration:none;
}

body a:hover{
	text-decoration:underline;
}

/*body a:hover img{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.7;
}*/


body#second .contents a{
	color:#2abebe;
	text-decoration:underline;
}
body#second .contents a:hover{
	opacity: 0.6;
}

body#second .contents .goodsBox a:hover{
	color:#fff;
	background:#fff;
	text-decoration:none;
}

body#second .contents a.hone:hover{
	color:#fff;
	background: none;
	text-decoration:none;
}

body#second a.outlink:after{
	content: " \f08e";
	font-family: FontAwesome;
}

strong{
font-family: "A1 Gothic B", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


a.btn{
	display:inline-block;
	padding:20px 30px;
	width:100%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
	border: 2px solid #fff;
	text-align:center;
	box-sizing:border-box;
  transition: 0.4s;
	border-radius: 60px;
}

a.btn:hover{
  opacity: 0.7;
}

::selection {
    background: #999;
    color: #fff;
}

/*-- ヘッダー --*/
header{
  width: 100%;
  background:
  url("../img/top/header_bg.webp") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
	z-index:9999;
  text-align: center;
  /*height: 800px;*/
}

header.he-second {
	width: 100%;
	background:
  url("../img/top/header_bg.webp") no-repeat center center;
	background-size: cover;
  margin: 0 auto;
  padding: 0;
	z-index:9999;
  text-align: center;
  height: 800px;
}

#second header{
  height: auto;
 /* padding: 0 0 20px;*/
}
#second header img{
	max-width: 180px;
  padding: 20px 0;
}

#second header p{
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size:20px;
  font-weight: bold;
}

/*各ヘッダ*/



@media(max-width:768px){
	header{
		position:relative;
		width:100%;
		margin:0 auto;
		padding:0;
	}

	#second header{
		position: relative;
		width: 100%;
        height: auto;
		margin: 0 auto;
	}

	#second header img{
		height: 200px;
		/*padding: 10px;*/
	}
}

/*-- グロナビ --*/
nav{
	width: 100%;
	z-index: 1000000;
}

nav ul{
	width:80%;
	margin:0 auto;
	display:table;
	text-align:center;
}

nav ul li{
  width:10%;
  display:
  table-cell;
  position:
  relative;
  letter-spacing: 1px;
  font-family: "alternate-gothic-condensed-a", sans-serif;
font-weight: 600;
font-style: normal;
  font-size:15px;
  vertical-align: middle;
}

nav ul li.unc{
	pointer-events:none;
}
nav ul li.unc a{
	pointer-events:none;
	color: #B3B3B3;
  transition: 0.4s;
}
nav ul li.topLink{
  /*display: none;*/
}
nav ul li:nth-child(odd){
	background:#ffa241;
}
nav ul li:nth-child(even){
	background:#61d7ff;
}

nav ul li.saitaman{
  display: none;
}


nav ul li a{
	font-family:"alternate-gothic-condensed-a", sans-serif;
font-weight: 800;
font-style: normal;
	text-align:center;
	display: block;
	text-decoration:none !important;
	padding: 15px 0;
	width:100%;
	color:#000;
	font-size: 1.8em;
	height: 100%;
	line-height: 1.0;
}

nav ul li a.jp{
	font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.1em;

}

nav ul li a:hover{
  color: #fff;
}

nav ul li ul.sub{
	display:none;
	position:absolute;
	z-index:10000;
	width:150%;
	left:-25%;
	/*top: 60px;*/
	background:inherit;
}

nav ul li ul.sub .kana{
	font-size:80%;
	font-weight: bold;
}

nav ul li ul.sub li{
	background:inherit;
	width:100%;
	display:block;
	/*font-size: 0.9em;*/
}

nav ul li ul.sub li:first-child{
	width:auto;
	text-indent:0px;
	background:none;
}

nav ul li ul.sub li:first-child a{
	width:auto;
    display: block;
    padding: 20px 0 10px;
}
@media(min-width:768px){
  #naviArea.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

#spMenu{
	display:none;
}
#sns{
	width:80%;
	height: 45px;
	margin: -50px auto 5px;
	text-align: right;
	position: relative;
	z-index: 10000;
}

#sns li{
	vertical-align: top;
    display: inline-block;
    margin: 0 5px 0;
}

#sns li.spOnly{
    display: none;
}

#sns li img{
	display: inline-block;
	margin-top: 2px;
	width: 32px;
}
#second #sns li{
	vertical-align: top;
    display: inline-block;
    margin: 0;
}
#second #sns li img{
	display: inline-block;
	margin-top: 2px;
	width: 50px;
}


@media(max-width:768px){
	nav{
		display:none;
		position: fixed;
		top:60px;
		z-index: 99999;
		width: 100%;
	}

	nav ul{
		width:100%;
		margin:0 auto;
		display:block;
	}

	nav ul li{
		padding-left: 3%;
		width:100%;
		display:block;
	    font-size:1em;
	}

	nav ul li > a{
		text-align:left;
		position:relative;
	}

	nav ul li > .sub > li >a{
    padding: 5% 0 !important;
    display:inline-block;
	}

	nav ul li.openSub{
		position: relative;
	}

	nav ul li a:hover{
		color:#fff;
		text-decoration:none;
	}

	nav ul li.openSub > a:after {
	    font-size: 0.8em;
	    content: "\f067";
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 33%;
	    font-family: FontAwesome;
	}


	nav ul li.openSub > a.active:after {
	    content: "\f068";
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 33%;
	    font-family: FontAwesome;
    }

	nav ul li ul.sub{
		font-size: 1em;
		display:none;
		position:relative;
		z-index:10000;
		width:100%;
		left:0%;
		top:0px;
		background:inherit;
		height: auto;
    	text-align: left;
		padding-left: 5px;
	}

	nav ul li ul.sub.kana{
		font-size:80%;
		left:0;
		width:auto;
	}

	nav ul li ul.sub li{
		width: 48% !important;
		display:inline-block;
    padding: 0;
	}


	#spMenu{
		display:block;
		font-size: 32px;
		position: fixed;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 9999999;
    background: #000;
    border-radius: 8px;
    padding:0 10px;
	}

	#sns{
		margin: 0;
		display: none;
		width: 80%;
    position: fixed;
		top: 5px;
		left: 0;
		z-index: 999999;
		text-align: left;
	}

	#sns li{
		padding: 1% 1%;
		height: 50px;
		margin: 0;
		display:inline-block;
	}

	#sns li.spOnly{
		display:inline-block;
	}

	#sns li.pcOnly{
	    display: none;
	}
	#sns li i.fa{
		width: auto;
		font-size: 40px;
	}
}

/*-- コンテンツエリア --*/
div.contents{
	max-width: 80%;
	background: #fff;
	margin:0 auto;
	padding:0;
}

div.contents .inner{width: 80%;margin: 30px auto 0;}

div.contents .inner section{
	margin-bottom: 40px;
}

#second div.contents{
  background: #fff;
  padding: 5% 0 0;
}

@media(max-width:768px){
	div.contents{
		max-width: 92%;
		padding: 30px 0 0;
	}

  div.contents .inner{
  	width: 100%;
  }

  #second div.contents{
	  max-width: 92%;
	  padding:  0 0 0;
  }
}

/*-- 下層見出し --*/
#second h1.pTitle{
    margin: 0 auto;
    font-family: "alternate-gothic-condensed-a", sans-serif;
font-weight: 800;
font-style: normal;
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
	padding: 0;
}
#second h1.pTitle .jp {
    font-size: 42px;
}
#second h1.normal{
	font-family: "Gothic MB101 Bold";
	font-size: 33px;
	font-weight: 800;
	text-align: center;
}

#second h1.pTitle.-pink{
	background:#ff10dd;
	width: 96%;
}
#second h1.pTitle.-blue{
	background:#61d7ff;
	width: 96%;
}
#second h1.pTitle.-orange{
	background:#ffa241;
	width: 96%;
}

#second h1.pTitle span{
  vertical-align: bottom;
  line-height: 1.5;
}
#second h1.pTitle img{
  height: 70px;
  display: inline-block;
  margin: 20px 0;
  width: auto;
}

#second h1.pTitle_ti{
  width: 100%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  font-family:"alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  background: url(../img/common/title_side.webp) no-repeat center center;
}
#second h1.pTitle_ti span{
  vertical-align: bottom;
  line-height: 1.5;
}
#second h1.pTitle_ti img{
  height: 60px;
  display: inline-block;
  margin: 45px 0;
  width: auto;
}

@media(max-width:768px){
  #second h1.pTitle{
    font-size: 45px;
    width: 100%;
	  padding: 0;
  }
#second h1.pTitle .jp {
    font-size: 26px;
}
	#second h1.normal{
		font-size: 22px;
		padding: 5% 5% 0;
	}

  #second h1.pTitle img{
    height: 40px;
    margin: 20px 0;
  }
	#second h1.pTitle_ti{
    font-size: 34px;
    width: 100%;
  background: url(../img/common/title_side.webp) no-repeat center center;
  background-size: 130%;
  }

  #second h1.pTitle_ti img{
    height: 30px;
    margin: 20px 0;
  }

#second h1.pTitle.-pink{
	width: 100%;
}
#second h1.pTitle.-blue{
	width: 100%;
}
#second h1.pTitle.-orange{
	width: 100%;
}
}


/*-- フッター --*/
#commonFt {
    background: #ffffff;
}
footer{
	width:100%;
	font-family:"alternate-gothic-condensed-a",sans-serif;
font-weight: 700;
font-style: normal;
	background: #ffffff;
	text-align: center;
	margin:0 auto;
	padding:0 20px 50px;
	position: relative;
}

#topPage .credit{
  background: #ffffff;
	/*width:1000px;*/
  text-align: left;
	margin:0 auto ;
  padding: 30px 20px;
}

#topPage .credit h3{
  margin-bottom: 10px;
}
#topPage .credit h3 img{
  height: 30px;
}
#topPage .credit dl {
  text-align: center;
}

#topPage .credit dl dt{
	display: inline-block;
	width: 100px;
}

#topPage .credit dl dd{
	height: 50px;
  display: inline-block;
	margin: 0 20px 0 0;
}

#topPage .credit dl dd img{
	height: 30px;
	width: auto;
	margin-top: -5px;
}
#topPage .credit dl dd img.h35{
	height: 35px;
	width: auto;
}
footer .vivalaHistory{
	margin: 0 auto 10px;
	padding:5px 0;
	width:35%;
}

footer .oldLinks{
	font-weight: bold;
	width: 100%;
	margin: 0 auto 20px;
	/*display:table;*/
	display: flex;
	padding: 0 10%;
}

footer .oldLinks a img{
	width:100%;
}
footer .oldLinks a{
	display: table-cell;
	padding: 0 10px;
}

footer .saitaman{
	position: absolute;
	top: -102px;
	right: 25px;
}

footer .copy{
	padding-top: 20px;
}

.creatt p {
	padding: 1em;
    border: solid 3px #0d9cdd;
	display: inline-block;
	line-height: 1.3;
}

@media(max-width:768px){
	footer{
		width: 100%;
		margin:0 auto;
		padding: 30px 0 20px;
	}

	#topPage .credit{
		/*display: none;*/
	}

	footer .oldLinks{
		text-align: center;
		width: 100%;
    padding: 0 1%;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .oldLinks a{
		width: 21%;
padding: 0 4% 2%;
	}

	footer .copy{
	font-size: 0.85em;
}

  footer .saitaman{
  	width: 80px;
    top: -61px;
    right: 10px;
  }
.creatt p {
	margin-top: 1.5rem;
}
}

body#second .aboutnone {
	padding-top: 30px;
}
body#second .aboutnone .snsBtn{
	display: none;
}

body#second .snsBtn{
	padding: 30px 0;
	margin: 0 auto;
	width: 100%;
}

body#second .snsBtn ul.about_icon{
	width: 450px;
}

@media(max-width:768px){
	body#second .snsBtn{
		width: 100%;
	}

	body#second .snsBtn ul.about_icon{
	width: 90%;
}

}
/*-------------------------------------
				TXTページ
---------------------------------------*/

#second.txtPage article {
	width: 760px;
	margin: 0 auto 50px;
}

#second.txtPage article h2{
	text-align: center;
	font-size: 28px;
}

#second.txtPage article dl{
	width: 100%;
	margin-bottom: 50px;
}

#second.txtPage article dl dt{
	width: 100%;
	text-align: left;
  padding: 1%;
  margin-bottom: 10px;
	border: 1px solid #535a00;
}

#second.txtPage article dl dd{
	margin-bottom: 15px;
}

#second.txtPage article .notice{
  margin: 0 0 5%;
}


@media(max-width:768px){

	#second.txtPage article{
		width: 100%;
		margin: 0 auto 50px;
	}

	#second.txtPage article h2{
		text-align: center;
		font-size: 24px;
    margin: 5% auto ;
	}

	#second.txtPage article dl{
		width: 100%;
		margin-bottom: 30px;
	}

	#second.txtPage article dl dt{
		width: 100%;
		margin-right: 0px;
		text-align: center;
		border: 1px solid #535a00;
		float: none;
	}

	#second.txtPage article dl dd{
		float: none;
		margin: 10px 0;
		text-align:center;

	}

}

#guideline{
  position: fixed;
  z-index: 1000;
  bottom: 3%;
  left: 5%;
  width: 160px;
  height: auto;
}
@media(max-width:768px){
  #guideline{
    bottom: 2%;
    left: 3%;
    width: 110px;
    height: auto;
  }
}

#second.guideline #guideline{
  display: none;
}

/*-------------------------------------
			PC/SP出し分け
---------------------------------------*/

.pcOnly{display:block; }
.spOnly{display:none;}
.spOnlyTxt{display:none;}

@media(max-width:768px){
	.pcOnly{display:none;}
	.spOnly{display:block;}
	.spOnlyTxt{display:inline;}
}

/*-------------------------------------
			フロート解除
---------------------------------------*/
.clearbox{
	clear:both;
}

/*-------------------------------------
			slick
---------------------------------------*/
div.contents .slick-dots{
  bottom: 10px;
}
div.contents .slick-dots li button:before{
  color: #ccc;
  opacity: 0.6;
}
div.contents .slick-dots li.slick-active button:before{
  color: #ccc;
  opacity: 1;
}
@media(max-width:768px){
  div.contents .slick-dots{
    bottom: 0;
  }
}

.information_red{
	padding: 20px;
	border: 1px solid #ff0000;
	color: #000;
	text-align: left !important;
	margin-bottom: 20px;
}
.-red{
	color: #ff0000 !important;
}
