@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ  ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  background-color: #ffffff;
  color: #2c2e31;
  /* css */
}
body .pc {
  display: block !important;
}
body .sp {
  display: none !important;
}
@media screen and (max-width: 839px) {
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
}
body .open {
  opacity: 0;
  transition: all 1s;
}
body a {
  color: #2c2e31;
  text-decoration: none;
  cursor: pointer;
}
body ul {
  padding-inline-start: 0px;
}
body li {
  list-style: none;
}
body .inner {
  width: 100%;
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  body .inner {
    width: 96%;
    width: calc(100% - 48px);
    min-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 839px) {
  body .text {
    text-align: justify;
  }
}
body button {
  cursor: pointer;
}
body .btn-common, body .btn-black {
  display: inline-block;
  width: 90%;
  max-width: 360px;
  height: 74px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right 24px center;
  border-radius: 6px;
  background-color: #B98C04;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
body .btn-common p, body .btn-black p {
  font-family: Hiragino Sans;
  font-size: 24px;
  line-height: 74px;
  font-style: normal;
  font-weight: 600;
}
body .btn-common:hover, body .btn-black:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
@media screen and (max-width: 839px) {
  body .btn-common, body .btn-black {
    height: 60px;
    background-size: 20px;
  }
  body .btn-common p, body .btn-black p {
    font-size: 18px;
    line-height: 60px;
  }
}
body .btn-black {
  font-size: 18px;
  background-color: #2c2e31;
  background-image: url("../images/arrow-btn.svg");
}
@media screen and (max-width: 839px) {
  body .btn-black {
    width: 100%;
  }
}
body .btn-black p {
  width: 85%;
  text-align: left;
  padding-left: 28px;
  font-size: 24px;
}
@media screen and (max-width: 839px) {
  body .btn-black p {
    text-align: center;
    padding-left: 0;
    font-size: 18px;
    padding-left: 0px;
  }
}
body .btn-white {
  display: inline-block;
  width: 90%;
  max-width: 360px;
  height: 74px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background-image: url("../images/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  color: #2c2e31;
}
body .btn-white p {
  font-family: Hiragino Sans;
  font-size: 24px;
  line-height: 74px;
  font-style: normal;
  font-weight: 600;
  color: #2c2e31 !important;
}
body .btn-white:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
@media screen and (max-width: 839px) {
  body .btn-white {
    height: 60px;
    background-size: 20px;
  }
  body .btn-white p {
    font-size: 18px;
    line-height: 60px;
  }
}
body .accent-color {
  color: #B98C04;
}
body .inner-narrow {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  body .inner-narrow {
    width: calc(100% - 60px);
  }
}
body header {
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 54px;
  overflow: hidden;
  color: #2c2e31;
  font-weight: 500;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
body header p {
  display: inline;
  line-height: 54px;
}
@media screen and (max-width: 839px) {
  body header p {
    line-height: 1;
  }
}
body header a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
body header .btn-small {
  position: absolute;
  right: 8px;
  top: 6px;
  height: 42px;
  background-color: #2c2e31;
  color: #fff;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
body header .btn-small p {
  line-height: 40px;
}
@media screen and (max-width: 839px) {
  body header {
    top: auto;
    bottom: 0;
    height: 80px;
    padding: 10px;
  }
  body header p {
    font-size: 14px;
    padding: 10px;
    margin: 20px 0 0 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 839px) and (max-width: 839px) {
  body header p {
    padding: 0;
  }
}
body #main {
  background-image: url("../images/background.jpg");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 680px;
  margin-top: 54px;
}
@media screen and (max-width: 839px) {
  body #main {
    height: auto;
    margin-top: 0px;
    padding-bottom: 20px;
    background-image: none;
    overflow: hidden;
    background-position: top center;
  }
}
body #main .main-wrapper {
  position: relative;
  height: 100%;
}
body #main .main-wrapper .logo {
  float: left;
  width: 17%;
  min-width: 140px;
  max-width: 235px;
  padding-top: 40px;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .logo {
    padding-top: 20px;
  }
}
body #main .main-wrapper .nav {
  float: right;
  padding-top: 20px;
}
body #main .main-wrapper .nav a {
  display: inline-block;
  color: #2c2e31;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .nav a {
    font-size: 12px;
    color: #ffffff;
  }
}
body #main .main-wrapper .nav a img {
  padding-right: 8px;
}
body #main .main-wrapper .kv-wrapper {
  position: relative;
  clear: both;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .kv-wrapper {
    position: relative;
    width: 100%;
    display: block;
  }
}
body #main .main-wrapper .main-title {
  margin-top: 24px;
  margin-right: 20px;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .main-title {
    position: relative;
    height: auto;
    margin-right: 0px;
    padding-bottom: 50px;
  }
}
body #main .main-wrapper h1 {
  color: #2c2e31;
  font-family: Hiragino Sans;
  /* 最小1.8rem | SP:2rem | TB:2.5rem | PC:3rem | 最大3.2rem */
  font-size: clamp(1.4rem, 1.25vw + 1.1rem, 2.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper h1 {
    padding-top: 20px;
    text-align: center;
    line-height: 1.4;
  }
}
body #main .main-wrapper .main-image {
  margin-top: 10px;
}
body #main .main-wrapper .pricebox {
  display: inline-block;
  margin-top: 40px;
  width: 340px;
  text-align: center;
  color: #2c2e31;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .pricebox {
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
}
body #main .main-wrapper .pricebox h2 {
  display: inline-block;
  padding: 2px 0px;
  font-size: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #2c2e31;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .pricebox h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
body #main .main-wrapper .pricebox .coupon-code {
  background-color: #EEECE8;
  color: #B98C04;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .pricebox .coupon-code {
    max-width: 360px;
    margin: 0 auto 10px;
  }
}
body #main .main-wrapper .pricebox .btn-common {
  width: 100%;
  text-align: left;
  padding-left: 28px;
  background-image: url("../images/arrow-btn.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .pricebox .btn-common {
    padding-left: 0px;
    text-align: center;
    background-position: right 20px center;
  }
}
body #main .main-wrapper .monthly-price {
  margin-bottom: 16px;
  /* 最小1.2rem | SP:1.4rem | TB:1.5rem | PC:1.6rem | 最大1.8rem */
  font-size: clamp(1rem, 0.25vw + 0.6rem, 0.8rem);
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .monthly-price {
    margin-bottom: 16px;
  }
}
body #main .main-wrapper .monthly-price strong {
  font-size: 24px;
}
body #main .main-wrapper .phone {
  width: 30%;
  min-width: 200px;
  max-width: 300px;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 839px) {
  body #main .main-wrapper .phone {
    margin: 30px auto 0;
  }
}
body #main .main-wrapper .phone img {
  -o-object-fit: 100%;
     object-fit: 100%;
}
body #main .caption {
  position: absolute;
  color: #2c2e31;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 839px) {
  body #main .caption {
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    color: #2c2e31;
  }
}
body #present {
  background-color: #EEEDE9;
  color: #2c2e31;
  padding: 60px 0 100px;
}
@media screen and (max-width: 839px) {
  body #present {
    padding: 40px 0 60px;
  }
}
body #present .present-wrapper {
  position: relative;
}
body #present .present-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: #2c2e31;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper h2 {
    font-size: 20px;
  }
}
body #present .present-wrapper .present-caption {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-top: 0px;
  text-align: right;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-caption {
    font-size: 10px;
    text-align: right;
  }
}
body #present .present-wrapper .present-divider {
  border-top: 1px solid #ffffff;
  margin: 40px 0;
}
body #present .present-wrapper .present-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-items {
    display: block;
    width: 100%;
  }
}
body #present .present-wrapper .present-items img {
  width: 570px;
}
body #present .present-wrapper .present-badge {
  position: absolute;
  left: -40px;
  top: -3px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-badge {
    left: -10px;
    top: -20px;
  }
}
body #present .present-wrapper .present-badge img {
  width: 100%;
}
body #present .present-wrapper .present-text {
  width: calc(100% - 570px);
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-text {
    width: 100%;
  }
}
body #present .present-wrapper .present-text small {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 10px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-text small {
    font-size: 13px;
  }
}
body #present .present-wrapper .present-text .present-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-text .present-title {
    font-size: 20px;
  }
}
body #present .present-wrapper .present-text .present-attention {
  max-width: 360px;
  margin: 0 auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-top: 16px;
  text-align: left;
}
body #present .present-wrapper .present-text .period {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-top: 16px;
}
body #present .present-wrapper .present-text .goods-btn {
  padding-left: 60px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-text .goods-btn {
    padding-left: 30px;
  }
}
body #magazine {
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0 0;
}
@media screen and (max-width: 839px) {
  body #magazine {
    padding: 20px 0 0;
  }
}
body #magazine p {
  color: #2c2e31;
}
body #magazine .heading-label-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 839px) {
  body #magazine .heading-label-wrapper {
    display: block;
    margin-top: 32px;
  }
}
body #magazine .label-wrapper {
  display: block;
  text-align: center;
}
body #magazine .premium-label {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 839px) {
  body #magazine .premium-label {
    margin-right: 4px;
    margin-bottom: 10px;
  }
}
body #magazine .plus-label {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
}
body #magazine .magazine-heading {
  margin-top: 2px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #magazine .magazine-heading {
    margin-top: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
}
body #magazine .latest-magazine {
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
body #magazine .latest-magazine-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  position: relative;
  margin: 16px 0 80px;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper {
    display: block;
    margin: 20px 0 60px;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-thumbnail {
  width: 370px;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-thumbnail {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text {
  width: calc(100% - 370px);
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text {
    width: 100%;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text p {
  font-size: 16px;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text p {
    text-align: center;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 8px;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text h3 {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 8px;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text h4 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  color: #707980;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-description {
    font-size: 15px;
    line-height: 200%;
    text-align: left;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin: 32px 0 0;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper {
    display: block;
    margin: 24px auto 0;
    width: 100%;
    text-align: center;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-black {
  width: 260px;
  height: 60px;
  background-image: url("../images/arrow-btn.svg");
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-black {
    width: 100%;
    margin-bottom: 16px;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-black p {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  color: #ffffff;
  line-height: 60px;
  padding-left: 80px;
  text-align: left;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-black p {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-white {
  width: 260px;
  height: 60px;
  background-image: url("../images/arrow-btn-b.svg");
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-white {
    width: 100%;
  }
}
body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-white p {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  color: #2c2e31;
  line-height: 60px;
  padding-left: 70px;
  text-align: left;
}
@media screen and (max-width: 839px) {
  body #magazine .latest-magazine-wrapper .latest-magazine-text .latest-magazine-button-wrapper .btn-white p {
    padding-left: 0;
    text-align: center;
  }
}
body #magazine .heading {
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #magazine .heading {
    font-size: 24px;
  }
}
body #magazine .description {
  margin: 100px auto 140px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 839px) {
  body #magazine .description {
    margin: 0px auto 60px;
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 839px) {
  body #magazine h2 {
    margin-top: 0px;
    font-size: 20px;
  }
}
body #magazine .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 24px auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
@media screen and (max-width: 839px) {
  body #magazine .swiper-wrapper {
    margin: 10px auto 20px;
    width: 100%;
  }
}
body #magazine .swiper-slide {
  flex-shrink: 0;
  width: 324px;
  height: 100%;
  position: relative;
  transition-property: transform;
}
body #magazine .swiper-slide a {
  display: block;
  width: 100%;
}
body #magazine .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #magazine .swiper-slide p {
  text-align: left;
}
body #magazine .swiper-slide:first-child {
  margin-left: calc((100% - 1120px) / 2);
}
@media screen and (max-width: 839px) {
  body #magazine .swiper-slide:first-child {
    margin-left: 24px;
  }
}
body #magazine .swiper-slide:last-child {
  margin-right: calc((100% - 1120px) / 2);
}
@media screen and (max-width: 839px) {
  body #magazine .swiper-slide:last-child {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1120px) {
  body #magazine .swiper-slide:first-child {
    margin-left: 20px;
  }
  body #magazine .swiper-slide:last-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 839px) {
  body #magazine .swiper-slide {
    width: 30%;
    min-width: 200px;
    height: auto;
  }
  body #magazine .swiper-slide img {
    border-radius: 10px;
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 839px) {
  body #magazine .backnumber {
    text-align: center;
  }
}
body #magazine .backnumber .swiper-slide {
  height: 540px;
}
@media screen and (max-width: 839px) {
  body #magazine .backnumber .swiper-slide {
    height: 300px;
  }
}
body #magazine .backnumber .swiper-slide p {
  margin-top: 8px;
  text-align: center;
}
body #magazine .backnumber .swiper-slide img {
  border-radius: 0;
  height: 470px;
}
@media screen and (max-width: 839px) {
  body #magazine .backnumber .swiper-slide img {
    height: 240px;
  }
}
body #magazine .backnumber .plus-label {
  margin-bottom: 8px;
}
body #magazine .series .swiper-slide {
  width: 356px;
  height: auto;
}
@media screen and (max-width: 839px) {
  body #magazine .series .swiper-slide {
    width: 240px;
  }
}
body #magazine .series .swiper-slide .series-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 8px;
}
body #magazine .series .swiper-slide p {
  font-size: 12px;
  margin-top: 8px;
  text-align: left;
}
body #magazine .series img {
  width: 100%;
  height: 210px;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #magazine .swiper-container {
  height: auto;
  margin: 0 auto 16px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
body #magazine .btn-wrapper {
  margin: 40px auto 0px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #magazine .btn-wrapper {
    margin: 0px auto 30px;
    padding-bottom: 30px;
  }
}
body #magazine .btn-wrapper .btn-common, body #magazine .btn-wrapper .btn-white {
  display: block;
  margin: 0 auto 20px;
}
body #magazine .btn-wrapper .btn-common p, body #magazine .btn-wrapper .btn-white p {
  color: #ffffff;
}
body .event-wrapper {
  padding-bottom: 0px;
}
body .event-wrapper .event-heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .event-wrapper .number {
  display: inline-block;
  margin-right: 16px;
}
body .event-wrapper .event-description {
  width: 660px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 839px) {
  body .event-wrapper .event-description {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
body .event-wrapper .link-text a {
  text-decoration: underline !important;
}
body .event-wrapper .swiper-container {
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
body .event-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 24px auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
@media screen and (max-width: 839px) {
  body .event-wrapper .swiper-wrapper {
    margin: 10px auto 20px;
  }
}
body .event-wrapper .swiper-slide {
  background: #fff;
  flex-shrink: 0;
  width: 526px;
  height: 340px;
  position: relative;
  transition-property: transform;
  border-radius: 10px;
  padding-bottom: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 839px) {
  body .event-wrapper .swiper-slide {
    width: 80%;
    height: auto;
  }
}
body .event-wrapper .swiper-slide figure {
  width: 478px;
  margin: 24px auto 0;
}
@media screen and (max-width: 839px) {
  body .event-wrapper .swiper-slide figure {
    width: calc(100% - 32px);
    margin: 16px 16px 8px;
  }
}
body .event-wrapper .swiper-slide .category {
  background: #2c2e31;
  color: #ffffff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 8px 24px;
}
@media screen and (max-width: 839px) {
  body .event-wrapper .swiper-slide .category {
    width: 80px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0px 16px;
  }
}
body .event-wrapper .swiper-slide p {
  margin: 8px 24px;
}
@media screen and (max-width: 839px) {
  body .event-wrapper .swiper-slide p {
    margin: 8px 16px;
  }
}
body #feature {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 839px) {
  body #feature {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
body #feature .heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #feature .heading {
    font-size: 20px;
    margin: 8px;
  }
}
body #feature .sub-heading {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 839px) {
  body #feature .sub-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
body #feature .event-heading-text {
  font-size: clamp(1.3rem, 1.2vw + 1rem, 1.8rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #feature .event-heading-text {
    margin: 8px;
    text-align: left;
  }
}
body #feature .image-box {
  max-width: 600px;
}
body #feature .image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #feature .feature-wrap {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 839px) {
  body #feature .feature-wrap {
    display: block;
    margin-bottom: 0px;
  }
}
body #feature .feature-wrap.reverce {
  flex-direction: row-reverse;
}
@media screen and (max-width: 839px) {
  body #feature .feature-wrap.reverce {
    flex-direction: row;
  }
}
body #feature .feature-wrap.reverce .text-box {
  margin-right: 64px;
  margin-left: 0px;
}
body #feature .feature-wrap.reverce .text-box p {
  text-align: justify;
}
@media screen and (max-width: 839px) {
  body #feature .feature-wrap.reverce .text-box {
    margin-right: 0px;
  }
}
body #feature .text-box {
  width: 100%;
  max-width: 560px;
  display: block;
  margin-left: 64px;
}
body #feature .text-box p {
  text-align: justify;
}
@media screen and (max-width: 839px) {
  body #feature .text-box {
    margin-left: 0px;
    width: 100%;
  }
}
body #feature .number {
  float: left;
  font-family: Helvetica;
  font-size: 80px;
  font-size: clamp(4.8rem, 1.6vw + 1rem, 8rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body #feature .feature-text {
  float: left;
  width: calc(100% - 80px);
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 20px;
  font-size: 30px;
  font-size: clamp(1.3rem, 1.2vw + 1rem, 1.8rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: justify;
}
body #feature .feature-text.middle {
  margin-top: 22px;
}
@media screen and (max-width: 839px) {
  body #feature .feature-text.middle {
    margin-top: 14px;
  }
}
@media screen and (max-width: 839px) {
  body #feature .feature-text {
    margin-top: 14px;
  }
}
body #feature .additional-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  margin-top: 0px;
  color: #C2A47E;
}
@media screen and (max-width: 839px) {
  body #feature .additional-text {
    font-size: 16px;
  }
}
body #feature p.description {
  clear: both;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 60px;
}
@media screen and (max-width: 839px) {
  body #feature p.description {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body .plus-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  background-color: #C2A47E;
  padding: 2px 16px 0px;
  border-radius: 20px;
  margin-top: 24px;
}
body .premium-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  background-color: #16264A;
  padding: 2px 16px 0px;
  border-radius: 20px;
  margin-top: 24px;
}
body #price, body #price-middle {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #ECECEC;
}
body #price .heading, body #price-middle .heading {
  font-size: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 839px) {
  body #price .heading, body #price-middle .heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
body #price h2, body #price-middle h2 {
  margin: 80px auto 36px;
  font-size: 30px;
  font-size: clamp(1.3rem, 1.2vw + 1rem, 1.8rem);
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #price h2, body #price-middle h2 {
    margin: 40px auto 0px;
  }
}
body #price .campaign-container, body #price-middle .campaign-container {
  margin: 20px 0 60px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #price .campaign-container, body #price-middle .campaign-container {
    text-align: center;
  }
}
body #price .campaign-text, body #price-middle .campaign-text {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 14px;
  background-color: #fff;
  /* マーカー部分 */
  background: linear-gradient(to top, #ffffff 50%, transparent 50%); /* マーカーの色と高さ */
  display: inline; /* インライン要素として扱い、複数行に対応 */
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone; /* 改行された場合に各行に適用 */
  padding: 0 0.2em; /* マーカーの左右余白 */
  line-height: 2;
}
body #price .campaign-text strong, body #price-middle .campaign-text strong {
  font-size: 28px;
  color: #2852B0;
}
@media screen and (max-width: 839px) {
  body #price .campaign-text, body #price-middle .campaign-text {
    font-size: 18px;
  }
  body #price .campaign-text strong, body #price-middle .campaign-text strong {
    font-size: 24px;
  }
}
body #price .price-wrapper, body #price-middle .price-wrapper {
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 839px) {
  body #price .price-wrapper, body #price-middle .price-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}
body #price .badge, body #price-middle .badge {
  width: 317px;
  margin: -34px auto;
}
body #price .badge img, body #price-middle .badge img {
  display: inline-block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 839px) {
  body #price .badge, body #price-middle .badge {
    width: 240px;
  }
}
body #price .recommend, body #price-middle .recommend {
  margin-top: 32px;
}
@media screen and (max-width: 839px) {
  body #price .recommend, body #price-middle .recommend {
    margin-top: 20px;
  }
}
body #price .whitebox, body #price-middle .whitebox {
  background-color: #ffffff;
  color: #2c2e31;
  display: block;
  width: 360px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #price .whitebox, body #price-middle .whitebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
body #price .whitebox .gold, body #price-middle .whitebox .gold {
  color: #C2A47E;
  font-weight: 800;
}
body #price .whitebox .bt-blue, body #price-middle .whitebox .bt-blue {
  color: #16264A;
  font-weight: 800;
}
body #price .whitebox .black, body #price-middle .whitebox .black {
  color: #2c2e31;
  font-weight: 800;
}
body #price .whitebox .accent-blue, body #price-middle .whitebox .accent-blue {
  color: #2852B0;
  font-weight: 800;
}
@media screen and (max-width: 839px) {
  body #price .whitebox, body #price-middle .whitebox {
    width: 100%;
    margin-bottom: 20px;
  }
}
body #price .whitebox h3, body #price-middle .whitebox h3 {
  text-align: center;
  margin: 20px auto 10px 0;
  font-size: 22px;
}
body #price .whitebox strong, body #price-middle .whitebox strong {
  font-size: 30px;
  font-weight: 800;
  margin-right: 8px;
}
body #price .whitebox span, body #price-middle .whitebox span {
  font-size: 20px;
  font-weight: 600;
}
body #price .whitebox h4, body #price-middle .whitebox h4 {
  height: 86px;
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 839px) {
  body #price .whitebox h4, body #price-middle .whitebox h4 {
    height: auto;
    margin-bottom: 24px;
    font-size: 13px;
  }
}
body #price .whitebox ul, body #price-middle .whitebox ul {
  margin: 0;
  list-style: disc !important;
  padding-left: 16px;
}
body #price .whitebox li, body #price-middle .whitebox li {
  list-style: disc !important;
}
body #price .whitebox .price-amount, body #price-middle .whitebox .price-amount {
  text-align: right;
}
body #price .whitebox .price-present, body #price-middle .whitebox .price-present {
  background-color: #E9E3D1;
  padding: 10px 20px;
}
body #price .whitebox .price-plustext, body #price-middle .whitebox .price-plustext {
  margin-top: 10px;
  background-color: #E9E3D1;
  padding: 10px 20px;
}
body #price .whitebox .price-premiumtext, body #price-middle .whitebox .price-premiumtext {
  background-color: #F0F0F0;
  padding: 10px 20px;
}
body #price .whitebox .plus-mark, body #price-middle .whitebox .plus-mark {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
  color: #C2A47E;
}
body #price .whitebox .btn-common, body #price-middle .whitebox .btn-common {
  width: 100%;
  max-width: 100%;
  height: 60px;
  background-size: 20px;
  box-shadow: none;
  margin-top: 24px;
}
body #price .whitebox .btn-common.black, body #price-middle .whitebox .btn-common.black {
  color: #ffffff;
  background-color: #131313;
  background-image: url("../images/arrow-btn.svg");
}
body #price .whitebox .btn-common.gold, body #price-middle .whitebox .btn-common.gold {
  color: #ffffff;
  background-color: #C2A47E;
  background-image: url("../images/arrow-btn.svg");
}
body #price .whitebox .btn-common.bt-blue, body #price-middle .whitebox .btn-common.bt-blue {
  color: #ffffff;
  background-color: #16264A;
  background-image: url("../images/arrow-btn.svg");
}
body #price .whitebox .btn-common p, body #price-middle .whitebox .btn-common p {
  font-size: 20px;
  line-height: 60px;
}
@media screen and (max-width: 839px) {
  body #price .whitebox .btn-common p, body #price-middle .whitebox .btn-common p {
    font-size: 18px;
  }
}
body #price .yearly, body #price-middle .yearly {
  margin-top: 32px;
}
@media screen and (max-width: 839px) {
  body #price .yearly, body #price-middle .yearly {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
body #price .yearly .whitebox, body #price-middle .yearly .whitebox {
  border: 6px solid #16264A;
  box-sizing: border-box;
}
body #price .yearly .price-premiumtext, body #price-middle .yearly .price-premiumtext {
  margin-bottom: 240px;
}
@media screen and (max-width: 839px) {
  body #price .yearly .price-premiumtext, body #price-middle .yearly .price-premiumtext {
    margin-bottom: 0px;
  }
}
body #price .monthly, body #price-middle .monthly {
  margin-top: 32px;
}
body .other-plan-wrapper {
  width: 740px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 24px;
  border-radius: 20px;
  box-sizing: border-box;
}
body .other-plan-wrapper h3 {
  margin-bottom: 8px;
}
body .other-plan-wrapper h4 {
  margin-top: 16px;
}
body .other-plan-wrapper a {
  text-decoration: underline;
  color: #2c2e31;
  font-weight: 700;
}
@media screen and (max-width: 839px) {
  body .other-plan-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .attention-container {
  margin: 20px 0 60px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body .attention-container {
    text-align: justify;
  }
}
body .attention {
  margin-top: 40px;
  margin-bottom: 14px;
}
body .attention strong {
  font-size: 28px;
}
@media screen and (max-width: 839px) {
  body .attention {
    font-size: 18px;
  }
  body .attention strong {
    font-size: 24px;
  }
}
body .attention-sub {
  margin-top: 60px;
  font-size: 16px;
  line-height: 200%;
  text-align: left;
}
body .attention-sub a {
  color: #2c2e31;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 839px) {
  body .attention-sub {
    text-align: left;
    line-height: 200%;
  }
}
body .houjin-text {
  margin-top: 20px;
  text-align: center;
  color: #2c2e31;
}
body .houjin-text a {
  color: #2c2e31;
  text-decoration: underline;
}
body .compare-table {
  margin-top: 24px;
  text-align: center;
}
body .compare-table img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body #present-attention {
  font-size: 15px;
  line-height: 200%;
}
body #faq {
  margin-bottom: 140px;
  white-space: normal;
}
body #faq h1 {
  font-size: 32px;
  margin: 80px auto 60px;
  text-align: center;
}
body #faq h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 40px 0 10px;
}
@media screen and (max-width: 839px) {
  body #faq h2 {
    font-size: 20px;
  }
}
body #faq p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 200%;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word; /* 古いブラウザ対応 */
  word-break: break-word; /* さらに確実に */
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 839px) {
  body #faq p {
    font-size: 14px;
  }
}
body #faq li {
  padding-left: 70px;
  background-image: url(../images/question.svg);
  background-repeat: no-repeat;
  background-position: left 0px top;
}
body #faq .attention-faq {
  text-align: center;
}
body #faq .attention-faq a {
  text-decoration: underline;
  color: #2c2e31;
  font-weight: 700;
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (max-width: 839px) {
  body #faq .attention-faq {
    text-align: left;
  }
}
@media screen and (max-width: 839px) {
  body #faq dd p {
    width: 100%;
    overflow-wrap: break-word;
  }
}
body footer {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 1px solid #E2E2E2;
  background-color: #131313;
}
body footer .logo_social {
  float: left;
  overflow: hidden;
  width: 135px;
  margin: 34px 58px 40px 45px;
}
@media screen and (max-width: 839px) {
  body footer .logo_social {
    float: none;
    min-width: unset;
  }
}
body footer .logo_social .logo img {
  width: 135px;
  height: 20px;
}
body footer .logo_social .social {
  font-size: 18px;
}
body footer .logo_social .social li {
  display: block;
  float: left;
  margin: 27px 20px 0 0;
}
body footer .footer-nav {
  float: left;
  width: calc(100% - 333px);
  min-width: 480px;
  margin: 24px auto 94px 0;
}
@media screen and (max-width: 839px) {
  body footer .footer-nav {
    min-width: unset;
    width: 100%;
    float: none;
  }
}
body footer .footer-nav li {
  float: left;
  width: auto;
  margin: 0px 12px 4px 0;
}
body footer .footer-nav li:after {
  content: "|";
  font-family: Helvetica, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-left: 12px;
  color: #fff;
}
body footer .footer-nav li:last-child:after {
  content: none;
}
body footer .footer-nav li a {
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  color: #fff;
}
body footer .copyright {
  clear: both;
  text-align: left;
  margin: 0px 0px 10px 40px;
  font-size: 12px;
  color: #707980;
}
body footer .info {
  margin: 0px 40px 60px 40px;
  font-size: 12px;
  color: #707980;
  text-align: left;
}
@media screen and (max-width: 839px) {
  body footer {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  body footer .logo_social {
    overflow: hidden;
    width: 135px;
    margin: 37px auto 20px;
  }
  body footer .logo img {
    width: 135px;
    height: 20px;
  }
  body footer .social {
    font-size: 18px;
    text-align: center;
    width: 114px;
    margin: 10px auto;
  }
  body footer .social li {
    width: 38px;
    display: inline-block;
    margin-top: 27px;
    margin: 0 auto !important;
  }
  body footer .social a {
    color: #2c2e31;
    font-size: 24px;
  }
  body footer .footer-nav {
    float: none;
    overflow: hidden;
    width: 250px;
    height: 180px;
    margin: 40px auto 0;
    min-width: 0;
  }
  body footer .footer-nav li {
    float: none;
    width: 120px;
    margin: 0 0 12px;
  }
  body footer .footer-nav li:nth-child(n+6) {
    position: relative;
    top: -181px;
    margin: 0 0 12px 130px;
  }
  body footer .footer-nav li::after {
    content: none;
  }
  body footer .footer-nav li a {
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    color: #707980;
  }
  body footer .copyright {
    clear: both;
    margin: 50px auto 21px;
    font-size: 12px;
    color: #707980;
    text-align: center;
  }
  body footer .info {
    margin: 0 auto;
    font-size: 11px;
    color: #707980;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 40px;
  }
}
body .top-button {
  display: block;
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 48px;
  height: 56px;
  border-radius: 3px;
  background-color: #2c2e31;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 839px) {
  body .top-button {
    right: 24px;
    bottom: 24px;
  }
}
body .top-button .button {
  display: inline-block;
  width: 48px;
  height: 53px;
  margin: 0;
  background-image: url("../images/arrow_w.png");
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: 15px 21px;
  transform: rotate(-90deg);
  vertical-align: middle;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
body .top-button .button span {
  display: inline-block;
  margin: -14px auto 0;
  padding: 0 10px 0 0;
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .passing .passing-box {
  display: block;
  text-align: left;
}
body .passing .passing-bar {
  position: relative;
  display: inline-block;
  /*　後ほど解説　*/
  transform: translate3d(0, 0, 0);
}
body .passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #000;
}
body .passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
body .passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
body .passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}/*# sourceMappingURL=main.css.map */