@charset "UTF-8";
/*-----------------------------------------------------------------------------
初期化
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, figure, p, dl, dt, dd {
  padding: 0;
  margin: 0;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------------------
break point
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
smooth scroll
-------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*-----------------------------------------------------------------------------
スライドイン
-------------------------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------
PC/SP
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/*-----------------------------------------------------------------------------
colors
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
font
-------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body {
    height: 100%;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------
ローダー
-------------------------------------------------------------------------------*/
.loading-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 1s;
  z-index: 1000;
}
.loading-content.js-loaded {
  opacity: 0;
  visibility: hidden;
}
.loading-content .loader {
  font-size: 18px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: flex;
  justify-content: center;
}
.loading-content .loader .loader-text {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}

/*-----------------------------------------------------------------------------
共通
-------------------------------------------------------------------------------*/
main {
  background: url("../img/bg_grid.png");
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
  padding-bottom: 4.375rem;
}

.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}

.section-subtitle {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 0.0625rem solid #000000;
  margin-bottom: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 0.6875rem;
    margin-bottom: 0.5rem;
  }
}

.section-title {
  z-index: 2;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .section-title {
    height: 2.375rem;
  }
}

.section-description {
  font-weight: 700;
  margin-top: 2.625rem;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .section-description {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
  }
}

.swiper-button {
  width: 3.25rem;
  height: 3.25rem;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .swiper-button {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.btn-red {
  background-color: #FF3342;
}
.btn-blue {
  background-color: #6397F2;
}
.btn-green {
  background-color: #46BE73;
}
.btn-purple {
  background-color: #A86AD3;
}
.btn-dashed {
  max-width: 20rem;
  width: 100%;
  padding: 0.3125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  margin: auto;
  border-radius: 2.65625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn-dashed {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-dashed {
    height: 3.1875rem;
  }
}
.btn-dashed span {
  border: 0.09375rem dashed #ffffff;
  border-radius: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------
アニメーション
-------------------------------------------------------------------------------*/
.floating {
  width: 100%;
  position: relative;
  z-index: 1;
  animation: floating 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating {
  0% {
    transform: translateY(-5%);
    margin-top: -3%;
  }
  100% {
    transform: translateY(5%);
    margin-top: 3%;
  }
}
.shake {
  animation: shake 1.5s infinite normal none running;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.bounce {
  opacity: 0;
}
.bounce.visible {
  opacity: 1;
  animation: bounce 500ms normal forwards ease-in-out;
}

@keyframes bounce {
  0% {
    transform: scale(0.2, 0.2) translate(0%, -40%);
  }
  40% {
    transform: scale(1.1, 1.1) translate(0%, 0%);
  }
  70% {
    transform: scale(0.9, 0.9) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*-----------------------------------------------------------------------------
kv
-------------------------------------------------------------------------------*/
.kv {
  min-height: 49.375rem;
  background-color: #FFB300;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kv .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv .slideshow {
  opacity: 0;
  height: 100%;
  object-fit: cover;
  animation: slideshow 20s infinite;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.kv .slideshow:nth-of-type(1) {
  animation-delay: 0s;
}
.kv .slideshow:nth-of-type(2) {
  animation-delay: 5s;
}
.kv .slideshow:nth-of-type(3) {
  animation-delay: 10s;
}
.kv .slideshow:nth-of-type(4) {
  animation-delay: 15s;
}
@keyframes slideshow {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  5% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    min-height: 39.375rem;
  }
}
.kv .kv-wrapper {
  z-index: 1;
  min-height: 49.375rem;
  width: 100%;
  height: 100%;
  background: url("../img/decoration01.png") center no-repeat;
  background-size: 96% auto;
}
@media screen and (max-width: 767px) {
  .kv .kv-wrapper {
    min-height: 39.375rem;
    background: url("../img/decoration01_sp.png") center no-repeat;
    background-size: cover;
  }
}
.kv .float-btn {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  background-color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kv .float-btn {
    left: 1.5rem;
    top: 1.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .float-btn {
    left: 0.75rem;
    top: 0.75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 1.5rem;
  }
}
.kv .float-btn a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kv .float-btn a img {
    height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .float-btn a img {
    height: 0.75rem;
  }
}
.kv .nav {
  z-index: 3;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .kv .nav {
    right: 0rem;
    top: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .nav {
    bottom: 0;
    width: 100%;
  }
}
.kv .nav ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .kv .nav ul {
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .nav ul {
    flex-direction: row;
  }
  .kv .nav ul li {
    flex-grow: 1;
  }
}
.kv .nav-item {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.875rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .kv .nav-item {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    width: 4rem;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 0.2375rem;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    padding-right: 0.625rem;
    letter-spacing: 0.125rem;
    display: flex;
    align-items: center;
    margin: 0.3125rem;
    border: 0.125rem dashed #ffffff;
    outline-style: solid;
    outline-width: 0.3125rem;
    transition: margin-left 300ms;
    margin-right: -1.25rem;
    text-align: center;
  }
  .kv .nav-item:hover {
    margin-left: -0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .nav-item {
    width: 100%;
    text-align: center;
    height: 2.375rem;
    display: flex;
    align-items: center;
    line-height: 0.875rem;
    justify-content: center;
    letter-spacing: -0.125rem;
  }
}
.kv .nav-item.red {
  background-color: #FF3342;
  outline-color: #FF3342;
}
.kv .nav-item.blue {
  background-color: #6397F2;
  outline-color: #6397F2;
}
.kv .nav-item.green {
  background-color: #46BE73;
  outline-color: #46BE73;
}
.kv .nav-item.purple {
  background-color: #A86AD3;
  outline-color: #A86AD3;
}
.kv .title-container {
  z-index: 1;
  display: flex;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .kv .title-container {
    left: 4.375rem;
    top: 15.9375rem;
    flex-direction: row-reverse;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .title-container {
    flex-direction: column;
    bottom: 6.875rem;
    left: 1.25rem;
    gap: 0.625rem;
  }
}
.kv .title-container .title {
  font-weight: bold;
  background-color: #FFB300;
  color: #ffffff;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .kv .title-container .title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.375rem;
    font-size: 2.5625rem;
    padding: 1.25rem 0.625rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .title-container .title {
    width: fit-content;
    font-size: 1.6875rem;
    padding: 0.3125rem 0.875rem;
    border-radius: 0.625rem;
  }
}
.kv-main {
  z-index: 2;
  width: 100%;
  height: 40vw;
  max-height: 32.5rem;
  margin-top: 7.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kv-main:nth-of-type(1) {
  background-image: url("../img/kv_mainA.png");
  z-index: 2;
  animation: fadeInOut 4s infinite;
}
.kv-main:nth-of-type(2) {
  background-image: url("../img/kv_mainB.png");
  z-index: 1;
}
@keyframes fadeInOut {
  0%, 45% {
    opacity: 1;
  }
  50%, 95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .kv-main {
    margin-top: 6.25rem;
    height: 17.5rem;
  }
}
.kv .decoration {
  padding-top: 3.125rem;
  padding-left: 0.625rem;
  padding-right: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/*-----------------------------------------------------------------------------
豊橋アソビバPROJECTって？
-------------------------------------------------------------------------------*/
.sec-whatis {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFB300;
  position: relative;
  margin-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  .sec-whatis {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.sec-whatis .section-header .section-title {
  height: 3.5rem;
}
.sec-whatis .section-content {
  width: 100%;
  display: flex;
  margin-top: 0.75rem;
  justify-content: center;
  background: url("../img/decoration02.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec-whatis .section-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-image: url("../img/decoration02_top_sp.png"), url("../img/decoration02_bottom_sp.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 13%, 13%;
    background-position: left top, right bottom;
  }
}
.sec-whatis .section-content .character {
  margin-left: -2.5rem;
  width: calc(10% + 1.25rem);
  max-width: 8.75rem;
  height: 100%;
  margin-top: -4.375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-whatis .section-content .character {
    position: absolute;
    top: 5.625rem;
    left: 24%;
    width: 10%;
    height: auto;
  }
}
.sec-whatis .section-content .description {
  max-width: 51.625rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .sec-whatis .section-content .description {
    margin-top: 0.5rem;
    line-height: 2rem;
    letter-spacing: -0.03125rem;
  }
}
.sec-whatis .section-content .description p {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-whatis .section-content .description p {
    flex-direction: column;
    text-align: center;
  }
}
.sec-whatis .decoration-wave {
  width: 100%;
  height: 4.875rem;
  position: absolute;
}
.sec-whatis .decoration-wave:nth-of-type(1) {
  top: -4.8125rem;
}
.sec-whatis .decoration-wave:nth-of-type(2) {
  bottom: -4.875rem;
}
@media screen and (max-width: 767px) {
  .sec-whatis .decoration-wave:nth-of-type(3) {
    bottom: -4.875rem;
  }
}
.sec-whatis .decoration {
  padding-top: 6.5625rem;
  padding-left: 5.125rem;
  padding-right: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/*-----------------------------------------------------------------------------
お知らせ
-------------------------------------------------------------------------------*/
.sec-news {
  margin-top: 10.5rem;
  margin-bottom: 5.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: url("../img/decoration03.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec-news {
    margin-top: 0;
    margin-bottom: 1.25rem;
    background: url("../img/decoration03_sp.png") center no-repeat;
    background-size: contain;
  }
}
.sec-news .section-header .character {
  position: absolute;
  top: -1.25rem;
  right: 5.625rem;
  z-index: 1;
  width: calc(10% + 1.25rem);
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sec-news .section-header .character {
    right: 1.25rem;
    width: calc(8% + 2.5rem);
  }
}
.sec-news .section-content {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-news .section-content {
    margin-top: 0.875rem;
  }
}
.sec-news .section-content .swiper-container {
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper {
    max-height: 37.5rem;
  }
}
.sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .item-container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .item-container {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link {
  border: 0.25rem solid #FFB300;
  border-radius: 1.75rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link {
    display: flex;
    flex-direction: column;
    height: 20.75rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    border-radius: 0.375rem;
    border-width: 0.1875rem;
    height: 5rem;
  }
}
.sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .thumbnail {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .thumbnail {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    height: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .thumbnail {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 7.5rem;
    height: 100%;
    grid-row: span 2/span 2;
  }
}
.sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .title {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .title {
    font-size: 0.75rem;
    margin-top: 0.375rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .date {
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  color: black;
  opacity: 0.42;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .sec-news .section-content .swiper-container .swiper-news .swiper-wrapper .swiper-slide .link .date {
    font-size: 0.625rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.sec-news .section-content .swiper-container .swiper-news-button-prev, .sec-news .section-content .swiper-container .swiper-news-button-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.sec-news .section-content .swiper-container .swiper-news-button-prev {
  left: -5rem;
  top: 9.375rem;
}
.sec-news .section-content .swiper-container .swiper-news-button-next {
  right: -5rem;
  top: 9.375rem;
}
.sec-news .section-content .swiper-container .swiper-pagination-bullet-active {
  background-color: #FFB300;
}
.sec-news .decoration {
  position: absolute;
  top: 1.875rem;
  width: 90%;
  z-index: 0;
}

/*-----------------------------------------------------------------------------
はじめて体験、ごっこ体験、アクティビティ・文化体験、アニバーサリー体験共通
-------------------------------------------------------------------------------*/
.experience-section-header {
  max-width: 68rem;
  display: flex;
  gap: 5.5rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .experience-section-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.experience-section-header .content {
  text-align: left;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.experience-section-header .content .title {
  max-width: 20rem;
  order: 1;
  grid-row: span 1/span 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content .title {
    margin-top: 0;
    max-width: 13.125rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
}
.experience-section-header .content .detail {
  margin-top: 3rem;
  order: 3;
  grid-row: span 2/span 2;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content .detail {
    margin-top: -3.75rem;
    z-index: 1;
  }
}
.experience-section-header .content .detail .target {
  margin-left: auto;
  border-width: 0.125rem;
  border-style: solid;
  border-radius: 1.5rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content .detail .target {
    background-color: #ffffff;
    font-size: 0.625rem;
    padding: 0.375rem 1rem;
    letter-spacing: 0.0625rem;
    margin-left: 0.75rem;
  }
}
.experience-section-header .content .detail .description {
  margin-top: 1.25rem;
  text-align: left;
  font-weight: 600;
  line-height: 1.875rem;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content .detail .description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 2.5rem;
  }
}
.experience-section-header .content .thumbnail {
  grid-row: span 3/span 3;
  margin: auto 0;
  order: 2;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content .thumbnail {
    z-index: 0;
    margin-top: -2.5rem;
  }
}
.experience-section-header .content .thumbnail img {
  width: 100%;
  max-width: 32.8125rem;
}
@media screen and (max-width: 767px) {
  .experience-section-header .content .thumbnail img {
    width: 18.75rem;
    height: 25rem;
    object-fit: contain;
  }
}

.experience-section-content {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .experience-section-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.experience-section-content .swiper-container {
  max-width: 62.5rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container {
    margin-top: 0;
  }
  .experience-section-content .swiper-container .swiper {
    overflow: unset;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .experience-section-content .swiper-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.experience-section-content .swiper-container .swiper-slide:first-child {
  grid-column: span 2/span 2;
}
.experience-section-content .swiper-container .swiper-slide .card {
  max-width: 30rem;
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container .swiper-slide .card {
    max-width: 18.75rem;
    width: 100%;
    margin-top: 0.75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.experience-section-content .swiper-container .swiper-slide .card .thumbnail {
  border-width: 0.25rem;
  border-style: solid;
  border-radius: 3rem;
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container .swiper-slide .card .thumbnail {
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 1.25rem;
  }
}
.experience-section-content .swiper-container .swiper-slide .card .title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container .swiper-slide .card .title {
    font-size: 1.125rem;
  }
}
.experience-section-content .swiper-container .swiper-slide .card .description {
  line-break: anywhere;
  margin-top: 0.3125rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .experience-section-content .swiper-container .swiper-slide .card .description {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container .swiper-slide .card .description {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .experience-section-content .swiper-container .swiper-slide .card .btn-dashed {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container .swiper-slide .card .btn-dashed {
    margin-bottom: 1.25rem;
  }
}
.experience-section-content .swiper-container .swiper-button {
  position: absolute;
  width: 3.125rem !important;
  height: 3.125rem !important;
  border-radius: 50%;
  top: 34%;
  border: 0.125rem solid #ffffff;
}
.experience-section-content .swiper-container .swiper-button img {
  width: 1.0625rem;
  height: auto;
}
.experience-section-content .swiper-container .swiper-button:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .experience-section-content .swiper-container .swiper-button {
    display: flex !important;
  }
}
.experience-section-content .swiper-container .swiper-button-prev {
  left: 0.75rem;
}
.experience-section-content .swiper-container .swiper-button-next {
  right: 0.75rem;
}
.experience-section-content .swiper-container .swiper-button-next img {
  transform: rotate(180deg);
}

/*-----------------------------------------------------------------------------
はじめて体験
-------------------------------------------------------------------------------*/
#はじめて体験 {
  padding-top: 3.75rem;
  padding-bottom: 6.875rem;
  margin-top: 11.25rem;
  background-image: url("../img/decoration04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #はじめて体験 {
    margin-top: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
  }
}
#はじめて体験 .experience-section-header .content .target {
  border-color: #FF3342;
}
#はじめて体験 .experience-section-header .content .character {
  position: absolute;
  bottom: -0.375rem;
  right: -2.5rem;
  width: calc(10% + 1.25rem);
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  #はじめて体験 .experience-section-header .content .character {
    right: 0;
    bottom: 7.5rem;
    width: calc(8% + 3.125rem);
    z-index: 1;
  }
}
#はじめて体験 .experience-section-content .swiper-container {
  background-image: url("../img/decoration04_star.png");
  background-repeat: no-repeat;
  background-position: right 0rem bottom;
  background-size: calc(3% + 1.5625rem);
}
@media screen and (min-width: 768px) {
  #はじめて体験 .experience-section-content .swiper-container {
    padding-bottom: 1.875rem;
  }
}
#はじめて体験 .experience-section-content .swiper-container .swiper-slide .card .thumbnail {
  border-color: #FF3342;
}
#はじめて体験 .experience-section-content .swiper-container .swiper-slide .card .title, #はじめて体験 .experience-section-content .swiper-container .swiper-slide .card .description {
  color: #FF3342;
}
#はじめて体験 .experience-section-content .swiper-container .swiper-button {
  background-color: #FF3342;
}

/*-----------------------------------------------------------------------------
ごっこ体験
-------------------------------------------------------------------------------*/
#ごっこ体験 {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background: url("../img/decoration05.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #ごっこ体験 {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#ごっこ体験 .experience-section-header {
  flex-direction: row-reverse;
}
#ごっこ体験 .experience-section-header .content .target {
  border-color: #6397F2;
}
#ごっこ体験 .experience-section-content .swiper-container .swiper-slide .card .thumbnail {
  border-color: #6397F2;
}
#ごっこ体験 .experience-section-content .swiper-container .swiper-slide .card .title, #ごっこ体験 .experience-section-content .swiper-container .swiper-slide .card .description {
  color: #6397F2;
}
#ごっこ体験 .experience-section-content .swiper-container .swiper-slide .card:nth-of-type(4) .thumbnail {
  object-fit: cover;
  object-position: top;
}
#ごっこ体験 .experience-section-content .swiper-container .swiper-button {
  background-color: #6397F2;
}

/*-----------------------------------------------------------------------------
アクティビティ・文化体験
-------------------------------------------------------------------------------*/
#アクティビティ {
  padding-top: 3.75rem;
  padding-bottom: 6.875rem;
  background: url("../img/decoration06.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #アクティビティ {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#アクティビティ .experience-section-header .content .target {
  border-color: #46BE73;
}
#アクティビティ .experience-section-content .swiper-container .swiper-slide .card .thumbnail {
  border-color: #46BE73;
}
#アクティビティ .experience-section-content .swiper-container .swiper-slide .card .title, #アクティビティ .experience-section-content .swiper-container .swiper-slide .card .description {
  color: #46BE73;
}
#アクティビティ .experience-section-content .swiper-container .swiper-button {
  background-color: #46BE73;
}

/*-----------------------------------------------------------------------------
アニバーサリー体験
-------------------------------------------------------------------------------*/
#アニバーサリー体験 {
  padding-top: 3.75rem;
  padding-bottom: 3.5rem;
  background: url("../img/decoration07.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #アニバーサリー体験 {
    display: block;
    padding-top: 2.5rem;
  }
}
#アニバーサリー体験 .experience-section-header {
  flex-direction: row-reverse;
}
#アニバーサリー体験 .experience-section-header .content .target {
  border-color: #A86AD3;
}
#アニバーサリー体験 .experience-section-content .swiper-container .swiper-slide .card .thumbnail {
  border-color: #A86AD3;
}
#アニバーサリー体験 .experience-section-content .swiper-container .swiper-slide .card .title, #アニバーサリー体験 .experience-section-content .swiper-container .swiper-slide .card .description {
  color: #A86AD3;
}
#アニバーサリー体験 .experience-section-content .swiper-container .swiper-button {
  background-color: #A86AD3;
}

/*-----------------------------------------------------------------------------
豊橋へのアクセス
-------------------------------------------------------------------------------*/
.sec-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background: url("../img/decoration08.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec-map {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.sec-map .section-content {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-map .section-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sec-map .section-content .map {
  width: 44.625rem;
  height: 28.5625rem;
  border: 0.375rem solid #FFB300;
  border-radius: 2.25rem;
}
@media screen and (max-width: 767px) {
  .sec-map .section-content .map {
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
  }
}

/*-----------------------------------------------------------------------------
おたのしみ
-------------------------------------------------------------------------------*/
.sec-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 10rem;
  position: relative;
  background: url("../img/decoration09.png") center no-repeat;
  background-size: contain;
}
.sec-content .section-header .character {
  position: absolute;
  top: 5rem;
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .sec-content .section-header .character {
    right: 11.25rem;
    width: calc(5% + 5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-content .section-header .character {
    right: 0.75rem;
    width: calc(5% + 2.5rem);
  }
}
.sec-content .section-content {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 1rem;
}
.sec-content .section-content .image-main {
  max-width: 44.625rem;
  width: 100%;
  height: auto;
  border: 0.375rem solid #FFB300;
  border-radius: 2.25rem;
}
.sec-content .section-content .btn-download {
  cursor: pointer;
  border: 0.0625rem solid #FFB300;
  background-color: orange;
  color: black;
  border-radius: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.sec-content .section-content .btn-download:hover {
  scale: 1.04;
}
@media screen and (min-width: 768px) {
  .sec-content .section-content .btn-download {
    height: 3.75rem;
    width: 17.75rem;
    font-size: 1.3125rem;
    box-shadow: 0.3125rem 0.4375rem 0 0 #D2882D;
    margin-top: -2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-content .section-content .btn-download {
    height: 2rem;
    width: 9.1875rem;
    font-size: 0.625rem;
    box-shadow: 0.125rem 0.25rem 0 0 #D2882D;
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-content .section-content .btn-download .btn-icon {
    height: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-content .section-content .btn-download .btn-icon {
    height: 0.5rem;
    margin-left: 0.5rem;
  }
}

/*-----------------------------------------------------------------------------
チームメンバー
-------------------------------------------------------------------------------*/
.sec-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 20rem;
  position: relative;
  background: url("../img/decoration10.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec-team {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.sec-team .section-header .character {
  position: absolute;
  top: calc(5% + 1rem);
  right: calc(56% + 8.75rem);
  width: calc(10% + 1.25rem);
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sec-team .section-header .character {
    left: 6%;
    top: 1.25rem;
    width: calc(5% + 2.5rem);
  }
}
.sec-team .section-content {
  width: 100%;
  margin-top: 1.25rem;
}
.sec-team .section-content .swiper-team-member {
  width: 100%;
}
.sec-team .section-content .swiper-team-member .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec-team .section-content .swiper-team-member .swiper-slide a {
  width: 100%;
}
.sec-team .section-content .swiper-team-member .swiper-slide a .thumbnail {
  width: 100%;
  height: 18.75rem;
  border-radius: 1.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec-team .section-content .swiper-team-member .swiper-slide a .thumbnail {
    border-radius: 1rem;
    height: 12.5rem;
  }
}
.sec-team .section-content .swiper-team-member .swiper-slide .title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .sec-team .section-content .swiper-team-member .swiper-slide .title {
    font-size: 1.125rem;
  }
}
.sec-team .section-content .swiper-team-member .swiper-slide .description {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.375rem;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  line-height: 1.5625rem;
  letter-spacing: -0.09375rem;
  color: #000000;
  text-align: left;
  min-height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-team .section-content .swiper-team-member .swiper-slide .description {
    letter-spacing: 0;
    font-size: 0.75rem;
  }
}
.sec-team .section-content .swiper-team-member .swiper-slide .url {
  font-size: 0.9375rem;
  color: #FFB300;
  align-self: self-start;
  margin-top: 0.25rem;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-team .section-content .swiper-team-member .swiper-slide .url {
    font-size: 0.75rem;
  }
}
.sec-team .section-content .swiper-team-member .swiper-team-member-button-prev, .sec-team .section-content .swiper-team-member .swiper-team-member-button-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.sec-team .section-content .swiper-team-member .swiper-team-member-button-prev {
  left: 1.25rem;
  top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec-team .section-content .swiper-team-member .swiper-team-member-button-prev {
    top: 5rem;
  }
}
.sec-team .section-content .swiper-team-member .swiper-team-member-button-next {
  right: 1.25rem;
  top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec-team .section-content .swiper-team-member .swiper-team-member-button-next {
    top: 5rem;
  }
}

/*-----------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
}
.footer .decoration {
  width: 100%;
}
.footer .character {
  z-index: 1;
  position: absolute;
  top: -6.25rem;
  width: 60%;
  max-width: 37.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .character {
    width: 60%;
    top: -1.875rem;
  }
}
.footer .copyright {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  margin-top: -0.0625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #FFB300;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.0625rem;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 0.625rem;
    padding-top: 4.375rem;
    padding-bottom: 1.25rem;
  }
}

/*# sourceMappingURL=style.css.map */
