@charset "UTF-8";

#Rupdate {
  color: #52433D;
  line-height: 1.67;
}
#Rupdate .movie > div,
#Rupdate .movie video {
  width: 100%;
  height: 100%;
}
#Rupdate .movie .vjs-loading-spinner,
#Rupdate .movie .vjs-big-play-button,
#Rupdate .movie .vjs-control-bar,
#Rupdate .movie .vjs-modal-dialog,
#Rupdate .movie .vjs-text-track-display > div {
  display: none;
}
#Rupdate .movie:has(video) + .img {
  display: none;
}

/* PC */
@media screen and (min-width: 769px) {
  #Rupdate .sp {
    display: none !important;
  }
  #Rupdate .mv {
    position: relative;
    margin: 0 0 50px;
  }
  #Rupdate .mv .update {
    position: absolute;
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
    color: #D2F8E4;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    background: #008185;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 40px;
    padding: 32px 17px;
    letter-spacing: 5px;
    white-space: nowrap;
  }
  #Rupdate .mv .update span {
    text-combine-upright: all;
    padding: 0 0 6px;
  }
  #Rupdate .pickup h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 0 0 50px;
  }
  #Rupdate .pickup h2 .en {
    color: #EB6E00;
    font-size: 16px;
  }
  #Rupdate .tab-wrap {
    display: flex;
    margin: 0 0 10px;
  }
  #Rupdate .tab {
    position: relative;
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #F3AC6D;
    border-radius: 4px 4px 0 0;
    padding: 11px 0 8px;
    cursor: pointer;
  }
  #Rupdate .tab:not(.active):not(:last-child):not(:has(+.active)):after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 30px;
    background: #E0D2CF;
  }
  #Rupdate .tab.active {
    border: 3px solid #F3AC6D;
    border-bottom-color: #FEF8F2;
    background: #FEF8F2;
    cursor: default;
  }
  #Rupdate .pickup-items:not(:first-child) {
    display: none;
  }
  #Rupdate .pickup-item {
    opacity: 0;
    transition: .3s ease;
    padding: 50px 0;
    border-bottom: 2px solid #EFE9E7;
  }
  #Rupdate .pickup-item:last-child {
    border: 0;
    padding-bottom: 0;
  }
  #Rupdate .pickup-item:has(.item-contents) {
    opacity: 1;
  }
  #Rupdate .pickup-item .item-contents {
    display: flex;
    justify-content: space-between;
  }
  #Rupdate .movie {
    width: 360px;
    height: 360px;
  }
  #Rupdate .pickup-item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 360px;
    background: rgba(219, 219, 219, .32);
    z-index: 1;
  }
  #Rupdate .pickup-item .img img {
    max-width: 100%;
    max-height: 100%;
  }
  #Rupdate .pickup-item .info {
    position: relative;
    width: 520px;
    z-index: 1;
  }
  #Rupdate .pickup-item .name {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
  }
  #Rupdate .pickup-item .table {
    border: 1px solid #DFD2CF;
    margin: 0 0 20px;
  }
  #Rupdate .pickup-item .table dl {
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #DFD2CF;
  }
  #Rupdate .pickup-item .table dl:last-child {
    border: 0;
  }
  #Rupdate .pickup-item .table dt {
    width: 120px;
    font-weight: bold;
    text-align: center;
    background: #EFEAE9;
    border-right: 1px solid #DFD2CF;
    padding: 13px 0 11px;
  }
  #Rupdate .pickup-item .table dd {
    padding: 13px 20px 11px;
    flex: 1;
  }
  #Rupdate .pickup-item .table .price dd {
    color: #DB2626;
    font-size: 14px;
  }
  #Rupdate .pickup-item .table .price dd .large_ {
    font-size: 16px;
  }
  #Rupdate .pickup-item .table .price dd .small_ {
    font-size: 12px;
  }
  #Rupdate .pickup-item .cart-area {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 20px;
    background: #FEF8F2;
  }
  #Rupdate .pickup-item .qty_ {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #Rupdate .pickup-item .qty_ dt {
    font-size: 16px;
    font-weight: bold;
  }
  #Rupdate .pickup-item .qty_ dd {
    width: 80px;
  }
  #Rupdate .pickup-item .btn-cart {
    display: block;
    border-radius: 10px;
    background: #EB6E00;
    text-align: center;
    text-decoration: none;
    width: 320px;
    padding: 10px 0;
  }
  #Rupdate .pickup-item .btn-cart span {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 32px;
    background: url(../../../img/usr/icon/ico_cart_white.png) no-repeat left center / 21px;
  }
  #Rupdate .pickup-item .comment {
    margin: 25px 0 0;
  }
  #Rupdate .pickup-item .comment .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  #Rupdate .pickup-item .comment p {
    border: 1px solid #DFD2CF;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  #Rupdate .ranking {
    display: none;
    margin: 80px 0 0;
  }
  #Rupdate .ranking-items:not(:first-child) {
    display: none;
  }
  #Rupdate .ranking-items h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  #Rupdate .recommend_template_frame_ {
    position: relative;
    width: 960px;
    border: 0;
    padding: 0;
  }
  #Rupdate div.StyleP_Frame_.slider-on {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #Rupdate div.StyleP_Frame_.slider-on::before,
  #Rupdate div.StyleP_Frame_.slider-on::after {
    display: none;
  }
  #Rupdate div.StyleP_Item_ {
    width: 152px;
  }
  #Rupdate div.StyleP_Item_ .img_ {
    width: 152px;
    height: 152px;
  }
  #Rupdate div.StyleP_Item_ .cart_ a img {
    height: 35px;
  }
  #Rupdate div.StyleP_Item_ .qty_ {
    width: 50px;
    height: auto;
  }
  #Rupdate div.StyleP_Item_ .qty_ .numberInput_ input[type="text"] {
    height: 34px;
    min-height: 34px;
  }
  #Rupdate .StyleP_Frame_.slider-on .swiper-button-prev {
    left: -70px;
  }
  #Rupdate .StyleP_Frame_.slider-on .swiper-button-next {
    right: -70px;
  }
  #Rupdate .ranking l-recommend[data-tagscode*="_sp_"] {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #Rupdate {
    padding: 15px 0 0;
  }
  #Rupdate .pc {
    display: none !important;
  }
  #Rupdate .mv {
    position: relative;
    margin: 0 0 50px;
  }
  #Rupdate .mv .update {
    position: absolute;
    top: 50%;
    right: 10vw;
    transform: translateY(-50%);
    color: #D2F8E4;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    background: #008185;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 40px;
    padding: 12px 8px;
    letter-spacing: 5px;
    white-space: nowrap;
  }
  #Rupdate .mv .update span {
    text-combine-upright: all;
    padding: 0 0 6px;
  }
  #Rupdate .pickup h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
  }
  #Rupdate .pickup h2 p {
    font-size: 32px;
  }
  #Rupdate .pickup h2 .en {
    color: #EB6E00;
    font-size: 14px;
    font-weight: normal;
  }
  #Rupdate .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 25px;
    margin: 0 0 10px;
  }
  #Rupdate .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFD2CF;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    width: calc((100% - 10px) / 2);
    min-height: 50px;
    padding: 2px 0 0;
  }
  #Rupdate .tab.active {
    border-color: #F3AC6D;
    outline: 1px solid #F3AC6D;
    background: #FEF8F2;
  }
  #Rupdate .pickup-items:not(:first-child) {
    display: none;
  }
  #Rupdate .pickup-item {
    opacity: 0;
    transition: .3s ease;
    padding: 30px 0;
    border-bottom: 1px solid #EFE9E7;
  }
  #Rupdate .pickup-item:last-child {
    border: 0;
    padding-bottom: 0;
  }
  #Rupdate .pickup-item:has(.item-contents) {
    opacity: 1;
  }
  #Rupdate .pickup-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(219, 219, 219, .32);
    margin: 0 15px 20px;
  }
  #Rupdate .pickup-item .img img {
    max-width: 100%;
    max-height: 100%;
  }
  #Rupdate .pickup-item .name {
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 25px;
  }
  #Rupdate .pickup-item .table {
    border: 1px solid #DFD2CF;
    margin: 0 0 20px;
  }
  #Rupdate .pickup-item .table dl {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #DFD2CF;
  }
  #Rupdate .pickup-item .table dl:last-child {
    border: 0;
  }
  #Rupdate .pickup-item .table dt {
    width: 110px;
    font-weight: bold;
    text-align: center;
    background: #EFEAE9;
    border-right: 1px solid #DFD2CF;
    padding: 8px 0 7px;
  }
  #Rupdate .pickup-item .table dd {
    width: calc(100% - 110px);
    padding: 8px 20px 7px;
  }
  #Rupdate .pickup-item .table .price dd {
    color: #DB2626;
    font-size: 12px;
  }
  #Rupdate .pickup-item .table .price dd .large_ {
    font-size: 14px;
  }
  #Rupdate .pickup-item .table .price dd .small_ {
    font-size: 12px;
  }
  #Rupdate .pickup-item .cart-area {
    display: flex;
    gap: 24px;
    padding: 16px;
    background: #FEF8F2;
  }
  #Rupdate .pickup-item .qty_ {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #Rupdate .pickup-item .qty_ dt {
    font-size: 16px;
    font-weight: bold;
  }
  #Rupdate .pickup-item .qty_ dd {
    width: 72px;
  }
  #Rupdate .pickup-item .qty_ dd input {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #Rupdate .pickup-item .btn-cart {
    display: block;
    border-radius: 10px;
    background: #EB6E00;
    text-align: center;
    text-decoration: none;
    flex: 1;
    padding: 10px 0;
  }
  #Rupdate .pickup-item .btn-cart span {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 32px;
    background: url(../../../img/usr/icon/ico_cart_white.png) no-repeat left center / 21px;
  }
  #Rupdate .pickup-item .comment {
    margin: 15px 0 0;
  }
  #Rupdate .pickup-item .comment .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  #Rupdate .pickup-item .comment p {
    border: 1px solid #DFD2CF;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.7;
  }
  #Rupdate .ranking {
    display: none;
    margin: 50px 0 0;
  }
  #Rupdate .ranking h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  #Rupdate .ranking-items:not(:first-child) {
    display: none;
  }
  #Rupdate .ranking l-recommend[data-tagscode*="_pc_"] {
    display: none;
  }
  #Rupdate div.recommend_template_frame_ {
    padding: 0;
    margin: 0;
    border: 0;
  }
  #Rupdate ul.goods_p_ {
    width: auto;
    max-width: unset;
    padding: 0 15px 10px 0;
    margin: 0 -15px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px;
    overflow-x: scroll;
  }
  #Rupdate ul.goods_p_ li.goods_p_item_ {
    width: 150px !important;
    min-width: 150px !important;
    margin: 0;
  }
  #Rupdate li.goods_p_item_ .order_number_ dt,
  #Rupdate li.goods_p_item_ .order_number_ dd {
    font-size: 11px;
  }
}