@charset "UTF-8";
html,
body,
h1, h2, h3, h4, h5, h6,
hr, div, p, pre,
address, blockquote,
ul, ol, dl, dt, dd,
form, fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

address, em {
  font-style: normal;
}

ol, ul {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

input,
select,
textarea,
button {
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
  text-align: inherit;
  line-height: inherit;
  font-size: 100%;
}

table {
  display: table;
}

thead {
  display: table-header-group;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

tr {
  display: table-row;
}

th, td {
  display: table-cell;
}

caption {
  display: table-caption;
}

col {
  display: table-column;
}

colgroup {
  display: table-column-group;
}

.clearfix {
  display: inline-block;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .clearfix {
    display: block;
  }
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection,
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

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

input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

ul li, ol li {
  list-style: none;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 90pt;
  height: 5pc;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px;
}
.scroll-hint-icon::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon::after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,...");
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white::before {
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon-white::after {
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: a 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

/* メディアクエリ
====================================*/
/* 共通動作
====================================*/
/* ホバーエフェクト
---------------------------*/
/* 画像100%表示
---------------------------*/
/* スクロールバー非表示
---------------------------*/
/* スタイルの計算
====================================*/
/* font
====================================*/
/* flg
====================================*/
/* base
====================================*/
/* wrap
---------------------------*/
/* img,a,button
---------------------------*/
/* MF用の設定
====================================*/
/* CSSカルーセル
------------------------------*/
/* slider */
@keyframes carouselSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* fade */
@keyframes carouselFade {
  0% {
    opacity: 0;
  }
  7.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  32.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* モジュール
====================================*/
/* ナビゲーション
====================================*/
/* toggle-menu
---------------------------*/
/* g-nav
---------------------------*/
/* 追随パーツ
====================================*/
/* 下部追随バナー
---------------------------*/
/* マップ
====================================*/
/*  テーブル
====================================*/
br.sp_only {
  display: none;
}
@media screen and (max-width:960px) {
  br.sp_only {
    display: block;
  }
}

/* ---------------------
  - ホバーアニメーション
  - スクロール表示アニメーション
  - ループアニメーション
  - ハンバーガーメニューのデザイン変更
--------------------- */
/******************************
    ホバーアニメーション
******************************/
@keyframes baBouncy {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.95, 0.95) translate(0%, 5%);
  }
  30% {
    transform: scale(1.25, 0.85) translate(0%, 10%);
  }
  50% {
    transform: scale(0.85, 1.25) translate(0%, -10%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes ba-spread-open {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/******************************
スクロール表示アニメーション
******************************/
@keyframes imgSway {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes imgturn {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes imgturnscale {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.2;
  }
}
@keyframes imgblink {
  0% {
    rotate: 0;
  }
  55% {
    rotate: 180deg;
  }
  100% {
    rotate: 180deg;
  }
}
@keyframes imgBlock {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes imgCircle {
  0% {
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: circle(0 at 50% 50%);
  }
}
@keyframes imgFadeGradation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes imgDiagonalGradation {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(150%, -150%) rotate(0deg);
    opacity: 0;
  }
}
@keyframes strong-zoom {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes strong-wave {
  0% {
    opacity: 0.5;
    transform: translateZ(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateZ(0) scale(1.4);
  }
}
/******************************
ループアニメーション
******************************/
@keyframes appear-leaf-fall {
  to {
    top: 120%;
  }
}
@keyframes appear-leaf-swing01 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes appear-leaf-swing02 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes appear-bubble {
  0% {
    bottom: 0;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 100%;
  }
}
@keyframes appear-bird-moving {
  0% {
    top: 37%;
    left: -2%;
  }
  25% {
    top: 41%;
    left: 23%;
  }
  100% {
    top: 37%;
    left: 101%;
  }
}
@keyframes appear-bird-wingLeft {
  0% {
    transform: rotate(-30deg);
  }
  2% {
    transform: rotate(-110deg);
  }
  4% {
    transform: rotate(-30deg);
  }
  6% {
    transform: rotate(-110deg);
  }
  8% {
    transform: rotate(-30deg);
  }
  10% {
    transform: rotate(-110deg);
  }
  12% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  42% {
    transform: rotate(-35deg);
  }
  72% {
    transform: rotate(-35deg);
  }
  74% {
    transform: rotate(10deg);
  }
  76% {
    transform: rotate(-30deg);
  }
  78% {
    transform: rotate(-110deg);
  }
  80% {
    transform: rotate(-30deg);
  }
  82% {
    transform: rotate(-110deg);
  }
  84% {
    transform: rotate(-30deg);
  }
  86% {
    transform: rotate(-110deg);
  }
  88% {
    transform: rotate(-30deg);
  }
  90% {
    transform: rotate(-110deg);
  }
  92% {
    transform: rotate(-30deg);
  }
  94% {
    transform: rotate(-110deg);
  }
  96% {
    transform: rotate(-30deg);
  }
  98% {
    transform: rotate(-110deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes appear-bird-wingRight {
  0% {
    transform: rotate(30deg);
  }
  2% {
    transform: rotate(110deg);
  }
  4% {
    transform: rotate(30deg);
  }
  6% {
    transform: rotate(110deg);
  }
  8% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(110deg);
  }
  12% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(30deg);
  }
  42% {
    transform: rotate(35deg);
  }
  72% {
    transform: rotate(35deg);
  }
  74% {
    transform: rotate(0deg);
  }
  76% {
    transform: rotate(30deg);
  }
  78% {
    transform: rotate(110deg);
  }
  80% {
    transform: rotate(30deg);
  }
  82% {
    transform: rotate(110deg);
  }
  84% {
    transform: rotate(30deg);
  }
  86% {
    transform: rotate(110deg);
  }
  88% {
    transform: rotate(30deg);
  }
  90% {
    transform: rotate(110deg);
  }
  92% {
    transform: rotate(30deg);
  }
  94% {
    transform: rotate(110deg);
  }
  96% {
    transform: rotate(30deg);
  }
  98% {
    transform: rotate(110deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.outer-shadow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -0.7rem 0.2rem 0.5rem rgba(34, 100, 158, 0.1), 0.7rem 0.2rem 0.5rem rgba(34, 100, 158, 0.1), 0 0.5rem 0.5rem rgba(34, 100, 158, 0.1), inset 0 -0.1rem 0.2rem rgba(34, 100, 158, 0.2), inset 0 0.1rem 0.1rem rgba(255, 255, 255, 0.1), 0 -0.3rem 0.3rem rgba(255, 255, 255, 0.1);
  animation: 3s drop-wave ease-out infinite;
  transform: scale(0);
}

.inner-shadow {
  height: 90%;
  width: 96%;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.15rem rgba(255, 255, 255, 0.3), inset 0 -0.1rem 0.15rem rgba(255, 255, 255, 0.3), inset 0 0.5rem 0.5rem rgba(34, 100, 158, 0.2), inset 0.2rem 0 0.3rem rgba(34, 100, 158, 0.1), inset -0.2rem 0 0.3rem rgba(34, 100, 158, 0.1), 0 -0.1rem 0.1rem rgba(34, 100, 158, 0.2);
}

@keyframes drop-wave {
  40% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes drop-fall {
  90% {
    transform: scale(0.7, 1);
    opacity: 1;
  }
  100% {
    transform: translateY(0rem) scale(0.7, 0.3);
    opacity: 0.7;
  }
}
@keyframes bound-animation {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}
body {
  min-width: 1280px;
}
@media screen and (max-width:960px) {
  body {
    min-width: 375px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
  background: #FFF5D8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
@media screen and (max-width:480px) {
  .wrap {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

pre {
  white-space: inherit;
}

input,
textarea {
  font-family: inherit;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:hover img:not(.not) {
  opacity: 0.7;
}
a.anchor-for-call, a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}

img,
a,
button {
  transition-property: background, color, transform, opacity;
  transition-duration: 0.3s;
}

input,
textarea,
button,
select {
  outline: none;
}

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

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

.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer;
  height: 100%;
}
.openbox__target {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
  cursor: auto;
}

.map,
.video,
.calendar {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (max-width:768px) {
  .map,
  .video,
  .calendar {
    height: 250px;
  }
}
.map iframe,
.video iframe,
.calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.square {
  overflow: hidden;
  position: relative;
}
.square:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.square__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.square__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  transform: translate(-50%, -50%);
}

.toggle-menu {
  display: none;
}
@media screen and (max-width: 960px) {
  .toggle-menu {
    display: block;
  }
}
.toggle-menu__checkbox {
  display: none !important;
}
.toggle-menu__button {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  top: 10px;
  right: 10px;
}
.toggle-menu__button.-fixed {
  position: fixed;
}
.toggle-menu__button-inner {
  display: block;
  height: 45px;
  width: 45px;
  background: #000;
  border: none;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
.toggle-menu__button.-cross .toggle-menu__button-inner::before, .toggle-menu__button.-cross .toggle-menu__button-inner::after,
.toggle-menu__button.-cross .toggle-menu__button-inner span {
  content: "";
  transition: 0.3s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 17px;
  margin: -1px auto 0;
  background: #fff;
}
.toggle-menu__button.-cross .toggle-menu__button-inner::before {
  top: 15px;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner::before {
  top: 50%;
  transform: rotate(45deg);
}
.toggle-menu__button.-cross .toggle-menu__button-inner::after {
  bottom: 14px;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner::after {
  top: 50%;
  transform: rotate(-45deg);
}
.toggle-menu__button.-cross .toggle-menu__button-inner span {
  top: 50%;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner span {
  display: none;
}
.toggle-menu__button.-text .toggle-menu__button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-text .toggle-menu__button-inner {
  font-size: 0rem;
}
.toggle-menu__button.-text .toggle-menu__button-inner::after {
  font-size: 1rem;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-text .toggle-menu__button-inner::after {
  content: "CLOSE";
}
.toggle-menu__nav {
  background-color: #FFF5D8;
  background-image: url(../img/yellow-accenttop.png), url(../img/yellow-accentbottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom right;
  background-size: 95px;
  position: fixed;
  top: 0;
  z-index: 888;
  height: 100%;
  width: 400px;
  max-width: 100%;
  padding: 20px 15px;
  transition: transform 0.5s, opacity 0.5s;
  overflow-y: scroll;
  scrollbar-width: none;
  border-bottom-left-radius: 95px;
  border-top-left-radius: 95px;
}
.toggle-menu.-left .toggle-menu__nav {
  transform: translateX(-100%);
}
.toggle-menu.-left .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  transform: translateX(0);
}
.toggle-menu.-down .toggle-menu__nav {
  width: 100%;
  transform: translateY(-100%);
  transition: transform 1s;
}
.toggle-menu.-down .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  transform: translateY(0);
}
.toggle-menu.-cover .toggle-menu__nav {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.toggle-menu.-cover .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu__nav::-webkit-scrollbar {
  display: none;
}
.toggle-menu__nav-item {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.toggle-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__overlay {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu .contentslist {
  display: block;
  padding: 0;
  font-size: 1.4rem;
}
.toggle-menu .contentslist > li {
  margin: 0 0 20px;
}
.toggle-menu .banner {
  text-align: center;
}
.toggle-menu .banner li {
  margin-bottom: 10px;
}

.sp-btns {
  display: none;
  width: 100%;
  right: 65px;
  justify-content: flex-end;
  gap: 10px;
  top: 10px;
  position: absolute;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width:960px) {
  .sp-btns {
    display: flex;
  }
}
@media screen and (max-width:480px) {
  .sp-btns {
    width: calc(100% - 65px);
  }
}
.sp-btns.-fixed {
  position: fixed;
}
.sp-btns__item {
  width: 45px;
  height: 45px;
  pointer-events: all;
}
.sp-btns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
}
.sp-btns__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sp-btns__item.-shop .sp-btns__link {
  background: #EE3D1C;
}

/***************************************
    スマホナビの項目表示アニメーション
****************************************/
.remove-item {
  display: none !important;
}

/* pc-view（MF用）
====================================*/
.pc-view {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pc-view::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:480px) {
  .pc-view {
    display: none;
  }
}
.pc-view__left {
  padding: 31px 0 50px 23px;
}
@media screen and (max-width: 1300px) {
  .pc-view__left {
    padding: 25px 0 0 15px;
  }
}
@media screen and (max-width:960px) {
  .pc-view__left {
    display: none;
  }
}
.pc-view__logo {
  margin-bottom: 40px;
}
@media screen and (max-width:960px) {
  .pc-view__logo {
    display: none;
  }
}
.pc-view__btn {
  width: 220px;
  height: 54px;
  margin-bottom: 16px;
  margin-left: 42px;
}
.toggle-menu .pc-view__btn {
  margin: 0 auto -20px;
}
.pc-view__nav {
  padding: 0;
  padding-left: 42px;
}
@media screen and (max-width:960px) {
  .pc-view__nav {
    display: none;
  }
}
.pc-view__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.firstAccess .pc-view__bg {
  opacity: 0;
  animation: showFade 2s 0.5s forwards;
}
.pc-view__qrcode {
  width: 120px;
  position: fixed;
  top: 42px;
  right: 49px;
}
@media screen and (max-width:960px) {
  .pc-view__qrcode {
    display: none;
  }
}

.pc-view-qrcode__text {
  margin-bottom: 8px;
  padding-bottom: 12px;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.pc-view-qrcode__text::after {
  display: block;
  content: "";
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.65em 0.4em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc-bg-slider {
  display: flex;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  opacity: 0.2;
}
.pc-bg-slider__box {
  display: flex;
  flex-shrink: 0;
  width: 1920px;
  animation: carouselSlider 80s linear infinite;
}
.pc-bg-slider__item {
  margin: 0 20px;
}

.pc-bg-fade {
  height: 100%;
  opacity: 0.2;
}
.pc-bg-fade__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: carouselFade 20s ease infinite;
}
.pc-bg-fade__item:nth-child(1) {
  animation-delay: 0s;
}
.pc-bg-fade__item:nth-child(2) {
  animation-delay: 5s;
}
.pc-bg-fade__item:nth-child(3) {
  animation-delay: 10s;
}
.pc-bg-fade__item:nth-child(4) {
  animation-delay: 15s;
}
.pc-bg-fade__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.pc-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pc-bg-image__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
  -o-object-position: left;
     object-position: left;
}

.mf-container {
  width: 100%;
  max-width: 480px;
  margin: auto;
  background: #FFF5D8;
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #333;
}

/* header
====================================*/
.fva-cover-curtain.-hidden {
  display: none;
}
.fva-cover-curtain img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  animation: img-hide 0.8s ease-out 1 forwards;
  pointer-events: none;
}
.fva-cover-curtain:before, .fva-cover-curtain:after {
  content: "";
  display: block;
  width: 50%;
  height: 130%;
  background: #FFF5D8;
  position: fixed;
  top: -15%;
  z-index: 1;
  visibility: hidden;
  z-index: 999;
}
.fva-cover-curtain:before {
  left: 0;
  animation: curtain-left-open 1.5s;
}
.fva-cover-curtain:after {
  right: 0;
  animation: curtain-right-open 1.5s;
}

@keyframes curtain-left-open {
  0% {
    visibility: visible;
  }
  40% {
    transform: rotate(0deg) translateX(0%);
  }
  80% {
    transform: rotate(6deg) translateX(-50%);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translateX(-100%);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes curtain-right-open {
  0% {
    visibility: visible;
  }
  40% {
    transform: rotate(0deg) translateX(0%);
  }
  80% {
    transform: rotate(-6deg) translateX(50%);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translateX(100%);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes img-hide {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  background: none;
  position: relative;
  z-index: 99;
}
.header__sp {
  display: none;
}
@media screen and (max-width:960px) {
  .header__sp {
    display: block;
    width: 100%;
  }
}
.header__sp img {
  max-width: 188px;
}
.header__logo {
  position: relative;
  z-index: 9999;
}
.header__logo-link {
  display: block;
  text-decoration: none;
}
.header__logo-link:hover {
  text-decoration: none;
}
.header__nav {
  position: relative;
  height: 100px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav {
  position: relative;
  height: 100px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav-inner {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 40px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width:1550px) {
  .header__nav-inner {
    max-width: calc(100% - 40px);
    left: 20px;
  }
}
@media screen and (min-width: calc(1280px + 1px)) {
  .header__nav-inner.-fixed {
    position: fixed;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}

/* navigation
====================================*/
.g-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.toggle-menu .g-nav {
  width: 100%;
}
.g-nav__logo {
  flex: 0 0 auto;
  height: 100%;
}
.g-nav__logoLink {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Borel", cursive;
  font-size: 2rem;
  text-decoration: none;
}
.g-nav__logoLink:hover {
  text-decoration: none;
  opacity: 0.7;
}
.g-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100px;
}
.toggle-menu .g-nav__list {
  width: 100%;
}
@media screen and (max-width:1550px) {
  .g-nav__list {
    gap: 20px;
  }
}
@media screen and (max-width:960px) {
  .g-nav__list {
    gap: 10px;
  }
}
.toggle-menu .g-nav__list {
  flex-direction: column;
  width: 100%;
  height: auto;
}
.g-nav__list-item {
  height: 100%;
}
.toggle-menu .g-nav__list-item {
  width: 100%;
}
.g-nav__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 14px 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s;
  position: relative;
  height: 100%;
  align-items: center;
}
.g-nav__link:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.g-nav__link:hover:after {
  animation: 0.7s ba-circle forwards;
  border: 3px solid #F5BB1A;
}
@keyframes ba-circle {
  0% {
    transform: scale(0);
    opacity: 1;
    border: 3px solid rgba(245, 187, 26, 0.5);
  }
  to {
    opacity: 0;
    border: 3px solid #F5BB1A;
    transform: scale(1.5);
  }
}
.g-nav__link.-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.g-nav__link.-btn:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.g-nav__link.-btn span {
  background: url(../img/mail.svg) no-repeat center left;
  padding-left: 35px;
}
.g-nav__link.-btn.-material span {
  background: url(../img/siryou.svg) no-repeat center left;
  padding-left: 25px;
}
.toggle-menu .g-nav__link {
  padding: 22px 10px;
  margin: 0;
}
.g-nav__link:hover, .g-nav__link.-current, .openbox.-open .g-nav__link {
  text-decoration: none;
  color: #F5BB1A;
}

.corp-btn {
  width: 200px;
  height: 48px;
}
.corp-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.corp-btn__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.accordion {
  height: 100%;
}

.accordion-list__link {
  display: block;
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 13px 10px 11px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.accordion-list__link:hover {
  background: #eeedeb;
  text-decoration: none;
}

.accordion-wide {
  height: 100%;
}
.accordion-wide__wrap {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}
.toggle-menu .accordion-wide__wrap {
  position: relative;
}
.accordion-wide__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid #eeedeb;
}
.toggle-menu .accordion-wide__list {
  flex-direction: column;
}
.accordion-wide__link {
  display: block;
  background: #fff;
  padding: 16px 20px 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.accordion-wide__link.-current, .accordion-wide__link:hover {
  background: #eeedeb;
  text-decoration: none;
}
.accordion-wide__link.-nolink:hover {
  background: #fff;
}

.breadcrumb {
  padding: 0 120px;
  margin-bottom: 100px;
  font-size: 1.4rem;
  color: #7A7A7A;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
@media screen and (max-width:960px) {
  .breadcrumb {
    padding: 0 15px;
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}

/* main
====================================*/
.mainimg {
  display: block;
  height: 100%;
  background: #FFC115;
  position: relative;
  padding: 194px 0 110px;
  margin-bottom: 0;
  margin-top: -110px;
  border-bottom-left-radius: 450px;
  text-align: center;
}
@media screen and (max-width:960px) {
  .mainimg {
    border-bottom-left-radius: 95px;
    padding: 107px 0 77px;
  }
}
.page-template-front-page .mainimg {
  display: block;
}
.mainimg__image {
  display: inline-block;
  margin: 69px 0;
  transition-delay: 1.1s;
}
@media screen and (max-width:960px) {
  .mainimg__image {
    display: none;
  }
}
.mainimg__image-sp {
  display: none;
  transition-delay: 1.1s;
}
@media screen and (max-width:960px) {
  .mainimg__image-sp {
    display: block;
    max-width: calc(100% - 40px);
    margin-inline: auto;
    margin: 36px auto;
  }
}
.mainimg__image-sp img {
  width: 100%;
}
.mainimg__text {
  position: absolute;
  bottom: 100px;
  left: 30px;
  font-family: "Borel", cursive;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .mainimg__text {
    left: 15px;
    font-size: 3rem;
  }
}
.mainimg__image {
  text-align: center;
}
.mainimg__image img {
  filter: drop-shadow(3px 3px 5px rgba(255, 255, 255, 0.3));
}

.main {
  width: 100%;
  display: block;
  background: url(../img/main-bg.png) no-repeat top left, url(../img/yellow-accentbottom-return.png) no-repeat bottom right;
  background-size: 294px;
  padding-top: 120px;
}
.page-template-front-page .main {
  background: none;
  padding-top: 0;
}
.-thanks .main, .-material_thanks .main {
  padding-top: 223px;
}
@media screen and (max-width:960px) {
  .-thanks .main, .-material_thanks .main {
    padding-top: 100px;
  }
}
@media screen and (max-width:960px) {
  .main {
    background-size: 95px;
    padding-top: 100px;
  }
}

.module {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 1030px;
  padding: 0 15px;
}
.module strong {
  font-weight: 700;
}
.module a:not([class]) {
  font-weight: 700;
  text-decoration: underline;
}
.module a:not([class]):hover {
  text-decoration: none;
}

/* table
====================================*/
.table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width:960px) {
  .table {
    table-layout: auto;
  }
}
.table__head, .table__item {
  height: auto;
  padding: 8px 13px 9px;
  border: 1px solid #D8CEA3;
  background: #fff;
  font-size: inherit;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
}
.table__head {
  background: #F7EFCD;
  font-size: inherit;
  font-weight: 400;
  vertical-align: top;
  width: 31%;
}

@media screen and (max-width:960px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .responsive-table table.table {
    min-width: 1000px;
  }
}
.scroll.scroll-hint:not(.is-scrollable) {
  position: static !important;
}

/* content
====================================*/
.content {
  width: 100%;
}

.sideBanner {
  position: fixed;
  z-index: 30;
  top: 200px;
  right: 0;
  width: 215px;
  transform: translateX(0);
  transition: transform 0.3s, opacity 0.3s;
}
.sideBanner__btn {
  width: 215px;
  height: 64px;
}
.sideBanner__btn:nth-of-type(1), .sideBanner__btn:nth-of-type(2) {
  margin-bottom: 12px;
}
.sideBanner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px 0 0 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
  transform-origin: right;
}
.sideBanner__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.sideBanner__link span {
  background: url(../img/mail.svg) no-repeat center left;
  padding-left: 35px;
}
.sideBanner__link.-material span {
  background: url(../img/siryou.svg) no-repeat center left;
  padding-left: 25px;
}
.sideBanner__link.-line {
  background: #01B900;
}
.sideBanner__link.-line span {
  background: url(../img/sp-line.svg) no-repeat center left;
  padding-left: 37px;
  background-size: 36px;
}
.sideBanner.-on {
  transform: translateX(0);
}
.sideBanner.-on.-stop {
  transform: translateX(100%);
}
@media screen and (max-width:960px) {
  .sideBanner {
    display: none;
  }
}

.btmBanner {
  height: 70px;
}
@media screen and (max-width:960px) {
  .btmBanner {
    display: none;
  }
}
.btmBanner__inner {
  width: 100%;
  height: 70px;
  background: #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transform: translateY(120%);
  transition: transform 0.4s;
}
.btmBanner__inner.-fixed {
  transform: translateY(0);
}

.btmBannerSp {
  height: 64px;
  position: relative;
  z-index: 99;
  width: 100%;
  display: none;
}
@media screen and (max-width:960px) {
  .btmBannerSp {
    display: block;
  }
}
.btmBannerSp__inner {
  width: calc(100% - 10px);
  height: 64px;
  position: fixed;
  bottom: 0;
  left: 5px;
  transform: translateY(120%);
  transition: transform 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.btmBannerSp__inner.-fixed {
  transform: translateY(0);
}
.btmBannerSp__column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btmBannerSp__item {
  width: 100%;
  height: 100%;
}
.btmBannerSp__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.btmBannerSp__item.-tel .btmBannerSp__link {
  background: #179fa5;
}
.btmBannerSp__item.-mail .btmBannerSp__link {
  background: #000;
}
.btmBannerSp__item.-mail .btmBannerSp__link span {
  background: url(../img/mail.svg) no-repeat center left;
  padding-left: 35px;
}
.btmBannerSp__item.-line .btmBannerSp__link {
  background: #01B900;
}
.btmBannerSp__item.-line .btmBannerSp__link span {
  background: url(../img/sp-line.svg) no-repeat center left;
  padding-left: 31px;
  background-size: 30px;
}
.btmBannerSp__link:hover {
  text-decoration: none;
  opacity: 0.6;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width:960px) {
  .scroll-infinity.-pc {
    display: none;
  }
}
.scroll-infinity.-sp {
  display: none;
}
@media screen and (max-width:960px) {
  .scroll-infinity.-sp {
    display: block;
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-top: 10px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 130px;
  margin-right: 10px;
}
.scroll-infinity__item > img {
  width: 100%;
}
.scroll-infinity.-main .scroll-infinity__item {
  width: 2076px;
}
.scroll-infinity.-main.-sp .scroll-infinity__item {
  width: 897px;
}
.scroll-infinity.-h1 {
  position: absolute;
  bottom: -53px;
}
@media screen and (max-width:960px) {
  .scroll-infinity.-h1 {
    bottom: -30px;
  }
}
.corp .scroll-infinity.-h1 {
  bottom: auto;
  top: 165px;
}
@media screen and (max-width:960px) {
  .corp .scroll-infinity.-h1 {
    top: 127px;
  }
}
.scroll-infinity.-h1 .scroll-infinity__item {
  width: 1975px;
}
@media screen and (max-width:960px) {
  .scroll-infinity.-h1 .scroll-infinity__item {
    width: 987.5px;
  }
}
.scroll-infinity.-h1 .scroll-infinity__wrap {
  margin-top: 0;
}

/* footer
====================================*/
.footer {
  background: #FFC115;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  border-top-left-radius: 300px;
  display: flex;
  /* ここから type1 前提のスタイル */
  flex-direction: column;
  align-items: center;
  text-align: left;
}
@media screen and (max-width:960px) {
  .footer {
    border-top-left-radius: 95px;
    font-size: 1.4rem;
  }
}
.footer .f-corp {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 18px;
  display: inline-block;
  color: #000;
}
@media screen and (max-width:960px) {
  .footer .f-corp {
    font-size: 1.8rem;
  }
}
.footer .footer__map {
  order: 1;
  width: 100%;
}
.footer__btn {
  width: 340px;
  height: 64px;
}
@media screen and (max-width:1550px) {
  .footer__btn {
    width: 290px;
  }
}
@media screen and (max-width:960px) {
  .footer__btn {
    width: 305px;
  }
}
.footer__btn:nth-of-type(1) {
  margin-bottom: 12px;
}
@media screen and (max-width:960px) {
  .footer__btn:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.footer__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.footer__link span {
  background: url(../img/mail.svg) no-repeat center left;
  padding-left: 35px;
}
.footer__link.-material span {
  background: url(../img/siryou.svg) no-repeat center left;
  padding-left: 25px;
}
.footer__copy {
  order: 3;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFF;
  background: #000;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width:960px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}
.footer__contents {
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  padding: 123px 200px 109px;
}
@media screen and (max-width:1550px) {
  .footer__contents {
    padding: 123px 100px 109px;
  }
}
@media screen and (max-width:960px) {
  .footer__contents {
    padding: 88px 15px 54px;
  }
}
.footer .footer__contents {
  order: 2;
  width: 100%;
}
.footer__contentsInner {
  width: 100%;
}
.footer .footer__contentsInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:960px) {
  .footer .footer__contentsInner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__box {
  flex: 0 0 auto;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .footer__box {
    margin: 30px auto 0;
  }
}
@media screen and (min-width:961px) {
  .footer .footer__box {
    margin-left: 40px;
  }
}
@media screen and (max-width:960px) {
  .footer__box {
    order: 3;
  }
}
.footer__nav {
  display: flex;
}
.footer__links {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .footer__links {
    margin-top: 0;
  }
}
@media screen and (max-width:960px) {
  .footer__info {
    order: 3;
  }
}
.footer__txt {
  margin-top: 23px;
  font-size: 1rem;
}

.f-info {
  font-weight: 700;
}
@media screen and (max-width:960px) {
  .f-info {
    margin: 33px 0 13px;
  }
}
.f-info__logo {
  margin-bottom: 35px;
}
.f-info__addTxt {
  line-height: 1.75;
}
@media screen and (max-width:960px) {
  .f-info__addTxt {
    line-height: 2;
  }
}
.f-info__mailLink {
  text-decoration: underline;
  color: inherit;
}
.f-info__mailLink:hover {
  text-decoration: none;
}
.f-info__note {
  margin-top: 20px;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width:960px) {
  .f-info__note {
    margin-top: 5px;
  }
}

.f-nav {
  max-width: 400px;
  font-size: inherit;
  line-height: 1;
}
.footer .f-nav {
  display: grid;
  grid-template-columns: auto auto;
  gap: 34px 83px;
  text-align: left;
}
@media screen and (max-width:960px) {
  .footer .f-nav {
    gap: 40px 54px;
  }
}
.f-nav__item {
  font-weight: 700;
}
.f-nav__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.f-nav__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer .f-nav__link {
  padding: 0;
}

.f-links__item:not(:last-child) {
  margin-bottom: 30px;
}

.f-sns {
  display: flex;
  gap: 15px;
  width: 100%;
}
.footer .f-sns {
  justify-content: flex-start;
}
@media screen and (max-width:960px) {
  .f-sns {
    justify-content: center;
  }
}
.f-sns__item {
  width: 40px;
}

.pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 60px;
  background-color: #2B2B2B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: opacity 0.5s, transform 0.3s;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pagetop.-on {
  opacity: 1;
}
.pagetop.-stop {
  position: absolute;
}
@media screen and (max-width:960px) {
  .pagetop {
    display: none;
  }
}

/* パーツ
====================================*/
.maintitle {
  background: #FFC115;
  text-align: center;
  color: #FFF;
  font-size: 6.2rem;
  padding: 230px 240px 110px;
  margin-top: -100px;
}
.maintitle.textspan span {
  opacity: 0;
}
.maintitle.textspan span:nth-of-type(2) {
  animation-delay: 0.1s !important;
}
.maintitle.textspan span:nth-of-type(3) {
  animation-delay: 0.2s !important;
}
.maintitle.textspan span:nth-of-type(4) {
  animation-delay: 0.3s !important;
}
.maintitle.textspan span:nth-of-type(5) {
  animation-delay: 0.4s !important;
}
.maintitle.textspan span:nth-of-type(6) {
  animation-delay: 0.5s !important;
}
.maintitle.textspan span:nth-of-type(7) {
  animation-delay: 0.6s !important;
}
.maintitle.textspan span:nth-of-type(8) {
  animation-delay: 0.7s !important;
}
.maintitle.textspan span:nth-of-type(9) {
  animation-delay: 0.8s !important;
}
.maintitle.textspan span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}
.maintitle.textspan span:nth-of-type(11) {
  animation-delay: 1s !important;
}
.maintitle.textspan span:nth-of-type(12) {
  animation-delay: 1.1s !important;
}
.maintitle.textspan span:nth-of-type(13) {
  animation-delay: 1.2s !important;
}
.maintitle.textspan span:nth-of-type(14) {
  animation-delay: 1.3s !important;
}
.maintitle.textspan span:nth-of-type(15) {
  animation-delay: 1.4s !important;
}
.maintitle.textspan span:nth-of-type(16) {
  animation-delay: 1.5s !important;
}
.maintitle.textspan.-active span {
  will-change: text-shadow;
  animation: glow_anime_on_sp 1s ease-out forwards;
}
.maintitle.textspan.-white.-active span {
  animation: glow_anime_on_white 1s ease-out forwards;
}
@media screen and (max-width:960px) {
  .maintitle {
    padding: 140px 15px 65px;
  }
}
@media screen and (max-width:768px) {
  .maintitle {
    font-size: 3.3rem;
  }
}
.maintitle__wrap {
  position: relative;
}
.corp .maintitle {
  padding: 317px 15px 0;
}
@media screen and (max-width:960px) {
  .corp .maintitle {
    padding: 210px 15px 0;
  }
}
.maintitle img {
  max-width: 100%;
  width: 608px;
}

@keyframes glow_anime_on_sp {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #282682, 0 0 0 #282682;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 4px #282682, 0 0 8px #282682;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 rgba(40, 38, 130, 0), 0 0 0 rgba(40, 38, 130, 0);
  }
}
@keyframes glow_anime_on_white {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #FFF, 0 0 0 #FFF;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 4px #FFF, 0 0 8px #FFF;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ページ別
====================================*/
.index-about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 75px;
  padding: 200px 15px;
  background: url(../img/yellow-accenttop.png) no-repeat top right, url(../img/yellow-accentbottom.png) no-repeat bottom right;
}
@media screen and (max-width:960px) {
  .index-about {
    background-size: 95px;
    flex-direction: column;
    align-items: center;
    padding: 85px 15px 75px;
  }
}
.index-about__left {
  width: 580px;
  max-width: 100%;
  overflow: hidden;
}
.index-about__left img {
  transform: scale(1.15);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), opacity 0.3s ease-out;
  opacity: 0;
}
.index-about__left.-active img {
  transform: scale(1);
  opacity: 1;
}
.index-about__left img {
  border-radius: 20px;
}
.index-about__right {
  width: 570px;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .index-about__right {
    width: 100%;
  }
}
.index-about__title {
  font-size: 4rem;
  letter-spacing: 0.09em;
  margin-bottom: 22px;
}
@media screen and (max-width:768px) {
  .index-about__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.index-about__title .first {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .index-about__title .first {
    font-size: 2rem;
  }
}
.index-about__title .blue, .index-about__title .green, .index-about__title .red {
  font-size: 4rem;
}
@media screen and (max-width:768px) {
  .index-about__title .blue, .index-about__title .green, .index-about__title .red {
    font-size: 2.4rem;
  }
}
.index-about__title .blue {
  color: #1E69C4;
}
.index-about__title .green {
  color: #00B900;
}
.index-about__title .red {
  color: #EF1000;
}
.index-about__text {
  padding-right: 43px;
  margin-bottom: 40px;
}
@media screen and (max-width:960px) {
  .index-about__text {
    padding-right: 0;
  }
}
.index-about__icon {
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .index-about__icon {
    width: 100px;
  }
}
.index-about__btn {
  width: 380px;
  height: 64px;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .index-about__btn {
    width: 305px;
    margin-inline: auto;
  }
}
.index-about__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-about__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.index-lineup {
  background: #FFC115;
  padding: 155px 15px;
  border-top-left-radius: 450px;
  border-bottom-left-radius: 450px;
}
@media screen and (max-width:960px) {
  .index-lineup {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
    padding: 98px 15px 96px;
  }
}
.index-lineup__att {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 16rem;
  text-align: center;
  line-height: 1;
  margin-bottom: -114px;
}
.index-lineup__att span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.index-lineup__att span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-lineup__att span.-space {
  display: inline;
}
.index-lineup__att span:not(.-active) {
  opacity: 0;
}
.index-lineup__att.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .index-lineup__att {
    font-size: 12rem;
  }
}
@media screen and (max-width:768px) {
  .index-lineup__att {
    font-size: 5.8rem;
    margin-bottom: -46px;
  }
}
.index-lineup__title {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 76px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .index-lineup__title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
.index-lineup__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1240px;
  margin-inline: auto;
  margin-bottom: 85px;
}
@media screen and (max-width:960px) {
  .index-lineup__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width:768px) {
  .index-lineup__list {
    max-width: 340px;
    margin-inline: auto;
    justify-content: flex-start;
  }
}
.index-lineup__list-item {
  width: 280px;
  height: 280px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-lineup__list-item:nth-of-type(1) {
  background: url(../img/item-tshirt.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(2) {
  background: url(../img/item-drytshirt.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(3) {
  background: url(../img/item-poroshirt.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(4) {
  background: url(../img/item-nagasode.png) no-repeat center;
  background-size: 127%;
}
.index-lineup__list-item:nth-of-type(5) {
  background: url(../img/item-parker.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(6) {
  background: url(../img/item-swet.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(7) {
  background: url(../img/item-pants.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(8) {
  background: url(../img/item-outer.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(9) {
  background: url(../img/item-bag.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(10) {
  background: url(../img/item-cap.png) no-repeat center;
  background-size: cover;
}
.index-lineup__list-item:nth-of-type(11) {
  background: url(../img/item-cup.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:960px) {
  .index-lineup__list-item {
    width: 165px;
    height: 165px;
  }
}
.index-lineup__list-item span {
  width: 180px;
  height: 40px;
  background: #000;
  border-radius: 20px;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:960px) {
  .index-lineup__list-item span {
    width: 130px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.index-lineup__line {
  max-width: 1000px;
  margin-inline: auto;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.index-lineup__line.-active {
  opacity: 1;
}
.index-lineup__line.-bottom {
  transform: translateY(-40px);
}
.index-lineup__line.-bottom.-active {
  transform: translateY(0);
}
.index-lineup__line.-top {
  transform: translateY(40px);
}
.index-lineup__line.-top.-active {
  transform: translateY(0);
}
.index-lineup__line.-left {
  transform: translateX(-40px);
}
.index-lineup__line.-left.-active {
  transform: translateX(0);
}
.index-lineup__line.-right {
  transform: translateX(40px);
}
.index-lineup__line.-right.-active {
  transform: translateX(0);
}
@media screen and (max-width:960px) {
  .index-lineup__line {
    display: none;
  }
}
.index-lineup__lineLink {
  display: block;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-lineup__lineLink:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.index-lineup__lineLink img {
  opacity: 1 !important;
}
.index-lineup__line.-sp {
  display: none;
}
@media screen and (max-width:960px) {
  .index-lineup__line.-sp {
    display: block;
    max-width: 690px;
    margin-inline: auto;
  }
}

.index-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width:960px) {
  .index-line {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    gap: 20px;
    margin-bottom: 70px;
  }
}
.index-line__left {
  width: 340px;
  max-width: 100%;
  animation: buruburu 2s infinite;
}
@keyframes buruburu {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width:768px) {
  .index-line__left {
    width: 214px;
  }
}
.index-line__right {
  width: 520px;
  max-width: 100%;
}
.index-line__title {
  font-size: 4rem;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .index-line__title {
    font-size: 2.4rem;
  }
}
.index-line__title span {
  color: #00B900;
}
.index-line__text {
  margin-bottom: 41px;
}
.index-line__btn {
  width: 380px;
  height: 64px;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .index-line__btn {
    width: 305px;
    margin-inline: auto;
  }
}
.index-line__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-line__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.index-use {
  margin-bottom: 153px;
}
@media screen and (max-width:960px) {
  .index-use {
    margin-bottom: 90px;
  }
}
.index-use .swiper {
  max-width: 320px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* スライド複製を含める */
}
.index-use__att {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 16rem;
  text-align: center;
  line-height: 1;
  margin-bottom: -114px;
}
.index-use__att span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.index-use__att span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-use__att span.-space {
  display: inline;
}
.index-use__att span:not(.-active) {
  opacity: 0;
}
.index-use__att.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .index-use__att {
    font-size: 12rem;
  }
}
@media screen and (max-width:768px) {
  .index-use__att {
    font-size: 5.8rem;
    margin-bottom: -49px;
  }
}
.index-use__title {
  color: #000;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 67px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .index-use__title {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
}
.index-use__item {
  background: #FFF;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}
.index-use__img {
  border-radius: 20px;
  margin-bottom: 10px;
}
.index-use__text {
  font-size: 1.8rem;
  font-weight: 700;
}
.index-use__btn {
  width: 380px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:960px) {
  .index-use__btn {
    width: 305px;
  }
}
.index-use__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-use__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.index-voice {
  padding: 0 15px;
}
.index-voice .swiper {
  max-width: 360px;
}
.index-voice__att {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 16rem;
  text-align: center;
  line-height: 1;
  margin-bottom: -114px;
}
.index-voice__att span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.index-voice__att span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-voice__att span.-space {
  display: inline;
}
.index-voice__att span:not(.-active) {
  opacity: 0;
}
.index-voice__att.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .index-voice__att {
    font-size: 12rem;
  }
}
@media screen and (max-width:768px) {
  .index-voice__att {
    font-size: 5.8rem;
    margin-bottom: -49px;
  }
}
.index-voice__title {
  color: #000;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 67px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .index-voice__title {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
}
.index-voice__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 59px;
}
@media screen and (max-width:960px) {
  .index-voice__box {
    display: none;
    margin-bottom: 30px;
  }
}
.index-voice__box.-sp {
  display: none;
}
@media screen and (max-width:960px) {
  .index-voice__box.-sp {
    display: block;
  }
}
.index-voice__item {
  display: block;
  width: 392px;
  max-width: 100%;
}
.index-voice__img {
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 16px;
}
.index-voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 20px;
}
.index-voice__btn {
  width: 380px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
}
.index-voice__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-voice__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.index-center {
  padding: 136px 0 193px;
  background: url(../img/yellow-accenttop.png) no-repeat top right, url(../img/yellow-accentbottom.png) no-repeat bottom right;
}
@media screen and (max-width:960px) {
  .index-center {
    background-size: 95px;
    padding: 84px 0 95px;
  }
}

.index-media {
  background: #FFC115;
  border-bottom-left-radius: 450px;
  border-top-left-radius: 450px;
}
@media screen and (max-width:960px) {
  .index-media {
    border-bottom-left-radius: 95px;
    border-top-left-radius: 95px;
  }
}
.index-media__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  padding: 172px 15px;
}
@media screen and (max-width:960px) {
  .index-media__inner {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 80px 15px 85px;
  }
}
.index-media__left {
  max-width: 530px;
}
.index-media__link {
  display: block;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-media__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.index-media__link img {
  opacity: 1 !important;
}
.index-media__right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width:960px) {
  .index-media__right {
    gap: 10px;
  }
}
.index-media__right img {
  border-radius: 20px;
}
.index-media__rightLeft {
  max-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width:960px) {
  .index-media__rightLeft {
    gap: 10px;
  }
}
.index-media__rightRight {
  max-width: 390px;
}

.index-info {
  padding: 191px 15px 129px;
  background: url(../img/yellow-accenttop.png) no-repeat top right, url(../img/yellow-accentbottom.png) no-repeat bottom right;
}
@media screen and (max-width:960px) {
  .index-info {
    background-size: 45px;
    padding: 65px 0 95px;
  }
}
.index-info .swiper {
  max-width: 360px;
}
.index-info__att {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 16rem;
  text-align: center;
  line-height: 1;
  margin-bottom: -114px;
}
.index-info__att span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.index-info__att span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-info__att span.-space {
  display: inline;
}
.index-info__att span:not(.-active) {
  opacity: 0;
}
.index-info__att.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .index-info__att {
    font-size: 12rem;
  }
}
@media screen and (max-width:768px) {
  .index-info__att {
    font-size: 5.8rem;
    margin-bottom: -49px;
    white-space: nowrap;
    position: relative;
    left: -5px;
    letter-spacing: 0;
  }
}
.index-info__title {
  color: #000;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 67px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .index-info__title {
    font-size: 1.8rem;
    margin-bottom: 46px;
  }
}
.index-info__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 59px;
}
@media screen and (max-width:960px) {
  .index-info__box {
    display: none;
    margin-bottom: 30px;
  }
}
.index-info__box.-sp {
  display: none;
}
@media screen and (max-width:960px) {
  .index-info__box.-sp {
    display: block;
  }
}
.index-info__item {
  display: block;
  width: 392px;
  max-width: 100%;
}
.index-info__img {
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width:960px) {
  .index-info__img {
    height: 178px;
  }
}
.index-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 20px;
}
.index-info__btn {
  width: 380px;
  height: 64px;
  max-width: calc(100% - 30px);
  margin-inline: auto;
}
.index-info__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-info__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.index-corp {
  background: #FFC115;
  padding: 162px 15px 110px;
  border-bottom-left-radius: 450px;
  border-top-left-radius: 450px;
}
@media screen and (max-width:960px) {
  .index-corp {
    border-bottom-left-radius: 95px;
    border-top-left-radius: 95px;
    padding: 80px 15px 70px;
  }
}
.index-corp__att {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 16rem;
  text-align: center;
  line-height: 1;
  margin-bottom: -114px;
}
.index-corp__att span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.index-corp__att span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.index-corp__att span.-space {
  display: inline;
}
.index-corp__att span:not(.-active) {
  opacity: 0;
}
.index-corp__att.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .index-corp__att {
    font-size: 12rem;
  }
}
@media screen and (max-width:768px) {
  .index-corp__att {
    font-size: 5.8rem;
    margin-bottom: -49px;
  }
}
.index-corp__title {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 81px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .index-corp__title {
    font-size: 1.8rem;
    margin-bottom: 46px;
  }
}
.index-corp__img {
  max-width: 1240px;
  margin: 0 auto 57px;
  overflow: hidden;
}
.index-corp__img img {
  transform: scale(1.15);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), opacity 0.3s ease-out;
  opacity: 0;
}
.index-corp__img.-active img {
  transform: scale(1);
  opacity: 1;
}
.index-corp__img img {
  border-radius: 20px;
}
.index-corp__text {
  font-size: 1.8rem;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:768px) {
  .index-corp__text {
    font-size: 1.4rem;
  }
}
.index-corp__btn {
  width: 380px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:960px) {
  .index-corp__btn {
    width: 305px;
  }
}
.index-corp__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.index-corp__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.instagram {
  padding: 120px 15px 160px;
  background: url(../img/yellow-accenttop.png) no-repeat top right, url(../img/yellow-accentbottom.png) no-repeat bottom right;
}
@media screen and (max-width:960px) {
  .instagram {
    padding: 60px 15px 100px;
    background-size: 95px;
  }
}
.instagram__title {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 8rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 76px;
}
.instagram__title span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.instagram__title span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.instagram__title span.-space {
  display: inline;
}
.instagram__title span:not(.-active) {
  opacity: 0;
}
.instagram__title.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:768px) {
  .instagram__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.instagram__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-inline: auto;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .instagram__list {
    gap: 12px;
  }
}
.instagram__item {
  width: 25%;
}
@media screen and (max-width:768px) {
  .instagram__item {
    width: calc(50% - 15px);
  }
}

.sb_instagram_header, #sb_instagram #sbi_load {
  display: none;
}

.about-intro {
  padding-bottom: 140px;
  background: url(../img/yellow-accentbottom.png) no-repeat bottom right;
  background-size: 450px;
}
@media screen and (max-width:960px) {
  .about-intro {
    background-size: 95px;
    padding: 0 15px 100px;
  }
}
.about-intro__title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width:768px) {
  .about-intro__title {
    font-size: 2.2rem;
  }
}
.about-intro__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .about-intro__list {
    gap: 15px;
  }
}
.about-intro__item {
  width: 580px;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.about-intro__item.-active {
  opacity: 1;
}
.about-intro__item.-bottom {
  transform: translateY(-40px);
}
.about-intro__item.-bottom.-active {
  transform: translateY(0);
}
.about-intro__item.-top {
  transform: translateY(40px);
}
.about-intro__item.-top.-active {
  transform: translateY(0);
}
.about-intro__item.-left {
  transform: translateX(-40px);
}
.about-intro__item.-left.-active {
  transform: translateX(0);
}
.about-intro__item.-right {
  transform: translateX(40px);
}
.about-intro__item.-right.-active {
  transform: translateX(0);
}
.about-intro__item:last-of-type {
  transition-delay: 0.3s;
}
@media screen and (max-width:960px) {
  .about-intro__item:last-of-type {
    transition-delay: unset;
  }
}

.about-content {
  position: relative;
  padding: 150px 15px;
}
@media screen and (max-width:960px) {
  .about-content {
    padding: 80px 15px;
  }
}
.about-content.-orange {
  background: #FFC115;
  border-top-left-radius: 450px;
  border-bottom-left-radius: 450px;
}
@media screen and (max-width:960px) {
  .about-content.-orange {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}
.about-content.-last {
  border-bottom-left-radius: 0;
}
.about-content:not(.-orange) {
  background: url(../img/yellow-accenttop.png) no-repeat top right, url(../img/yellow-accentbottom.png) no-repeat bottom right;
}
@media screen and (max-width:960px) {
  .about-content:not(.-orange) {
    background-size: 95px;
  }
}
.about-content__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:960px) {
  .about-content__inner {
    flex-direction: column-reverse;
  }
}
.about-content__left {
  width: 600px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-content__note {
  position: absolute;
  top: -56px;
  left: -78px;
  rotate: -5deg;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-content__note {
    font-size: 6.5rem;
    top: -20px;
    left: -10px;
    rotate: -6deg;
  }
}
.about-content__noteInner {
  font-family: "Borel", cursive;
  color: #FFD35A;
  font-size: 16rem;
  line-height: 1;
  white-space: nowrap;
}
.about-content__noteInner span {
  display: inline-block;
  transform: translateY(5px);
  opacity: 0;
}
.about-content__noteInner span:nth-of-type(1) {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(2) {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(3) {
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(4) {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(5) {
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(6) {
  transition-duration: 0.4s;
  transition-delay: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(7) {
  transition-duration: 0.4s;
  transition-delay: 0.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(8) {
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(9) {
  transition-duration: 0.4s;
  transition-delay: 0.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(10) {
  transition-duration: 0.4s;
  transition-delay: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(11) {
  transition-duration: 0.4s;
  transition-delay: 1.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(12) {
  transition-duration: 0.4s;
  transition-delay: 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(13) {
  transition-duration: 0.4s;
  transition-delay: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(14) {
  transition-duration: 0.4s;
  transition-delay: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(15) {
  transition-duration: 0.4s;
  transition-delay: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(16) {
  transition-duration: 0.4s;
  transition-delay: 1.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(17) {
  transition-duration: 0.4s;
  transition-delay: 1.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(18) {
  transition-duration: 0.4s;
  transition-delay: 1.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(19) {
  transition-duration: 0.4s;
  transition-delay: 1.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(20) {
  transition-duration: 0.4s;
  transition-delay: 2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(21) {
  transition-duration: 0.4s;
  transition-delay: 2.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(22) {
  transition-duration: 0.4s;
  transition-delay: 2.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(23) {
  transition-duration: 0.4s;
  transition-delay: 2.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(24) {
  transition-duration: 0.4s;
  transition-delay: 2.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(25) {
  transition-duration: 0.4s;
  transition-delay: 2.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(26) {
  transition-duration: 0.4s;
  transition-delay: 2.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(27) {
  transition-duration: 0.4s;
  transition-delay: 2.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(28) {
  transition-duration: 0.4s;
  transition-delay: 2.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(29) {
  transition-duration: 0.4s;
  transition-delay: 2.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(30) {
  transition-duration: 0.4s;
  transition-delay: 3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(31) {
  transition-duration: 0.4s;
  transition-delay: 3.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(32) {
  transition-duration: 0.4s;
  transition-delay: 3.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(33) {
  transition-duration: 0.4s;
  transition-delay: 3.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(34) {
  transition-duration: 0.4s;
  transition-delay: 3.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(35) {
  transition-duration: 0.4s;
  transition-delay: 3.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(36) {
  transition-duration: 0.4s;
  transition-delay: 3.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(37) {
  transition-duration: 0.4s;
  transition-delay: 3.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(38) {
  transition-duration: 0.4s;
  transition-delay: 3.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(39) {
  transition-duration: 0.4s;
  transition-delay: 3.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(40) {
  transition-duration: 0.4s;
  transition-delay: 4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(41) {
  transition-duration: 0.4s;
  transition-delay: 4.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(42) {
  transition-duration: 0.4s;
  transition-delay: 4.2s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(43) {
  transition-duration: 0.4s;
  transition-delay: 4.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(44) {
  transition-duration: 0.4s;
  transition-delay: 4.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(45) {
  transition-duration: 0.4s;
  transition-delay: 4.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(46) {
  transition-duration: 0.4s;
  transition-delay: 4.6s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(47) {
  transition-duration: 0.4s;
  transition-delay: 4.7s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(48) {
  transition-duration: 0.4s;
  transition-delay: 4.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span:nth-of-type(49) {
  transition-duration: 0.4s;
  transition-delay: 4.9s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.18, 0.85, 0.85, 0.94);
}
.about-content__noteInner span.-space {
  display: inline;
}
.about-content__noteInner span:not(.-active) {
  opacity: 0;
}
.about-content__noteInner.-active span {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width:960px) {
  .about-content__noteInner {
    font-size: 10rem;
  }
}
@media screen and (max-width:768px) {
  .about-content__noteInner {
    font-size: 6.5rem;
  }
}
.about-content__title {
  color: #000;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 33px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .about-content__title {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}
.about-content__list {
  position: relative;
  z-index: 3;
}
.about-content__listItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFF url(../img/about-check.svg) no-repeat top 16px left 20px;
  padding: 14px 5px 14px 56px;
  border-radius: 27.5px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.about-content__listItem:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .about-content__listItem {
    font-size: 1.6rem;
    padding-left: 49px;
  }
}
.about-content__right {
  width: 600px;
  max-width: 100%;
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .about-content__right {
    width: 250px;
  }
}
.about-content__right img {
  border-radius: 50%;
}

.about-ex {
  padding: 180px 15px 190px;
  background: url(../img/yellow-accenttop-return.png) no-repeat top left;
  background-size: 450px;
}
@media screen and (max-width:960px) {
  .about-ex {
    background-size: 95px;
    padding: 100px 15px;
  }
}
.about-ex__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 55px;
  margin-bottom: 80px;
}
@media screen and (max-width:960px) {
  .about-ex__item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.about-ex__item:last-of-type {
  margin-bottom: 0;
}
.about-ex__img {
  width: 570px;
  max-width: 100%;
  overflow: hidden;
}
.about-ex__img img {
  transform: scale(1.15);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), opacity 0.3s ease-out;
  opacity: 0;
}
.about-ex__img.-active img {
  transform: scale(1);
  opacity: 1;
}
.about-ex__img img {
  border-radius: 20px;
}
.about-ex__right {
  width: 570px;
  max-width: 100%;
}
.about-ex__note {
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .about-ex__note {
    transform: scale(0.8);
    transform-origin: left top;
    margin-bottom: 10px;
  }
}
.about-ex__text {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .about-ex__text {
    font-size: 1.6rem;
  }
}
.about-ex__btn {
  width: 380px;
  height: 64px;
  margin-top: 30px;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .about-ex__btn {
    margin-inline: auto;
  }
}
.about-ex__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #FFF url(../img/about-arrow.svg) no-repeat center right 20px;
  border: 1px solid #000;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.about-ex__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.scene-content {
  padding: 0 15px 240px;
}
@media screen and (max-width:960px) {
  .scene-content {
    padding-bottom: 100px;
  }
}
.scene-content__title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width:768px) {
  .scene-content__title {
    font-size: 2.2rem;
  }
}
.scene-content__subtitle {
  background: #000;
  color: #FFF;
  font-weight: 700;
  border-radius: 18px;
  padding: 17px 30px;
  margin-bottom: 45px;
}
@media screen and (max-width:960px) {
  .scene-content__subtitle {
    margin-bottom: 35px;
  }
}
.scene-content__box {
  max-width: 100%;
  width: 1400px;
  margin-inline: auto;
  margin-bottom: 105px;
}
.scene-content__box.-last {
  margin-bottom: 0;
}
.scene-content__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width:960px) {
  .scene-content__wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.scene-content__item {
  width: 441px;
  max-width: 100%;
}
.scene-content__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .scene-content__text {
    font-size: 1.6rem;
  }
}
.scene-content__img {
  margin-bottom: 30px;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 440/308;
  overflow: hidden;
  border-radius: 8px;
}
.scene-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width:960px) {
  .scene-content__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .scene-content__img {
    max-width: 250px;
    margin-inline: auto;
  }
}

.privacy {
  padding-bottom: 95px;
}
.privacy__inner {
  padding: 0 15px;
  max-width: 100%;
  width: 1000px;
  margin-inline: auto;
}
.privacy__title {
  background: #000;
  color: #FFF;
  font-weight: 700;
  border-radius: 18px;
  padding: 17px 30px;
  margin-bottom: 34px;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .privacy__title {
    font-size: 2rem;
    padding: 10px 20px;
  }
}
.privacy__text {
  margin-bottom: 54px;
}

.policy__item {
  margin-bottom: 60px;
}
.policy__item:last-of-type {
  margin-bottom: 0;
}
.policy__subtitle {
  background: #FFC115;
  color: #000;
  font-weight: 700;
  border-radius: 18px;
  padding: 20px 30px;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .policy__subtitle {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}

.content .info {
  padding: 0 15px 118px;
}
@media screen and (max-width:960px) {
  .content .info {
    padding-bottom: 80px;
  }
}
.content .info__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .info__note {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .content .info__note {
    scale: 0.8;
    transform-origin: bottom;
  }
}
.content .info__title {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width:768px) {
  .content .info__title {
    font-size: 2.1rem;
  }
}
.content .info__item {
  margin-bottom: 46px;
}
.content .info__item:last-of-type {
  margin-bottom: 0;
}
.content .info__subtitle {
  background: #FFC115;
  color: #000;
  font-weight: 700;
  border-radius: 18px;
  padding: 20px 30px;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .content .info__subtitle {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
.content .info__vision {
  line-height: 2.5;
}
@media screen and (max-width:768px) {
  .content .info__vision {
    line-height: 1.875;
  }
}
.content .info__target {
  margin-bottom: 43px;
}
@media screen and (max-width:960px) {
  .content .info__target {
    margin-bottom: 30px;
  }
}
.content .info__targetTitle {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .content .info__targetTitle {
    font-size: 1.8rem;
  }
}
.content .info__target.-last {
  margin-bottom: 0;
}
.content .info__greeting {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:960px) {
  .content .info__greeting {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.content .info__greetingLeft {
  max-width: 100%;
  width: 451px;
  overflow: hidden;
}
.content .info__greetingLeft img {
  transform: scale(1.15);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), opacity 0.3s ease-out;
  opacity: 0;
}
.content .info__greetingLeft.-active img {
  transform: scale(1);
  opacity: 1;
}
.content .info__greetingLeft img {
  border-radius: 20px;
}
.content .info__greetingRight {
  max-width: 100%;
  width: 517px;
}
@media screen and (max-width:960px) {
  .content .info__greetingRight {
    width: 100%;
  }
}
.content .info__greetingName {
  margin-top: 25px;
  line-height: 1.875;
}
.content .info__tableItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width:960px) {
  .content .info__tableItem {
    flex-direction: column;
  }
}
.content .info__tableLeft, .content .info__tableRight {
  padding: 24px 3px;
}
.content .info__tableLeft {
  width: 325px;
  font-weight: 700;
  color: #FF8001;
}
@media screen and (max-width:960px) {
  .content .info__tableLeft {
    padding-bottom: 0;
  }
}
.content .info__tableList {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width:960px) {
  .content .info__tableList {
    flex-direction: column;
    gap: 10px;
  }
}
.content .info__tableList-item:nth-of-type(1) {
  width: 404px;
}
.content .info__tableList-item strong {
  display: block;
  margin-bottom: 7px;
}
.content .info__tableList-item span {
  font-weight: 700;
  display: inline-block;
  margin-right: 16px;
}

.content .corp {
  padding: 0 15px 105px;
}
@media screen and (max-width:960px) {
  .content .corp {
    padding-bottom: 80px;
  }
}
.content .corp__top {
  max-width: 1000px;
  margin-inline: auto;
}
.content .corp__banner {
  margin-bottom: 55px;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.3, 1);
  opacity: 0;
}
.content .corp__banner.-active {
  opacity: 1;
}
.content .corp__banner.-bottom {
  transform: translateY(-40px);
}
.content .corp__banner.-bottom.-active {
  transform: translateY(0);
}
.content .corp__banner.-top {
  transform: translateY(40px);
}
.content .corp__banner.-top.-active {
  transform: translateY(0);
}
.content .corp__banner.-left {
  transform: translateX(-40px);
}
.content .corp__banner.-left.-active {
  transform: translateX(0);
}
.content .corp__banner.-right {
  transform: translateX(40px);
}
.content .corp__banner.-right.-active {
  transform: translateX(0);
}
@media screen and (max-width:960px) {
  .content .corp__banner {
    margin-bottom: 30px;
  }
}
.content .corp__banner:last-of-type {
  margin-bottom: 0;
}
.content .corp__link {
  display: block;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.content .corp__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.content .corp__btn {
  width: 492px;
  height: 64px;
  margin: 106px auto 0;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .content .corp__btn {
    margin-inline: auto;
    margin-top: 50px;
  }
}
.content .corp__btnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #FFF url(../img/about-arrow.svg) no-repeat center right 20px;
  border: 1px solid #000;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.content .corp__btnLink:hover {
  transform: scale(0.9);
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .content .corp__btnLink {
    font-size: 1.2rem;
  }
}

.corp-flow {
  padding: 0 15px 112px;
}
.corp-flow__inner {
  width: 100%;
  max-width: 1290px;
  margin-inline: auto;
}
.corp-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}
.corp-flow__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:960px) {
  .corp-flow__item {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
  }
}
.corp-flow__left {
  width: 387px;
  max-width: 100%;
  position: relative;
}
.corp-flow__left::after {
  content: url(../img/corp_flow-arrow.svg);
  position: absolute;
  bottom: -18px;
  left: calc(50% - 16px);
}
@media screen and (max-width:960px) {
  .corp-flow__left::after {
    content: none;
  }
}
.corp-flow__left.-last:after {
  content: none;
}
.corp-flow__right {
  width: 843px;
  max-width: 100%;
  padding-top: 20px;
}
.corp-flow__subtitle {
  background: #FFC115;
  color: #000;
  font-weight: 700;
  border-radius: 18px;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .corp-flow__subtitle {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
.corp-flow__btn {
  width: 492px;
  height: 64px;
  margin: 95px auto 0;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .corp-flow__btn {
    margin-inline: auto;
    margin-top: 50px;
  }
}
.corp-flow__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #FFF url(../img/about-arrow.svg) no-repeat center right 20px;
  border: 1px solid #000;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.corp-flow__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .corp-flow__link {
    font-size: 1.2rem;
  }
}

.corp-item {
  padding: 0 15px 165px;
}
@media screen and (max-width:960px) {
  .corp-item {
    padding-bottom: 100px;
  }
}
.corp-item__inner {
  max-width: 100%;
  width: 1240px;
  margin-inline: auto;
}
.corp-item__title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  .corp-item__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.corp-item__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1240px;
  margin-inline: auto;
  margin-bottom: 54px;
}
@media screen and (max-width:960px) {
  .corp-item__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width:768px) {
  .corp-item__list {
    max-width: 340px;
    margin-inline: auto;
    justify-content: flex-start;
  }
}
.corp-item__list-item {
  width: 280px;
  height: 280px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.corp-item__list-item:nth-of-type(1) {
  background: url(../img/item-tshirt.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(2) {
  background: url(../img/item-drytshirt.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(3) {
  background: url(../img/item-poroshirt.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(4) {
  background: url(../img/item-nagasode.png) no-repeat center;
  background-size: 127%;
}
.corp-item__list-item:nth-of-type(5) {
  background: url(../img/item-parker.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(6) {
  background: url(../img/item-swet.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(7) {
  background: url(../img/item-pants.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(8) {
  background: url(../img/item-outer.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(9) {
  background: url(../img/item-bag.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(10) {
  background: url(../img/item-cap.png) no-repeat center;
  background-size: cover;
}
.corp-item__list-item:nth-of-type(11) {
  background: url(../img/item-cup.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:960px) {
  .corp-item__list-item {
    width: 165px;
    height: 165px;
  }
}
.corp-item__list-item span {
  width: 180px;
  height: 40px;
  background: #000;
  border-radius: 20px;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:960px) {
  .corp-item__list-item span {
    width: 130px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.corp-item__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 15px;
  gap: 59px;
  border-radius: 20px;
  background: #FFC115;
}
@media screen and (max-width:960px) {
  .corp-item__cta {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 45px 15px;
  }
}
.corp-item__left {
  width: 544px;
  max-width: 100%;
}
.corp-item__leftItem {
  font-size: 2.2rem;
  font-weight: 700;
  background: url(../img/corp-item-arrow.svg) no-repeat top 8px left;
  padding-left: 30px;
}
@media screen and (max-width:768px) {
  .corp-item__leftItem {
    font-size: 1.7rem;
    background-size: 14px;
    padding-left: 20px;
  }
}
.corp-item__btn {
  width: 492px;
  height: 64px;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .corp-item__btn {
    margin-inline: auto;
  }
}
.corp-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #FFF url(../img/about-arrow.svg) no-repeat center right 20px;
  border: 1px solid #000;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.corp-item__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .corp-item__link {
    font-size: 1.2rem;
  }
}

.order {
  padding-bottom: 120px;
}
@media screen and (max-width:960px) {
  .order {
    padding-bottom: 80px;
  }
}
.order__top {
  max-width: 1400px;
  margin-inline: auto;
  padding: 0 15px;
}
.order__topBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 130px;
}
@media screen and (max-width:960px) {
  .order__topBox {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
}
.order__topTitle {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 65px;
}
@media screen and (max-width:768px) {
  .order__topTitle {
    font-size: 2.1rem;
  }
}
.order__topItem {
  width: 440px;
  border: 5px solid #FFC115;
  border-radius: 20px;
  padding: 42px 15px 60px;
}
@media screen and (max-width:960px) {
  .order__topItem {
    padding: 22px 10px 30px;
  }
}
.order__topItem:last-of-type {
  padding-top: 63px;
}
@media screen and (max-width:960px) {
  .order__topItem:last-of-type {
    padding-top: 22px;
  }
}
@media screen and (max-width:960px) {
  .order__topItem {
    max-width: 100%;
  }
}
.order__topNote {
  text-align: center;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 35px;
  background: url(../img/order-titlearrow.svg) no-repeat center bottom;
}
@media screen and (max-width:768px) {
  .order__topNote {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.order__topSubtitle {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .order__topSubtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .order__topSubtitle {
    font-size: 1.8rem;
  }
}
.order__topImg {
  max-width: 320px;
  margin-inline: auto;
  overflow: hidden;
}
.order__topImg img {
  transform: scale(1.15);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.1, 0.2, 0.3, 1), opacity 0.3s ease-out;
  opacity: 0;
}
.order__topImg.-active img {
  transform: scale(1);
  opacity: 1;
}
.order__flow {
  padding: 0 15px;
}
.order__flowTitle {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 70px;
}
@media screen and (max-width:768px) {
  .order__flowTitle {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.order__flowBox {
  max-width: 927px;
  margin-inline: auto;
  margin-bottom: 70px;
}
@media screen and (max-width:960px) {
  .order__flowBox {
    margin-bottom: 50px;
  }
}
.order__flowItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.order__flowItem:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:960px) {
  .order__flowItem {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.order__flowLeft {
  width: 262.5px;
  max-width: 100%;
}
.order__flowRight {
  width: 572px;
  max-width: 100%;
  background: #FFC115;
  border-radius: 18px;
  padding: 45px 57px;
  position: relative;
}
@media screen and (max-width:768px) {
  .order__flowRight {
    padding: 25px;
  }
}
.order__flowRight:before {
  content: url(../img/corp-flow-yellow.svg);
  position: absolute;
  top: 23px;
  left: -26px;
}
@media screen and (max-width:960px) {
  .order__flowRight:before {
    top: -28px;
    left: 50px;
    rotate: 90deg;
  }
}
.order__flowRight:after {
  content: url(../img/corp-flow-arrow.svg);
  position: absolute;
  bottom: -30%;
  left: calc(50% - 16px);
}
@media screen and (max-width:960px) {
  .order__flowRight:after {
    bottom: -24%;
  }
}
.order__flowRight.-arrow:after {
  bottom: -37%;
}
@media screen and (max-width:960px) {
  .order__flowRight.-arrow:after {
    bottom: -28%;
  }
}
.order__flowRight.-last:after {
  content: none;
}
.order__flowSubtitle {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.order__btn {
  width: 340px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
}
.order__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #000 url(../img/white-arrow.svg) no-repeat center right 20px;
  font-weight: 700;
  color: #FFF;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.order__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.ex {
  padding: 0 15px 90px;
}
.ex__inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
.ex__item {
  margin-bottom: 80px;
}
@media screen and (max-width:960px) {
  .ex__item {
    margin-bottom: 55px;
  }
}
.ex__title {
  background: #000;
  color: #FFF;
  font-weight: 700;
  border-radius: 18px;
  padding: 17px 30px;
  margin-bottom: 34px;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .ex__title {
    font-size: 1.8rem;
    padding: 15px 20px;
  }
}
.ex__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:960px) {
  .ex__bottom {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.ex__left {
  width: 450px;
  max-width: 100%;
}
.ex__right {
  width: 513px;
  max-width: 100%;
}
.ex__seika {
  margin-bottom: 17px;
}
.ex__text {
  width: 486px;
  min-height: 127px;
  max-width: 100%;
  background: #FFC115;
  border-radius: 18px;
  padding: 25px 27px;
  position: relative;
  margin-left: auto;
  margin-bottom: 28px;
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0;
}
.ex__text.-active {
  animation: baBouncy 0.8s linear 0s 1 forwards;
}
@media screen and (max-width:960px) {
  .ex__text {
    min-height: unset;
  }
}
@media screen and (max-width:768px) {
  .ex__text {
    padding: 20px;
    font-size: 1.6rem;
  }
}
.ex__text:before {
  content: url(../img/corp-flow-yellow.svg);
  position: absolute;
  top: 23px;
  left: -26px;
}
@media screen and (max-width:960px) {
  .ex__text:before {
    top: -28px;
    left: 50px;
    rotate: 90deg;
  }
}
.ex__listItem {
  font-weight: 700;
  background: url(../img/about-check.svg) no-repeat top 2px left;
  padding-left: 30px;
  background-size: 22px;
  margin-bottom: 13px;
}
.ex__listItem:last-of-type {
  margin-bottom: 0;
}
.ex__btn {
  width: 492px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
}
.ex__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #FFF url(../img/about-arrow.svg) no-repeat center right 20px;
  border: 1px solid #000;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.ex__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .ex__link {
    font-size: 1.2rem;
  }
}

.content .thanks {
  padding: 0 15px 225px;
}
@media screen and (max-width:960px) {
  .content .thanks {
    padding-bottom: 100px;
  }
}
.content .thanks__text {
  text-align: center;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 103px;
}
@media screen and (max-width:768px) {
  .content .thanks__text {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
}
.content .thanks__text span {
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .content .thanks__text span {
    font-size: 1.4rem;
  }
}
.content .thanks__btn {
  width: 340px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
}
.content .thanks__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #000 url(../img/white-arrow.svg) no-repeat center right 20px;
  font-weight: 700;
  color: #FFF;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.content .thanks__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.contact {
  padding-bottom: 190px;
}
@media screen and (max-width:960px) {
  .contact {
    padding-bottom: 100px;
  }
}
.contact__title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 59px;
}
@media screen and (max-width:768px) {
  .contact__title {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.contact__title.-material {
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .contact__title.-material {
    font-size: 1.9rem;
  }
}
.contact__btn {
  width: 492px;
  height: 64px;
  max-width: calc(100% - 30px);
  margin-inline: auto;
  margin-bottom: 67px;
}
@media screen and (max-width:960px) {
  .contact__btn {
    margin-inline: auto;
  }
}
.contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #FFF url(../img/about-arrow.svg) no-repeat center right 20px;
  border: 1px solid #000;
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.contact__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .contact__link {
    font-size: 1.2rem;
  }
}
.contact__form {
  padding: 0 15px;
}

form {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 24px;
}
.form-group.-last {
  margin-bottom: 52px;
}
@media screen and (max-width:960px) {
  .form-group.-last {
    margin-bottom: 0;
  }
}
.form-group.-radio {
  display: flex;
  gap: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .form-group.-radio {
    gap: 40px;
  }
}
.form-group.-design .wpcf7-list-item.first {
  margin-left: 0;
}
.form-group.-design .wpcf7-list-item.last {
  margin-left: 50px;
}
.form-group.-design .wpcf7-radio {
  margin-top: 7px;
}
.form-group .note {
  font-weight: 700;
}
.form-group__design {
  display: flex;
  gap: 70px;
}
@media screen and (max-width:768px) {
  .form-group__design {
    gap: 40px;
  }
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  label {
    font-size: 1.7rem;
  }
}

.item-list .wpcf7-list-item {
  margin: 0 0 0 5em;
}
.item-list .wpcf7-list-item.first {
  margin-left: 0;
}
.item-list .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
  gap: 55px 45px;
  margin-top: 16px;
}
@media screen and (max-width:960px) {
  .item-list .wpcf7-checkbox {
    gap: 20px;
  }
}
.item-list .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(1) label {
  background: url(../img/item-tshirt.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2) label {
  background: url(../img/item-drytshirt.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(3) label {
  background: url(../img/item-poroshirt.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(4) label {
  background: url(../img/item-nagasode.png) no-repeat center;
  background-size: 127%;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(5) label {
  background: url(../img/item-parker.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(6) label {
  background: url(../img/item-swet.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(7) label {
  background: url(../img/item-pants.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(8) label {
  background: url(../img/item-outer.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(9) label {
  background: url(../img/item-bag.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(10) label {
  background: url(../img/item-cap.png) no-repeat center;
  background-size: cover;
}
.item-list .wpcf7-checkbox .wpcf7-list-item:nth-of-type(11) label {
  background: url(../img/item-cup.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width:960px) {
  .item-list {
    gap: 20px;
  }
}
.item-list label {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  border-radius: 20px;
  padding: 12px 2px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  margin-bottom: 0;
}
.item-list label:nth-of-type(1) {
  background: url(../img/item-tshirt.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(2) {
  background: url(../img/item-drytshirt.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(3) {
  background: url(../img/item-poroshirt.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(4) {
  background: url(../img/item-nagasode.png) no-repeat center;
  background-size: 127%;
}
.item-list label:nth-of-type(5) {
  background: url(../img/item-parker.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(6) {
  background: url(../img/item-swet.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(7) {
  background: url(../img/item-pants.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(8) {
  background: url(../img/item-outer.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(9) {
  background: url(../img/item-bag.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(10) {
  background: url(../img/item-cap.png) no-repeat center;
  background-size: cover;
}
.item-list label:nth-of-type(11) {
  background: url(../img/item-cup.png) no-repeat center;
  background-size: cover;
}
.item-list label span {
  display: inline-block;
  padding: auto;
  background: #000;
  border-radius: 20px;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 38px;
}
.item-list label input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.item-list label:has(input:checked) {
  border: 1px solid #ff6600;
}

.page-template-page-corp_contact .form-group br {
  display: none;
}
.form-group:has(input[type=file]) {
  position: relative;
}
.form-group label[for=upload] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--text-dark);
}
.form-group .note {
  font-size: 14px;
  color: var(--text-dark);
  margin: 8px 0 15px 0;
  line-height: 1.5;
}
.form-group .note:last-of-type {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 10px;
  margin-bottom: 0;
}

input[type=file] {
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
input[type=file]::file-selector-button {
  color: var(--text-dark);
  padding: 14px 24px;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 10px;
  width: 274px;
}
@media screen and (max-width:768px) {
  input[type=file]::file-selector-button {
    width: 180px;
    font-size: 1.6rem;
    padding: 7px 24px;
  }
}
input[type=file]::file-selector-button:hover, input[type=file]::-webkit-file-upload-button:hover {
  transform: scale(0.9);
  text-decoration: none;
}
input[type=file]:focus-visible {
  opacity: 0.6;
}

.selected-file-display {
  margin-top: 15px;
  padding: 12px 16px;
  background: #F0F7FF;
  border: 1px solid #D1E7FF;
  border-radius: 8px;
  font-size: 14px;
  color: var(--text-dark);
  display: none;
}
.selected-file-display.show {
  display: block;
}
.selected-file-display .file-name {
  font-weight: 600;
  color: var(--primary-orange);
}
.selected-file-display .file-size {
  color: var(--text-muted);
  margin-left: 8px;
}

.file-error-display {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #CC0000;
  font-size: 13px;
  display: none;
}
.file-error-display.show {
  display: block;
}

.required, .optional {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 6px;
  border-radius: 6px;
  margin-right: 6px;
}
@media screen and (max-width:768px) {
  .required, .optional {
    font-size: 1.2rem;
    padding: 1px 4px;
  }
}

.optional {
  background: #E2E2E2;
  color: #000;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #000;
  background: #FFF;
  border-radius: 20px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 7px;
}
.page-template-page-corp_contact input[type=text],
.page-template-page-corp_contact input[type=tel],
.page-template-page-corp_contact input[type=email],
.page-template-page-corp_contact textarea {
  margin-top: 0;
}

input[type=radio] {
  position: relative;
  top: -3px;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #000;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  transition: 0.2s;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: none;
  border-color: #000;
}
input[type=checkbox][type=checkbox],
input[type=radio][type=checkbox] {
  border-radius: 6px;
}
input[type=checkbox][type=checkbox]:checked::after,
input[type=radio][type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
input[type=checkbox][type=radio],
input[type=radio][type=radio] {
  border-radius: 50%;
}
input[type=checkbox][type=radio]:checked::after,
input[type=radio][type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

textarea {
  height: 150px;
  resize: vertical;
}

.check-group {
  margin: 20px 0 43px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.check-group .wpcf7-list-item {
  margin-left: 0;
}
.check-group label {
  font-weight: normal;
  margin: 0;
}

.submit-btn {
  width: 340px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: none;
  outline: none;
  background: #000 url(../img/white-arrow.svg) no-repeat center right 20px;
  font-weight: 700;
  color: #FFF;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.submit-btn:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.submit-btn:hover {
  cursor: pointer;
}
.submit-btn.-corp {
  margin-top: 85px;
}
@media screen and (max-width:960px) {
  .submit-btn.-corp {
    margin-bottom: 0;
  }
}

.media__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 15px 230px;
}
@media screen and (max-width:960px) {
  .media__inner {
    padding-bottom: 80px;
  }
}
.media__title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .media__title {
    font-size: 2.1rem;
    margin-bottom: 35px;
  }
}
.media__item {
  margin-bottom: 80px;
}
.media__item:last-of-type {
  margin-bottom: 0;
}
.media__subtitle {
  background: #000;
  color: #FFF;
  font-weight: 700;
  border-radius: 18px;
  padding: 17px 30px;
  margin-bottom: 33px;
}
.media__date {
  margin-bottom: 15px;
}
.media__text {
  margin-bottom: 33px;
}
.media__img {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.media__img img {
  border-radius: 20px;
}

.content .pickup {
  padding: 0 15px 140px;
}
@media screen and (max-width:960px) {
  .content .pickup {
    padding-bottom: 80px;
  }
}
.content .pickup__cattitle {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 59px;
}
@media screen and (max-width:768px) {
  .content .pickup__cattitle {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.content .pickup__btn {
  width: 380px;
  height: 64px;
  max-width: 100%;
}
@media screen and (max-width:960px) {
  .content .pickup__btn {
    margin-inline: auto;
  }
}
.content .pickup__btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 54px;
}
@media screen and (max-width:960px) {
  .content .pickup__btnWrap {
    flex-direction: column;
    gap: 30px;
  }
}
.content .pickup__box {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  background: #FFF;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 57px;
}
@media screen and (max-width:960px) {
  .content .pickup__box {
    padding: 40px 25px;
  }
}
.content .pickup__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #000 url(../img/pickup-arrow.svg) no-repeat center right 18px;
  font-weight: 700;
  color: #FFF;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.content .pickup__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}
.content .pickup__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 39px;
  margin-bottom: 37px;
  border-bottom: 4px dotted #000;
  text-decoration: none;
}
.content .pickup__item:hover {
  text-decoration: none;
  opacity: 0.7;
}
.content .pickup__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width:960px) {
  .content .pickup__item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 25px;
  }
}
.content .pickup__left {
  width: 352px;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .content .pickup__left {
    max-width: 250px;
  }
}
.content .pickup__left img {
  border-radius: 20px;
}
.content .pickup__right {
  width: 533px;
  max-width: 100%;
}
.content .pickup__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #7A7A7A;
  margin-bottom: 15px;
}
.content .pickup__title {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .content .pickup__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width:960px) {
  .content .pickup__note {
    margin-bottom: 40px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .wp-pagenavi {
  display: flex;
  gap: 15px;
  align-items: center;
  /* 省略記号が出る場合 */
}
.pagination .wp-pagenavi span.current,
.pagination .wp-pagenavi a.page,
.pagination .wp-pagenavi a.larger,
.pagination .wp-pagenavi a.nextpostslink,
.pagination .wp-pagenavi a.previouspostslink,
.pagination .wp-pagenavi a.last,
.pagination .wp-pagenavi a.first {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
}
.pagination .wp-pagenavi span.current:not(.current),
.pagination .wp-pagenavi a.page:not(.current),
.pagination .wp-pagenavi a.larger:not(.current),
.pagination .wp-pagenavi a.nextpostslink:not(.current),
.pagination .wp-pagenavi a.previouspostslink:not(.current),
.pagination .wp-pagenavi a.last:not(.current),
.pagination .wp-pagenavi a.first:not(.current) {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.pagination .wp-pagenavi span.current:not(.current):hover,
.pagination .wp-pagenavi a.page:not(.current):hover,
.pagination .wp-pagenavi a.larger:not(.current):hover,
.pagination .wp-pagenavi a.nextpostslink:not(.current):hover,
.pagination .wp-pagenavi a.previouspostslink:not(.current):hover,
.pagination .wp-pagenavi a.last:not(.current):hover,
.pagination .wp-pagenavi a.first:not(.current):hover {
  transform: scale(0.9);
  text-decoration: none;
}
.pagination .wp-pagenavi span.current.current,
.pagination .wp-pagenavi a.page.current,
.pagination .wp-pagenavi a.larger.current,
.pagination .wp-pagenavi a.nextpostslink.current,
.pagination .wp-pagenavi a.previouspostslink.current,
.pagination .wp-pagenavi a.last.current,
.pagination .wp-pagenavi a.first.current {
  background: #000;
  color: #fff;
  border-color: #000;
  cursor: default;
}
.pagination .wp-pagenavi span.current.nextpostslink, .pagination .wp-pagenavi span.current.previouspostslink,
.pagination .wp-pagenavi a.page.nextpostslink,
.pagination .wp-pagenavi a.page.previouspostslink,
.pagination .wp-pagenavi a.larger.nextpostslink,
.pagination .wp-pagenavi a.larger.previouspostslink,
.pagination .wp-pagenavi a.nextpostslink.nextpostslink,
.pagination .wp-pagenavi a.nextpostslink.previouspostslink,
.pagination .wp-pagenavi a.previouspostslink.nextpostslink,
.pagination .wp-pagenavi a.previouspostslink.previouspostslink,
.pagination .wp-pagenavi a.last.nextpostslink,
.pagination .wp-pagenavi a.last.previouspostslink,
.pagination .wp-pagenavi a.first.nextpostslink,
.pagination .wp-pagenavi a.first.previouspostslink {
  font-size: 18px;
  font-weight: bold;
}
.pagination .wp-pagenavi span.current:focus-visible,
.pagination .wp-pagenavi a.page:focus-visible,
.pagination .wp-pagenavi a.larger:focus-visible,
.pagination .wp-pagenavi a.nextpostslink:focus-visible,
.pagination .wp-pagenavi a.previouspostslink:focus-visible,
.pagination .wp-pagenavi a.last:focus-visible,
.pagination .wp-pagenavi a.first:focus-visible {
  outline: 3px solid #ff8c00;
  outline-offset: 2px;
}
.pagination .wp-pagenavi span.current:active:not(.current),
.pagination .wp-pagenavi a.page:active:not(.current),
.pagination .wp-pagenavi a.larger:active:not(.current),
.pagination .wp-pagenavi a.nextpostslink:active:not(.current),
.pagination .wp-pagenavi a.previouspostslink:active:not(.current),
.pagination .wp-pagenavi a.last:active:not(.current),
.pagination .wp-pagenavi a.first:active:not(.current) {
  transform: translateY(0);
  transition: transform 0.1s ease;
}
.pagination .wp-pagenavi span.current.disabled,
.pagination .wp-pagenavi a.page.disabled,
.pagination .wp-pagenavi a.larger.disabled,
.pagination .wp-pagenavi a.nextpostslink.disabled,
.pagination .wp-pagenavi a.previouspostslink.disabled,
.pagination .wp-pagenavi a.last.disabled,
.pagination .wp-pagenavi a.first.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .wp-pagenavi span.ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.content .pickup-single {
  padding: 0 15px 165px;
}
.content .pickup-single em {
  font-style: italic;
}
@media screen and (max-width:960px) {
  .content .pickup-single {
    padding-bottom: 80px;
  }
}
.content .pickup-single__inner {
  max-width: 100%;
  width: 1000px;
  margin-inline: auto;
}
.content .pickup-single__title {
  background: #000;
  color: #FFF;
  font-weight: 700;
  border-radius: 18px;
  padding: 17px 30px;
  margin-bottom: 25px;
}
.content .pickup-single__date {
  margin-bottom: 15px;
}
.content .pickup-single__btn {
  width: 340px;
  height: 64px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 83px;
}
.content .pickup-single__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #000 url(../img/white-arrow.svg) no-repeat center right 20px;
  font-weight: 700;
  color: #FFF;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.content .pickup-single__link:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.content .voice {
  padding: 0 15px 200px;
}
@media screen and (max-width:960px) {
  .content .voice {
    padding-bottom: 100px;
  }
}
.content .voice__box {
  margin-bottom: 60px;
}
.content .voice__inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
.content .voice__title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 70px;
}
@media screen and (max-width:768px) {
  .content .voice__title {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.content .voice__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 85px;
}
.content .voice__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:960px) {
  .content .voice__item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 70px;
  }
}
.content .voice__left {
  width: 450px;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .content .voice__left {
    width: 250px;
  }
}
.content .voice__left img {
  border-radius: 20px;
}
.content .voice__right {
  width: 486px;
  max-width: 100%;
}
.content .voice__subtitle {
  min-height: 103px;
  max-width: 100%;
  background: #FFC115;
  border-radius: 18px;
  padding: 27px 40px;
  position: relative;
  margin-left: auto;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0;
}
.content .voice__subtitle.-active {
  animation: baBouncy 0.8s linear 0s 1 forwards;
}
@media screen and (max-width:960px) {
  .content .voice__subtitle {
    min-height: unset;
  }
}
@media screen and (max-width:768px) {
  .content .voice__subtitle {
    padding: 20px;
    font-size: 1.6rem;
  }
}
.content .voice__subtitle:before {
  content: url(../img/corp-flow-yellow.svg);
  position: absolute;
  top: 23px;
  left: -26px;
}
@media screen and (max-width:960px) {
  .content .voice__subtitle:before {
    top: -28px;
    left: 50px;
    rotate: 90deg;
  }
}

@keyframes baBouncy {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  15% {
    transform: scale(0.95, 0.95) translate(0%, 5%);
  }
  30% {
    transform: scale(1.1, 0.9) translate(0%, 10%);
    opacity: 1;
  }
  50% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */