@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

main {
  background-image: url("../img/premium/black-bg.jpg");
  background-size: contain;
  color: white;
}
main figure {
  position: relative;
}
main figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: white;
  text-shadow: 0 0 5px black, 0 0 5px black;
  font-size: 10px;
}
main .wrap {
  max-width: 935px;
  padding: 0 37.5px;
  margin: 0 auto;
}

.mv {
  height: 21.75vw;
  max-height: 300px;
  min-height: 260px;
  background-image: url("../img/premium/title-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url("../img/premium/title-bg_sp.jpg");
    height: 40vw;
    min-height: unset;
  }
}
.mv::after {
  content: "Image";
  font-size: 10px;
  color: white;
  opacity: 0.5;
  position: absolute;
  bottom: 10px;
  right: 8px;
}
.mv h2 {
  width: clamp(250px, 67.4666666667vw, 404px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec01 {
  padding: 75px 37.5px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 32px 25px 40px;
  }
}
.sec01 h3 {
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.18em;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sec01 h3 {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
  }
}
.sec01 .item:first-of-type {
  margin-bottom: 116px;
}
@media screen and (max-width: 768px) {
  .sec01 .item:first-of-type {
    margin-bottom: 70px;
  }
}
.sec01 .item .item-header {
  width: 627px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header {
    width: 100%;
    max-width: 350px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.sec01 .item .item-header .type {
  width: 123px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .type {
    width: 85px;
  }
}
.sec01 .item .item-header .size {
  color: #867042;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size {
    width: calc(100% - 95px);
  }
}
.sec01 .item .item-header .size .ldk {
  font-size: 19px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .ldk {
    font-size: 15px;
  }
}
.sec01 .item .item-header .size .ldk span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .ldk span {
    font-size: 24px;
  }
}
.sec01 .item .item-header .size .bottom {
  border-top: 1px solid #867042;
  padding-top: 5px;
}
.sec01 .item .item-header .size .bottom p {
  letter-spacing: 0.1em;
}
.sec01 .item .item-header .size .bottom p .jp {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .bottom p .jp {
    font-size: 10px;
  }
}
.sec01 .item .item-header .size .bottom p .big {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .bottom p .big {
    font-size: 24px;
    letter-spacing: 0;
    margin-left: 5px;
  }
}
.sec01 .item .item-header .size .bottom p .mid {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .bottom p .mid {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.sec01 .item .item-header .size .bottom p .small {
  font-size: 10px;
  letter-spacing: 0;
}
.sec01 .item .item-header .size .bottom dl {
  display: flex;
  flex-wrap: wrap;
}
.sec01 .item .item-header .size .bottom dl dt {
  font-weight: 400;
  padding: 0 15px;
  width: 56%;
  font-size: 12px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .bottom dl dt {
    font-size: 11px;
    padding: 0 8px;
  }
}
.sec01 .item .item-header .size .bottom dl dt::before {
  content: "◼︎";
  position: absolute;
  left: 0;
}
.sec01 .item .item-header .size .bottom dl dt::after {
  content: "／";
  position: absolute;
  right: 0;
}
.sec01 .item .item-header .size .bottom dl dd {
  width: 44%;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01 .item .item-header .size .bottom dl dd {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.sec01 .item .item-header .floor {
  width: 182px;
}
@media screen and (max-width: 768px) {
  .sec01 .item .madori {
    max-width: 450px;
    margin: 0 auto;
  }
}
.sec01 .notes {
  margin-top: 20px;
  font-size: 10px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .sec01 .notes {
    letter-spacing: -0.007em;
    margin-top: 15px;
  }
}

.sec02 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 60px;
  }
}
.sec02 .obi {
  background: #642F16;
  background: radial-gradient(circle, rgba(212, 182, 82, 0.63), rgba(100, 47, 22, 0.63));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 3px;
  gap: 5px 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec02 .obi {
    flex-direction: column;
    padding: 10px 0;
  }
}
.sec02 .obi h4 {
  font-size: 35px;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .sec02 .obi h4 {
    font-size: 27px;
    letter-spacing: 0.04em;
  }
}
.sec02 .obi small {
  width: 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .sec02 .obi small {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .obi {
    margin-bottom: 40px;
  }
}
.sec02 .obi .bg {
  background-color: #533704;
  background: linear-gradient(to top, #533704, #824C20);
  width: 123px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.14em;
}
.sec02 .wrap .flex-box {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 702px) {
  .sec02 .wrap .flex-box {
    flex-direction: column-reverse;
  }
}
.sec02 .wrap .flex-box dl dt {
  border-left: 2px solid #B09983;
  padding-left: 10px;
  font-size: clamp(18px, 2.8888888889vw, 26px);
  line-height: 1.3em;
  font-weight: 400;
  color: #B09983;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
@media screen and (max-width: 702px) {
  .sec02 .wrap .flex-box dl dt {
    font-size: 22px;
    line-height: 32px;
  }
}
.sec02 .wrap .flex-box dl dd {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .flex-box dl dd {
    line-height: 21px;
    letter-spacing: -0.025em;
  }
}
.sec02 .wrap ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .sec02 .wrap ul {
    flex-direction: column;
    padding: 0 13.5px;
  }
}
.sec02 .wrap ul li dl {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap ul li dl {
    margin-top: 10px;
  }
}
.sec02 .wrap ul li dl dt {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap ul li dl dt {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.sec02 .wrap ul li dl dd {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
}

.sec03 .obi {
  background: #642F16;
  background: radial-gradient(circle, rgba(212, 182, 82, 0.63), rgba(100, 47, 22, 0.63));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .sec03 .obi {
    flex-direction: column;
    padding: 10px 0;
  }
}
.sec03 .obi h4 {
  font-size: 35px;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .sec03 .obi h4 {
    font-size: 27px;
    letter-spacing: 0.04em;
  }
}
.sec03 .obi small {
  width: 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .sec03 .obi small {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .obi h4 {
    width: 198px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .obi small {
    letter-spacing: 0.25em;
  }
}
.sec03 .wrap {
  padding: 60px 37.5px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap {
    padding-top: 26px;
    padding-bottom: 47px;
  }
}
.sec03 .wrap p {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.24em;
  line-height: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap p {
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.sec03 .wrap h5 {
  text-align: center;
  background: #764F23;
  background: linear-gradient(289deg, rgb(118, 79, 35) 0%, rgb(190, 144, 102) 0%, rgb(119, 93, 36) 30%, rgb(240, 207, 149) 49%, rgb(205, 189, 117) 58%, rgb(187, 143, 100) 80%);
  color: black;
  line-height: 36px;
  font-size: 19px;
  letter-spacing: 0.34em;
}
.sec03 .wrap ul {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 35px;
}
@media screen and (max-width: 650px) {
  .sec03 .wrap ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec03 .wrap ul li {
  width: calc(50% - 18px);
}
@media screen and (max-width: 650px) {
  .sec03 .wrap ul li {
    width: 100%;
    max-width: 480px;
  }
}
.sec03 .wrap ul li dl {
  margin-top: 15px;
}
.sec03 .wrap ul li dl dt {
  font-weight: 400;
  font-size: clamp(17px, 2.2222222222vw, 20px);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 650px) {
  .sec03 .wrap ul li dl dt {
    letter-spacing: 0;
    font-size: 17px;
  }
}
.sec03 .wrap ul li dl dt span {
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap ul li dl dt span {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec03 .wrap ul li dl dt span {
    font-size: 13px;
  }
}
.sec03 .wrap ul li dl dd {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.045em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap ul li dl dd {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .sec03 .wrap ul li dl dd {
    font-size: 14px;
  }
}
.sec03 .wrap ul li dl dd span {
  font-size: 10px;
}
.sec03 .wrap ul li.last {
  display: flex;
  width: 100%;
  gap: 35px;
  align-items: flex-end;
}
@media screen and (max-width: 702px) {
  .sec03 .wrap ul li.last {
    flex-direction: column;
    gap: 10px;
  }
}
.sec03 .wrap ul li.last figure {
  max-width: 480px;
  margin: 0 auto;
}
.sec03 .wrap ul li.last dl > dd:nth-child(2) {
  padding-bottom: 15px;
  border-bottom: 1px solid #666666;
}
.sec03 .wrap .other {
  margin-top: 70px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .other {
    margin-top: 32px;
  }
}
.sec03 .wrap .other::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #6D6650;
  background: linear-gradient(-80deg, #9F9485, #6D6650);
  position: absolute;
  top: 0;
  left: 0;
}
.sec03 .wrap .other dt {
  font-size: 21px;
  letter-spacing: 0.15em;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .other dt {
    font-size: 17px;
  }
}
.sec03 .wrap .other dd {
  font-size: 14px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .other dd {
    line-height: 21px;
    letter-spacing: 0.08em;
  }
}
.sec03 .wrap .el02 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .el02 {
    margin-top: 54px;
  }
}
.sec03 .wrap .el02 ul .first {
  width: 100%;
  align-self: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .el02 ul .first {
    margin-bottom: 0;
  }
}
.sec03 .wrap .el02 ul .first dl,
.sec03 .wrap .el02 ul .first figure {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .sec03 .wrap .el02 ul .first dl,
  .sec03 .wrap .el02 ul .first figure {
    max-width: 480px;
  }
}
.sec03 .wrap .el02 ul .first dl {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .el02 ul .first dl {
    margin-top: 10px;
  }
}
.sec03 .wrap .el02 ul .first dl dt {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .sec03 .wrap .el02 ul .first dl dt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .wrap .el03 ul .left dl dd {
    letter-spacing: -0.02em;
  }
}
.sec03 .wrap .el03 ul .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .sec03 .wrap .el03 ul .right {
    gap: 35px;
  }
}

.sec04 {
  padding: 0 37.5px 80px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 40px;
  }
}
.sec04 .bg-wrap {
  max-width: 860px;
  margin: 0 auto;
  background-image: url("../img/premium/grade-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .sec04 .bg-wrap {
    padding: 15px 0;
    background-image: url("../img/premium/grade-bg-sp.png");
    background-size: 100% 100%;
    max-width: 300px;
    padding-bottom: 26px;
  }
}
.sec04 .bg-wrap h5 {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #C0AD8D, #B6A580);
  -webkit-background: linear-gradient(to right, #C0AD8D, #B6A580);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.24em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec04 .bg-wrap h5 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.sec04 .bg-wrap h5 span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec04 .bg-wrap h5 span {
    font-size: 14px;
  }
}
.sec04 .bg-wrap ul {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec04 .bg-wrap ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.sec04 .bg-wrap ul li {
  width: 151px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
  background: #5B584D;
  background: linear-gradient(358deg, #5B584D, #767366);
  font-size: 16px;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .bg-wrap ul li {
    width: 267px;
    height: 30px;
    flex-direction: row;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.sec04 .bg-wrap ul li .min {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec04 .bg-wrap ul li .min {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.sec04 .bg-wrap ul li .s {
  font-size: 10px;
  display: block;
}

.sec05 {
  position: relative;
  padding-top: 83px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-top: 37px;
    padding-bottom: 40px;
  }
}
.sec05::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #807339;
  background: linear-gradient(to right, #807339, #473709);
  position: absolute;
  top: 0;
  left: 0;
}
.sec05 .links {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .sec05 .links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
  }
}
.sec05 .links a {
  display: block;
  width: 236px;
  line-height: 40px;
  text-align: center;
  background: #593318;
  background: radial-gradient(circle, #94803A, #593318);
  font-size: 14px;
  letter-spacing: 0.16em;
  position: relative;
}
.sec05 .links a::after {
  content: "";
  background-image: url("../img/premium/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
}
.sec05 .notes {
  max-width: 935px;
  padding: 0 37.5px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 14px;
}/*# sourceMappingURL=premium.css.map */