@charset "utf-8";

/*style*/
.tx_L {text-align: left!important;}
.tx_C {text-align: center!important;}
.tx_R {text-align: right!important;}
.mb15 {margin-bottom:15px;}

/*PCSP共通設定*/
body #wrapper {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
img {width:100%;height:auto;}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

a {
	outline: none;
	cursor:pointer;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #222;
	text-decoration: none;
}
a:hover {opacity: 0.7;}
main {
	background:#FFF;
	transition-duration : 1s
}
main#change-color .inner {border-bottom: 5px dotted #222;transition-duration : 1s}
main#change-color1{background:#FFF;}main#change-color1 *{color:#222;transition-duration : 1s}main#change-color1 .inner {border-bottom: 5px dotted #222;transition-duration : 1s}
main#change-color2{background:#FFF;}main#change-color2 *{color:#222;transition-duration : 1s}main#change-color2 .inner {border-bottom: 5px dotted #222;transition-duration : 1s}
main#change-color3{background:#343474;}main#change-color3 *{color:#FFF;transition-duration : 1s}main#change-color3 .inner {border-bottom: 5px dotted #FFF;transition-duration : 1s}

/*SP 759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
h1 {
	font-size: 12px;
	margin: 8px auto;
	font-weight: bold;
}
.inner{
	width: 100%;
	/*height: 400px;*/
	margin: auto;
	padding: 25px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	box-sizing: border-box;
}
section:last-child .inner{border-bottom:none!important;}
#title-mv {
	width: 100%;
	height: 100px;
	margin: auto;
	background: #efefef;
	display: flex;
	align-items: center;
}
#title-mv h2 {
	font-size: 32px;
	margin: auto;
	font-weight: normal;
}
h3 {
	font-size: 32px;
	margin-bottom: 2%;
}
.inner p {
	width: 100%;
	font-size: 16px;
	line-height: 2;
}

/*plo*/
.d-flex > div{
    width: 25%;
    margin-right:5%;
    position:relative;
}
.d-flex > p{
    width: 70%;
    text-align: left;
}
.cover_png {
	position: absolute;
	top: 0;
	left: auto;
	transition-duration : 1s;
}
menu {
	width: 60px;
	margin: 5px auto 0;
}
menu li {
	list-style: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	margin: 5px;
	padding: 0;
	box-sizing: border-box;
}
menu li.select {background: #FFF;}

ul.site_area {width: 100%;}
ul.site_area li {margin: 0 1%;}
ul.site_area dl {
	text-align: center;
	position: relative;
}
ul.site_area dl dd {
	width: 100%;
	font-size: 14px;
	padding: 2% 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
}
ul.site_area a > p {
	font-size: 14px;
	line-height: 1.4;
	word-break: break-all;
}
ul.banner_area {width: 100%;}
ul.banner_area li {margin: 0 1%;}

.slick-prev,
.slick-next {z-index: 1;}
.slick-prev {left: -5px;}
.slick-next {right: -5px;}
footer {
	text-align: center;
	background: #eee;
	font-size: 12px;
}
footer > p {
	margin: 0;
	padding: 5px 0;
}
footer > div {
	background: #222;
	color: #FFF;
	margin: 0;
	line-height: 2;
}

}

/*PC 760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.2;}
.pcnone{display:none;}
h1 {
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: auto;
	font-size: 14px;
	margin: 10px auto;
	font-weight: bold;
}
.inner{
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	height: 450px;
	margin: auto;
	padding: 75px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
}
section:last-child .inner{border-bottom:none!important;}
#title-mv {
	width: 100%;
	/*height: 400px;*/height: 200px;
	margin: auto;
	background: #efefef;
	display: flex;
	align-items: center;
}
#title-mv h2 {
	font-size: 64px;
	margin: auto;
	font-weight: normal;
}
h3 {
	font-size: 64px;
	margin-bottom: 5%;
}
.inner p {
	width: 100%;
	font-size: 24px;
	line-height: 2;
}
/*plo*/
.d-flex > div{
    width: 20%;
    margin-right:5%;
    position:relative;
}
.d-flex > p{
    width: 75%;
    text-align: left;
}
.cover_png {
	position: absolute;
	top: 0;
	left: auto;
	transition-duration : 1s;
}
menu {
	width: 100px;
	margin: 5px auto 0;
}
menu li {
	list-style: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	margin: 5px;
	padding: 10px 0;
	box-sizing: border-box;
}
menu li.select {background: #FFF;}

/*site*/
ul.site_area {width: 100%;}
ul.site_area li {margin: 0 1%;}
ul.site_area dl {
	text-align: center;
	position: relative;
}
ul.site_area dl dd {
	width: 100%;
	font-size: 18px;
	padding: 2% 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
}
ul.site_area a > p {
    font-size: 16px;
    line-height: 1.5;
}
ul.banner_area {width: 100%;}
ul.banner_area li {margin: 0 1%;}
footer {
	text-align: center;
	background: #eee;
	font-size: 16px;
}
footer > p {
	margin: 0;
	padding: 10px 0;
}
footer > div {
	background: #222;
	color: #FFF;
	margin: 0;
	line-height: 2;
}

}

/*iframe,
#wrapper~div{display:none!important;}*/