@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; margin: 0; padding: 0; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:1.6rem;
}

.for_pc{
	display:block;
	margin:0 auto;
}

.for_sp{
	display:none;
	margin:0 auto;
}

/* sp */
@media screen and (max-width: 750px){

	body {
		font-size:1.5rem;
	}
	.for_pc{
		display:none;
		margin:0 auto;
	}
	.for_sp{
		display:block;
		margin:0 auto;
	}
}

.inner{
	max-width: 90%;
	margin: 0 auto;
}

.sp_inner{
	max-width: 750px;
	margin: 0 auto;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	background-color: #FFF;
}
@media screen and (max-width: 750px){
	.sp_inner{
	max-width: 100vw;
	margin: 0 auto;
	border: none;
	background-color: #FFF;
		overflow: hidden;
}
}

/* =========================================================
ヘッダー
========================================================= */
header{
	height: 70px;
	position: fixed;
	width: 100vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	z-index: 999;
}

h1{
	line-height: 0;
}

h1 a{
	font-family: "aralet-n", sans-serif;
	font-size: 2.2rem;
	padding: 0 0 2rem 2rem;
	text-decoration: none;
	color: #333;
}

header nav{
	display: flex;
	align-items: center;
}

header nav ul{
	list-style-type: none;
	display: flex;
	align-items: center;
	column-gap: 4rem;
}

header nav ul li a{
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
}

.campaign_btn01 a, .campaign_btn02 a{
	display: block;
	width: 200px;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	height: 70px;
	padding: 1rem 2rem;
}

.campaign_btn01 a{
	background-color: #c7161d;
	margin-left: 3rem;
}

.campaign_btn02 a{
	background-color: #00a29a;
}

@media screen and (max-width: 750px){
header{
	position: fixed;
	background-color: #FFF;
	border-bottom: solid 1px #333;
	box-sizing: border-box;
	}
}

/* =========================================================
共通
========================================================= */
.sectitle{
	color: #FFF;
	padding: 4rem 1rem;
	background-color: #b90007;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.bg{
	background-image: url("../img/bg.webp");
}

@media screen and (max-width: 750px){
	.sectitle{
	padding: 3rem 1rem;
	font-size: 2.4rem;
	}
}

/* =========================================================
ハンバーガーメニュー　★スマホ版のみ
========================================================= */
ul {
list-style: none;
}
a{
	text-decoration: none;
}

.menu-checkbox {
display: none;
}

.drawer-menu {
position: fixed;
top: 0;
right: 0;
width: 30vw;
height: 100vh;
transform: translateX(100%);
transition: all 0.5s ease-in-out 0s;
background-color: #FFF;
z-index: 20;
}

.drawer-menu-list {
margin-top: 100px;
}

.drawer-menu_inner{
	background-color: #FFF;
	border-radius: 10px;
	max-width: 95%;
	margin: 2rem auto;
}

.drawer_logo{
	max-width: 70%;
	margin: 2rem;
	text-align: left;
}

.drawer-menu-item{
	border-bottom: solid 1px #333;
	padding: 2rem 1rem;
	margin: 0 2rem;
	text-align: left;
}

.drawer-menu-list li a{
    display: block;
    height: 100%;
    width: 100%
}

.drawer-menu-item:last-child{
	border-bottom: none;
}

.drawer-menu-item a{
	font-weight: 400;
	font-size: 1.8rem;
	color: #333;
}

.drawer-menu-item a:hover{
	color: #333;
}

.drawer-menu-item-link {
display: block;
text-align: center;
font-size: 1.6rem;
color: #fff;;
margin-top: 20px;
}

.schedule_btn{
	max-width: 90%;
	margin: 0 auto 2rem;
}

.menu_ttl{
	font-family: "aralet-n", sans-serif;
	font-size: 2rem;
	color: #333;
	border-bottom: solid 2px #333;
	padding: 2rem 0 1rem;
	margin: 0 2rem;
	text-align: left;
}

.menu_close{
	display: inline-block;
    height: auto;
    width: 100%;
	color: #333;
	border-top: solid 1px #333;
	font-size: 2rem;
	padding: 2rem 1rem;
	background-color: #FFF;
	cursor: pointer;
	margin: 0 auto;
}

.menu-checkbox:checked ~ .drawer-menu {
transform: translateX(0);
}

.drawer-icon {
cursor: pointer;
position: fixed;
top: 30px;
right: 60px;
justify-content: center;
align-items: center;
z-index: 30;
background-color: #fff;
} 

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
content: '';
display: block;
height: 2px;
width: 40px;
border-radius: 3px;
background-color: #333;
position: absolute;
transition: all 0.5s ease-in-out 0s;
} 

.drawer-icon span::before {
bottom: 12px;
}

.drawer-icon span::after {
top: 12px;
} 

.menu-checkbox:checked ~ .drawer-icon {
background-color: #3584bb;
}

.menu-checkbox:checked ~ .drawer-icon span {
background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
bottom: 0;
transform: rotate(-45deg);
background-color: #333;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
top: 0;
transform: rotate(45deg);
background-color: #333;
}

.menu-background {
display: none;
position: fixed;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333;
opacity: 0;
transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
display: block;
opacity: 0.3;
}

.drawer-campaign{
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin: 2rem;
	grid-gap:1rem;
}

.drawer-campaign .campaign_btn01 a,.drawer-campaign .campaign_btn02 a{
	width: 100%;
	font-size: 1.4rem;
	height: auto;
}

.drawer-campaign .campaign_btn01 a{
	margin-left:0;
}

@media screen and (max-width: 750px){
.drawer-menu {
	width: 100vw;
height: auto;
	}
	.drawer-icon {
cursor: pointer;
position: fixed;
top: 3rem;
right: 6rem;
justify-content: center;
align-items: center;
z-index: 30;
background-color: #fff;
} 
}

/* =========================================================
メインビジュアル
========================================================= */
.main_bg{
		background-image: url("../img/bg_main.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 6rem 0 8rem;
}

.main_sec_box{
	margin: 2rem 0 4rem;
}

.main_sub_sec{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}

.main_sec{
	font-size: 2.4rem;
	font-weight: 800;
	padding-top: 0.5rem;
}

.main_sec span{
	font-size: 3rem;
}

.schedule_box{
	position: relative;
	background-color: #333;
	padding: 3rem 1rem 1rem;
	margin-top: 6rem;
}

.schedule_ttl{
	position: absolute;
	display: inline-block;
  top: -3rem;
  left: 50%;
  transform: translate(-50%);
	background-color: #FFF;
	padding: 1rem 4rem;
	border-radius: 10px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	z-index: 20;
}

.schedule{
	color: #FFF;
	font-weight: 700;
	font-size: 3.4rem;
}

.schedule span{
	font-size: 6rem;
}

.schedule_box .note{
	color: #FFF;
}

@media screen and (max-width: 750px){
	main{
		padding: 0;
	}
.main_bg{
		padding: 8rem 0 8rem;
		background-size: 100%;
	}
	
.main_sub_sec{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
}

.main_sec{
	font-size: 2rem;
	font-weight: 800;
	padding-top: 0.5rem;
}
	
	.schedule_box{
	position: relative;
	background-color: #333;
	padding: 2.5rem 1rem 1rem;
	margin-top: 4rem;
}
	.schedule_ttl{
	top: -2rem;
	padding: 0.5rem 3rem;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	z-index: 20;
}
	.schedule{
	color: #FFF;
	font-weight: 700;
	font-size: 2.2rem;
}

.schedule span{
	font-size: 3rem;
}
	.schedule_box .note{
	font-size: 1.4rem;
}
}

@media screen and (max-width: 480px){
	.main_bg{
		padding: 4rem 0 6rem;
		background-size: 100%;
	}
	main{
		margin-top: 7rem;
	}
	
	.main_sub_sec{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}
	
}

/* =========================================================
賞品
========================================================= */
#award{
	background-color: #fdd762;
	padding-bottom: 2rem;
}

.award_bg{
	background-image: url("../img/award_bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 6rem 0 4rem;
}

#award .note{
	padding-top: 4rem;
}

#award img{
	padding-bottom: 1rem;
}

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

}

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

/* =========================================================
応募方法
========================================================= */
#howto{
	padding-bottom: 6rem;
	text-align: left;
}

.attention{
	font-weight: 800;
	font-size: 2rem;
	padding: 2rem 0;
}

.attention_box{
	background-color: #1d2087;
	color: #FFF;
	padding: 2rem;
	text-align: center;
}

.entry{
	margin: 0 auto;
	padding-top: 2rem;
	text-align: center;
}

.howto_txt{
	font-size: 2rem;
	font-weight: 500;
	padding: 2rem 0;
}

.howto_txt span{
	color: #e60012;
}

.howto_box{
	padding: 2rem;
	margin-top: 4rem;
	background-color: #fff4d5;
}

.howto_box_ttl{
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 1rem;
}

@media screen and (max-width: 750px){
	.howto_title{
	padding: 2rem 1rem;
	font-size: 2.2rem;
}

	.howto_txt{
	font-size: 1.8rem;
	font-weight: 500;
	padding: 2rem 0;
}

	.attention{
		font-size: 1.8rem;
		text-align: left;
	}
	.entry img{
		max-width: 90%;
	}
	}

/* =========================================================
対象商品
========================================================= */

.sample_txt{
	margin-top: 2rem;
	font-weight: 700;
	font-size: 2.4rem;
}

.sample_txt span{
	font-weight: 500;
	font-size: 1.8rem;
}

.sample_txt_sub{
	margin-top: 0.5rem;
	font-weight: 500;
	font-size: 1.8rem;
}

.okome_container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1rem 6rem;
	font-weight: 500;
	margin: 2rem 0 8rem;
}

.okome_box{
	margin-top: 2rem;
}

.okome_box img{
	max-width: 100%;
	margin: 0 auto;
}

.okome_ttl{
	font-weight: 700;
	font-weight: 2.2rem;
	background-color: #fdd762;
	margin: 1rem 1rem 0.5rem;
	padding: 1rem 0;
}

.okome_attention{
	border: solid 2px #333;
	padding: 2rem;
	text-align: left;
	margin-bottom: 4rem;
}

.okome_attention_txt{
	font-weight: 700;
	font-size: 2.4rem;
	color: #e60012;
}

.okome_attention ul{
	list-style-type: none;
	margin: 0 0 2rem;
	font-weight: 700;
	font-size: 2rem;
}

.okome_attention .note{
	font-weight: 500;
	font-size: 1.6rem;
}

@media screen and (max-width: 750px){
	
	.sample_txt{
	margin-top: 2rem;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: left;
}
	
	.sample_txt span{
	font-weight: 500;
	font-size: 1.6rem;
}

.sample_txt_sub{
	margin-top: 0.5rem;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: left;
}
	.okome_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem 4rem;
	font-weight: 500;
	margin: 2rem 0 6rem;
}
	.okome_attention_txt{
	font-size: 2rem;
}
	.okome_attention ul{
	margin: 0 0 2rem;
	font-size: 1.8rem;
}
}

/* =========================================================
ページトップ リンク
========================================================= */

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#e60012;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:20px;
	z-index: 999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

@media screen and (max-width: 750px){
	#page-top {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

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

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
}

/*---------------------------------------------
フッター
---------------------------------------------*/

footer{
	width: 100%;
	padding: 20px 0;
	font: Arial, Helvetica, sans-serif;
	background: #2b2b2b;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer address{
	color: #fff;
}

/* sp */
@media screen and (max-width: 520px){
	footer{
		padding:10px 0;
	}

	footer a{
	font-size: 0.5em;
	}
	
	#page-top a{
	margin: 0 -10px 0 0;
	}
}



