.bg_none .nav_top1 {
  background: none;
}
.bg_none .nav_btm {
  background: none;
}

#wrapper {
  overflow: unset;
}
@media all and (max-width: 1000px) {
  #wrapper {
    overflow: hidden;
  }
}

.area_detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media all and (max-width: 1000px) {
  .area_detail {
    grid-template-columns: 1fr;
  }
}

.img_area {
  width: 50vw;
  margin-top: 150px;
}
.img_area img {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .img_area {
    width: 100vw;
  }
}
@media all and (max-width: 767px) {
  .img_area {
    margin-top: 77px;
  }
}

.info_area {
  width: 50vw;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 50;
  max-width: 580px;
  padding: 240px 0 0 0;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .info_area {
    width: 70%;
  }
}
@media all and (max-width: 1000px) {
  .info_area {
    width: 100%;
    position: unset;
    max-width: 80%;
    padding: 60px 0 0 0;
    margin: 0 auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .info_area {
    max-width: 580px;
    padding: 40px 20px 0 20px;
  }
}

.dat_bread {
  font-size: 1.2rem;
  color: #B19090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
}
.dat_bread a {
  text-decoration: none;
  color: #B19090;
  position: relative;
  padding-right: 14px;
  transition: all 0.3s ease;
}
.dat_bread a:hover {
  text-decoration: underline;
}
.dat_bread a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 3px;
}
@media all and (max-width: 767px) {
  .dat_bread {
    font-size: 1.1rem;
    flex-wrap: wrap;
  }
}
.dat_ttl {
  margin-top: 48px;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .dat_ttl {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.dat_price {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  font-size: 2.4rem;
  margin: 32px 0 0 0;
}
@media all and (max-width: 767px) {
  .dat_price {
    font-size: 2.4rem;
    margin: 16px 0 0 0;
  }
}
.dat_size {
  padding: 24px;
  box-sizing: border-box;
  background: #F6F9FA;
  font-size: 1.4rem;
  margin-top: 60px;
}
.dat_size .fb {
  font-weight: bold;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .dat_size {
    padding: 16px;
    font-size: 1.3rem;
    margin-top: 32px;
  }
}
.dat_txtarea {
  margin: 24px 0 0 0;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .dat_txtarea {
    margin: 16px 0 0 0;
  }
}
.dat_bxarea {
  margin: 48px 0 0 0;
  font-size: 1.4rem;
}
.dat_bxarea .fb {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.dat_bxarea .acd_in {
  padding: 16px 0;
  box-sizing: border-box;
}
.dat_bxarea .open_btn {
  background: #F6F9FA;
  border-radius: 4px;
  padding: 16px 24px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.dat_bxarea i {
  top: 23px;
  right: 24px;
  position: absolute;
  display: block;
  width: 9px;
  height: 7px;
  transition: all 0.3s ease;
  background: url("../images/tri.png") center center/cover;
}
.dat_bxarea .open i {
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  .dat_bxarea {
    margin: 24px 0 0 0;
  }
}
.dat_link_area {
  margin: 48px 0 0 0;
}
.dat_link_area .ttl {
  padding-left: 35px;
  font-size: 1.5rem;
}
.dat_link_area .reviews, .dat_link_area .trans, .dat_link_area .pay {
  border-top: 1px solid #F0F1F4;
  box-sizing: border-box;
  height: 60px;
  place-content: center;
  display: block;
  text-decoration: none;
  color: #333;
}
.dat_link_area .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.dat_link_area .reviews .ttl {
  background: url("../images/ic_star.png") center left no-repeat;
  background-size: 20px auto;
}
.dat_link_area .reviews a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.dat_link_area .reviews a img {
  height: 22px;
  position: relative;
  top: 2px;
}
.dat_link_area .trans {
  background: url("../images/glarw.png") center right 16px no-repeat;
  background-size: 7px auto;
}
.dat_link_area .trans .ttl {
  background: url("../images/ic_track.png") center left no-repeat;
  background-size: 20px auto;
}
.dat_link_area .pay {
  border-bottom: 1px solid #F0F1F4;
  background: url("../images/glarw.png") center right 16px no-repeat;
  background-size: 7px auto;
}
.dat_link_area .pay .ttl {
  background: url("../images/ic_yen.png") center left no-repeat;
  background-size: 20px auto;
}
@media all and (max-width: 767px) {
  .dat_link_area {
    margin: 24px 0 0 0;
  }
}

.btn_dat {
  margin: 32px auto 0 0;
  text-align: center;
  background: url(../images/hand.png) center right 24px no-repeat;
  background-size: auto 17px;
  transition: all 0.3s ease;
}
.btn_dat:hover {
  background: url(../images/handw.png) center right 24px no-repeat, #333;
  background-size: auto 17px;
}

.swipe_detail .swiper-wrapper {
  display: block;
}
@media all and (max-width: 1000px) {
  .swipe_detail .swiper-wrapper {
    display: flex;
  }
}

.dat_link_area .trans {
  padding-left: 30px;
  background: url(https://basefile.akamaized.net/monobrand-base-shop/69831aa712048/glarw.png) center right 16px no-repeat, url("https://basefile.akamaized.net/monobrand-base-shop/69831ac47be2c/ic_track.png") center left no-repeat;
  background-size: 7px auto, 20px auto;
}

.dat_bread {
  flex-wrap: wrap;
}

.dat_link_area .ttl {
  font-size: 1.4rem;
}

.dat_link_area .pay .ttl {
  background: url(https://basefile.akamaized.net/monobrand-base-shop/6987e6732ccdd/ic_yen.png) center left no-repeat;
  background-size: 20px auto;
}

.dat_link_area .pay {
  border-bottom: 1px solid #F0F1F4;
  background: url(https://basefile.akamaized.net/monobrand-base-shop/69831aa712048/glarw.png) center right 16px no-repeat;
  background-size: 7px auto;
  cursor: pointer;
}

p.attention {
  color: #333;
  font-size: 1.4rem;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 680px;
  background-color: #fff;
  border-radius: 10px;
  height: 70vh;
}
.modal-content .clos {
  position: absolute;
  right: 30px;
  top: 26px;
  width: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-content .clos:hover {
  opacity: 0.6;
}
.modal-content .cot-paymentsInfo-itemLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 8px;
}
.modal-content .mdin {
  position: relative;
  top: 70px;
  height: calc(70vh - 70px);
  overflow: scroll;
}
.modal-content .pay_ttl {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 2rem;
  text-align: center;
  padding: 20px 0;
  background: white;
  box-sizing: border-box;
  font-weight: bold;
  border-bottom: 1px solid #d9dee6;
  border-radius: 10px 10px 0 0;
}
.modal-content .cot-paymentsInfo {
  padding: 0 20px;
}
.modal-content .cot-paymentsInfo-item {
  border-bottom: 1px solid #d9dee6;
  padding: 24px 0;
}
.modal-content .cot-paymentsInfo-itemLogo img {
  height: 30px;
}
.modal-content .cot-paymentsInfo-itemDescription {
  background: #d9dee6;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 24px;
  padding: 12px;
}
.modal-content .cot-paymentsInfo-itemName {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
  .modal-content .pay_ttl {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .modal-content .clos {
    right: 20px;
    top: 21px;
  }
  .modal-content .cot-paymentsInfo-itemLogo img {
    height: 24px;
  }
}

.review01__list {
  height: auto !important;
}

/*# sourceMappingURL=detail.css.map */
