@charset "utf-8";
/* CSS Document */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #666666;
  font-size: 1.6rem;
	background-color: rgb(255, 244, 223);
	/* background-color: #DDEFF9; */

	}

a {
  text-decoration: none;
  /* color:#fff; */
}
/* a:hover {
  color:#808080;
} */

.sec_ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.7rem;
}

/* header style ここから */

#top-head {
  width: 100%;
  height: 90px;
  background: #fff;
  /* opacity: 0.9; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  /* position: fixed;を外すとハンバーガーメニューが動作しなくなるので注意 */
  z-index: 999;
}
#top-head .inner {
  float: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top-head nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-top: 1.5rem;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 6px;
  color: #404040;
  font-size: 1rem;
}
  /* #top-head nav ul li a:hover {
color: #10597a;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
} */
/* hamburger menu ここから*/
#nav_toggle {
  display: none;
}
/* hamburger menu ここまで*/

/*logo style*/
.inner h1 a {
  color: #e99a6d;
  text-decoration: none;
  font-weight: bold;
	height: 60px;
	margin-top: 0;
}
.logo {
  margin-top: 1rem;
  width: 83%;
}

/* header style ここまで */




/* ページ内リンクイベントエリア ここから*/


/* .event_area .point {
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 3px solid #000;
  color: #000;
}

.event_area .point:before,
.event_area .point:after {
  position: absolute;
  content: '';
}

.event_area .point:hover {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}

.event_area .point:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 3px solid #000;
  border-radius: 50%;
  background: #f2fefe;
}

.event_area .point:hover:after {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.event_area .point:hover:before {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.event_area .point:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2fefe;
}

.event_area .point .num {
  font-size: 1.6rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  font-weight: bold;
}

.event_area .point span {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}

.event_link {
  color: #000;
}

.event_link:hover{
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.event_area_bg {
  background-color: rgba(242, 254, 254, 0.5);
  background-image: -o-radial-gradient(rgb(136, 172, 234) 10%, transparent 0), -o-radial-gradient(rgb(136, 172, 234) 10%, transparent 0);
  background-image: radial-gradient(rgb(136, 172, 234) 10%, transparent 0), radial-gradient(rgb(136, 172, 234) 10%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
} */

/* ページ内リンクイベントエリア */


/* クーポンエリアここから */

.coupon_img {
  padding: 0;
}

.allitem_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.allitem_coupon a{
  display: block;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}

.allitem_coupon img{
  width: 100%;
  text-align: center;
}


/* クーポンエリアここまで */


/* bottommenuここから */

.page-navi {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  /* height: 60px; */
  opacity: 0;
  will-change: transform;
}
.page-navi__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 70px;
  /* height: 60px; */
  padding: 0px;
  width: 70%;
  max-width: 980px;
  margin: 0 auto;
}
.page-navi__container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  text-align: center;
}
.page-navi__container ul li:first-child {
  background-color: #333;
  border: solid #fff 2px;
  border-bottom: 0px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page-navi__container ul li:not(:first-child){
  background-color: #333;
  border: solid #fff 2px;
  border-bottom: 0px;
  border-radius: 15px;
  border-left: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-navi__container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page-navi__container ul li a .icon {
  height: auto;
  padding-right: 12px
}
.page-navi__container ul li a .text {
  font-size: 17px;
  font-size: 1rem;
  font-weight: 600;
}

.page-navi__container ul li a:hover{
  background-color: #e56139;
  color: #fff;
  /* border-radius: 15px; */
}

/* .icon img {
    width: 100%;
    height: auto;
    border: 0;
    font-size: 1px;
    font-size: .0625rem;
    line-height: 1;
    vertical-align: top;
} */


/* Bottommenuここまで */



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

footer {
	width: 100%;
	border-top: solid 1px #F08e2d;
  margin-top : 5rem;
  margin-bottom : 5rem;
  text-align:center;
}

footer ul{
	width:100%;
	background-color:#FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	list-style: none;
	margin: 0 auto;
}

footer ul li{
	color: #000000;
	font-size: 14px;
}

footer a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: black;
}

footer a:hover {
	color: #f08e2d;
	text-decoration:underline;
}

footer > p{
	padding: 20px;
	font-size: 12px;
}

/* フッターここまで */


/* style */

.mv{
	margin-top:30px;
}

.wdfl-entry-text {
  font-size: 1.5rem;
  font-weight: bold;
}
.wdfl-entry-text span {
  font-size: 3rem;
}

.wdfl_entry_btn {
  color: #333333;
  background: #f08e2d;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 1rem 0;
  font-weight: bold;
  /* border: solid #FCDD3A 4px; */
  /* box-shadow: 0px 5px 16px -8px rgb(0, 0, 0);
  -moz-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  -ms-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1); */
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}


.wdfl_entry_btn a {
  width: 100%;
  position: relative;
}

.wdfl_entry_btn span {
  font-size: 1.6rem;
  font-weight: bold;
}

.wdfl_entry_btn p {
  position: absolute;
  left: 80%;
  font-size: 1rem;
}

.wdfl_entry_btn:hover {
  color: rgb(26, 26, 26);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}






.entry-text {
  font-size: 1.5rem;
  font-weight: bold;
}
.entry-text span {
  font-size: 3rem;
}
.entry-text::first-line {
  font-size: 1.2rem;
}

.entry_btn {
  color: #333333;
  background: #8dc21f;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 1rem 0;
  font-weight: bold;
  /* border: solid #FCDD3A 4px; */
  /* box-shadow: 0px 5px 16px -8px rgb(0, 0, 0);
  -moz-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  -ms-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1); */
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.entry_btn a {
  width: 100%;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.entry_btn a::first-line {
  font-size: 1.2rem;
  font-weight: normal;
}

.entry_btn span {
  font-size: 1.6rem;
  font-weight: bold;
}

.entry_btn p {
  position: absolute;
  left: 80%;
  font-size: 1rem;
}

.entry_btn:hover {
  color: rgb(26, 26, 26);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.menu_btn {
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10px;
  transition: all .5s;
  font-weight: bold;
  /* color: #333333;
  background: #f7f065; */
  /* display: block; */
  /* padding: 1rem 0; */
  /*border: solid #FCDD3A 4px;
  *//*box-shadow: 0px 5px 16px -8px rgb(0, 0, 0);
  -moz-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  -ms-box-shadow: 0px 5px 16px -8px rgba(0, 0, 0, 1);
  */
}


/* .menu_btn .t_con {
  padding: .5rem;
} */

.menu_btn_t {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top: -.8rem;
}

.t-num {
  font-size: 4.3rem;
  letter-spacing: -.05em;
  display:inline-block;
}
/* 商品をもっと見るボタン start */

.more_btn {
  color: #fff;
  background: #f08e2d;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 1rem 0;
  /* border: solid 5px #fff; */
  transition: .5s;/*ふわっとさせる指定*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.more_btn a {
  width: 100% ;
  position: relative;
}

.more_btn span {
  font-size: 1.7rem;
  font-weight: bold;
}

/* .more_btn p {
  position: absolute;
  left: 65%;
  font-size: 1.5rem;
} */

.more_btn:hover {
  background: #fff;
  color: #333;
  box-shadow:0px 0px 5px #666;
  transition : .5s; /*ふわっとさせる指定*/
}

/* 商品をもっと見るボタン end */

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

article > p {
	margin-top : 10em;
	margin-bottom : 10em;
	}

.w-980 {
  max-width: 980px;
  margin: 0 auto;
}

.w-880 {
  max-width: 880px;
  margin: 0 auto;
}

.main_ttl , .sub_ttl {
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-size: 1.8rem;
  margin: 0 auto;
	text-align: center;
  font-weight: bold;
}

.sub_ttl_pickup {
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-size: 1.8rem;
  margin: 0 auto;
	text-align: center;
  font-weight: bold;
}

.sp_br {
  display: none;
}

.pc_br {
  display: none;
}

#sale_area,
#coupon_area,
#coupon_area2,
#coupon_area3,
#coupon_area4,
#pointup_area,
#deal_area,
#gate_area,
#toy_area,
#bed_area,
#circle_area,
#cat_area,
#p20_area,
#p10_area,
#p7_area,
#p5_area,
#p3_area,
#p2_area,
#special_area,
#pickup_area
{
  display: block;
  /* padding-top: 100px;
  margin-top: -100px; */
  padding-top: 105px;
  margin-top: -100px;
}

.lead_text{
  font-size: 1.3rem;
}

.icon__off span {
  font-size: .85rem;
}

.fc_black{
  color:#666666;
}

.fc_white{
  color:#fff;
}

.fc_red{
  color:#cf3c3c;
}

.fc_pink{
  color:#ed7971;
}

.fc_orenge{
  color:#f08e2d;
}

.fc_red221204{
  color:#df0000;
}

.buy_btn {
  background: #f77b6b;
}

.item_off {
  background: #999999;
}

.item_price_a {
  background: #ffe7bd;
  position: relative;
}

.item_price_a.b_border::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #666666;
  display: block;
  top: -20px;
  position: absolute;
}

.item_name.b_border::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #666666;
  display: block;
  margin-top: 13px;
  margin-bottom: 10px;
}

.deal::before {
  display: none;
}


/* 終了したキャンペーンここから */
.grayout {
  filter: grayscale(1) contrast(.4) blur(0.3px) opacity(0.4);
  -webkit-filter: grayscale(1) contrast(.4) blur(0.3px) opacity(0.4);
  z-index: -1;
}
.move_up.grayout:hover {
  transform: none;
}
.grayout_con {
  position: relative;
}
.gray_txtcon {
  position: absolute;
  color: #333333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}

.grayout a {
  pointer-events: none;

}
/* 終了したキャンペーンここまで */


/* 商品ポイント変倍ここから */

.p2 , .p3 , .p5 , .p7 , .p10 , .p15 , .p20 , .saleprice , .pickup , .new , .deal{
  position: relative;
}

.p2::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p2_icon.gif") no-repeat;
}

.p3::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p3_icon.gif") no-repeat;
}
.p5::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p5_icon.gif") no-repeat;
}

.p7::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p7_icon.gif") no-repeat;
}

.p10::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p10_icon.gif") no-repeat;
}

.p15::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p15_icon.gif") no-repeat;
}

.p20::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p20_icon.gif") no-repeat;
}

.saleprice::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/pd_icon.gif") no-repeat;
}

.pickup::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/pu_icon.gif") no-repeat;
}

.new::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/new_icon.gif") no-repeat;
}

.deal::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/10pb_icon.gif") no-repeat;
}


.p2::before , .p3::before , .p5::before , .p7::before , .p10::before , .p15::before , .p20::before , .saleprice::before , .pickup::before , .new::before , .deal::before  {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: -20px;
  margin-top: -30px;
  position: absolute;
  right: 0;
}


.p2_2 , .p3_2 , .p5_2 , .p7_2 , .p10_2 , .p15_2 , .p20_2 , .saleprice_2 , .pickup_2 , .new_2 , .deal_2{
  position: relative;
}

.p2_2::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p2_icon.gif") no-repeat;
}

.p3_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p3_icon.gif") no-repeat;
}
.p5_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p5_icon.gif") no-repeat;
}

.p7_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p7_icon.gif") no-repeat;
}

.p10_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p10_icon.gif") no-repeat;
}

.p15_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p15_icon.gif") no-repeat;
}

.p20_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/p20_icon.gif") no-repeat;
}

.saleprice_2::before {
    background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/pd_icon.gif") no-repeat;
}

.pickup_2::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/pu_icon.gif") no-repeat;
}

.new_2::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/new_icon.gif") no-repeat;
}

.deal_2::before {
  background: url("https://www.rakuten.co.jp/gold/libera-nihonikuji/img/sale/icon/10pb_icon.gif") no-repeat;
}

.p2_2::before , .p3_2::before , .p5_2::before , .p7_2::before , .p10_2::before , .p15_2::before , .p20_2::before , .saleprice_2::before , .pickup_2::before , .new_2::before , .deal_2::before  {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: contain;
  margin-right: -20px;
  margin-top: -50px;
  position: absolute;
  right: 0;
}

/* 商品ポイント変倍ここまで */


/* ページ内リンクメニューここから */
.menu{
  position:relative;
}

.menu::before{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background-color:#f08e2d;
  position:absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.menu::after{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background-color:#f08e2d;
  position:absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666666;
}
.menu a span span{
  position: absolute;
  right: 0;
  top: 3px;
  content: '';
  width: 1px;
  height: 95%;
  background: #f08e2d;
}
/* .menu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 90%;
  height: 2px;
  background: #e3c78f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .7s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.menu a:hover::after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
} */

/* ページ内リンクメニューここまで */


/* sectionここから */

.sec_ttl {
  padding: 1.5rem;
}

#point_area  {
  background: #fff;
}

.box,.box_1{padding:15px;}
.bg-white_radius {background:#ffffff; border-radius: 10px;}
.o-3column .col-md-6 { padding: 0 30px;}
/* .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
} */
.box{
  margin-bottom:20px;
}
.item_name , .item_price_b,.item_price_a , .buy_btn {
  text-align: center;
}

.buy_btn > a{
  color: #ffffff;
  text-decoration: none;
  margin: 15px;
}
/*↓カラム間のガター幅が30px、カラムの左右の余白が10pxになる*/
.o-3column .col-md-6 { padding: 0 15px;}
/*カラムの左右の余白を15pxに戻す*/
.o-3column {margin: 0 -5px;}
.item_name {
  font-size: 1.5rem;
}
.nobo3 {
  font-size: 1.5rem;
}

/* ホバーアクション */
/* ホバーすると画像が大きくなる*/
/* .hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.hover01 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} */


/* ホバーすると黒フィルター+テキスト */
.image_link{
  display:block;
  position:relative;
  text-decoration:none;
 }
 .image_link img{
   display:block;
   width:100%;
 }
 .image_link:before{
   background:#000;
   content:"";
   display:block;
   width:100%;
   height:100%;
   position:absolute;
   z-index:2;
   opacity:0;
   transition:0.3s;
 }
 .image_link:after{
   content:"CLICK";
   color:#fff;
   border:solid 1px #fff;
   border-radius:5px;
   display:block;
   line-height:48px;
   width:180px;
   text-align:center;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-1em;
   margin-left:-90px;
   opacity:0;
   z-index:3;
   transition:0.3s;
   font-weight:bold;
   letter-spacing:0.2em;
 }
 .image_link:hover:before{
   opacity:0.5;
 }
 .image_link:hover:after{
   opacity:1;
   margin-top:-0.5em;
 }


 /* ホバーすると少し上に動く */
  .move_up:hover {
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

/* ホバーすると文字の色が変わる */
.menu a .font-change:hover {
  color: #C60000;
}


/* クーポン チケットのCSS */
.Coupon.couponOneClick .Coupon__container .Coupon__link.couponOneClick-default {
  padding-top: 14px;
}
.Coupon__link {
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
}

.Coupon.couponOneClick .Coupon__container {
  /* -webkit-filter: drop-shadow(11px 11px rgba(82, 82, 82, 0.3));
  filter: drop-shadow(11px 11px rgba(82, 82, 82, 0.3)); */
  /* height: 170px; */
  height: 190px;
}
.Coupon__container {
  z-index: 0;
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 117px;
  filter: drop-shadow(0 1.9px 3px rgba(0,0,0,.25));
}

.Coupon__container:before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 55% 100%,55% 100%;
  background-repeat: no-repeat;
  background-position: 0 50%,100% 50%;
  border-radius: 4px;
}

.Coupon__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  border-top: 1px solid #ebebeb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.Coupon.couponOneClick .Coupon__container .Coupon__link.couponOneClick-default .Coupon__title.tit2 {
  color: #ff5b4b;
  font-size: 18px;
  letter-spacing: 1.6px;
}

.Coupon.couponOneClick .Coupon__container .Coupon__link.couponOneClick-default .Coupon__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.Coupon.couponOneClick .Coupon__container .Coupon__link.couponOneClick-default .Coupon__text {
  background-color: #ff5b4b;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  height: 42px;
}

.Coupon.couponOneClick .Coupon__container .Coupon__link.couponOneClick-default .Coupon__discount em {
  font-size: 40px;
}

.Coupon.couponOneClick .Coupon__container .Coupon__link.couponOneClick-default .Coupon__discount {
  color: #ff5b4b;
  font-size: 25px;
  margin-top: .5rem;
}

.Coupon__discount {
  position: relative;
  z-index: 20;
  margin-bottom: 4px;
  line-height: 1;
  color: #e46500;
  font-size: 20px;
  font-weight: 700;
}

.Coupon__link:before {
  content: "";
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #fff 12px), radial-gradient(circle at center right, transparent 0, transparent 11px, #fff 12px);
  background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%, calc(100% + 1px) 50%;
  border-radius: 4px;
}
.Coupon__title {
  position: relative;
  z-index: 20;
  min-height: 12px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #333;
  font-size: 12px
}


/* クーポン チケットここまで */

.dot_line ::after{
  content: "";
  display: block;
  border-bottom: 3px dotted #f08e2d;
  max-width: 200px;
  margin: 1rem auto 2.5rem;
}


  /* ページ上部スペース調整ここから */

  #top-head {
    margin-top: -80px;
  }

  .top_space {
    margin-top: 80px;
  }

  /* ページ上部スペース調整ここまで */


  /* スクリーンサイズが992px以下の場合 */
@media only screen and (max-width:992px){

  .more_btn {
    font-size: 1.2rem;
  }

  .more_btn:hover {
    background: #333;
    color: #fff;
    box-shadow:0px 0px 0px;
  }

  .o-3column .col-md-6 {
      padding: 0 10px;
  }
  .item_name {
  font-size: 1.3rem;
  }
  .nobo3 {
  font-size: 1.3rem;
  }

  /* ホバーアクションの無効化ここから*/
  /* ホバーすると画像が大きくなる*/
  .hover01 img:hover {
    transform: none;
  }


  /* ホバーすると黒フィルター+テキスト */
  .image_link{
    display:block;
    position:relative;
    text-decoration:none;
  }
  .image_link img{
    display:block;
    width:100%;
  }
  .image_link:before,.image_link:after{
    content:"";
    display:none;
  }
  .image_link:hover:before,.image_link:hover:after{
    opacity:1;
  }

  /* ホバーすると少し上に動く */
    .move_up:hover {
    transform: none;

  }

  /* ホバーすると文字の色が変わる */
  .menu a .font-change:hover {
    color: #000000;
  }
  /* ホバーアクションの無効化ここまで*/

  .ttl_con .ttl {
    font-size: 1.5rem;
  }

  .ttl_con .caption {
    font-size: 1.3rem;
  }

}

/* スクリーンサイズが576px以下の場合 */
@media only screen and (max-width:576px){
}
/* .section_wrap {
  padding: 4.5rem 0 0 0;
} */


/* sectionここまで */






/* スクリーンサイズが767px以下の場合 */
@media only screen and (max-width: 768px){


/* ヘッダーここから */
    /*hamburger menu style*/
    #nav_toggle {
      display: block;
      width: 30px;
      height: 30px;
      position: relative;
      top: 4px;
      z-index: 100;
    }
    #nav_toggle div {
      position: relative;
    }
  /*hamburger menu close style*/
    #nav_toggle span {
      display: block;
      height: 2px;
      background: #404040;
      position:absolute;
      width: 100%;
      left: 0;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
    }
    #nav_toggle span:nth-child(1) {
      top:0px;
    }
    #nav_toggle span:nth-child(2) {
      top:10px;
    }
    #nav_toggle span:nth-child(3) {
      top:20px;
    }
  /*hamburger menu open style*/
    .open #nav_toggle span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
      top: 10px;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
    }
  /*nav style スマホのナビゲーション*/
    #top-head nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #f08e2d;
      color: #fff;
      z-index: 999;
    }
    #top-head nav ul {
      display: block;
      /* width: 100%; */
      padding: 0;
      margin: 40% 0;
    }
    #top-head nav ul li {
      text-align: center;
      list-style: none;
      /* border-bottom: 1px solid #fff; */
      color: #fff!important;
      line-height: 3.5rem;
      font-weight: 500;
    }
    #top-head nav ul li:last-child {
      border: none;
    }
  /*nav link style*/
    #top-head nav ul li a {
      /* display: block; */
      padding: 10px;
      font-size: 1.6rem;
      color: #fff;
    }
  /*navここまで*/


  .mv {
    margin-top: 20px;
  }
  .logo {
    width: 67%;
    margin: 8px 0 0 0;
  }
  #top-head {
    height: 65px;
  }

/* ヘッダーここまで */


/* 商品表示ここから */

  .item-container .label-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-container .label-wrap .icon,
    .item-container .label-wrap .icon__free,
    .item-container .label-wrap .icon__off {
      border-radius: 4px;
      padding: 2px 8px;
      font-size: 1rem;
    }

    #allitem_area .label-wrap .icon__off{
      margin-bottom: .2rem;
    }

    .item-container .item .lead {
      font-size: 1.3rem;
    }

    .item-container .item .item-name {
      margin-bottom: 0.5em;
      font-size: 1.2rem;
    }

    .item-container .item .item-price {
      font-size: 1.2rem;
    }

    .item-container .item-col1 .item {
      display: block;
      width: 100%;
      margin: 0 auto 20px auto;
    }

    .item-container .item-col1 .item figure {
      width: 100%;
    }

    .item-container .item-col1 .item .detail {
      width: 100%;
    }

    .item-container .item-col3 .item .detail .item-price {
      font-size: 1.2rem;
    }

    .item-container .item-col3__spcol2 .item {
      width: 48%;
    }

    .item-container .item-col3__spcol2 .item-name {
      font-size: 1.2rem;
    }

  .item-container .item-col2 .item .detail .item-name {
    font-size: 1.25rem;
  }

  .item {
    margin-bottom: 2rem;
  } */

/* 商品表示ここまで */


/* bottom menu 下部メニューここから */

  .page-navi {
    height: 75px;
    /* height: 62px; */
  }
  .page-navi__container ul {
    height: 75px;
    /* height: 62px; */
    width: 100%;
  }
  .page-navi__container ul li:nth-child(1) a .icon {
    width: 21px
  }
  .page-navi__container ul li:nth-child(2) a .icon {
    width: 27px
  }
  .page-navi__container ul li:nth-child(3) a .icon {
    width: 19px
  }
  .page-navi__container ul li:nth-child(4) a .icon {
    width: 31px
  }
  .page-navi__container ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* justify-content: space-between; */
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-navi__container ul li a .icon {
    padding-right: 0;
  }
  .page-navi__container ul li a .text {
    /* font-size: .6875rem; */
    font-size: 1rem;
  }

  .page-navi__container ul li a:hover {
    background-color: #333;
    color: #fff;
    border-radius: 15px;
  }

  .page-navi__container ul li a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

/* bottom menu 下部メニューここまで */

  /* フッターここから */


  footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 50px auto 70px;
    text-align: center;
  }

  footer ul {
    width: 100%;
    padding: 0px;
    font-size: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
  }
  footer ul li {
    width: 50%;
    list-style-type: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f08e2d;
    opacity: 0.8;
  }

  footer ul li a {
    color: #fff;
    font-size: 1rem;
  }

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

  /* フッターここまで */

  /* クーポンエリアここから */

  .allitem_coupon a {
    max-width: 70%;
  }
  /* クーポンエリアここまで */


/* style */

    .w-980 {
      width: 100%;
    }

    .only-pc {
      display: none;
    }

    .pc_br {
      display: none;
    }

    .sp_br {
      display: block;
    }

    .w-880 {
      max-width: 880px;
      margin: 0 auto;
    }

  .main_ttl , .sub_ttl , .sub_ttl_pickup {
    font-size: 1.4rem;
  }

  .lead_text{
    font-size: 1rem;
  }

  .entry_btn a,
  .entry_btn span,
  .entry-text ,
  .Coupon__limi_text {
    font-size: 1.3rem;
    text-decoration: none;
  }

  .entry_btn p {
    left: 85%;
  }

  .entry_btn:hover {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
}
@media only screen and (max-width: 1400px){
  .pc_br {
    display: block;
  }
}

@media only screen and (max-width: 1024px){
  .page-navi__container ul {
    width: 100%;
  }

}

@media only screen and (max-width: 600px){
  .event_area .point span {
    font-size: 1rem;
  }
  .event_area .point {
    padding: 0.3rem;
  }
  .point_pd {
    padding: 0 .2rem;

  }
}

@media (max-width: 767.98px) {

  .menu_btn a p.fs-5 {
    font-size: 1rem!important;
  }

  .t-num {
    font-size: 4rem;
  }

  .schedule li{
      color: #999999;
      font-size: 0.8rem;
  }
  .n-text{
      font-size: 1rem;
  }
  .name{
      font-size: .7rem!important;
  }
  .price_b{
          font-size: .8rem;
  }
  .price {
      font-size: 1.25rem!important;
      margin-top: -7px!important;
  }

  strong.fs-1{
      font-size: 1rem;
  }

  .sp_br{
      display: block;
  }
  .sp_br_none{
      display: none;
  }
  .menu a {
    font-size: 1.1rem;
  }
  .menu a::after {
    display: none;
  }

  .sec_ttl  {
    font-size: 1.4rem;
    padding: 0.8rem;
  }

  /* ページ上部スペース調整ここから */

  #top-head {
    margin-top: -50px;
  }

  .top_space {
    margin-top: 50px;
  }


  /* ページ上部スペース調整ここまで */

}

/* スクリーンサイズが1400px以下の場合 */
@media only screen and (max-width: 1400px){
  .pc_br {
    display: block;
  }
}

/* スクリーンサイズが1024px以下の場合 */
@media only screen and (max-width: 1024px){
  .page-navi__container ul {
    width: 100%;
  }

}

/* スクリーンサイズが600px以下の場合 */
@media only screen and (max-width: 600px){
  .event_area .point span {
    font-size: 1rem;
  }
  .event_area .point {
    padding: 0.3rem;
  }
  .point_pd {
    padding: 0 .2rem;

  }
}



/* 設置場所についてここから */

.gate_btn {
  background-color: #f08e2d;
    border: 3px solid #f08e2d;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: 700;
    padding: 1.25rem 2rem;
    line-height: 150px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.gate_btn:hover {
  background-color: #fff;
  color: #f08e2d;
}

.gate_btn a{
    text-decoration: none;
}


/*車種適合表*/

.fit_btn {
  background-color: #f3f2f0;
    border: 1px solid #D9D8D7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: 700;
    line-height: 150px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.fit_btn:hover {
  background-color: #D9D8D7;
  color: #f08e2d;
}

.fit_btn a{
    text-decoration: none;
}

.card{
  border: 1px solid #D9D8D7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}


.initial{
 color:initial;
}