﻿@charset "utf-8";


.sp_br{
	display: none;
}
.flex-box{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}


main{
	background: url('../images/background.jpg') /*linear-gradient(to right, #5db7c4 50% , #87dce6 51%)#87dce6*/;
	background-position: center top;
	background-size: 100%;
	background-repeat: repeat;
}



/* MV
-------------------------------------*/

#mainimage {
	padding-top: 3.75rem;
	padding-bottom: 2.1875rem;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	/* background: url('../images/bkg.jpg') #fffde5;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain; */
}
#mainimage .mv{
	max-width: 1347px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#mainimage .mv_img{
	/* max-width: 1347px; */
	width: 100%;
	margin: 0 auto;
}
#mainimage .logoarea{
	max-width: calc(341px);
	width: 100%;
	margin: 0 auto;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
	transform: translateY(100%);
}
#mainimage .logoarea .mv_logo{
	max-width: 341px;
	width: 100%;
	margin: 0;
	/* text-shadow:
	2px 2px 0 #ffffff,
	-2px -2px 0 #ffffff,
	-2px 2px 0 #ffffff,
	2px -2px 0 #ffffff,
	0px 2px 0 #ffffff,
	0 -2px 0 #ffffff,
	-2px 0 0 #ffffff,
	2px 0 0 #ffffff; */
}
/* #mainimage .logoarea .mv_logo.un{
	max-width: 472px;
	width: 100%;
	margin: 0;
}
#mainimage .logoarea .mv_logo.un img{width: 100%;} */

#mainimage .mv_copy{
	margin-top: 1.25rem;
	margin-right: 3.25rem;
}
#mainimage .mv_copy p{
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((10 / 1000) * 1em);
	text-align: right;
	color : #3b3852;
	margin-bottom: 0;
	text-shadow:
	 1px 1px 0 #ffffff,
	 -1px -1px 0 #ffffff,
	 -1px 1px 0 #ffffff,
	 1px -1px 0 #ffffff,
	 0px 1px 0 #ffffff,
	 0 -1px 0 #ffffff,
	 -1px 0 0 #ffffff,
	 1px 0 0 #ffffff;
}


/*---------------------------------------------------------------------   content02	----*/
#content02{
	/* padding-top: 4.5rem; */
	/* padding-bottom: 6.8125rem; */
	box-sizing: border-box;
	/* background: #7b8b59;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto; */
	text-align: center;
	position: relative;
}
/* #content02::before , #content02::after{
	content: "";
	background-image: url('../images/grass01.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 17.6875rem;
	height: 49.0625rem;
	display: block;
	position: absolute;
	top: 0;
}
#content02::before{
	left: 0;
}
#content02::after{
	right: 0;
	transform: scale(-1, 1);
} */
/* #content02 .intro_ttl{
	max-width: 346px;
	width : 100%;
	margin: 0 auto 1.75rem;
} */

#content02 .intro_logoarea{
	margin-bottom: 3rem;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#content02 .intro_logoarea .intro_logo_left{
	max-width: 330px;
	width: 100%;
	/* margin-right: calc(.5rem / 2); */
	/* margin-right: calc(1.875rem / 2); */
}
#content02 .intro_logoarea .intro_logo_right{
	max-width: 403px;
	width: 100%;
	/* margin-left: calc(.5rem / 2); */
	/* margin-left: calc(1.875rem / 2); */
	margin-top: 1rem;
}


#content02 .intro_txt{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	margin: 0 auto 1.75rem;
}
#content02 .intro_day{
	/* max-width: 577px;
	width: 100%;
	margin: 0 auto; */
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #a1813e;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-bottom: .825rem;
}
#content02 .intro_day span{
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #a1813e;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.875rem;
	/* padding-bottom: .825rem; */
}
#content02 .intro_day small{
	font-size: 71.42%;
}
#content02 .intro_day::after{
	content : "";
	position: absolute;
	bottom: 0;
	left: -.5rem;
	width : calc(100% + 1rem);
	height: 1px;
	background: #a1813e;
	display: block;
	/* box-shadow: 0 0 26px #ffffff; */
}
#content02 .intro_day:first-of-type{
	margin-bottom: 2rem;
}
#content02 .intro_day:last-of-type {
    font-size:1rem;
    line-height:1.6;
    margin-bottom: 0;
}
#content02 .intro_day:last-of-type::after {
    display:none;
}
#detail{
	margin-top: 2.9375rem;
}
.detailtxt{
	display: inline-block;
	max-width: 820px;
	width : 100%;
	margin: 0;
	border-radius: 10px;
	border: 1px solid #171c60;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt h4{
	width: 100%;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	padding: .86rem 1.875rem 1rem;
	box-sizing: border-box;
	background: #171c60;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.detailtxt h4::after{
	content: "";
	background: url('../images/acc_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: .8125rem;
	height: .4375rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	transform: translateY(-50%) scale(1, -1);
	transition: all .4s;
}

.detailtxt ul , .detailtxt li{list-style: none;}
.detailtxt ul{
	width: 100%;
	padding: 0 1.875rem;
	margin: 0;
	box-sizing: border-box;
	transition: all .4s;
	background: #ffffff;
}
.detailtxt li{
	font-size: 1rem;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #000000;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	transition: opacity .2s , all .4s;
}
.detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
}
.color-ffff00{color: #ffff00;}
.color-ff0000{color: #ff0000;}


.detailtxt h4.acc_open::after{
	transform: translateY(-50%);
}
.detailtxt h4.acc_open + ul{
	padding: 1.5rem 1.875rem;
}
.detailtxt h4.acc_open + ul > li{
	line-height: 1.6875;
	height: auto;
	opacity: 1;
}


/*---------------------------------------------------------------------   content03	----*/

#content03{
	max-width: 100%;
	overflow: hidden;
	padding-top: 7.1875rem;
	padding-bottom: 5rem;
	box-sizing: border-box;
	/* background: #dde7bd; */
	/* background-position: top center;
	background-repeat: repeat;
	background-size: auto; */
	text-align: center;
	position: relative;
}
/* #content03::before , #content03::after{
	content: "";
	background: url('../images/reef1.png') no-repeat;
	background-position: top;
	background-size: auto;
	width: 141px;
	height: 1105px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}
#content03 > div::before , #content03 > div::after{
	content: "";
	background: url('../images/reef2.png') repeat-y;
	background-position: top;
	background-size: auto;
	width: 141px;
	height: 100%;
	display: block;
	position: absolute;
	top: 1104px;
	z-index: 1;
}
#content03::before , #content03 > div::before{
	left: 0;
	transform: scale(-1, 1);
}
#content03::after , #content03 > div::after{
	right: 0;
}*/
main > *[id] .container{
	position: relative;
	z-index: 3;
}
main > *[id] .container h2{
	/* font-size: 2.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff; */
	margin-bottom: 2.8125rem;
	position: relative;
}
/* main > #content03 > div::before,main > #content03 > div::after{
	content: "";
	background: #aa975c;
	width: 3.25rem;
	height: 1px;
	display: block;
	z-index: 1;
} */
/* main > *[id] .container h2::before,main > *[id] .container h2::after{
	content: "";
	background: #aa975c;
	width: 3.25rem;
	height: 1px;
	display: block;
	z-index: 1;
}

main > *[id] .container h2::before{
	margin-right: 2.5rem;
}
main > *[id] .container h2::after{
	margin-left: 2.5rem;
} */
main > *[id] .container h2 > span{
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #aa975c;
	position: relative;
	z-index: 5;
}
/* main > *[id] .container h2 i.limited_icon{
	margin-right: 1rem;
	max-width: 6rem;
}
main > *[id] .container h2 i:not([class]){
	max-width: 16.75rem;
} */


/*---------------------------------------------------------------------   content03_tokuten	----*/

#content03 > div > .tokuten{margin-bottom: 5.875rem;}
#content03 .tokuten > .tokuten__img{
	margin-bottom: 1.625rem;
}
#content03 .tokuten .tokuten__ttl{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	padding: .625rem 5.125rem .75rem;
	box-sizing: border-box;
	background: #7b8b59;
	border-radius: 99rem;
	margin-bottom: 1.25rem;
}

#content03 .tokuten ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content03 .tokuten .tokuten__txt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #111111;
}

#content03 .tokuten .tokuten__limit{
	margin-top: 1.25rem;
}
#content03 .tokuten .tokuten__limit p{
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1rem);
	text-align: center;
	color : #e60012;
}
#content03 .tokuten .tokuten__limit p span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}


#content03 .panel_connect{
	margin-bottom: 5.625rem;
}

#content03 .panel_connect > div{
	max-width: 995px;
	width: 100%;
	margin: 0 auto 2.25rem;
}

#content03 .panel_connect .panel_connect_catch{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	padding: .625rem 5.125rem .75rem;
	box-sizing: border-box;
	background: #171c60;
	border-radius: 99rem;
	margin-bottom: 1.25rem;
	display: inline-block;
}
#content03 .panel_connect_caution{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1rem);
	text-align: center;
	color : #111111;
}



/*---------------------------------------------------------------------   content03_item	----*/

#itemlist .carousel-control-prev-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	transform: scale(-1, 1);
	background-size: contain;
	background-position: center;
}
#itemlist .carousel-control-next-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	background-size: contain;
	background-position: center;
}
#itemlist .carousel-control-next ,
#itemlist .carousel-control-prev{
	width: 8%;
}

.carousel-inner{
	/* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); */
}
.carousel-inner .img-thumbnail {border: none;border-radius: 0;}
.carousel-item{overflow: hidden;}

#itemlist > .row{
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#itemlist > .row > div{
	background: #ffffff;
	border-radius: 10px;
	padding: 0 0 1.25rem;
	box-sizing: border-box;
	max-width: calc((100% - 1.825rem) / 2);
	overflow: hidden;
}

#itemlist .item__ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1em;
	box-sizing: border-box;
}
#itemlist .item__size{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1em;
	box-sizing: border-box;
}
#itemlist .item__size span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
#itemlist .item__txt{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-bottom: 1.25rem;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1em;
	box-sizing: border-box;
}


.formbox div.flex-box{
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
	padding-left: 1rem;
	padding-right: 1em;
	box-sizing: border-box;
}

.formwname +  input::placeholder{
	color : #000000;
}
.formbox > .flex-box [class^="form__"]{
	margin: 0;
}
.formbox > .flex-box span[class^="form__"]{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((130 / 1000) * 1rem);
	color: #000000;
	text-align: left;
}
.formbox > .flex-box span[class^="form__"]::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}

.formbox div.flex-box .form__select{
	margin: 0;
	margin-right: 1.5625rem;
}
.formbox div.flex-box .form__select select{
	width: 11.4375rem;
	/* appearance: none; */
	border : 1px solid #cccccc;
	padding: .15rem 9px .15rem 0;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
}
.formbox div.flex-box .form__quantity input{
	max-width: 3.9375rem;
	width: 100%;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	color : #000000;
	height: 30px;
}

.formbox > .form__tokuten {
	margin-bottom: 1.25rem;
}
.formbox > .form__tokuten span.form__tokuten_txt{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: .5rem;
}
.formbox > .form__tokuten span.form__tokuten_txt::after{
	content: none;
}
.formbox > .form__tokuten select{
	width: 11.4375rem;
	/* appearance: none; */
	border : 1px solid #cccccc;
	padding: .15rem 9px .15rem 0;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
}

.formbox .form__btn{
	margin-bottom: 0;
}

.formbox .form__btn button{
	max-width: calc(100% - 1rem * 2);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
	border-radius: 0;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
}

#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}










@media only screen and (max-width: 1350px) {
	#mainimage {
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}
}


@media only screen and (max-width: 1100px) {/*768まで*/
	.img-thumbnail {width: 100%;}

	main > [id] .container{max-width: 100%;}

	#itemlist > .row{
		margin-left: 0;
		margin-right: 0;
	}
	#content02 .intro_logoarea .intro_logo_left{
		max-width: calc(330px * .95);
	}
	#content02 .intro_logoarea .intro_logo_right{
		max-width: calc(403px * .95);
	}
}


@media only screen and (max-width: 900px) {

	#mainimage .logoarea .mv_logo {
		max-width: calc(394px * .768);
	}
	#mainimage .mv_copy p {
		font-size: calc(.75rem * .768);
	}
	#content03 .tokuten .tokuten__ttl {
		font-size: 3vw;
		padding: .625rem 0 .75rem;
		width: 100%;
	}

	.content_box ul {
		max-width: 85%;
	}
}


@media only screen and (max-width: 767px) {/* 375まで */
	/* html{font-size: 50%;} */
	.sp_br{display: block;}
	.pc_br{display: none;}

	/* MV	-------------------------------------*/

	#mainimage {
		padding-top: 2rem;
		padding-bottom: .5rem;
}

	#mainimage .mv_copy{
		margin-right: 0;
	}
	#mainimage .mv_copy p{
		font-size: .75rem;
		text-shadow: none;
		text-shadow: 0 0 5px #ffffff;
		background: #ffffff50;
	}

	#content02 .intro_logoarea .intro_logo_left{
		max-width: calc(330px * .42);
		/* margin-left: calc(1.5rem / 3); */
	}
	#content02 .intro_logoarea .intro_logo_right{
		max-width: calc(403px * .42);
		/* margin-left: calc(1.5rem / 3); */
		margin-top: .5rem;
	}

	#content02 .intro_logoarea {
	    margin-bottom: 1.5rem;
}
	#content02 {
		padding-top: 2rem;
		padding-bottom: 2rem;
		overflow-x: hidden;
	}
	#content02::before, #content02::after {
		width: calc(17.6875rem / 2);
		height: 100%;/*calc(49.0625rem / 2);*/
		background-repeat: repeat-y;
	}
	#content02::before {left: -10%;}
	#content02::after {right: -10%;}

	#content02 .intro_ttl {
		margin: 0 auto 1rem;
	}
	#content02 .intro_txt {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}
	#content02 .intro_day {
		font-size: 1.25rem;
		line-height: 1.35;
		padding-bottom: .825rem;
	}
	#content02 .intro_day span {
    font-size: 1.725rem;
		margin-bottom: 1rem;
	}
	#content02 .intro_day img{
		width: 100%;
	}
	#content02 .intro_day::after {
		left: 0;
		width: 100%;
	}
	#content02 .intro_day:first-of-type {
    margin-bottom: calc(2.875rem - .825rem);
}

	#detail {
		margin-top: 2rem;
	}
	.detailtxt h4{
		font-size: 1.125rem;
		padding: .86rem 1rem 1rem;
	}
	.detailtxt h4::after {
		right: 1rem;
	}
	.detailtxt ul{
		padding: 0 1rem;
	}
	.detailtxt li {
		font-size: .75rem;
	}

	.detailtxt h4.acc_open + ul{
		padding: 1rem;
	}
	#content03 .panel_connect > div {
	    margin: 0 auto 1.5rem;
	}

	#content03 .panel_connect .panel_connect_catch {
    font-size: 1rem;
    padding: .5rem 0 .65rem;
    margin-bottom: .875rem;
    display: block;
}

	#content03 .panel_connect_caution {
	    font-size: .875rem;
		}

		#content03 .panel_connect {
    margin-bottom: 2.625rem;
}

	#content03 {
		padding-top: 2rem;
		padding-bottom: 0;
	}

	main > [id] .container h2 i.limited_icon {
		margin-right: 0rem;
		margin-bottom: 1rem;
	}
	main > [id] .container h2 {
		margin-bottom: 1.5rem;
	}
	main > *[id] .container h2 > span {
    font-size: 1.825rem;
	}
	main > [id] .container .container {
	padding-left: 0;
	padding-right: 0;
	}
	/* main > *[id] .container h2::before {
	    height: 5.875rem;
	} */
	main > #content03 > div::before{
		height: 5.875rem;
		transform: translate(0 , 22%);
	}
	#content03 > div > .tokuten {
		margin-bottom: 3.5rem;
	}

	#content03 .tokuten .tokuten__ttl {
		font-size: 1.25rem;
		line-height: 1.35;
	}
	#content03 .tokuten .tokuten__txt {
		font-size: .935rem;
		font-feature-settings: "palt" 1;
	}


	#itemlist > .row > div {
	    max-width: 100%;
	}

	#itemlist .item__ttl {
		font-size: 1.25rem;
		margin-top: 0.6rem;
	}
	#itemlist .item__size{
		font-size: .935rem;
	}
	#itemlist .item__txt{
		font-size: .935rem;
	}
	.formbox > .flex-box span[class^="form__"] {
		font-size: .935rem;
	}



	#content04 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.illust_staff_ttl {
		max-width: 100%;
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}



	.illust_direct {
		margin-bottom: 1.5rem;
	}
	.illust_direct p {
		font-size: 1.25rem;
		display: block;
		width: 100%;
	}
	.illust_direct p:not(:last-child) {
		margin-right: 0;
		margin-bottom: .85rem;
	}

	.content_box ul {
		max-width: 100%;
	}

	.chara__name {
	width: calc(100% - 52% - 1rem);
	font-size: .935rem;
	}

	.chara__direct {
		width: calc(100% - 48%);
		font-size: .935rem;
	}

.formbox div.flex-box .form__select{
	margin-right: 0;
	margin-bottom: 1rem;
	width: 100%;
}






}






































@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
