@charset "utf-8";
html {
	scroll-behavior: smooth;
}

:root{
	--green: #25b290;
}

main{
	/* background: url(../images/background.jpg) center top / auto repeat; */
}
.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;
}


/* MV
-------------------------------------*/

#mainimage{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	/* background: url(../images/main.png) center top / 100% repeat; */
	background-position: center;
	background-size: auto;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow: hidden;
	background: #00a886;
}


#mainimage .mv{
	max-width: 1151px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 33px 0 13px;
}
#mainimage .mv img{
	width: 100%;
}

/*---------------------------------------------------------------------   nav__menu	----*/
#nav__menu {
	padding: 30px 25px;
	background: #fffae6;
}
#nav__menu .flex-box {
	max-width: 640px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0;
}
#nav__menu .flex-box li {
	list-style-type: none;
	width: calc((100% - 33px) / 2);
	text-align: center;
	background: #fff;
	padding: 10px 0;
	border-radius: 4px;
	border: 4px solid #ec7b3f;
}
#nav__menu .flex-box li a {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: calc(100 / 1000 * 1em);
	color: #ec7b3f;
	display: block;
}
#nav__menu .flex-box li a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------   benefit	----*/
.benefit {
	/* background: #ec7b3f; */
	text-align: center;
}
.benefit img {
	width: 100%;
}

/*---------------------------------------------------------------------   content01	----*/
#content01{
	background: #fffbe8;
	border-top: 4px solid #e7853e;
	padding: 15px 0;
}
#content01 .__img{
	max-width: 1190px;
	margin: 0 auto;
}
#content01 .__img img{
	width: 100%;
}


/*---------------------------------------------------------------------   content02	----*/
#content02{
	background: url(../images/back.jpg) center top / 100% repeat;
	padding-top: 6.25rem;
	padding-bottom: 9.375rem;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0;
	position: relative;
}
#content02 h2 {
	color: #00a886;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 120px;
}
#content02 .__goodsImg{
	max-width: 1200px;
	margin: 0 auto;
}
#content02 .goods_list {
	max-width: 1151px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#content02 .goods_list li {
	list-style-type: none;
	width: calc((100% - 30px) / 2);
}
#content02 .goods_list li:nth-of-type(n+3) {
	margin-top: 30px;
}
#content02 .goods_list li  img{
	width: 100%;
}



/*---------------------------------------------------------------------   content03	----*/

#content03{
	max-width: 100%;
	background: #fff;
	padding: 0 0 6.25rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#content03 img{
	width: 100%;
}
#content03 .__ttl{
	max-width: 641px;
	margin: 0 auto 29px;
}
#content03 .__bnr{
	max-width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	transition: .3s;
}
#content03 .__bnr:hover{
	opacity: .8;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
	padding-top: 0!important;
}
main > *[id] .container h2{
	max-width: 608px;
	width: 100%;
	text-align: center;
	color : #000000;
	margin: 0 auto;
}

main > *[id] .container h2 img{
	width: 100%;
}


#event{
	padding-top: 6.25rem;
    padding-bottom: 9.375rem;
    box-sizing: border-box;
    background: #ffffff;
}

#event .content_box .content__ttl{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #00a886;
	font-size: 3.25rem;
	font-weight: 600;
	letter-spacing: calc(80 / 1000 * 1em);
	max-width: 100%;
	text-align: center;
	margin: 0 auto 3.75rem;
}
#event .content_box .venueBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
    counter-reset: number 0;
    margin-bottom: 1.875rem;
}
#event .content_box .venue{
	max-width: calc((100% - 20px * 1) / 2);
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#event .content_box .venueBox .venue--shibuya{
	border: 2px solid #00a886;
    position: relative;
}
#event .content_box .venueBox .venue--shinsaibashi{
	border: 2px solid #ec7b3f;
	position: relative;
}
.venue--shibuya .venue__ttl{
	background: #00a886;
}
.venue--shinsaibashi .venue__ttl{
	background: #ec7b3f;
}
.venueBox .venue__ttl{
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #fff;
    padding: .8125rem 3.25rem 1.0625rem;
    box-sizing: border-box;
}
.venue--shibuya .venue__undertxt{background: #00a886;}
.venue--shinsaibashi .venue__undertxt{background: #ec7b3f;}
.venueBox .venue__undertxt{
	color: #fff;
	font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: calc((40 / 1000) * 1em);
    font-feature-settings: "palt" 1;
    padding: .625rem 1.5rem;
    box-sizing: border-box;
    display: inline-block;
    width: calc(100% - 1rem * 2);
    margin: .75rem auto .35rem;
	text-align: left;
}
.venueBox .venue__undertxt small {
	font-size: 80%;
	font-weight: 700;
}
.venueBox .venue__txt{
	font-size: 1rem;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    line-height: 1.5;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
    padding: 0 0 1.375rem 1rem;
    box-sizing: border-box;
}
.venueBox .venue__txt p {
	line-height: 1.6;
	margin: 0;
}
.venueBox .venue__txt small{
	font-size: 80%;
    font-weight: inherit;
}

#event .content_box{
	max-width: 1118px;
    width: 100%;
    margin: 0 auto;
}
#event .content_box:not(:last-child){
	margin-bottom: 5.25rem;
}
#event .descriptionBox{
	padding: 2.1875rem;
    box-sizing: border-box;
    border-radius: .625rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
#event .description__ttl{
	font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
    font-feature-settings: "palt" 1;
    margin-bottom: 1.6875rem;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    justify-content: start;
	max-width: 100%;
}
#event .description__ttl small {
	color: #ff010f;
	font-size: 1.2rem;
	letter-spacing: calc((20 / 1000) * 1em);
	line-height: 1.5;
	margin: .7rem 0 0 1.8rem;
}
@media only screen and (max-width: 1200px) {
	#event .description__ttl{
	font-size: medium;
	}
}
#event .description__ttl::before{
	content: "";
    width: .5rem;
    height: 2rem;
    background: #000000;
    margin-right: 1.25rem;
    display: inline-block;
}
#event .description__txt{
	font-size: .9rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
}
#event .description__txt span {
	color: #ff010f;
}
#event  .descriptionBox dl dt{
	width: 15.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: center;
    color: #ffffff;
    background: #000000;
    border-radius: .8125rem;
    margin-right: .8125rem;
    margin-bottom: .5rem;
}.descriptionBox .receipt__box {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 1rem;
}
.receipt__box .__img {
	max-width: 500px;
	width: 100%;
}
.receipt__box .__img img{
	width: 100%;
}

@media only screen and (max-width: 1120px) {
	#itemlist , #exhibition{
		max-width: calc(100%);
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}
	#itemlist .row > div {
		max-width: 49%;
	}
	main{
		background: url(../images/background.jpg) center top / 100% repeat;
	}
	#content02::before{
		width: calc(201px * .5);
		height: calc(299px * .5);
		top: 100px;
	}

	#content02::after{
		width: calc(207px * .5);
		height: calc(291px * .5);
		top: 100px;
	}

}


@media only screen and (max-width: 1100px) {/*768px*/
	.img-thumbnail {width: 100%;}

	#content02 .info_ttl {
		max-width: 72vw;
	}

	main > [id] .container{max-width: 100%;}

	.formbox .form__btn button{
		max-width: 100%;
	}
}



@media only screen and (max-width: 767px) {/* 375px */
	/* html{font-size: 50%;} */
	.sp_br{display: block;font-size: 0;}
	.pc_br{display: none;}

	#mainimage .mv {
		padding: 0;
	}
	#nav__menu .flex-box li a {
		font-size: 6.51vw;
	}

	#content02::before ,
	#content02::after{display: none;}

	/* MV	-------------------------------------*/
	#content01{
		padding: 1.9vw 0;
	}
	#content01 .__img{
		max-width: 88.5vw;
	}
	#content02{
		padding: 13vw 30px;
	}
	#content03{
		padding: 0 30px 13vw;
	}	
	#event {
		    padding-top: 4.25rem;
		padding-bottom: 5.375rem;
	}

}


@media only screen and (max-width: 767px) {
	#event .content_box .content__ttl{
		font-size: 10.8vw;
	}
	#event .content_box .venue{
		max-width: 100%;
	}
	#event .venue:not(:last-child){
		margin-bottom: 1.35rem;
	}
	#event .description__ttl{
		font-size: 3.85vw;
        position: relative;
	}
	#event .descriptionBox{
		padding: 1rem;
	}
	.venueBox .venue__ttl{
		font-size: 1.25rem;
        padding: .8125rem 1rem 1.0625rem;
	}
	.venueBox .venue__undertxt{
		font-size: 1rem;
        padding-left: 3%;
        padding-right: 3%;
	}
	.venueBox .venue__txt{
		font-size: .875rem;
        padding: 0.5rem 1rem 1rem;
	}
	#event .description__txt{
		font-size: .75rem;
	}
	#event .content_box:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.descriptionBox .receipt__box {
	flex-direction: column;
	align-items: start;
	}
	.descriptionBox .receipt__box .__img {
		max-width: 65.18vw;
		margin: 0 auto;
	}
	#event .description__ttl small {
		font-size: .8rem;
		margin-left: 0;
	}
	#content03 .__gooodsList {
		flex-direction: column;
	}
	#content03 .__gooodsList li {
		width: 100%;
		margin-top: 1rem;
	}
	#content02 .goods_list {
		flex-direction: column;
		gap: 30px;
	}
	#content02 h2 {
		font-size: 10.82vw;
		margin-bottom: 15.6vw;
	}
	#content02 .goods_list li {
		width: 100%;
	}
	#content02 .goods_list li:nth-of-type(n+3) {
		margin: 0;
	}
}



































@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
