@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;
}
.content{
	max-width: 950px;
	margin: auto;
}

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

@media screen and (max-width: 1000px) {
.content {
	margin: 0 30px;
}
}
@media screen and (max-width: 599px) {
.pc { display: none !important; 
}
.sp { display: block !important; 
}
.content {
	margin: 0 15px;
}
}
/*--------------------------
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_area{
	display: flex;
    align-items: center;
}
.daisho_logo{
	width: 26%;
    margin-right: 10px;
}
.kakeru_icon{
	width: 4%;
    margin-right: 10px;
}
.weathernews_logo{
	width: 40%;
}
.top_logo{
	width: 12%;	
}
.top_sns {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0px 10px 5px;
	border: solid 1px;
}

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

@media screen and (max-width: 599px) {
.header_inner {
	padding: 10px 0 10px 15px;
	align-items: flex-start;
}
}
/*--------------------------
top
---------------------------*/
.top{
	background-image: linear-gradient(to bottom,#ffb400 70%, #ff5e00 100%);
	margin-top: 15px;
}
.top_re{
	position: relative;
	max-width:950px;
	margin:auto;
}
.top_area{
	display: flex;
	align-items: flex-end;
	padding-top: 10px;
	position: relative;
    z-index: 2;
}
.top_map_area{
	margin-bottom: -15px;
}
.top_nabezensen{
	margin-bottom: 35px;
    position: relative;
    left: 0;
}
.top_nabezensen img{
	width: 110%;
}
.top_cpimg{
	position: relative;
    left: -2.5%;
}
.top_cpimg img{
	width: 114%;
}
.top_caster{
	position: relative;
    right: -3%;
}
.top_caster img{
	width: 110%;
}
.nabe_back01{
    position: absolute;
    top: -0.5%;
    width: 33%;
    right: 0;
    z-index: 1;
}
.nabe_back02{
    position: absolute;
	width: 34%;
    top: 40%;
    left: -10%;
    z-index: 1;
}
.top_link_area{
	display: flex;
    max-width: 950px;
	margin: auto;
    padding: 20px 30px 50px;
	justify-content: space-between;
}
.top_link{
	width:32.5%;
}

@media screen and (max-width: 1000px) {
.top_nabezensen{
	margin-left: 30px;
}
.top_cpimg{
	margin-left: 30px;
}
}
@media screen and (max-width: 800px) {
.top_link_area{
	padding: 20px 30px 40px;
}
}
@media screen and (max-width: 599px) {
.top{
	margin-top: 5px;
}
.top_nabezensen {
	margin-left: 15px;
	margin-bottom: 20px;
}
.top_cpimg {
	margin-left: 15px;
}
.top_map_area {
    margin-bottom: -6px;
}
.top_link_area {
	padding: 20px 15px 30px;
}
}

/*--------------------------
contents_about
---------------------------*/
.about{
	background-image: linear-gradient(to bottom,#ffe2b2 50%, #ffa455 100%);
}
.about_re{
	position: relative;
	max-width:950px;
	margin:auto;
}
.about_ttl{
	padding: 90px 0 0;
	position: relative;
    z-index: 2;
}
.about_img{
    margin: auto;
	position: relative;
    z-index: 2;
    margin-top: -30px;
	left: 0;
}
.about_img img{
	width: 102%;
}
.about_backic01{
	position: absolute;
    width: 20%;
    top: 1%;
    right: -3%;
}
.about_backic02{
	position: absolute;
    top: 20%;
    width: 16%;
    left: -3%;
}
.about_backic03{
	position: absolute;
    bottom: 1%;
    left: -8%;
    width: 15%;
}
@media screen and (max-width: 1000px) {
.about_img{
    margin-left: 30px;
}
.about_img img {
    width: 100%;
}
}

@media screen and (max-width: 800px) {
.about_ttl {
    padding: 60px 0 0;
}
}
@media screen and (max-width: 599px) {
 .about_ttl {
 	padding: 35px 0 20px;
}
.about_img {
	margin-left: 15px;
}
}

/*--------------------------
鍋前線
---------------------------*/
.nabe_zensen{
	background-image: linear-gradient(to bottom,#fff4c0 50%, #ffca52 100%);
}
.nabe_re{
	position: relative;
	max-width:950px;
	margin:auto;
}
.nabe_ze_ttl{
	padding: 100px 0 0;
	position: relative;
    z-index: 2;
}
.nabe_ze_img{
    margin: auto;
	position: relative;
    z-index: 2;
    margin-top: -30px;
	left: 0;
}
.nabe_ze_img img{
	width: 102%;
}
.nabe_ze_backic01{
	position: absolute;
    width: 20%;
    top: 2%;
    left: 0;
}
.nabe_ze_backic02{
	position: absolute;
    top: 16%;
    width: 16%;
    right: -4%;
}
.nabe_ze_backic03{
	position: absolute;
    bottom: -8%;
    left: -8%;
    width: 17%;
}
.douga_area{
	padding: 80px 0;
}
.douga_flex_area{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.douga_sample01,.douga_sample02,.douga_sample03{
	width: 32%;
}
.douga01,.douga02,.douga03{
	width: 32%;
	display: flex;
    flex-direction: column;
	margin-bottom: 20px;
}

.douga_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.douga_youtube iframe {
  width: 100%;
  height: 100%;
}
.douga_midasi{
	text-align: center;
    font-size: .9em;
    font-weight: bold;
}
.kiji_linktxt{
	text-align: center;
    font-size: .9em;
}
@media screen and (max-width: 1000px) {
.nabe_ze_img{
    margin-left: 30px;
}
}
@media screen and (max-width: 800px) {
.nabe_ze_ttl{
	padding: 60px 0 0;
}
.douga_area {
    padding: 60px 0;
}
.douga_flex_area{
    justify-content: space-around;
}
.douga01, .douga02, .douga03 {
    width: 45%;
}
}
@media screen and (max-width: 599px) {
.nabe_ze_ttl {
 	padding: 35px 0 20px;
}
.douga_area {
	padding: 30px 0 20px;
}
.douga_flex_area{
	flex-wrap: wrap;
}

.douga01, .douga02, .douga03{
	width: 90%;
	margin: 0 auto 25px;
}
.douga_midasi,.kiji_linktxt{
	font-size: .7em;
}
}

/*--------------------------
鍋スープの紹介
---------------------------*/
.nabe_soup{
	background:url(../img/nabe_soup_color.png);
	background-size: cover;
    background-position: top center;
}
.nabe_souparea_logo{
	width: 20%;
	padding: 30px 0 0;
}
.nabe_soup_ttl{
	width: 80%;
    margin: auto;
    padding: 30px 0;
}
.nabe_product_area{
	max-width: 1100px;
    margin: auto;
    position: relative;
}
.nabe_soub_back{
	position: relative;
    left: -6%;
    right: 0;
}
.nabe_soub_back img{
	width: 115%;
}
.nabe_beef,.nabe_vege01,.nabe_vege02,.nabe_fish,.nabe_other,.caster01,.caster02{
	position: absolute;
}
.nabe_soup01,.nabe_soup02,.nabe_soup03,.nabe_soup04,.nabe_soup05,.nabe_soup06,.nabe_soup07,.nabe_soup08,.nabe_soup09,.nabe_soup10{
	position: absolute;
}
.nabe_beef{
	top: 7%;
    left: 0;
    width: 34%;
}
.nabe_soup01{
	top: 21%;
    width: 9.5%;
    left: 7.5%;
}
.nabe_soup02{
	top: 21%;
    width: 9.5%;
    left: 17%;
}
.nabe_vege01{
	top: 1%;
    left: 34%;
    width: 36%;
}
.nabe_soup03{
	top: 13%;
    width: 9.5%;
    left: 42%;
}
.nabe_soup04{
	top: 13%;
    width: 9.5%;
    left: 52.5%;
}
.nabe_vege02{
	top: 15%;
    right: 0;
    width: 33%;
}
.nabe_soup05{
	top: 26.5%;
    width: 9.5%;
    right: 16.5%;
}
.nabe_soup06{
	top: 26.5%;
    width: 9.5%;
    right: 6.5%;
}
.nabe_fish{
	top: 33%;
    left: 18.5%;
    width: 34%;
}
.nabe_soup07{
	top: 45%;
    width: 10%;
    left: 26%;
}
.nabe_soup08{
	top: 45%;
    width: 10%;
    left: 36.5%;
}
.nabe_other{
	top: 53%;
    right: 20%;
    width: 34%;
}
.nabe_soup09{
	top: 65%;
    width: 9.5%;
    right: 37.5%;
}
.nabe_soup10{
	top: 65%;
    width: 9.5%;
    right: 27.5%;
}
.caster01{
	bottom: 0;
    left: -5%;
    width: 27%;
}
.caster02{
	bottom: 0;
    right: -6%;
    width: 26%;
}

@media screen and (max-width: 1000px) {
.nabe_product_area{
	margin: 0 10px;
}
}
@media screen and (max-width: 800px) {
.nabe_souparea_logo{
	width: 25%;
}
.nabe_soup_ttl{
	width: 90%;
}
}
@media screen and (max-width: 599px) {
.nabe_souparea_logo {
    width: 28%;
    padding: 10px 0 0;
}
.nabe_soup_ttl{
	padding: 15px 0 20px;
}
}
@media screen and (max-width: 480px) {
.nabe_product_area{
	padding: 45px 0 50px;
}
.nabe_soub_back{
	left: -14%;
}
.nabe_soub_back img {
    width: 130%;
}

    .nabe_beef {
        top: 4%;
        left: 0;
        width: 45%;
    }
    .nabe_soup01 {
        top: 18%;
        width: 13.5%;
        left: 9%;
    }
    .nabe_soup02 {
        top: 18%;
        width: 13.5%;
        left: 22.5%;
    }
    .nabe_vege01 {
        top: -1%;
        left: 48%;
        width: 46.5%;
    }
     .nabe_soup03 {
        top: 10.5%;
        width: 13.5%;
        left: 57%;
    }
    .nabe_soup04 {
        top: 10.5%;
        width: 13.5%;
        left: 71.5%;
    }
    .nabe_fish {
        top: 37%;
        left: 9.5%;
        width: 44%;
    }
    .nabe_soup07 {
        top: 48.5%;
        width: 13.5%;
        left: 18%;
    }
    .nabe_soup08 {
        top: 48.5%;
        width: 13.5%;
        left: 32.5%;
    }
    .nabe_vege02 {
        top: 33.5%;
        right: 0;
        width: 44%;
    }
    .nabe_soup05 {
        top: 44.5%;
        width: 13.5%;
        right: 22.5%;
    }
    .nabe_soup06 {
        top: 44.5%;
        width: 13.5%;
        right: 7.5%;
    }
    .nabe_other {
        top: 65%;
        right: 25%;
        width: 44%;
    }
    .nabe_soup09 {
        top: 76.5%;
        width: 13.5%;
        right: 47.5%;
    }
    .nabe_soup10 {
        top: 76.5%;
        width: 13.5%;
        right: 33%;
    }
    }
/*--------------------------
動画エリア02
---------------------------*/

.douga_area02{
	background:url(../img/douga02_back.png);
	background-size: cover;
    background-position: top center;
	margin: -2px;
	position: relative;
    z-index: 2;
}
.douga_area02_ttl{
	width: 70%;
    margin: auto;
    padding: 90px 0 65px;
}
.douga02_sample{
	width: 60%;
    margin: auto;
}
.douga04{
	width: 60%;
    margin: auto;
}
	
.douga_re{
	position: relative;
	max-width:1100px;
	margin:auto;
}
.douga02_commingtxt{
	width: 40%;
    margin: auto;
    padding: 50px 0 65px;
}

.caster03{
	position: absolute;
	bottom: 0.2%;
    left: -6%;
    width: 32%;
}
.caster04{
	position: absolute;
	bottom: 0.5%;
    right: -8%;
    width: 32%;
}
@media screen and (max-width: 1000px) {
.douga02_sample {
    width: 55%;
}
.caster03{
	left: -7%;
}
}
@media screen and (max-width: 800px) {
.douga_area02_ttl{
	padding: 60px 0 50px;
}
.douga02_commingtxt{
	padding: 40px 0 55px;
}
}
@media screen and (max-width: 599px) {
    .douga_area02_ttl {
        padding: 35px 0 30px;
    }
    .douga02_commingtxt {
        padding: 10px 0 25px;
    }
    }
/*--------------------------
キャンペーン概要
---------------------------*/
.campaine{
	background-image: linear-gradient(to bottom,#ff5a5a 50%, #f2a096 100%);
	padding-bottom: 100px;
}
.cam_re{
	padding-top: 120px;
}
.campaine_prize_area{
	background: rgba(249,244,171,0.9);
	padding-bottom: 70px;
	position: relative;
}
.campaine_ttl{
	width: 70%;
    margin: auto;
    padding: 30px 0 10px;
}
.campaine_intro{
	margin-left: 60px;
    position: relative;
    right: 1%;
}
.campaine_intro img{
	width: 114%;
}
.gift_txt{
	margin: 20px 60px 10px;
}
.campaine_prize2poit{
	margin: 0 60px;
	position: relative;
    z-index: 2;
}
.campaine_icon01{
	position: absolute;
    top: -9.2%;;
    left: 30%;
    width: 55%;
}
.campaine_icon02{
	position: absolute;
	top: 20%;
    left: -20%;
	width: 27%;
}
.campaine_icon03{
	position: absolute;
	bottom: 1%;
    right: -21%;
    width: 40%;
}
.min1100{
	display:block;
}
.max1100{
	display:none;
}
@media screen and (max-width: 1200px) {
.min1100{
	display:none;
}
.max1100{
	display:block;
}
.campaine_intro img {
    width: 108%;
}
}
@media screen and (max-width: 1000px) {
.campaine_intro img {
    width: 103%;
}
}
@media screen and (max-width: 800px) {
.cam_re {
    padding-top: 75px;
}
.campaine_ttl{
	width: 75%;
}
.campaine_intro{
	margin-left: 40px;
	right: 0%;
}
.gift_txt {
    margin: 20px 40px 10px;
}
.campaine_prize2poit{
	margin: 0 40px;
}
}
@media screen and (max-width: 599px) {
.campaine{
	padding-bottom: 50px;
}
.campaine_ttl{
	width: 80%;
}
.cam_re {
	padding-top: 40px;
}
.campaine_icon01 {
    top: -7.2%;
    left: 28%;
    width: 57%;
}
.campaine_intro {
	margin-left: 20px;
}
.gift_txt {
	margin: 20px 20px 10px;
}
.campaine_prize2poit {
	margin: 0 20px;
}
.campaine_prize_area{
	padding-bottom: 40px;
}
}
/*--------------------------
対象商品
---------------------------*/
.cp_product_re{
	position: relative;
}	
.cp_prpduct_area{
	background: #fff;
	padding: 55px 40px;
	position: relative;
	z-index: 2;
}
.campaine_icon05,.campaine_icon06,.campaine_icon07,.campaine_icon08,.campaine_icon09{
	position: absolute;
}
.campaine_icon05{
	right: -32%;
    top: 3%;
    width: 39%;
}
.campaine_icon06{
	left: -14%;
    top: 17%;
    width: 42%;
}
.campaine_icon07{
	top: 45%;
    right: -17%;
    width: 26%;
}
.campaine_icon08{
	top: 60%;
    left: -24%;
    width: 34%;
}
.campaine_icon09{
	bottom: 11%;
    right: -20%;
    width: 33%;
}
.cp_prpduct_subttl{
	margin: 15px 0;
}
.cp_prpduct_list{
	display: flex;
    justify-content: space-between;
}
.cp_prpduct_item{
	width:14%;
}
.item01{
	margin-right: -8px;
}
.oubo_step{
	margin-top: 30px;
}
.campaine_icon04{
	position: absolute;
    top: 5%;
    left: -20%;
    width: 36%;
}
@media screen and (max-width: 800px) {
.cp_prpduct_area{
	padding: 50px 35px;
}
}
@media screen and (max-width: 599px) {
.cp_prpduct_area {
	padding: 30px 20px;
}
.cp_prpduct_subttl {
    margin: 10px 0;
}
.cp_prpduct_list{
	flex-wrap: wrap;
	justify-content: center;
}
.cp_prpduct_item {
    width: 22%;
    margin: 0 5px 10px;
}
.oubo_step {
    margin-top: 15px;
}
}
@media screen and (max-width: 400px) {
.cp_prpduct_item {
    width: 21%;
    margin: 0 5px 10px;
}
}
/*--------------------------
応募方法
---------------------------*/
.cp_apply_re{
	position: relative;
}	
.cp_apply_area{
	background: #ffdccd;
	padding: 70px 0 10px;
	position: relative;
	z-index: 2;
}
.apply_txt{
	width: 80%;
    margin: auto;
}
.oubo_btn{
	width: 50%;
    margin: 60px auto;
}
.recipt_note_ttl{
	width: 80%;
    margin: auto;
}
.recipet_note_txt {
    text-align: center;
    color: #c91b1d;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.3em;
}
.recipet_note_sample{
	width: 80%;
    margin: 10px auto;
}
.cp_day{
	width: 65%;
    margin: 50px auto;
}
.oubo_btn02{
	width: 50%;
    margin: auto;
}
@media screen and (max-width: 800px) {
.apply_txt,.recipt_note_ttl,.recipet_note_sample{
	width: 85%;
}
.oubo_btn {
    width: 65%;
    margin: 55px auto;
}
.cp_day {
    width: 75%;
    margin: 45px auto;
}
.oubo_btn02{
    width: 65%;
}
}
@media screen and (max-width: 599px) {
.cp_apply_area{
	padding: 35px 0 10px;
}
.oubo_btn {
	margin: 40px auto;
	width: 75%;
}
.oubo_btn02 {
	width: 75%;
}
.cp_day {
    width: 75%;
    margin: 25px auto 30px;
}
}
/*--------------------------
応募要項
---------------------------*/
.recipet_youkou_area{
	background: #fff;
    margin: 70px 60px;
    border-radius: 15px;
}
.recipet_youkou_ttl{
	text-align: center;
    padding: 35px 0 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #42210b;
    letter-spacing: 7px;
}
.youkou_ttl_bottom{
	margin: 0 1.5em;
    border-top: none;
    border-bottom: solid #42210b;
    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;
}
.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: 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) {
.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) {
.notice_txtarea {
	height: 11em;
}
}
@media screen and (max-width: 599px) {
.recipet_note {
	padding: 40px 20px;
}
.recipet_note_txt {
	font-size: 0.7em;
	padding: 10px 20px;
	line-height: 1.6;
}
.period_day {
	width: 85%;
	padding-bottom: 40px;
}
.recipet_youkou_area {
	margin: 40px 20px 40px;
}
.recipet_youkou_ttl {
	padding: 25px 0 0;
	font-size: .8em;
}
.youkou_ttl_bottom{
	padding-top: 8px;
}
.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: 0;
	height: 13em;
}
}
@media screen and (max-width: 400px) {
.notice_txtarea{
	height: 11em;
}
}
@media screen and (max-width: 359px) {
.notice_txtarea{
	height: 10em;
}
}
@media screen and (max-width: 320px) {
.notice_txtarea {
	height: 9em;
}
}



	