@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;
}
*, :before, :after{
  box-sizing: border-box;
}
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;}
.emp_txt{
  font-weight: bold;
}
.list_free{
  display: flex;
  margin-bottom: 3px;
}
.list_free_mark{
  margin-right: .1em;
}

/* header */
header{
  width:100%;
}
.header-bar { 
  max-width: 1200px;
  width: 100%;
  line-height: 1;
}
.header-bar a {
  display: inline-block;
}
.header-bar img {
  width: 310px;
  padding: 15px;
  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: 99%;
  margin-right: auto;
  margin-left: auto;
}
.content-item_S{ margin-top: 20px; }
@media screen and (min-width:769px){
  .wrapper2{
    padding: 0 17px 0;
  }
}

/* MV */
.mv {
  width: 100%;
  margin: 0 auto;
}
.mv h1{
  position: relative;
 background: linear-gradient(0deg, rgba(241,92,0,1) 8%, rgba(255,167,68,1) 70%, rgba(241,92,0,1) 241%, rgba(241,230,53,1) 241%);
}
.mv_wrapper{
  position: relative;
  z-index: 1;
}
.mv_inner{
  position: relative;
  padding-top: 52%;
  margin:0 auto;
  max-width: 1200px;
}
.container-common .mv_inner{
  background: url(../images/mv_common_pc.png?2301) top center / 100% auto no-repeat;
}
/*.container-cat .mv_inner{
  background: url(../images/mv_cat_pc.png) top center / 100% auto no-repeat;
}*/
.mv_link{
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 6.8%;
  top: 72%;
  text-align: center;
  width: 47%;
  max-width: 520px;
}
.mv_btn{
  display: inline-block;
}
@media screen and (min-width:1220px){/*.mv_innerのmax-width+16pxの値*/
  .mv_inner{
    padding-top: 624px;
  }
}

/* 対象商品 */
.shipping{
  padding: 85px 0 72px;
}
.shipping_ttl{
  width: 40%;
  max-width: 277px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.hoken_banner{
  width: 99%;
  margin-right: auto;
  margin-left: auto;
}
.hoken_banner li{
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}
.shipping .hoken_banner{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: inherit;
}
.shipping .hoken_banner li{
  width: 47%;
  max-width: inherit;
  padding: 30px 0 0;
  margin: 0 auto;
}
.shipping .hoken_banner li a{
  display: block;
}
@media screen and (min-width:769px){
  .hoken_banner{
    display: -webkit-flex;
    display: flex;
  }
  .hoken_banner li{
    width: 50%;
    padding: 30px 12px 0;
  }
}

/* 全員プレゼント */
.present {
  background: rgb(255,189,179);
}
.allPresent{
  padding: 75px 0 0;
  position: relative;
}
.allPresent_ttl{
  position: relative;
  z-index: 1;
}
.container-common .allPresent_ttl{
  margin-bottom: -39.5px;
  margin-left: -2.2%;
}
.container-cat .allPresent_ttl{
  margin-bottom: -67px;
}
.allPresent_box{
  position: relative;
}
.allPresent_box_inner{
  background:#ffffff;
  padding: 50px 60px 60px;
  box-shadow: 2px 3px 4px rgba(0,0,0,.3);
}
.allPresent_gift_img{
  max-width: calc(276px + 40px);
  width: 35%;
  padding: 10px 20px;
}
.allPresent_gift_txt{
  padding: 10px 16px 10px 10px;
}
.allPresent_gift_txt img{
  margin: 0 auto 12px;
}
.allPresent_moreTxt{
  background: #e1e1e1;
  padding: 20px;
}
.moreTxt{
  text-align: center;
  margin-top: 20px;
}
.moreTxt > *{
  text-align: left;
}
.moreTxt_btn{
  padding: 5px 0 3px 33px;
  display: inline-block;
  position: relative;
}
.moreTxt_btn::before, .moreTxt_btn::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.moreTxt_btn::before{
  content: "";
  width: 27px;
  height: 27px;
  border: 2px solid #dbdbdb;
  border-radius: 100px;
  left: 0;
}
.moreTxt_btn::after{
  content: "";
  background: url("../images/plus-solid.svg") center center / contain no-repeat;
  left: 5px;
  width: 16px;
  height: 16px;
}
.moreTxt_btn:hover{
  cursor: pointer;
}
.moreTxt_btn.switch_btn_open{
  margin-bottom: 10px;
}
.moreTxt_btn.switch_btn_open::after{
  background: url("../images/minus-solid.svg") center center / contain no-repeat;
}
.close{
  display: none;
}

.method {
	margin-top:2%;
}

@media screen and (min-width:769px){
  .allPresent_gift{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
  }
  .allPresent_gift_txt{
    width: 65%;
    max-width: calc(578px + 26px);
  }
}

/* さらにプレゼント */
.morePresent{
  padding: 22px 0 65px;
}
.morePresent_ttl{
  margin: 0 auto;
    margin-bottom: -1.3%;
    margin-left: -2.3%;
    line-height: 0;
    position: relative;
    z-index: 1;
    width: 104%;
}
.morePresent_img{
  position: relative;
  line-height: 0;
  box-shadow: 2px 3px 4px rgba(0,0,0,.3);
}
.morePresent ul{
  margin: 15px auto 0;
}

/* awards */
.awards{
  background: #e9eaed;
}
.awards_image{
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  line-height: 0;
}

/* rule */
.rule{
  width:100%;
  background:#ffffff;
  padding: 80px 0 30px;
}
.rule_ttl{
  width: 41%;
  max-width: 277px;
  margin: 0 auto 30px;
}
.rule .text_box{
  background: #e8e8e8;
  padding:30px ;
  box-sizing: border-box;
  margin-bottom: 90px;
}

.hoken-area .wrapper{
  max-width: 1000px;
}

/* episode */
.episode{
  padding: 20px 0 75px;
}
.episode_ttl{
  max-width: 370px;
  margin: 0 auto 50px;
  width: 62%;
}
.episode_ttl-logo{
  text-align: center;
  margin-bottom: 5px;
}
.episode_ttl-logo.uchinoko-light{
  padding-top: 60px;
}
.episode_ttl-logo span{
  background: url("../images/logo_uchinoko.svg") center center / contain no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: bottom;
  white-space: nowrap;
  width: 146px;
  height: 46px;
}
.episode_ttl-logo.uchinoko-light span{
  background-image: url("../images/logo_uchinokoLight.svg");
  width: 233px;
  height: 46px;
}
.slick-next, .slick-prev{
  height: 34px !important;
  width: 34px !important;
  z-index: 999 !important;
}
.slick-prev {
  left: 10px !important;
}
.slick-next {
  right: 10px !important;
}
.slick-next:before, .slick-prev:before {
  line-height: 1;
  opacity: .75;
  content: ""!important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before{
  background: #fff !important;
  border: 1px solid #d3313c !important;
  border-radius: 50% !important;
  content: "" !important;
  display: block !important;
  height: 10px !important;
  margin: 5px !important;
  opacity: 1 !important;
  width: 10px !important;
}
.slick-dots li.slick-active button:before{
  border: 1px solid #d3313c !important;
  border-radius: 50% !important;
  background: #d3313c !important;
  content: "" !important;
  display: block !important;
  height: 10px !important;
  margin: 5px !important;
  opacity: 1 !important;
  width: 10px !important;
}
.episode_list{
  font-size: 14px;
  padding: 20px;
}
.episode_list_detail{
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
}
.episode_list_detail_img{
  position: relative;
  overflow: hidden;
  height: 0;
  width: 52%;
  padding-bottom: 33%;
}
.episode_list_detail_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.pepisode_list_detail_tbl{
  display: flex;
  align-items: center;
  width: 48%;
  padding: 7px 15px;
}
.pepisode_list_detail_tbl th,
.pepisode_list_detail_tbl td{
  font-size: 12px;
  font-weight: bold;
}
.pepisode_list_detail_tbl th{
  white-space: nowrap;
}
.episode_list_text{
  line-height: 1.5;
  margin-top: 20px;
}

/* hoken */
.hoken{
  width:100%;
  background: #f4ead2;
  padding: 100px 0 0;
}
.hoken_point{
  margin-top: 54px;
}
.hoken .tit2{
  display: block;
  max-width: 670px;
  width: 97%;
  margin:0 auto;
}
.hoken .tit3{
  display: block;
  max-width: 776px;
  margin: 110px auto 30px;
}
.hoken-area2 .hoken .tit3{
  margin: 0 auto 20px;
}
.hoken .sub-p{
  margin-top: 10px;
}
.hoken_footer{
  line-height: 0;
  margin: 70px auto 0;
  width: 97%;
}

/*FAQ*/
.faq{
  margin-top: 45px;
}
.faq_item{
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(71,14,15,.3);
  text-align: left;
  font-size: 16px;
  margin: 11px auto;
  max-width: 850px;
}
.faq_btn{
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px 8px 8px;
}
.faq_btn::before, .faq_btn::after{
  content: "";
  display: block;
}
.faq_btn::before{
  width: 34px;
  height: 34px;
  background: url("../images/faq_q.png") center center / contain no-repeat;
  margin-right: 12px;
}
.faq_btn::after{
  width: 28px;
  height: 28px;
  background: url("../images/faq_plus.svg") center center / contain no-repeat;
}
.faq_btn.switch_btn_open::after{
  background-image: url("../images/faq_minus.svg");
}
.faq_btn:hover{
  cursor: pointer;
}
.faq_btn span{
  font-weight: bold;
  flex: 1;
}
.faq_moreTxt{
  padding: 5px 15px 18px 46px;
}
.faq_moreTxt_inner{
  background-color: #f2f2f2;
  padding: 9px 10px 9px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.faq_moreTxt_inner::before{
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/faq_a.png") center center / contain no-repeat;
  margin-right: 12px;
}
.faq_moreTxt_inner span{
  flex: 1;
  margin-top: 6px;
}

/* footer */
footer div{
  width:100%;
  background:#FFF;
  margin-bottom: 124px;
}
footer div.copy{
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 50px;
  font-size: 12px;
  color: #333;
}
.footer_nav_ttl {
  margin: 12px auto 7px;
  text-align: center;
}
.boban{
  text-align: right;
  font-size:12px;
  padding: 10px;
}

/* 固定ボタン */
.footer_nav{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #63d100;
  line-height: 1;
  box-shadow: 0px -5px 17px 0px rgb(0 0 0 / 25%);
}
.footer_nav_ttl{
  margin: 10px auto 0;
  text-align: center;
}
.footer_nav_ttl img{
  width: 72%;
  max-width: 390px;
}
.footer_nav nav{
  justify-content: center;
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
.footer_nav nav a{
  padding: 0 4px;
}
.footer_nav nav img{
  max-width: 420px;
}
@media screen and (min-width:769px){
  .footer_nav{
    display: block;
  }
}