@charset "UTF-8";
/* CSS Document */

body {
	font-weight: 600;
	background-color: #000;
	
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 102vh;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
header {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
	.header__inner {
		padding-top: 5px;
		padding-left: 10px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
	}
	.header__inner a.logo__rsp {
		width: 30px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}

	/* TITLE AREA */
	.hero {
		position: relative;
		background-image: url("../img/bg-mv_sp.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		padding-bottom: 0px;
	}
	.title__area {
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.mv {
		width: 100%;
		margin: 0 auto;
	}
	.mv img {
		width: 100%;
	}
	.read {
		width: calc(100%);
		background-image: url("../img/top-image.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 30%;
		position: relative;
		padding-bottom: 50px;
	}
	.title {
		width: calc(80%);
		margin: 0 auto;
	}
	.title img {
	}
	.to_detail {
		width: 70%;
		margin: 0 auto;
	}
	.to_detail img {
		width: 100%;
		margin-top: 40px;
	}

	/* END TITLE AREA */

/* SECTION */
.sc_OVERVIEW { position: relative; margin: -10px auto 0 auto; padding: 30px 0; background-image: url("../img/bg-main1_sp.png"); background-repeat: no-repeat; background-position: top center; background-size: 100%; }
.sc_NEWS { position: relative; margin: -40px auto 0 auto; padding: 30px 0; }
.sc_NEWS::after {
	content: " ";
	background-image: url("../img/bg-main2_sp.png"); background-repeat: no-repeat; background-position: bottom center; background-size: 100%;
	position: relative;
	display: block;
	min-height: 43px;
}
.news_bg {
	background-color: #ededed;
	margin: 0;
	padding: 20px 0;
	position: relative;
	display: block;
}

/* END SECTION */

	h2 {
		text-align: center;
	}
	h2 img {
		width: 40%;
		margin: 0 auto 0 auto;
	}
	/* --------- SC-OVERVIEW ----------- */
	dl.overview {
		font-size: 0.8em;
		margin: 30px 0 0 0;
		padding: 0;
		line-height: 1.8em;
	}
	dl.overview dt {
		font-weight: bolder;
		padding: 2em 0.6em 1.8em 0.6em;
	}
	dl.overview dd {
		margin-top: -5.4em;
		padding: 4em 0.6em 1.8em 1em;
		border-top: 2px dotted #878787;
	}
	
	/* --------- SC-NEWS ----------- */
	dl.news {
		font-size: 0.8em;
		margin: 40px 0 0 0;
		padding: 0 20px 40px 20px;
		line-height: 1.8em;
	}
	dl.news dt {
		font-weight: bolder;
		padding: 1em 0 1em 0;
		width: 4em;
		text-align: right;
	}
	dl.news dd {
		margin-top: -3.9em;
		padding: 1em 0 1em 6em;
		border-top: 2px dotted #878787;
	}
	dl.news dd.last {
		border-bottom: 2px dotted #878787;
	}

	.application {
		margin: 40px 0;
		position: relative;
	}
	.application figure {
		text-align: center;
	}
	.application figure img {
		width: 70%;
		margin: 0 auto;
	}
	.application figure:nth-child(2){
		margin-top: 20px;
	}
	/*------ ボタン -------*/
	.btn_img {
  		transition-duration: .4s;
}
	.btn_img:hover {
		transform: scale(1.1);
	}


footer  {
	background-image: url("../img/bg-footer.png");
	background-position: center;
	background-size: cover;
	position: relative;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	color: #ffffff;
}
/*X-11*/
@media screen and (min-width: 375px) {
}
/*-12promax(414・428)*/
@media screen and (min-width: 414px) {

}
/*iPad*/
@media screen and (min-width: 768px) {
	header {
		margin: 0;
		padding: 0;
	}
	
	.header__inner {
		padding-top: 15px;
		position: relative;
		width: calc(96%);
		margin: 0 auto;
	}
	.header__inner a.logo__3ple {
		width: 100px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__rsp {
		width: 60px;
		display: inline-block;
	}


	/* TITLE AREA */
	.hero {
		background-image: url("../img/bg-mv.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 0px;
	}
	.title__area {
		position: relative;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
	}
	.mv {
		width: 100%;
		margin:0 auto;
	}
	.mv img {
		width: 100%;
	}
	.read {
		width: calc(100%);
		background-image: url("../img/top-image.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 40%;
		position: relative;
		padding-bottom: 140px;
    }
	.title {
		width: 100%;
	}
	.title img {
		width: 100%;
	}
	.to_detail {
		width: 50%;
		margin: 0 auto;
	}
	.to_detail img {
		width: 100%;
		margin-top: 80px;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_OVERVIEW { position: relative; margin: -20px auto 0 auto; padding: 50px 0; background-image: url("../img/bg-main1.png"); background-repeat: no-repeat; background-position: top center; background-size: 100%; }
.sc_NEWS { position: relative; margin: -50px auto 0 auto; padding: 50px 0; }
.sc_NEWS::after {
	content: " ";
	background-image: url("../img/bg-main2.png"); background-repeat: no-repeat; background-position: bottom center; background-size: 100%;
	position: relative;
	display: block;
	min-height: 70px;
}
	/* END SECTION */
	
	h2 {
		text-align: center;
	}
	h2 img {
		width: 30%;
		margin: 2em auto 0 auto;
	}
	.application {
		margin: 90px 0;
		position: relative;
	}
	.application figure img {
		width: 90%;
	}
	.application figure:nth-child(2){
		margin-top: 0px;
	}
	/* --------- SC-OVERVIEW ----------- */
	dl.overview {
		font-size: 1.2em;
		margin: 40px 0 0 0;
		padding: 0 20px;
		line-height: 1.8em;
	}
	dl.overview dt {
		font-weight: bolder;
		padding: 2em 0.6em 1.8em 0.6em;
	}
	dl.overview dd {
		margin-top: -5.8em;
		padding: 2em 0 1.8em 7em;
		border-top: 2px dotted #878787;
	}
	.real_event {
		position: absolute;
		display:  flex;
		justify-content: flex-end;
		width: auto;
		height: auto;
		top: 580px;
		right: 1%;
		z-index: 10;
	}
	.real_event figure {
		width: calc(50%);
	}
	.real_event figure img {
		width: 100%;
	}
	
	/* --------- SC-NEWS ----------- */
	dl.news {
		font-size: 1.2em;
		margin: 40px 0 0 0;
		padding: 0 20px 40px 20px;
		line-height: 1.8em;
	}
	dl.news dt {
		font-weight: bolder;
		padding: 1em 0.6em 1em 0.6em;
		width: 7em;
		text-align: right;
	}
	dl.news dd {
		margin-top: -3.8em;
		padding: 1em 0 1em 8em;
		border-top: 2px dotted #878787;
	}
	dl.news dd.last {
		border-bottom: 2px dotted #878787;
	}


	
	footer  {
		background-image: url("../img/bg-footer.png");
		background-position: center;
		background-size: cover;
		position: relative;
	}
	.copyright {
		font-size: 1em;
	}


	
}

@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	h2 img {
		width: auto;
		margin: 2em auto 0 auto;
	}
	dl.overview,
	dl.news{
		font-size: 1.4em;
	}
	.real_event {
		top: 590px;
		right: 2%;
	}
	.real_event figure {
		width: calc(70%);
	}
}
@media screen and (min-width: 1200px) {
	.sc_NEWS::after {
		min-height: 80px;
		background-size: cover;
		}
	.to_detail {
		width: 40%;
		margin: 0 auto;
	}
	.to_detail img {
		width: 100%;
		margin-top: 80px;
	}
	.real_event {
		top: 590px;
		right: 5%;
	}
	.real_event figure {
		width: calc(80%);
	}
}
@media screen and (min-width: 1280px) {
	.real_event {
		right: 7%;
	}
}
@media screen and (min-width: 1360px) {
	.real_event {
		right: 12%;
	}
}
@media screen and (min-width: 1680px) {
	.read {
		background-size: auto;
		position: relative;
		padding-bottom: 100px;
    }
	.real_event {
		right: 20%;
	}
}
@media screen and (min-width: 1920px) {
	.read {
        width: 1920px;
        margin: 0 auto;
    }
	.sc_OVERVIEW {
		width: 1920px;
		margin: -40px auto 0 auto;
	}
	.sc_NEWS {
		width: 1920px;
		margin: -60px auto 0 auto;
	}
	.sc_NEWS::after {
		min-height: 110px;
		background-size: cover;
	}
	.real_event {
		right: 24%;
	}
}
	