/*------------------------------------
  common
--------------------------------------*/
html { scroll-behavior: smooth; }

body {
	width: 100%;
	min-width: unset;
}
@media screen and (min-width: 910px) {
	body {
		min-width: 1280px;
		overflow-x: hidden;
		}
}

.inner {
    width: 82.93%;
    display: block;
    margin: auto;
}
a:hover, section button:hover {
    opacity: .7;
    transition: all 0.6s ease;
}
h2, p {
    font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}
a {
	color: inherit;
}

img {
	width: 100%;
	display: block;
	margin: auto;
	height: auto;
}

:root {
	--bg-color: #FCEAE8;
}


.ttl_section {
    text-align: center;
    font-size: 28px;
    color: #13A13F;
    font-weight: 900;
}
.cap {
    font-size: 2.67vw;
    color: #5F3C13;
    text-align: center;
}

.cap_cp {font-size: 2.67vw !important;width: 100%;white-space: nowrap; transform: translateX(-30%);}

.pc {
display: none !important;
}

.sp {
  display: block !important;
}
  
@media screen and (min-width: 910px) {
  .pc {
    display: block !important;
  }
  .sp {
      display: none !important;
    }
}

.ttl_section img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
  
.red_underline {
  color: #E93423;
  text-decoration: underline;
}

#prize, #product, #apply, #details, #shoplist { scroll-margin-top: 80px; }

@media (min-width: 769px) {
  #prize, #details, #shoplist { scroll-margin-top: 80px; }
  #product { scroll-margin-top: 150px; } /* #product > picture ÃƒÂ£Ã‚ÂÃ…â€™ -150px ÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã‚ÂÃ‚Â§ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â« */
}


/*------------------------------------
  PC fixed contents
--------------------------------------*/
.l_fixed_bg {
    position: absolute;
    top: 39.2%;
    left: 13.9%;
    width: 9.7%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: calc((100% - 507px) / 2);
    height: 100%;
}

.l_fixed_bg div {
    position: absolute;
    inset: 0px;
}

.l_fixed_bg div img {
    position: absolute;
    width: 186px;
    inset: 0px;
    margin: 90px auto auto auto;
}

.r_fixed_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    max-width: calc((100% - 504px) / 2);
    height: 100%;
    margin: auto auto auto auto;
}

.r_fixed_bg p {
    position: absolute;
    top: 62.6%;
    right: 15.2%;
    width: 358px;
    position: absolute;
    inset: 0px;
    line-height: 1.3;
    margin: 670px auto auto auto;
}




.l_fixed_list {
	margin: 240px auto auto auto;
	display: block;
	width: 100px;
	position: relative;
}
.l_fixed_item {
	white-space: nowrap;
	font-family: 'Zen Maru Gothic';
	font-weight: 900;
}
.l_fixed_link {
	font-size: 20px;
}
.fixed_menu_bottom_img {
	display: block;
	height: auto;
	width: 79% !important;
	min-width: 322px;
	max-width: 400px;
	position: static !important;
	margin: 125px auto auto auto !important;
}
.r_fixed_btn_txt {
	margin-bottom: 10px;
}
.r_fixed_btn {
	display: flex;
	width: 100%;
	height: auto;
	margin: auto;
	justify-content: center;
	cursor: pointer;
}
.r_fixed_btn img {
	width: 304px;
	height: auto;
}


.l_fixed_list input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .l_fixed_list label {
    display: block;
  }
  .l_fixed_list a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 3px;
    transition: color .2s, background-color .2s;
    color: #F02318;
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', sans-serif;
    text-decoration: none;
  }
  
  .icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 20px;
  }
	.text {
		line-height: 1.25;
		font-family: sans-serif;
	}
  .l_fixed_list .icon img {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .15s ease;
  }
  .icon--active { opacity: 0; }
  .icon--default { opacity: 1; }
  .l_fixed_list input[type="radio"]:checked + label a {
    color: #E93423;
    font-weight: 600;
  }
  .l_fixed_list input[type="radio"]:checked + label a .icon--active {
    opacity: 1;
  }
  .l_fixed_list input[type="radio"]:checked + label a .icon--default {
    opacity: 0;
  }
  .l_fixed_list img {
	  position: unset !important;
	  width: unset !important;
	  inset: unset !important;
	  margin: unset !important;
	 }



@media (max-width: 1300px) and (min-width: 910px) {
	.r_fixed_bg {
		display: none;
	}
	.r_fixed_bg img {
    margin: auto;
    margin-bottom: 20px;
	}
	.l_fixed_list {
		min-width: 200px;
		margin: 240px auto auto 100px;
	}
	.fixed_menu_bottom_img {
	width: 322px !important;
	min-width: 252px;
	margin: 125px auto auto 37px !important;
	}
}

@media all and (min-width: 910px) {
	.scroll_content {
		position: relative;
		width: 100%;
		max-width: 506px;
		margin: 0 auto 0;
		background-color: white;
		z-index: 1;
	}
}

.fixed_bg {
	position: fixed;
	inset: 0;
	z-index: 1;
	background-image: url(../images/bg_pc.png);
	background-color: #FFDBDB;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.l_fixed_bg,
.r_fixed_bg {
    pointer-events: auto;
}

.r_fixed_bg > div {
    position: absolute;
    inset: 0px;
    width: 220px;
    margin: 299px auto auto auto;
}
@media all and (min-width: 1885px) {
	.fixed_bg {
		background-image: url(../images/bg_pc.png);
		background-color: #FFDBDB;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}



/*------------------------------------
  mv
--------------------------------------*/
#mv img {
    width: 100%;
    height: auto;
    display: block;
}
#mv h1 {
    position: relative;
}


/*------------------------------------
  cp
--------------------------------------*/
.area_cp {background: #DE002B;}
.cp {color: #FFFFFF;display: grid;grid-template-columns: auto 1fr; /* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«dtÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«dd */gap: 0em 0.6em; /* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */align-items: center;justify-content: start;align-content: center;justify-items: stretch;width: 84.01vw;margin: auto;padding: 6px 0;font-family: "Noto Sans JP", sans-serif;font-weight: bold;line-height: 1.3;white-space: nowrap;}
.cp dt {font-size: 2.67vw;border: solid 1px #FFFFFF;display: flex;justify-content: center;align-items: center;border-radius: 4px;padding: 2px 4px;}
.cp dt.c_red {
	border: solid 1px #FFFFFF;
}
.cp dd {font-size: 3.73vw;width: fit-content;position: relative;top: -0.2em;}
.fs_big {
	font-size: 5.87vw;
}
.cp_blank {opacity: 0;width: 25vw;}

@media (min-width:910px) {
  .cp {display: grid;grid-template-columns: auto 1fr; /* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«dtÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«dd */gap: 0.2em 0.4em;align-items: center;justify-content: start;align-content: center;justify-items: stretch;width: 82%;margin: auto;padding: 8px 0;}
  .cp dt {font-size: 13.49px;display: flex;justify-content: center;align-items: center;border-radius: 4px;padding: 2px 4px;}
  .cp dt.c_red {
    border: solid 1px;
  }
  .cp dd {font-size: 18.89px;}
    .fs_big {
    font-size: 1.85rem;
  }
  .cp_blank {opacity: 0;width: 90px;}

}


/*------------------------------------
  apply
--------------------------------------*/
#apply {margin: 0 0 11.73vw 0;}
.apply__image {
	margin-bottom: 4.7vw;
}
.apply__text01 {
	width: 50.2vw;
	margin-bottom: 2vw;
}
.apply__btnarea {
    margin: 0 0 4vw 0;
}
.apply__btn {
	display: flex;
	margin: auto;
	width: 80.2vw;
	justify-content: center;
	cursor: pointer;
}
.apply__btnarea02 {
  margin: 0 0 3vw 0;
}
.apply__btn02 {
	border: solid 1px #464646;
	border-radius: 2em;
	text-decoration: unset;
	display: flex;
	width: 52.53vw;
	height: 12.13vw;
	justify-content: center;
	align-items: center;
	font-size: 3.73vw;
	margin: 0 auto 0;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
}
.apply__btn02:after {
	content: "";
	background: url(../images/arrow_black.svg) no-repeat;
	width: 10px;
	height: 6px;
	background-size: contain;
	position: absolute;
	right: 4vw;
	top: 5.5vw;
}
.apply_notes {
	font-size: 2.93vw;
	width: 91vw;
	margin: auto;
	font-family: "Noto Sans JP", sans-serif;
}

@media (min-width:910px) {
	#apply {
		margin: 0 0 138px 0;
	}
	.apply__image {
	margin-bottom: 22px;
	}
	.apply__text01 {
	width: 50%;
	margin-bottom: 10px;
	}
	.apply__btnarea {
	margin: 0 0 18px 0;
	}
	.apply__btn {
	width: 100%;
	max-width: 420px;
	}
	.apply__btnarea02 {
	  margin: 0 0 10px 0;
	}
	.apply__btn02 {
	width: 100%;
	max-width: 266px;
	height: 100%;
	font-size: 18.89px;
	border-radius: 50px;
	padding: 17px 0;
	}
	.apply__btn02:after {
	right: 16px;
	top: 28px;
	width: 20px;
	height: 10px;
	}
	.apply_notes {
	font-size: 14.84px;
	width: 100%;
	text-align: center;
	}
}

/*------------------------------------
  prize
--------------------------------------*/
#prize {
	background: #EA524D;
	position: relative;
	padding: 0 0 36px 0;
}
#prize > picture {
	position: relative;
	top: -8vw;
}
.prize__notes {
	width: 87.93vw;
	display: block;
	margin: -6.67vw auto 14.6vw;
	font-size: 2.67vw;
	color: #fff;
	position: relative;
	z-index: 3;
}

@media (min-width: 910px) {
	#prize {
	background: #EA524D;
	position: relative;
	padding: 0 0 62px 0;
}
#prize > picture {
	position: relative;
	top: -117px;
}
.prize__notes {width: 88%;font-size: 13.49px;margin: -112px auto 128px;}
}


/*------------------------------------
  product
--------------------------------------*/
#product > picture {
	position: relative;
	top: -10vw;
}
.product__image01 {
	position: relative;
}

@media (min-width:769px) {
	#product > picture {
		top: -150px;
	}
}

/*------------------------------------
  details
--------------------------------------*/
#details {padding-bottom: 180px;}
.details__inner {
	width: 82.93vw;
	display: block;
	margin: auto;
}
.details__head {background: var(--bg-color);margin-bottom: 1rem;padding: 0.5rem 0;}
.details__title {color: #EA2E24;font-weight: bold;text-align: center;font-size: 3.47vw;font-family: "Noto Sans JP";}
.details__body {margin-bottom: 2rem;}
.details__text {font-size: 2.67vw;color: #464646;line-height: 1.43;font-family: "Noto Sans JP";}
.details__text_company {
	border-bottom: solid 1px #D7D7D7;
	padding-bottom: 0.3rem;
	margin-bottom: 0.5rem;
}
.details__text_company a {
	color: #E93423;
}

@media screen and (min-width: 910px) {
	#details {padding-bottom: 100px;margin-top: -95px;}
	.details__inner {
		width: 83%;
		display: block;
		margin: auto;
	}
	.details__head {
		margin-bottom: 1.6rem;
	}
	.details__title {
		font-size: 17.54px;
	}
	.details__body {
		margin-bottom: 2.5rem;
	}
	.details__text {
		font-size: 13.49px;
		}
	.details__text_company {padding-bottom: 0.5rem;margin-bottom: 0.5rem;}
}


/*------------------------------------
  footer
--------------------------------------*/

footer {display: flex;background: #FFFFFF;box-shadow: 0px -4px 8px 0px #00000008;justify-content: space-between;position: fixed;z-index: 9;bottom: 0;width: 100%;}
.footer__btn {display: flex;align-items: center;justify-content: center;margin: auto;width: 90%;padding: 0.5rem 0;cursor: pointer;}

@media screen and (min-width: 910px) {
	footer {
	width: 100%;
	max-width: 506px;
	}
	.footer__btn {
		width: 90%;
	}
}

#popup {
    display: none;
}