@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;
  }
}
img {
  max-width: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ  ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body a {
  color: #2c2e31;
  text-decoration: none;
  cursor: pointer;
}
body ul {
  padding-inline-start: 0px;
}
body li {
  list-style: none;
}
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;
  }
}
@media screen and (max-width: 839px) {
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
}
body #faq {
  width: 100%;
  margin-bottom: 140px;
  white-space: normal;
}
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; /* さらに確実に */
  hyphens: auto;
}
body #faq h1 {
  font-size: 32px;
  margin: 80px auto 60px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #faq h1 {
    font-size: 28px;
  }
}
body #faq h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 40px 0 10px;
}
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%;
}
body .open {
  opacity: 0;
  transition: all 1s;
}
body .logo.sp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 48px;
  background-color: #fff;
  box-sizing: border-box;
}
body .logo.sp img {
  display: block;
  width: 130px;
  max-width: 130px;
  margin: 20px auto;
}
body #main {
  margin-top: 0;
  background-color: #ffffff;
}
body #main h1 {
  color: #2c2e31;
  font-family: Hiragino Sans;
  font-size: clamp(1.8rem + 4px, 1.25vw + 1.1rem + 4px, 2.6rem + 4px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
body #main .text-narrow {
  letter-spacing: -4px;
}
body #main .main-hero {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #main .main-hero {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 0;
  }
}
body #main .main-hero__intro {
  flex: 1 1 42%;
  min-width: 0;
  background-color: #C1DB81;
  display: flex;
  align-items: center;
  padding-left: max(24px, (100vw - 1120px) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #main .main-hero__intro {
    flex: none;
    width: 100%;
    padding-left: 0;
    order: 2;
  }
}
body #main .main-hero__visual {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #main .main-hero__visual {
    flex: none;
    width: 100%;
    padding: 0;
    order: 1;
  }
}
body #main .main-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}
body #main .main-hero__logo-link {
  display: block;
  width: 264px;
  max-width: 264px;
  flex-shrink: 0;
  margin-bottom: 80px;
}
body #main .main-hero__logo-link .logo {
  display: block;
  width: 90%;
  max-width: 264px;
  height: auto;
  background-color: transparent;
  box-sizing: border-box;
  margin-top: 24px;
}
body #main .main-hero__logo-link .logo img {
  display: block;
  width: 100%;
  max-width: 264px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
@media screen and (max-width: 839px) {
  body #main .main-hero__logo-link {
    display: none;
  }
}
body #main .main-hero__intro-inner {
  width: 100%;
  max-width: 480px;
  padding: 60px 40px 36px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #main .main-hero__intro-inner {
    max-width: none;
    padding: 10px 24px 40px 24px;
  }
}
body #main .main-hero__visual-inner {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
body #main .main-title {
  margin: 0;
}
body #main .special-issue {
  font-family: Roboto, sans-serif;
  color: #2c2e31;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 839px) {
  body #main .intro__credit {
    text-align: left;
    margin-bottom: 60px;
    font-size: 8px;
  }
}
body .inner {
  width: 100%;
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
}
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 header.pc {
  position: fixed;
  z-index: 999;
  top: 120px;
  right: 0;
  background-color: #fff;
  width: 75px;
  height: 437px;
  overflow: hidden;
  color: #2c2e31;
  font-weight: 500;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 8px;
  padding: 16px 10px 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
body header.pc.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body header.pc > p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
  height: auto;
  margin: 0 auto 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
body header.pc > p span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
body header.pc a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
body header.pc .btn-small {
  width: 100%;
  height: auto;
  background-color: #2c2e31;
  color: #fff;
  padding: 14px 6px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  margin-top: 18px;
  margin-bottom: 14px;
}
body header.pc .btn-small p {
  display: block;
  height: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  body header.pc {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    text-align: left;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    overflow: visible;
  }
  body header.pc > p {
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: auto;
    margin: 0;
    min-width: 0;
    font-size: 12px;
    line-height: 1.4;
    gap: 2px;
    padding: 0;
    text-align: left;
  }
  body header.pc > p span {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    display: block;
  }
  body header.pc .btn-small {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px 12px;
  }
  body header.pc .btn-small p {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
  }
}
body #intro {
  width: 100%;
  background-color: #C1DB81;
  color: #2c2e31;
  padding: 16px 0 60px;
  box-sizing: border-box;
}
body #intro .intro__body {
  max-width: 1120px;
  margin: 0 auto;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  min-width: 0;
}
body #intro .intro__lead {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 839px) {
  body #intro .intro__lead {
    font-size: 15px;
  }
}
body #intro .intro__inner {
  max-width: 1120px;
  width: calc(100% - 48px);
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #intro .intro__inner {
    width: calc(100% - 48px);
  }
}
body #intro .intro__credit {
  margin: 0 0 60px 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 840px) {
  body #intro .intro__credit {
    margin-left: calc(45% + 14px);
    margin-right: 0;
    width: calc(55% - 14px);
    max-width: calc(55% - 14px);
  }
}
body #intro .intro__heading {
  margin: 0 0 20px;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 839px) {
  body #intro .intro__heading {
    font-size: 28px;
  }
}
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 #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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper {
    display: block;
  }
}
body #present .present-wrapper .present-photo-1 {
  position: relative;
  width: 440px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-photo-1 {
    width: 100%;
    text-align: center;
  }
}
body #present .present-wrapper .present-photo-1 h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: #2c2e31;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-photo-1 h2 {
    font-size: 16px;
  }
}
body #present .present-wrapper .present-photo-1 .present-badge {
  position: absolute;
  right: -40px;
  top: -3px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-photo-1 .present-badge {
    right: 16px;
    top: -4px;
  }
}
body #present .present-wrapper .present-photo-1 .present-badge img {
  width: 100%;
}
body #present .present-wrapper .present-photo-1 .present-img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-photo-1 .present-img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
body #present .present-wrapper .present-photo-1 .present-img img {
  width: 100%;
}
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-photo-2 {
  width: 560px;
}
@media screen and (max-width: 839px) {
  body #present .present-wrapper .present-photo-2 {
    width: 100%;
  }
}
body #present .present-wrapper .present-photo-2 img {
  width: 100%;
}
body #present .present-wrapper .present-text {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
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: 28px;
  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 {
  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 #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: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #feature .event-heading-text {
    font-size: 24px;
    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 #magazine {
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0 0;
}
body #magazine p {
  color: #2c2e31;
}
body #magazine .heading {
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
}
body #magazine .plus-label {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
}
body #magazine .series img {
  width: 100%;
  height: 210px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}
body #magazine .description {
  margin: 100px auto 140px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
body #magazine .btn-wrapper {
  margin: 40px auto 0px;
  padding-bottom: 100px;
  text-align: center;
}
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 #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 p {
  text-align: left;
}
body #magazine .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
body #magazine .swiper-slide:last-child {
  margin-right: calc((100% - 1120px) / 2);
}
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: 24px;
  }
  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: 1120px) {
  body #magazine .swiper-slide:first-child {
    margin-left: 20px;
  }
  body #magazine .swiper-slide:last-child {
    margin-right: 20px;
  }
}
body #magazine .label-wrapper {
  display: block;
  text-align: center;
}
body #magazine .premium-label {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
  background-color: #16264A;
  color: #ffffff;
  padding: 2px 16px 0px;
  border-radius: 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;
}
body #magazine .swiper-container {
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
body #magazine .magazine-heading {
  margin-top: 2px;
  text-align: center;
}
body #magazine .series .swiper-slide {
  width: 356px;
  height: auto;
}
body #magazine .series .swiper-slide p {
  font-size: 12px;
  margin-top: 8px;
  text-align: left;
}
body #magazine .series .swiper-slide .series-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 8px;
}
body #magazine .heading-label-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body #magazine .backnumber .swiper-slide {
  height: 540px;
}
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 {
    height: 300px;
  }
}
body .btn-black {
  font-size: 18px;
  background-color: #2c2e31;
  background-image: url("../images/arrow-btn.svg");
}
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;
  }
}
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;
}
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 .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 .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;
}
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;
}
body .houjin-text {
  margin-top: 20px;
  text-align: center;
  color: #2c2e31;
}
body .houjin-text a {
  color: #2c2e31;
  text-decoration: underline;
}
body .inner-narrow {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  body .inner-narrow {
    width: calc(100% - 60px);
  }
}
body #free-magazine {
  padding: 60px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 839px) {
  body #free-magazine {
    padding: 30px 0;
  }
}
body #free-magazine .free-magazine__wrapper {
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
}
body #free-magazine .free-magazine__row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 839px) {
  body #free-magazine .free-magazine__row {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
}
body #free-magazine .free-magazine__thumb-side {
  flex: 0 0 auto;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 839px) {
  body #free-magazine .free-magazine__thumb-side {
    width: 30vw;
    flex: 0 0 30vw;
    max-width: 100%;
  }
}
body #free-magazine .free-magazine__link {
  display: block;
  color: inherit;
}
body #free-magazine .free-magazine__thumbnail {
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 839px) {
  body #free-magazine .free-magazine__thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
body #free-magazine .free-magazine__thumbnail img {
  display: block;
  width: 300px;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 839px) {
  body #free-magazine .free-magazine__thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 180;
  }
}
body #free-magazine .free-magazine__credit {
  margin: 0;
  padding-top: 4px;
  font-size: 7px;
  line-height: 1.4;
  text-align: left;
  color: #2c2e31;
}
body #free-magazine .free-magazine__text {
  flex: 1 1 auto;
  min-width: 0;
}
body #free-magazine .free-magazine__category {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2c2e31;
}
@media screen and (max-width: 839px) {
  body #free-magazine .free-magazine__category {
    font-size: 9px;
    margin: 0 0 4px;
  }
}
body #free-magazine .free-magazine__thin {
  font-weight: normal;
}
body #free-magazine .free-magazine__title-link {
  color: #2c2e31;
}
body #free-magazine .free-magazine__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 839px) {
  body #free-magazine .free-magazine__title {
    font-size: 12px;
  }
}
body #free-magazine .free-magazine__title-link:hover .free-magazine__title {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-underline-offset: 0.15em;
}
body #event-present {
  background-color: #C1DB81;
  color: #2c2e31;
  padding: 40px 0 72px;
}
body #event-present .event-present__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
body #event-present .event-present__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  background-color: #ffffff;
  padding: 32px;
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__card {
    display: block;
    align-items: stretch;
    gap: 24px;
    padding: 32px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  }
}
body #event-present .event-present__body {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__body {
    margin-top: 16px;
  }
}
body #event-present .event-present__badge {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #FFFA9B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__badge {
    top: -20px;
    left: auto;
    right: -12px;
  }
}
body #event-present .event-present__thumb {
  flex: 0 0 378px;
  width: 378px;
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__thumb {
    width: 100%;
    flex: 0 0 100%;
  }
}
body #event-present .event-present__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
body #event-present .event-present__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__title {
    font-size: 16px;
  }
}
body #event-present .event-present__button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #2c2e31;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: none;
}
body #event-present .event-present__button:hover {
  opacity: 0.85;
  transition: opacity 0.2s;
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__button {
    height: 48px;
    line-height: 48px;
  }
}
body #event-present .event-present__heading {
  margin: 40px 0 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body #event-present .event-present__heading {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
body #event-present .event-present__badge-unit {
  font-size: 16px;
  line-height: 1;
}
body #event-present .event-present__badge-count {
  font-size: 24px;
  line-height: 1;
}
body .event-wrapper {
  padding-bottom: 0px;
}
body .event-wrapper .number {
  display: inline-block;
  margin-right: 16px;
}
body .event-wrapper .link-text a {
  text-decoration: underline !important;
}
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);
}
body .event-wrapper .swiper-slide p {
  margin: 8px 24px;
}
body .event-wrapper .swiper-slide figure {
  width: 478px;
  margin: 24px auto 0;
}
body .event-wrapper .swiper-slide .category {
  background: #2c2e31;
  color: #ffffff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 8px 24px;
}
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;
}
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 .event-description {
  width: 660px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 839px) {
  body .event-wrapper .event-description {
    width: 100%;
  }
}
body .event-wrapper .event-heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
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 .compare-table {
  margin-top: 24px;
  text-align: center;
}
body .compare-table img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
body #featured-articles {
  margin-top: 0px;
  background-color: transparent;
  color: #2c2e31;
  padding: 0 0 96px;
}
body #featured-articles .featured-article {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin: 0;
  padding: 60px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article {
    display: block;
    flex-direction: column;
    align-items: stretch;
    gap: 240px;
    padding: 24px 0;
  }
}
body #featured-articles .featured-article__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0 0 12px;
  background-color: #C1DB81;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #2c2e31;
}
body #featured-articles .featured-article__body {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body #featured-articles .featured-article__more {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  align-self: flex-start;
  width: auto;
  max-width: 260px;
  min-width: 0;
  height: 60px;
  padding: 0 40px;
  background-color: #2c2e31;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: none;
}
body #featured-articles .featured-article__more:hover {
  opacity: 0.85;
  transition: opacity 0.2s;
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article__more {
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    font-size: 16px;
  }
}
body #featured-articles .featured-article__media {
  flex: 0 0 560px;
  width: 560px;
  max-width: 100%;
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article__media {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
body #featured-articles .featured-article__thumb {
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article__thumb {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #featured-articles .featured-article__thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 560px;
  max-height: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article__thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
  }
}
body #featured-articles .featured-article__title {
  margin: 8px 0 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  text-align: justify;
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article__title {
    margin: 16px 0 28px;
    font-size: 20px;
  }
}
body #featured-articles .featured-article__credit {
  margin: 10px 0 0px;
  font-size: 7px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
}
body #featured-articles .featured-article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body #featured-articles .featured-article__thumb-link {
  display: block;
  color: inherit;
}
body #featured-articles .featured-article__thumb-link:hover {
  opacity: 0.92;
  transition: opacity 0.2s;
}
body #featured-articles .featured-articles__list {
  margin: 0;
  padding: 0;
}
body #featured-articles .featured-articles__heading {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 840px) {
  body #featured-articles .featured-article__body .featured-article__num.pc {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 839px) {
  body #featured-articles .featured-article .featured-article__num.sp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
body #present-attention {
  font-size: 15px;
  line-height: 200%;
}
body .attention-container {
  margin: 20px 0 60px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  body .attention-container {
    text-align: justify;
  }
}
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-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
body .passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
body #price, body #price-middle {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}
body #price .heading, body #price-middle .heading {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 839px) {
  body #price .heading, body #price-middle .heading {
    font-size: 32px;
    margin-bottom: 0;
  }
}
body #price h2, body #price-middle h2 {
  margin: 80px auto 40px;
  font-size: 32px;
  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 30px;
  }
}
body #price .houjin-text, body #price-middle .houjin-text {
  margin-top: 40px;
}
body #price .price-wrapper, body #price-middle .price-wrapper {
  display: flex;
  justify-content: space-between;
  min-width: 1120px;
  padding-top: 40px;
}
@media screen and (max-width: 839px) {
  body #price .price-wrapper, body #price-middle .price-wrapper {
    display: block;
    min-width: 100%;
    padding-top: 32px;
  }
}
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 {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    width: 260px;
    margin: -40px auto 0px;
  }
}
body #price .recommend, body #price-middle .recommend {
  margin-top: 2px;
}
body #price .recommend .whitebox, body #price-middle .recommend .whitebox {
  border: 6px solid #C2A47E;
  box-sizing: border-box;
}
body #price .whitebox, body #price-middle .whitebox {
  background-color: #ffffff;
  color: #2c2e31;
  display: block;
  width: 360px;
  height: auto;
  padding: 20px;
  border-radius: 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;
}
@media screen and (max-width: 839px) {
  body #price .whitebox, body #price-middle .whitebox {
    width: 100%;
    margin-bottom: 32px;
  }
}
body #price .whitebox h3, body #price-middle .whitebox h3 {
  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: 11px;
  }
}
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;
  margin-bottom: 24px;
}
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;
}
body #price .whitebox .btn-common.black, body #price-middle .whitebox .btn-common.black {
  color: #ffffff;
  background-color: #131313;
}
body #price .whitebox .btn-common.gold, body #price-middle .whitebox .btn-common.gold {
  color: #ffffff;
  background-color: #C2A47E;
}
body #price .whitebox .btn-common.bt-blue, body #price-middle .whitebox .btn-common.bt-blue {
  color: #ffffff;
  background-color: #16264A;
}
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, body #price-middle .whitebox .btn-common {
    height: 48px;
  }
  body #price .whitebox .btn-common p, body #price-middle .whitebox .btn-common p {
    font-size: 18px;
    line-height: 48px;
  }
}
body #price .yearly,
body #price-middle .yearly,
body #price .monthly,
body #price-middle .monthly {
  margin-top: 2px;
}
body #price .recommend,
body #price-middle .recommend,
body #price .yearly,
body #price-middle .yearly,
body #price .monthly,
body #price-middle .monthly {
  position: relative;
}
body #price .yearly .whitebox,
body #price-middle .yearly .whitebox {
  border: 6px solid #16264A;
  box-sizing: border-box;
}
body #price .monthly .whitebox,
body #price-middle .monthly .whitebox {
  border: 6px solid #131313;
  box-sizing: border-box;
}

@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;
  }
}/*# sourceMappingURL=main.css.map */