@charset "utf-8";
/**
/* コンテンツ CSS
----------------------------------------------- */
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 2s;
}
.js-inview.active{
	opacity: 1;
}
/*　　FV　　*/
.fv-section{
	position: relative;
	height: 100%;
	max-height: 100vh;
	padding: 10% 0;
}
.fv-section::before{
	background: url(../img/fv-bg.png) no-repeat top center;
	background-size: 100%;
	content: "";
	position: fixed;
	width: 100%;
	height: calc(100% - 3.25rem);
	left: 0;
	top: 3.25rem;
	z-index: -1;
}
.fv-section .fv_animation{
	position: fixed;
	width: 100%;
	max-width: 108rem;
	height: 55%;
	max-height: 22.875rem;
	top: 7rem;
	left: 50%;
	transform: translateX(-50%);
}
.fv-section .fv_animation .star,
.fv-section .fv_animation .parts{
	position: absolute;
}
.fv-section .fv_animation .star-1{
	width: 2.375rem;
	bottom: 33%;
	left: 4%;
}
.fv-section .fv_animation .star-2{
	width: 1.875rem;
	bottom: 31%;
	right: 3%;
}
.fv-section .fv_animation .star-3{
	width: 2.5rem;
	top: 36%;
	right: 6.5%;
}
.fv-section .fv_animation .star-4{
	width: 1.875rem;
	bottom: 10%;
	left: 0.25%;
}
.fv-section .fv_animation .star-5{
	width: 4rem;
	top: 29%;
	left: 12.8%;
}
.fv-section .fv_animation .star-6{
	width: 4rem;
	top: 54%;
	right: 19.3%;
}
.fv-section .fv_animation .parts-1{
	width: 1.1875rem;
	bottom: 39%;
	left: 20.5%;
}
.fv-section .fv_animation .parts-2{
	width: 0.8125rem;
	bottom: 43%;
	right: 12%;
}
.fv-section .fv_animation .parts-3{
	width: 0.875rem;
	top: 1%;
	right: 15%;
}
.fv-section .fv_animation .parts-4{
	width: 0.875rem;
	top: 35%;
	left: 7.8%;
}
.fv-section .fv_animation .parts-5{
	width: 1.125rem;
	top: 0;
	left: 18%;
}
.fv-section .fv_animation .parts-6{
	width: 1.0625rem;
	top: 19%;
	right: 0;
}
.fv-section .fv_animation .parts-7{
	width: 1.0625rem;
	bottom: 0.5%;
	left: 22.7%;
}
.fv-section .fv_animation .parts-8{
	width: 0.875rem;
	top: 29%;
	right: 17.8%;
}
.fv-section .fv_animation .parts-9{
	width: 0.875rem;
	top: 0;
	left: 0;
}
.fv-section .fv_logo{
	text-align: center;
}
.fv-section .fv_logo img{
	width: 30%;
	max-width: 45rem;
}
@media only screen and (max-width: 767px) {
	.fv-section{
		height: 100vh;
		padding: 10% 0 0 0;
	}
	.fv-section::before{
		background: url(../img/sp_fv-bg.png) no-repeat top center;
		background-size: contain;
		height: 100vh;
		top: 0;
	}
	.fv-section.fixed::before{
		top: 0;
	}
	.fv-section .fv_animation{
		display: none;
	}
	.fv-section .fv_logo{
		padding-top: 6.8125rem;
	}
	.fv-section .fv_logo img{
		width: 17.875rem;
	}
}
/*　　ビスケットアカデミー賞とは　　*/
.about-section{
	position: relative;
	padding-top: 10rem;
}
.about-section::before{
	background: url(../img/bg_w.png) no-repeat top center;
	background-size: cover;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.about-section .about-wrap{
	position: relative;
	padding-bottom: 12.5rem;
}
.about-section .about-animation{
	position: absolute;
	width: 16.875rem;
	height: 100%;
	top: 0;
}
.about-section .about-animation.about-l{
	left: 0;
}
.about-section .about-animation.about-r{
	right: 0;
}
.about-wrap .inner{
	max-width: 900px;
}
.about-wrap h2{
	text-align: center;
	margin-bottom: 2.75rem;
}
.about-wrap h2 span{
	position: relative;
	display: inline-block;
	color: #C70000;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.21;
	padding: 0 4.25rem;
}
.about-wrap h2 span::before,
.about-wrap h2 span::after{
	content: '';
	position: absolute;
	width: 3.125rem;
	height: 1.0625rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.about-wrap h2 span::before{
	background: url(../img/square-r.png) no-repeat center;
	background-size: contain;
	left: 0;
}
.about-wrap h2 span::after{
	background: url(../img/square-r.png) no-repeat center;
	background-size: contain;
	right: 0;
}
.about-wrap .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5625;
	text-align: center;
}
.about-section .gallery-wrap{
	position: relative;
	padding: 0 0 6.5625rem 0;
}
.about-section .connection-img{
	position: relative;
}
/*　アニメーション　*/
.about-section .about-animation .star,
.about-section .about-animation .parts{
	position: absolute;
}
.about-section .about-animation.about-l .parts-1{
	width: 1.125rem;
	top: 0;
	left: 5%;
}
.about-section .about-animation.about-l .star-1{
	width: 4rem;
	top: 20%;
	left: 40%;
}
.about-section .about-animation.about-l .star-2{
	width: 2.5rem;
	top: 39%;
	left: 5%;
}
.about-section .about-animation.about-l .star-3{
	width: 1.875rem;
	bottom: 44%;
	left: 24%;
}
.about-section .about-animation.about-l .parts-2{
	width: 0.8125rem;
	bottom: 21%;
	left: 8%;
}
.about-section .about-animation.about-l .star-4{
	width: 4rem;
	bottom: 8%;
	left: 40%;
}
.about-section .about-animation.about-r .parts-1{
	width: 0.8125rem;
	top: -1%;
	right: 20%;
}
.about-section .about-animation.about-r .star-1{
	width: 4rem;
	top: 9%;
	right: 28%;
}
.about-section .about-animation.about-r .parts-2{
	width: 1.1875rem;
	top: 36%;
	right: 40%;
}
.about-section .about-animation.about-r .star-2{
	width: 2.375rem;
	bottom: 42%;
	right: 20%;
}
.about-section .about-animation.about-r .parts-3{
	width: 1.125rem;
	bottom: 26.5%;
	right: 38%;
}
.about-section .about-animation.about-r .star-3{
	width: 4rem;
	bottom: 5%;
	right: 20%;
}
.about-section .about-animation .star img,
.about-section .about-animation .parts img{
	animation: anime1 0.4s ease 0s infinite alternate;
	transform-origin:center;
}
@media only screen and (max-width: 1200px) {
	.about-section .about-animation{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.about-section{
		padding-top: 8rem;
	}
	.about-section .about-wrap{
		padding-bottom: 9.375rem;
	}
	.about-wrap h2{
		margin-bottom: 1.375rem;
	}
	.about-wrap h2 span{
		font-size: 1.25rem;
		padding: 0 2.875rem;
	}
	.about-wrap h2 span::before,
	.about-wrap h2 span::after{
		width: 2.5625rem;
		height: 0.875rem;
	}
	.about-section .gallery-wrap{
		padding: 0 0 3.125rem 0;
	}
}
/*　　エントリーお菓子一覧　　*/
.gallery-wrap .loop-slide{
	display: flex;
	padding: 1rem 0;
	white-space: nowrap;
	overflow: hidden;
}
.gallery-wrap .loop-slide div{
	height: 8rem;
}
.gallery-wrap .loop-slide img{
	max-width: initial;
	height: 100%;
}
.gallery-wrap .loop-l div:first-child{
	-webkit-animation: loopLeft1 60s -40s linear infinite;
	animation: loopLeft1 80s -40s linear infinite;
}
.gallery-wrap .loop-l div:last-child{
	-webkit-animation: loopLeft2 80s linear infinite;
	animation: loopLeft2 80s linear infinite;
}
@-webkit-keyframes loopLeft1{
	0% {
		-webkit-transform: translateX(100%);
			transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
	}
}
@keyframes loopLeft2{
	0% {
		-webkit-transform: translateX(0);
			transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
			transform: translateX(-200%);
	}
}
.gallery-wrap .loop-r div:first-child{
	-webkit-animation: loopLeft1 80s -40s linear infinite;
	animation: loopRight1 80s -40s linear infinite;
}
.gallery-wrap .loop-r div:last-child{
	-webkit-animation: loopLeft2 80s linear infinite;
	animation: loopRight2 80s linear infinite;
}
@-webkit-keyframes loopRight1{
	0% {
		-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(100%);
			transform: translateX(100%);
	}
}
@keyframes loopRight2{
	0% {
		-webkit-transform: translateX(-200%);
			transform: translateX(-200%);
	}
	to {
		-webkit-transform: translateX(0);
			transform: translateX(0);
	}
}
/*　　部門　　*/
.about-section .entry-category-cont{
	padding-top: 8.75rem;
}
.entry-category-cont .entry-category{
	background: #F2E0C5;
	padding: 0 2.5rem 2.5rem 2.5rem;
	border-radius: 6.25rem;
}
.entry-category-cont .entry-category:not(:last-child){
	margin-bottom: 5rem;
}
.entry-category-cont .entry-category h3{
	text-align: center;
}
.entry-category-cont .entry-category h3 img{
	display: inline-block;
	width: 16.875rem;
	margin-top: -1.5rem;
}
.entry-category-cont .entry-category .c-list{
	max-width: 728px;
	column-gap: 2.125rem;
	margin: 0 auto;
	padding: 1.875rem 0 0 0;
}
.entry-category-cont .entry-category .c-list .c-items{
	width: calc(33.3333% - 1.42rem);
}
.entry-category-cont .entry-category .c-list .c-items .c-icon{
	text-align: center;
	margin-bottom: 0.625rem;
}
.entry-category-cont .entry-category .c-list .c-items .c-icon img{
	width: 100%;
	max-width: 7.6875rem;
}
.entry-category-cont .entry-category .c-list .c-items .c-ttl{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	text-align: center;
	border-bottom: 1px solid #633C2B;
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
}
.entry-category-cont .entry-category .c-list .c-items .c-text{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
}
.about-section .bnr-wrap{
	padding-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
	.about-section .entry-category-cont{
		padding-top: 6.8125rem;
	}
	.entry-category-cont .entry-category{
		padding: 0;
		border-radius: 1.25rem;
	}
	.entry-category-cont .entry-category:not(:last-child){
		margin-bottom: 3.75rem;
	}
	.entry-category-cont .entry-category h3 img{
		display: inline-block;
		width: 14.875rem;
		margin-top: -1.25rem;
	}
	.entry-category-cont .entry-category .c-list{
		column-gap: 0.875rem;
		row-gap: 1.375rem;
		padding: 0.625rem 0.625rem 2.8125rem 0.625rem;
	}
	.entry-category-cont .entry-category .c-list .c-items{
		width: calc(50% - 0.4375rem);
	}
	.entry-category-cont .entry-category .c-list .c-items:first-child{
		width: 50%;
	}
	.entry-category-cont .entry-category .c-list .c-items .c-icon{
		margin-bottom: 0.3125rem;
	}
	.entry-category-cont .entry-category .c-list .c-items .c-icon img{
		max-width: 6.125rem;
	}
	.entry-category-cont .entry-category .c-list .c-items .c-ttl{
		font-size: 0.9375rem;
	}
	.entry-category-cont .entry-category .c-list .c-items .c-text{
		font-size: 0.8125rem;
	}
	.about-section .bnr-wrap{
		padding-top: 3.75rem;
	}
}
/*　　エントリーお菓子一覧　　*/
.entry-list-section{
	position: relative;
	padding: 9.8125rem 0 1.625rem 0;
}
.entry-list-section::before,
.entry-list-section::after{
	content: '';
	position: absolute;
	width: 7rem;
	height: calc(100% - 10rem);
	top: 10rem;
	bottom: 0;
	margin: auto;
}
.entry-list-section::before{
	background: url(../img/star_bg-l.png) top right;
	background-size: contain;
	left: 0;
}
.entry-list-section::after{
	background: url(../img/star_bg-r.png) top left;
	background-size: contain;
	right: 0;
}
.entry-list-section .inner-wrap{
	z-index: 2;
}
.entry-list-section h2{
	text-align: center;
	margin-bottom: 3.875rem;
}
.entry-list-section h2 span{
	position: relative;
	display: inline-block;
}
.entry-list-section h2 span img{
	position: relative;
	width: 26.4375rem;
}
.entry-list-section h2 span::before{
	content: 'lineup';
	position: absolute;
	display: block;
	font-family: "Damion", cursive;
	color: #FFE572;
	font-size: 4.5625rem;
	font-weight: 400;
	line-height: 1;
	right: -3.5625rem;
	bottom: -1.1875rem;
	transform: rotate(340deg);
}
.entry-list-section .entry-list{
	column-gap: 1.6875rem;
	row-gap: 3.125rem;
}
.entry-list .entry-items{
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%, #FFE572 50%, #FFE572 100%);
	width: calc(25% - 1.275rem);
	border-radius: 0.3125rem;
	padding: 1.125rem 1.25rem 1.6875rem 1.25rem;
	box-shadow: 0px 0px 0.375rem 0px #0000000D;
}
.entry-list .entry-items .modal-open{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.entry-list .entry-items .entry-ttl{
	display: flex;
	flex-direction: column;
	min-height: 5.625rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
.entry-list .entry-items .item-name{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	border-bottom: 1px solid #D8D0C6;
	padding-bottom: 0.375rem;
	margin-bottom: 0.375rem;
}
.entry-list .entry-items .item-company{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
}
.entry-list .entry-items .item-img{
	text-align: center;
	margin-bottom: 1.875rem;
}
.entry-list .entry-items .item-img img{
	width: 100%;
	max-width: 14.6875rem;
}
.entry-list .entry-items .btn{
	text-align: center;
	margin-top: auto;
}
.entry-list .entry-items .btn li{
	background: #633C2B;
	display: inline-block;
	width: 100%;
	max-width: 12.5rem;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	border-radius: 3.5rem;
	padding: 0.53125rem;
}
@media only screen and (max-width: 1200px) {
	.entry-list-section::before,
	.entry-list-section::after{
		content: none;
	}
}
@media only screen and (max-width: 767px) {
	.entry-list-section{
		padding: 8.9375rem 0 0 0;
	}
	.entry-list-section h2{
		margin-bottom: 2.5rem;
	}
	.entry-list-section h2 span img{
		width: 19.375rem;
	}
	.entry-list-section h2 span::before{
		font-size: 2.8125rem;
		right: -1.25rem;
	}
	.entry-list-section .entry-list{
		column-gap: 1rem;
		row-gap: 1.5rem;
	}
	.entry-list .entry-items{
		width: calc(50% - 0.5rem);
		padding: 1.25rem 0.5rem 1.125rem 0.5rem;
		box-shadow: 0px 0px 0.234375rem 0px #0000000D;
	}
	.entry-list .entry-items .entry-ttl{
		min-height: inherit;
		margin-bottom: 0.9375rem;
	}
	.entry-list .entry-items .item-name{
		font-size: 0.875rem;
		padding-bottom: 0.234375rem;
		margin-bottom: 0.234375rem;
	}
	.entry-list .entry-items .item-company{
		font-size: 0.75rem;
	}
	.entry-list .entry-items .item-img{
		margin-bottom: 0.75rem;
	}
	.entry-list .entry-items .item-img img{
		max-width: 100%;
	}
	.entry-list .entry-items .btn li{
		max-width: 8.625rem;
		font-size: 0.8125rem;
		padding: 0.21875rem 0.53125rem;
	}
}
/*　　ポップアップ　　*/
.entry-list-section .js-modal-overlay {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	cursor: pointer;
}
.entry-list-section .js-modal-overlay.is-active{
	display: block;
}
.entry-list-section .js-modal-content{
	background: url(../img/m-frame.png) no-repeat center;
	background-size: contain;
	opacity: 0;
	position: fixed;
	top: 50%;
	right: 50%;
	width: 36.5rem;
	height: 37.5rem;
	transform: translate(50%, -50%);
	z-index: 10000;
	padding: 4rem 3.5rem 2.5em 3.5rem;
	pointer-events: none;
}
.entry-list-section .js-modal-content.is-active{
	opacity: 1;
	pointer-events: auto;
}
.entry-list-section .modal .modal-ttl{
	position: relative;
	width: 16rem;
	text-align: center;
	margin: 0 auto 2rem auto;
}
.entry-list-section .modal .modal-ttl::before,
.entry-list-section .modal .modal-ttl::after{
	background: url(../img/star-icon.png) no-repeat center;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2.125rem;
	height: 3.125rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.entry-list-section .modal .modal-ttl::before{
	left: -2.5rem;
}
.entry-list-section .modal .modal-ttl::after{
	right: -2.5rem;
}
.entry-list-section .modal .item-name{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	border-bottom: 1px solid #D8D0C6;
	padding-bottom: 0.375rem;
	margin-bottom: 0.375rem;
}
.entry-list-section .modal .item-company{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
}
.entry-list-section .modal .item-img{
	text-align: center;
	margin-bottom: 1.5rem;
}
.entry-list-section .modal .item-img img{
	width: auto;
	height: 14.375rem;
}
.entry-list-section .modal .modal-detail p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
}
.entry-list-section .modal .modal-close{
	position: absolute;
	width: 2.25rem;
	top: 0.3125rem;
	right: 0.5rem;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.entry-list-section .js-modal-content{
		background: url(../img/m-frame_sp.png) no-repeat center;
		background-size: contain;
		width: 23rem;
		height: 32.5rem;
		padding: 3.85rem 3.875rem 1.5em 3.875rem;
	}
	.entry-list-section .modal .modal-ttl{
		width: 14rem;
		margin: 0 auto 1rem auto;
	}
	.entry-list-section .modal .modal-ttl::before,
	.entry-list-section .modal .modal-ttl::after{
		width: 1.5rem;
		height: 2rem;
	}
	.entry-list-section .modal .modal-ttl::before{
		left: -2rem;
	}
	.entry-list-section .modal .modal-ttl::after{
		right: -2rem;
	}
	.entry-list-section .modal .item-name{
		font-size: 1rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.25rem;
	}
	.entry-list-section .modal .item-company{
		font-size: 0.75rem;
	}
	.entry-list-section .modal .item-img{
		margin-bottom: 0.3125rem;
	}
	.entry-list-section .modal .item-img img{
		height: 8.375rem;
	}
	.entry-list-section .modal .modal-detail p{
		font-size: 0.8125rem;
	}
	.entry-list-section .modal .modal-close{
		width: 2rem;
		top: 0.25rem;
		right: 0.25rem;
	}
}
/*　　投票の流れ　　*/
.voting-section{
	padding: 6.5rem 0 12.6875rem 0;
}
.voting-wrap{
	border-top: 1px solid #633C2B;
	border-bottom: 1px solid #633C2B;
	padding: 0.375rem 0;
}
.voting-wrap .voting-inner{
	border-top: 1px solid #633C2B;
	border-bottom: 1px solid #633C2B;
	padding: 3.75rem 0 4.5rem 0;
}
.voting-wrap h2{
	text-align: center;
	margin-bottom: 2.5rem;
}
.voting-wrap h2 span{
	position: relative;
	display: inline-block;
	color: #633C2B;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.21;
	padding: 0 4.25rem;
}
.voting-wrap h2 span::before,
.voting-wrap h2 span::after{
	content: '';
	position: absolute;
	width: 3.125rem;
	height: 1.0625rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.voting-wrap h2 span::before{
	background: url(../img/square-b.png) no-repeat center;
	background-size: contain;
	left: 0;
}
.voting-wrap h2 span::after{
	background: url(../img/square-b.png) no-repeat center;
	background-size: contain;
	right: 0;
}
.voting-wrap .voting-period{
	display: table;
	border-top: 1px solid #633C2B;
	border-bottom: 1px solid #633C2B;
	padding: 0.8125rem 0;
	margin: 0 auto 3.375rem auto;
}
.voting-wrap .voting-period dt,
.voting-wrap .voting-period dd{
	display: table-cell;
	vertical-align: middle;
}
.voting-wrap .voting-period dt{
	width: 8.375rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	text-align: center;
}
.voting-wrap .voting-period dd{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	border-left: 1px solid #633C2B;
	padding: 0 2.125rem;
}
.voting-wrap .voting-flow{
	column-gap: 2.875rem;
}
.voting-flow .v-f-items{
	position: relative;
	width: calc(33.3333% - 1.95rem);
}
.voting-flow .v-f-items:not(:last-child):after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.4375rem solid transparent;
	border-bottom: 0.4375rem solid transparent;
	border-left: 0.75rem solid #633c2b;
	border-right: 0;
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transform: translateY(-50%);
}
.voting-flow .v-f-items .v-f-icon{
	width: 8.5rem;
}
.voting-flow .v-f-items .v-f-cont{
	width: calc(100% - 8.5rem);
	padding-left: 0.8125rem;
}
.voting-flow .v-f-items .v-f-no{
	margin-bottom: 0.3125rem;
}
.voting-flow .v-f-items .v-f-no img{
	width: 100%;
	max-width: 6.25rem;
}
.voting-flow .v-f-items .v-f-text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
}
.voting-flow .v-f-items .v-f-note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 0.3125rem;
}
.voting-wrap .note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	margin-top: 3.875rem;
}
.voting-section .bnr-wrap{
	padding-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
	.voting-section{
		padding: 5.625rem 0 8.4375rem 0;
	}
	.voting-wrap .voting-inner{
		padding: 1.875rem 0 1.375rem 0;
	}
	.voting-wrap h2{
		margin-bottom: 2rem;
	}
	.voting-wrap h2 span{
		font-size: 1.25rem;
		padding: 0 2.875rem;
	}
	.voting-wrap h2 span::before,
	.voting-wrap h2 span::after{
		width: 2.5625rem;
		height: 0.875rem;
	}
	.voting-wrap .voting-period{
		padding: 0.625rem 0;
		margin: 0 auto 2.75rem auto;
	}
	.voting-wrap .voting-period dt{
		width: 5.375rem;
		font-size: 0.875rem;
	}
	.voting-wrap .voting-period dd{
		font-size: 1rem;
		padding: 0 0.9375rem;
	}
	.voting-wrap .voting-flow{
		column-gap: 0;
		row-gap: 4.625rem;
	}
	.voting-flow .v-f-items{
		width: 100%;
	}
	.voting-flow .v-f-items:not(:last-child):after{
		border-left: 0.4375rem solid transparent;
		border-right: 0.4375rem solid transparent;
		border-top: 0.75rem solid #633c2b;
		border-bottom: 0;
		right: 50%;
		top: auto;
		bottom: -2.5rem;
		transform: translate(50%, 0%);
	}
	.voting-flow .v-f-items .v-f-cont{
		padding-left: 0.5rem;
	}
	.voting-flow .v-f-items .v-f-no{
		margin-bottom: 0.3125rem;
	}
	.voting-wrap .note{
		text-align: left;
		margin-top: 2.1875rem;
	}
	.voting-section .bnr-wrap{
		padding-top: 5.625rem;
	}
}
/*　　インフォメーション　　*/
.info-section .connection-top{
	background: #FFFBE6;
	line-height: 0;
}
.info-section .info-section-cont{
	padding: 7.5rem 0 6rem 0;
}
.info-section .bnr-wrap{
	margin-top: 5.625rem;
}
@media only screen and (max-width: 767px) {
	.info-section .info-section-cont{
		padding: 6.25rem 0;
	}
	.info-section .bnr-wrap{
		margin-top: 5rem;
	}
}
/*　　SNSキャンペーン　　*/
.info-section .campaign-wrap{
	position: relative;
	margin-bottom: 9.5rem;
}
.info-section .campaign-wrap::before,
.info-section .campaign-wrap::after{
	content: '';
	position: absolute;
	display: block;
	width: 14.0625rem;
	height: 8.75rem;
	top: 0;
	z-index: 1;
}
.info-section .campaign-wrap::before{
	background: url(../img/campaign-l.png) no-repeat center;
	background-size: contain;
	left: 3rem;
}
.info-section .campaign-wrap::after{
	background: url(../img/campaign-r.png) no-repeat center;
	background-size: contain;
	right: 3rem;
}
.info-section .campaign-wrap h2{
	position: relative;
	text-align: center;
	padding: 3.75rem 0 0.875rem 0;
}
.info-section .campaign-wrap h2::before{
	background: url(../img/s-circle_w.png) no-repeat center;
	background-size: contain;
	content: '';
	position: absolute;
	display: block;
	width: 45%;
	height: 8.5rem;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}
.info-section .campaign-wrap h2 span{
	position: relative;
	color: #C70000;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.45;
	z-index: 2;
}
.info-section .campaign-wrap h2 span::before{
	content: 'Campaign';
	position: absolute;
	display: block;
	font-family: "Damion", cursive;
	color: #D7D3C8;
	font-size: 2.125rem;
	font-weight: 400;
	right: -1.5625rem;
	bottom: -1.1875rem;
	z-index: -1;
	transform: rotate(340deg);
}
.info-section .campaign-wrap .box-top,
.info-section .campaign-wrap .box-bottom{
	line-height: 0;
}
.info-section .campaign-wrap .box{
	position: relative;
	background: #FFFFFF;
	padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}
.info-section .campaign-wrap .box::before,
.info-section .campaign-wrap .box::after{
	background: #FFFFFF;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2rem;
	left: 0;
	right: 0;
}
.info-section .campaign-wrap .box::before{
	top: -1.9375rem;
	clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}
.info-section .campaign-wrap .box::after{
	bottom: -1.9375rem;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}
.info-section .campaign-wrap .box .p-text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	text-align: center;
	margin-bottom: 4.5rem;
}
.campaign-wrap .campaign-list{
	max-width: 1028px;
	margin: 0 auto;
}
.campaign-wrap .campaign-list .c-items{
	position: relative;
}
.campaign-wrap .campaign-list .c-items:not(:last-child){
	margin-bottom: 3.25rem;
}
.campaign-wrap .campaign-list .c-items .c-cont{
	width: calc(100% - 5rem);
	padding-right: 0.75rem;
}
.campaign-wrap .campaign-list .c-items .c-logo{
	width: 5rem;
}
.campaign-wrap .campaign-list .c-items h3{
	position: relative;
	background: url(../img/ttl_bg_o.png) no-repeat right center;
	background-size: cover;
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.45;
	height: 3.75rem;
	padding: 0.5rem 1.5rem 0.6875rem 1.5rem;
	margin: 0 0 1.3125rem 0;
}
.campaign-wrap .campaign-list .c-items .c-cont-detail{
	width: 65%;
}
.campaign-wrap .campaign-list .c-items .c-ttl{
	margin-bottom: 1.5625rem;
}
.campaign-wrap .campaign-list .c-items .v-f-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
}
.campaign-wrap .campaign-list .c-items .btn{
	margin-top: 1.5625rem;
}
.campaign-wrap .campaign-list .c-items .btn li{
	display: inline-block;
	width: 100%;
	max-width: 13.75rem;
}
.campaign-wrap .campaign-list .c-items .btn li a{
	background: #633C2B;
	display: block;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	border-radius: 3.5rem;
	text-align: center;
	padding: 0.875rem;
}
.campaign-wrap .campaign-list .c-items .c-img{
	width: 31%;
}
@media only screen and (max-width: 767px) {
	.info-section .campaign-wrap{
		margin-bottom: 5.625rem;
	}
	.info-section .campaign-wrap::before,
	.info-section .campaign-wrap::after{
		width: 4.75rem;
		height: 2.9375rem;
		top: 1.5rem;
	}
	.info-section .campaign-wrap::before{
		left: -0.5rem;
	}
	.info-section .campaign-wrap::after{
		right: -0.5rem;
	}
	.info-section .campaign-wrap h2{
		padding: 2.1875rem 0 0 0;
	}
	.info-section .campaign-wrap h2::before{
		width: 16.25rem;
		height: 4.125rem;
		top: 0.625rem;
	}
	.info-section .campaign-wrap h2 span{
		font-size: 1.25rem;
	}
	.info-section .campaign-wrap h2 span::before{
		font-size: 1.8125rem;
		bottom: -1rem;
	}
	.info-section .campaign-wrap .box{
		padding: 2.5rem 1.25rem 3.5625rem 1.25rem;
	}
	.info-section .campaign-wrap .box::before,
	.info-section .campaign-wrap .box::after{
		height: 0.625rem;
	}
	.info-section .campaign-wrap .box::before{
		top: -0.59375rem;
	}
	.info-section .campaign-wrap .box::after{
		bottom: -0.575rem;
	}
	.campaign-wrap .campaign-list .c-items:not(:last-child){
		margin-bottom: 3.75rem;
	}
	.campaign-wrap .campaign-list .c-items .c-cont{
		width: 100%;
		padding-right: 0;
	}
	.campaign-wrap .campaign-list .c-items .c-logo{
		position: absolute;
		width: 3.625rem;
		top: 3.5rem;
		right: 0;
	}
	.campaign-wrap .campaign-list .c-items .c-logo .x-icon{
		width: 3.375rem;
	}
	.campaign-wrap .campaign-list .c-items h3{
		font-size: 1.125rem;
		height: 2.55rem;
		padding: 0.375rem 0.5rem 0.5rem 0.8125rem;
		margin: 0 0 1.4375rem 0;
	}
	.campaign-wrap .campaign-list .c-items .c-cont-detail{
		width: 100%;
	}
	.campaign-wrap .campaign-list .c-items .c-ttl{
		margin-bottom: 1.5625rem;
	}
	.campaign-wrap .campaign-list .c-items .v-f-text{
		width: calc(100% - 7.875rem);
		padding-right: 0.5rem;
	}
	.campaign-wrap .campaign-list .c-items .btn{
		text-align: center;
		margin-top: 1.125rem;
	}
	.campaign-wrap .campaign-list .c-items .btn li{
		max-width: 13.75rem;
	}
	.campaign-wrap .campaign-list .c-items .btn li a{
		font-size: 1rem;
		padding: 0.875rem;
	}
	.campaign-wrap .campaign-list .c-items .c-img{
		width: 7.875rem;
	}
}
/*　　店頭イベント　　*/
.info-section .event-wrap{
	position: relative;
	margin-bottom: 2rem;
}
.info-section .event-wrap::before,
.info-section .event-wrap::after{
	content: '';
	position: absolute;
	display: block;
	width: 21.3125rem;
	height: 11.5rem;
	top: 0;
	z-index: 1;
}
.info-section .event-wrap::before{
	background: url(../img/event-l.png) no-repeat center;
	background-size: contain;
	left: 0;
}
.info-section .event-wrap::after{
	background: url(../img/event-r.png) no-repeat center;
	background-size: contain;
	right: 0;
}
.info-section .event-wrap h2{
	position: relative;
	text-align: center;
	padding: 3.75rem 0 0.875rem 0;
}
.info-section .event-wrap h2::before{
	background: url(../img/s-circle_w.png) no-repeat center;
	background-size: contain;
	content: '';
	position: absolute;
	display: block;
	width: 45%;
	height: 8.5rem;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}
.info-section .event-wrap h2 span{
	position: relative;
	color: #C70000;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.45;
	z-index: 2;
}
.info-section .event-wrap h2 span::before{
	content: 'Event';
	position: absolute;
	display: block;
	font-family: "Damion", cursive;
	color: #D7D3C8;
	font-size: 2.125rem;
	font-weight: 400;
	right: -1.5625rem;
	bottom: -1.1875rem;
	z-index: -1;
	transform: rotate(340deg);
}
.info-section .event-wrap .box-top,
.info-section .event-wrap .box-bottom{
	line-height: 0;
}
.info-section .event-wrap .box{
	position: relative;
	background: #FFFFFF;
	padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}
.info-section .event-wrap .box::before,
.info-section .event-wrap .box::after{
	background: #FFFFFF;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2rem;
	left: 0;
	right: 0;
}
.info-section .event-wrap .box::before{
	top: -1.9375rem;
	clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}
.info-section .event-wrap .box::after{
	bottom: -1.9375rem;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}
.info-section .event-wrap .box .p-text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	text-align: center;
	margin-bottom: 3.125rem;
}
.event-wrap .event-list{
	max-width: 1028px;
	column-gap: 2.75rem;
	row-gap: 2.75rem;
	margin: 0 auto;
}
.event-wrap .event-list .e-items{
	width: calc(50% - 1.375rem);
	display: flex;
	flex-direction: column;
}
.event-wrap .event-list .e-items .e-ttl{
	width: 100%;
	border-bottom: 1px solid #633C2B;
	margin-bottom: 0.75rem;
}
.event-wrap .event-list .e-items .e-ttl dt,
.event-wrap .event-list .e-items .e-ttl dd{
	display: table-cell;
	vertical-align: middle;
}
.event-wrap .event-list .e-items .e-ttl dt{
	width: 5.625rem;
	background: #633C2B;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 0.375rem;
}
.event-wrap .event-list .e-items .e-ttl dd{
	width: calc(100% - 5.625rem);
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 0.625rem 0.625rem;
}
.event-wrap .event-list .e-items .c-img{
	width: 10.25rem;
	height: 14.625rem;
}
.event-wrap .event-list .e-items .c-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-wrap .event-list .e-items .e-cont-detail{
	width: calc(100% - 10.25rem);
	display: flex;
	flex-direction: column;
	padding-left: 0.875rem;
}
.event-wrap .event-list .e-items .e-cont-inner{
	margin-bottom: 0.75rem;
}
.event-wrap .event-list .e-items .e-tbl dt{
	background: #F4EEE7;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	padding: 0.25rem 0.625rem;
}
.event-wrap .event-list .e-items .e-tbl dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4375;
	padding: 0.125rem 0;
}
.event-wrap .event-list .e-items .e-map{
	line-height: 0;
	margin-top: auto;
}
.event-wrap .event-list .e-items .e-map iframe{
	height: 5.25rem;
}
@media only screen and (max-width: 767px) {
	.info-section .event-wrap{
		margin-bottom: 2rem;
	}
	.info-section .event-wrap::before,
	.info-section .event-wrap::after{
		width: 6.4375rem;
		height: 3.375rem;
		top: 0.625rem;
	}
	.info-section .event-wrap::before{
		left: 0;
	}
	.info-section .event-wrap::after{
		right: 0;
	}
	.info-section .event-wrap h2{
		padding: 2.1875rem 0 0 0;
	}
	.info-section .event-wrap h2::before{
		width: 16.25rem;
		height: 4.125rem;
		top: 0.625rem;
	}
	.info-section .event-wrap h2 span{
		font-size: 1.25rem;
	}
	.info-section .event-wrap h2 span::before{
		font-size: 2.125rem;
		right: -1.5625rem;
		bottom: -1.1875rem;
	}
	.info-section .event-wrap .box{
		padding: 3.125rem 1.25rem 4.375rem 1.25rem;
	}
	.info-section .event-wrap .box::before,
	.info-section .event-wrap .box::after{
		height: 0.625rem;
	}
	.info-section .event-wrap .box::before{
		top: -0.59375rem;
	}
	.info-section .event-wrap .box::after{
		bottom: -0.575rem;
	}
	.event-wrap .event-list{
		column-gap: 0;
		row-gap: 3.75rem;
	}
	.event-wrap .event-list .e-items{
		width: 100%;
	}
	.event-wrap .event-list .e-items .e-ttl{
		margin-bottom: 0.75rem;
	}
	.event-wrap .event-list .e-items .e-cont-inner{
		margin-bottom: 0.625rem;
	}
	.event-wrap .event-list .e-items .e-ttl dt{
		width: 3.625rem;
		font-size: 0.875rem;
		padding: 0.375rem;
	}
	.event-wrap .event-list .e-items .e-ttl dd{
		width: calc(100% - 3.625rem);
		font-size: 1rem;
		padding: 0 0 0.125rem 0.25rem;
	}
	.event-wrap .event-list .e-items .c-img{
		width: 6.4375rem;
		height: 10.4375rem;
	}
	.event-wrap .event-list .e-items .e-cont-detail{
		width: calc(100% - 6.4375rem);
		padding-left: 0.875rem;
	}
	.event-wrap .event-list .e-items .e-map iframe{
		height: 5.9375rem;
	}
}
/*　　協賛企業　　*/
.sponsor-section{
	background: rgba(255, 255, 255, .9);
}
.sponsor-section .sponsor-wrap{
	padding: 4.375rem 0 7.5rem 0;
}
.sponsor-section h2{
	text-align: center;
	margin-bottom: 3.75rem;
}
.sponsor-section h2 span{
	position: relative;
	display: inline-block;
	color: #633C2B;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.21;
	padding: 0 4.25rem;
}
.sponsor-section h2 span::before,
.sponsor-section h2 span::after{
	content: '';
	position: absolute;
	width: 3.125rem;
	height: 1.0625rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sponsor-section h2 span::before{
	background: url(../img/square-b.png) no-repeat center;
	background-size: contain;
	left: 0;
}
.sponsor-section h2 span::after{
	background: url(../img/square-b.png) no-repeat center;
	background-size: contain;
	right: 0;
}
.sponsor-section .sponsor-list{
	column-gap: 1.5rem;
}
.sponsor-list .s-items{
	display: table;
	width: calc(25% - 1.125rem);
	border-bottom: 1px solid #000000;
}
.sponsor-list .s-items:nth-child(1),
.sponsor-list .s-items:nth-child(2),
.sponsor-list .s-items:nth-child(3),
.sponsor-list .s-items:nth-child(4){
	border-top: 1px solid #000000;
}
.sponsor-list .s-items dt,
.sponsor-list .s-items dd{
	display: table-cell;
	vertical-align: middle;
}
.sponsor-list .s-items dt{
	width: 10.75rem;
}
.sponsor-list .s-items dd{
	width: calc(100% - 10.75rem);
}
.sponsor-list .s-items dd ul{
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	column-gap: 0.625rem;
}
.sponsor-list .s-items dd ul li img{
	width: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.sponsor-section .sponsor-wrap{
		padding: 4rem 0 6.5rem 0;
	}
	.sponsor-section h2{
		margin-bottom: 1.875rem;
	}
	.sponsor-section h2 span{
		font-size: 1.25rem;
		padding: 0 2.875rem;
	}
	.sponsor-section h2 span::before,
	.sponsor-section h2 span::after{
		width: 2.5625rem;
		height: 0.875rem;
	}
	.sponsor-section .sponsor-list{
		column-gap: 0.625rem;
	}
	.sponsor-list .s-items{
		width: calc(50% - 0.3125rem);
	}
	.sponsor-list .s-items:nth-child(3),
	.sponsor-list .s-items:nth-child(4){
		border-top: none;
	}
	.sponsor-list .s-items dt{
		width: 6.6875rem;
	}
	.sponsor-list .s-items dd{
		width: calc(100% - 6.6875rem);
	}
	.sponsor-list .s-items dd ul{
		column-gap: 0.3125rem;
	}
	.sponsor-list .s-items dd ul li img{
		width: 1.5625rem;
	}
}
/*　　"お菓子と、わたし"について　　*/
.regarding-section .connection-top{
	background: rgba(255, 255, 255, .9);
}
.regarding-section .regarding-section-cont{
	background: #FBD266;
	padding: 15.5rem 0 8.125rem 0;
}
.regarding-section .regarding-wrap h2{
	position: relative;
	text-align: center;
	padding: 3.75rem 0 2.25rem 0;
	margin-top: -11rem;
}
.regarding-section .regarding-wrap h2::before{
	background: url(../img/s-circle_w.png) no-repeat center;
	background-size: contain;
	content: '';
	position: absolute;
	display: block;
	width: 45%;
	height: 8.5rem;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}
.regarding-section .regarding-wrap h2 span{
	position: relative;
}
.regarding-section .regarding-wrap h2 span img{
	width: 24.375rem;
}
.regarding-section .connection-top,
.regarding-section .regarding-wrap .box-top,
.regarding-section .regarding-wrap .box-bottom{
	line-height: 0;
}
.regarding-section .regarding-wrap .box{
	position: relative;
	background: #FFFFFF;
	padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}
.regarding-section .regarding-wrap .box::before,
.regarding-section .regarding-wrap .box::after{
	background: #FFFFFF;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2rem;
	left: 0;
	right: 0;
}
.regarding-section .regarding-wrap .box::before{
	top: -1.9375rem;
	clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}
.regarding-section .regarding-wrap .box::after{
	bottom: -1.75rem;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}
.regarding-wrap .regarding-list{
	max-width: 1028px;
	margin: 0 auto;
}
.regarding-wrap .regarding-list .r-items:not(:last-child){
	margin-bottom: 2.25rem;
}
.regarding-wrap .regarding-list .r-items h3{
	position: relative;
	text-align: center;
	margin-bottom: 1.875rem;
}
.regarding-wrap .regarding-list .r-items h3 span{
	display: inline-block;
}
.regarding-wrap .regarding-list .r-items h3 span img{
	width: 27rem;
}
.regarding-wrap .regarding-list .r-items h3::before,
.regarding-wrap .regarding-list .r-items h3::after{
	background: #633C2B;
	content: '';
	position: absolute;
	display: block;
	width: calc(50% - 14.5rem);
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
}
.regarding-wrap .regarding-list .r-items h3::before{
	left: 0;
}
.regarding-wrap .regarding-list .r-items h3::after{
	right: 0;
}
.regarding-wrap .regarding-list .r-items .r-cont-detail{
	width: 45%;
}
.regarding-wrap .regarding-list .r-items .r-text{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.625rem;
}
.regarding-wrap .regarding-list .r-items .sns-btn{
	margin-top: 2rem;
}
.regarding-wrap .regarding-list .r-items .sns-btn li{
	display: inline-block;
}
.regarding-wrap .regarding-list .r-items .sns-btn li + li{
	margin-left: 0.5rem;
}
.regarding-wrap .regarding-list .r-items .sns-btn li img{
	width: 3.75rem;
}
.regarding-wrap .regarding-list .r-items .btn{
	margin-top: 1.5rem;
}
.regarding-wrap .regarding-list .r-items .btn li{
	display: inline-block;
	width: 100%;
	max-width: 13rem;
}
.regarding-wrap .regarding-list .r-items .btn li a{
	display: block;
	color: #633C2B;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	border-radius: 3.5rem;
	padding: 0.4375rem 1rem;
	border: 1px solid #633C2B;
}
.regarding-wrap .regarding-list .r-items .r-img{
	width: 52%;
}
.regarding-wrap .regarding-list .r-items .point-list li:nth-child(1){
	width: 34%;
}
.regarding-wrap .regarding-list .r-items .point-list li:nth-child(2){
	width: 58%;
}
@media only screen and (max-width: 767px) {
	.regarding-section .regarding-section-cont{
		padding: 9.8125rem 0 4.5rem 0;
	}
	.regarding-section .regarding-wrap h2{
		padding: 2rem 0 2.8125rem 0;
		margin-top: -6rem;
	}
	.regarding-section .regarding-wrap h2::before{
		width: 16.25rem;
		height: 4.8125rem;
	}
	.regarding-section .regarding-wrap h2 span{
		position: relative;
	}
	.regarding-section .regarding-wrap h2 span img{
		width: 12.625rem;
	}
	.regarding-section .regarding-wrap .box{
		padding: 1.125rem 1.25rem 3.125rem 1.25rem;
	}
	.regarding-section .regarding-wrap .box::before,
	.regarding-section .regarding-wrap .box::after{
		height: 0.625rem;
	}
	.regarding-section .regarding-wrap .box::before{
		top: -0.59375rem;
	}
	.regarding-section .regarding-wrap .box::after{
		bottom: -0.575rem;
	}
	.regarding-wrap .regarding-list .r-items:not(:last-child){
		margin-bottom: 2.25rem;
	}
	.regarding-wrap .regarding-list .r-items h3{
		margin-bottom: 1.625rem;
	}
	.regarding-wrap .regarding-list .r-items h3 span{
		display: inline-block;
	}
	.regarding-wrap .regarding-list .r-items h3 span img{
		width: 20.25rem;
	}
	.regarding-wrap .regarding-list .r-items h3::before,
	.regarding-wrap .regarding-list .r-items h3::after{
		content: none;
	}
	.regarding-wrap .regarding-list .r-items .r-cont-detail{
		width: 100%;
	}
	.regarding-wrap .regarding-list .r-items .r-text{
		font-size: 1rem;
		font-weight: 400;
		margin-top: 0;
	}
	.regarding-wrap .regarding-list .r-items .sns-btn{
		text-align: center;
		margin-top: 1.25rem;
	}
	.regarding-wrap .regarding-list .r-items .sns-btn li{
		display: inline-block;
	}
	.regarding-wrap .regarding-list .r-items .sns-btn li + li{
		margin-left: 0.5rem;
	}
	.regarding-wrap .regarding-list .r-items .sns-btn li img{
		width: 3.75rem;
	}
	.regarding-wrap .regarding-list .r-items .btn{
		text-align: center;
		margin-top: 1.5rem;
	}
	.regarding-wrap .regarding-list .r-items .r-img{
		width: 100%;
		margin-top: 2rem;
	}
	.regarding-wrap .regarding-list .r-items .point-list li:nth-child(1){
		width: 85%;
	}
	.regarding-wrap .regarding-list .r-items .point-list li:nth-child(2){
		width: 100%;
		margin-top: 2.5rem;
	}
}
/*　　バナー　　*/
.bnr-wrap .bnr-box{
	position: relative;
}
.bnr-wrap .bnr-box .b-btn{
	position: absolute;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bnr-wrap .bnr-box.bnr1 .b-btn{
	width: 85%;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
}
.bnr-wrap .bnr-box.bnr2 .b-btn{
	width: 61%;
	bottom: 14%;
	left: 33%;
}
.bnr-wrap .bnr-box .b-btn li{
	width: 49%;
}
.bnr-wrap .bnr-box .b-btn li a{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3375;
	text-align: center;
	border-radius: 5rem;
	padding: 1.75rem 0.5rem;
}
.bnr-wrap .bnr-box .b-btn li a span{
	display: inline-block;
	line-height: 0;
	vertical-align: bottom;
	margin-right: 0.625rem;
}
.bnr-wrap .bnr-box .b-btn li a.white{
	background: #FFFFFF;
}
.bnr-wrap .bnr-box .b-btn li a.white span{
	width: 2.375rem;
}
.bnr-wrap .bnr-box .b-btn li a.brown{
	background: #633C2B;
	color: #FFFFFF;
}
.bnr-wrap .bnr-box .b-btn li a.brown span{
	width: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.bnr-wrap .bnr-box .b-btn{
		display: block;
	}
	.bnr-wrap .bnr-box.bnr1 .b-btn{
		width: 89%;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
	}
	.bnr-wrap .bnr-box.bnr2 .b-btn{
		width: 89%;
		bottom: 7%;
		left: 6%;
	}
	.bnr-wrap .bnr-box .b-btn li{
		width: 100%;
	}
	.bnr-wrap .bnr-box .b-btn li + li{
		margin-top: 6%;
	}
	.bnr-wrap .bnr-box .b-btn li a{
		font-size: 1.25rem;
		padding: 1.75rem 0.5rem;
	}
	.bnr-wrap .bnr-box .b-btn li a span{
		margin-right: 0.625rem;
	}
	.bnr-wrap .bnr-box .b-btn li a.white span{
		width: 2.375rem;
	}
	.bnr-wrap .bnr-box .b-btn li a.brown span{
		width: 1.875rem;
	}
}
/**
/* アニメーション CSS
----------------------------------------------- */
.connection-img{
	position: relative;
}
.connection-img .c_animation{
	position: absolute;
}
.connection-img .c_animation .star,
.connection-img .c_animation .parts{
	position: absolute;
}
/*　つなぎイラスト1　*/
.connection-1 .c_animation{
	width: 80%;
	max-width: 83.25rem;
	height: 44%;
	max-height: 7.6875rem;
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
}
.connection-1 .c_animation .parts-1{
	width: 0.8125rem;
	bottom: 1%;
	left: 3%;
}
.connection-1 .c_animation .parts-2{
	width: 0.875rem;
	top: 47%;
	left: 19%;
}
.connection-1 .c_animation .parts-3{
	width: 0.875rem;
	top: 15%;
	left: 32%;
}
.connection-1 .c_animation .parts-4{
	width: 1.125rem;
	bottom: 31%;
	left: 49%;
}
.connection-1 .c_animation .parts-5{
	width: 1.1875rem;
	top: 20%;
	right: 30.8%;
}
.connection-1 .c_animation .parts-6{
	width: 1.0625rem;
	bottom: 6%;
	right: 18.5%;
}
.connection-1 .c_animation .parts-7{
	width: 0.8125rem;
	bottom: 2%;
	right: 3%;
}
/*　つなぎイラスト2　*/
.connection-2 .c_animation.c_ani-l,
.connection-2 .c_animation.c_ani-r{
	width: 30%;
	max-width: 34.25rem;
	height: 40%;
	max-height: 9.6875rem;
	top: 13%;
}
.connection-2 .c_animation.c_ani-l{
	left: 3%;
}
.connection-2 .c_animation.c_ani-r{
	right: 3%;
}
.connection-2 .c_animation.c_ani-l .star-1{
	width: 2.375rem;
	bottom: 1%;
	left: 0;
}
.connection-2 .c_animation.c_ani-l .parts-1{
	width: 0.8125rem;
	top: 0;
	left: 36%;
}
.connection-2 .c_animation.c_ani-l .parts-2{
	width: 0.8125rem;
	top: 23%;
	right: 32%;
}
.connection-2 .c_animation.c_ani-l .parts-3{
	width: 1.0625rem;
	bottom: 5%;
	right: 5%;
}
.connection-2 .c_animation.c_ani-r .star-1{
	width: 1.875rem;
	bottom: 32%;
	left: 0;
}
.connection-2 .c_animation.c_ani-r .star-2{
	width: 2.5rem;
	bottom: 15%;
	right: 0;
}
.connection-2 .c_animation.c_ani-r .parts-1{
	width: 0.875rem;
	top: 1%;
	left: 28%;
}
.connection-2 .c_animation.c_ani-r .parts-2{
	width: 0.8125rem;
	top: 1%;
	right: 33%;
}
/*　つなぎイラスト3　*/
.connection-3 .c_animation{
	width: 85%;
	max-width: 95.25rem;
	height: 61%;
	max-height: 12.6875rem;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.connection-3 .c_animation .star-1{
	width: 4rem;
	bottom: 0;
	left: 0;
}
.connection-3 .c_animation .star-2{
	width: 1.875rem;
	top: 18%;
	left: 24%;
}
.connection-3 .c_animation .star-3{
	width: 2.375rem;
	top: 15%;
	right: 44%;
}
.connection-3 .c_animation .star-4{
	width: 2.5rem;
	bottom: 15%;
	right: 9%;
}
.connection-3 .c_animation .star-5{
	width: 1.875rem;
	top: 35%;
	right: 4.8%;
}
.connection-3 .c_animation .parts-1{
	width: 0.8125rem;
	top: 40%;
	left: 9.5%;
}
.connection-3 .c_animation .parts-2{
	width: 0.875rem;
	top: 24%;
	left: 34%;
}
.connection-3 .c_animation .parts-3{
	width: 1.1875rem;
	top: 8%;
	right: 24%;
}
