@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;
}
#mainimage .mv img{
	width: 100%;
}

/*---------------------------------------------------------------------   nav__menu	----*/
#nav__menu {
	padding: 30px 25px;
	background: #fffae6;
}
#nav__menu .flex-box {
	max-width: 950px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0;
}
#nav__menu .flex-box li {
	list-style-type: none;
	width: calc((100% - 22px) / 3);
	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;
	position: relative;
	z-index: 10;
}
.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;
	z-index: 0;
	margin-top: -18px;
}
#content02 h2 {
	color: #ec7b3f;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 120px;
}
#content02 h3 {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: calc(50 / 1000 * 1em);
	position: relative;
	text-align: center;
	background: #ec7b3f;
	border-radius: 40px;
	padding: 20px 0;
}
#content02 h3 .right_item {
	position: absolute;
	top: -35px;
	right: 40px;
}
#content02 h3 .right_item-2 {
	position: absolute;
	top: -70px;
    right: -55px;
}
#content02 h3 .left_item {
	position: absolute;
	top: -120px;
    left: -70px;
}

#content02 h3 img {
	width: 100%;
}

.__textbg {
	background: #fffac7;
	border-radius: 10px;
	max-width: 1151px;
	margin: 0 auto;
	padding: 10.925rem 4.375rem 3.125rem 4.125rem;

} 

/* .__flex{
	background: #fff;
	border-radius: 10px;
	padding: 3.125rem 4.375rem 3.125rem 4.125rem;
} */

#content02 .__flex {
	max-width: 1151px;
	margin: 70px auto;
	display: flex;
	gap: 30px;
	align-items: center;
}
#content02 .__flex h4 {
    color: #ec7b3f;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;

    /* --- 下線の設定を追加 --- */
    display: inline-block;           
    padding-bottom: 22px;          
    background-image: url("../images/line-stripe.png");
    background-repeat: repeat-x;      
    background-position: bottom;  
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -40px;
	margin-right: -40px;  

}
#content02 .__flex p {
	color: #431418;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
#content02 .__flex p small {
	display: block;
	font-size: 66%;
	line-height: 1.3;
}
#content02 .__flex .__image {
	max-width: 40%;
}
#content02 .__flex .__image img {
	width: 100%;
}
#content02 .__flex .__textBox {
	max-width: 55%;
}

#content02 .__goodsImg{
	max-width: 1200px;
	margin: 0 auto;
}
#content02 .goods_list, #content03 .goods_list {
	max-width: 1151px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#content02 .goods_list li, #content03 .goods_list li {
	list-style-type: none;
	width: calc((100% - 30px) / 2);
}
#content02 .goods_list li:nth-of-type(n+3) , #content03 .goods_list li:nth-of-type(n+3) {
	margin-top: 30px;
}
#content02 .goods_list li  img ,#content03 .goods_list li  img{
	width: 100%;
}

#content03 {
	background: url(../images/back.jpg) center top / 100% repeat;
	/* padding: 6.25rem 15px 9.375rem; */
	padding: 0 15px 9.375rem;
	position: relative;
	z-index: 0;
}
#content03 h2 {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: calc(50 / 1000 * 1em);
	position: relative;
	text-align: center;
	background: #00a886;
	border-radius: 40px;
	padding: 20px 0;
}
#content03 #market {
	padding: 160px 0;
}
#content03 h2 .left_item-1 {
	position: absolute;
	top: -40px;
    left: 25px;
}
#content03 h2 .left_item-2 {
	position: absolute;
	top: -60px;
	left: -80px;
	z-index: -1;
}
#content03 h2 .right_item {
	position: absolute;
	top: -100px;
	right: -50px;
}
#content03 h2 img {
	width: 100%;
}


/*---------------------------------------------------------------------   content03	----*/

#bnr{
	max-width: 100%;
	background: #fff;
	padding: 0 0 6.25rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#bnr img{
	width: 100%;
}
#bnr .__ttl{
	max-width: 641px;
	margin: 0 auto 29px;
}
#bnr .__bnr{
	max-width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	transition: .3s;
}
#bnr .__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: 2.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: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#event .content_box .venueBox .venue--shibuya{
	border: 3px solid #00a886;
    position: relative;
}
#event .content_box .venueBox .venue--shinsaibashi{
	border: 2px solid #ec7b3f;
	position: relative;
}

.venue__br{
	display: none;
}
.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;
}

 .content_box{
	max-width: 1118px;
    width: 100%;
    margin: 0 auto;
}
 .content_box:not(:last-child){
	margin-bottom: 5.25rem;
}
 .descriptionBox{
	padding: 2.1875rem;
    box-sizing: border-box;
    border-radius: .625rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	background: #fff;
}

.description__br{
	display: none;
}


.description .descriptionBox .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%;
}
.description .descriptionBox h3 {
	font-weight: bold;
}
 .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;
}
.greeting {
	background: #00a885;
}
.greeting .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 7rem 1rem;
}
.greeting .inner h2 {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.greeting .inner h2 span {
	font-size: 70%;
}
.greeting .inner .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 5rem auto 3rem;
}

.__textBox_br{
	display: block;
}


.greeting .inner .flex .__textbox {
	max-width: 65%;
}
.greeting .inner .flex .__textbox p:nth-of-type(1){
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}
.greeting .inner .flex .__textbox p:nth-of-type(1) span {
	color: #fee40b;
}
.greeting .inner .flex .__textbox h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	margin-top: 50px;
}
.greeting .inner .flex .__textbox p:nth-of-type(2) {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
}
.greeting .content_box {
	max-width: 1200px;
}
.greeting .container {
	max-width: 100%;
	padding: 0;
}
.greeting .inner .__image {
	max-width: 30%;
}
.greeting .inner .__image img {width: 100%;}
@media only screen and (max-width: 1200px) {
	 .description__ttl{
	font-size: medium;
	}
	#content02 h3 , #content03 h2{
		font-size: 3vw;
		padding: 1.6vw 0;
		max-width: 83.3vw;
		line-height: 1.5;
	}
	#content02 h3 .left_item {
		width: 18.5vw;
		height: 21vw;
		top: -10vw;
    	left: -7.83vw;
	}
	#content02 h3 .right_item {
		top: -2.9vw;
		right: 3.7vw;
		width: 8.3vw;
		height: 9.83vw;
	
	}
	#content02 h3 .right_item-2 {
		top: -5.83vw;
		right: -3vw;
		width: 6.6vw;
		height: 15.8vw;
	
	}
	#content03 h2 .left_item-1 {
    	width: 11.167vw;
    	height: 11.917vw;
    	top: -3.333vw;
    	left: 2.083vw;
	}
	#content03 h2 .left_item-2 {
		top: -5vw;
		left: -6.667vw;
		width: 9.917vw;
		height: 17.5vw;
	}
	#content03 h2 .right_item {
		top: -8.333vw;
		right: -6.167vw;
		width: 24.75vw;
		height: 21.917vw;
	}
}
 .description__ttl::before{
	content: "";
    width: .5rem;
    height: 2rem;
    background: #000000;
    margin-right: 1.25rem;
    display: inline-block;
}
 .description__txt{
	font-size: .9rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
}
 .description__txt span {
	color: #ff010f;
}
  .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;}
	.sp_bold{font-size: 115%;}

	#mainimage .mv {
		padding: 0;
	}
	#nav__menu .flex-box li a {
		font-size: 4.51vw;
	}

	#content02::before ,
	#content02::after{display: none;}

	/* MV	-------------------------------------*/
	#content01{
		padding: 1.9vw 0;
	}
	#content01 .__img{
		max-width: 88.5vw;
	}
	#content02{
		padding: 13vw 30px;
	}
	#bnr{
		padding: 0 30px 13vw;
	}	
	#event {
		    padding-top: 4.25rem;
		padding-bottom: 1.375rem;
	}

}


@media only screen and (max-width: 767px) {
	.__textBox_br{
		display: none;
	}

	 .content_box .content__ttl{
		font-size: 10.8vw;
	}
	 .content_box .venue{
		max-width: 100%;
	}
	 .venue:not(:last-child){
		margin-bottom: 1.35rem;
	}
	 .description__ttl{
		font-size: 3.85vw;
        position: relative;
	}
	 .descriptionBox{
		padding: 1rem;
	}
	.venue__br {
	display: block;
	}	
	.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;
	}
	 .description__txt{
		font-size: .75rem;
	}
	 .description__br{
		display: block;;
	}
	 .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;
	}
	 .description__ttl small {
		font-size: .8rem;
		margin-left: 0;
	}
	#bnr .goods_list {
		flex-direction: column;
	}
	#bnr .goods_list li {
		width: 100%;
		margin-top: 1rem;
	}
	#content02 .goods_list , #content03 .goods_list {
		flex-direction: column;
		gap: 30px;
	}
	#content02 h2 {
		font-size: 10.82vw;
		/* margin-bottom: 15.6vw; */
		margin-bottom: 9.5vw;
	}
	#content02 .goods_list li,#content03 .goods_list li{
		width: 100%;
	}
	#content03 .goods_list li{
		margin-top: 0;
	}
	#content03 .goods_list li:nth-of-type(n+3) {
		margin-top: 0;
	}
	#content03 h2 .left_item-1{
		top: 4vw;
	}
		#content03 h2 .left_item-2 {
		width: 15vw;
		top: -4vw;
		left: -8.267vw;
	}
	#content03 h2 .right_item{
		top: -1.333vw;
	}


	.greeting .inner {
		padding: 14vw 1rem;
	}
	.__textbg{
		padding-top: 4rem;    
    	padding-bottom: 2rem;
    	padding-left: 1rem;  
    	padding-right: 1rem;	
	}

	

	/* .__flex{
		padding-top: 2rem;    
    	padding-bottom: 2rem;
    	padding-left: 1rem;  
    	padding-right: 1rem;
	} */


	#content02 .__flex {
		margin-bottom: 9.12vw;
	}
	#content02 .__flex h4 {
		font-size: 5vw;
	}
	#content02 .__flex p {
		font-size: 3.5vw;
	}
	#content02 h3 , #content03 h2{
		padding: 4.5vw 0;
	}
		#content02 h3 img{
		width: 130%;
	}

	#content02 h3 .left_item {
		width: 18.5vw;
		height: 21vw;
		top: -3vw;
		left: -7.5vw;
	}
	#content02 h3 .right_item {
		top: 8.1vw;
		right: 5vw;
		width: 8.3vw;
		height: 9.83vw;
	}
	#content02 h3 .right_item-2 {
		top: -1.83vw;
		right: -5vw;
		width: 6.6vw;
		height: 15.8vw;
	}


}

@media only screen and (max-width: 450px) {
	.__textbg{
		padding-top: 3rem;
	}
	#content02 h3, #content03 h2{
		font-size: 4vw;	
	}
	#content02 h3 .left_item{
		left: -12vw;
	}

}

@media only screen and (max-width: 1200px) {
	.greeting .inner .flex .__textbox p:nth-of-type(1) {
		font-size: 2.41vw;
	}
	.greeting .inner h2 {
		font-size: 4.6vw;
	}
	.greeting .inner .flex .__textbox h3 {
		font-size: 2.6vw;
	}
	.greeting .inner .flex .__textbox p:nth-of-type(2) {
		font-size: 2vw;
	}
}

@media only screen and (max-width: 768px) {
	.greeting .inner .flex {
		flex-direction: column-reverse;
		margin: 10.4vw auto;
		gap: 3vw;
	}
	.greeting .inner .__image {
		max-width: 100%;
		margin: 0 auto;
	}
	.greeting .inner .flex .__textbox {
		max-width: 100%;
	}
	.greeting .inner .flex .__textbox p:nth-of-type(1) {
		font-size: 3.2vw;
		padding: 0 1rem;
	}
	.greeting .inner .flex .__textbox h3 {
		font-size: 4.6vw;
		padding: 0 1rem;
		margin-top: 6.5vw;
	}
	.greeting .inner .flex .__textbox p:nth-of-type(2) {
		font-size: 4vw;
		padding: 0 1rem;
	}
	.greeting .inner h2 {
		font-size: 7.6vw;
	}
	#event .content_box .venueBox {
		flex-direction: column;
	}
	#event .content_box .venue {
		max-width: 100%;
	}
	.description .descriptionBox h3 {
		font-size: 4vw;
	}
	#content03 {
		/* padding: 13vw 30px 19.5vw; */
		padding: 0 30px 19.5vw;
	}
	#content03 #market {
		padding: 13vw 0;
	}
	#content02 .__flex {
		flex-direction: column;
	}
	#nav__menu .flex-box li {
		width: calc((100% - 39px) / 2);
		border: 2px solid #ec7b3f;
	}
	#nav__menu .flex-box {
		justify-content: center;
		gap: 13px;
	}
	#content02 .__flex .__image, #content02 .__flex .__textBox{max-width: 100%;}
}
























@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
