@charset "UTF-8";

body {
  margin: 0 auto;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#231815;
  font-size: 15px;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
}
body img {
  width: 100%;
	max-width: 100%;
  height: auto;
	user-select: none;
}
a, a div {
	transition: opacity .3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a{
	text-decoration: underline;
  color: #0077cc;
}
a:hover, a div:hover { opacity: 0.7; }
.link_txt:hover { opacity: 1; text-decoration: none; }

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pc_size{display: block;}
.sp_size{display: none;}
.fs-s{font-size: .8em;}
.lh-l{line-height: 2.2em;}
.fc-g{color: #555;}

h3{
  font-size: 2.7em;
  font-weight: bold;
  color: #333;
  letter-spacing: .2em;
}

.note-txt{
  color: #666666;
}
.emp_txt{
  font-weight: bold;
}
.emp_txt_bg{
  background-color: #FFEB71;
  font-weight: bold;
}
.list_disc{
  margin-left: 1.5em;
}
.list_disc li{
  list-style-type: disc;
  margin-bottom: 5px;
}
.list_free{
  display: flex;
  margin-bottom: 3px;
}
.list_free_mark{
  margin-right: .5em;
}

/* header */
header{
	width:100%;
}
.header-bar { 
	max-width: 1200px;
  width: 100%;
  line-height: 1;
}
.header-bar a {
  display: inline-block;
}
.header-bar img {
  width: 380px;
  padding: 20px;
  display: block;
  box-sizing: border-box;
}

/* container */
.container{
  width:100%;
  margin:0 auto;
}
.wrapper{
  width: 92%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.wrapper2{
  width: 90%;
  max-width: 843px;
  margin-right: auto;
  margin-left: auto;
}
.content-item_M{ margin-top: 50px; }
.content-item_S{ margin-top: 20px; }
.content-item_SS{ margin-top: 10px; }

/* MV */
.mv {
  width: 100%;
  margin: 0 auto;
}
.mv h1{
  background: #d02744;
}
.mv_pc{
	background: url(../images/mv_pc.png) top center no-repeat ;
	background-size:100%;
	padding-top: 648px;
  max-width:1340px;
	margin:0 auto;
}
.mv_period {
  padding: 24px 0 36px;
  margin-top: -7px;
  margin-bottom: -28px;
  position: relative;
  z-index: 1;
}
.mv_period::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
	background: url("../images/period_header.png") top center repeat-x;
	background-size: 331px 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_period::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 28px;
	background: url("../images/period_fotter.png") bottom center repeat-x;
	background-size: 1408px 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv_period_inner{
  width: 93%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width:1340px){
	.mv .mv_pc{
    padding-top: 55.16%;
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
    max-width: inherit;
	}
}

/* 対象商品 */
.shipping{
  background: #f5f2eb;
  padding-top: 100px;
}
.shipping_ttl{
  text-align: center;
}

.hoken_banner{
  width: 87%;
  max-width: 868px;
  margin-right: auto;
  margin-left: auto;
}
.hoken_banner li{
  max-width: 406px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width:769px){
  .hoken_banner{
    display: -webkit-flex;
    display: flex;
  }
  .hoken_banner li{
    width: 50%;
    padding: 30px 16px 0;
  }
}

/* 全員プレゼント */
.allPresent{
  background: #f5f2eb;
  padding-top: 90px;
}
.allPresent_ttl{
  max-width: 1114px;
  margin: 0 -62px;
}
.allPresent_box{
  background: url("../images/allPresent_bg.png") top left repeat;

  padding: 15px;
}
.allPresent_box_inner{
  background: #FFF;
  padding: 40px 45px;
}
.allPresent_gift_img{
  max-width: 268px;
  width: 38%;
  margin: 0 20px 10px;
}
.allPresent_gift_txt{
  margin: 0 20px 10px;
}
.allPresent_moreTxt{
  background: #eeeeee;
  padding: 25px;
}
@media screen and (min-width:769px){
  .allPresent_gift{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .allPresent_gift_txt{
    width: calc(100% - 268px - 40px);
  }
}

/* さらにプレゼント */
.morePresent{
  background: #f5f2eb;
  padding-top: 50px;
  padding-bottom: 100px;
}
.morePresent_ttl{
  max-width: 1114px;
  margin: 0 -62px;
}
.morePresent_img li{
  margin: 0 auto 13px;
}
@media screen and (min-width:769px){
  .morePresent_img{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .morePresent_img li{
    margin-right: 12px;
    margin-left: 12px;
    width: 50%;
  }
}

/* rule */
.rule{
	width:100%;
	background:#b7d0a6;
  padding: 100px 0 10px;
}
.rule_ttl{
  text-align: center;
  margin-bottom: 30px;
}
.rule_ttl::before,
.rule_ttl::after{
  content: "";
  display: inline-block;
}
.rule_ttl::before{
  width: 114px;
  height: 58px;
  background: url("../images/deco_l_pc.png") center center no-repeat;
  background-size: contain;
  margin-right: 50px;
  vertical-align: middle;
}
.rule_ttl::after{
  width: 111px;
  height: 43px;
  background: url("../images/deco_r_pc.png") center center no-repeat;
  background-size: contain;
  margin-left: 40px;
  vertical-align: middle;
}
.rule .text_box{
  background: #FFF;
	padding:35px ;
	box-sizing: border-box;
  margin-bottom: 100px;
}

/* awards */
.awards{
  background: #fff4de;
  padding: 70px 0;
}
.awards_pc{
  text-align: center;
}
.awards_pc img {
  max-width: 940px;
}

/* hoken */
.hoken{
	width:100%;
	background: #fff4de;
  padding-bottom: 60px;
}
.hoken .tit2{
	display: block;
  max-width: 540px;
  width: 85%;
	margin:0 auto;
}
.hoken .tit3{
  max-width: 748px;
	margin: 90px auto 20px;
}
.hoken p{
	text-align: center;
	font-size:20px;
	color:#000;
	margin: 60px 0 0 ;
}
.hoken .sub-p{
  margin-top: 10px;
}

/* footer */
footer div{
	width:100%;
	background:#FFF;
  margin-bottom: 85px;
}
footer div.copy{
	text-align: center;
  box-sizing: border-box;
  padding: 30px 0 50px;
  font-size: 13px;
  color: #333;
}

.boban{
  background: #fff4de;
	text-align: right;
	font-size:12px;
	padding: 10px;
}

/* ページトップ */
.btn-pagetop { cursor: pointer; position: fixed; z-index: 1000; right: 15px; bottom: 3%; display: none; }
.btn-pagetop img { width: 60px; }

/* 固定ボタン */
.footer_nav{
	position: fixed;
	bottom: 0;
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
.footer_nav nav{
  justify-content: center;
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media screen and (min-width:769px){
  .footer_nav{
		display: block;
		background: #e0e0e0;
		width: 100%;
	}
}