@charset "UTF-8";
.box_wrap {
  max-width: 1024px !important; }

.to_link .arrow {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  right: 2rem; }
  .to_link .arrow:before, .to_link .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .to_link .arrow:before {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.to_link {
    max-width: 960px!important;
}
.to_link_y {
    background-color: #cda019!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    height: 70px;
    margin: 0 auto;
    transition: .4s;
    color: #fff;
    font-size: 30px;
}


#mv {
  height: 75vw;
  background-color: #000; }
  #mv .bg {
    background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/whiteday/sp_mv.jpg");
        background-size: cover;}
  @media screen and (min-width: 960px) {
    #mv {
      height: 50vw; }
      #mv .bg {
        background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/whiteday/mv.jpg"); } }

#pg_navi {
  /* background-color: #000000; */
  padding: 3rem 0 0 0; }
  #pg_navi .box_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -32%; }
    #pg_navi .box_wrap ul li {
      width: 31%;
      background-color: #a77b42;
      text-align: center;
      height: 60px;
      border-radius: 6px; }
      #pg_navi .box_wrap ul li:nth-child(3) .min {
        font-weight: normal; }
      #pg_navi .box_wrap ul li .a {
        flex-wrap: wrap;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: bold; }
      #pg_navi .box_wrap ul li .text {
        line-height: 1.4; }
        #pg_navi .box_wrap ul li .text.min {
          font-size: 1.2rem; }
      #pg_navi .box_wrap ul li.two_line span {
        display: block;
        width: 100%; }
      #pg_navi .box_wrap ul li:nth-child(-n+3) {
        margin-bottom: 1.8vw; }
      #pg_navi .box_wrap ul li:not(:nth-child(3n)) {
        margin-right: 2%; }
      #pg_navi .box_wrap ul li .a {
        color: #fff; }
  @media screen and (min-width: 960px) {
    #pg_navi .box_wrap ul li {
      height: 90px; }
      #pg_navi .box_wrap ul li:nth-child(-n+3) {
        margin-bottom: 2rem; }
      #pg_navi .box_wrap ul li .text {
        font-size: 2.4rem; } }
  @media screen and (min-width: 1025px) {
    #pg_navi .box_wrap ul li .text .min {
      font-size: 1.4rem; } }

#benefits {
  background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/new-year/bg_benefits.jpg");
  background-repeat: repeat;
  padding-bottom: 5vw;
  margin-bottom: 3rem; }
  #benefits .box_wrap {
    max-width: 960px; }
  #benefits .section_tab {
    line-height: 1; }
    #benefits .section_tab:before {
      background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/new-year/icon_benefits.png");
      background-position: center;
      width: 150%;
      height: 8.5vw;
      margin-left: -25%;
      transform: translateY(-2vw); }
    #benefits .section_tab span {
      font-size: 140%; }
    #benefits .section_tab .color {
      font-size: 160%;
      transform: translateY(0.6rem);
      color: #880015; }
  #benefits .box {
    display: flex;
    background-color: #ffffff;
    padding: 0 .6rem 0 1.4rem;
    height: 13.4vw;
    box-sizing: border-box;
    align-items: center;
    border-radius: 6px; }
    #benefits .box:not(:last-child) {
      margin-bottom: 1rem; }
    #benefits .box:nth-child(2), #benefits .box:nth-child(6) {
      height: 18.6vw; }
    #benefits .box:nth-child(2) .img {
      width: 34vw; }
    #benefits .box:nth-child(6) .img {
      width: 22vw; }
  #benefits .img {
    margin-left: auto; }
  #benefits .lead {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-weight: bold; }
    #benefits .lead span {
      font-family: fot-tsukuaoldmin-pr6n, sans-serif; }
  #benefits .text {
    font-size: calc( ( 100vw - 40px ) / 25 ); }
  #benefits .num {
    background-color: #880015;
    color: #ffffff;
    border-radius: 50%;
    line-height: 1.1;
    text-indent: 0.1rem;
    font-size: calc( ( 100vw - 40px ) / 22 );
    margin-right: 3vw;
    width: 25px;
    height: 25px;
    font-family: fot-tsukuaoldmin-pr6n, sans-serif; }
  #benefits .red {
    color: #880015;
    font-size: 115%; }
    #benefits .red .text {
      color: #000000; }
  @media screen and (min-width: 600px) {
    #benefits .num {
      width: 45px;
      height: 45px; }
    #benefits .text {
      font-size: calc( ( 100vw - 40px ) / 29 ); } }
  @media screen and (min-width: 960px) {
    #benefits .text {
      font-size: 2.7rem; } }
  @media screen and (min-width: 1025px) {
    #benefits {
      padding-bottom: 7rem;
      margin-bottom: 6rem; }
      #benefits .section_tab:before {
        transform: translateY(-1.6vw);
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        max-height: 142px; }
      #benefits .box {
        padding: 0 0.6rem 0 3.5rem;
        height: 136px; }
        #benefits .box:nth-child(2), #benefits .box:nth-child(6) {
          height: 160px; }
        #benefits .box:nth-child(2) .img {
          width: 320px; }
        #benefits .box:nth-child(6) .img {
          width: 190px; }
        #benefits .box:not(:last-child) {
          margin-bottom: 2rem; }
      #benefits .num {
        width: 50px;
        height: 50px; } }

#more_ranking {
  padding: 3rem 0 7rem; }
  #more_ranking .to_link {
    background-color: #880015; }
  @media screen and (min-width: 1025px) {
    #more_ranking {
      padding: 3rem 0 6rem; } }

.wrap_new_year .yajirushi {
  margin-top: -0.3rem;
  margin-left: 0.8rem; }
.wrap_new_year #beginners_set {
  background: #fff6e0;
  background-repeat: repeat;
  margin-bottom: 6rem; }
  .wrap_new_year #beginners_set .section_tab.tab_2:before {
    background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/new-year/icon_ranking.png");
    width: 100%;
    height: 11vw; }
  .wrap_new_year #beginners_set .box_wrap {
    max-width: 1200px; }
  .wrap_new_year #beginners_set .in {
    background-color: #ffffff; }
  .wrap_new_year #beginners_set .box {
    border: none; }
    .wrap_new_year #beginners_set .box:first-child {
      border-top: none; }
      .wrap_new_year #beginners_set .box:first-child .in {
        margin: 0 auto; }
  .wrap_new_year #beginners_set .grid .img_box {
    width: 100%;
    margin-bottom: 0;
    position: relative; }
    .wrap_new_year #beginners_set .grid .img_box .crown {
      position: absolute;
      top: -6rem;
      left: 13rem; }
  .wrap_new_year #beginners_set .grid .detail {
    width: 100%;
    padding: 2rem 2rem;
    margin: 0;
    box-sizing: border-box; }
    .wrap_new_year #beginners_set .grid .detail .name {
      margin-bottom: 1.8rem; }
    .wrap_new_year #beginners_set .grid .detail .price {
      text-align: right;
      margin-bottom: 1rem;
      color: #890015;
      font-size: 2rem; }
    .wrap_new_year #beginners_set .grid .detail .item_icon {
      position: absolute;
      bottom: 60px; }
    .wrap_new_year #beginners_set .grid .detail .to_link {
      width: 100%;
      position: static; }

    .fast_text_box {
        text-align: center;
        padding-top: 40px;}
    .fast_text_box h2 {
        font-size: 51px;
        margin-bottom: 0;}
    .fast_text_box h3 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 0;}
    .fast_text_box img {
        width: 400px; }
    .wrap_w960 {
        max-width: 960px;
        margin: 0 auto;
        padding-bottom: 100px;}
    .wrap_w960 h2 {
        font-size: 50px;
        font-weight: bold;}
    .wrap_w960 .text {
         text-align: center;}
    .flex_row {
        display: flex;
        justify-content: space-between;
    }
    .flex_row img {
        width: 470px;
    }
    .this_year_setsubun0 {
        padding-bottom: 80px;
    }
    .this_year_setsubun0 .img {
        width: 550px;
        margin: 0 auto;
    }
    .this_year_setsubun {
        background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/setsubun/setsubun_bg.png");
        background-size: cover;
        text-align: center;
        margin: 0 auto 3rem auto;
        padding: 60px 0;}
    /* .this_year_setsubun div:first-child {
        width: 409px;
        margin: 0 auto;
         } */
    .this_year_setsubun .img {
        width: 144px;
        margin: 0 auto;
        padding: 10px 0 50px 0;
         }
    .this_year_setsubun h2 {
        font-weight: bold;
        margin-bottom: 3.5rem;
         }
    .this_year_setsubun .red {
        color: #880015;
         }
    .this_year_setsubun .text {
        line-height: 2em;
         }
    .first_text {
        padding: 10px 0 50px 0;
    }
    .second_text {
        padding: 15px 0 0 0;
    }
    .sp_only {
        display: none;
    }
    .this_year_setsubun .text {
        font-size: 2.6em;
         }

  @media screen and (min-width: 600px) {
    .wrap_new_year #beginners_set .grid .detail {
      padding: 3rem 2rem; }
      .wrap_new_year #beginners_set .grid .detail .item_icon {
        bottom: 92px; }
      .wrap_new_year #beginners_set .grid .detail .name {
        margin-bottom: 3rem;
        font-size: 3rem; }
      .wrap_new_year #beginners_set .grid .detail .price {
        margin-bottom: 2rem;
        font-size: 4rem; } }
  @media screen and (min-width: 960px) {
    .wrap_new_year #beginners_set .section_tab.tab_2:before {
      width: 460px;
      height: 52px; }
    .wrap_new_year #beginners_set .box:first-child {
      padding: 1.4rem 8rem 2rem 8rem; }
      .wrap_new_year #beginners_set .box:first-child .img_box .crown {
        width: 180px;
        height: 180px;
        top: -8rem;
        left: 21rem; }
      .wrap_new_year #beginners_set .box:first-child .detail .to_link {
        width: 100%; }
    .wrap_new_year #beginners_set .box:nth-child(even) {
      border: none; }
    .wrap_new_year #beginners_set .box .img_box .crown {
      width: 143px;
      height: 143px; }
    .wrap_new_year #beginners_set .box .detail .tag li {
      width: 80px;
      height: 22px; }
      .wrap_new_year #beginners_set .box .detail .tag li .text {
        font-size: 1.2rem; }
    .wrap_new_year #beginners_set .box .detail .item_icon {
      bottom: 108px; }
      .wrap_new_year #beginners_set .box .detail .item_icon .icon {
        width: 40px;
        height: 40px; }
        .wrap_new_year #beginners_set .box .detail .item_icon .icon .text {
          font-size: 1.4rem; }
    .wrap_new_year #beginners_set .box .detail .copy {
      font-size: 1.4rem; }
    .wrap_new_year #beginners_set .box .detail .name {
      font-size: 1.6rem;
      margin-bottom: 2.4rem; }
    .wrap_new_year #beginners_set .box .detail .price {
      font-size: 2.4rem;
      margin-bottom: 3rem; }
    .wrap_new_year #beginners_set .box .detail .tax {
      font-size: 1.2rem; }
    .wrap_new_year #beginners_set .box .detail .to_link {
      max-width: none; } }

@media screen and (max-width: 1650px) {
    #pg_navi .box_wrap ul {
      margin-top: -29%; }
}
@media screen and (max-width: 1450px) {
    #pg_navi .box_wrap ul {
      margin-top: -27%; }
}
@media screen and (max-width: 1200px) {
    #pg_navi .box_wrap ul {
      padding-bottom: 10px;}
}
@media screen and (max-width: 680px) {
    #pg_navi .box_wrap ul {
        margin-top: 0;
       }
    #pg_navi {
        background: #000;
       }
    #pg_navi .box_wrap ul li {
      width: 48%;
      text-align: center;
      height: 60px;
      border-radius: 6px;
      border: 1px solid #a77b42; }
    .fast_text_box {
        text-align: center;
        padding-top: 12px;}
    .fast_text_box h2 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 0.7;}
    .fast_text_box h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0;}
    .fast_text_box img {
        width: 50%; }
    .wrap_w960 {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px 20px 20px; }
    .wrap_w960 h2 {
        font-size: 22px;
        font-weight: bold;}
    .wrap_w960 .text {
         text-align: center;
         font-size: 15px;}
    .flex_row {
        flex-direction: column;
    }
    .flex_row img {
        width: 470px;
    }
    .this_year_setsubun0 .img {
        width: 70%;
        margin: 0 auto;
    }
    .this_year_setsubun0 {
        padding-bottom: 30px;
    }
    .this_year_setsubun {
        background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/lp/setsubun/setsubun_bg.png");
        background-size: cover;
        text-align: center;
        margin: 0 auto;
        padding: 15px 0 25px;}
    .this_year_setsubun .img {
        width: 22%;
        margin: 0 auto;
        padding: 10px 0 20px;
         }
    .this_year_setsubun .red {
        color: #880015;
         }
    .this_year_setsubun h2 {
        font-size: 20px;
        margin-bottom: 0;
         }
    .this_year_setsubun .text {
        font-size: 18px;
         }
    .first_text {
        padding: 10px 0 20px 0;
    }
    .second_text {
        padding: 10px 0 15px 0;
    }
    #pg_navi .box_wrap ul li:not(:nth-child(3n)) {
      margin-right: 0; }
    #pg_navi {
      padding: 2rem 0; }
    .to_link_y {
        height: 45px;
    }
    #more_ranking {
      padding: 3rem 0 3rem; }
    .sp_only {
        display: block;
    }
    .more_ranking2 {
        padding: 3rem 0 4rem!important;
    }
    .wrap_new_year #beginners_set .grid .img_box .crown {
      top: 1rem;
      left: 1rem;
      width: 26%;}

  }
  @media screen and (min-width: 1025px) {
    .wrap_new_year #beginners_set {
      margin-bottom: 10rem; }
      .wrap_new_year #beginners_set .set_list .box:first-child {
        padding: 6.4rem 21rem 7rem 21rem; }
        .wrap_new_year #beginners_set .set_list .box:first-child .in {
          max-width: 600px; } }
  @media screen and (min-width: 1201px) {
    .wrap_new_year #beginners_set .set_list {
      justify-content: center; }
      .wrap_new_year #beginners_set .set_list .box:nth-child(2) {
        max-width: 490px;
        padding: 1.4rem 9rem 3rem 0rem; }
      .wrap_new_year #beginners_set .set_list .box:nth-child(3) {
        max-width: 490px;
        padding: 1.4rem 0rem 3rem 9rem; }
      .wrap_new_year #beginners_set .set_list .box .detail {
        padding: 3rem 3rem; }
        .wrap_new_year #beginners_set .set_list .box .detail .item_icon {
          bottom: 98px; }
        .wrap_new_year #beginners_set .set_list .box .detail .copy {
          font-size: 1.6rem; }
        .wrap_new_year #beginners_set .set_list .box .detail .name {
          font-size: 2rem;
          margin: 0; }
        .wrap_new_year #beginners_set .set_list .box .detail .price {
          font-size: 3.2rem;
          margin-bottom: 1rem; } }

#sc_btn {
  padding: 4rem 0 6rem; }
  @media screen and (min-width: 1025px) {
    #sc_btn {
      padding: 3rem 0 9rem; } }

/* -------------------------------------
ship-ment-area
------------------------------------  */

#bnr_area {
    padding: 2.5rem 0;
}
#bnr_area .box:not(:last-child) {
    margin-bottom: 2rem;
}
#bnr_area .shop_date {
    background-image: url("https://gigaplus.makeshop.jp/iseyayohei3/images/home/bg_ship_date.jpg");
    padding: .5rem;
}
#bnr_area .shop_date .in {
    border: 1px solid #a1141a;
    padding: 1.4rem 1.8rem;
    position: relative;
}
#bnr_area .shop_date .before {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background-color: #a1141a;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3rem 0;
    width: 80%;
    margin: 0 auto .4rem;
}
#bnr_area .shop_date .after {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #a1141a;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
#bnr_area .shop_date .after span {
    font-size: calc( ( 100vw - 80px) / 16.5);
}
#bnr_area .shop_date .cap {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: right;
    font-size: calc( ( 100vw - 80px) / 27);
}
#bnr_area .shop_date .img {
    width: 17%;
    position: absolute;
    bottom: 1.2rem;
    left: 1.3rem;
}
@media screen and (min-width: 360px) {
    #bnr_area .shop_date .after span {
        font-size: calc( ( 100vw - 80px) / 14.5);
    }
    #bnr_area .shop_date .img {
        width: 18%;
    }
}
@media screen and (min-width: 960px) {
    #bnr_area .shop_date .before {
        font-size: 2.6rem;
        width: 70%;
        max-width: 500px;
    }
    #bnr_area .shop_date .after {
        text-align: center;
        font-size: 2.6rem;
    }
    #bnr_area .shop_date .after span {
        font-size: 5rem;
    }
    #bnr_area .shop_date .cap {
        text-align: center;
        font-size: 1.5rem;
    }
    #bnr_area .shop_date .img {
        width: 80px;
        right: 1rem;
        left: auto;
    }
}
@media screen and (min-width: 1201px) {
    #bnr_area .shop_date .in {
        padding: 2.2rem 1.8rem;
    }
    #bnr_area .shop_date .before {
        margin-bottom: 1.8rem;
    }
    #bnr_area .shop_date .img {
        width: 120px;
    }
}
