@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/* __10: 共通設定 */
/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* Zen Maru Gothic フォント定義 */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/Zen_Maru_Gothic/ZenMaruGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/Zen_Maru_Gothic/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings */
/* 目次 */
/* __00: 共通設定 */
/* __10: リセット用のプレイスフォルダ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* module */
/* 目次 */
/* __00: mixin */
/* __10: 共通ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: mixin */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/* __10: 共通ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-media */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-vw */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-vh */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:root {
  --font-family: "Noto Sans JP", sans-serif;
  --font-size: 62.5%;
  --font-weight: 400;
  --letter-spacing: 0;
  --line-height: 1.8;
  --transiton-timing-function: cubic-bezier(0.46, 0.03, 0.23, 0.98);
}

/* __10: リセット用のプレイスフォルダ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body, html, div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
a,
code,
del,
em,
small,
b,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
}

body {
  color: var(--font-color);
  background-color: var(--background-color);
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* typography */
/* 目次 */
/* __00: 共通設定 */
/* __10: Typography */
/* __20: Headline Design */
/* __30: WordPress Editor Size */
/* __40: InputTag */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:root {
  --font-size-text: clamp(1.2rem, 1.0944rem + 0.2817vw, 1.5rem);
  --font-size-input: 16px;
  --font-size-h1: clamp(2.7rem, 2.5944rem + 0.2817vw, 3rem);
  --font-size-h2: clamp(2.4rem, 2.2944rem + 0.2817vw, 2.7rem);
  --font-size-h3: clamp(2.1rem, 1.9944rem + 0.2817vw, 2.4rem);
  --font-size-h4: clamp(1.8rem, 1.6944rem + 0.2817vw, 2.1rem);
  --font-size-h5: clamp(1.6rem, 1.5296rem + 0.1878vw, 1.8rem);
  --font-size-h6: 1.6rem;
  --font-color: #604c3f;
  --font-caption: #cbcbcb;
  --font-link: #eb6d80;
  --font-link-hover: #e25450;
  --border-color: #cbcbcb;
  --background-color: #f6c1cc;
  --main-color: #bce1de;
  --accent-color01: #804340;
  --accent-color02: #df6963;
  --accent-color03: #a8cf6a;
  --accent-color04: #f09cb4;
  --accent-color05: #fd0320;
  --accent-color06: #ee7836;
}

/* __10: Typography */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __40: InputTag */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:focus {
  outline: 0;
}

/* 見出し */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1 {
  font-size: var(--font-size-h1);
  line-height: 1.4;
}

h2 {
  font-size: var(--font-size-h2);
  line-height: 1.4;
  text-align: center;
}

h3 {
  font-size: var(--font-size-h3);
  line-height: 1.4;
}

h4 {
  font-size: var(--font-size-h4);
  line-height: 1.4;
}

h5 {
  font-size: var(--font-size-h5);
  line-height: 1.4;
}

h6 {
  font-size: var(--font-size-h6);
  line-height: 1.4;
}

/* テキスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

small {
  font-size: 0.866666em;
}

sub {
  font-size: 0.5em;
  vertical-align: sub;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

del {
  font-size: 1em;
}

mark {
  font-size: 1em;
}

code {
  font-size: 0.866666em;
}

blockquote {
  font-size: var(--font-size-text);
  padding: 1em 0 1em 2em;
  border-left: 2px solid #afafaf;
}
blockquote > * {
  font-family: serif;
  font-style: italic;
  color: #afafaf;
}
blockquote > * + * {
  margin-top: 1em;
}

figure {
  max-width: 100%;
}
figure a {
  display: block;
}

figcaption {
  font-size: var(--font-size-sm);
}

/* リスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ul {
  list-style: none;
}

ol {
  list-style: none;
}

/* 定義リスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* テーブル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c2c2c2;
}

thead td {
  font-weight: bold;
}

th {
  border: 1px solid #fff;
  border-bottom: 1px solid #c2c2c2;
  background-color: var(--main-color);
  vertical-align: middle;
  color: #fff;
  padding: 0.5em;
}

td {
  border: 1px solid #c2c2c2;
  vertical-align: middle;
  padding: 0.5em;
}

/* その他 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
img:not([class*=wp-image]) {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

figure {
  margin: 0;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form textarea,
form select,
form input[type=file],
form input[type=radio],
form input[type=checkbox],
form input[type=button],
form input[type=submit] {
  all: unset;
  outline: revert;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font-family);
  font-size: var(--font-size-input);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=date]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form input[type=file]::-webkit-input-placeholder,
form input[type=radio]::-webkit-input-placeholder,
form input[type=checkbox]::-webkit-input-placeholder,
form input[type=button]::-webkit-input-placeholder,
form input[type=submit]::-webkit-input-placeholder {
  font-size: 1em;
  color: var(--font-caption);
}
form input[type=text]:-webkit-autofill,
form input[type=email]:-webkit-autofill,
form input[type=tel]:-webkit-autofill,
form input[type=date]:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill,
form input[type=file]:-webkit-autofill,
form input[type=radio]:-webkit-autofill,
form input[type=checkbox]:-webkit-autofill,
form input[type=button]:-webkit-autofill,
form input[type=submit]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ebebeb inset;
          box-shadow: 0 0 0 1000px #ebebeb inset;
  -webkit-text-fill-color: var(--font-color) !important;
}
form textarea {
  resize: none;
}
form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
form input[type=checkbox] + span, form input[type=checkbox] + .wpcf7c-conf-hidden + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 1.5em;
  font-size: var(--font-size-input);
  font-weight: 500;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after, form input[type=checkbox] + .wpcf7c-conf-hidden + span::before, form input[type=checkbox] + .wpcf7c-conf-hidden + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 1.5em auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + .wpcf7c-conf-hidden + span::before {
  width: 1em;
  height: 1em;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  left: 0;
}
form input[type=checkbox] + span::after, form input[type=checkbox] + .wpcf7c-conf-hidden + span::after {
  opacity: 0;
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid var(--font-color);
  border-bottom: 2px solid var(--font-color);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  left: 0.3em;
  bottom: 0.2em;
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form input[type=checkbox] + .wpcf7c-conf-hidden + span {
  cursor: auto;
}
form input[type=checkbox] + .wpcf7c-conf-hidden + span::after {
  opacity: 1;
}
form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
form input[type=radio] + span, form input[type=radio] + .wpcf7c-conf-hidden + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 1.5em;
  font-size: var(--font-size-input);
  font-weight: 500;
}
form input[type=radio] + span::before, form input[type=radio] + span::after, form input[type=radio] + .wpcf7c-conf-hidden + span::before, form input[type=radio] + .wpcf7c-conf-hidden + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 1.5em auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before, form input[type=radio] + .wpcf7c-conf-hidden + span::before {
  width: 1em;
  height: 1em;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  left: 0;
}
form input[type=radio] + span::after, form input[type=radio] + .wpcf7c-conf-hidden + span::after {
  opacity: 0;
  width: 0.5em;
  height: 0.5em;
  background: var(--main-color);
  left: 0.25em;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form input[type=radio] + .wpcf7c-conf-hidden + span {
  cursor: auto;
}
form input[type=radio] + .wpcf7c-conf-hidden + span::after {
  opacity: 1;
}
form label {
  display: inline-block;
}
form input[type=button],
form input[type=submit] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}
form .disabled {
  pointer-events: none;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  font-size: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.--loading {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  cursor: wait;
}
html[class*=-open] {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

body {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.1111111111vw;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 3.7333333333vw;
  }
}

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

.nopc {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nopc {
    display: block;
  }
}

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

.grecaptcha-badge {
  visibility: hidden;
}

/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* module */
/* 目次 */
/* __00: moduleファイル読み込み */
/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: moduleファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* animation.module */
/* 目次 */
/* __00: 共通設定 */
/* __10: ホバーアクション - 下線 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.--hintBrowser {
  will-change: transform, opacity;
}

.--alpha {
  opacity: 0;
}

.--js_fadeIn__item {
  opacity: 0;
}

.--js_fadeUp__item {
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.--js_scaleDown__item {
  will-change: transform;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* __10: ホバーアクション - 下線 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* form.module */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#entry-form .headline {
  cursor: pointer;
}
#entry-form .headline h3 {
  position: relative;
}
#entry-form .headline span {
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.6em;
  height: 0.6em;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#entry-form .headline.open span {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
#entry-form .js_acdn_box {
  display: none;
}
#entry-form .hissu {
  display: inline-block;
  font-size: 1.6rem;
  color: #ed474e;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #entry-form .hissu {
    font-size: 1.4rem;
  }
}
#entry-form #form {
  padding-top: 4rem;
}
@media only screen and (max-width: 640px) {
  #entry-form #form {
    font-size: 2rem;
  }
}
#entry-form #form .form-list {
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px dotted var(--font-color);
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #entry-form #form .form-list {
    padding-left: 0;
    padding-right: 0;
    border-width: 1px;
  }
}
#entry-form #form .form-list:nth-child(6) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#entry-form #form input[type=text],
#entry-form #form input[type=email],
#entry-form #form input[type=tel],
#entry-form #form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 300;
}
#entry-form #form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 50%;
  height: 44px;
  padding: 6px 30px 6px 10px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 300;
  cursor: pointer;
  background-image: url("../images/lp/arrow_bottom.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
#entry-form #form span.wpcf7-list-item {
  margin-right: 1rem;
}
#entry-form #form span.wpcf7-list-item input[type=radio],
#entry-form #form span.wpcf7-list-item input[type=checkbox] {
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
}
#entry-form #form span.wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
#entry-form #form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 250px;
  padding: 10px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  font-size: 1.6rem;
  font-weight: 300;
  resize: none;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  #entry-form #form textarea {
    height: 180px;
  }
}
#entry-form #form dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 640px) {
  #entry-form #form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#entry-form #form dl dt {
  margin: auto 0;
  width: 31%;
  max-width: 260px;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 640px) {
  #entry-form #form dl dt {
    width: 100%;
    max-width: inherit;
  }
}
#entry-form #form dl dt.one-colmun {
  width: 100%;
  max-width: inherit;
  text-align: left;
}
#entry-form #form dl dt .attention {
  display: block;
  text-align: left;
  color: var(--font-color);
}
#entry-form #form dl dt.title-other {
  margin-top: 5.5px;
}
#entry-form #form dl dt.title-other p {
  text-align: left;
}
#entry-form #form dl dd {
  margin: auto 0;
  width: 65%;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #entry-form #form dl dd {
    width: 100%;
  }
}
#entry-form #form dl dd.contact-your-school input[type=text] {
  margin-bottom: 1rem;
}
#entry-form #form dl dd.contact-your-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#entry-form #form dl dd.contact-your-zip .zip11 {
  width: 140px;
}
#entry-form #form dl dd.contact-your-zip input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100px;
  height: 30px;
  padding: 0 10px;
  margin: 0 0 0 1rem;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  font-size: 1.4rem;
  font-weight: 300;
  cursor: pointer;
  will-change: filter;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#entry-form #form dl dd.contact-your-zip input[type=button]:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#entry-form #form dl dd.contact-your-address {
  margin-left: auto;
}
#entry-form #form dl dd.contact-your-address input[name=addr11] {
  display: none;
}
#entry-form #form dl dd.contact-your-date-text, #entry-form #form dl dd.contact-your-date-movie, #entry-form #form dl dd.contact-your-message, #entry-form #form dl dd.contact-your-question, #entry-form #form dl dd.contact-your-group {
  width: 100%;
}
#entry-form #form dl dd.contact-your-parent-tel .text {
  font-weight: 400;
}
#entry-form #form dl dd.contact-your-trigger .text {
  display: block;
  font-size: 1.6rem;
  color: #ed474e;
  margin-bottom: 1rem;
}
#entry-form #form dl dd.contact-your-trigger .wpcf7-list-item {
  display: block;
}
#entry-form #form dl dd.contact-your-trigger #js_other_textarea {
  display: none;
}
#entry-form #form dl dd.contact-your-date-movie .text {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  display: block;
}
#entry-form #form dl dd.contact-your-date-movie .your-date-file {
  margin: 2rem auto;
  text-indent: 1rem;
  display: block;
}
#entry-form #form dl dd.contact-your-date-movie .text:nth-child(2) {
  text-indent: 1rem;
  font-weight: 400;
  color: #ed474e;
}
@media only screen and (max-width: 640px) {
  #entry-form #form dl dd .wpcf7-list-item label {
    display: block;
  }
}
#entry-form #form .submit-wrapper {
  width: 90%;
  max-width: 392px;
  margin: 4rem auto 0;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  #entry-form #form .submit-wrapper {
    max-width: 380px;
  }
}
@media only screen and (max-width: 640px) {
  #entry-form #form .submit-wrapper {
    margin: 2rem auto 0;
    max-width: 260px;
  }
}
#entry-form #form .submit-wrapper input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #eb6d80;
  border: 1px solid #eb6d80;
  font-size: 1.8rem;
  text-align: center;
  padding: 13.5px 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  #entry-form #form .submit-wrapper input[type=submit] {
    font-size: 1.6rem;
    padding: 12.5px 0;
  }
}
#entry-form #form .submit-wrapper input[type=submit]:hover {
  color: #eb6d80;
  background-color: transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#entry-form #form .submit-wrapper input[type=submit]:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  pointer-events: none;
  cursor: not-allowed;
}
#entry-form #form .wpcf7-response-output {
  border-color: #eb6d80;
  text-align: center;
  padding: 1rem;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  #entry-form #form .wpcf7-response-output {
    font-size: 1.6rem;
  }
}
#entry-form #form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #entry-form #form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4rem;
  }
}
#entry-form #form div.wpcf7 .ajax-loader {
  position: absolute;
  margin-top: 20px;
  background-color: var(--main-color);
  margin: 20px 0 0;
}
#entry-form #form div.wpcf7 .ajax-loader.submit-attention {
  background-color: transparent;
  width: 94%;
  right: 0;
  margin: 20px 0 0 auto;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  #entry-form #form div.wpcf7 .ajax-loader.submit-attention {
    font-size: 1.2rem;
    width: 88%;
  }
}
#entry-form #form div.wpcf7 .ajax-loader.submit-attention::before {
  display: none !important;
}
#entry-form #privacy {
  height: 290px;
  margin: 1rem;
  overflow-y: scroll;
}
#entry-form #privacy-wrapper {
  background-color: #fff;
  border: 1px solid #b5b5b6;
  margin: 3rem auto;
  max-width: 770px;
  border-radius: 8px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy-wrapper {
    border-radius: 4px;
  }
}
#entry-form #privacy::-webkit-scrollbar {
  width: 10px;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy::-webkit-scrollbar {
    width: 5px;
  }
}
#entry-form #privacy::-webkit-scrollbar-track {
  margin: 10px 0;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy::-webkit-scrollbar-track {
    margin: 5px 0;
  }
}
#entry-form #privacy::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--border-color);
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
}
#entry-form #privacy .inner {
  width: 100%;
  max-width: inherit;
  padding: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy .inner {
    padding: 0.7rem;
  }
}
#entry-form #privacy .inner h2 {
  font-size: 2.2rem;
  font-weight: 700;
  font-weight: bold;
  margin-bottom: 1em;
  color: #eb6d80;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy .inner h2 {
    font-size: 1.6rem;
  }
}
#entry-form #privacy .inner h3 {
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  padding: 0.25em;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy .inner h3 {
    font-size: 1.4rem;
  }
}
#entry-form #privacy .inner p {
  font-size: 1.3rem;
  margin-bottom: 2em;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy .inner p {
    font-size: 1.2rem;
  }
}
#entry-form #privacy .inner a {
  color: var(--main-color);
  word-break: break-all;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy .inner a {
    font-size: 1.2rem;
  }
}
#entry-form #privacy .inner a:hover {
  color: var(--main-color);
}
#entry-form #privacy .inner span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #entry-form #privacy .inner span {
    font-size: 1.2rem;
  }
}
#entry-form .your-acceptance {
  display: block;
  text-align: center;
}
#entry-form .your-acceptance label {
  cursor: pointer;
}
#entry-form .your-acceptance label .wpcf7-list-item-label {
  margin-right: 0 !important;
}
#entry-form .re_captcha {
  text-align: center;
  padding-top: 14px;
}
#entry-form .re_captcha p {
  font-size: 14px;
  text-align: center !important;
}
#entry-form .re_captcha p a {
  font-size: 1em;
  color: #ed474e;
}
#entry-form .re_captcha p a:hover {
  text-decoration: underline;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* modal */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(65, 55, 61, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s var(--transiton-timing-function);
  transition: opacity 0.3s var(--transiton-timing-function);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .modal {
    height: 100vh;
    height: 100dvh;
  }
}
.--modal--open .modal {
  opacity: 1;
  pointer-events: all;
}
.modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.modal__block {
  position: absolute;
  inset: 0;
  width: calc(100% - 40px);
  max-width: 560px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  margin: auto;
  z-index: 2;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .modal__block {
    width: calc(100% - 20px);
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
  }
}
.modal__block.--active {
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}
.modal__block .headline {
  display: none;
  background-color: var(--main-color);
}
.modal__block .headline h3 {
  min-height: 46px;
  height: auto;
  text-align: center;
  color: #fff;
}
.modal__block .img-box {
  max-width: 320px;
  padding: 50px 20px 0;
  margin: 0 auto;
}
.modal__block .img-box figcaption {
  display: block;
  font-size: 12.5px;
  line-height: 1.5;
  margin-top: 0.2em;
}
.modal__block.--station-item .img-box img,
.modal__block.--station-item .img-box #spot-modal-image {
  border: 4px solid var(--accent-color01);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__block.--station-item .caption #spot-modal-copy {
  text-align: center;
}
.modal__block .caption {
  text-align: left;
  padding: 20px 20px 0;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .modal__block .caption {
    font-size: 1.6rem;
  }
}
.modal__block .caption #spot-modal-title {
  font-size: clamp(2rem, 1.6rem + 0.64vw, 3rem);
  font-weight: 700;
  text-align: center;
  color: var(--accent-color01);
  margin: 0 auto 10px;
}
.modal__block .caption #spot-modal-title br {
  display: none;
}
.modal__block .caption #spot-modal-copy {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .modal__block .caption #spot-modal-copy {
    font-size: 14px;
  }
}
.modal__block .button {
  background-color: var(--main-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border-radius: 20px;
  padding: 0 2.5em 0 1em;
  text-indent: 1em;
  position: relative;
}
.modal__block .button-wrapper {
  margin-top: var(--font-size-h5);
}
.modal__block .button::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.modal__block .map-box {
  padding: 20px 20px 0;
}
.modal__block .map-box iframe {
  width: 100%;
  height: 200px;
}
.modal__close-btn {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 20px;
  color: #fff;
  font-size: var(--font-size-text);
  background-color: var(--main-color);
  cursor: pointer;
}
.--modal--open .modal__close-btn {
  pointer-events: all;
}
.modal__close-area {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.--modal--open .modal__close-area {
  pointer-events: all;
}
.modal .logo {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  pointer-events: none;
}
.modal .logo svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  will-change: transform;
  -webkit-transition: opacity 0.5s var(--transiton-timing-function);
  transition: opacity 0.5s var(--transiton-timing-function);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-animation: closeLogoSlider_X 1s var(--transiton-timing-function) forwards;
          animation: closeLogoSlider_X 1s var(--transiton-timing-function) forwards;
}
.--modal--open .modal .logo svg {
  opacity: 0.04;
  -webkit-animation: openLogoSlider_X 1s var(--transiton-timing-function) forwards;
          animation: openLogoSlider_X 1s var(--transiton-timing-function) forwards;
}

/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.btnTop {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
@media only screen and (max-width: 640px) {
  .btnTop {
    width: 70px;
    height: 70px;
  }
}
.btnTop a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color02);
  border-radius: 50%;
  display: block;
}
.btnTop a > i {
  position: absolute;
  top: 3px;
  left: calc(50% - 10px);
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btnTop a > i::before {
  content: "\f077";
}
.btnTop a > img {
  position: absolute;
  width: 70%;
  height: 70%;
  bottom: 5px;
  left: 15%;
  -webkit-animation: swingP 2s cubic-bezier(0, -0.3, 0, 0.3) infinite;
          animation: swingP 2s cubic-bezier(0, -0.3, 0, 0.3) infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.headline h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline h2 .icon {
  width: 130px;
  min-width: 130px;
  height: 127px;
}
@media only screen and (max-width: 1024px) {
  .headline h2 .icon {
    width: 65px;
    min-width: 65px;
    height: 63px;
  }
}
.headline h2 .icon img {
  width: 100%;
}
.headline h2 .text {
  font-family: "Kiwi Maru", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-color);
}
@media only screen and (max-width: 1024px) {
  .headline h2 .text {
    font-size: 3rem;
  }
}
.headline h2 .text > span {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .headline h2 .text > span {
    display: inline;
    font-size: 1em;
  }
}
.headline h2 .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: rgb(243, 183, 209);
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 183, 209)), color-stop(20%, rgb(243, 183, 209)), color-stop(20%, rgb(248, 205, 193)), color-stop(40%, rgb(248, 205, 193)), color-stop(40%, rgb(240, 156, 177)), color-stop(60%, rgb(240, 156, 177)), color-stop(60%, rgb(243, 183, 209)), color-stop(80%, rgb(243, 183, 209)), color-stop(80%, rgb(248, 205, 193)), color-stop(100%, rgb(244, 178, 184)), to(rgb(244, 178, 184)));
  background: linear-gradient(90deg, rgb(243, 183, 209) 0%, rgb(243, 183, 209) 20%, rgb(248, 205, 193) 20%, rgb(248, 205, 193) 40%, rgb(240, 156, 177) 40%, rgb(240, 156, 177) 60%, rgb(243, 183, 209) 60%, rgb(243, 183, 209) 80%, rgb(248, 205, 193) 80%, rgb(244, 178, 184) 100%, rgb(244, 178, 184) 100%);
}
@media only screen and (max-width: 1024px) {
  .headline h2 .text::after {
    height: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .headline h2 .flag + .text {
    width: 100%;
  }
}
.headline h3 {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .headline h3 {
    height: auto;
    min-height: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .headline h3 {
    font-size: 1.6rem;
  }
}

.hl-img {
  width: calc(var(--hl-w) * 1px);
  max-width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* blocks */
/* 目次 */
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* _header.scss */
/* 目次 */
/* __00: 共通設定 */
/* __10: ロゴ */
/* __20: グローバルナビ */
/* __30: サブナビ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.site-header.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.is-visible .site-header__inner {
  background-color: rgba(255, 255, 255, 0.9);
}
.site-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 640px) {
  .site-header {
    position: static !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
  .site-header.is-visible, .site-header.is-hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.site-header__inner {
  background-color: rgb(255, 255, 255);
  position: relative;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.site-header .logo__inner {
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, height 0.5s ease, margin-bottom 0.5s ease, padding 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, height 0.5s ease, margin-bottom 0.5s ease, padding 0.5s ease;
}
.site-header .logo__inner.is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}
.site-header .logo02 {
  width: 11%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.site-header .logo,
.site-header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 93px;
  height: 6.4583333333vw;
  max-height: 93px;
  min-height: 62px;
}
@media only screen and (max-width: 640px) {
  .site-header .logo,
  .site-header h1 {
    max-height: 62px;
    min-height: 48px;
  }
}
.site-header .logo a,
.site-header h1 a {
  display: block;
  width: 357px;
  width: 24.7916666667vw;
  max-width: 357px;
  min-width: 220px;
}
.site-header .logo a img,
.site-header h1 a img {
  width: 100%;
}
.site-header .logo {
  font-size: 4rem;
  font-weight: 700;
  color: var(--accent-color01);
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .site-header .logo {
    font-size: 1.8rem;
  }
}
.site-header .globalNav {
  background: #e25450;
  -webkit-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .site-header .globalNav {
    display: none;
  }
}
.site-header .globalNav .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  height: 48px;
  max-width: 956px;
  width: 100%;
  margin: auto;
}
.site-header .globalNav .menu__list-item a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* _footer.scss */
/* 目次 */
/* __00: 共通設定 */
/* __10: 企業情報 */
/* __20: サイトマップ */
/* __30: ISO */
/* __40: コピーライト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer {
  width: 100%;
  background-color: #fff;
}
footer .footBlock01 {
  padding: 80px 0 80px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .footBlock01 {
    padding: 50px 0 130px;
  }
}
footer .footBlock01 .kitene {
  max-width: 300px;
  margin: 0 auto 15px;
}
footer .footBlock01 .banner {
  text-align: center;
}
footer .footBlock01 .banner a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .footBlock02 {
  background-color: var(--accent-color01);
  padding: 10px 0 90px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  footer .footBlock02 {
    padding-bottom: 6rem;
  }
}
footer .footBlock02 .credit {
  padding: 0 15px 30px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  word-break: break-word;
}
footer .footBlock02 .bannerP {
  text-align: center;
  font-size: 1.4rem;
}
footer .footBlock02 .bannerP a {
  display: block;
  width: calc(100% - 15px);
  max-width: 320px;
  margin: 5px auto 10px;
}
footer .footBlock02 .banner {
  text-align: center;
}
footer .footBlock02 .banner a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .copyright {
  background: var(--accent-color01);
  display: block;
  padding: 15px 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  footer .copyright {
    font-size: 1.6rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* pages */
/* 目次 */
/* __00: 共通設定 */
/* __10: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 2024 */
body {
  background: unset;
}
body::-webkit-scrollbar {
  display: none;
}

.bg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#faca5d), to(#f9deea));
  background: linear-gradient(to bottom, #faca5d, #f9deea);
}

.bg-peach {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .bg-peach {
    background-position-y: 380px;
  }
}
.bg-peach::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/peach2024autumn/bg-bottom_2024au.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  pointer-events: none;
}

.bg-white {
  background: #fff;
  position: relative;
  z-index: 2;
}
.bg-white .contents {
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .bg-white .contents {
    padding: 40px 0;
  }
}

.headline-lead {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .headline-lead {
    width: calc(70% - 2rem);
  }
}
@media only screen and (max-width: 640px) {
  .headline-lead {
    width: calc(100% - 2rem);
    padding-top: 60px;
  }
}
.headline-lead p {
  font-size: 2.1rem;
  line-height: 1.6;
  color: #6a3906;
}
@media only screen and (max-width: 1024px) {
  .headline-lead p {
    font-size: clamp(0.9rem, 4.8vw, 1.8rem);
    white-space: normal;
  }
}
.headline-lead.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .headline-lead.flexbox {
    width: calc(79% - 2rem);
  }
}
@media only screen and (max-width: 640px) {
  .headline-lead.flexbox {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .headline-lead p.catch {
    width: 80%;
    margin: 1rem auto;
  }
}
.headline-lead p img {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 2024 mv */
.mv.--2024 {
  position: relative;
  z-index: 1;
  background: #faca5d;
}
.mv.--2024 img {
  max-width: unset;
  width: 100%;
}
.mv.--2024 .mv__img {
  position: relative;
  z-index: 2;
  text-align: center;
}
.mv.--2024 .mv__img img {
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .mv.--2024 .mv__img img {
    max-height: unset;
  }
}
.mv.--2024 .mv__bg {
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .mv.--2024 .mv__bg {
    display: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 2024 contents */
/* アコーディオンのスタイル */
.js_acdn_box {
  display: none; /* 初期状態では非表示 */
}

.open {
  font-weight: bold; /* 開いているアコーディオンのタイトルを太字に */
}

.main {
  position: relative;
}

.contents {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  padding-bottom: 15rem;
  display: grid;
  gap: 15rem;
  position: relative;
  z-index: 1;
  /* タブのスタイル */
}
@media only screen and (max-width: 640px) {
  .contents {
    gap: 6rem;
    padding-bottom: 7rem;
  }
}
.contents .tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .contents .tabs {
    grid-template-columns: repeat(auto-fit, 180px);
    gap: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .contents .tabs {
    grid-template-columns: repeat(auto-fit, 148px);
    gap: 1.5rem 0.8rem;
    margin-bottom: 0;
  }
}
.contents .tab-btn {
  cursor: pointer;
}
.contents .tab-btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .contents .tab-contents {
    padding: 0 0.5rem;
  }
}
.contents .tab-contents .tab-content:nth-child(even) h4 {
  background: #eb6d80;
}
.contents .tab-content {
  display: none; /* 初期状態ではタブの内容を非表示 */
}
.contents .tab-content h4 {
  max-width: 240px;
  width: 100%;
  background: #97c96e;
  border-radius: 50px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  padding: 0.5rem;
  margin: 3rem auto;
}
.contents .tab-content.active {
  display: block; /* アクティブなタブの内容を表示 */
}
.contents .hl-img {
  max-width: calc(var(--hl-w) * 1px);
  width: 100%;
}
.contents .headline h2 .text::after {
  display: none;
}
.contents > section {
  margin: auto;
  width: calc(100% - 6.4rem);
  max-width: 1080px;
}
@media only screen and (max-width: 1024px) {
  .contents > section {
    width: 100%;
  }
}
.contents .contents__inner {
  padding: 45px 0 60px;
  background: #fff;
  -webkit-box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.4);
          box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 640px) {
  .contents .contents__inner {
    -webkit-box-shadow: 0 15px 0 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 15px 0 0 rgba(0, 0, 0, 0.4);
  }
}
.contents .contents__block {
  width: calc(100% - 12.8rem);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .contents .contents__block {
    width: 90%;
  }
}
.contents .campaign {
  display: grid;
  gap: 5rem;
}
@media only screen and (max-width: 1024px) {
  .contents .campaign {
    display: block;
  }
  .contents .campaign > * + * {
    margin-top: 20px;
  }
}
.contents h3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents h3 {
    margin-bottom: 15px;
  }
}
.contents h4 {
  font-size: 37px;
  font-size: 2.5694444444vw;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .contents h4 {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .contents h4 {
    font-size: 2.5rem;
  }
}
.contents p.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 297px;
  height: 30px;
  font-size: 1.8rem;
  background: var(--main-color);
  border-radius: 50px;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents p.ttl {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .contents p.ttl {
    width: 100%;
    font-size: 1.6rem;
  }
}
.contents p.address {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents p.address {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .contents p.address {
    font-size: 1.8rem;
  }
}
.contents p.lead {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents p.lead {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .contents p.lead {
    font-size: 1.8rem;
  }
}
.contents p.caption {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contents p.caption {
    font-size: 1.3rem;
  }
}
.contents .sec__campaign01-2024 {
  position: relative;
}
.contents .sec__campaign01-2024::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 170px;
  height: 170px;
  background-image: url("../images/peach2024autumn/ttl-greetings.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 11111;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024::before {
    left: 0;
    width: 125px;
    height: 125px;
  }
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024::before {
    width: 100px;
    height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contents .sec__campaign01-2024 .campaign01 .box01 h3 {
  background-color: var(--main-color);
  border-radius: 50px;
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .img-box {
  width: 55%;
  margin-left: -5%;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box01 .inner .img-box {
    width: 100%;
    margin: 0 auto;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box {
    width: 100%;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .headline {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .headline h3 {
  padding: 0 1.5em;
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .lead {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .lead {
    font-size: clamp(1rem, 5.3333333333vw, 2rem);
  }
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .lead .small {
  font-size: 0.8em;
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box h4 {
  line-height: 1;
  margin: 5px 0 10px;
  font-size: 0;
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box h4 span {
  line-height: 1;
  display: block;
}
.contents .sec__campaign01-2024 .campaign01 .box01 .inner .text-box .caption {
  font-size: 1.4rem;
}
.contents .sec__campaign01-2024 .campaign01 .box02 {
  background-color: #fffbda;
  border-radius: 20px;
  border: 4px solid #97c96e;
  padding: 3rem 5rem;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box02 {
    padding: 1.5rem;
    border-radius: 15px;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box02 > p:not(.caption) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box02 > p:not(.caption) {
    font-size: 1.6rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box02 > p:not(.caption) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #97c96e;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0.8rem 1rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  line-height: 1;
  margin-right: 0.25em;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box02 > p:not(.caption) span {
    font-size: 2.4rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box02 h4 {
  color: #97c96e;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024 .campaign01 .box02 h4 {
    font-size: clamp(1.35rem, 7.2vw, 2.7rem);
  }
}
.contents .sec__campaign01-2024 .campaign01 .box02 .inner {
  display: grid;
  margin: 1.6rem auto;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024 .campaign01 .box02 .inner p {
    font-size: clamp(0.9rem, 4.8vw, 1.8rem);
  }
}
.contents .sec__campaign01-2024 .campaign01 .box02 .caption {
  font-size: 1.4rem;
}
.contents .sec__campaign01-2024 .campaign01 .box03 {
  background-color: #fffbda;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1rem;
  padding: 3rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024 .campaign01 .box03 {
    padding: 2.5rem 1.5rem;
    display: block;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box03 h3 {
  color: #97c96e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  text-align: center;
  grid-column: 1/3;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign01-2024 .campaign01 .box03 h3 {
    font-size: 2.7rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul {
  grid-column: 1/2;
  grid-row: 2/3;
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/4;
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul li {
  font-size: 1.7rem;
  padding-left: 5rem;
  overflow-wrap: break-word;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box03 ul li {
    font-size: 1.5rem;
    padding-left: 4rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  min-width: 4.5rem;
  height: 2.8rem;
  background-image: url("../images/peach2024/icon-sheet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box03 ul li::before {
    min-width: 3.5rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul li.cp_none::before {
  display: none;
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul li span {
  display: inline-block;
}
.contents .sec__campaign01-2024 .campaign01 .box03 ul li .note {
  padding-left: 1em;
  text-indent: -1em;
}
.contents .sec__campaign01-2024 .campaign01 .box03 .p {
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box03 .p {
    font-size: 1.8rem;
  }
}
.contents .sec__campaign01-2024 .campaign01 .box03 .p::before {
  content: "";
  position: static;
  min-width: 5.8rem;
  height: 3.6rem;
  background-image: url("../images/peach2024/icon-sheet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25em;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign01-2024 .campaign01 .box03 .p::before {
    min-width: 5rem;
  }
}
.contents .sec__campaign01-2024.sec-collabo::before {
  background-image: url("../images/peach2024autumn/ttl-collabo.svg");
}
.contents .sec__campaign01-2024.sec-collabo .contents__inner {
  background: #fffded;
}
.contents .sec__campaign01-2024.sec-held::before {
  background-image: url("../images/peach2024autumn/ttl-held.svg");
}
.contents .sec__campaign01-2024.sec-acts::before {
  background-image: url("../images/peach2024autumn/ttl-acts.svg");
}
.contents .sec__campaign01-2024.sec-acts .contents__inner {
  background: #fffded;
}
.contents .sec__campaign01-2024.sec-map::before {
  background-image: url("../images/peach2024autumn/ttl-map.svg");
}
.contents .sec__campaign02-2024 .headline-lead {
  width: 90%;
  margin: 0px 11rem auto;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign02-2024 .headline-lead {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign02-2024 .headline-lead .catch {
    width: 63%;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box01 .flag {
  padding-right: 1rem;
}
.contents .sec__campaign02-2024 .campaign02 .box01 .lead {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .lead {
    font-size: clamp(0.9rem, 4.8vw, 1.8rem);
    white-space: normal;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box01 .caption {
  color: #e60012;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .caption {
    font-size: 1.4rem;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box01 .data {
  display: grid;
  grid-template-columns: 164px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .data {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box01 .data h3 {
  background: #eb6d80;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.5em 1em;
  margin-bottom: 0;
  -webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
}
.contents .sec__campaign02-2024 .campaign02 .box01 .data p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .data p {
    font-size: 1.8rem;
  }
  .contents .sec__campaign02-2024 .campaign02 .box01 .data p span {
    font-size: 0.8em;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box01 .data p img {
  max-width: 95px;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .inner {
    display: grid;
    gap: 3rem;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box01 .inner .child01 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 21.0526315789% 1fr auto;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .inner .child01 {
    grid-template-columns: 26.6666666667% 1fr;
    gap: 2rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box01 .inner .child01 img {
    grid-column: 1/3;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form {
  width: calc(100% - 2rem);
  max-width: 816px;
  margin: 0 auto;
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .headline h3 {
  background: #97c96e;
  border-radius: 15px;
  font-size: 3.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .headline h3 {
    font-size: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .headline h3 small {
  font-size: 0.8em;
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container {
    padding-top: 20px;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container p {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container p {
    text-align: left;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container p.text {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container p.text {
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form .container p.caption {
  color: var(--accent-color05);
}
.contents .sec__campaign02-2024 .campaign02 .box02 #entry-form #privacy .inner h3 {
  color: #595757;
  margin-bottom: 5px;
}
.contents .sec__campaign03-2024 .headline-lead {
  width: 90%;
  margin: 0px 11rem auto;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign03-2024 .headline-lead {
    width: 100%;
    margin: 0;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .popup {
  background-color: #fff;
  border-radius: 32px;
  border: solid 5px var(--accent-color03);
  padding: 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .popup {
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 16px 8px;
    border-width: 3px;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .popup .lead {
  color: var(--accent-color03);
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .popup .lead {
    font-size: 2.8rem;
    width: 100%;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .popup .lead::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25em;
  background: var(--accent-color03);
  background: -webkit-gradient(linear, left top, right top, from(#f2ac3c), color-stop(20%, #f2ac3c), color-stop(20%, #fbc773), color-stop(40%, #fbc773), color-stop(40%, #f29600), color-stop(60%, #f29600), color-stop(60%, #f2ac3c), color-stop(80%, #f2ac3c), color-stop(80%, #fbc773), color-stop(100%, #eda024), to(#eda024));
  background: linear-gradient(90deg, #f2ac3c 0%, #f2ac3c 20%, #fbc773 20%, #fbc773 40%, #f29600 40%, #f29600 60%, #f2ac3c 60%, #f2ac3c 80%, #fbc773 80%, #eda024 100%, #eda024 100%);
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .popup .lead::after {
    height: 3px;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .popup .caption {
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .popup .caption {
    text-align: left;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 h3 {
  background-color: var(--main-color);
  border-radius: 50px;
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .img-box {
  width: 55%;
  margin-left: -10%;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .inner .img-box {
    width: 100%;
    margin: 0 auto;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box {
    width: 100%;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box .headline {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box h3 {
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box .lead {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box .lead {
    font-size: clamp(1rem, 5.3333333333vw, 2rem);
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box h4 {
  margin: 5px 0 10px;
  font-size: 0;
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box h4 span {
  display: block;
  font-size: 1.3em;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box h4 span {
    font-size: 1.2em;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box01 .inner .text-box .caption {
  font-size: 1.4rem;
}
.contents .sec__campaign03-2024 .campaign03 .box01 .menu-box {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box01 .menu-box {
    margin-top: 16px;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fffbda;
  padding: 30px 50px;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign03-2024 .campaign03 .box02 {
    padding: 2.5rem 1rem;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box02 h3 {
  color: #97c96e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign03-2024 .campaign03 .box02 h3 {
    font-size: 2.7rem;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box02 ul {
    display: block;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box02 ul li {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
.contents .sec__campaign03-2024 .campaign03 .box02 ul li:not(:first-child) {
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign03-2024 .campaign03 .box02 ul li {
    font-size: 1.4rem;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box02 ul li.none {
  pointer-events: none;
  margin-top: 0;
  color: var(--font-color);
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign03-2024 .campaign03 .box02 ul li.none {
    font-size: 1.1rem;
  }
}
.contents .sec__campaign03-2024 .campaign03 .box02 ul li span {
  display: inline-block;
  padding-left: 1em;
}
.contents .sec__campaign03-2024 .campaign03 .box02 ul li.--js__modal-trigger {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .contents .sec__campaign03-2024 .campaign03 .box02 ul li.--js__modal-trigger:hover {
    text-decoration: underline;
    color: var(--main-color);
  }
}
.contents .sec__campaign03-2024 p span.mogucafe img {
  max-width: 250px;
}
.contents .sec__campaign03-2024 .catch {
  max-width: 200px;
}
.contents .sec__campaign04-2024 .headline-lead {
  width: 90%;
  margin: 0px 11rem auto;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .headline-lead {
    width: 100%;
    margin: 0;
  }
}
.contents .sec__campaign04-2024 .headline-lead .catch {
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .headline-lead .catch {
    width: 45%;
  }
}
.contents .sec__campaign04-2024 .campaign04 {
  gap: 1rem;
}
.contents .sec__campaign04-2024 .campaign04 .box01 .chara-introduction {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .chara-introduction {
    display: block;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box01 .chara-introduction .text {
  padding: 2rem 2.6rem;
}
.contents .sec__campaign04-2024 .campaign04 .box01 .chara-introduction .text p {
  color: #6a3906;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .chara-introduction .text p {
    font-size: 1.6rem;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box01 .inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .inner {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .inner .text-box {
    width: 100%;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box01 .inner .text-box .lead {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .inner .text-box .lead {
    font-size: clamp(1rem, 5.3333333333vw, 2rem);
  }
}
.contents .sec__campaign04-2024 .campaign04 .box01 .inner .text-box h4 span {
  display: block;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .inner .text-box h4 span {
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .inner .present-box {
    width: 100%;
    margin-top: 32px;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box01 .inner .present-box h3 {
  border: 2px solid var(--main-color);
  background: #fff;
  color: var(--main-color);
}
.contents .sec__campaign04-2024 .campaign04 .box01 .inner .present-box img {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .inner .present-box img {
    margin-bottom: 16px;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box01 .inner .present-box p:not(.caption) {
  color: var(--main-color);
  font-size: var(--font-size-h2);
  font-weight: 600;
  text-align: center;
}
.contents .sec__campaign04-2024 .campaign04 .box01 .caption {
  text-align: right;
  font-size: 1.2rem;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box01 .caption {
    text-align: left;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box02 .flow-box {
    grid-template-columns: 1fr;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .flow {
  border: 3px solid var(--accent-color03);
  background: #fffbda;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .flow {
    border-width: 2px;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .flow:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent var(--accent-color03);
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .flow:not(:last-child)::after {
    top: inherit;
    right: 0;
    left: 0;
    bottom: -26px;
    margin: 0 auto;
    border-width: 16px 16px 0 16px;
    border-color: var(--accent-color03) transparent transparent transparent;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .headline h3 {
  color: var(--accent-color03);
  display: block;
  font-size: var(--font-size-h4);
  height: auto;
  text-align: center;
  margin-bottom: 1rem;
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .headline h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--accent-color03);
  margin-bottom: 1rem;
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .headline h3 span img {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .desc {
  width: 90%;
  margin: auto;
  padding-bottom: 2rem;
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .img-box {
  text-align: center;
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .button {
  margin-top: 25px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .button {
    margin: auto;
    margin-top: 16px;
    max-width: 300px;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .button:hover {
  opacity: 0.7;
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box p:not(.caption) {
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box02 .flow-box p:not(.caption) {
    font-size: 1.5rem;
  }
}
.contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .caption {
  font-size: 1.1rem;
  color: #eb6d80;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .box02 .flow-box .caption {
    font-size: 1.2rem;
  }
}
.contents .sec__campaign04-2024 .campaign04 .copy {
  font-size: 1.5rem;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign04-2024 .campaign04 .copy {
    font-size: 1.2rem;
  }
}
.contents .sec__campaign05-2024 .campaign05 .box01 {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign05-2024 .campaign05 .box01 {
    margin-bottom: 2rem;
  }
}
.contents .sec__campaign05-2024 .campaign05 .box01 .tabs {
  display: block;
}
.contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-a {
  width: 50px;
  top: 17.4%;
  left: 23.1%;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-a {
    width: 10.7%;
  }
}
.contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-b {
  width: 50px;
  top: 37.3%;
  left: 26.9%;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-b {
    width: 10.7%;
  }
}
.contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-c {
  width: 50px;
  bottom: 53%;
  left: 43.9%;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-c {
    width: 10.7%;
    bottom: 44.9%;
  }
}
.contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-d {
  width: 50px;
  bottom: 21.7%;
  left: 24.3%;
}
@media only screen and (max-width: 640px) {
  .contents .sec__campaign05-2024 .campaign05 .box01 .tabs .tab-btn.mark-d {
    width: 10.7%;
  }
}
.contents .sec__campaign05-2024 .campaign05 .tab-content {
  margin-bottom: 2rem;
}
.contents .sec__campaign05-2024 .campaign05 .tab-content .store-mane {
  max-width: 260px;
  width: 100%;
}
.contents .sec__campaign05-2024 .campaign05 .tab-content .store-text {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #6a3906;
  line-height: 1.4;
}
.contents .sec__contact .contents__inner {
  all: unset;
  color: #fff;
  text-align: center;
}
.contents .sec__contact p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #595757;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__contact p {
    font-size: 1.6rem;
  }
}
.contents .sec__contact h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 472px;
  height: 45px;
  font-size: 2.6rem;
  background-color: #ee869a;
  color: #fff;
  border-radius: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__contact h2 {
    width: 100%;
    font-size: 1.8rem;
  }
}
.contents .sec__contact .contact p:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 700;
  color: #595757;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__contact .contact p:nth-child(1) {
    font-size: 2rem;
  }
}
.contents .sec__contact .contact p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #595757;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__contact .contact p:nth-child(2) {
    font-size: 1.6rem;
    display: block;
  }
}
.contents .sec__contact .contact p:nth-child(2) span {
  font-size: 1.5rem;
  padding: 0 1em;
  background-color: #595757;
  border-radius: 5px;
  color: #fff;
  margin-right: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .contents .sec__contact .contact p:nth-child(2) span {
    font-size: 1.4rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 落ち葉 */
.site-header {
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes fall {
  to {
    top: 120%;
  }
}
/* rise アニメーションの定義 */
@-webkit-keyframes rise {
  from {
    top: 100vh; /* 画面の下端から開始 */
  }
  to {
    top: -100px; /* 画面の上端を超えて少し外側まで */
  }
}
@keyframes rise {
  from {
    top: 100vh; /* 画面の下端から開始 */
  }
  to {
    top: -100px; /* 画面の上端を超えて少し外側まで */
  }
}
@-webkit-keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
}
@-webkit-keyframes sway2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes sway2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.leaf {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  pointer-events: none;
}
.leaf li {
  position: absolute;
  list-style: none;
  top: -50px;
}
.leaf li:nth-child(odd) {
  width: clamp(5rem, 7.3206442167vw, 10rem);
  height: clamp(3.7rem, 5.4172767204vw, 7.4rem);
  background-image: url(../images/peach2024autumn/leaf-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.leaf li:nth-child(even) {
  width: clamp(3.5rem, 5.1244509517vw, 7rem);
  height: clamp(2.6rem, 3.8067349927vw, 5.2rem);
  background-image: url(../images/peach2024autumn/leaf-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.leaf li:nth-child(1) {
  left: 0%;
  top: -60px;
  -webkit-animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.leaf li:nth-child(2) {
  left: 5%;
  top: -70px;
  -webkit-animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
          animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.leaf li:nth-child(3) {
  background-image: url(../images/peach2024autumn/leaf-03.svg);
  left: 15%;
  top: -50px;
  -webkit-animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
          animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.leaf li:nth-child(4) {
  background-image: url(../images/peach2024autumn/leaf-04.svg);
  left: 30%;
  top: -70px;
  -webkit-animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
          animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.leaf li:nth-child(5) {
  background-image: url(../images/peach2024autumn/leaf-03.svg);
  left: 40%;
  top: -60px;
  -webkit-animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.leaf li:nth-child(6) {
  background-image: url(../images/peach2024autumn/leaf-04.svg);
  right: 30%;
  top: -50px;
  -webkit-animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.leaf li:nth-child(7) {
  right: 15%;
  top: -40px;
  -webkit-animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.leaf li:nth-child(8) {
  right: 5%;
  top: -60px;
  -webkit-animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.leaf li:nth-child(9) {
  right: 0;
  top: -70px;
  -webkit-animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.peach-svg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  pointer-events: none;
}
.peach-svg li {
  position: absolute;
  list-style: none;
  top: -300px;
  background-repeat: no-repeat;
  background-size: contain;
}
.peach-svg li:nth-child(odd) {
  background-image: url(../images/peach2024autumn/balloon-01.svg);
  width: clamp(8rem, 11.7130307467vw, 16rem);
  height: clamp(7.2rem, 10.541727672vw, 14.4rem);
}
.peach-svg li:nth-child(even) {
  background-image: url(../images/peach2024autumn/balloon-02.svg);
  width: clamp(10.2rem, 14.934114202vw, 20.4rem);
  height: clamp(9.1rem, 13.3235724744vw, 18.2rem);
}
.peach-svg li:nth-child(1) {
  right: 0%;
  -webkit-animation: rise 10s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: rise 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.peach-svg li:nth-child(2) {
  right: 5%;
  -webkit-animation: rise 15s linear infinite, sway1 2s ease-in-out infinite alternate;
          animation: rise 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.peach-svg li:nth-child(3) {
  background-image: url(../images/peach2024autumn/balloon-03.svg);
  right: 15%;
  -webkit-animation: rise 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
          animation: rise 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.peach-svg li:nth-child(4) {
  background-image: url(../images/peach2024autumn/balloon-04.svg);
  right: 30%;
  -webkit-animation: rise 8s linear infinite, sway2 4s ease-in-out infinite alternate;
          animation: rise 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.peach-svg li:nth-child(5) {
  background-image: url(../images/peach2024autumn/balloon-03.svg);
  right: 40%;
  -webkit-animation: rise 10s linear infinite, sway1 4s ease-in-out infinite alternate;
          animation: rise 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.peach-svg li:nth-child(6) {
  background-image: url(../images/peach2024autumn/balloon-04.svg);
  left: 30%;
  -webkit-animation: rise 11s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: rise 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.peach-svg li:nth-child(7) {
  left: 15%;
  -webkit-animation: rise 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
          animation: rise 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.peach-svg li:nth-child(8) {
  left: 5%;
  -webkit-animation: rise 7s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: rise 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.peach-svg li:nth-child(9) {
  left: 0;
  -webkit-animation: rise 10s linear infinite, sway2 4s ease-in-out infinite alternate;
          animation: rise 10s linear infinite, sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 配布終了のお知らせ */
.info .contents__inner {
  margin-bottom: 6rem;
  padding: 30px 0;
  background: #fffbda;
}
@media only screen and (max-width: 640px) {
  .info .contents__inner {
    padding: 20px 0;
  }
}
.info .copy {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .info .copy {
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .info .copy {
    font-size: 12px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スタンプラリー */
.main {
  position: relative;
}

.background-image-layer {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.container {
  width: calc(100% - 10rem);
  max-width: 1200px;
  margin: 0 auto;
  padding-block: 8rem;
}
@media only screen and (max-width: 834px) {
  .container {
    width: calc(100% - 4rem);
    padding-block: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    padding-block: 2rem;
  }
}
.container .title {
  width: 75%;
  max-width: 735px;
  margin: 0 auto;
  background-color: #bbc3e3;
  border-radius: 40px;
  color: #fff;
  font-size: clamp(2.8rem, 2.0588rem + 1.4118vw, 4rem);
  font-weight: 700;
  height: auto;
  padding: 1rem 0;
}
@media only screen and (max-width: 640px) {
  .container .title {
    width: 100%;
    font-size: clamp(1.8rem, 1.48rem + 0.64vw, 2.6rem);
    padding: 0.5rem 0;
  }
}
.container .bg {
  background: #fff;
  border-radius: 40px;
  position: relative;
  padding: 4rem 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .container .bg {
    padding: 2rem 0;
    margin-bottom: 30px;
    border-radius: 20px;
  }
}
.container .bg .title {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .container .bg .title {
    top: -4%;
  }
}
.container .bg .title br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .container .bg .title br {
    display: block;
  }
}
.container .bg .lead {
  margin: 3rem 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .container .bg .lead {
    margin: 1rem 0;
  }
}

.lead {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .lead {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .lead {
    font-size: 1.4rem;
  }
}
.lead span {
  color: #e25450;
}

.mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 1;
  -webkit-transition: position 0.3s ease, height 0.3s ease;
  transition: position 0.3s ease, height 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.mv.is-loaded {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 640px) {
  .mv {
    position: relative;
    height: auto;
    min-height: auto;
  }
  .mv .mv-img {
    height: auto;
  }
}
.mv.is-scrolled {
  position: relative;
  height: auto;
  min-height: auto;
}
.mv.is-scrolled .mv-img {
  height: auto;
}
.mv.is-scrolled .mv-img h1 {
  position: static;
  top: unset;
  left: unset;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
}
.mv .mv-img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-image: url("../images/mv_a01.png"), url("../images/mv_a02.png"), url("../images/mv_b01.png"), url("../images/mv_b02.png"), url("../images/mv_c01.png"), url("../images/mv_c02.png"), url("../images/mv_c03.png");
  background-size: 27% auto, 28% auto, 11% auto, 11% auto, 30% auto, 36% auto, 28% auto;
  background-position: left top, right top, left 50%, right 50%, left bottom, center bottom, right bottom;
  background-repeat: no-repeat;
}
.mv .mv-img h1 {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98%;
}
@media only screen and (max-width: 640px) {
  .mv .mv-img h1 {
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    padding-top: 2%;
  }
}
.mv .mv-img h1 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv .mv-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  width: 90%;
  margin: auto;
  line-height: 1.4;
}
@media only screen and (max-width: 834px) {
  .mv .mv-text {
    position: static;
    width: 100%;
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.content-layer05 {
  margin-top: 100vh;
}
@media only screen and (max-width: 640px) {
  .content-layer05 {
    margin-top: 0;
  }
}

.mv.is-scrolled ~ .content-layer05 {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .mv.is-scrolled ~ .content-layer05 {
    margin-top: 0;
  }
}

.content-layer01,
.content-layer03,
.content-layer05,
.content-layer06 {
  background-color: var(--main-color);
  padding: 8rem 0 2rem;
}
@media only screen and (max-width: 640px) {
  .content-layer01,
  .content-layer03,
  .content-layer05,
  .content-layer06 {
    padding: 4rem 0 2rem;
  }
}

.content-layer01 .container {
  position: relative;
}
.content-layer01 .prize.bg {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), color-stop(70%, rgb(255, 244, 139)), to(rgb(255, 244, 139)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(255, 244, 139) 70%, rgb(255, 244, 139) 100%);
}
@media only screen and (max-width: 640px) {
  .content-layer01 .prize.bg {
    padding: 2rem 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(69%, rgb(255, 255, 255)), color-stop(69%, rgb(255, 244, 139)), to(rgb(255, 244, 139)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 69%, rgb(255, 244, 139) 69%, rgb(255, 244, 139) 100%);
  }
}
.content-layer01 .prize.bg .title {
  top: -3%;
}
@media only screen and (max-width: 640px) {
  .content-layer01 .prize.bg .title {
    top: -3.7%;
  }
}
.content-layer01 .prize.bg .lead {
  margin: 6rem 0 3rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .content-layer01 .prize.bg .lead {
    margin: 1rem 0;
  }
}
.content-layer01 .prize.bg .prize-img {
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .content-layer01 .prize.bg .prize-img {
    width: 100%;
  }
}
.content-layer01 .prize.bg .prize-img img {
  width: 100%;
}
.content-layer01 .prize.bg .prize-img img:nth-child(2) {
  margin-top: 30px;
}
.content-layer01 .prize .caption {
  color: var(--font-color01);
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  line-height: normal;
  top: 3.5%;
  right: 2%;
}
@media only screen and (max-width: 1024px) {
  .content-layer01 .prize .caption {
    font-size: 1.6rem;
    top: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer01 .prize .caption {
    text-align: center;
    font-size: 12px;
    position: static;
  }
}

.content-layer02 .container {
  padding-block: 0;
}
.content-layer02 .bg {
  background: unset;
  padding: 12rem;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .content-layer02 .bg {
    padding: 4rem 1rem;
  }
}
.content-layer02 .bg .title {
  position: static;
  top: unset;
  left: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  background-color: transparent;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .content-layer02 .bg .title {
    margin: 0 auto 30px;
  }
}
.content-layer02 .bg .lead {
  font-size: clamp(1.8rem, 1.48rem + 0.64vw, 2.8rem);
  margin-bottom: 12rem;
}
@media only screen and (max-width: 640px) {
  .content-layer02 .bg .lead {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.content-layer02 .bg .lead span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(237, 133, 153, 0.3137254902)), color-stop(50%, transparent));
  background: linear-gradient(0deg, rgba(237, 133, 153, 0.3137254902) 50%, transparent 50%);
}
.content-layer02 .bg .about-link a {
  display: block;
}
.content-layer02 .bg .about-link a:hover {
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.content-layer03 .title {
  margin: 0 auto 50px;
  background-color: #f08f69;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .title {
    margin-bottom: 30px;
  }
}
.content-layer03 .ticket {
  width: 36%;
  max-width: 210px;
  margin: 0 auto 30px;
}
.content-layer03 .ticket img {
  width: 100%;
}
.content-layer03 .spot-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .spot-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content-layer03 .spot-items .item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
.content-layer03 .spot-items .item:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .content-layer03 .spot-items .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .content-layer03 .spot-items .item:nth-child(5n) {
    margin-right: 2%;
  }
  .content-layer03 .spot-items .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer03 .spot-items .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .content-layer03 .spot-items .item:nth-child(5n) {
    margin-right: 0;
  }
}
.content-layer03 .spot-items .item a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-layer03 .spot-items .item a:hover {
  color: var(font-link-hover);
}
.content-layer03 .spot-items .item .item-no {
  display: none;
}
.content-layer03 .spot-items .item .item-tmb {
  margin-bottom: 30px;
  border: 4px solid var(--accent-color01);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-layer03 .spot-items .item .item-tmb img {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-layer03 .spot-items .item .spot-tmb {
  display: none;
}
.content-layer03 .spot-items .item .item-summary {
  text-align: center;
}
.content-layer03 .spot-items .item .item-summary .item-summary-address {
  width: 74%;
  margin: 0 auto 10px;
  background-color: var(--accent-color01);
  border-radius: 4px;
}
.content-layer03 .spot-items .item .item-summary .item-summary-title p {
  font-size: clamp(2rem, 1.48rem + 0.64vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .content-layer03 .spot-items .item .item-summary .item-summary-title p {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer03 .spot-items .item .item-summary .item-summary-title p {
    font-size: 1.5rem;
  }
}
.content-layer03 .spot-items .item .item-summary .item-summary-copy p {
  font-size: clamp(1.2rem, 1.0588rem + 0.3088vw, 1.4rem);
  font-weight: 700;
  text-align: left;
  display: none;
}
.content-layer03 a {
  color: inherit;
  text-decoration: underline;
}
.content-layer03 a:hover {
  color: #eb7591;
}
.content-layer03.station .item .item-summary {
  text-align: center;
}
.content-layer03.station .item .item-summary .item-summary-address {
  background-color: var(--accent-color02);
}
.content-layer03 .map-wrapper {
  width: 100%;
  margin: 10rem auto 0;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper {
    margin: 4rem auto 0;
  }
}
.content-layer03 .map-wrapper .map-ico-items {
  width: 75%;
  max-width: 735px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper .map-ico-items {
    width: 86%;
    display: block;
    padding-bottom: 0;
  }
}
.content-layer03 .map-wrapper .map-ico-items .map-ico-detail {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper .map-ico-items .map-ico-detail {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 20px;
  }
}
.content-layer03 .map-wrapper .map-ico-items .map-ico-detail .icon {
  width: 20%;
  max-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(128, 67, 64);
  border: 3px solid rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper .map-ico-items .map-ico-detail .icon {
    width: 50px;
    height: 50px;
  }
}
.content-layer03 .map-wrapper .map-ico-items .map-ico-detail .icon .fas {
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper .map-ico-items .map-ico-detail .icon .fas {
    font-size: 20px;
  }
}
.content-layer03 .map-wrapper .map-ico-items .map-ico-detail:nth-child(2) .icon {
  background-color: #e25450;
}
.content-layer03 .map-wrapper .map-ico-items .map-ico-detail .ico-txt {
  padding-left: 10px;
  font-size: clamp(1.9rem, 1.62rem + 0.64vw, 2.1rem);
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .content-layer03 .map-wrapper .map-ico-items .map-ico-detail .ico-txt {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper .map-ico-items .map-ico-detail .ico-txt {
    font-size: 1.4rem;
  }
}
.content-layer03 .map-wrapper .lead {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper .lead {
    padding-bottom: 20px;
  }
}
.content-layer03 .map-wrapper #map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: var(--accent-color01) solid 6px;
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper #map {
    aspect-ratio: 0.8/1;
    border: var(--accent-color01) solid 4px;
  }
}
.content-layer03 .map-wrapper #map .map_modal {
  padding: 10px 10px 20px 10px;
  max-width: 300px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}
.content-layer03 .map-wrapper #map .map_modal .img-box {
  max-width: 320px;
  padding: 0 20px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper #map .map_modal .img-box {
    padding: 0 10px;
    margin: 0 auto 10px;
  }
}
.content-layer03 .map-wrapper #map .map_modal .img-box img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid var(--accent-color01);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-layer03 .map-wrapper #map .map_modal .item-summary-address {
  width: 60%;
  margin: 0 auto 10px;
  background-color: var(--accent-color01);
  border-radius: 4px;
}
@media only screen and (max-width: 640px) {
  .content-layer03 .map-wrapper #map .map_modal .item-summary-address {
    width: 70%;
  }
}
.content-layer03 .map-wrapper #map .map_modal .item-summary-address img {
  width: 100%;
  height: auto;
  display: block;
}
.content-layer03 .map-wrapper #map .map_modal h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--accent-color01);
}

.gm-style-iw-d,
.gm-style .gm-style-iw-c,
.gm-style-i .gm-style-iw-c,
.gm-style-iw .gm-style-iw-c {
  padding: 0 !important;
  max-height: none !important;
}

.gm-style-iw-d {
  overflow: visible !important;
}

button.gm-svpc > div {
  position: static !important;
}

.content-layer04 {
  padding: 8rem 0 2rem;
}
@media only screen and (max-width: 640px) {
  .content-layer04 {
    padding: 4rem 0 2rem;
  }
}
.content-layer04 .container .bg {
  margin-bottom: 0;
}
.content-layer04 .container .bg .title {
  background-color: var(--accent-color03);
  width: 88%;
  max-width: 1050px;
}
@media only screen and (max-width: 640px) {
  .content-layer04 .container .bg .title {
    width: 100%;
  }
}
.content-layer04 .container .bg .flex {
  width: 86%;
  margin: 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .content-layer04 .container .bg .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.content-layer04 .container .bg .flex .lead {
  text-align: left;
  width: 74%;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .content-layer04 .container .bg .flex .lead {
    width: 100%;
  }
}
.content-layer04 .container .bg .flex .img {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .content-layer04 .container .bg .flex .img {
    width: 100%;
  }
}
.content-layer04 .container .bg .flex .img img {
  width: 100%;
}
.content-layer04 .container .bg .btn-wrapper {
  width: 36%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .content-layer04 .container .bg .btn-wrapper {
    width: 90%;
  }
}
.content-layer04 .container .bg .btn-wrapper a {
  background-color: var(--accent-color01);
  border-radius: 20px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.content-layer04 .container .bg .btn-wrapper a:hover {
  background-color: var(--accent-color02);
}

.content-layer05 .container {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 640px) {
  .content-layer05 .container {
    padding: 4rem 0 0;
  }
}
.content-layer05 .container .bg {
  margin-bottom: 0;
}
.content-layer05 .container .bg .title {
  top: -2%;
  background-color: var(--accent-color04);
}
.content-layer05 .container .bg .step {
  width: 86%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .content-layer05 .container .bg .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 0;
  }
}
.content-layer05 .container .bg .step div {
  width: 48%;
  margin-bottom: 60px;
  background-image: url("../images/arrow.svg");
  background-size: 6%;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .content-layer05 .container .bg .step div {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 50px;
    background-size: 10%;
    background-image: url(../images/arrow_sp.svg);
    background-position: bottom center;
  }
}
.content-layer05 .container .bg .step div:nth-child(1).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.content-layer05 .container .bg .step div:nth-child(2).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.content-layer05 .container .bg .step div:nth-child(3).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.content-layer05 .container .bg .step div:nth-child(4).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.content-layer05 .container .bg .step div:nth-child(5) {
  background-image: none;
}
@media only screen and (max-width: 640px) {
  .content-layer05 .container .bg .step div:nth-child(5) {
    padding-bottom: 0;
    background-image: none;
  }
}
.content-layer05 .container .bg .step div:nth-child(5).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.content-layer05 .container .bg .step div:nth-child(6) {
  background-image: none;
}
@media only screen and (max-width: 640px) {
  .content-layer05 .container .bg .step div:nth-child(6) {
    padding-bottom: 0;
    margin-bottom: 10px;
    background-image: none;
  }
}
.content-layer05 .container .bg .step div:nth-child(6).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.content-layer05 .container .bg .step div:nth-child(7).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.content-layer05 .container .bg .step div:nth-child(8).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.content-layer05 .container .bg .step div:nth-child(9).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.content-layer05 .container .bg .step div:nth-child(10).is-visible {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
.content-layer05 .container .bg .step div img {
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .content-layer05 .container .bg .step div img {
    width: 100%;
  }
}
.content-layer05 .container .bg .step div a[href*="stanlly-plus.jp"] {
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.content-layer05 .container .bg .step div a[href*="stanlly-plus.jp"]:hover {
  opacity: 0.8 !important;
}
.content-layer05 .container .bg .step div a[href*="stanlly-plus.jp"] img {
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.content-layer05 .container .bg .step div a[href*="stanlly-plus.jp"]:hover img {
  opacity: 0.8 !important;
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(20px) scale(0.95);
            transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(20px) scale(0.95);
            transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

.button-acts {
  margin: 6rem auto;
  width: 90%;
  max-width: 56rem;
  display: block;
  padding: 0;
  background: unset;
}
@media only screen and (max-width: 640px) {
  .button-acts {
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.button-acts::after {
  display: none;
}

.button {
  margin: 4rem auto 0;
  width: 90%;
  max-width: 56rem;
  display: block;
  background: #29a339;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem 4rem;
  border-radius: 999px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 640px) {
  .button {
    margin-top: 3rem;
    padding-left: 2rem;
    width: 100%;
  }
}
.button:hover {
  opacity: 0.8;
}
.button .label {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .button .label {
    font-size: 1.5rem;
  }
}
.button::after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background-image: url("../images/icon_button.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .button::after {
    width: 2rem;
    right: 1.5rem;
  }
}

.content-layer06 {
  padding: 8rem 0 2rem;
}
@media only screen and (max-width: 640px) {
  .content-layer06 {
    padding: 4rem 0 2rem;
  }
}
.content-layer06 .bg {
  margin-bottom: 0;
}
.content-layer06 .bg .title {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-top: -6%;
  background-color: var(--accent-color01);
}
@media only screen and (max-width: 640px) {
  .content-layer06 .bg .title {
    margin-top: -12%;
  }
}
.content-layer06 .qa_list {
  width: 80%;
  margin: 0 auto;
}
.content-layer06 .qa_item {
  padding: 3rem 0;
  border-bottom: 1px solid var(--accent-color01);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .content-layer06 .qa_item {
    padding: 2rem 0;
  }
}
.content-layer06 .qa_item:last-child {
  border-bottom: none;
}
.content-layer06 .qa_item .qa_item_title {
  display: grid;
  grid-template-columns: 7rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding-right: 3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .content-layer06 .qa_item .qa_item_title {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
  }
}
.content-layer06 .qa_item .qa_item_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--accent-color01);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-layer06 .qa_item .qa_item_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  background: var(--accent-color01);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-layer06 .qa_item .qa_item_copy {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.content-layer06 .qa_item .qa_item_copy .box {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 3rem;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 640px) {
  .content-layer06 .qa_item .qa_item_copy .box {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
  }
}
.content-layer06 .qa_item .qa_item_copy .label {
  padding-top: 0.6em;
}
.content-layer06 .qa_item.active .qa_item_title::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.content-layer06 .qa_item.active .qa_item_copy {
  opacity: 1;
}
.content-layer06 .qa_item:hover .qa_item_title {
  color: #eb7591;
}
.content-layer06 .icon {
  width: 7rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 640px) {
  .content-layer06 .icon {
    width: 5rem;
  }
}
.content-layer06 .label {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .content-layer06 .label {
    font-size: 1.5rem;
  }
}
.content-layer06 ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.content-layer07 {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 640px) {
  .content-layer07 {
    padding: 4rem 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer07 .container {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-layer07 .container .bg .title {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: -6%;
    background-color: var(--accent-color01);
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .content-layer07 .container .bg .title {
    margin-top: -12%;
  }
}
.content-layer07 .container .bg .title {
  background-color: var(--accent-color01);
}
.content-layer07 .container .bg .list {
  width: 88%;
  margin: 4rem auto;
}
@media only screen and (max-width: 640px) {
  .content-layer07 .container .bg .list {
    width: 86%;
    margin: 2rem auto;
  }
}

.content-layer09 .container {
  padding: 0 0 10rem 0;
}
@media only screen and (max-width: 640px) {
  .content-layer09 .container {
    padding: 0 0 5rem 0;
  }
}
.content-layer09 .container .copy {
  margin: 0 auto;
  text-align: center;
}
.content-layer09 .container .copy p {
  color: var(--accent-color01);
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .content-layer09 .container .copy p {
    font-size: 1.4rem;
  }
}
.content-layer09 .container .copy br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .content-layer09 .container .copy br {
    display: block;
  }
}

.contents .sec__contact .contents__block {
  display: block;
}
.contents .sec__contact .contents__block h2 {
  width: 75%;
  max-width: 735px;
  margin: 0 auto 50px;
  background-color: var(--accent-color02);
  border-radius: 40px;
  color: #fff;
  font-size: clamp(2.8rem, 2.0588rem + 1.4118vw, 4rem);
  font-weight: 600;
  height: auto;
  padding: 1rem 0;
}
@media only screen and (max-width: 640px) {
  .contents .sec__contact .contents__block h2 {
    width: 100%;
    font-size: clamp(1.8rem, 1.48rem + 0.64vw, 2.6rem);
    padding: 0.5rem 0;
    margin: 0 auto 30px;
  }
}
.contents .sec__contact .contents__block .contact p {
  font-weight: 700;
  color: var(--accent-color01);
}
.contents .sec__contact .contents__block .contact p:nth-child(1) {
  font-size: 4.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .contents .sec__contact .contents__block .contact p:nth-child(1) {
    font-size: 1.8rem;
  }
}
.contents .sec__contact .contents__block .contact p:nth-child(1) span {
  font-weight: 700;
}
.contents .sec__contact .contents__block .contact p:nth-child(2) {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .contents .sec__contact .contents__block .contact p:nth-child(2) {
    font-size: 1.6rem;
  }
}
.contents .sec__contact .contents__block .contact .small {
  font-size: 3rem;
  display: block;
  margin: 1em 0;
}
@media only screen and (max-width: 640px) {
  .contents .sec__contact .contents__block .contact .small {
    font-size: 1.4rem;
  }
}
.contents .sec__contact .contents__block .contact .tag {
  margin-top: 60px;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--accent-color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .contents .sec__contact .contents__block .contact .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.contents .sec__contact .contents__block .contact .tag span {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 1em;
  border-radius: 5px;
  margin-right: 0.5em;
  background: var(--accent-color02);
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .contents .sec__contact .contents__block .contact .tag span {
    font-size: 1.4rem;
  }
}

.content {
  font-size: 1.7rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .content {
    font-size: 1.4rem;
    height: 11em;
    overflow: hidden;
    position: relative;
  }
  .content::after {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  }
  .content.is-open {
    height: auto;
  }
  .content.is-open::after {
    display: none;
  }
}
.content p {
  margin-top: 1em;
}
.content ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.read-more {
  display: none;
}
@media only screen and (max-width: 640px) {
  .read-more {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
  .read-more button {
    background: none;
    border: none;
    color: var(--accent-color01);
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    padding: 1rem 2rem;
    position: relative;
    width: 100%;
  }
  .read-more button::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--accent-color01);
    position: absolute;
    right: 31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .read-more button::before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: var(--accent-color01);
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .read-more button.is-open::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */