@charset "utf-8";
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,section,figure,aside,header,footer,main,nav {
	margin: 0;
	padding: 0;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section,figure,aside,header,footer,main,nav{
	display: block;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse:collapse;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:bottom;
}
hr{
	clear:both;
	border:none;
	background-color:#FFFFFF;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.float_left{float:left;}
.float_right{float:right;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.st{font-weight:bold;}
.break{ clear:both; }
/* clearfix */
.clearfix{ /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; }
.clear_b{ clear:both;}
.red{color:#E63246;}

/*CSS Rollover*/
a.cssRoll img{
	opacity:1;
	filter: alpha(opacity=100);
}
a:hover.cssRoll img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
.mb0{margin-bottom:0!important;}
.mb6{margin-bottom:6px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb80{padding-bottom:80px;}
.ml10{ margin-left:10px;}
.pt25{padding-top:25px;}
/* default */
body {
	font-size: 15px;
	font-family:  "Meiryo", verdana,  "Hiragino Kaku Gothic Pro", "Osaka",  "MS PGothic", Sans-Serif;
	line-height: 1.8;
	color:#333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color:#fff;
	text-decoration: none;
}
/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

figure{
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
/* ポップアップ */
.mainContent {
	top:0;
	left:0;
	right: 0;
	bottom:0;
	margin: auto;
}

#modal-main {
  display: none;
  margin: 0;
  padding: 0;
  color: #666666;
  position: fixed;
  z-index: 9999;
	padding: 5px;
	box-sizing:border-box;
	text-align: center;
}

#modal-main.popup1 {
  width: 690px;
  height: 690px;
}

#modal-main.popup2 {
  width: 960px;
  height: 510px;
}

#modal-main.popup3 {
  width: 960px;
  height: 370px;
}

#modal-main.popup4 {
  width: 770px;
  height: 770px;
}

#modal-main .ppp {
	height: 100%;
  display: flex;
  justify-content :space-around;
	align-items: center;
  flex-wrap: wrap;
}

#modal-main.popup1 li {
  width: 600px;
  height: 600px;
  margin: 5px;
position: relative;
}

#modal-main.popup2 li {
  width: 430px;
  height: 430px;
  margin: 5px;
	position: relative;
}

#modal-main.popup3 li {
  width: 290px;
  height: 290px;
  margin: 5px;
	position: relative;
}

#modal-main.popup4 li {
  width: 370px;
  height: 370px;
  margin: 5px;
	position: relative;
}
#modal-main .ppp li a {
	display: flex;
	height: 100%;
	width: 100%;
  justify-content: center;
  align-items: center;
}
#modal-main li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.sp {
  display: none !important;
}
.btn{
	height: 45px;
	text-align: center;
	width: 45px;
	line-height: 23px;
	font-size: 160%;
	padding:.7rem;
	text-align: center;
	color: #fff;
	background-color: #000;
	margin: .6rem auto;
	position: absolute;
	border:1px solid #fff;
  top: -55px;
	right:0;
  left:0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#modal-main {
	  display: none;
	}

	#modal-main.popup1 {
	  width: 96%;
	  height: 100px;
	}

	#modal-main.popup2 {
	  width: 96%;
	  height: 220px;
	}

	#modal-main.popup3 {
	  width: 96%;
	  height:320px;
	}

	#modal-main.popup4 {
	  width: 96%;
	  height: 460px;
	}

	#modal-main .ppp {
		height: 100%;
	  display: flex;
		flex-direction: row;
	  justify-content: space-around;
		align-items:center;
	}
#modal-main li {
	text-align: center;
}
	#modal-main.popup1 li {
	  width: 100%;
	  height: auto;
		max-height: 120px;
	  margin: 0px;
	}

	#modal-main.popup2 li {
		width: 100%;
	  height: auto;
		max-height: 120px;
	  margin: 0px;
	}

	#modal-main.popup3 li {
		width: 100%;
	  height: auto;
		max-height: 120px;
	  margin: 0px;
	}

	#modal-main.popup4 li {
		width: 100%;
	  height: auto;
		max-height: 120px;
	  margin: 0px;
	}
	#modal-main a {
		display: block;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	#modal-main li img{
		max-height: 90px!important;
		margin: 0 auto;
	}

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
