
.bnr-area{
  margin: 0 25px 20px;
}
a + .bnr-item{
  margin-top: 10px;
  display: block;
}
.modal{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 10000;
}
.modal.is-open {
  display: block;
}
.modal-content {
  width: 89.33%;
  max-width: 670px;
  max-height: 80vh;
  /* padding: 2.13%;
  background: #000000; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;
  overflow: unset;
  background-color: rgba(0, 0, 0, -0.36);
}
.modal-close-button{
  width: 5.07%;
  height: 5.07%;
  max-width: 38px;
  max-height: 38px;
  padding: 0;
  color: transparent;
  background-color: unset;
  border: none;
  position: absolute;
  top: calc(50% - 40vh - 6%);
  right: calc((100% - 89.33%) / 2 - 3%);
  appearance: unset;
  font-size: 0;
  cursor: pointer;
}
.modal-close-button::before,
.modal-close-button::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal-close-button::before{
  transform: rotate(45deg);
}
.modal-close-button::after{
  transform: rotate(-45deg);
}
.modal-tab{
  display: flex;
  margin-left: -4px;
}
.modal-tab-item{
  width: calc(100% / 4 - 4px);
  margin-left: 4px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
}
.tab-button{
  width: 100%;
  height: 100%;
  padding: 17px 0 16px;
  color: #fff;
  font-size: clamp(0.75rem, 0.525rem + 0.96vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  border: none;
  border-bottom: 1px solid #B8A361;
  border-radius: 6px 6px 0 0;
  background:#B8A361;
  appearance: none;
}
.tab-button[aria-selected="true"]{
  color: #333333;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  border-radius: 6px 6px 0 0;
}
.modal-tab-panel{
  height: calc(80vh - 70px);
  padding:5.49% 2.82% 0;
  background-color: #FFF;
  overflow-y: scroll;
}
.tab-contents[aria-hidden="true"] {
  display: none;
}
.select-modal-title{
  color: #7E6748;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
  text-align: center;
  background: none;
}
.main-image{
  width: 100%;
  margin-top: 6.27%;
}
.umou-grade-item{
  width: 100%;
}
.grade-card{
  padding: 4.39% 3.13%;
  display: flex;
  align-items: center;
}
.grade-card.warm{
  background-color: #F4BA85;
}
.grade-card.super-warm{
  background-color: #FFB857;
}
.grade-card.extra-wram{
  background-color: #F78C4A;
}
.grade-image{
  width: 25.08%;
  max-width: 160px;
}
.grade-detail{
  margin-left: 2.51%;
}
.grade-detail dl{
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.525rem + 0.96vw, 1.125rem);
  font-weight: bold;
}
.grade-detail dl + dl{
  margin-top: 0.5em;
}
.grade-card-text.star{
  color: #FFFF00;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1.5rem);
}
.recomend-title{
  margin: 0.5em 0 0 0;
  padding: 0;
  font-size: clamp(0.75rem, 0.525rem + 0.96vw, 1.125rem);
  font-weight: bold;
  border: none;
}
.recomend-text{
  font-size: clamp(0.75rem, 0.525rem + 0.96vw, 1.125rem);
  font-weight: bold;
}
.modal-main-btn{
  margin-top: 7.84%;
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.modal-main-btn .more-btn{
  width: 100%;
  padding: 5px 10px;
  color: #FFF;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  font-weight: bold;
  text-align: center;
  background-color: #B8A361;
  border-radius: 34px;
  position: relative;
}
.modal-main-btn .more-btn::after{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.modal-close-text{
  margin-top: 3.13%;
  padding: 0;
  color: #5B6770;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  text-decoration: underline;
  border: none;
  background: unset;
  appearance: none;
  cursor: pointer;
}
/**/
.grade-title{
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #e03233;
}
.column1{
  width: 100%;
}
.column1>p{
  margin-bottom: 35px;
}
.column1>ul li{
  margin-bottom: 60px;
}
.column1>ul li h6,
.detailBox_premium ul li h6{
  font-size: 20px;
  margin-bottom: 20px;
  color: #5b6770;
  font-weight: bold;
  text-align: center;
}
.column1>ul li h6 span,
.detailBox_premium ul li h6 span{
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.column1 p,
.detailBox_premium p{
  margin-bottom: 25px;
  font-size: 15px;
}
.movie-thumnail{
  margin-bottom: 40px;
  text-align: center;
}
ul .movie-thumnail+figure{
  width: 84%;
  margin: 0 auto 20px;
}
.quilt p{
  margin-bottom: 25px;
  font-size: 15px;
}
.detailBox_premium h5{
  text-align: center;
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.detailBox_premium h5::before{
  content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 80px solid #efeee9;
}
#modal-movie{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
#modal-movie.is-active {
  visibility: visible;
  opacity: 1;
}
.movie-area{
  position: fixed;
  top: 20%;
  left: 10%;
  right: 10%;
  bottom: 20%;
}
.movie-area [id*=movie-add]{
  display: none;
  width: 100%;
  height: 50vw;
}
.movie-area [id*=movie-add].is-active {
  display: block;
}
.movie-area .close-btn{
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
.movie-area .close-btn::before,
.movie-area .close-btn::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.movie-area .close-btn::before{
  transform: rotate(45deg);
}
.movie-area .close-btn::after{
  transform: rotate(-45deg);
}
.modal-section__title a:before{
  transform: translateY(-50%) rotate(45deg);
}
.modal-section .btn-d-gray{
  background-color: #C3AF83;
}
.modal-section > p{
  text-align: center;
}
.modal-content__inner{
  padding: 0;
}
.modal-section > p.text-left{
  text-align: left;
}
#sec_detailBox_premium figure{
  text-align: center;
}
.modal-section{
  text-align: center;
}


@media screen and (min-width:751px) {
  .sp_only{
    display: none;
  }
  .modal-close-button{
    top: calc(50% - 40vh - 6%);
    right: calc((100% - 750px) / 2 - 3%);
  }
  .modal-content {
    width: 75%;
    max-width: 750px;
    /* padding: 14px; */
  }
  .modal-tab-panel{
    height: calc(80vh - 90px);
    padding:5.49% 2.82% 0;
    background-color: #FFF;
    overflow-y: scroll;
  }
  .modal-content__inner{
    padding: 25px 20px;
  }
  .modal-tab-panel::-webkit-scrollbar {
    background: #666;
    width: 5px;
  }
  .modal-tab-panel::-webkit-scrollbar-thumb {
    background-color: white;
  }
  .detailBox_premium{
    margin-top: 40px;
  }
  .column1 ul,
  .detailBox_premium ul{
    margin-left: -4%;
    display: flex;
  }
  .detailBox_premium ul{
    margin-top: 40px;
  }
  .column1 ul li,
  .detailBox_premium ul li{
    width: calc(100% / 3 - 4%);
    margin-left: 4%;
    text-align: center;
    margin-bottom: 0;
    position: relative;
  }
  .column1>ul li h6,
  .detailBox_premium ul li h6{
    font-size: 15px;
  }
  .modal-section__wrap{
    margin-top: 30px;
  }
  .modal-main-btn .more-btn{
    width: auto;
    padding: 10px 57px;
  }
  .modal-section__title a{
    flex-shrink: 0;
  }
  .modal-section__title a:before{
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}