@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.on-scroll {
  opacity: 0;
  transition: all 0.6s ease-in;
  transform: translateY(30px);
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

#premium #wrapper {
  font-family: "Noto Serif JP", serif;
}
#premium #wrapper #title {
  background: url("../img/bg_pc.png") no-repeat;
  background-size: contain;
  background-position-y: -8%;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title {
    background-position-y: 0;
  }
}
#premium #wrapper #title div.d-flex:first-child div {
  width: 25%;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.d-flex:first-child div {
    width: 5%;
  }
}
#premium #wrapper #title div.d-flex:first-child div:nth-of-type(1) P:nth-of-type(1) {
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
  top: 6%;
  right: -48%;
  width: 100%;
}
#premium #wrapper #title div.d-flex:first-child div:nth-of-type(1) P:nth-of-type(1) img {
  max-width: initial;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.d-flex:first-child div:nth-of-type(1) P:nth-of-type(1) {
    top: initial;
    bottom: 21%;
    right: -440%;
    width: 440%;
  }
}
#premium #wrapper #title div.d-flex:first-child div:nth-of-type(1) P:nth-of-type(2) {
  z-index: 2;
  top: 26%;
  right: 2%;
  width: 42%;
}
#premium #wrapper #title div.d-flex:first-child div:nth-of-type(1) P:nth-of-type(2) img {
  max-width: initial;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.d-flex:first-child div:nth-of-type(1) P:nth-of-type(2) {
    top: -5%;
    right: -308%;
    width: 260%;
  }
}
#premium #wrapper #title div.d-flex:first-child div:nth-of-type(2) P {
  bottom: 10%;
  left: -33%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.d-flex:first-child div:nth-of-type(2) P {
    left: -560%;
    bottom: 0;
    width: 540%;
  }
}
#premium #wrapper #title div.d-flex:first-child h1 {
  width: 50%;
  z-index: 2;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.d-flex:first-child h1 {
    width: 90%;
  }
}
#premium #wrapper #title div.d-flex:first-child h1 picture img {
  width: 100%;
}
#premium #wrapper #title div.summary {
  background: #fffedb;
  padding: 40px 80px;
  border: 2px solid #67adaf;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.summary {
    padding: 20px;
  }
}
#premium #wrapper #title div.summary h3 {
  letter-spacing: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: -70px auto 10px;
  background: #67adaf;
  padding: 4px 20px;
  color: #fff;
  border-radius: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.summary h3 {
    margin: -50px auto 10px;
  }
}
#premium #wrapper #title div.summary > ul {
  border: 1px dashed #c5c5c5;
}
#premium #wrapper #title div.summary > ul:nth-of-type(1) {
  list-style: disc;
  list-style-position: inside;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.summary > ul:nth-of-type(1) {
    line-height: 1.8em;
  }
}
#premium #wrapper #title div.summary > ul:nth-of-type(1) li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 10px;
}
#premium #wrapper #title div.summary > ul:nth-of-type(1) li:last-child {
  margin-bottom: 0;
}
#premium #wrapper #title div.summary div.d-flex {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.summary div.d-flex {
    flex-direction: column;
  }
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(1) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.summary div.d-flex div:nth-of-type(1) {
    width: 40%;
    margin: 0 auto 20px;
  }
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(1) figure img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #title div.summary div.d-flex div:nth-of-type(2) {
    width: 100%;
  }
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(2) p span {
  display: block;
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(2) h4 {
  font-weight: 600;
  color: #378989;
  text-align: center;
  border-bottom: 2px solid #378989;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(2) ul li {
  display: inline-block;
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(2) ul li::after {
  content: "、";
}
#premium #wrapper #title div.summary div.d-flex div:nth-of-type(2) ul li:nth-of-type(3)::after {
  content: "";
}
#premium #wrapper h2 {
  background-color: #67adaf;
  color: #fff;
  padding: 20px;
}
#premium #wrapper #info dl dt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
  background: #67adaf;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #info dl dt {
    font-size: 18px;
  }
}
#premium #wrapper #info dl dd {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #info dl dd {
    font-size: 20px;
  }
}
#premium #wrapper a {
  transition: opacity 0.2s ease-in;
}
#premium #wrapper a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #premium #wrapper #prof div.d-flex {
    flex-direction: column;
  }
  #premium #wrapper #prof div.d-flex figure {
    width: 70%;
    margin: 0 auto 20px;
  }
  #premium #wrapper #prof div.d-flex p {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */