@charset "utf-8";

html {
	color:#000;
	background:#FFF;
	overflow-y: scroll;
}

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	word-wrap:break-word;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}

input,textarea {
	margin: 0;
	padding: 0;
}

ol,ul{
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
}

legend {
	color:#000;
}

a:focus {
	outline:none;
}
a:hover {
	opacity:0.7;
}

/**
 *
 * 
 *
 */

body{
	font-family: 'Noto Sans JP', ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
    	font-size: 1.5rem;
    	line-height: 1.8;
    	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
img{
	width: 100%;
	vertical-align: middle;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 599px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.content{
	max-width: 950px;
	margin: auto;
}

/*--------------------------
header
---------------------------*/
#header{
	position: relative;
}
.heder_line{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-top: 15px;
}
.heder_line img{
	width: 100%;
	height: auto;	
}	
.header_inner {
	max-width: 2000px;
	padding: 15px 30px 0;
	margin:auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top_logo{
	width: 12%;	
}

.top_sns {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0px 10px 5px;
}

.top_icon_instagram,.top_icon_x{
	margin-right: 10px;
}

/*--------------------------
top
---------------------------*/
.top_back{
	background:url(../img/top_back.png);
	background-size: cover;
}
.top_img{
	margin-top: -100px;
}
.top{
	margin-top: -250px;
}
.top_period{
	padding: 50px 0 70px;
}

/*--------------------------
contents
---------------------------*/
.merchandise{
	background: #000;
	padding: 50px 0;
	margin-top: -2px;
}
.shohin_list {
    display: flex;
    justify-content: space-around;
	padding: 20px 0;
}
.shohin_list a {
    text-decoration: none;
}
.shohin {
    width: 15%;
}
.new_list {
    background: #fad9c7;
    display: flex;
    width: 38%;
    justify-content: space-around;
    padding: 0 15px 15px;
    border-radius: 20px;
    position: relative;
    border:solid 5px #c91b1d;
    align-items: flex-end;
}
.new_ttl {
    position: absolute;
    top: -8%;
    width: 60%;
}
.shohin04{
    width: 60%;
}
.shohin05 {
    width: 40%;
}
.shohin_txt {
    text-align: center;
    font-size: 0.7em;
    line-height: 1.4;
    padding-top: 5px;
    color: #fff;
}
.stb{
    color: #000;
}
.campaine{
	background-color: #000;
	background-image: url('../img/backtop-img.png'), url('../img/backbottom-img.png');
	background-position: bottom center, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	padding: 100px 0;
	margin-top: -2px;
}
.campaine_back{
	background: #fff;
	border: solid 8px #e10000;
}
.recipe_oubo_ttl{
	padding:30px;
}
.lottery_ttl{
	background: #e10000;
	padding-bottom: 40px;
}
.apply_ttl{
	margin: auto;
    padding: 70px 20px 50px;
    max-width: 800px;
}
.method_txt{
	max-width: 800px;
    margin: auto;
    padding: 0 20px 70px;
}
.oubo_btn{
	width: 50%;
    margin: auto;
}
.recipet_note{
	max-width: 800px;
    margin: auto;
    padding: 70px 20px;
}
.recipet_note_txt {
    text-align: center;
    color: #c91b1d;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.3em;
}
.recipet_note_sample{
	padding-top: 15px;
}
.period_day{
	width: 75%;
    margin: auto;
    padding-bottom: 50px;
}

/*--------------------------
応募要項
---------------------------*/
.recipet_youkou_area{
	background: #ffe4e0;
    margin: 70px 60px;
}
.recipet_youkou_ttl{
	width: 20%;
    margin: auto;
	padding: 35px 0 0;
}
.youkou_ttl_bottom{
	margin: 0 1.5em;
    border-top: none;
    border-bottom: solid;
    padding-top: 16px;
    border-left: none;
    border-right: none;
}
.notice_txtarea {
    height: 20em;
    padding: 1.5em;
    overflow: auto;
    margin: 1em 0;
    position: relative;
    z-index: 20;
}
.kiyaku_ttl, .oubol_ttl {
    font-weight: bold;
    font-size: 1em;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}
.kiyaku_area, .oubol_area,.oubo_cp {
    padding: 15px 0;
}
.kiyaku_midasi, .oubol_midasi {
    font-weight: bold;
    font-size: 0.8em;
}
.kiyaku_txt, .kiyaku_list, .oubol_txt, .oubo1_prize_list{
    font-size: 0.7em;
    line-height: 1.5em;
    padding-top: 5px;
}
.oubol_listkome,.oubol_list {
    font-size: 0.7em;
    line-height: 1.5em;
    padding: 10px 0;
    line-height: 1.7;
}
.k_toiawase {
    font-size: 0.7em;
    line-height: 1.5em;
    padding: 10px 0;
    line-height: 1.7;
   font-weight: bold;
}
.kiyaku_list, .oubo1_prize_list, .oubol_list {
    padding-left: 20px;
}
.oubo_cp_midasi,.oubo_cp_txt{
	font-weight: bold;
	font-size: 1em;
}
/*--------------------------
footer
---------------------------*/
.footer {
	padding: 70px 0 30px;
	text-align: center;
	border-top: solid 1px #cf000e;
}
.footer_inner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 950px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_inner dl {
	width: 240px;
	text-align: left;
	font-size: 1.3rem;
}
.footer_inner dt {
	margin-bottom:10px
}
.footer_inner dd a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.footer_sns{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}
.footer_sns p {
	font-size: 22px;;
	line-height: 1;
	font-weight: 800;
	margin-right: 15px;
}
.fs_area{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.footer_icon_instagram,.footer_icon_x {
	margin-right: 10px;
}
.footer_icon_line img{
	width: 90%;
}
.footer_icon_facebook{
	margin-right: 10px;
}	
.copyright {
 	font-size: 18px;
	line-height: 1;
	margin: 50px auto 0;
	width: 100%;
}
#page_top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 1%;
	bottom: 1%;
	background: #ff0000;
	opacity: 0.8;
	border-radius: 20%;
	z-index: 999;
}
#page_top a{
  	position: relative;
  	display: block;
  	width: 90px;
  	height: 90px;
  	text-decoration: none;
}
#page_top a::before{
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  	content: '\f102';
  	font-size: 25px;
  	color: #fff;
  	position: absolute;
  	width: 25px;
  	height: 25px;
  	top: -40px;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	margin: auto;
  	text-align: center;
}
#page_top a::after{
  	content: 'PAGE TOP';
  	font-size: 13px;
  	color: #fff;
  	position: absolute;
  	top: 45px;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	margin: auto;
  	text-align: center;
}

@media screen and (max-width: 1000px) {
.top_logo{
	width: 20%;	
}
.content {
	margin: 0 30px;
}
.top_img {
    margin-top: -75px;
}
.shohin_txt{
	font-size: 0.6em;
}
}
@media screen and (max-width: 950px) {

.recipet_youkou_area{
	margin: 70px 50px;
}
.notice_txtarea {
    height: 19em;
}
.sec_info dl {
	font-size: 16px;
	line-height: 1.5;
}
.footer {
	padding: 50px 0 30px;
}
.footer_inner{
	margin: 0 20px;
}
.footer_inner dl {
	width: 200px;
}
.footer_inner dd a{
	font-size: 16px;
}
.copyright{
	font-size: 16px;
}		
}

@media screen and (max-width: 850px) {
.notice_txtarea {
	padding: 1em;
	height: 16em;
}
}
@media screen and (max-width: 800px) {
.top_img {
	margin-top: -70px;
}
.top {
    margin-top: -190px;
}
.merchandise{
	padding: 40px 0;
}
.shohin_txt {
	font-size: 0.5em;
}
.campaine {
	padding: 60px 0;
}
.lottery_ttl {
	padding-bottom: 30px;
}
.apply_ttl{
	padding: 50px 35px 40px;
}
.method_txt{
    padding: 0 35px 50px;
}
.oubo_btn {
	width: 65%;
}
.recipet_note {
	padding: 50px 30px;
}
.recipet_youkou_area {
	margin: 60px 40px 50px;
	padding: 0 0 10px;
}
.notice_txtarea {
	height: 17em;
	padding: 0 35px 35px;
}
}
@media screen and (max-width: 700px) {
.top {
	margin-top: -150px;
}
.top_period {
    padding: 35px 0 50px;
}
.merchandise {
	padding: 35px 0;
}
.shohin_list{
	flex-wrap: wrap;
}
.shohin {
    width: 20%;
    padding: 10px 0;
}
.new_list {
	margin: 40px auto 0;
	width: 75%;
}
.new_ttl{
	position: absolute;
    width: 40%;
}
.shohin04 {
	width: 41%;
}
.shohin05 {
	width: 27%;
}
.recipe_oubo_ttl {
    padding: 20px;
}
.apply_ttl {
	padding: 35px 30px 35px;
}
.method_txt {
	padding: 0 30px 50px;
}
.recipet_note_txt {
	font-size: 1em;
	line-height: 1.4;
}
.recipet_youkou_area {
	margin: 50px 30px 50px;
}
.notice_txtarea {
	height: 11em;
}
}
@media screen and (max-width: 599px) {
.header_inner{
	padding: 10px 0;
	align-items: flex-start;
}
.top_logo {
	width: 27%;
}
.top_logo img {
	vertical-align: top;
}
.top_sns {
	width: 33%;
	padding: 0px 5px 7px;
	height: 33px;
}	
.top_icon_instagram, .top_icon_x {
	margin-right: 8px;
}
.content {
	margin: 0 15px;
}
.top {
	margin-top: -100px;
}
.merchandise{
	padding: 20px 0 30px;
}
.shohin_list{
	padding: 0 0 10px;
}
.shohin {
	width: 24%;
}
.shohin_txt {
	font-size: 0.4em;
}
.new_list {
	width: 80%;
    padding: 0 5px 5px;
    margin: 35px auto 0;
}
.shohin04{
	width: 47%;
	padding: 0px 0px 10px;
}
.shohin05{
	width: 32%;
	padding: 0px 0px 10px;
}
.campaine {
	padding: 50px 0;
}
.campaine_back{
	border: solid 5px #e10000;
}
.recipe_oubo_ttl {
	padding: 10px 20px;
}
.lottery_ttl {
	padding-bottom: 20px;
}
.apply_ttl {
	padding: 30px 20px 30px;
}
.method_txt {
	padding: 0 20px 40px;
}
.oubo_btn {
	width: 80%;
}
.recipet_note {
	padding: 40px 20px;
}
.recipet_note_txt {
	font-size: 0.7em;
}
.period_day {
	width: 85%;
	padding-bottom: 40px;
}
.recipet_youkou_area {
	margin: 40px 20px 40px;
}
.recipet_youkou_ttl {
	width: 30%;
	padding: 25px 0 0;
}
.notice_txtarea{
	height: 16em;
	padding: 0.8em;
}
.kiyaku_ttl, .oubol_ttl,.oubo_cp_midasi, .oubo_cp_txt {
    font-size: 0.8em;
}
.kiyaku_area, .oubol_area,.oubo_cp {
    padding: 10px 0;
}
.kiyaku_midasi, .oubol_midasi {
    font-size: 0.7em;
}
.kiyaku_txt, .kiyaku_list, .oubol_txt, .oubo1_prize_list, .oubol_listkome, .oubol_list {
    font-size: 0.6em;
}
.k_toiawase{
    font-size: 0.6em;
}
.kiyaku_back_bottom{
	bottom: -25px;
}
.footer {
    padding: 30px 0 30px;
}
.footer_inner dl {
	width: 120px;
}
.footer_inner dt {
    margin-bottom: 0;
}
.footer_inner dd a {
	font-size: 11px;
}
.footer_sns {
	width: 190px;
	justify-content: space-evenly;
}
.footer_sns p{
	margin: 0 auto 10px;
}
.footer_icon_x img{
	width: 70%;
}
.footer_icon_line img{
	width: 70%;
}
.footer_icon_facebook img{
	width: 70%;
}
.fs_area{
	flex-wrap: nowrap;
	align-items: flex-start;
}
.footer_icon_instagram, .footer_icon_x {
	margin-right: 5px;
}
#page_top {
	width: 60px;
	height: 60px;
}
#page_top a{
	width: 60px;
	height: 60px;
}
#page_top a::before{
	font-size: 20px;
	width: 10px;
	height: 10px;
	top: -45px;
}
#page_top a::after{
	font-size: 10px;
	top: 35px;
}
}
@media screen and (max-width: 480px) {
.notice_txtarea{
	margin-top: 10px;
	height: 13em;
}
}
@media screen and (max-width: 400px) {
.top_img {
	margin-top: -65px;
}
.top {
	margin-top: -85px;
}
.top_period {
	padding: 30px 0 40px;
}
.shohin {
	width: 26%;
}
.shohin04{
	width: 50%;
}
.shohin05{
	width: 35%;
}

.notice_txtarea{
	height: 11em;
}
}
@media screen and (max-width: 359px) {
.notice_txtarea{
	height: 10em;
}
}
@media screen and (max-width: 320px) {
.notice_txtarea {
	height: 9em;
}
}



	