@charset "UTF-8";
@media screen and (min-width: 770px) {
  body {
    background-size: 100%;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic",
      YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 1200px;
    letter-spacing: 0.1em;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
  }
  #contents img {
    width: 100%;
    height: auto;
    display: block;
  }
  #contents a {
    width: 100%;
    display: block;
  }
  #contents table {
    width: 100%;
  }
  .pc_none {
    display: none;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  #contents .pc_none {
    display: none;
  }
  #contents .auto {
    width: 1100px;
    margin: 0 auto;
  }
  #contents #items .auto,
  #contents .items .auto {
    width: 1200px;
  }
  #contents .font_red {
    color: #a82814;
  }
  #contents .font_yellow {
    color: #fff100;
  }
  #contents .banner_title h3 {
    font-size: 33px;
    line-height: 1.5;
    position: relative;
    padding: 0 45px;
    display: inline-block;
    background: url("../img/item_01.png"), url("../img/item_01.png");
    background-repeat: no-repeat;
    background-position: left bottom 27px, right bottom 27px;
    background-size: 25px, 25px;
    font-weight: 600;
  }
  header {
    width: 1200px;
    margin: 16px auto 0;
  }
  header .top_block {
    display: none;
  }
  header .sp_img {
    display: none;
  }
  footer {
    clear: both;
    padding-bottom: 80px;
  }
  footer iframe {
    display: block;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #back-top {
    display: none;
    bottom: 96px;
    right: 30px;
    clear: both;
    float: left;
    position: fixed;
    width: 62px;
    z-index: 99;
  }

  /* HamburgerMenu */
  #navi_wrapper input {
    display: none;
  }
  header.bg_color {
    background-color: #000;
    box-shadow: 0 6px 10px -6px #81482f;
  }
  header .main_logo {
    width: 114px;
    position: relative;
    top: 1px;
  }
  .nav-icon-wrap {
    position: fixed;
    bottom: 32px;
    right: 16px;
    z-index: 9999;
  }
  .nav-icon {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    background-color: #173055;
    transition-duration: 0.3s;
  }
  .nav-icon::before,
  .nav-icon::after {
    content: "";
    display: block;
    width: 26px;
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 20px;
    right: 10px;
    transition: 0.3s all;
  }
  .nav-icon::after {
    top: 26px;
  }
  #main_nav~.close_bg {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    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: 0;
    right: -100%;
    transition: all 0.3s;
    background: #173055;
    color: #fff;
    z-index: 999;
  }
  #main_nav:checked~.header-nav-wrap {
    right: 0;
  }
  .header-nav-inner {
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 66px 24px 24px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .navi_title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .header-nav {
    margin: 0 0 24px;
    border-top: 1px solid #cecece;
    color: var(--nav-text);
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon {
    position: relative;
    background-color: #fff;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon::before {
    width: 28px;
    top: 22px;
    border-color: #173055;
    transform: rotate(45deg);
    z-index: 999999;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon::after {
    width: 28px;
    top: 22px;
    border-color: #173055;
    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 #cecece;
  }
  #navi_wrapper .header-nav>li.parent_nav {
    padding: 0;
    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: 10px 5% 10px;
    background-color: #263e64;
  }
  #navi_wrapper .navi_child li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cecece24;
  }
  #navi_wrapper .navi_child li:last-of-type {
    border: none;
  }
  #navi_wrapper .navi_child li a {
    width: 100%;
    padding: 6px 20px 6px;
  }
  #navi_wrapper .sp_sns_box {
    display: flex;
    justify-content: center;
  }
  #navi_wrapper .sp_sns_box .sns {
    width: 42px;
    margin: 0 10px;
  }
  /*conts_mv*/
  #contents .conts_mv {
    position: relative;
  }
  #contents .mv_btn {
    position: absolute;
    width: 27%;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
  }
  /*conts_banner_01*/
  #contents .rakuten_01 {
    width: 900px;
    margin: 0 auto 80px;
  }
  #contents .rakutensuper h3 {
    margin-bottom: 20px;
  }
  #contents .rakuten_01 .rakutensuper_img {
    width: 600px;
    margin: 0 auto;
  }
  #contents .conts_banner_01 {
    padding: 85px 0 125px;
  }
  #contents .conts_banner_01 .coupon_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 70px auto;
    width: 1272px;
  }
  #contents .conts_banner_01 .coupon_area a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px 0;
    width: 616px;
  }
  /*message_area*/
  #contents .message_area {
    width: 100%;
    padding: 82px 40px 98px;
    margin: 0 auto 70px;
    background-color: #f2f5f8;
  }
  #contents .message_area .logo_images {
    width: 654px;
    margin: 0 auto 52px;
  }
  #contents .message_area .text_box {
    text-align: left;
    width: 934px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
  }
  #contents .message_area .text_box p:not(:last-of-type) {
    margin-bottom: 26px;
  }
  #contents .message_area .text_box .emphasis {
    color: #1c2660;
    font-weight: 600;
  }
  #contents .rakutensuper_title {
    font-size: 41px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  #contents .rakutensuper_title h2 {
    font-size: 41px;
    font-weight: 600;
    line-height: 1.4;
  }
  #contents .rakutensuper_title.part_01 h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    background: url("../img/item_01.png"), url("../img/item_01.png");
    background-repeat: no-repeat;
    background-position: left bottom 16px, right bottom 16px;
    background-size: 25px, 25px;
    display: inline-block;
    padding: 0 58px;
  }
  #contents .rakutensuper_title span {
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: 5px 0 17px;
  }
  #contents .rakutensuper_title span.big {
    font-size: 41px;
  }
  #contents .rakutensuper_title span.small {
    font-size: 30px;
    display: inline;
  }
  #contents .rakutensuper_font_big {
    font-size: 65px;
  }
  #contents .conts_banner_03 {
    margin: 0 auto 60px;
  }
  #contents .conts_banner_03 h3 {
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: 5px 0 34px;
  }
  #contents .conts_banner_03 .popular_item_group {
    display: flex;
    width: 960px;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  #contents .conts_banner_03 .popular_item_img {
    width: 49%;
    margin-bottom: 22px;
  }
  #contents .calendar .banner_title h3 {
    line-height: 1.2;
    background-position: left bottom 20px, right bottom 20px;
    margin-bottom: 22px;
  }
  #contents .calendar {
    margin-bottom: 70px;
  }
  #contents .calendar .img {
    width: 682px;
    margin: 0 auto;
  }
  #contents .point {
    margin-bottom: 90px;
  }
  #contents .point h3 {
    margin-bottom: 20px;
  }
  #contents .point .text {
    font-size: 15px;
    margin: -13px 0 20px;
  }
  #contents .point_font_big {
    font-size: 65px;
  }
  #contents .point_img {
    width: 682px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  #contents .point_img img {
    margin-bottom: 23px;
  }
  #contents .point_img a:last-of-type {
    margin-bottom: 0;
  }
  #contents .coupon {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  #contents .attention {
    width: 900px;
    margin: 0 auto 70px;
  }
  #contents .coupon .coupon_img img {
    margin-bottom: 23px;
  }
  #contents .coupon h3 {
    margin-bottom: 40px;
    background-position: left bottom 15px, right bottom 15px;
  }
  #contents .coupon_title h2 {
    font-size: 33px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
  }
  #contents .coupon_img {
    width: 682px;
    margin: 0 auto;
  }
  #contents .award_title {
    font-size: 33px;
    line-height: 1.5;
    text-align: center;
  }
  #contents .award h3 {
    margin-bottom: 30px;
    font-weight: 600;
  }
  #contents .award_font_big {
    font-size: 55px;
  }
  #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 {
    width: 682px;
    margin: 0 auto;
  }
  #contents .various_banner {
    width: 1000px;
    margin: 70px auto 0;
  }
  #contents .various_banner h2 {
    font-size: 41px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 43px;
  }
  /*conts_fukubukuro*/
  #contents .conts_fukubukuro {
    padding: 60px 0 160px;
    background: url("../img/bg_fukubukuro_01.png"),
      url("../img/bg_fukubukuro_02.png"), url("../img/bg_ptn.jpg");
    background-size: 100%, 100%, 11px;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center top, center bottom, left top;
  }
  #contents .conts_fukubukuro .span_01 {
    position: relative;
    padding: 0 45px;
    background: url("../img/item_01.png"), url("../img/item_01.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom 40px, right bottom 40px;
    background-size: 25px, 25px;
  }
  #contents .conts_fukubukuro .wrapper_content {
    padding: 70px 30px 70px;
  }
  #contents .conts_fukubukuro .wrapper_content .box.wide {
    width: calc(100% / 3 - 29px);
  }
  #contents .conts_fukubukuro .auto,
  #link_e .auto,
  #link_f .auto,
  #link_g .auto {
    width: 1200px;
  }
  #contents .conts_fukubukuro .items_title {
    color: #000;
  }
  #contents .conts_fukubukuro .items_title .font_yellow {
    color: #a82814;
  }
  /*conts_items*/
  #contents .conts_items {
    padding: 110px 0 80px;
    background-color: #900000;
    background-image: url("../img/bg_img.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -1px;
  }
  #contents .conts_coordination {
    padding: 60px 0 80px;
    background-color: #b51c1c;
    background-image: url("../img/bg_03.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  #contents .conts_color {
    padding: 60px 0 80px;
    background-color: #5a6fab;
    background-image: url("../img/background_06_02.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  #contents .new_items {
    padding: 60px 0 80px;
    background-color: #e0c5b2;
    background-image: url("../img/bg_02.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  #contents .new_items .wrapper_content {
    padding: 70px 30px 70px;
    background-color: #fff;
  }
  #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-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  #contents .staff_selection_items::before {
    content: "";
    display: block;
    width: 100%;
    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: 0;
    z-index: -1;
    mix-blend-mode: screen;
  }
  #contents .staff_selection_items::after {
    content: "";
    display: block;
    width: 100%;
    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: 0;
    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 .staff_selection_items .auto {
    width: 1200px;
  }
  #contents .staff_selection_items .wrapper_content {
    padding-top: 94px;
  }
  #contents .staff_selection_items .favorite {
    display: block;
    width: 100%;
    font-size: 17px;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translate(-50%);
    font-weight: 600;
  }
  #contents .staff_selection_items .ranking_wrapper .favorite {
    width: 100%;
    font-size: 15px;
    top: 48px;
  }
  #contents .conts_items.supersale_items {
    padding: 110px 0 80px;
    background-color: #39529e;
    background-image: url("../img/bg_01.png");
  }
  #contents .items_title {
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
  }
  #contents .items_title h2 {
    font-size: 33px;
    line-height: 1.9;
    text-align: center;
    font-weight: 600;
  }
  #contents .items_title span {
    display: inline-block;
  }
  #contents .items_wrapper {
    margin-bottom: 80px;
  }
  #contents .recommend_wrapper {
    margin-bottom: 0;
  }
  #link_recommendation {
    padding-top: 80px;
  }
  #bottom_link_block {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #inpage_link {
    width: 100%;
    min-width: 1200px;
    display: flex;
    padding: 14px 70px 14px 0;
    background-color: #000000a1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
  }
  #contents #inpage_link .banner_title {
    width: 180px;
  }
  #contents #inpage_link .banner_title h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 11px 0 0;
    background: none;
    color: #fff;
  }
  #contents .link_list_big {
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
  }
  #contents .link_list_big li {
    width: calc(100% / 4 - 8px);
    margin-right: 10px;
  }
  #contents .link_list_big li:last-of-type {
    margin-right: 0;
  }
  #contents .link_list_big li a {
    padding: 12px 30px 12px 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.04em;
    color: #fff;
    background-color: #a82814;
    background-image: url("../img/item_02.png");
    background-repeat: no-repeat;
    background-position: right 15px bottom 18px;
    background-size: 14px 8px;
  }
  #contents .link_list_big li .link_btn_sp {
    background-image: url("../img/item_03.png");
    background-position: right 15px bottom 17px;
    background-size: 8px 14px;
  }
  #contents .link_list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    padding: 12px 18px 7px 174px;
  }
  #contents .link_list li {
    background-color: #000;
    color: #fff;
    width: calc(100% / 4 - 10px);
    font-weight: 600;
    font-size: 16px;
    background-image: url("../img/item_02.png");
    background-repeat: no-repeat;
    background-position: center left 14px;
    background-size: 10px;
    margin-bottom: 8px;
    margin-right: 10px;
  }
  #contents .link_list li:nth-of-type(5n) {
    margin-right: 0;
  }
  #contents .link_list li.title {
    width: 154px;
    text-align: left;
    padding: 13px 0;
    background: none;
    color: #000;
    position: absolute;
    left: 20px;
    top: 12px;
  }
  #contents .link_list li.title.space {
    opacity: 0;
  }
  #contents .link_list li a {
    padding: 13px 0;
  }
  #contents .span_01 {
    position: relative;
    padding: 0 45px;
    background: url("../img/item_02.png"), url("../img/item_02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom 40px, right bottom 40px;
    background-size: 25px, 25px;
  }
  #contents .items_font_big_17 {
    font-size: 17px;
  }
  #contents .items_font_big_20 {
    font-size: 20px;
    line-height: 1.5;
    vertical-align: bottom;
  }
  #contents .items_font_big_20:last-of-type {
    margin-right: 0;
  }
  #contents .items_font_big_22 {
    font-size: 22px;
  }
  #contents .items_font_big_41 {
    font-size: 41px;
  }
  #contents .items_font_big_51 {
    font-size: 51px;
  }
  #contents .items_font_big_55 {
    font-size: 55px;
  }
  #contents .wrapper_title {
    background: #000;
    line-height: 1.3;
  }
  #contents .wrapper_title h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-height: 72px;
    line-height: 1.1;
    padding: 15px 0 22px;
  }
  #contents .brand_wrapper .wrapper_title h3 {
    padding: 31px 0 29px;
  }
  #contents .wrapper_title h3.item_title,
  #contents .recommend_wrapper h3 {
    font-size: 39px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contents .brand_wrapper .wrapper_title h3.item_title {
    display: block;
  }
  #contents .recommend_wrapper h3 {
    padding: 30px 0;
    display: block;
    line-height: 1.3;
  }
  #contents .wrapper_content {
    padding: 0 0 70px;
    background-color: #fff;
  }
  #contents .wrapper_content .btn_box {
    width: 100%;
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-top: 40px;
  }
  #contents .wrapper_content .btn {
    font-size: 18px;
    font-weight: 600;
    margin: 0 14px 0 0;
  }
  #contents .wrapper_content .btn:first-of-type {
    margin: 0 8px 0 0;
  }
  #contents .wrapper_content .btn:first-of-type a {
    background-color: #355aaa;
  }
  #contents .wrapper_content .btn a {
    color: #fff;
    background-color: #a82814;
    padding: 15px 0;
    background-image: url("../img/item_03.png");
    background-repeat: no-repeat;
    background-position: center right 17px;
    background-size: 9px;
  }
  #contents .wrapper_content .btn a:hover {
    opacity: 0.7;
  }
  #contents .wrapper_content .btn a {
    padding: 15px 44px 15px 27px;
  }
  #contents .wrapper_sub_title {
    font-size: 41px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 43px;
    position: relative;
    padding: 79px 45px 0;
    display: inline-block;
    background: url("../img/item_01.png"), url("../img/item_01.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 25px, 25px;
  }
  #contents .recommend_wrapper .wrapper_sub_title .small {
    font-size: 31px;
    display: block;
    margin-bottom: 4px;
  }
  #contents .circle {
    color: #fff;
    background-color: #a82814;
    border-radius: 100px;
    padding: 5px 7px;
  }
  #contents .wrapper_boxes {
    display: flex;
    column-gap: 20px;
    row-gap: 40px;
    flex-wrap: wrap;
    padding: 0 40px;
    margin: 0 auto;
  }
  #contents .brand_wrapper .wrapper_boxes:last-of-type {
    margin-bottom: 0;
  }
  #contents .box {
    display: flex;
    width: calc(100% / 4 - 15px);
    height: auto;
    margin: 0;
  }
  #contents .ranking_wrapper .box {
    padding-top: 78px;
    position: relative;
  }
  #contents .ranking_wrapper .box:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-image: url("../img/circle_04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    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 .box a {
    display: flex;
    height: auto;
  }
  #contents .ranking_wrapper .caption_text {
    margin-left: auto;
    position: relative;
    left: -14px;
    top: -16px;
    font-size: 15px;
  }
  #contents .box.no_1 {
    width: 70%;
    margin: 60px auto 33px;
    position: relative;
  }
  #contents .box.no_1:before {
    content: "";
    display: block;
    width: 131px;
    height: 88px;
    background-image: url("../img/ranking_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -129px;
    left: 50%;
    transform: translate(-50%);
  }
  #contents .no_1 .box_content {
    text-align: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    align-items: center;
    justify-content: space-between;
  }
  #contents .no_1 .text_price,
  #contents .no_1 .text_gray {
    text-align: left;
  }
  #contents .no_1 .text_price .red_box {
    justify-content: flex-start;
  }
  #contents .no_1 .box_content .box_img {
    width: 310px;
    margin: 0 50px 0 0;
  }
  #contents .no_1 .box_content .box_text {
    padding-right: 38px;
    width: 420px;
  }
  #contents .no_1 .box_content .text_price {
    text-align: left;
  }
  #contents .no_2_block {
    margin: 150px 30px 41px;
    display: flex;
    justify-content: space-between;
  }
  #contents .no_2_block .box {
    width: 49%;
    margin: 0;
    position: relative;
  }
  #contents .no_2_block .box:before {
    content: "";
    display: block;
    width: 116px;
    height: 73px;
    background-image: url("../img/ranking_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translate(-50%);
  }
  #contents .no_2_block .box:last-of-type:before {
    background-image: url("../img/ranking_03.png");
  }
  #contents .no_2_block .box_content {
    text-align: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
  }
  #contents .no_2_block .box_content .box_img {
    width: 321px;
    margin: 0 3px 0 0;
  }
  #contents .no_2_block .box_content .box_text {
    padding: 0 13px 0 13px;
    width: calc(100% - 86px);
  }
  #contents .box.sold {
    background-color: #d5d5d5;
    position: relative;
  }
  #contents .box .sold_img {
    z-index: 1111;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #contents .box.sold .box_img {
    opacity: 0.5;
  }
  #contents .box_title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.05em;
    order: 2;
    margin-bottom: 3px;
  }
  #contents .box_content {
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    box-shadow: 0px 0px 10px 0px rgb(192 192 192 / 30%);
  }
  #contents .box_img {
    order: 1;
    margin-bottom: 15px;
    position: relative;
  }
  #contents .soldout .box_img::before {
    content: "SOLD OUT";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding: 6px 10px 4px;
    background-color: #00000091;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #contents .box_text {
    order: 3;
    padding: 0 7px;
  }
  #contents .box_text h6 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    line-height: 1.3;
  }
  #contents .text_day {
    padding: 5px;
    border: 1px solid #bb8c0c;
    font-size: 13px;
    color: #bb8c0c;
    font-weight: 600;
    margin: 0 auto 25px;
    width: 430px;
  }
  #contents .text_price {
    font-size: 39px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #a82814;
    text-align: right;
  }
  #contents .text_price .red_box {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  #contents .text_price .red_box .bg_red {
    font-weight: 600;
  }
  #contents .text_gray {
    font-size: 13px;
    color: #5c5c5c;
    text-align: right;
  }
  /* プルダウン */
  .pulldown {
    width: 100%;
    padding: 40px 0 56px;
    position: relative;
  }
  .pulldown .tickets_wrapper:last-of-type {
    padding-bottom: 0;
  }
  .pulldown input {
    display: none;
  }
  .pulldown label {
    display: block;
    width: 300px;
    font-size: 19px;
    position: absolute;
    bottom: 0;
    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: #efefef url(../img/arrow_black.png) no-repeat right 25px center / 12px;
    padding: 18px 20px;
  }
  .pulldown label:has(input:checked)::before {
    content: "閉じる";
    background-image: url(../img/arrow_black_up.png);
  }
  .pulldown .hidden_box {
    max-height: 0;
    overflow: hidden;
    transition-duration: 0.3s;
  }
  #contents .pulldown label:has(input:checked)~.hidden_box {
    max-height: 9999999999px;
    padding-bottom: 30px;
  }
  /* /プルダウン */
  /*▼▼クーポン追加するとき▼▼*/
  #contents .bg_red {
    background-color: #a82814;
    padding: 5px 5px 5px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin: 0 0 2px 4px;
    display: inline;
    text-align: center;
  }
  #contents .bg_red:last-of-type {
    margin-right: 0;
  }
  /*conts_banner_02*/
  #contents .rakuten_02 {
    width: 600px;
    margin: 0px auto 80px;
  }
  #contents .conts_banner_02 {
    padding: 95px 0 70px;
    background-color: #f7f4f4;
    margin-bottom: 60px;
  }
  #contents .conts_banner_02 .auto {
    width: 900px;
  }
  #contents .block_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents .block_btn_a {
    width: 293px;
    margin-bottom: 10px;
  }
  #contents .block_btn_a:nth-child(4n) {
    margin-bottom: 0;
  }
  #contents .block_btn_c {
    width: 437px;
    margin-bottom: 10px;
  }
  #contents .block_btn_c:nth-child(4n) {
    margin-bottom: 0;
  }
  #contents .content_a:after {
    content: "";
    display: block;
    width: 293px;
    height: 0;
  }
  #contents .block_btn_b {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #contents .block_btn_b:nth-child(5n) {
    margin-bottom: 0;
  }
  #contents .content_b:before {
    content: "";
    order: 1;
    display: block;
    width: 218px;
    height: 0;
  }
  #contents .content_b:after {
    content: "";
    display: block;
    width: 218px;
    height: 0;
  }
  #contents .budget {
    margin-bottom: 80px;
  }
  #contents .budget h3 {
    margin-bottom: 30px;
    background-position: left bottom 15px, right bottom 15px;
  }
  #contents .item h3 {
    margin-bottom: 30px;
    background-position: left bottom 15px, right bottom 15px;
  }
  #contents .block_content .caption {
    font-size: 15px;
    margin-top: 11px;
  }
}