@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p,
ul,
ol {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

.color-white {
  color: #fff !important;
}

/* reset.css または base.css の冒頭 */
html {
  box-sizing: border-box; /* html要素に適用 */
}

*,
*::before,
*::after {
  box-sizing: inherit; /* 全ての要素に、htmlからbox-sizingプロパティを継承させる */
}

.mv__bg {
  z-index: -100;
  position: sticky;
  top: 0;
  width: 100%;
  height: 430px;
  background-image: url(../images/mv_snpit_1920.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv__bg {
    height: 276px;
  }
}

iframe[src*="youtube.com"] {
  width: 100%;
  max-width: 960px;
  height: auto;
  aspect-ratio: 16/9;
}

.news {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
}

.news__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.news__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #237464;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    text-align: center;
  }
}

.news__list {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  border: solid 1px rgba(32, 178, 170, 0.15);
}

.news__list::-webkit-scrollbar {
  width: 6px;
}

.news__list::-webkit-scrollbar-track {
  background: rgba(32, 178, 170, 0.05);
  border-radius: 3px;
}

.news__list::-webkit-scrollbar-thumb {
  background: rgba(32, 178, 170, 0.3);
  border-radius: 3px;
}
.news__list::-webkit-scrollbar-thumb:hover {
  background: rgba(32, 178, 170, 0.5);
}

.news__item {
  border-bottom: 1px solid rgba(32, 178, 170, 0.15);
}

.news__link,
.news__content-no-link {
  display: flex;
  align-items: flex-start;
  padding: 4px 10px;
  text-decoration: none;
  color: #237464;
  transition: background-color 0.2s;
}
.news__link:hover,
.news__content-no-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 767px) {
  .news__link,
  .news__content-no-link {
    flex-direction: column;
    padding: 8px 5px;
  }
}

.news__date {
  flex-shrink: 0;
  width: 72px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .news__date {
    width: 100%;
    padding-top: 0;
    margin-bottom: 4px;
  }
}

.news__body {
  flex-grow: 1;
}

.news__text {
  font-size: 1rem;
  line-height: 1.6;
  display: inline;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 0.9375rem;
  }
}

.concept {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 32px 0;
  }
}

.concept__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.concept__body {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .concept__body {
    flex-direction: column;
    gap: 32px;
  }
}

.concept__text-content {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .concept__text-content {
    width: 100%;
  }
}

.concept__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: #237464;
}
@media screen and (max-width: 767px) {
  .concept__title {
    font-size: 1.5rem;
    text-align: center;
  }
  .concept__title::before {
    position: static;
    margin-right: 0.3em;
  }
}

.concept__description-wrap {
  border-radius: 8px;
}
.concept__description {
  font-size: 1rem;
  line-height: 2;
  color: #237464;
}
@media screen and (max-width: 767px) {
  .concept__description {
    font-size: 0.9375rem;
  }
}

.concept__badge-content {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .concept__badge-content {
    width: 100%;
  }
}

.concept__badge-list {
  margin: auto auto 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .concept__badge-list {
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
}

.concept__badge-item:first-child {
  margin-top: auto;
}

.concept__badge-image {
  display: block;
  width: auto;
  height: 41px;
}
@media screen and (max-width: 767px) {
  .concept__badge-image {
    height: 50px;
  }
}

.concept__badge-link {
  display: block;
  padding: 12px;
  color: #fff;
  background-color: #0c0d14;
  border: 1px solid #237464;
  font-weight: bold;
  border-radius: 8px;
  width: min(100%, 160px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept__badge-link {
    width: min(100%, 200px);
    padding: 16px;
  }
}

.concept-main {
  background-color: rgb(242, 255, 252);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .concept-main {
    padding: 40px 0;
  }
}

.concept-main__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.concept-main__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  color: #237464;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .concept-main__title {
    font-size: 1.5rem;
  }
}

.concept-main__subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #51b99d;
}
@media screen and (max-width: 767px) {
  .concept-main__subtitle {
    font-size: 1.125rem;
  }
}

.concept-main__description {
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 1.8;
  color: #237464;
}
@media screen and (max-width: 767px) {
  .concept-main__description {
    font-size: 0.9375rem;
  }
}

.concept-main__video-wrapper {
  margin: 0 auto;
  position: relative;
  width: min(100%, 680px);
  border-radius: 8px;
  overflow: hidden;
}

.concept-main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.travel-campaign {
  background-color: #fff;
  color: #237464;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .travel-campaign {
    padding: 32px 0;
  }
}

.travel-campaign__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.travel-campaign__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .travel-campaign__title {
    font-size: 1.5rem;
  }
}
.travel-campaign__title span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .travel-campaign__title span {
    display: block;
  }
}

.travel-campaign__description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  color: #0c0d14;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__description {
    font-size: 0.9375rem;
    text-align: left;
    margin-bottom: 24px;
  }
}

.travel-campaign__banner-group {
  margin: 0 auto;
  width: min(100%, 680px);
}
.travel-campaign__banner-group + .travel-campaign__banner-group {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__banner-group + .travel-campaign__banner-group {
    margin-top: 24px;
  }
}

.travel-campaign__banner-heading {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .travel-campaign__banner-heading {
    font-size: 1rem;
  }
}

.travel-campaign__banner-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(32, 178, 170, 0.15);
}

.travel-campaign__form-link-wrapper {
  margin: 48px auto;
  width: min(100%, 600px);
  text-align: center;
  padding: 24px;
  border: 1px solid #fff;
  background: #51b99d;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__form-link-wrapper {
    margin: 24px 0;
    padding: 20px;
  }
}

.travel-campaign__form-link-label {
  font-size: 1rem;
  margin-bottom: 8px;
}

.travel-campaign__form-link {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
}
.travel-campaign__form-link:hover {
  text-decoration: none;
}

.travel-campaign__benefits {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__benefits {
    margin-top: 40px;
  }
}

.travel-campaign__benefits-title {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__benefits-title {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}

.travel-campaign__benefits-list {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  border: 1px dashed #237464;
  background-color: #fdfffe;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__benefits-list {
    padding: 16px;
  }
}

.travel-campaign__benefits-item {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
}
.travel-campaign__benefits-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #237464;
}
.travel-campaign__benefits-item + .travel-campaign__benefits-item {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__benefits-item {
    font-size: 1rem;
  }
}

.travel-campaign__additional-benefits {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .travel-campaign__additional-benefits {
    margin-top: 40px;
  }
}

.travel-campaign__additional-benefits-intro {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #237464;
}

.travel-campaign__additional-benefits-list {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  border: 1px dashed #237464;
  border-radius: 8px;
  background-color: #fdfffe;
}
@media screen and (max-width: 767px) {
  .travel-campaign__additional-benefits-list {
    padding: 16px;
  }
}

.travel-campaign__additional-benefits-item {
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
}
.travel-campaign__additional-benefits-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #237464;
}
.travel-campaign__additional-benefits-item
  + .travel-campaign__additional-benefits-item {
  margin-top: 8px;
}

.travel-campaign__additional-notes {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #0c0d14;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.travel-campaign__additional-note {
  position: relative;
  padding-left: 1.2em;
}
.travel-campaign__additional-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #0c0d14;
}
.travel-campaign__additional-note + .travel-campaign__additional-note {
  margin-top: 8px;
}

.how-to-snpit {
  background-color: rgb(242, 255, 252);
  color: #237464;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .how-to-snpit {
    padding: 40px 0;
  }
}

.how-to-snpit__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.how-to-snpit__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .how-to-snpit__title {
    font-size: 1.375rem;
    margin-bottom: 32px;
  }
}

.how-to-snpit__step {
  margin-bottom: 32px;
}
.how-to-snpit__step:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .how-to-snpit__step {
    margin-bottom: 32px;
  }
}

.how-to-snpit__step-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .how-to-snpit__step-heading {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

.how-to-snpit__step-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #237464;
}
@media screen and (max-width: 767px) {
  .how-to-snpit__step-description {
    font-size: 0.9375rem;
  }
}

.his-gacha {
  background-color: #fff;
  color: #237464;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .his-gacha {
    padding: 32px 0;
  }
}

.his-gacha__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.his-gacha__subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 8px;
  color: #0c0d14;
}
@media screen and (max-width: 767px) {
  .his-gacha__subtitle {
    font-size: 1rem;
  }
}

.his-gacha__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .his-gacha__title {
    font-size: 1.625rem;
    margin-bottom: 32px;
  }
}

.his-gacha__description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  width: min(100%, 960px);
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .his-gacha__description {
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
}

/* --- 新しく追加するFlexboxコンテナのスタイル --- */
.his-gacha__images-two-col {
  display: flex;
  align-items: flex-start;
  max-width: 960px;
  margin: 24px auto 0;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .his-gacha__images-two-col {
    gap: 16px;
    flex-direction: column;
    margin-top: 16px;
  }
}

.his-gacha__main-image-wrapper {
  text-align: center;
  width: 40%;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .his-gacha__main-image-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.his-gacha__table-image-wrapper {
  width: 60%;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .his-gacha__table-image-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

.his-gacha__main-image {
  display: block;
  width: 100%;
  height: auto;
}

.his-gacha__table-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(32, 178, 170, 0.15);
  border-radius: 8px;
}

img {
  border: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  left: inherit;
  right: inherit;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border: solid gray;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
}

.swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}

#card01.contents {
  padding: 16px 0;
}
#card01.contents h2 {
  font-size: 24px;
  text-align: center;
}

.card01,
.card02 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .card01,
  .card02 {
    max-height: 460px;
  }
}
.card01 .contents__inner,
.card02 .contents__inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 32px;
}
.card01 .swiper,
.card02 .swiper {
  overflow: visible;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .card01 .swiper,
  .card02 .swiper {
    padding: 0;
  }
}
.card01 .swiper-button-prev,
.card01 .swiper-button-next,
.card02 .swiper-button-prev,
.card02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card01 .swiper-button-prev::before,
.card01 .swiper-button-next::before,
.card02 .swiper-button-prev::before,
.card02 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1),
    -0.5rem -0.5rem 0.75rem rgba(255, 255, 255, 0.2);
}
.card01 .swiper-button-prev::after,
.card01 .swiper-button-next::after,
.card02 .swiper-button-prev::after,
.card02 .swiper-button-next::after {
  border-color: #fff;
}
.card01 .swiper-button-prev,
.card02 .swiper-button-prev {
  right: calc(100% - 4.2rem);
}
@media screen and (max-width: 1024px) {
  .card01 .swiper-button-prev,
  .card02 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
@media screen and (max-width: 767px) {
  .card01 .swiper-button-prev,
  .card02 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.card01 .swiper-button-next,
.card02 .swiper-button-next {
  left: calc(100% - 4.2rem);
}
@media screen and (max-width: 1024px) {
  .card01 .swiper-button-next,
  .card02 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
@media screen and (max-width: 767px) {
  .card01 .swiper-button-next,
  .card02 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.card01 .slide,
.card02 .slide {
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s;
  border-radius: 4px;
}
.card01 .slide-media,
.card02 .slide-media {
  padding-top: 80.5%;
}
@media screen and (min-width: 1025px) {
  .card01 .slide-media img,
  .card02 .slide-media img {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
}
.card01 .slide-content,
.card02 .slide-content {
  padding: 1rem;
  position: relative;
}
.card01 .slide-content .slide-date,
.card02 .slide-content .slide-date {
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  color: rgb(0, 112, 156);
}
@media screen and (max-width: 767px) {
  .card01 .slide-content .slide-date,
  .card02 .slide-content .slide-date {
    font-size: 1rem;
  }
}
.card01 .slide-content .new_tab,
.card02 .slide-content .new_tab {
  color: #fff;
  font-weight: bold;
  background-color: red;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  right: 8px;
  top: -16px;
}
.card01 .slide-content .slide-title,
.card02 .slide-content .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1rem;
}
.card01 .swiper-pagination .swiper-pagination-bullet,
.card02 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.card01
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.card02
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #154669;
}

.his-stamp-rally {
  background-color: #fff;
  color: #237464;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally {
    padding: 32px 0;
  }
}

.his-stamp-rally__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.his-stamp-rally__subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 8px;
  color: #0c0d14;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__subtitle {
    font-size: 1rem;
  }
}

.his-stamp-rally__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__title {
    font-size: 1.625rem;
    margin-bottom: 32px;
  }
}

.his-stamp-rally__description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__description {
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
}

/* --- card02 スライダーのスタイル (card01と共通部分は統合しても良い) --- */
/* --- 販売情報セクションのスタイル --- */
.his-stamp-rally__sales-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: 24px auto 24px;
}
@media screen and (min-width: 768px) {
  .his-stamp-rally__sales-info {
    justify-content: space-between;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__sales-info {
    gap: 32px;
    margin-top: 24px;
  }
}

.his-stamp-rally__sales-block {
  padding: 16px;
  border: 1px solid rgba(32, 178, 170, 0.15);
  border-radius: 8px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .his-stamp-rally__sales-block {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__sales-block {
    padding: 16px;
  }
}

.his-stamp-rally__sales-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1.4;
}
.his-stamp-rally__sales-heading span {
  color: #237464;
  font-size: 1.125rem;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__sales-heading span {
    display: block;
  }
}

.his-stamp-rally__sales-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.his-stamp-rally__sales-item {
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.his-stamp-rally__sales-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__sales-item {
    font-size: 0.9375rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.his-stamp-rally__sales-label {
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__sales-label {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.his-stamp-rally__sales-text {
  flex-grow: 1;
  word-break: break-all;
}
.his-stamp-rally__sales-text span {
  color: #237464;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .his-stamp-rally__sales-text span {
    display: block;
  }
}

.his-free-camera {
  background-color: #fff;
  color: #237464;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .his-free-camera {
    padding: 32px 0;
  }
}

.his-free-camera__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.his-free-camera__subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 8px;
  color: #237464;
}
@media screen and (max-width: 767px) {
  .his-free-camera__subtitle {
    font-size: 1rem;
  }
}

.his-free-camera__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .his-free-camera__title {
    font-size: 1.625rem;
    margin-bottom: 32px;
  }
}

.his-free-camera__description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  max-width: 960px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .his-free-camera__description {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}

/* --- カメラ画像部分のスタイル --- */
.his-free-camera__image-wrapper {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .his-free-camera__image-wrapper {
    margin-bottom: 40px;
  }
}

.his-free-camera__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.his-free-camera__image-caption {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 16px;
  color: #237464;
  padding: 8px 0;
  background-color: #fff;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 16px;
}

/* --- 配布情報部分のスタイル --- */
.his-free-camera__distribution-info {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(32, 178, 170, 0.15);
  border-radius: 8px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .his-free-camera__distribution-info {
    padding: 20px;
  }
}

.his-free-camera__distribution-item {
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  align-items: baseline;
}
.his-free-camera__distribution-item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .his-free-camera__distribution-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.his-free-camera__distribution-label {
  font-weight: bold;
  color: #237464;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .his-free-camera__distribution-label {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.his-free-camera__distribution-text {
  flex-grow: 1;
}

.his-free-camera__distribution-note {
  font-size: 0.875rem;
  color: #0c0d14;
}
@media screen and (max-width: 767px) {
  .his-free-camera__distribution-note {
    font-size: 0.8125rem;
  }
}

.genesis-camera {
  background-color: #fff;
  color: #237464;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .genesis-camera {
    padding: 32px 0;
  }
}

.genesis-camera__inner {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.genesis-camera__subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 8px;
  color: #0c0d14;
}
@media screen and (max-width: 767px) {
  .genesis-camera__subtitle {
    font-size: 1rem;
  }
}

.genesis-camera__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .genesis-camera__title {
    font-size: 1.625rem;
    margin-bottom: 32px;
  }
}

.genesis-camera__description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 60px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .genesis-camera__description {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}

/* --- card03 スライダーのスタイル (card02と共通部分は統合しても良い) --- */
/* --- 販売情報セクションのスタイル --- */
.genesis-camera__sales-info {
  max-width: 800px;
  margin: 24px auto 24px;
  padding: 24px;
  border: 1px solid rgba(32, 178, 170, 0.15);
  border-radius: 8px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .genesis-camera__sales-info {
    padding: 16px;
    margin-top: 24px;
  }
}

.genesis-camera__sales-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .genesis-camera__sales-list {
    margin-bottom: 16px;
  }
}

.genesis-camera__sales-item {
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.genesis-camera__sales-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .genesis-camera__sales-item {
    font-size: 0.9375rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.genesis-camera__sales-label {
  font-weight: bold;
  color: #237464;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .genesis-camera__sales-label {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.genesis-camera__sales-text {
  flex-grow: 1;
  word-break: break-all;
}
.genesis-camera__sales-text span {
  font-weight: normal;
  color: #237464;
  font-size: 0.875rem;
}

/* --- 注釈リストのスタイル --- */
.genesis-camera__notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #0c0d14;
}
@media screen and (max-width: 767px) {
  .genesis-camera__notes-list {
    font-size: 0.8125rem;
  }
}

.genesis-camera__note {
  position: relative;
  padding-left: 1.2em;
}
.genesis-camera__note + .genesis-camera__note {
  margin-top: 8px;
}
.genesis-camera__note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #0c0d14;
}

.auto-slide01 {
  margin-bottom: 0;
}
.auto-slide01 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.auto-slide01 .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.auto-slide01 .slide {
  width: var(--slide-width);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  --slide-width: 260px;
}
@media screen and (max-width: 767px) {
  .auto-slide01 .slide {
    --slide-width: 280px;
  }
}
.auto-slide01 .slide-media {
  height: var(--slide-width);
}
.auto-slide01 .slide-media img {
  height: auto;
}
.auto-slide01 .slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 50%
  );
}
.auto-slide01 .slide-title {
  font-size: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.auto-slide01 .slide:hover .slide-content {
  opacity: 0;
}

.card01 .contents__inner,
.card02 .contents__inner {
  padding: 0;
}
.card01 .slide-media img,
.card01 .thumb-media img,
.card02 .slide-media img,
.card02 .thumb-media img {
  height: auto;
}

.footer {
  padding: 60px 0 24px;
  background-color: rgb(242, 255, 252);
}
.footer__list {
  margin: 0 auto 24px;
  width: min(100% - 32px, 600px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__list li {
  position: relative;
  padding: 0 10px;
}
.footer__list li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: lightgrey;
}
@media screen and (max-width: 767px) {
  .footer__list li:not(:first-child)::before {
    background-color: #fff;
  }
}
.footer__list a {
  font-size: 14px;
  color: #237464;
  white-space: nowrap;
}
.footer .copyright {
  font-size: 12px;
  color: grey;
  text-align: center;
}
