@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #643723;
  --color-main: #643723;
  --color-main2: #f18c5a;
  --color-bg: #f8f6f4;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Zen Kaku Gothic New" !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

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

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

.swiper-container {
  overflow: visible;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  display: block;
  display: flex;
  height: auto;
  height: 100%;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 34px;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(34 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(34 / 375 * 100vw);
    width: calc(34 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: -20px !important;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: calc(-20 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(-15 / 375 * 100vw) !important;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: -20px !important;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(-20 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(-15 / 375 * 100vw) !important;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.swiper-pagination {
  bottom: 0 !important;
  z-index: 1;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  display: flex;
  font-size: 0 !important;
  justify-content: center;
  left: 0 !important;
  right: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  height: 5px;
  margin: 0 5px;
  opacity: 1;
  width: 5px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(5 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw);
    width: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(5 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: #ffffff;
  border: 1px solid #ffffff;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.lity-hide {
  display: none !important;
}

.lity-wrap {
  font-size: 0 !important;
}

.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  display: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  position: static !important;
  text-shadow: none !important;
}

.l-container {
  margin: 0 auto;
  padding-left: calc(155 / 1440 * 100vw);
  padding-right: calc(155 / 1440 * 100vw);
  width: calc(1440 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    width: 100%;
  }
}

.l-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
.l-wrapper--index {
  background-image: url(../images/bg_index.png);
  background-position: top;
}
.l-wrapper--page {
  background-image: url(../images/bg_page.png);
  background-position: top;
}

.is-open .l-wrapper--index {
  background-position: top;
}

.l-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 180px;
  padding-top: 65px;
}
@media screen and (max-width: 1439px) {
  .l-content {
    padding-bottom: calc(180 / 1440 * 100vw);
    padding-top: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    display: block;
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.l-content__main {
  width: 720px;
}
@media screen and (max-width: 1439px) {
  .l-content__main {
    width: calc(720 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
  }
}
.l-content__sidebar {
  width: 300px;
}
@media screen and (max-width: 1439px) {
  .l-content__sidebar {
    width: calc(300 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__sidebar {
    margin-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}

.c-about__thumbnail img {
  height: auto;
  width: 100%;
}
.c-about__textBox {
  margin-top: calc(25 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-about__textBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-about__textBox__title {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(28 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-about__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.c-about__textBox__text {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(26 / 1440 * 100vw);
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-about__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-about__textBox__notice {
  font-size: calc(11 / 1440 * 100vw);
  line-height: calc(16 / 1440 * 100vw);
  margin-top: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-about__textBox__notice {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-bonus {
  background-color: var(--color-white);
  border-radius: calc(8 / 1440 * 100vw);
  height: calc(490 / 1440 * 100vw);
  padding: calc(15 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-bonus {
    border-radius: calc(8 / 375 * 100vw);
    height: auto;
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-bonus__titleBox__label {
  border-bottom: 1px solid var(--color-main2);
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(25 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: calc(15 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-bonus__titleBox__label {
    font-size: calc(23 / 375 * 100vw);
    letter-spacing: 0.1em;
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.c-bonus__titleBox__label span.number {
  display: inline-block;
  font-size: 150%;
  font-style: italic;
  transform: translateY(calc(2 / 1440 * 100vw));
}
@media screen and (max-width: 767px) {
  .c-bonus__titleBox__label span.number {
    transform: translateY(calc(2 / 375 * 100vw));
  }
}
.c-bonus__titleBox__title {
  align-items: center;
  display: flex;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  height: calc(88 / 1440 * 100vw);
  justify-content: center;
  line-height: calc(28 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-bonus__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    height: calc(88 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-bonus__titleBox__title span.small {
  display: block;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 500;
  margin-top: calc(-3 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-bonus__titleBox__title span.small {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(-3 / 375 * 100vw);
  }
}
.c-bonus__thumbnail img {
  height: auto;
  width: 100%;
}
.c-bonus__text {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(26 / 1440 * 100vw);
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-bonus__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-member__thumbnail img {
  height: auto;
  width: 100%;
}
.c-member__text {
  font-family: "Libre Baskerville" !important;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(20 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-member__text {
    font-size: calc(20 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-movie {
  width: calc(260 / 1440 * 100vw);
}
.c-movie img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-movie {
    margin: 0 auto;
    width: calc(260 / 375 * 100vw);
  }
}
.c-movie a {
  display: block;
  position: relative;
}
.c-movie a::before {
  background-image: url(../images/icon_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: calc(41 / 1440 * 100vw);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(41 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-movie a::before {
    height: calc(41 / 375 * 100vw);
    width: calc(41 / 375 * 100vw);
  }
}

.c-comment {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-comment {
    display: block;
  }
}
.c-comment__thumbnail {
  width: calc(403 / 1440 * 100vw);
}
.c-comment__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-comment__thumbnail {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.c-comment__textBox {
  width: calc(555 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-comment__textBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-comment__textBox__titleBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-comment__textBox__titleBox__text {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(23 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-comment__textBox__titleBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    text-align: center;
  }
}
.c-comment__textBox__titleBox__title {
  font-family: "Libre Baskerville" !important;
  font-size: calc(30 / 1440 * 100vw);
  letter-spacing: 0.02em;
  line-height: calc(42 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-comment__textBox__titleBox__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    text-align: center;
  }
}
.c-comment__textBox__commentBox {
  background-color: var(--color-white);
  margin-top: calc(25 / 1440 * 100vw);
  min-height: calc(150 / 1440 * 100vw);
  padding: calc(20 / 1440 * 100vw) calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-comment__textBox__commentBox {
    margin-top: calc(20 / 375 * 100vw);
    min-height: 0;
    padding: calc(15 / 375 * 100vw) calc(17 / 375 * 100vw);
  }
}
.c-comment__textBox__commentBox__title {
  color: var(--color-main2);
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(23 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-comment__textBox__commentBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.c-comment__textBox__commentBox__text {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(26 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-comment__textBox__commentBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-header {
  height: calc(100 / 1440 * 100vw);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(55 / 375 * 100vw);
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: calc(24 / 1440 * 100vw);
  padding-right: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header .l-container {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-header__logo {
  width: calc(98 / 1440 * 100vw);
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(71 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
  pointer-events: none;
}

.p-mainVisual {
  background-image: url(../images/mainvisual_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: calc(737 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.png);
    height: calc(754 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  padding-left: calc(154 / 1440 * 100vw);
  padding-right: calc(154 / 1440 * 100vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    padding-top: calc(290 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__label {
  background-image: url(../images/mainvisual_label.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(41 / 1440 * 100vw);
  margin-bottom: calc(20 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: calc(351 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__label {
    height: calc(34 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(10 / 375 * 100vw);
    width: calc(298 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__titleBox {
  color: var(--color-white);
  font-family: "Libre Baskerville" !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__titleBox {
    text-align: center;
  }
}
.p-mainVisual__textBox__titleBox__title1 {
  font-size: calc(45 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__titleBox__title1 {
    font-size: calc(29 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__titleBox__title2 {
  font-size: calc(24 / 1440 * 100vw);
  margin-top: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__titleBox__title2 {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__text1 {
  color: var(--color-white);
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: calc(46 / 1440 * 100vw);
  margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__text1 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    text-align: center;
  }
}
.p-mainVisual__textBox__text2 {
  color: var(--color-white);
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(31 / 1440 * 100vw);
  margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    text-align: center;
  }
}
.p-mainVisual__textBox__button {
  margin-top: calc(35 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__button a {
  align-items: center;
  background-color: var(--color-main2);
  border-radius: calc(100 / 1440 * 100vw);
  color: var(--color-white);
  display: flex;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button a {
    border-radius: calc(100 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__button a::before {
  background-image: url(../images/icon_cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.p-mainVisual__textBox__button a {
  font-size: calc(26 / 1440 * 100vw);
  height: calc(84 / 1440 * 100vw);
  width: calc(397 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button a {
    font-size: calc(18 / 375 * 100vw);
    height: calc(59 / 375 * 100vw);
    margin: 0 auto;
    width: calc(251 / 375 * 100vw);
  }
}
.p-mainVisual__textBox__button a::before {
  height: calc(28 / 1440 * 100vw);
  margin-right: calc(20 / 1440 * 100vw);
  width: calc(28 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button a::before {
    height: calc(20 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}

.p-about {
  background-color: var(--color-bg);
  position: relative;
}
.p-about::before {
  background-image: url(../images/about_bg.svg);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: calc(1296 / 1440 * 100vw);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    background-image: url(../images/about_bg_sp.svg);
    height: calc(989 / 375 * 100vw);
  }
}
.p-about .l-container {
  position: relative;
  z-index: 1;
}
.p-about .l-container::before {
  background-image: url(../images/about_decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(441 / 1440 * 100vw);
  left: 0;
  position: absolute;
  top: calc(222 / 1440 * 100vw);
  width: calc(231 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about .l-container::before {
    display: none;
    height: calc(441 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
    width: calc(231 / 375 * 100vw);
  }
}
.p-about__inner {
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(180 / 375 * 100vw);
  }
}
.p-about__titleBox {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-about__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: calc(40 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__titleEn {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-about__titleBox__titleJa {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__titleJa {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-about__content__titleBox {
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
  margin-bottom: calc(50 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__content__titleBox {
    line-height: calc(18 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-about__content__titleBox__title1 {
  font-size: calc(25 / 1440 * 100vw);
  letter-spacing: 0.02em;
  margin-bottom: calc(15 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__content__titleBox__title1 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-about__content__titleBox__title2 {
  font-size: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__content__titleBox__title2 {
    font-size: calc(24 / 375 * 100vw);
  }
}
.p-about__content__textBox p {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(45 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-about__content__textBox p + p {
  margin-top: calc(45 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox p + p {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-about__content__button {
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__content__button {
    margin-top: calc(45 / 375 * 100vw);
  }
}
.p-about__content__button a {
  align-items: center;
  background-color: var(--color-main2);
  border-radius: calc(100 / 1440 * 100vw);
  color: var(--color-white);
  display: flex;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-about__content__button a {
    border-radius: calc(100 / 375 * 100vw);
  }
}
.p-about__content__button a::before {
  background-image: url(../images/icon_cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.p-about__content__button a {
  font-size: calc(22 / 1440 * 100vw);
  height: calc(72 / 1440 * 100vw);
  margin: 0 auto;
  width: calc(286 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__content__button a {
    font-size: calc(18 / 375 * 100vw);
    height: calc(59 / 375 * 100vw);
    width: calc(251 / 375 * 100vw);
  }
}
.p-about__content__button a::before {
  height: calc(24 / 1440 * 100vw);
  margin-right: calc(15 / 1440 * 100vw);
  width: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about__content__button a::before {
    height: calc(20 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}

.p-collabAmbassador {
  background-color: var(--color-bg);
}
.p-collabAmbassador .l-container {
  position: relative;
  z-index: 1;
}
.p-collabAmbassador__inner {
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(180 / 375 * 100vw);
  }
}
.p-collabAmbassador__titleBox {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-collabAmbassador__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: calc(40 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__titleBox__titleEn {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-collabAmbassador__titleBox__titleJa {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__titleBox__titleJa {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-collabAmbassador__titleBox__titleEn span::after {
  content: " ";
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__titleBox__titleEn span::after {
    display: none;
  }
}
.p-collabAmbassador__content__text {
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__content__text {
    font-size: calc(21 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-collabAmbassador__content__memberList {
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__content__memberList {
    margin-top: calc(45 / 375 * 100vw);
  }
}
.p-collabAmbassador__content__memberList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__content__memberList > ul {
    display: block;
  }
}
.p-collabAmbassador__content__memberList > ul > li {
  width: calc(350 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__content__memberList > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-collabAmbassador__content__memberList > ul > li + li {
    margin-top: calc(35 / 375 * 100vw);
  }
}

.p-subscriptionContents {
  background-color: var(--color-bg);
}
.p-subscriptionContents .l-container {
  position: relative;
}
.p-subscriptionContents .l-container::before {
  background-image: url(../images/subscriptioncontents_decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(913 / 1440 * 100vw);
  position: absolute;
  right: 0;
  top: calc(1140 / 1440 * 100vw);
  width: calc(214 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents .l-container::before {
    background-image: url(../images/subscriptioncontents_decoration_sp.svg);
    height: calc(457 / 375 * 100vw);
    top: calc(2705 / 375 * 100vw);
    width: calc(55 / 375 * 100vw);
  }
}
.p-subscriptionContents__inner {
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-subscriptionContents__titleBox {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-subscriptionContents__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: calc(40 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__titleBox__titleEn {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-subscriptionContents__titleBox__titleJa {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__titleBox__titleJa {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-subscriptionContents__content__text {
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__content__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-subscriptionContents__content__bonusList {
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__content__bonusList {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-subscriptionContents__content__bonusList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-subscriptionContents__content__bonusList > ul > li {
  margin-left: calc(38 / 1440 * 100vw);
  margin-top: calc(40 / 1440 * 100vw);
  width: calc(350 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__content__bonusList > ul > li {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(20 / 375 * 100vw);
    width: calc(343 / 375 * 100vw);
  }
}
.p-subscriptionContents__content__bonusList > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__content__bonusList > ul > li:nth-child(-n+3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-subscriptionContents__content__bonusList > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
.p-subscriptionContents__content__bonusList > ul > li:nth-child(n+4) .c-bonus {
  height: calc(510 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__content__bonusList > ul > li:nth-child(n+4) .c-bonus {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-subscriptionContents__content__bonusList > ul > li:first-child {
    margin-top: 0;
  }
}

.p-specialBlend {
  background-color: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .p-specialBlend .l-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-specialBlend .l-container::after {
    background-image: url(../images/specialcontents_bg_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: calc(125 / 375 * 100vw);
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.p-specialBlend__inner {
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-specialBlend__inner {
    padding-bottom: calc(174 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-specialBlend__titleBox {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialBlend__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-specialBlend__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: calc(40 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-specialBlend__titleBox__titleEn {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-specialBlend__titleBox__titleJa {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-specialBlend__titleBox__titleJa {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-specialBlend__content__text {
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-specialBlend__content__text {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-specialBlend__content__commentList {
  margin: 0 auto;
  margin-top: calc(80 / 1440 * 100vw);
  width: calc(998 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialBlend__content__commentList {
    margin-top: calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.p-specialBlend__content__commentList > ul > li + li {
  margin-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialBlend__content__commentList > ul > li + li {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-specialBlend__content__commentList > ul > li:nth-child(2n) .c-comment {
  flex-direction: row-reverse;
}

.p-specialContents {
  position: relative;
}
.p-specialContents::before {
  background-image: url(../images/specialcontents_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(579 / 1440 * 100vw);
  left: 0;
  position: absolute;
  top: calc(-400 / 1440 * 100vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-specialContents::before {
    display: none;
    height: calc(579 / 375 * 100vw);
    top: calc(-400 / 375 * 100vw);
  }
}
.p-specialContents .l-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-specialContents .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-specialContents .l-container::before {
  background-image: url(../images/specialcontents_decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(633 / 1440 * 100vw);
  left: 0;
  position: absolute;
  top: calc(350 / 1440 * 100vw);
  width: calc(373 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialContents .l-container::before {
    background-image: url(../images/specialcontents_decoration_sp.svg);
    height: calc(317 / 375 * 100vw);
    top: calc(460 / 375 * 100vw);
    width: calc(154 / 375 * 100vw);
  }
}
.p-specialContents__inner {
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialContents__inner {
    overflow: hidden;
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    position: relative;
    z-index: 1;
  }
}
.p-specialContents__titleBox {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialContents__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-specialContents__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: calc(40 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-specialContents__titleBox__titleEn {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-specialContents__titleBox__titleJa {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-specialContents__titleBox__titleJa {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialContents__content {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
.p-specialContents__content__text {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(30 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-specialContents__content__text {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-specialContents__content__movieList {
  margin: 0 auto;
  margin-top: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialContents__content__movieList {
    margin-top: calc(70 / 375 * 100vw);
  }
}
.p-specialContents__content__movieList > ul {
  display: flex;
  justify-content: space-between;
}
.p-specialContents__content__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-specialContents__content__swiper {
    margin-top: calc(50 / 375 * 100vw);
    transform: translateX(calc(-10 / 375 * 100vw));
    width: calc(280 / 375 * 100vw);
  }
}
.p-specialContents__content__button {
  margin-top: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialContents__content__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-specialContents__content__button a {
  align-items: center;
  background-color: var(--color-main2);
  border-radius: calc(100 / 1440 * 100vw);
  color: var(--color-white);
  display: flex;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: bold;
  height: calc(50 / 1440 * 100vw);
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0 auto;
  width: calc(210 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialContents__content__button a {
    border-radius: calc(100 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(47 / 375 * 100vw);
    width: calc(197 / 375 * 100vw);
  }
}

.p-product__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__inner {
    display: block;
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-product__thumbnail {
  flex-shrink: 0;
  margin-right: calc(85 / 1440 * 100vw);
  width: calc(461 / 1440 * 100vw);
}
.p-product__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product__thumbnail {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-product__textBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-product__textBox__titleBox {
    text-align: center;
  }
}
.p-product__textBox__titleBox__label {
  align-items: center;
  background-color: var(--color-main);
  border-radius: calc(100 / 1440 * 100vw);
  color: var(--color-white);
  display: inline-flex;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: bold;
  height: calc(35 / 1440 * 100vw);
  justify-content: center;
  letter-spacing: 0.08em;
  margin-bottom: calc(15 / 1440 * 100vw);
  padding: 0 calc(25 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__titleBox__label {
    border-radius: calc(100 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(33 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding: 0 calc(23 / 375 * 100vw);
  }
}
.p-product__textBox__titleBox__title {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    text-align: center;
  }
}
.p-product__textBox__price {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(30 / 1440 * 100vw);
  margin-top: calc(55 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__price {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-product__textBox__price span.number {
  color: var(--color-main2);
  font-family: "Libre Baskerville" !important;
  font-size: calc(91 / 1440 * 100vw);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-product__textBox__price span.number {
    font-size: calc(57 / 375 * 100vw);
  }
}
.p-product__textBox__text {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__text {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-product__textBox__text p {
  font-size: calc(11 / 1440 * 100vw);
  line-height: calc(18 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__text p {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
.p-product__textBox__text p + p {
  margin-top: calc(11 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__text p + p {
    margin-top: calc(11 / 375 * 100vw);
  }
}
.p-product__textBox__button {
  margin-top: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__button {
    display: none;
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-product__textBox__button a {
  align-items: center;
  background-color: var(--color-main2);
  border-radius: calc(100 / 1440 * 100vw);
  color: var(--color-white);
  display: flex;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-product__textBox__button a {
    border-radius: calc(100 / 375 * 100vw);
  }
}
.p-product__textBox__button a::before {
  background-image: url(../images/icon_cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.p-product__textBox__button a {
  font-size: calc(22 / 1440 * 100vw);
  height: calc(72 / 1440 * 100vw);
  width: calc(286 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__button a {
    font-size: calc(22 / 375 * 100vw);
    height: calc(72 / 375 * 100vw);
    width: calc(286 / 375 * 100vw);
  }
}
.p-product__textBox__button a::before {
  height: calc(24 / 1440 * 100vw);
  margin-right: calc(15 / 1440 * 100vw);
  width: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-product__textBox__button a::before {
    height: calc(24 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}

.p-detail__inner {
  padding-bottom: calc(140 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
  }
}
.p-detail__content {
  background-color: var(--color-bg);
  border-radius: calc(8 / 1440 * 100vw);
  padding: calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(95 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__content {
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-detail__content__titleBox {
  margin-bottom: calc(70 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail__content__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-detail__content__titleBox__title {
  font-size: calc(34 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__content__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
  }
}
.p-detail__content__titleBox__text {
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(26 / 1440 * 100vw);
  margin-top: calc(15 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__content__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-detail__content__list > ul > li {
  border-bottom: 1px solid rgba(100, 55, 35, 0.1);
}
.p-detail__content__list > ul > li:first-child {
  border-top: 1px solid rgba(100, 55, 35, 0.1);
}
.p-detail__content__list__box {
  align-items: center;
  display: flex;
  padding: calc(40 / 1440 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .p-detail__content__list__box {
    display: block;
    padding: calc(30 / 375 * 100vw) 0;
  }
}
.p-detail__content__list__box__label {
  align-items: center;
  background-color: var(--color-black);
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  flex-shrink: 0;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: bold;
  height: calc(72 / 1440 * 100vw);
  justify-content: center;
  margin-right: calc(46 / 1440 * 100vw);
  width: calc(72 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__content__list__box__label {
    border-radius: calc(50 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    height: calc(33 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(89 / 375 * 100vw);
  }
}
.p-detail__content__list__box__textList > ul > li {
  display: flex;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(26 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__content__list__box__textList > ul > li {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-detail__content__list__box__textList > ul > li::before {
  content: "・";
  flex-shrink: 0;
  margin-right: calc(7 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-detail__content__list__box__textList > ul > li::before {
    margin-right: calc(0 / 375 * 100vw);
  }
}

.p-imperfect .l-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-imperfect .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-imperfect .l-container::before {
  background-image: url(../images/imperfect_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: calc(197 / 1440 * 100vw);
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-imperfect .l-container::before {
    background-image: url(../images/imperfect_bg_sp.svg);
    height: calc(115 / 375 * 100vw);
  }
}
.p-imperfect__inner {
  padding-bottom: calc(360 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-imperfect__inner {
    padding-bottom: calc(196 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-imperfect__content {
  background-color: var(--color-bg);
  border-radius: calc(8 / 1440 * 100vw);
  padding: calc(100 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-imperfect__content {
    border-radius: calc(0 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(30 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
}
.p-imperfect__content__titleBox {
  margin-bottom: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-imperfect__content__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-imperfect__content__titleBox__title {
  font-size: calc(34 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-imperfect__content__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
  }
}
.p-imperfect__content__list > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-imperfect__content__list > ul {
    display: block;
  }
}
.p-imperfect__content__list > ul > li {
  width: calc(300 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-imperfect__content__list > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-imperfect__content__list > ul > li + li {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-info__inner {
  padding-bottom: calc(50 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-info__content {
  margin: 0 auto;
  width: calc(940 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-info__content {
    width: 100%;
  }
}
.p-info__content table th {
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin: 0;
  padding: calc(10 / 1440 * 100vw);
  text-align: left;
  width: calc(290 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-info__content table th {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw);
    width: calc(110 / 375 * 100vw);
  }
}
.p-info__content table td {
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin: 0;
  padding: calc(10 / 1440 * 100vw);
  width: calc(650 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-info__content table td {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw);
    width: calc(235 / 375 * 100vw);
  }
}
.p-info__content table td a {
  text-decoration: underline;
}
.p-info--company .p-info__inner {
  padding-bottom: 0;
}
.p-info--detail .p-info__inner {
  padding-top: 0;
}

.p-form__inner {
  padding-bottom: calc(50 / 1440 * 100vw);
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-form__content {
  margin: 0 auto;
  width: calc(940 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-form__content {
    width: 100%;
  }
}