.supermv {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
}
.supermv:before {
  content: "";
  position: relative;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.tokyolife.lol/58635744/image/3taro/202409/mv_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.supermv .mv_left {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.tokyolife.lol/58635744/image/3taro/202409/mv_left01.png);
  background-position: 105% center;
  background-repeat: no-repeat;
  background-size: auto 95%;
  width: 33.33333%;
  z-index: 2;
}
.supermv .mv_right {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.tokyolife.lol/58635744/image/3taro/202409/mv_right01.png);
  background-position: -5% 15px;
  background-repeat: no-repeat;
  background-size: auto 90%;
  width: 33.33333%;
  z-index: 2;
}
.supermv .mv_center {
  max-width: 680px;
  width: 45%;
  margin: 60px auto;
  z-index: 1;
}
.santaro_campaign{
  position: relative;
  padding-top: 190px;
  text-align: center;
}
.santaro_campaign img{
  position: relative;
  display: inline-block;
}
.img_campaign_02-note{
  position: absolute;
  width: 100%;
  bottom: 35px;
  left: 50%; 
  transform: translateX(-50%);
  font-size: 18px;
  color: #2f2c2b;
}
.santaro_campaign-banner img{
  margin-top: 30px;
}
.santaro_campaign_img{
  position: relative;
  display: inline-block;
}
.santaro_coupon_link01,.santaro_coupon_link02{
  position: absolute;
  width: 435px;
  height: 257px;
  bottom: 140px;
}
.santaro_coupon_link01{
  left: 30px;
}
.santaro_coupon_link02{
  right: 30px;
}
.santaro_coupon_link01:hover,.santaro_coupon_link02:hover{
  background:#fff;
}


@media screen and (max-width: 1440px) {
  .supermv .mv_center {
    margin: 67px auto 30px
  }
}
@media screen and (max-width: 1000px) {
  .supermv .mv_left {
    display: none;
  }
  .supermv .mv_right {
    display: none;
  }
  .supermv .mv_center {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .supermv .mv_center .pcv {
    display: none;
  }
  .supermv .mv_center .tsv {
    display: block; 
  }
}
@media screen and (max-width: 767px) {
  .supermv {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.tokyolife.lol/58635744/image/3taro/202409/mv_bk_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 465px;
    display: block;
  }
  .supermv .mv_center {
    margin-top: 0;
    max-width: 92%;
    padding-top: 7%;
  }
  .supermv .mv_center .tsv {
    display: none;
  }
  .img_campaign_02-note{
    bottom: 20px;
    font-size: 10px;
  }
  .santaro_campaign{
    padding-top: 60px;
  }
  .santaro_campaign-banner img{
    margin-top: 0;
  }
  .santaro_coupon_link01,.santaro_coupon_link02{
    position: absolute;
    width: 44.67vw;
    height: 27vw;
    bottom: 26.4vw;
  }
  .santaro_coupon_link01{
    left: 4vw;
  }
  .santaro_coupon_link02{
    right: 4vw;
  }
  .santaro_coupon_link01:hover,.santaro_coupon_link02:hover{
    background:inherit;
  }
}

.first_sec .top_bnrArea{
  padding: 60px 0 0px;
  text-align: center;
}
.first_sec .top_bnrArea a{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.first_sec .mv_bttom {
  width: 100%;
  position: relative;
  /* top: -130px; */
}
@media screen and (max-width: 950px) {
  .santaro_campaign-banner{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .first_sec {
    margin-bottom: 32px;
  }
  .first_sec .mv_bttom {
    top: -36px;
  }
  .santaro_campaign-banner{
    width: 90%;
    padding-top: 10%;
  }
  .first_sec .top_bnrArea{
    padding: 25px 25px 0px;
  }
}


.recommended_sec .spv{
  display: none;
}
@media (min-width: 1px) and (max-width: 768px){
  .recommended_sec .pcv {
    display: none;
  }
  .recommended_sec .spv {
      display: block;
      margin: 0 auto;
    }
    
}

.recommended_sec{
  padding: 25px 0 20px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.tokyolife.lol/58635744/image/3taro/202409/bk01n.png);
  background-repeat: repeat;
  background-size: 120%;
  background-position: center top -50px;
  background-color: #FFF2B1;
  position: relative;
}
.item_title_area{
  background: #01BEA8;
  padding: 25px 0;
}
.item_title{
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 6px;
}
.itemArea{
  padding: 60px 0px 17px;
}
ul.itemArea_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.itemArea_list > li {
  position: relative;
	width: 45%;
	margin: 0;
	background:#FFF;
	border-radius:15px;
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.15);
	padding:22px 18px;
	text-align:center;
}
ul.itemArea_list > li:nth-of-type(2n){
  margin-left: 30px;
}
ul.itemArea_list > li:nth-of-type(n+3){
  margin-top: 30px;
}
ul.itemArea_list > li.note .note-tx{
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 12px;
}
.btn_area_col1{
  text-align: center;
}
.btn_area_col1 a{
  display: inline-block;
}
.btn_area_col2{
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
.btn_area_col2 a:nth-of-type(2){
  margin-left: 22px;
}
.btn_area_col3{
  display: flex;
  justify-content: space-evenly;
  /* margin: 0 10px; */
}
.btn_area_col3 a{
  margin-top: 5px;
}
.btn_area_col3 a:nth-of-type(n+2){
  margin-left: 25px;
}
.btn_area_col3 a img{
  width: 113px;
  max-height: 52px;
}
.item_ic{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 108px; height: 108px;
}

.box_link_btn{
  margin-top: 55px;
}
.box_link_btn a {
  background: #01BEA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  max-width: 480px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  font-size: 18px;
  padding: 19.5px 0;
  font-weight: 300;
  letter-spacing: 0.1em;

}
.btn_arrow {
  max-width: 22px;
  max-height: 22px;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-top: -2px;
}
.pointup_sec .point_up {
  max-width: 964px;
  width: 100%;
  margin: auto;
}

@media (min-width: 1px) and (max-width: 768px) {
  .recommended_sec{
    margin-bottom: 30px;
    padding: 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.tokyolife.lol/58635744/image/3taro/202409/bk01_sp.png);
    background-size: contain;
    background-repeat: repeat;
    background-color: #FFF2B1;
    background-position: center top;
  }
  .wrap{
    margin: 0 auto 30px;
    width: 100%;
  }
  .item_title_area{
    padding: 20px 0;
  }
  .item_title{
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .itemArea{
    padding: 20px 12.5px;
  }
  ul.itemArea_list{
    flex-direction: column;
  }
  ul.itemArea_list > li{
    padding: 15px;
    padding-bottom: 25px;
    width: 100%;
    margin-bottom: 5%;
    border-radius: 7px;
  }
  ul.itemArea_list > li.note .note-tx{
    right: 15px;
    bottom: 2px;
  }
  .btn_area_col2 a{
    min-width: 50%;
  }
  .btn_area_col2 a > img{
    width: 100%;
  }
  .btn_area_col2 a:nth-of-type(2){
    margin-left: 20px;
  }
  ul.itemArea_list > li:nth-of-type(2n) {
    margin-left: 0;
  }
  .item_ic{
    top: -3px;
    left: -3px;
  }
  .box_link_btn{
    margin-top: 15px;
  }
  .box_link_btn a {
    max-width: 100%;
    font-size: 17px;
    padding: 22.5px 0;
  }
  .pointup_sec {
    padding: 0 0 40px;
  }
  .pointup_sec .point_up {
    padding: 0 12.5px;
    width: 100%;
    margin: auto;
  }
  ul.itemArea_list > li:nth-of-type(n+3){
    margin-top: 0;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  .btn_area_col3 a img{
    min-height: 12vw;
    width: 100%;

  }
  .btn_area_col3 a:nth-of-type(n+2){
    margin-left: 3vw;
  }
}






section .sec_sub {
  font-size: 18px;
  text-align: center;
  color: #32468a;
  font-weight: bold; }

section .sec_title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #32468a;
  margin: 12px 0 20px;
  letter-spacing: 4px; }

section .recommend_note_text {
  font-size: 14px;
  max-width: 500px;
  width: 100%;
  margin: auto; }




@media (min-width: 1px) and (max-width: 840px) {
  section .recommended_item_list .recommended_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  section .recommend_bnr_area {
    position: relative;
    padding-top: 75px;
    padding-bottom: 30px; }
    section .recommend_bnr_area .bnr_right {
      border-left: none; }
      section .recommend_bnr_area .bnr_right .right_first {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 25px; }


@media (min-width: 1px) and (max-width: 767px) {
  section .sec_sub {
    font-size: 10px; }
  section .sec_title {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 50px; }
  section .recommend_note_text {
    display: none; }
  section .recommended_item_list .recommended_item {
    margin-bottom: 14px; }
    section .recommended_item_list .recommended_item .postage_free {
      max-width: 78px;
      max-height: 77px;
      left: 10px;
      top: 10px; }
    section .recommended_item_list .recommended_item .item_rink {
      font-size: 16px; }
  section .recommend_bnr_area {
    padding: 28px;
    padding-top: 65px;
    padding-bottom: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 23px; }
    section .recommend_bnr_area .bnr_left {
      max-width: 89px;
      margin-right: 10px; }
      section .recommend_bnr_area .bnr_left img {
        max-width: 89px;
        max-height: 60px; }
    section .recommend_bnr_area .bnr_right {
      text-align: left; }
      section .recommend_bnr_area .bnr_right .right_first {
        top: 28px;
        font-size: 13px; }
        section .recommend_bnr_area .bnr_right .right_first .youbi {
          font-size: 9px;
          padding: 4px 7px; }
      section .recommend_bnr_area .bnr_right .right_second {
        font-size: 27px;
        line-height: 1.3; }
  
.gift_rapping {
  padding: 45.1px 0; }
  .gift_rapping .gift_bnr {
    display: block; }

@media (min-width: 1px) and (max-width: 767px) {
  .gift_rapping {
    background: none;
    padding: 0 20px; }
    .gift_rapping .gift_bnr {
      display: block; } }

.sec_tooter {
  padding: 90px 0; }
  .sec_tooter .rakute_link_btn a {
    background: #9E0D23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    max-width: 477px;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    font-size: 18px;
    padding: 19.5px 0; }
    .sec_tooter .rakute_link_btn a .btn_arrow {
      max-width: 22px;
      max-height: 22px;
      width: 100%;
      height: auto;
      margin-left: 10px; }
  .sec_tooter .fancl_link_btn {
    margin-top: 30px; }
    .sec_tooter .fancl_link_btn a {
      background: #32468A;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      max-width: 477px;
      width: 100%;
      margin: auto;
      border-radius: 10px;
      font-size: 18px;
      padding: 19.5px 0; }
      .sec_tooter .fancl_link_btn a .btn_arrow {
        max-width: 22px;
        max-height: 22px;
        width: 100%;
        height: auto;
        margin-left: 10px; }

@media (min-width: 1px) and (max-width: 767px) {
  .sec_tooter {
    padding: 0px 0 100px; }
    .sec_tooter .rakute_link_btn a {
      max-width: 350px;
      font-size: 16px;
      padding: 19.5px 0; }
      .sec_tooter .rakute_link_btn a .btn_arrow {
        margin-left: 3px; }
    .sec_tooter .fancl_link_btn {
      margin-top: 15px; }
      .sec_tooter .fancl_link_btn a {
        max-width: 350px;
        font-size: 16px;
        padding: 19.5px 0; }
        .sec_tooter .fancl_link_btn a .btn_arrow {
          margin-left: 3px; } }

          ul.ranking_slider.r_k_item.fluffy.slick-initialized.slick-slider.slick-dotted {
            background-color: #fff;
        }
        ul.ranking_slider.r_f_item.fluffy.slick-initialized.slick-slider.slick-dotted {
          background-color: #fff;
        }

}

.sec_tooter .fancl_link_btn a{
  font-size: 22px;
  font-weight: 300;
}
@media (min-width: 1px) and (max-width: 767px) {
  .sec_tooter .fancl_link_btn a{
    font-size: 17px;
  }
}
}