@charset "utf-8";

body{
	position: relative;
}


/* topMain
------------------------------------------------------------ */
#topMain{
	overflow: hidden;
}

html>/**/body #topMain{
	background /*\**/: url(/img/top/bg_topMain001.jpg) center \9;
}

#topMain *{
	margin: 0;
	padding: 0;
}

#topMain div#topMainBody{
	margin: 180px 10px auto 10px;
}

#topMain img{
	max-width: 80%;
}

#topMain p.catch{
	margin: 0.5em 0 0 0;
	letter-spacing: 0.15em;
	color: #fff;
}

#topMain p.arrow{
	margin: 0.5em 0;
}

@media screen and (max-width: 768px) {

	#topMain div#topMainBody{
		margin: 60px 10px auto 10px;
	}

	#topMain p.catch{
		font-size: 1.5em;
		letter-spacing: 0em;
	}

	#topMain p.arrow{
		margin: 0;
	}
}

#topMain a{color: #fff;}
#topMain a:hover{color: #FAE868;}



/* topMainContents
------------------------------------------------------------ */
section.topContents{
	background: #fff;
	padding: 50px 0;
}

section.topContents h2{
	text-align: center;
	border-top: 4px double #4C302C;
	border-bottom: 4px double #4C302C;
	padding: 20px 0 20px 0;
}

section.topContents button{
	width: 90%;
	padding: 1.0em 0;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
}

section.topContents p.copy{
	margin: 50px 0;
}

@media screen and (max-width: 768px) {
	section.topContents button{
		width: 100%;
	}

	section.topContents p.copy br{
		display: none;
	}
}

/* #topBanner
------------------------------------------------------------ */
#topMain.container-fluid {
	position: relative;
}
#topBanner {
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 0;
	transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease-in;
	width: 18vw;
	max-width: 320px;
}
#topBanner.fadeUp {
	opacity: 1;
	animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
 
#topBanner:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
#topBanner.remove {
	opacity: 0;
}

/* .banner_label */
#topBanner .banner_label {
	position: absolute;
}
#topBanner .banner_label .label_icon {
	background: #FBEC85;
	position: relative;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	top: -21px;
	left: -21px;
	z-index: 20;
}
#topBanner .banner_label .label_icon img {
	width: 22px;
	position: absolute;
	top: 11px;
	left: 9px;
}
#topBanner  .banner_label .label_text {
	color: #4C302C;
	background: #FBEC85;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: -12px;
	z-index: 10;
	border-radius: 1em;
	padding: 0.1em 2em 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

/* .banner_close */
#topBanner .banner_close {
	background-color: rgba(170, 170, 170, 0.8);
	border: none;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	position: absolute;
	top: -28px;
	right: -28px;
}
#topBanner .banner_close::after,
#topBanner .banner_close::before {
	content: '';
	width: 14px;
	height: 1px;
	top: 50%;
	left: 50%;
	border-bottom: 2px solid #fff;
	position: absolute;
}
#topBanner .banner_close::after {
	-webkit-transform: translate(-50% , -50%) rotate(45deg);
	-ms-transform: translate(-50% , -50%) rotate(45deg);
	transform: translate(-50% , -50%) rotate(45deg);
}
#topBanner .banner_close::before {
	-webkit-transform: translate(-50% , -50%) rotate(-45deg);
	-ms-transform: translate(-50% , -50%) rotate(-45deg);
	transform: translate(-50% , -50%) rotate(-45deg);
}

/* .banner_wrap */
#topBanner .banner_wrap {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
#topBanner .banner_wrap .banner_img_wrap {
	width: 100%;
}
#topBanner .banner_wrap img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

/* .banner_text_area */
#topBanner .banner_text_area {
	background: #fff;
	padding: 15px;
	color: #333;
}
#topBanner .banner_text_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
#topBanner .banner_text_contents {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1.6;
}
#topBanner .banner_detail_btn {
	background: #D63E3E;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1.5em 0.5em;
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	font-size: 14px;
	letter-spacing: 0.08em;
}
#topBanner .banner_detail_btn::before {
	content: '▶';
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 9px
}
#topBanner .banner_detail_link{
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 1259.98px) {
	#topBanner {
		width: 600px;
		max-width: none;
		bottom: 15px;
		right: 15px;
		height: 130px;
	}

	/* .banner_label */
	#topBanner .banner_label .label_icon {
		height: 32px;
		width: 32px;
		top: -18px;
		left: -12px;
	}
	#topBanner .banner_label .label_icon img {
		width: 17px;
		top: 8px;
		left: 6px;
	}
	#topBanner  .banner_label .label_text {
		top: -12px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	/* .banner_close */
	#topBanner .banner_close {
		width: 30px;
		height: 30px;
		top: -33px;
		right: -10px;
	}
	#topBanner .banner_close::after,
	#topBanner .banner_close::before {
		width: 12px;
	}

	/* .banner_wrap */
	#topBanner .banner_wrap {
		width: 100%;
		flex-direction: row;
		border-radius: 5px;
	}
	#topBanner .banner_wrap .banner_img_wrap {
		width: 40%;
	}

	/* .banner_text_area */
	#topBanner .banner_text_area {
		width: 60%;
		padding: 20px;
	}
	#topBanner .banner_text_title {
		font-size: 14px;
	}
	#topBanner .banner_text_contents {
		font-size: 12px;
	}
	#topBanner .banner_detail_btn {
		border-radius: 5px;
		font-size: 12px;
		line-height: 1;
		padding: 0.5em 1.5em;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	#topBanner .banner_detail_btn::before {
		content: '';
		display: none;
	}
}
@media (max-width: 768px) {
	#topBanner {
		width: calc(100% - 30px);
		max-width: none;
		bottom: calc(80px + 42px + 15px);
		right: 15px;
		height: auto;
	}
	/* .banner_wrap */
	#topBanner .banner_wrap {
		height: 16vw;
		min-height: 110px;
	}
	#topBanner .banner_text_contents {
		display: none;
	}
}
@media (max-width: 460px) {
	/* .banner_wrap */
	#topBanner .banner_wrap {
		height: 100px;
		min-height: 100px;
	}
	#topBanner .banner_wrap .banner_img_wrap {
		min-width: 160px;
	}
	/* .banner_text_area */
	#topBanner .banner_text_area {
		padding: 15px;
	}
	#topBanner .banner_detail_btn {
		bottom: 15px;
		right: 15px;
	}
}


/* section01
------------------------------------------------------------ */
#section01{
	background: #f1f1f1 url(../img/ico_uiturn.png) no-repeat;
	background-position: center 30px;
	padding: 90px 0 50px 0;
}

section.topContents p.moreinfo{
	margin: 50px 0;
	color: #4C302C;
	font-weight: bold;
}

section.topContents p.moreinfo span{
	background: linear-gradient(transparent 60%, #F5C2D8 0)
}

@media screen and (max-width: 768px) {
	#section01 p.copy{
		text-align: left;
	}
	section.topContents p.moreinfo{
		font-size: 1.250em;
	}
}



/* section02
------------------------------------------------------------ */
#section02{
	background: #fff url(../img/ico_uiturn.png) no-repeat;
	background-position: center 30px;
	padding: 90px 0 50px 0;
}

#section02 article div{
	padding: 0 30px;
}

#section02 .row.justify-content-center {
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
	flex-wrap: wrap;
}
#section02 .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

#section02 .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#section02 .movie-wrap img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#section02 p.copy{
		text-align: left;
	}
	#section02 article div{
		padding: 15px;
	}
	#section02 .row.justify-content-center {
		margin-bottom: 1.5em;
	}
}



/* section03
------------------------------------------------------------ */
#section03{
	background: #7F9B13 url(../img/top/bg_topSec03.jpg) center bottom no-repeat;
	padding: 50px 0 80px 0;
}

@media screen and (max-width: 768px) {
	#section03{
	background: #7F9B13 url(../img/top/bg_topSec03.jpg) left top no-repeat;
	padding: 50px 0;
	}
}

#section03 p{
	margin-bottom: 20px;
}

#section03Btn{
	margin-top: 30px;
}



/* sectionMovie
------------------------------------------------------------ */


h2.secLeadTitle {
	font-weight: 600;
	margin: 15px 0 45px;
	color: #4C302C;
	position: relative;
	border: none!important;
	display: inline-block;
	padding: 10px 30px 30px!important;
}
h2.secLeadTitle:before ,
h2.secLeadTitle:after {
	content: '';
	position: absolute;
	margin:auto;
	left: 0;
	bottom: 0;
	width: 40px;
	background: #e3e3e3;
	height: 5px;
	right: 40px;
}
h2.secLeadTitle:before {
	background: #ffe100;
	left: 40px;
	width: 80px;
}
#sectionMovie {
	padding-top: 45px;
}
#sectionMovie .livingMovieBoxWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#sectionMovie .livingMovieBox{
	width: calc(50% - 15px);
	}
#sectionMovie .livingMovieBox h3{
	padding: 0;
	text-align: center;
	font-size: 1.15em;
	color: #4C302C;
	font-weight: 600;
	margin-bottom: 10px;
}
#sectionMovie .livingMovieBox h3 span{
	display: inline-block;
	position: relative;
}
#sectionMovie .livingMovieBox h3 span:before,
#sectionMovie .livingMovieBox h3 span:after {
	position: absolute;
	top: -2px;
	width: 5px;
	height: 100%;
	content: '';
	border-top: solid 2px #bdbdbd;
	border-bottom: solid 2px #bdbdbd;
}

#sectionMovie .livingMovieBox h3 span:before {
	border-left: solid 2px #bdbdbd;
	left: -15px;
}

#sectionMovie .livingMovieBox h3 span:after {
	border-right: solid 2px #bdbdbd;
	right: -15px;
}
#sectionMovie .livingMovieBox h3:nth-of-type(n+2) {
	margin-top: 45px;
}
@media (max-width: 991.98px) {
	#sectionMovie{
		padding: 15px;
		margin: 10px 0;
	}
	#sectionMovie .livingMovieBoxWrap{
		gap: 15px;
	}
	#sectionMovie .livingMovieBox{
		width: 100%;
	}
	#sectionMovie .livingMovieBox h3{
		font-size: 1.45rem;
	}
	h2.secLeadTitle{
		font-size: 1.35em;
		margin: 15px 0 30px;
		padding: 10px 30px 25px!important;
	}
	h2.secLeadTitle:before, h2.secLeadTitle:after{
		right: 30px;
		width: 30px;
	}
	h2.secLeadTitle:before{
		left: 30px;
		width: 60px;
	}
}
#sectionContents{
	padding-top: 60px;
}
.contentsBox{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.contentsBoxImage{
	width: 180px;
}
.contentsBoxText{
	width: calc(100% - 210px);
	padding-top: 10px;
}
@media (max-width: 991.98px) {
	#sectionContents{
		padding: 60px 15px 45px;
		margin: 10px 0;
	}
}
@media (max-width: 767.98px) {
	.contentsBox{
		gap: 15px;
	}
	.contentsBoxImage{
		width: 100px;
	}
	.contentsBoxText{
		width: calc(100% - 115px);
	}
}