#christmas *,
#christmas ::after,
#christmas ::before {
    box-sizing: border-box;
}
#christmas {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.5;
    color: #292324;
    overflow: hidden;
}
#christmas img {
    width: 100%;
}
#christmas .pc {
    display: block;
}
#christmas .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    #christmas {
        font-size: 14px;
    }
    #christmas .pc {
        display: none;
    }

    #christmas .sp {
        display: block;
    }
}

/* 共通 */
#christmas h2 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 3%;
}
#christmas .line_01 {
    color: #d3c484;
    text-shadow:1px 1px 1px #4d0205;
    font-size: 60px;
    padding: 0 0 1%;
}
#christmas .line_02 {
    background: url(../../../img/usr/genre/rB2/h2_line_02.png)no-repeat bottom center / 40%;
    padding: 0 0 2.2%;
    margin: 0 auto 2%;
}
#christmas .sec10 .line_02 {
    background: url(../../../img/usr/genre/rB2/h2_line_02.png)no-repeat bottom center / 28%;
    padding: 0 0 1.7%;
}
#christmas .line_03 {
    background: url(../../../img/usr/genre/rB2/h2_line_03.png)no-repeat bottom center / 24%;
    padding: 0;
}
#christmas a {
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    transition: 0.2s;
}
#christmas a:hover {
    cursor: pointer !important;
    opacity: 0.7;
}
#christmas a.btn {
    position: relative;
    display: block;
    width: 80%;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    border-radius: 50vw;
    padding: 15px;
    overflow: hidden;
    color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
#christmas a.btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid white;
    border-radius: calc(50vw - 5px);
    pointer-events: none;
}
#christmas a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 6%;
    width: 6%;
    right: 6%;
    background: url(../../../img/usr/genre/rB2/icon_arrow_wt_right.png)no-repeat center/100%;
}
#christmas .btn_link {
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
#christmas .btn_link li {
    width: 47%;
}
#christmas .btn_link li a {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #christmas a.btn {
        font-size: 12px;
        padding: 5%;
    }
    #christmas h2 {
        font-size: 25px;
        margin: 0 auto 5%;
    }
    #christmas .line_01 {
        color: #d3c484;
        font-size: 8vw;
        padding: 0 0 2%;
    }
    #christmas .line_02 {
        background: url(../../../img/usr/genre/rB2/h2_line_02.png) no-repeat bottom center / 70%;
        padding: 0 0 4%;
        font-size: 25px;
    }
    #christmas .line_02.long {
        background: url(../../../img/usr/genre/rB2/h2_line_02.png) no-repeat bottom center / 80%;
        padding: 0 0 4%;
        font-size: 28px;
    }
    #christmas .line_03 {
        background: url(../../../img/usr/genre/rB2/h2_line_03.png) no-repeat bottom center / 70%;
        padding: 0 0 1%;
    }
    #christmas .btn_link {
        width: 80%;
        display: block;
    }
    #christmas .btn_link li {
        width: 100%;
        margin: 0 auto;
    }
}

/* ボタン */
#christmas a.btn._catalog {
    background: url(../../../img/usr/genre/rB2/btn_bg_red.jpg)no-repeat center/cover;
}
#christmas a.btn._restaurant,
#christmas a.btn._hotel,
#christmas a.btn._original {
    background-color: #cc5c52;
}
#christmas a.btn._all {
    background: url(../../../img/usr/genre/rB2/btn_bg_green.jpg)no-repeat center/cover;
}
#christmas a.btn._item {
    background: url(../../../img/usr/genre/rB2/btn_bg_red.jpg)no-repeat center/cover;
    margin-top: 8%;
}
#christmas a.btn._reservation {
    background: url(../../../img/usr/genre/rB2/btn_bg_blue.jpg)no-repeat center/cover;
    margin: 5% auto 3%;
    max-width: 300px;
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
    #christmas a.btn._item {
        margin-top: 5%;
        width: 93%;
    }
    #christmas a.btn._restaurant,
    #christmas a.btn._hotel,
    #christmas a.btn._original {
        background-color: #cc5c52;
        margin-bottom: 6%;
    }
}

/* PAGE TOP ボタン */
#christmas .page_top {
    width: 80px;
    position: fixed;
    bottom: 20px;
    left: calc(50% + 440px - 80px);
    z-index: 10;
}
#christmas .page_top a {
    display: block;
    width: 100%;
}
@media screen and (max-width: 900px) {
    #christmas .page_top {
        width: 80px;
        left: auto;
        right: 10px;
    }
}
@media screen and (max-width: 768px) {
    #christmas .page_top {
        width: 65px;
    }
}

/* mv */
#christmas .mv{
    margin: 0;
    line-height: 1;
}

/* lead リード文 */
#christmas .lead_wrap {
    background: url(../../../img/usr/genre/rB2/lead_bg.jpg)repeat top center / 100%;
}
#christmas .top_bg {
    background: none;
}
#christmas .lead {
    position: relative;
    width: 90%;
    margin: 0 auto 5%;
    padding-top: 5%;
}
#christmas .acc_text {
    position: relative;
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
    overflow: hidden;
    color: #4a4949;
    width: 100%;
    margin: 0 auto;
    max-height: 90px;
    transition: max-height 0.2s ease;
}
#christmas .lead_text {
    text-align: center;
    color: #fff;
    /* height: 90px; */
}
#christmas .acc_text.bg_transparent {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#christmas .lead_top {
    width: 90%;
    margin: 0 auto;
}
#christmas .acc_text.active {
    height: auto;
    max-height: 1000px;
}
#christmas .acc_text.bg_transparent.active {
    -webkit-mask-image: none;
    mask-image: none;
}
#christmas .acc_text.active::before {
    display: none;
}
#christmas .acc_button {
    text-align: center;
    width: 120px;
    margin: 0 auto 5%;
    cursor: pointer;
}
#christmas .acc_button .icon_arrow_bk {
    width: 20%;
}
#christmas .acc_button p,
#christmas .acc_button_close p {
    margin-top: 12px;
    color: #d3c484;
    font-weight: 500;
    font-size: 16px;
}
#christmas .acc_open._none {
    display: none;
}
#christmas .acc_open p,
#christmas .acc_close p{
    text-align: center;
}
#christmas .acc_close {
    display: none;
    margin-top: 20px;
}
#christmas .acc_close._active {
    display: block;
}
#christmas .open_acc_button_close {
    display: none;
}
#christmas .open_acc_text {
    height: auto;
}
#christmas .open_acc_text::before {
    display: none;
}
@media screen and (max-width: 768px) {
    #christmas .lead_wrap {
        background: none;
    }
    #christmas .top_bg {
        background: url(../../../img/usr/genre/rB2/s_lead_bg.png)repeat top center / 102%;
    }    
    #christmas .acc_text.bg_transparent {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0));
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0));
        color: #ffffff;
    }
    #christmas .acc_text {
        font-size: 14px;
    }
    #christmas .acc_button {
        margin: 10px auto 10%;
    }    
    #christmas .acc_button .icon_arrow_bk {
        width: 12%;
    }
    #christmas .acc_button p {
        font-size: 11px;
        margin-top: 0;
    }
    #christmas .acc_close {
        margin-top: 0;
    }
}


/* ピックアップ */
#christmas .pickup {
    padding-bottom: 15%;
    padding-top: 20%;
    background: url(../../../img/usr/genre/rB2/s_lead_bg2.png) repeat top center / 100%;
}
#christmas .pickup_banner {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#christmas .pickup_banner li {
    width: 100%;
    margin-bottom: 6%;
}
#christmas .pickup_banner li a {
    display: block;
    width: 100%;
    color: #292324;
}
.pickup_main {
    margin-bottom: 15px;
    padding: 6% 5%;
    background: url(../../../img/usr/genre/rB2/s_lead_bg3.png) repeat top center / 100%;
}
.pickup_ttl{
    margin: 0 auto;
    padding: 0px 22%;
    margin-top: -10%;
}
.pickup_bg{
    margin-top: -20%;
    margin-bottom: -50px;
}
.pickup_bg02{
    margin-top: 9%;
}
.pickup_bg03{
    margin-top: -20%;
}
#christmas .pickup_banner li p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    #christmas .pickup_banner li {
        margin-bottom: 10%;
    }
    #christmas .pickup_banner li p {
        font-size: 15px;
    }
    .pickup_ttl{
    margin: 0 auto;
    padding: 0px 13%;
    margin-top: -10%;
    }
    .pickup_bg{
    margin-bottom: -30px;
}
}




/* sec02 */
#christmas .sec02 h2,
#christmas .sec03 h2 {
    margin: 0 auto;
}
#christmas .sec02 h2,
#christmas .sec03 h2,
#christmas .sec04 h2 {
    color: #d3c484;
    text-shadow: 1px 1px 1px #4d0205;
    font-size: 60px;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
#christmas .sec02_wrap {
    background: url(../../../img/usr/genre/rB2/sec02_bg.jpg)no-repeat top center/cover;
    padding-top: 60%;
    padding-bottom: 130px;
}
#christmas .head_text {
    width: 70%;
    margin: 0 auto 5%;
    line-height: 2.2;
}
#christmas .acc_item_box {
    display: none;
}
#christmas .item_list {
    width: 90%;
    margin: 8% auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#christmas .item_list li {
    width: 31.5%;
    margin-bottom: 5%;
}
#christmas .item_list li a {
    display: block;
    text-align: center;
    color: #292324;
    font-size: 16px;
}
#christmas .item_list li a img {
    margin-bottom: 5%;
}

.sec02{
    margin-top: -28%;
}
@media screen and (max-width: 768px) {
    #christmas .sec02_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rB2/s_sec02_bg.jpg)repeat top center/100%;
        margin-top: -28%;
        padding-top: 0;
        padding-bottom: 16%;
    }
    #christmas .sec02 h2 {
        color: #d3c484;
        font-size: 8vw;
        padding: 58% 0 4%;
    }    
    #christmas .item_list li {
        width: 48%;
    }
    #christmas .item_list li a {
        font-size: 11px;
    }
    .sec02{
        margin-top: 0;
    }
    #christmas .item_list {
    width: 90%;
    margin: 8% auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
}





/* ランキング */
.contents .block-ranking-r--items {
    justify-content: space-between;
  }
  .contents *:focus {
    outline: none;
  }
  .contents {
    text-align: left;
    width: 900px;
    margin: 0 auto;
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  
  .contents img {
    max-width: 100%;
  }
  .contents p {
    margin: 0;
    padding: 0;
  }
  
  .contents a {
    text-decoration: none;
  }
  
  .contents button {
    background: transparent;
  }
  
  .c_block {
    padding: 0px 0 50px;
  }
  
  .inner {
    padding: 40px 30px;
  }
  /* 背景色 */
.c_ranking,
.c_new-arrivals {
  background: #fff;
}

.mt_20 {
  margin-top: 20px;
}

.pt_0 {
  padding-top: 0;
}

/*hタグ*/
.contents h1 {
  margin: 0;
  padding: 5px 0 6px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #009844;
}

.contents .section_title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 50px 0;
  color: #222;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.contents .title_inner {
  margin: 0 0 20px 30px;
}

.contents .section_title span {
  display: block;
  font-size: 34px;
  font-family: "Josefin Sans", sans-serif;
}

.contents .section_title .txt_jp {
  padding-top: 4px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

.contents .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  background: url("../../../img/usr/genre/rB2/title_or.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contents .section_title_center {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.link_btn {
    width: 350px;
    display: block;
    margin: 40px auto 70px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    color: #fff;
    background: #009844;
    position: relative;
  }
  
  .link_btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 27px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  /* もっと見るボタン */
.link_more {
    display: block;
    width: 220px;
    margin: 40px auto 0;
    padding: 8px 5px 8px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 60px;
    position: relative;
    background: #fff;
  }
  
  .link_more::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    transform: rotate(45deg);
  }
  
  .btn_gr {
    color: #009844;
    border: solid 2px #009844;
  }
  
  .btn_gr::after {
    border-top: solid 2px #009844;
    border-right: solid 2px #009844;
  }
  
  .btn_or {
    color: #ef8200;
    border: solid 2px #ef8200;
  }
  
  .btn_or::after {
    border-top: solid 2px #ef8200;
    border-right: solid 2px #ef8200;
  }

  /* SP表示 */
@media only screen and (max-width: 780px) {
    .contents {
        width: 100%;
      }
    
      .c_block {
        padding: 0px 0;
      }
    
      /* hタグ */
      .contents h1 {
        margin: 0;
        padding: 5px 0 6px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background: #009844;
      }
    
      .contents .section_title {
        position: relative;
        background: none;
        padding: 0 0 0 18px;
        margin: 0 12px 25px 12px;
        color: #222;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
      }
    
      .contents .section_title span {
        display: block;
        font-size: 28px;
        font-family: "Josefin Sans", sans-serif;
      }
    
      .contents .section_title .txt_jp {
        padding-top: 0;
        font-size: 20px;
      }
    
      .contents .or:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 7px;
        height: 42px;
        transform: translateY(-50%);
        background: url("../../../img/usr/genre/rB2/title_or.svg");
        background-repeat: no-repeat;
        background-size: contain;
      }
    
      .contents .gr:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 7px;
        height: 42px;
        transform: translateY(-50%);
        background: url("/img/usr/genre/rW1/title_gr.svg");
        background-repeat: no-repeat;
        background-size: contain;
      }
    
      .contents .section_title_center {
        font-size: 20px;
      }
    
      .contents .c_category .c_block {
        padding-bottom: 0;
        margin: 10px 0 30px;
      }
      .link_btn {
        width: 80%;
        margin: 30px auto 30px;
      }

  /* もっと見るボタン */
  .link_more {
    display: block;
    width: 220px;
    margin: 10px auto 0;
  }

  .pb_0_sp {
    padding-bottom: 0;
  }
}