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

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Serif+JP:wght@500;600;700&display=swap');

[class*="chomiryo-h2"]{
	background-repeat: no-repeat;
	background-position: left;
}

[class*="chomiryo-h2"] span{
	background-size: contain;
    background-repeat: no-repeat;
    padding-left: 1.4em;
	font-feature-settings: "palt";
	letter-spacing: .07em;
}

.chomiryo-h2-01 span{
	background-image: url("images/chomiryo-mark01.png");
}

.chomiryo-h2-02 span{
	background-image: url("images/chomiryo-mark02.png");
}

.chomiryo-h2-03 span{
	background-image: url("images/chomiryo-mark03.png");
}

.chomiryo-h2-04 span{
	background-image: url("images/chomiryo-mark04.png");
}

.chomiryo-h2-05 span{
	background-image: url("images/chomiryo-mark05.png");
}

.senshuken-nowrap{
	white-space: nowrap;
}

.senshuken-kv{
	position: relative;
    background: url(images/top_cp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1903px;
	margin: 0 auto;
}

.senshuken-kv .senshuken-maintitle-box{
	margin: 0 auto;
}

.senshuken-kv .senshuken-maintitle-box .senshuken-maintitle{
    font-size: 7em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.senshuken-kv .senshuken-maintitle-box .senshuken-mt-en{
	font-family: 'Great Vibes', cursive;
	letter-spacing: 0.15em;
	background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    padding: 0.3em 0 0 0;
}

.senshuken-kv .senshuken-suport{
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 2em 1em 0;
    font-size: 1.3em;
	font-weight: 600;
}

.senshuken-kv .senshuken-maintitle span{
	font-size: 85%;
	margin-right: 0.5em;
}

.senshuken-youtubebox {
	margin: 0 auto 4em auto;
	width: 100%;
	max-width: 800px;
}
.senshuken-youtube {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.senshuken-youtube iframe {
	position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.senshuken-lead{
	max-width: 1903px;
	background-image: url(images/top_lead.jpg);
	background-repeat: no-repeat;
	padding: 6em 0 3em 0;
	margin: 0 auto;
}

.senshuken-lead .senshuken-lead-container{
	max-width: 700px;
	margin: 0 auto;
}

.senshuken-lead .senshuken-w-box{
	background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 1.5em 2.5em;    
    font-size: 1.5em;
    border-radius: 8px;
}

.senshuken-lead .senshuken-w-box span{
	font-weight: 700;
}

.senshuken-lead .senshuken-dt-btn{
	text-align: right;
	font-weight: 600;
}

.senshuken-lead .senshuken-dt-btn a{
	display: inline-block;
	padding: 0.5em 2em 0.3em 2em;
    font-size: 1.3em;
	color: #000;
    background: #ffc600;
    border-radius: 5px;
    margin-top: 2em;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2);
}

.senshuken-lead .senshuken-dt-btn a:hover{
	transform: translateY(2px);
	box-shadow: inherit;
}

#senshuken-cp_sec01 .senshuken-sec .senshuken-sec-container{
	padding: 0 1em;
}

#senshuken-cp_sec01 h2{
	text-align: left;
    background: #ffc600;
    color: #000;
    font-size: 1.4rem!important;
    padding: 8px 18px 8px 25px;
    margin-bottom: 2rem;
    font-weight: 500;
    border-radius: 999px;
}

#senshuken-cp_sec01 .senshuken-img-box-col02{
	display: flex;
	flex-wrap: wrap;
    gap: 4%;
    margin-top: 2em;
}

#senshuken-cp_sec01 .senshuken-img-box-col02 > *{
	width:48%;
}

#senshuken-cp_sec01 .senshuken-img-box-col03{
	display: flex;
	flex-wrap: wrap;
    gap: 3.5%;
    margin-top: 2em;
}

#senshuken-cp_sec01 .senshuken-img-box-col03 > *{
	width:31%;
}

#senshuken-cp_sec01 .senshuken-h3box{
	margin-bottom: 70px;
}

#senshuken-cp_sec01 .senshuken-yd{
	margin-right: 1em;
}

#senshuken-cp_sec01 .senshuken-ul{
	list-style-type: "・";
	padding-left: 1em;
}

#senshuken-cp_sec01 .senshuken-ul-info{
	list-style-type: "・"!important;
    padding-left: 1.5em!important;
}

#senshuken-cp_sec01 .senshuken-ul-info .info-new{
	color: red;
	font-size: 80%;
}

#senshuken-cp_sec01 .senshuken-ul-image{
	list-style: none!important;
	padding: 0!important;
}

#senshuken-cp_sec01 .senshuken-ul-image li{
	margin-right: 1em;
	padding-left: 14.5em;
    text-indent: -14.5em;
	border-bottom: 2px dotted #ffdd69;
    padding-bottom: 0.2em;
}

#senshuken-cp_sec01 .senshuken-ul-image li img{
	width: 3em;
    margin-right: 1.5em;
}

#senshuken-cp_sec01 .senshuken-ul-merit{
	list-style: none;
}

#senshuken-cp_sec01 .senshuken-ul-merit li{
	position:relative;
	padding-left: 1.5em;
	margin-bottom: 1.7em;
}

#senshuken-cp_sec01 .senshuken-ul-merit li:before{
	content: "";
    position: absolute;
    top: .3em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid red;
    border-bottom: 3px solid red;
}

#senshuken-cp_sec01 .senshuken-ul-merit li b{
	font-size: 1.2em;
}

#senshuken-cp_sec01 .under-line-ul li{
	margin-bottom: 1em;
	list-style-type: "・"!important;
	padding-left: 0.5em;
}

#senshuken-cp_sec01 .under-line-ul li span{
	border-bottom: 2px solid #ffc600;
	padding-bottom: 0.1em;
}

#senshuken-cp_sec01 .under-line-ul li span b{
	font-size: 1.2em;
}

#senshuken-cp_sec01{
	margin-top: 8em;
	margin-bottom: 100px;
}

#senshuken-cp_sec01 p,#senshuken-cp_sec01 ul{
	overflow: inherit;
}

#senshuken-cp_sec01 .senshuken-sec{
	font-size: 1.2em;
    margin-bottom: 6em;
}

#senshuken-cp_sec01 .senshuken-h2{
	position: relative;
	text-align: left;
	padding: 0;
	color: #ffdd69;
	font-size: 1.8em!important;
}

#senshuken-cp_sec01 .senshuken-h2 span{
	position: relative;
}

#senshuken-cp_sec01 .senshuken-h2:before{
	content: "";
    position: absolute;
    background: #ffdee3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -12px;
    left: -26px;
}

#senshuken-cp_sec01 p span.senshuken-underline{
	border-bottom: 2px solid #ffdd69;
    line-height: 1.6;
}

#senshuken-cp_sec01 ul li span{
	color: #000;
}

#senshuken-cp_sec01 ol{
	counter-reset: li;
}

#senshuken-cp_sec01 ol li{
    position: relative;
	padding-left: 1.5em;
	margin: 0 0 10px;
}

#senshuken-cp_sec01 ol li:before{
	color: #ffdd69;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	counter-increment: li;
	content: counter(li)'.';
}

#senshuken-cp_sec01 em{
	font-size: 150%;
	font-style: inherit;
}

#senshuken-cp_sec01 p .senshuken-logo{
	float: right;
    width: 180px;
	position: relative;
    top: -1.4em;
}

#senshuken-cp_sec01 .senshuken-entry-form{
	text-align: center;
	margin-bottom: 7em;
}

#senshuken-cp_sec01 .senshuken-entry-form .senshuken-ef-h3{
	background: none;
    line-height: 1.4;
	color: #ffdd69;
	margin-bottom: 2em;
    margin-top: 5em;
}

#senshuken-cp_sec01 .senshuken-entry-form a{
	position: relative;
	background: #ffdd69;
    color: #fff;
    padding: 0.8em 2em 0.8em 2.5em;
    font-size: 1.7em;
    font-weight: 700;
    border-radius: 9999px;
}

#senshuken-cp_sec01 .senshuken-entry-form a:before{
	content: "";
    position: absolute;
    top: 51%; 
    left: 10%;
    transform: translateY(-50%);  
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

#senshuken-cp_sec01 .senshuken-entry-form a:hover{
	opacity: 0.6;
}

#senshuken-cp_sec01 .senshuken-jusyo-box{
	display: flex;
    gap: 3em;
    border-bottom: 1px solid #DDD;
    padding-bottom: 3em;
    margin-bottom: 3em;
}

#senshuken-cp_sec01 .senshuken-jusyo-box:last-of-type{
	border: none;
}

#senshuken-cp_sec01 .senshuken-jusyo-box div.img-box{
	width: 300px;
	margin: 0 auto;
}

#senshuken-cp_sec01 .senshuken-jusyo-box div.img-box img{
	width: 100%;
}

#senshuken-cp_sec01 .senshuken-jusyo-box div.p-box{
	flex: 1;
	min-width: 300px;
}

#senshuken-cp_sec01 .p-box dt{
	margin-bottom: 1em;
    font-size: 1.2em;
} 

#senshuken-cp_sec01 .p-box dt .senshuken-prize{
	padding: 5px 15px;
	margin-right: 0.5em;
    background: #ffdd69;
	font-size: 90%;
	display: inline-block;
	margin-bottom: 0.5em;
}

#senshuken-cp_sec01 table{
	border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 5em;
}

#senshuken-cp_sec01 table th,#senshuken-cp_sec01 table td{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #eee;
    font-size: 1.2em;
	padding: 1em 1.5em;
}

#senshuken-cp_sec01 table th{
	background: #ffe89a;
    text-align: center;
	white-space: nowrap;
	font-size: 1em;
}

#senshuken-cp_sec01 table td{
	font-size: 0.9em;
}

#senshuken-cp_sec01 table tr td:last-child{
	
}

#senshuken-cp_sec01 table span{
	display: inline-block;
}

#senshuken-cp_sec01 table .senshuken-table-shou{
	text-align: center;
	background: #f1f1f1;
	vertical-align: top;
}

#senshuken-cp_sec01 .senshuken-jusyo-box.top1{
	border: 1px solid #999;
    background: #f9f9f9;
    padding: 3em;
	margin-bottom: 5em;
    box-sizing: border-box;
}

#senshuken-cp_sec01 .senshuken-jusyo-box.top1 .img-box{
	width: 280px;
}

#senshuken-cp_sec01 .senshuken-jusyo-box.top1 dl dt{
	font-size: 1.6em!important;
}

#senshuken-cp_sec01 .senshuken-jusyo-lead-box{
	flex-wrap: wrap;
	margin-top: 12em;
    margin-bottom: 9em;
	border: none;
}

#senshuken-cp_sec01 .senshuken-jusyo-lead-box .senshuken-jusyo-lead{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #ffdd69;
	width: 100%;
    text-align: center;
    font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.7;
}

#senshuken-cp_sec01 .senshuken-jusyo-lead-box .lead-img-box{
	margin: 0 auto;
    text-align: center;
}

#senshuken-cp_sec01 .senshuken-jusyo-lead-box .lead-img-box img{
	width: 360px;
	margin: 1.5em;
}

/*shoplist*/
.senshuken-event-shoplist {
	padding: 2rem 2rem 0 2rem;
}
.senshuken-event-shoplist dt {
	padding: 0.25rem 0 0.25rem 2rem;
	background: url(images/icon_shop.svg) left 0.2rem no-repeat;
	background-size: 1.85rem;
}
.senshuken-event-shoplist dd {
	padding: 0 0 2rem 2rem;
	font-size: 1rem;
}
.senshuken-event-shoplist dd span {
	display: block;
	padding-left: 2rem;
	text-indent: -2rem;
}

/*** resposive ***/
@media screen and (max-width: 800px){
	#senshuken-cp_sec01 .senshuken-ul-image li{
		padding-left: 4.5em;
		padding-bottom: 1em;
		text-indent: -4.5em;
	}
	
	#senshuken-cp_sec01 .senshuken-ul-image li img{
		position: relative;
		top: 1.5em;
	}
}

@media screen and (max-width: 650px){

#senshuken-cp_sec01 .senshuken-h2:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -3px;
    left: -20px;
}

#senshuken-cp_sec01 .senshuken-entry-form .senshuken-ef-h3{
	padding: 0;
	margin-bottom: 30px;
}
	
#senshuken-cp_sec01 p .senshuken-logo {
    width: 150px;
}
	
	#senshuken-cp_sec01 .senshuken-img-box-col02{
		gap:1.5em;
	}
	
	#senshuken-cp_sec01 .senshuken-img-box-col03{
		gap:1.5em;
		text-align: center;
	}
	
	#senshuken-cp_sec01 .senshuken-img-box-col02 > *{
		width: 100%;
	}
	
	#senshuken-cp_sec01 .senshuken-img-box-col03 > *{
		width: 100%;
	}
	
	#senshuken-cp_sec01 .senshuken-jusyo-box{
		flex-wrap: wrap;
	}
	
.senshuken-kv{
    height: 30vh;
}
	
.senshuken-kv .senshuken-maintitle-box .senshuken-maintitle{
    font-size: 4em;
}
	
	.senshuken-kv .senshuken-suport{
		right: inherit;
	}
	
	.senshuken-kv .senshuken-maintitle-box .senshuken-mt-en{
		font-size: 1em;
	}
	
	.senshuken-lead{
		padding: 3em;
	}
	
	.senshuken-lead .senshuken-w-box{
		padding: 1.1em;
	}
	
	.senshuken-lead .senshuken-dt-btn{
		text-align: center;
	}
	
	.senshuken-lead .senshuken-dt-btn a{
		padding: 0.5em 1em;
	}
	
	#senshuken-cp_sec01 .senshuken-jusyo-box{
		gap: 4em;
	}
	
	#senshuken-cp_sec01 .senshuken-jusyo-lead-box .lead-img-box img{
		margin: 0;
		margin-bottom: 3em;
	}
	
	#senshuken-cp_sec01 table th, #senshuken-cp_sec01 table td{
		font-size: 1em;
		display: block;
	}
	
	#senshuken-cp_sec01 table th, #senshuken-cp_sec01 table th{
		padding: 0.7em;
	}
	
	#senshuken-cp_sec01 .senshuken-jusyo-box.top1{
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding-right: calc(50vw - 50%);
		padding-left: calc(50vw - 50%);
		margin-top: 4em;
		padding-top: 4em;
		padding-bottom: 4em;
		border: none;
		background: #f0f0f0;
	}
	
}

@media screen and (max-width: 450px){
	.senshuken-kv .senshuken-maintitle{
		font-size: 2em;
	}
}

