@charset "UTF-8";
/*
Theme Name:  Biotope Theme
Theme URI:
Description: This is Biotope's theme.
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  max-width: 390px;
  margin: 0 auto;
  background-color: #deeff3;
  container-type: inline-size;
  container-name: main;
}
@media screen and (max-width: 768px) {
  html {
    background-color: #ffffff;
  }
}

body {
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
  line-height: 1.8;
  color: #000;
  font-size: 3.5897435897cqw;
  padding-top: 8.2051282051cqw;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-x: hidden;
}
body:not(.home) {
  padding-top: 15.3846153846cqw;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer !important;
}

a {
  color: inherit;
}

.p-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  z-index: 1000;
  background-color: transparent;
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5.1282051282cqw;
}
.p-header__logo {
  display: block;
  width: 56.4102564103cqw;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.home .p-header__logo {
  width: 56.4102564103cqw;
}
body:not(.home) .p-header__logo {
  width: 43.5897435897cqw;
}
.p-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-footer {
  max-width: 390px;
  margin: 0 auto;
  padding: 10.2564102564cqw 5.1282051282cqw 25.641025641cqw;
  background-color: #ffffff;
  border-top: 0.5128205128cqw dotted #c9c9c9;
  position: relative;
  margin-top: 20.5128205128cqw;
}
.p-footer__pagetop {
  position: absolute;
  top: -6.4102564103cqw;
  right: 5%;
  width: 12.8205128205cqw;
  height: 12.8205128205cqw;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 0.7692307692cqw solid #ffffff;
}
.p-footer__pagetop img {
  width: 3.0769230769cqw;
}
.p-footer__header {
  text-align: center;
  margin-bottom: 10.2564102564cqw;
}
.p-footer__logo {
  width: 43.5897435897cqw;
  margin: 0 auto 3.0769230769cqw;
  display: block;
}
.p-footer__tagline {
  font-size: 3.5897435897cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0 0 7.6923076923cqw;
  color: #000;
  line-height: 1.6;
}
.p-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.1538461538cqw;
}
.p-footer__social-link {
  display: block;
  width: 7.6923076923cqw;
  height: 7.6923076923cqw;
}
.p-footer__social-link img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.1282051282cqw;
}
.p-footer__inner {
  max-width: 390px;
  margin: 0 auto;
  padding: 4.1025641026cqw;
}
.p-footer__copyright {
  text-align: center;
  font-size: 2.5641025641cqw;
  color: #666;
  margin-top: 5.1282051282cqw;
}

.p-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  z-index: 1000;
  padding: 5.1282051282cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5641025641cqw;
}
.p-bottom-nav__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5641025641cqw;
}
.p-bottom-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8.2051282051cqw;
  width: 8.2051282051cqw;
  background-color: #59adc4;
  border-radius: 25.641025641cqw;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.3s ease;
  transition: transform 0.2s ease, border-color 0.3s ease, -webkit-transform 0.2s ease;
}
.p-bottom-nav__icon {
  width: 3.5897435897cqw;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bottom-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0512820513cqw;
  height: 8.2051282051cqw;
  padding: 0 3.0769230769cqw;
  background-color: #59adc4;
  border: 0.5128205128cqw dotted transparent;
  border-radius: 4.1025641026cqw;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.3s ease;
  transition: transform 0.2s ease, border-color 0.3s ease, -webkit-transform 0.2s ease;
  min-width: 25.1282051282cqw;
}
.p-bottom-nav__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7692307692cqw;
  position: relative;
  width: 4.1025641026cqw;
  height: 3.0769230769cqw;
}
.p-bottom-nav__hamburger span {
  display: block;
  width: 4.1025641026cqw;
  height: 0.5128205128cqw;
  background-color: #fff;
  border-radius: 0.2564102564cqw;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-bottom-nav__hamburger span:nth-child(1) {
  top: 0;
}
.p-bottom-nav__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-bottom-nav__hamburger span:nth-child(3) {
  bottom: 0;
}
.p-bottom-nav__hamburger.is-close span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-bottom-nav__hamburger.is-close span:nth-child(2) {
  opacity: 0;
}
.p-bottom-nav__hamburger.is-close span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
.p-bottom-nav__menu-text {
  font-size: 3.0769230769cqw;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.p-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.p-menu-modal {
  position: fixed;
  bottom: 2.5641025641cqw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  background-color: #ffffff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 2.0512820513cqw;
  padding-bottom: 15.3846153846cqw;
  max-width: 93.8461538462cqw;
}
.p-menu-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.p-menu-modal__content {
  padding: 7.6923076923cqw 6.1538461538cqw 2.5641025641cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.1282051282cqw;
}
.p-menu-modal__main-header {
  text-align: center;
  margin-bottom: -2.5641025641cqw;
}
.p-menu-modal__main-title-en {
  font-size: 2.8205128205cqw;
  font-weight: bold;
  margin: 0 0 1.0256410256cqw;
  color: #000;
  line-height: 1;
  color: #59adc4;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.p-menu-modal__main-title-ja {
  font-size: 3.5897435897cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0;
  color: #000;
}
.p-menu-modal__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0512820513cqw;
}
.p-menu-modal__header {
  padding-bottom: 2.0512820513cqw;
  border-bottom: 0.5128205128cqw dotted #c9c9c9;
}
.p-menu-modal__title {
  font-size: 3.5897435897cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0;
  color: #000;
}
.p-menu-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0cqw;
}
.p-menu-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5128205128cqw;
  padding: 2.0512820513cqw 0cqw;
  color: #000;
  text-decoration: none;
  font-size: 2.8205128205cqw;
}
.p-menu-modal__item--external {
  position: relative;
}
.p-menu-modal__item-arrow {
  width: 4.1025641026cqw;
  height: 4.1025641026cqw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-menu-modal__item-link {
  width: 3.0769230769cqw;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.0256410256cqw;
}

.c-section-title {
  text-align: left;
  margin-bottom: 2.0512820513cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section-title__en {
  font-family: "chorine-large", sans-serif;
  font-size: 10.2564102564cqw;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1;
}
.c-section-title__ja {
  font-size: 4.1025641026cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0;
  color: #000;
}
.c-section-title__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0256410256cqw;
  font-size: 3.0769230769cqw;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
}
.c-section-title__arrow {
  width: 5.1282051282cqw;
  height: 5.1282051282cqw;
}

.p-top {
  max-width: 390px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
}
.p-top__book-of-month {
  background-color: #deeff3;
  padding: 5.1282051282cqw;
  text-align: center;
  margin: 6.4102564103cqw 5.1282051282cqw 7.6923076923cqw;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 1.2820512821cqw;
}
.p-top__book-of-month::before {
  content: "";
  position: absolute;
  top: -1.2820512821cqw;
  left: -1.2820512821cqw;
  right: -1.2820512821cqw;
  bottom: -1.2820512821cqw;
  border: 0.5128205128cqw dotted #c9c9c9;
  pointer-events: none;
  border-radius: 2.5641025641cqw;
}
.p-top__book-month-label {
  position: absolute;
  bottom: -5.1282051282cqw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 3.0769230769cqw;
  font-size: 4.6153846154cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  color: #000;
  white-space: nowrap;
  z-index: 5;
  -webkit-text-stroke: 1.5384615385cqw #ffffff;
  text-stroke: 1.5384615385cqw #ffffff;
  paint-order: stroke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0512820513cqw;
}
.p-top__book-month-label-arrow {
  width: 5.641025641cqw;
  height: 5.641025641cqw;
  position: absolute;
  right: -5.1282051282cqw;
}
.p-top__book-info {
  text-align: center;
  padding: 0cqw 5.1282051282cqw;
}
.p-top__book-info-title {
  font-size: 3.8461538462cqw;
  font-weight: 500;
  margin: 0 0 2.0512820513cqw;
  color: #000;
  line-height: 1.2;
}
.p-top__book-info-author {
  font-size: 3.0769230769cqw;
  margin: 0;
  color: rgba(0, 0, 0, .5);
  line-height: 1.2;
}
.p-top__search {
  padding: 5.1282051282cqw 5.1282051282cqw 5.1282051282cqw;
}
.p-top__search-form {
  position: relative;
  width: 100%;
}
.p-top__search-input {
  width: 100%;
  padding: 4.1025641026cqw 12.8205128205cqw 4.1025641026cqw 5.1282051282cqw;
  background-color: #59adc4;
  border: none;
  border-radius: 25.641025641cqw;
  font-size: 3.5897435897cqw;
  color: #ffffff;
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
}
.p-top__search-input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
  opacity: 0.6;
}
.p-top__search-input::-moz-placeholder {
  color: #ffffff;
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
  opacity: 0.6;
}
.p-top__search-input::-ms-input-placeholder {
  color: #ffffff;
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
  opacity: 0.6;
}
.p-top__search-input::placeholder {
  color: #ffffff;
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
  opacity: 0.6;
}
.p-top__search-input:focus {
  outline: none;
}
.p-top__search-input:-internal-autofill-selected {
  background-color: #59adc4 !important;
  color: #ffffff !important;
}
.p-top__search-button {
  position: absolute;
  right: 5.1282051282cqw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 5.1282051282cqw;
  height: 5.1282051282cqw;
}
.p-top__search-button img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-top__book-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.1282051282cqw;
}
.p-top__book-title-marquee {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: -2.0512820513cqw;
  left: 0;
  right: 0;
}
.p-top__book-title-marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee-title 20s linear infinite;
          animation: marquee-title 20s linear infinite;
}
.p-top__book-title {
  font-family: "chorine-large", sans-serif;
  font-size: 12.8205128205cqw;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  padding-right: 4.1025641026cqw;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
@-webkit-keyframes marquee-title {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes marquee-title {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-top__book-image {
  width: 100%;
  max-width: 43.5897435897cqw;
}
.p-top__book-image a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top__book-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top__intro {
  padding: 10.2564102564cqw 5.1282051282cqw 5.1282051282cqw;
  text-align: center;
}
.p-top__intro-title {
  font-size: 4.6153846154cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0 0 4.1025641026cqw;
  line-height: 1;
  color: #000;
}
.p-top__intro-text {
  font-size: 3.0769230769cqw;
  line-height: 2;
  color: #000;
}
.p-top__intro-text p {
  margin: 0;
}
.p-top__intro-text p:last-child {
  margin-bottom: 0;
}
.p-top__recommend {
  padding: 10.2564102564cqw 0;
}
.p-top__recommend .c-section-title {
  padding: 0 5.1282051282cqw;
}
.p-top__recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 0.5128205128cqw dotted #c9c9c9;
  width: 100%;
}
.p-top__recommend-item {
  padding: 3.0769230769cqw;
  border-right: 0.5128205128cqw dotted #c9c9c9;
  border-bottom: 0.5128205128cqw dotted #c9c9c9;
}
.p-top__recommend-item:nth-child(2n) {
  border-right: none;
}
.p-top__recommend-image {
  background-color: #deeff3;
  margin-bottom: 3.0769230769cqw;
  padding: 3.8461538462cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 1.0256410256cqw;
  position: relative;
}
.p-top__recommend-image a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__recommend-image img {
  max-width: 86%;
  max-height: 86%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__new-badge {
  position: absolute;
  top: -1.0256410256cqw;
  left: -1.0256410256cqw;
  background-color: #59adc4;
  color: #fff;
  font-size: 2.5641025641cqw;
  font-weight: bold;
  border-radius: 25.641025641cqw;
  z-index: 1;
  width: 8.7179487179cqw;
  height: 8.7179487179cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
}
.p-top__recommend-title {
  font-size: 3.3333333333cqw;
  font-weight: 500;
  margin: 0 0 0.5128205128cqw;
  line-height: 1.6;
}
.p-top__recommend-title a {
  color: #39859a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-top__recommend-author {
  font-size: 2.8205128205cqw;
  margin: 0 0 0.5128205128cqw;
  color: #666;
  line-height: 1.6;
}
.p-top__recommend-price {
  font-size: 3.3333333333cqw;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.p-top__recommend-price-tax {
  font-size: 2.5641025641cqw;
  font-weight: 400;
  margin-left: -1.0256410256cqw;
}
.p-top__recommend-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 4.1025641026cqw 5.1282051282cqw;
  margin: 5.1282051282cqw auto 0;
  background-color: #f4f4f4;
  max-width: 61.5384615385cqw;
  border-radius: 25.641025641cqw;
  text-decoration: none;
  color: #000;
  font-size: 3.3333333333cqw;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-top__recommend-button-arrow {
  width: 5.1282051282cqw;
  height: 5.1282051282cqw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 5.1282051282cqw;
}
.p-top__essay {
  background-color: #f8f8f8;
  padding: 10.2564102564cqw 0cqw;
}
.p-top__essay .p-top__recommend-button {
  background-color: #ffffff;
}
.p-top__essay-description {
  font-size: 3.0769230769cqw;
  line-height: 1.8;
  margin: 4.1025641026cqw 5.1282051282cqw 6.1538461538cqw;
}
.p-top__essay-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1025641026cqw;
  padding: 0 5.1282051282cqw;
  margin-bottom: 5.1282051282cqw;
}
.p-top__essay-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__essay-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 3.0769230769cqw;
  border-radius: 1.0256410256cqw;
  overflow: hidden;
}
.p-top__essay-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__essay-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top__essay-thumbnail img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top__essay-title {
  font-size: 3.3333333333cqw;
  font-weight: 500;
  margin: 0 0 2.0512820513cqw;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
}
.p-top__essay-title a {
  color: #000;
  text-decoration: none;
}
.p-top__essay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top__essay-excerpt {
  font-size: 2.8205128205cqw;
  line-height: 1.6;
  margin: 0 0 3.0769230769cqw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top__essay-readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.0256410256cqw;
  font-size: 2.8205128205cqw;
  color: #39859a;
  text-decoration: none;
  margin-top: auto;
}
.p-top__essay-arrow {
  width: 1.5384615385cqw;
}
.p-top__genre {
  padding: 10.2564102564cqw 0;
}
.p-top__genre .c-section-title {
  padding: 0 5.1282051282cqw;
}
.p-top__genre-accordion {
  margin-top: 5.1282051282cqw;
}
.p-top__genre-item {
  border-bottom: 1px solid #ececec;
}
.p-top__genre-item:first-child {
  border-top: 1px solid #ececec;
}
.p-top__genre-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.1282051282cqw 5.1282051282cqw;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 3.5897435897cqw;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-family: "Gothic Medium BBB", yugothic, sans-serif;
}
.p-top__genre-header .p-top__genre-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-top__genre-header.is-open .p-top__genre-arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.p-top__genre-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top__genre-arrow {
  width: 5.1282051282cqw;
  height: 5.1282051282cqw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top__genre-content {
  display: none;
  padding: 4.1025641026cqw 5.1282051282cqw 5.1282051282cqw;
}
.p-top__genre-content.is-open {
  display: block;
}
.p-top__genre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.0769230769cqw 4.1025641026cqw;
}
.p-top__genre-subcat {
  padding: 3.0769230769cqw;
  background-color: #f8f8f8;
  border-radius: 1.0256410256cqw;
  text-decoration: none;
  color: #000;
  font-size: 3.3333333333cqw;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.p-top__genre-subcat:hover {
  background-color: #e8e8e8;
}
.p-top__news {
  padding: 10.2564102564cqw 5.1282051282cqw;
  background-color: #f8f8f8;
}
.p-top__news-list {
  margin-top: 5.1282051282cqw;
}
.p-top__news-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.p-top__news-link {
  display: block;
  padding: 4.1025641026cqw 0;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-top__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.0769230769cqw;
  margin-bottom: 2.0512820513cqw;
}
.p-top__news-date {
  font-size: 2.8205128205cqw;
  color: #666;
}
.p-top__news-category {
  font-size: 2.8205128205cqw;
  color: #666;
}
.p-top__news-title {
  font-size: 3.5897435897cqw;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.p-top__little-press {
  padding: 10.2564102564cqw 5.1282051282cqw;
  background-color: #59adc4;
  text-align: center;
  margin: 10.2564102564cqw 5.1282051282cqw;
  border-radius: 2.5641025641cqw;
}
.p-top__little-press-title {
  font-size: 4.1025641026cqw;
  font-weight: bold;
  margin: 0 0 6.1538461538cqw;
  color: white;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
}
.p-top__little-press-image {
  margin: auto;
  margin-bottom: 6.1538461538cqw;
  max-width: 51.2820512821cqw;
}
.p-top__little-press-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top__little-press-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__little-press-text {
  font-size: 3.0769230769cqw;
  line-height: 1.8;
  margin: 0 0 6.1538461538cqw;
  color: white;
}
.p-top__little-press-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 56.4102564103cqw;
  padding: 4.1025641026cqw 6.1538461538cqw;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 25.641025641cqw;
  text-decoration: none;
  color: #000;
  font-size: 3.3333333333cqw;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
}
.p-top__little-press-button-arrow {
  width: 5.1282051282cqw;
  height: 5.1282051282cqw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 6.1538461538cqw;
}

.p-product-detail {
  max-width: 390px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  container-type: inline-size;
}
.p-product-detail__pagination {
  padding: 5.1282051282cqw 5.1282051282cqw 0;
}
.p-product-detail__pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0512820513cqw;
}
.p-product-detail__pagination-home {
  font-size: 2.8205128205cqw;
  color: #39859a;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: underline !important;
}
.p-product-detail__pagination-arrow {
  width: 1.5384615385cqw;
  height: 1.5384615385cqw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product-detail__pagination-title {
  font-size: 2.8205128205cqw;
  color: #666;
}
.p-product-detail__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.0512820513cqw 5.1282051282cqw 0;
}
.p-product-detail__image {
  background-color: #deeff3;
  padding: 5.1282051282cqw;
  text-align: center;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 1.2820512821cqw;
  margin-bottom: 6.1538461538cqw;
}
.p-product-detail__image::before {
  content: "";
  position: absolute;
  top: -1.2820512821cqw;
  left: -1.2820512821cqw;
  right: -1.2820512821cqw;
  bottom: -1.2820512821cqw;
  border: 0.5128205128cqw dotted #c9c9c9;
  pointer-events: none;
  border-radius: 2.5641025641cqw;
}
.p-product-detail__image img {
  width: 100%;
  max-width: 43.5897435897cqw !important;
  height: auto;
  display: block;
}
.p-product-detail__favorite {
  position: absolute;
  bottom: 2.0512820513cqw;
  right: 2.0512820513cqw;
  width: 12.8205128205cqw;
  height: 12.8205128205cqw;
  background-color: rgba(255, 255, 255, .8);
  border: none;
  border-radius: 25.641025641cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.p-product-detail__favorite img {
  width: 6.1538461538cqw;
}
.p-product-detail__favorite.is-favorited .p-product-detail__favorite-icon {
  content: url("../images/heart-pink.svg");
}
.p-product-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product-detail__title {
  font-size: 4.6153846154cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0 0 2.0512820513cqw;
  line-height: 1.6;
}
.p-product-detail__meta-item {
  font-size: 3.0769230769cqw;
  color: #666;
  line-height: 1.2;
  margin: 0 0 1.0256410256cqw;
}
.p-product-detail__description {
  font-size: 3.3333333333cqw;
  line-height: 1.8;
  margin-bottom: 3.0769230769cqw;
  color: #333;
}
.p-product-detail__description p {
  margin: 0 0 3.0769230769cqw;
}
.p-product-detail__description p:last-child {
  margin-bottom: 0;
}
.p-product-detail__price {
  font-size: 4.1025641026cqw;
  font-weight: 600;
  margin: 0 0 5.1282051282cqw;
  color: #a03309;
}
.p-product-detail__price-tax {
  font-size: 3.0769230769cqw;
  font-weight: 400;
}
.p-product-detail__cart {
  margin-bottom: 8.2051282051cqw;
}
.p-product-detail__add-to-cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0512820513cqw;
  padding: 5.1282051282cqw;
  background-color: #59adc4;
  color: #fff;
  border: none;
  border-radius: 25.641025641cqw;
  font-size: 3.8461538462cqw;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif !important;
}
.p-product-detail__cart-icon {
  width: 5.1282051282cqw;
  height: 5.1282051282cqw;
}
.p-product-detail__section-title {
  margin: 0 0 4.1025641026cqw;
}
.p-product-detail__section-title-en {
  display: block;
  font-size: 2.8205128205cqw;
  font-weight: 400;
  color: #59adc4;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
}
.p-product-detail__section-title-ja {
  display: block;
  font-size: 4.1025641026cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
}
.p-product-detail__gallery {
  margin-bottom: 8.2051282051cqw;
}
.p-product-detail__gallery-swiper {
  width: 100%;
}
.p-product-detail__gallery-swiper .swiper-slide {
  width: auto;
}
.p-product-detail__gallery-swiper .swiper-pagination {
  position: static;
  margin-top: 0cqw;
}
.p-product-detail__gallery-swiper .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  width: 2.0512820513cqw;
  height: 2.0512820513cqw;
}
.p-product-detail__gallery-swiper .swiper-pagination-bullet-active {
  background-color: #59adc4;
}
.p-product-detail__gallery-item {
  width: 100%;
  height: auto;
  border-radius: 1.0256410256cqw;
  overflow: hidden;
}
.p-product-detail__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-detail__essay {
  margin-bottom: 8.2051282051cqw;
}
.p-product-detail__essay-content {
  font-size: 3.3333333333cqw;
  line-height: 1.8;
  color: #333;
}
.p-product-detail__essay-content p {
  margin: 0 0 3.0769230769cqw;
}
.p-product-detail__essay-content p:last-child {
  margin-bottom: 0;
}
.p-product-detail__related {
  padding: 10.2564102564cqw 0;
}
.p-product-detail__related .c-section-title {
  padding: 0 5.1282051282cqw;
  margin-bottom: 5.1282051282cqw;
}
.p-product-detail__related .p-top__recommend-grid {
  padding: 0;
}
.p-product-detail__author {
  font-size: 3.5897435897cqw;
  color: #666;
  margin: 0;
}
.p-product-detail__description {
  margin-top: 5.1282051282cqw;
}
.p-product-detail__description-title {
  font-size: 4.1025641026cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0 0 3.8461538462cqw;
  color: #000;
}
.p-product-detail__description-content {
  font-size: 3.5897435897cqw;
  line-height: 1.8;
  color: #000;
}
.p-product-detail__description-content p {
  margin: 0 0 2.5641025641cqw;
}
.p-product-detail__description-content p:last-child {
  margin-bottom: 0;
}

.p-cart {
  max-width: 390px;
  margin: 0 auto;
}
.p-cart__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.1282051282cqw;
}
.p-cart__title {
  font-size: 6.1538461538cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  color: #000;
  margin: 0;
  text-align: center;
}
.p-cart__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8461538462cqw;
  padding: 3.8461538462cqw 0;
  border-top: 0.2564102564cqw dotted #c9c9c9;
  border-bottom: 0.2564102564cqw dotted #c9c9c9;
  background-color: #fff;
  margin-top: -0.2564102564cqw;
}
.p-cart__item-image {
  width: 20.5128205128cqw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-cart__item-image img {
  width: 100%;
  height: auto;
}
.p-cart__item-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5128205128cqw;
}
.p-cart__item-title {
  font-size: 3.5897435897cqw;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.p-cart__item-title a {
  color: #39859a;
  text-decoration: none;
}
.p-cart__item-author {
  font-size: 3.0769230769cqw;
  color: #666;
  margin: 0;
}
.p-cart__item-price {
  font-size: 3.3333333333cqw;
  color: #000;
  margin: 0;
}
.p-cart__item-price-tax {
  font-size: 2.5641025641cqw;
  font-weight: 400;
}
.p-cart__item-quantity input[type=number] {
  width: 15.3846153846cqw;
  padding: 1.5384615385cqw;
  border: 0.2564102564cqw solid #c9c9c9;
  border-radius: 1.0256410256cqw;
  text-align: center;
  font-size: 3.0769230769cqw;
  margin-top: 2.0512820513cqw;
}
.p-cart__item-remove-button {
  font-size: 3.0769230769cqw;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.p-cart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5.1282051282cqw 0;
}
.p-cart__update-button {
  padding: 2.0512820513cqw 5.1282051282cqw;
  background-color: #59acc3;
  color: white;
  border: none;
  border-radius: 25.641025641cqw;
  font-size: 3.0769230769cqw;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-cart__totals {
  background-color: #f5f5f5;
  padding: 5.1282051282cqw;
  border-radius: 2.0512820513cqw;
}
.p-cart__totals-title {
  font-size: 4.6153846154cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0 0 5.1282051282cqw;
  color: #000;
  text-align: center;
  display: none;
}
.p-cart__totals-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.0769230769cqw;
  margin-bottom: 5.1282051282cqw;
}
.p-cart__totals-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3.5897435897cqw;
  color: #000;
}
.p-cart__totals-row--total {
  font-size: 4.1025641026cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  padding-top: 3.0769230769cqw;
  border-top: 0.2564102564cqw solid #333;
}
.p-cart__totals-label {
  color: #000000;
  font-size: 3.0769230769cqw;
  width: 25.641025641cqw;
}
.p-cart__totals-value {
  font-weight: 600;
  font-size: 3.5897435897cqw;
}
.p-cart__checkout-button {
  display: block;
  padding: 3.8461538462cqw;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25.641025641cqw;
  font-size: 3.8461538462cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.p-cart__empty {
  text-align: center;
  padding: 15.3846153846cqw 5.1282051282cqw;
}
.p-cart__empty-text {
  font-size: 4.1025641026cqw;
  color: #666;
  margin: 0 0 7.6923076923cqw;
}
.p-cart__continue-shopping {
  display: inline-block;
  padding: 3.0769230769cqw 7.6923076923cqw;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 2.0512820513cqw;
  font-size: 3.5897435897cqw;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.p-checkout {
  max-width: 390px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  padding: 5.1282051282cqw;
}
.p-checkout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923cqw;
}
.p-checkout__title {
  font-size: 6.1538461538cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  color: #000;
  margin: 0;
  text-align: center;
}
.p-checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923cqw;
}
.p-checkout__customer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923cqw;
}
.p-checkout__billing, .p-checkout__shipping {
  background-color: #fff;
  padding: 5.1282051282cqw;
  border-radius: 2.0512820513cqw;
  border: 0.2564102564cqw dotted #333;
}
.p-checkout__section-title {
  font-size: 4.6153846154cqw;
  font-weight: bold;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  margin: 0 0 5.1282051282cqw;
  color: #000;
}
.p-checkout__order-review {
  background-color: #fff;
  padding: 5.1282051282cqw;
  border-radius: 2.0512820513cqw;
  border: 0.2564102564cqw dotted #333;
}
.p-checkout .woocommerce-input-wrapper {
  width: 100%;
}
.p-checkout input[type=text],
.p-checkout input[type=email],
.p-checkout input[type=tel],
.p-checkout input[type=number],
.p-checkout select,
.p-checkout textarea {
  width: 100%;
  padding: 2.5641025641cqw;
  border: 0.2564102564cqw solid #333;
  border-radius: 1.0256410256cqw;
  font-size: 3.5897435897cqw;
  background-color: #ffffff;
}
.p-checkout input[type=text]:focus,
.p-checkout input[type=email]:focus,
.p-checkout input[type=tel]:focus,
.p-checkout input[type=number]:focus,
.p-checkout select:focus,
.p-checkout textarea:focus {
  outline: none;
  border-color: #8fc5c5;
  background-color: #fff;
}
.p-checkout label {
  font-size: 3.5897435897cqw;
  color: #000;
  margin-bottom: 1.2820512821cqw;
  display: block;
}
.p-checkout label .required {
  color: #ff0000;
}
.p-checkout .form-row {
  margin-bottom: 3.8461538462cqw;
}
.p-checkout #place_order {
  width: 100%;
  padding: 3.8461538462cqw;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 2.0512820513cqw;
  font-size: 4.1025641026cqw;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.woocommerce-notices-wrapper {
  display: none;
}

.p-cart .woocommerce-notices-wrapper {
  display: none;
}
.p-cart__container {
  padding: 5.1282051282cqw;
}
.p-cart__header {
  text-align: center;
  padding: 5.1282051282cqw 5.1282051282cqw 0;
}
.p-cart__title-en {
  font-size: 2.8205128205cqw;
  font-weight: bold;
  margin: 0 0 2.0512820513cqw;
  color: #59adc4;
  line-height: 1;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.p-cart__title-ja {
  font-size: 4.1025641026cqw;
  font-weight: bold;
  margin: 0;
  font-family: "Midashi Go MB31", yugothic, sans-serif;
  color: #000;
}
.p-cart__item-remove {
  text-align: right;
}
.p-cart__item-remove-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0256410256cqw;
  font-size: 3.3333333333cqw;
  color: #39859a;
  text-decoration: underline !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-cart__item-remove-icon {
  width: 2.5641025641cqw;
}
.p-cart__item-image {
  width: 30.7692307692cqw;
  height: 30.7692307692cqw;
  padding: 2.5641025641cqw;
  background-color: #deeff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2.0512820513cqw;
}
.p-cart__item-image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 17.9487179487cqw;
}

@container (max-width: 699px) {
  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 5.1282051282cqw !important;
  }
}
.wp-block-woocommerce-checkout-totals-block {
  display: none !important;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 4.1025641026cqw !important;
  font-weight: bold !important;
  font-family: "Midashi Go MB31", yugothic, sans-serif !important;
  color: #000 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=email] {
  border: 1px solid #cacaca !important;
  background: #f5f5f5 !important;
  font-size: 3.5897435897cqw !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  font-size: 3.5897435897cqw !important;
}

.p-shop {
  max-width: 390px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  container-type: inline-size;
}
.p-shop__container {
  padding: 0;
}
.p-shop__header {
  text-align: center;
  margin-bottom: 8.2051282051cqw;
  padding: 5.1282051282cqw 5.1282051282cqw 0;
}
.p-shop__title-en {
  font-size: 6.1538461538cqw;
  font-weight: 500;
  margin: 0 0 2.0512820513cqw;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.p-shop__title-ja {
  font-size: 3.3333333333cqw;
  font-weight: 400;
  margin: 0;
  color: #666;
}

.woocommerce .products .product .add_to_cart_button,
.woocommerce .products .product .added_to_cart,
.woocommerce .products .product .button {
  display: none !important;
}
.woocommerce ul.products {
  display: none !important;
}
.woocommerce .woocommerce-shipping-calculator {
  text-align: right;
  text-decoration: underline;
}
.woocommerce .woocommerce-shipping-calculator .form-row {
  padding: 0 !important;
  margin: 0 0 1.5384615385cqw !important;
  width: 100% !important;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-article-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.20513vw 4.10256vw;
  }
}
/*# sourceMappingURL=style.css.map */
