@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Shippori+Mincho:wght@600&display=swap");
body {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body {
    background: #000 url(../img/hero-bg-sp.png) no-repeat top -70px center/600px auto;
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 768px) {
  body {
    background: #000 url(../img/hero-bg-pc.png) no-repeat bottom -50px right -30px/600px auto;
    background-attachment: fixed;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 950px;
    margin: 0 auto;
  }
}

.ttl {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ttl {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl img {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl.ttl-prod img {
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl.ttl-prod img {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    position: relative;
  }
  .wrap::after {
    content: "";
    background: radial-gradient(rgba(0, 0, 0, 0.3), black 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    flex-direction: column;
    position: relative;
    z-index: 99;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .sub {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub__content {
    width: 100%;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sub__content {
    width: 400px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sub__content.sub-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.sub__inner {
  position: relative;
  background: #2F40A4 url(../img/sub-bg.png) no-repeat bottom 80px center/cover;
}
@media only screen and (min-width: 768px) {
  .sub__inner {
    width: 400px;
    height: 100vh;
  }
}
.sub__inner::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .sub__inner::after {
    background: url(../img/sub-line.png) repeat-y top left/20px auto;
  }
}

.main {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main {
    width: calc(100% - 400px);
    margin: 0 0 0 auto;
    padding: 0 70px;
  }
  .main::after {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.main__content {
  position: relative;
  z-index: 99;
}

.hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 330px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero__content h1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__content h1 {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content h1 {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content h1 img {
    width: 800px;
  }
}
.hero__content__text {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero__content__text {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content__text {
    text-align: center;
  }
}
.hero__content__text p {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .hero__content__text p {
    margin: 0 0 15px;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content__text p {
    font-size: 1.1rem;
    line-height: 2.3rem;
    margin: 0 0 15px;
  }
}
.hero__content__text p:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero__img {
    position: absolute;
    top: -150px;
    right: -250px;
  }
}

@media only screen and (max-width: 767px) {
  .sale {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    margin: 0 0 200px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__info {
    display: flex;
    justify-content: space-between;
  }
}
.sale__info dl {
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale__info dl {
    margin: 0 0 10px;
    padding: 20px 25px;
  }
  .sale__info dl:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale__info dl {
    width: 100%;
    margin: 0;
    padding: 30px;
    border: 1px solid #555;
  }
}
.sale__info dl dt {
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0 0 7px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sale__info dl dt {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__info dl dt {
    font-size: 1.2rem;
  }
}
.sale__info dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale__info dl dd {
    font-size: 0.95rem;
  }
}
.sale p {
  margin: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .sale p {
    font-size: 0.9rem;
  }
}
.sale p a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 170px;
  }
}
.prod__item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .prod__item {
    flex-direction: column;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    align-items: flex-end;
    margin: 0 0 30px;
  }
}
.prod__item:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .prod__item.item-tote .prod__item__img, .prod__item.item-canbadge .prod__item__img {
    padding: 0 60px 0 0;
  }
}
.prod__item__img {
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .prod__item__img {
    background: url(../img/prog-bg.png) no-repeat center/300px 300px;
    width: 320px;
    height: 320px;
    order: 1;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__img {
    background: url(../img/prog-bg.png) no-repeat center/450px 450px;
    width: 600px;
    height: 600px;
  }
}
.prod__item__img img {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
}
.prod__item__text {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__item__text {
    order: 2;
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text {
    padding: 0 0 50px;
    width: calc(100% - 600px);
  }
}
.prod__item__text .prod-num {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-num {
    top: -30px;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-num {
    top: -43px;
    left: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-num img {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-num img {
    width: 80px;
  }
}
.prod__item__text .prod-name {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-name {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-name {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
.prod__item__text .prod-info {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-info {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-info {
    margin: 0 0 7px;
    font-size: 1.05rem;
  }
}
.prod__item__text .prod-info p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-info p {
    font-size: 0.9rem;
  }
}
.prod__item__text .prod-price {
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-price {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-price {
    font-size: 1.4rem;
  }
}
.prod__item__text .prod-price .text-s {
  font-weight: normal;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-price .text-s {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-price .text-s {
    font-size: 1.05rem;
  }
}
.prod__item__text .prod-price .price-tax {
  font-weight: normal;
  margin: 0 0 0 5px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .prod__item__text .prod-price .price-tax {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item__text .prod-price .price-tax {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .prod__order-container {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order-container {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order-container__item {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .prod__order-container__item:last-child {
    margin: 30px 0 0;
  }
}
.prod__order-container__item p {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod__order-container__item p {
    margin: 0 0 10px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order-container__item p {
    margin: 0 0 13px;
    font-size: 1.1rem;
  }
}
.prod__order-container__item dl dt {
  width: 90px !important;
}
.prod__order-container__item dl dd {
  width: calc(100% - 90px) !important;
}
.prod__order-container .prod__order {
  margin: 0;
}
.prod__order {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .prod__order {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order {
    margin: 40px 0 0;
  }
}
.prod__order dl {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .prod__order dl {
    padding: 13px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order dl {
    padding: 20px 10px;
  }
}
.prod__order dl:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.prod__order dl dt {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod__order dl dt {
    font-size: 0.9rem;
    width: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order dl dt {
    width: 70px;
  }
}
.prod__order dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__order dl dd {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) {
  .prod__order dl dd {
    width: calc(100% - 70px);
  }
}
.prod__order__btn {
  background: #2F40A4;
  text-align: center;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod__order__btn {
    height: 52px;
    line-height: 52px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order__btn {
    height: 58px;
    line-height: 58px;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .prod__order__btn:hover {
    background: #6979d8;
  }
}
.prod__order__btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
.prod__order__btn a::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-cart.png) no-repeat top left/contain;
  width: 20px;
  height: 17px;
  margin: 0 12px 0 0;
  position: relative;
  top: 3px;
}

.profile {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .profile {
    width: 90%;
    margin: 0 auto 100px;
  }
}
@media only screen and (min-width: 768px) {
  .profile {
    border: 1px solid #555;
    background-color: rgba(0, 0, 0, 0.9);
    width: 80%;
    margin: 0 auto 200px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .profile__container {
    border: 1px solid #555;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__container {
    display: flex;
    justify-content: space-between;
  }
}
.profile__img {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .profile__img {
    width: 140px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__img {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text {
    width: calc(100% - 230px);
  }
}
.profile__text__name {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .profile__text__name {
    margin: 0 0 13px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text__name {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}
.profile__text__detail p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .profile__text__detail p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text__detail p {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }
}
.profile__text__detail a {
  color: #fff;
  text-decoration: none;
}
.profile__text__detail a::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  content: "\f099";
  margin: 0 7px 0 0;
}
@media only screen and (max-width: 767px) {
  .profile__text__detail a::before {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text__detail a::before {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  position: relative;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */