@charset "UTF-8";
@media screen and (max-width: 769px) {
  body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic",
      YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    line-height: 1.8;
    color: rgb(0, 0, 0);
    font-size: 1.4rem;
    text-align: center;
    text-size-adjust: 100%;
  }
  #contents img {
    width: 100%;
    height: auto;
    display: block;
  }
  #contents a {
    width: 100%;
    display: block;
  }
  #contents table {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  #contents .auto {
    width: 94%;
    margin: 0px auto;
  }
  #contents .font_red {
    color: rgb(168, 40, 20);
  }
  #contents .font_yellow {
    color: rgb(255, 241, 0);
  }
  #contents .banner_title {
    line-height: 1.3;
  }
  #contents .block_content .caption {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
  #contents .banner_title h3 {
    font-size: 22px;
    letter-spacing: -0.04em;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    background: url("../img/item_01.png"), url("../img/item_01.png");
    background-repeat: no-repeat;
    background-position: left bottom 8px, right bottom 8px;
    background-size: 15px, 15px;
  }
  #contents .banner_title h3 {
    font-weight: 600;
  }
  #contents .mincho {
    font-family: æ¸¸æ˜Žæœ, YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", HiraMinProN-W3, HGæ˜ŽæœE, "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "MS æ˜Žæœ", serif;
  }

  header {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  header>a, header>a img {
    width: 100%;
    display: block;
  }
  header iframe {
    display: none;
  }
  header img {
    display: block;
    width: 100%;
    height: auto;
  }
  header .top_block {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 7px;
    right: 6px;
    z-index: 9999;
  }
  header .y_top {
    width: 12vw;
    margin: auto 0 auto auto;
  }
  header .cart_btn {
    width: 10vw;
    margin: auto 0 auto 3px;
  }
  footer {
    clear: both;
    padding-bottom: 90px;
  }

  footer iframe {
    width: 100%;
  }

  #contents {
    width: 100%;
    clear: both;
    float: left;
  }

  #back-top {
    display: none;
    position: fixed;
    bottom: 105px;
    right: 3%;
    width: 62px;
    z-index: 99;
    clear: both;
    float: left;
  }

  #navi_wrapper input {
    display: none;
  }

  header.bg_color {
    background-color: rgb(0, 0, 0);
    box-shadow: rgb(129, 72, 47) 0px 6px 10px -6px;
  }

  header .main_logo {
    width: 114px;
    position: relative;
    top: 1px;
  }

  .nav-icon-wrap {
    position: fixed;
    bottom: 7px;
    right: 12px;
    z-index: 9999;
  }

  .nav-icon {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: rgb(23, 48, 85);
    transition-duration: 0.3s;
  }

  .nav-icon::before, .nav-icon::after {
    content: "";
    display: block;
    width: 24px;
    border-top: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 18px;
    right: 10px;
    transition: 0.3s;
  }

  .nav-icon::after {
    top: 25px;
  }

  #main_nav~.close_bg {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    visibility: hidden;
    pointer-events: none;
    transition-duration: 0.3s;
    background-color: transparent;
  }

  #main_nav:checked~.close_bg {
    visibility: visible;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .header-nav-wrap {
    display: block;
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -100%;
    transition: 0.3s;
    background: rgb(23, 48, 85);
    color: rgb(255, 255, 255);
    z-index: 100;
  }

  #main_nav:checked~.header-nav-wrap {
    right: 0px;
  }

  .header-nav-inner {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 66px 24px 24px;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .navi_title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .header-nav {
    margin: 0px 0px 24px;
    border-top: 1px solid rgb(206, 206, 206);
    color: var(--nav-text);
    text-align: left;
  }

  #main_nav:checked~.nav-icon-wrap>.nav-icon {
    position: relative;
    background-color: rgb(255, 255, 255);
  }

  #main_nav:checked~.nav-icon-wrap>.nav-icon::before {
    width: 24px;
    top: 22px;
    border-color: rgb(23, 48, 85);
    transform: rotate(45deg);
    z-index: 999999;
  }

  #main_nav:checked~.nav-icon-wrap>.nav-icon::after {
    width: 24px;
    top: 22px;
    border-color: rgb(23, 48, 85);
    transform: rotate(-45deg);
    z-index: 999999;
  }

  #navi_wrapper {
    display: flex;
    flex-direction: column;
  }

  #navi_wrapper .header-nav>li {
    font-size: 14px;
    border-bottom: 1px solid rgb(206, 206, 206);
  }

  #navi_wrapper .header-nav>li.parent_nav {
    padding: 0px;
    position: relative;
  }

  #navi_wrapper .header-nav>li a, #navi_wrapper .header-nav>li .inner {
    padding: 12px 36px 11px 16px;
    position: relative;
    display: block;
    cursor: pointer;
  }

  #navi_wrapper .header-nav li .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../img/icon_plus.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
    position: absolute;
    top: 10px;
    right: 12px;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(360deg) brightness(104%) contrast(104%);
  }

  #navi_wrapper .navi_child {
    display: none;
    width: 100%;
    padding: 8px 5%;
    background-color: rgb(38, 62, 100);
  }

  #navi_wrapper .navi_child li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(206, 206, 206, 0.14);
  }

  #navi_wrapper .navi_child li:last-of-type {
    border: none;
  }

  #navi_wrapper .navi_child li a {
    width: 100%;
    padding: 6px 20px;
  }

  #navi_wrapper .sp_sns_box {
    display: flex;
    justify-content: center;
  }

  #navi_wrapper .sp_sns_box .sns {
    width: 42px;
    margin: 0px 10px;
  }

  #contents .conts_mv {
    position: relative;
  }

  #contents .mv_btn {
    position: absolute;
    width: 69%;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
  }

  #contents .rakuten_01 {
    margin-bottom: 45px;
  }

  #contents .rakutensuper h3 {
    margin-bottom: 15px;
    line-height: 1.1;
  }

  #contents .conts_banner_01 {
    padding: 30px 0px 60px;
  }

  #contents .conts_banner_01 .coupon_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0px auto 40px;
    width: 90%;
  }

  #contents .conts_banner_01 .coupon_area a {
    margin: 0px 0px 10px;
  }

  #bottom_link_block {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
  }

  #inpage_link {
    width: 100%;
    display: flex;
    padding: 10px 62px 10px 0px;
    background-color: rgba(0, 0, 0, 0.29);
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    justify-content: center;
    align-items: center;
  }

  #inpage_link a {
    display: flex;
    width: 100%;
    max-width: 300px;
    min-height: 50px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 6px 40px 6px 10px;
    border-radius: 6px;
    background-color: rgb(168, 40, 20);
    background-image: url("../img/item_03.png");
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 9px;
    margin: 0px auto;
    flex-direction: column;
    justify-content: center;
  }

  @media screen and (max-width: 430px) {
    #inpage_link a {
      justify-content: center;
      margin: 0px auto 0px 20px;
    }
  }

  #contents .message_area {
    padding: 40px 5%;
    margin: 0px auto 40px;
    background-color: rgb(242, 245, 248);
  }

  #contents .message_area .logo_images {
    width: 90%;
    margin: 0px auto 26px;
  }

  #contents .message_area .text_box {
    text-align: left;
    margin: 0px auto;
    font-size: 15px;
    line-height: 1.7;
  }

  #contents .message_area .text_box p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  #contents .message_area .text_box .emphasis {
    color: rgb(28, 38, 96);
    font-weight: 600;
  }

  #contents .rakutensuper_title {
    font-size: 41px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  #contents .rakutensuper_title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
  }

  #contents .rakutensuper_title.part_01 h2 {
    font-size: 24px;
    font-weight: 600;
    background: url("../img/item_01.png") left bottom 26px / 15px no-repeat, url("../img/item_01.png") right bottom 26px / 15px;
    display: inline-block;
    padding: 0px 28px;
  }

  #contents .rakutensuper_title span {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin-top: 15px;
  }

  #contents .rakutensuper_title span.small {
    font-size: 22px;
    margin: 4px 0px 0px;
    display: inline-block;
  }

  #contents .rakutensuper_font_big {
    font-size: 35px;
  }

  #contents .calendar .banner_title h3 {
    line-height: 1.2;
    background-position: left bottom 27px, right bottom 27px;
    margin-bottom: 20px;
    font-size: 21px;
  }

  #contents .calendar {
    margin-bottom: 40px;
  }

  #contents .calendar .img {
    margin: 0px auto;
  }

  #contents .point {
    margin-bottom: 40px;
  }

  #contents .point h3 {
    margin-bottom: 20px;
  }

  #contents .point .text {
    font-size: 14px;
    line-height: 1.6;
    margin: -7px 0px 16px;
  }

  #contents .point_font_big {
    font-size: 35px;
  }

  #contents .point_img {
    margin: 0px auto 40px;
  }

  #contents .point_img img {
    margin-bottom: 10px;
  }

  #contents .point_img a:last-of-type img {
    margin-bottom: 0px;
  }

  #contents .coupon {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  #contents .attention {
    margin-bottom: 40px;
  }

  #contents .coupon h3 {
    margin-bottom: 20px;
  }

  #contents .coupon_title h2 {
    font-size: 33px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
  }

  #contents .coupon_img {
    margin: 0px auto;
  }

  #contents .coupon_img img {
    margin-bottom: 10px;
  }

  #contents .award_title {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  #contents .award h3 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  #contents .award_font_big {
    font-size: 30px;
  }

  #contents .award_font_big.month {
    letter-spacing: -0.07em;
  }

  #contents .award_title h2 {
    font-size: 33px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
  }

  #contents .award_img {
    margin: 0px auto;
  }

  #contents .various_banner h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 40px 0px 17px;
  }

  #contents .various_banner table td {
    display: block;
    width: 90%;
    margin: 0px auto;
  }

  #contents .various_banner table .space {
    display: none;
  }

  #contents .various_banner table td img {
    margin-bottom: 18px !important;
  }

  #contents .conts_fukubukuro {
    padding: 60px 0px 70px;
    background: url("../img/bg_fukubukuro_01.png") center top / 100% no-repeat, url("../img/bg_fukubukuro_02.png") center bottom / 100% no-repeat, url("../img/bg_ptn.jpg") left top / 11px repeat;
  }

  #contents .conts_fukubukuro .wrapper_content {
    padding: 0px;
    background-color: transparent;
  }

  #contents .conts_fukubukuro .span_01 {
    position: relative;
    padding: 0px 25px;
    background: url("../img/item_02.png") left bottom 17px / 15px no-repeat, url("../img/item_02.png") right bottom 17px / 15px no-repeat;
  }

  #contents .conts_fukubukuro .wrapper_boxes {
    width: 94%;
    margin: 0px auto 26px;
  }

  #contents .conts_fukubukuro .auto {
    width: 100%;
  }

  #contents .conts_fukubukuro .box {
    width: 100%;
    margin: 0px auto 10px;
    background-color: rgb(255, 255, 255);
  }

  #contents .conts_items {
    padding: 60px 0px;
    background-color: rgb(144, 0, 0);
    background-image: url("../img/bg_img.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }

  #contents .supersale_items {
    background-color: rgb(57, 82, 158);
    background-image: url("../img/bg_01.png");
    background-position: center top;
  }
  #contents .staff_selection_items {
    background: linear-gradient(40deg, rgba(152, 215, 223, 1) 0%, rgba(120, 196, 212, 1) 50%, rgba(94, 164, 189, 1) 100%);
    padding: 40px 0 80px;
    position: relative;
    z-index: 1;
  }
  #contents .staff_selection_items::before {
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    background-image: url("../img/bg_img_02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
    mix-blend-mode: screen;
  }
  #contents .staff_selection_items::after {
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    background-image: url("../img/bg_img_02_b.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -38%;
    z-index: -1;
  }
  #contents .staff_selection_items .items_title {
    color: #000;
  }
  #contents .staff_selection_items .span_01 {
    background-image: url("../img/item_04.png"), url("../img/item_04.png");
  }
  #contents .conts_color {
    background-color: rgb(90, 111, 171);
    background-image: url("../img/background_06_02_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }

  #contents .conts_items .auto {
    width: 100%;
  }

  #contents .items_title {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
  }

  #contents .items_title h2 {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
  }

  #contents .items_title span {
    display: inline-block;
  }

  #contents .conts_fukubukuro .items_title {
    color: rgb(0, 0, 0);
  }

  #contents .conts_fukubukuro .items_title .font_yellow {
    color: rgb(168, 40, 20);
  }

  #contents .conts_fukubukuro .span_01 {
    position: relative;
    padding: 0px 25px;
    background: url("../img/item_04.png") left bottom 17px / 15px no-repeat, url("../img/item_04.png") right bottom 17px / 15px no-repeat;
  }

  #contents .items_wrapper {
    width: 94%;
    margin: 0px auto 50px;
  }

  #contents .recommend_wrapper {
    margin-bottom: 0;
  }

  #link_recommendation {
    padding-top: 50px;
  }
  #contents .items_wrapper:last-of-type {
    margin-bottom: 0px;
  }

  #contents .recommend_wrapper .wrapper_content {
    padding-top: 30px;
  }

  #contents .link_list_big {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 6px 66px 0px 10px;
    z-index: 99;
    flex-wrap: wrap;
  }

  #contents .link_list_big::after {
    content: "";
    display: block;
    width: calc(33.3333% - 2px);
    height: 0px;
  }

  #contents .link_list_big .sp_only_btn {
    display: flex;
    width: 100%;
    margin: 0 auto 4px;
    min-height: 41px;
  }

  #contents .link_list_big li a {
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.04em;
    padding: 7px 1% 8px;
    background-color: rgb(168, 40, 20);
    place-content: center;
    flex-direction: column;
    background-image: url("../img/item_03.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
  }

  #contents .link_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 94%;
    margin: 0px auto 24px;
    background-color: rgb(255, 255, 255);
    padding: 5% 3%;
  }

  #contents .link_list li {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: calc(50% - 3px);
    font-weight: 600;
    font-size: 15px;
    background-image: url("../img/item_02.png");
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 8px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  #contents .link_list li.title {
    width: 100%;
    background: none;
    font-size: 18px;
    color: rgb(0, 0, 0);
  }

  #contents .link_list li.space {
    display: none;
  }

  #contents .link_list li a {
    padding: 12px 0px;
  }

  #contents .span_01 {
    position: relative;
    padding: 0px 25px;
    background: url("../img/item_02.png") left bottom 17px / 15px no-repeat, url("../img/item_02.png") right bottom 17px / 15px no-repeat;
  }

  #contents .items_font_big_17 {
    font-size: 17px;
  }

  #contents .items_font_big_20 {
    font-size: 11px;
    margin-right: 4px;
    display: inline-block;
  }

  #contents .items_font_big_20:last-of-type {
    margin-right: 0px;
  }

  #contents .items_font_big_22 {
    font-size: 16px;
  }

  #contents .items_font_big_41 {
    font-size: 24px;
  }

  #contents .items_font_big_51 {
    font-size: 25px;
  }

  #contents .items_font_big_55 {
    font-size: 30px;
    line-height: 1.1;
  }

  #contents .wrapper_title {
    background: rgb(0, 0, 0);
    line-height: 1.3;
    padding: 11px 8px 14px;
  }

  #contents .brand_wrapper .wrapper_title h3 {
    padding: 10px 0px 3px;
  }

  #contents .wrapper_title h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
  }

  #contents .wrapper_title h3.item_title {
    font-size: 22px;
  }

  #contents .wrapper_content {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px 48px;
  }

  #contents .wrapper_sub_title {
    font-size: 23px;
    text-align: center;
    padding: 38px 25px 0;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    background: url("../img/item_01.png"), url("../img/item_01.png");
    background-repeat: no-repeat;
    background-position: left bottom 11px, right bottom 11px;
    background-size: 15px, 15px;
    line-height: 1.5;
  }

  #contents .super_sub_title .small {
    font-size: 17px;
    line-height: 1.7;
    display: block;
    margin-bottom: -39px;
  }

  #contents .circle {
    color: rgb(255, 255, 255);
    background-color: rgb(168, 40, 20);
    border-radius: 100px;
    padding: 5px;
  }

  #contents .wrapper_boxes {
    width: 100%;
    margin: 0px auto 6px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 7px;
    justify-content: space-between;
  }

  #contents .wrapper_boxes.ranking_wrapper {
    width: 100%;
    margin: 0px auto 16px;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 7px 0px;
    justify-content: space-between;
  }

  #contents .conts_items .box {
    width: 49%;
    margin-bottom: 10px;
    background: rgb(255, 255, 255);
  }

  #contents .conts_items .no_2_block {
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    justify-content: space-between;
  }

  #contents .conts_items .no_1, #contents .conts_items .no_2_block .box {
    display: flex;
    width: 49%;
    height: auto;
    margin-top: 71px;
    position: relative;
    flex-direction: column;
  }

  #contents .conts_items .no_1 {
    width: 90%;
    margin: 50px auto 0;
  }

  #contents .no_1::before {
    content: "";
    display: block;
    width: 76px;
    height: 53px;
    background-image: url("../img/ranking_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translate(-50%);
  }

  #contents .no_2_block .box::before {
    content: "";
    display: block;
    width: 76px;
    height: 53px;
    background-image: url("../img/ranking_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translate(-50%);
  }

  #contents .no_2_block .box:last-of-type::before {
    background-image: url("../img/ranking_03.png");
  }

  #contents .wrapper_content .btn_box {
    margin-top: 29px;
  }

  #contents .wrapper_content .btn {
    font-size: 15px;
    font-weight: 600;
    width: 80%;
    margin: 0px auto 12px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    max-width: 270px;
  }

  #contents .ranking_wrapper .box {
    width: 49%;
    margin-top: 80px;
    position: relative;
  }

  #contents .box .favorite {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  #contents .ranking_wrapper .box::before {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background-image: url("../img/circle_04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translate(-50%);
  }

  #contents .ranking_wrapper .box:nth-of-type(1)::before {
    background-image: url("../img/circle_04.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(2)::before {
    background-image: url("../img/circle_05.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(3)::before {
    background-image: url("../img/circle_06.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(4)::before {
    background-image: url("../img/circle_07.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(5)::before {
    background-image: url("../img/circle_08.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(6)::before {
    background-image: url("../img/circle_09.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(7)::before {
    background-image: url("../img/circle_10.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(8)::before {
    background-image: url("../img/circle_11.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(9)::before {
    background-image: url("../img/circle_12.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(10)::before {
    background-image: url("../img/circle_13.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(11)::before {
    background-image: url("../img/circle_14.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(12)::before {
    background-image: url("../img/circle_15.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(13)::before {
    background-image: url("../img/circle_16.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(14)::before {
    background-image: url("../img/circle_17.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(15)::before {
    background-image: url("../img/circle_18.png");
  }

  #contents .ranking_wrapper .box:nth-of-type(16)::before {
    background-image: url("../img/circle_19.png");
  }

  #contents .ranking_wrapper .caption_text {
    font-size: 14px;
    text-align: right;
    margin: 8px 0px -10px;
  }

  #contents .wrapper_content .btn:last-of-type {
    margin-bottom: 0px;
  }

  #contents .wrapper_content .btn:first-of-type a {
    background-color: rgb(53, 90, 170);
  }

  #contents .wrapper_content .btn a {
    color: rgb(255, 255, 255);
    background-color: rgb(168, 40, 20);
    padding: 11px 0px 9px;
    background-image: url("../img/item_03.png");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 8px;
  }

  #contents .conts_items .brand_wrapper .wrapper_boxes {
    margin: 0px auto;
  }

  #contents .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #contents .box.sold {
    background-color: rgb(213, 213, 213);
    position: relative;
  }

  #contents .box .sold_img {
    z-index: 1111;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #contents .box.sold .box_img {
    opacity: 0.5;
  }

  #contents .box_title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.2;
    padding: 0px 0px 6px;
    word-break: break-all;
  }

  #contents .box_content {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgb(224, 224, 224);
    box-shadow: rgba(192, 192, 192, 0.57) 0px 0px 5px 0px;
    flex-direction: column;
  }

  #contents .box_img {
    width: 90%;
    margin: 10px auto 8px;
    position: relative;
  }

  #contents .soldout .box_img::before {
    content: "SOLD OUT";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 2px 10px 2px;
    background-color: #00000091;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contents .box_text {
    width: 90%;
    padding: 7px 2% 16px;
    margin: 0px auto;
  }

  #contents .box_text h6 {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.4;
  }

  #contents .text_day {
    line-height: 1.2;
    padding: 3px 5%;
    border: 1px solid rgb(187, 140, 12);
    font-size: 13px;
    color: rgb(187, 140, 12);
    font-weight: 600;
    margin: 0px auto 25px;
    width: 270px;
  }

  #contents .text_price {
    font-size: 24px;
    color: rgb(168, 40, 20);
    line-height: 1;
    text-align: right;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }

  #contents .text_gray {
    color: rgb(92, 92, 92);
    text-align: right;
    font-size: 10px;
    line-height: 1.1;
  }

  #contents .text_price .red_box {
    display: flex;
    flex-wrap: wrap;
  }

  .pulldown {
    width: 100%;
    padding: 10px 0px 56px;
    position: relative;
  }

  .pulldown .tickets_wrapper:last-of-type {
    padding-bottom: 0px;
  }

  .pulldown input {
    display: none;
  }

  .pulldown label {
    display: block;
    width: 300px;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pulldown label:has(input:checked) {
    background-image: url("../../img/2025/tickets/icon_minus.svg");
  }

  .pulldown label::before {
    content: "もっと見る";
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    background: url("../img/arrow_black.png") right 25px center / 12px no-repeat rgb(239, 239, 239);
    padding: 18px 20px;
  }

  .pulldown label:has(input:checked)::before {
    content: "閉じる";
    background-image: url("../img/arrow_black_up.png");
  }

  .pulldown .hidden_box {
    max-height: 0px;
    overflow: hidden;
    transition-duration: 0.3s;
  }

  #contents .pulldown label:has(input:checked)~.hidden_box {
    max-height: 9999999999px;
    padding-bottom: 24px;
  }

  #contents .bg_red {
    background-color: rgb(168, 40, 20);
    padding: 3px 3px 4px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin: 0px 3px 3px 0px;
  }

  #contents .bg_gray {
    text-align: center;
    display: inline-block;
    margin-right: 4px;
  }

  #contents .rakuten_02 {
    margin-bottom: 40px;
  }

  #contents .conts_banner_02 {
    padding: 51px 0px 50px;
    background-color: rgb(247, 244, 244);
  }

  #contents .block_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #contents .block_btn_a {
    width: 48%;
    margin-bottom: 10px;
  }

  #contents .block_btn_a:nth-child(4n) {
    margin-bottom: 0px;
  }

  #contents .block_btn_c {
    margin-bottom: 10px;
  }

  #contents .block_btn_c:nth-child(4n) {
    margin-bottom: 0px;
  }

  #contents .content_a::after {
    content: "";
    display: block;
    width: 293px;
    height: 0px;
  }

  #contents .block_btn_b {
    margin-bottom: 10px;
  }

  #contents .content_b::before {
    content: "";
    order: 1;
    display: block;
    width: 218px;
    height: 0px;
  }

  #contents .content_b::after {
    content: "";
    display: block;
    width: 218px;
    height: 0px;
  }

  #contents .budget {
    margin-bottom: 40px;
  }

  #contents .budget h3 {
    margin-bottom: 20px;
  }

  #contents .item h3 {
    margin-bottom: 20px;
  }

  #contents .new_items {
    padding: 60px 0px 54px;
    background-color: rgb(222, 191, 170);
    background-image: url("../img/bg_02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }

  #contents .new_items .items_wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  #contents .new_items .wrapper_content {
    padding: 0px;
    background-color: transparent;
  }

  #contents .new_items .wrapper_boxes {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
  }

  #contents .new_items .wrapper_boxes .box {
    width: 49%;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
  }

  #contents .conts_coordination {
    background-color: rgb(181, 28, 28);
    background-image: url("../img/bg_03.png");
    background-repeat: no-repeat;
  }

  #contents .rakutensuper_title .big {
    font-size: 40px;
  }

  #contents .conts_banner_03 h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    margin-bottom: 18px;
  }

  #contents .conts_banner_03 .popular_item_group {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  #contents .conts_banner_03 .popular_item_img {
    width: 90%;
    margin: 0px auto;
  }
}