@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Shippori+Mincho:wght@400;500;600&display=swap");
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: baseline;
}

a:focus {
  outline: none;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  outline: 0;
}

input, button, textarea, select {
  *font-size: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  border: 0;
}

/* Common
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* wrap, block */
html {
  font-size: 62.5%; /* 10px / 16px */
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  overflow-y: scroll;
}

body {
  min-width: 828px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.6em;
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
body.show {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
body.en {
  font-family: "EB Garamond", "Shippori Mincho", serif;
}
.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  body {
    word-wrap: break-word;
    font-size: 3.7333333333vw;
    min-width: 320px;
  }
}

strong, .bold {
  font-weight: 700;
}

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: italic;
}

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

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

/*----------------------------------------------------
 link
--------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a.fade:hover {
    opacity: 0.4;
  }
}
a.color-link {
  color: #325f96;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a.color-link:hover {
    text-decoration: none;
  }
}
a.shop__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a.shop__link:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  a.shop__link {
    text-decoration: underline;
  }
}

/*----------------------------------------------------
 header
--------------------------------------------------- */
.header {
  padding-top: 125px;
}
@media screen and (min-width: 1000px) {
  .header {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 24vw;
  }
}

/* JP⇔EN */
.language-switch {
  position: absolute;
  top: 40px;
  right: 56px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .language-switch {
    top: 6.4vw;
    right: 5.3333333333vw;
  }
}
.language-switch--nav {
  position: static;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .language-switch--nav {
    margin-top: 5.3333333333vw;
  }
}

.languageButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 104px;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .languageButton {
    width: 18.9333333333vw;
    font-size: 4.2666666667vw;
  }
}
.languageButton::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  background-color: #aaa;
}
@media screen and (max-width: 767px) {
  .languageButton::before {
    width: 6.4vw;
    margin-left: -3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .languageButton:hover .languageButton__fig {
    color: #000;
  }
  .languageButton:hover .languageButton__fig.is-selected {
    color: #aaa;
  }
}
.languageButton__fig {
  color: #aaa;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.languageButton__fig.is-selected {
  color: #000;
}
.languageButton__fig.is-selected::before {
  content: none;
}
.languageButton__fig.is-selected.languageButton__fig--ja::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  left: 1.5em;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .languageButton__fig.is-selected.languageButton__fig--ja::after {
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -0.8vw;
    left: 1.3em;
  }
}
.languageButton__fig.is-selected.languageButton__fig--en::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  right: 1.5em;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .languageButton__fig.is-selected.languageButton__fig--en::after {
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -0.8vw;
    right: 1.3em;
  }
}
.languageButton__fig::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* */
.hbg-menu {
  position: fixed;
  top: 50px;
  left: 56px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .hbg-menu {
    top: 6.4vw;
    left: 5.3333333333vw;
  }
}

.hbgButton {
  position: relative;
  width: 50px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hbgButton {
    -webkit-tap-highlight-color: transparent;
    width: 11.2vw;
    height: 7.2vw;
  }
}
.hbgButton__fig {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  left: 0;
}
.hbgButton__fig:nth-child(1) {
  top: 0;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.hbgButton__fig:nth-child(2) {
  top: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
@media screen and (max-width: 767px) {
  .hbgButton__fig:nth-child(2) {
    top: 3.3333333333vw;
  }
}
.hbgButton__fig:nth-child(3) {
  top: 30px;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
@media screen and (max-width: 767px) {
  .hbgButton__fig:nth-child(3) {
    top: 6.6666666667vw;
  }
}
.hbgButton.is-open .hbgButton__fig:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
}
@media screen and (max-width: 767px) {
  .hbgButton.is-open .hbgButton__fig:nth-child(1) {
    top: 3.3333333333vw;
  }
}
.hbgButton.is-open .hbgButton__fig:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.hbgButton.is-open .hbgButton__fig:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, -webkit-transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s;
  transition: top 0.3s 0.2s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
}
@media screen and (max-width: 767px) {
  .hbgButton.is-open .hbgButton__fig:nth-child(3) {
    top: 3.3333333333vw;
  }
}

.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100dvh;
  height: 100vh;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10;
  padding: 125px 0 125px 56px;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .main-nav {
    width: 80vw;
    padding: 24vw 0 0 8vw;
  }
}
.main-nav--show {
  opacity: 1;
  pointer-events: auto;
}
.main-nav__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-nav__list {
    margin-top: 10.6666666667vw;
  }
}
.main-nav__wrap {
  overflow: auto;
  height: calc(100dvh - 125px);
  height: calc(100vh - 125px);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-nav__wrap {
    padding-bottom: 10.6666666667vw;
    height: calc(100dvh - 24vw);
    height: calc(100vh - 24vw);
  }
}
.main-nav__item ~ .main-nav__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-nav__item ~ .main-nav__item {
    margin-top: 8vw;
  }
}
.main-nav__item ~ .main-nav__item--blank {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-nav__item ~ .main-nav__item--blank {
    margin-top: 10.6666666667vw;
  }
}
.main-nav__c-list {
  margin-left: 1.5em;
}
.main-nav__c-item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .main-nav__c-item {
    margin-top: 2.6666666667vw;
  }
}
.main-nav__link--blank {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
.main-nav__link--blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(/assets/images/common/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-icon {
  display: inline-block;
  padding-right: 1.35em;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .js-icon:hover {
    opacity: 0.4;
  }
}
.js-icon::before {
  content: "";
  position: absolute;
  background: url(/assets/images/common/icon_swiper-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 0.75em;
  height: 0.75em;
  right: 0;
  top: 0.55em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.js-icon--open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.js-accordion {
  display: none;
}

.nav-logo {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .nav-logo {
    width: 48vw;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
}
.overlay--show {
  opacity: 1;
  pointer-events: auto;
}

/*----------------------------------------------------
 footer
--------------------------------------------------- */
.footer__copyright {
  font-size: 1.4rem;
  color: #fff;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  background-color: #000;
  line-height: 74px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
  }
}
.footer__inner {
  background-color: #000;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 12vw 0;
  }
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav {
  width: 828px;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  font-weight: 500;
  margin: auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    width: 84vw;
    font-size: 3.7333333333vw;
  }
}
.footer-nav__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-nav__list {
    margin-top: 8vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav__item {
    margin-top: 5.3333333333vw;
  }
}
.footer-nav__title {
  color: #fff;
}
.footer-nav__c-list {
  margin-left: 1em;
}
.footer-nav__c-list ~ .footer-nav__c-list {
  margin-left: 1.5em;
}
.footer-nav__c-item {
  margin-top: 1em;
}
.footer-nav__c-link {
  color: #fff;
}
.footer-nav__link {
  color: #fff;
}
.footer-nav__link--blank {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.footer-nav__link--blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  -webkit-mask-image: url(/assets/images/common/icon_arrow.svg);
          mask-image: url(/assets/images/common/icon_arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-sns li {
  width: 25px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-sns li {
    width: 6.6666666667vw;
    margin-right: 4.5333333333vw;
  }
}
.footer-sns li:last-child {
  margin-right: 0;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-logo__link {
  display: block;
  width: 300px;
  height: 37px;
  background-color: #fff;
  -webkit-mask-image: url(/assets/images/common/logo.svg);
          mask-image: url(/assets/images/common/logo.svg);
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 767px) {
  .footer-logo__link {
    width: 53.3333333333vw;
    height: 6.6666666667vw;
  }
}

.category {
  margin: 90px auto 0;
  width: 828px;
}
@media screen and (max-width: 767px) {
  .category {
    margin-top: 12vw;
    width: 84vw;
  }
}
.category__title {
  font-family: "EB Garamond", "Shippori Mincho", serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category__title {
    font-size: 5.8666666667vw;
  }
}
.category__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 400px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .category__title::before {
    width: 84vw;
  }
}
.category i {
  font-style: italic;
}

.recommend {
  margin: 90px auto 0;
  width: 828px;
}
@media screen and (max-width: 767px) {
  .recommend {
    margin-top: 12vw;
    width: 100%;
    overflow: hidden;
  }
  .recommend__inner {
    width: 68vw;
    margin: auto;
  }
}
.recommend__title {
  font-family: "EB Garamond", "Shippori Mincho", serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommend__title {
    font-size: 5.8666666667vw;
  }
}
.recommend__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 400px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .recommend__title::before {
    width: 84vw;
  }
}

.back-number {
  margin: 90px auto 0;
  width: 828px;
}
@media screen and (max-width: 767px) {
  .back-number {
    margin-top: 12vw;
    width: 84vw;
  }
}
.back-number__title {
  font-family: "EB Garamond", "Shippori Mincho", serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .back-number__title {
    font-size: 5.8666666667vw;
  }
}
.back-number__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 400px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .back-number__title::before {
    width: 84vw;
  }
}
.back-number .swiper {
  max-width: 748px;
}

.card {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .card {
    margin: 6.6666666667vw auto 0;
    max-width: 68vw;
  }
}
.card--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card--sm {
  max-width: 748px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .card--sm {
    margin-top: 6.6666666667vw;
    max-width: 100%;
  }
}
.card__list {
  margin-right: 30px;
  font-weight: 500;
  width: 256px;
}
@media screen and (max-width: 767px) {
  .card__list {
    margin-right: 4vw;
    width: 68.2666666667vw;
  }
}
.card__list:last-child {
  margin-right: 0;
}
.card__list--column {
  margin-right: 0;
  width: 100%;
}
.card__list--column ~ .card__list--column {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .card__list--column ~ .card__list--column {
    margin-top: 5.3333333333vw;
  }
}
.card__list--sm {
  width: 210px;
  margin-right: 0;
  /*&:nth-child(even){
  	margin-right: 0;
  }
  &:nth-child(n + 3) {
  	margin-top: 40px;
  	@include m.mq-down() {
  		margin-top: m.calcvw(20);
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .card__list--sm {
    width: calc(50% - 2vw);
  }
}
.card__body--row {
  width: calc(100% - 286px);
}
@media screen and (max-width: 767px) {
  .card__body--row {
    width: 100%;
    margin-top: 2.1333333333vw;
  }
}
.card__body--center {
  text-align: center;
}
.card__category {
  font-size: 1.8rem;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .card__category {
    font-size: 4.8vw;
  }
}
.card__category--row {
  margin-top: 0;
  font-weight: 400;
}
.card__category--row i {
  font-weight: 500;
  font-style: italic;
}
.card__number {
  font-size: 3rem;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  line-height: 1.25;
  font-weight: 400;
  margin-top: -0.22em;
}
@media screen and (max-width: 767px) {
  .card__number {
    font-size: 5.3333333333vw;
  }
}
.card__number i {
  font-weight: 500;
  font-style: italic;
}
.card__year {
  font-size: 1.8rem;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .card__year {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
.card__title--en {
  font-size: 2.4rem;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .card__title--en {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
}
.card__title--ja {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .card__title--ja {
    font-size: 4.2666666667vw;
  }
}
.card__link {
  display: block;
}
.card__link--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .card__link--flex {
    display: block;
  }
}
.card__figure--row {
  width: 256px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .card__figure--row {
    width: 100%;
  }
}

.recommend .swiper-button-prev,
.recommend .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .recommend {
    /* 前ページ、次ページボタン共通のスタイル */
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */
  }
  .recommend .swiper {
    overflow: visible;
  }
  .recommend .swiper .card__list {
    width: 68vw;
    margin-right: 0;
  }
  .recommend .swiper-button-prev,
.recommend .swiper-button-next {
    display: block;
    width: 4.8vw;
    height: 6.9333333333vw;
    background-size: contain;
    margin-top: -3.4666666667vw;
  }
  .recommend .swiper-button-next {
    background-image: url(/assets/images/common/icon_swiper-arrow.svg);
    left: -8vw;
    right: auto;
    mix-blend-mode: overlay;
  }
  .recommend .swiper-button-next::after {
    content: none;
  }
  .recommend .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .recommend .swiper-button-prev {
    background-image: url(/assets/images/common/icon_swiper-arrow.svg);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    right: -8vw;
    left: auto;
    mix-blend-mode: overlay;
  }
  .recommend .swiper-button-prev::after {
    content: none;
  }
  .recommend .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
}

.back-number {
  /* 前ページ、次ページボタン共通のスタイル */
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}
.back-number__wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .back-number .swiper {
    width: 68vw;
  }
}
.back-number .swiper .card__list {
  margin-right: 0;
}
.back-number .swiper-button-prev,
.back-number .swiper-button-next {
  display: block;
  width: 18px;
  height: 26px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .back-number .swiper-button-prev,
.back-number .swiper-button-next {
    width: 4.8vw;
    height: 6.9333333333vw;
  }
}
.back-number .swiper-button-next {
  background-image: url(/assets/images/common/icon_swiper-arrow.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}
.back-number .swiper-button-next::after {
  content: none;
}
.back-number .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.back-number .swiper-button-prev {
  background-image: url(/assets/images/common/icon_swiper-arrow.svg);
  left: 0;
}
.back-number .swiper-button-prev::after {
  content: none;
}
.back-number .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}