@charset "UTF-8";
/*!
Theme Name: sonicboomentertainment2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sonicboomentertainment2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sonicboomentertainment2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  background: url(../img/pat_01.png) #000000;
  color: #ffffff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

header,
main,
footer {
  transition: opacity 0.4s ease;
}

.wf-loading header .font-eng,
.wf-loading main,
.wf-loading footer {
  opacity: 0;
}

.wf-active header .font-eng,
.wf-active main,
.wf-active footer {
  opacity: 1;
}

.wf-inactive header .font-eng,
.wf-inactive main,
.wf-inactive footer {
  opacity: 1;
}

ul,
li {
  list-style: none;
  margin-block-start: unset;
  margin-block-end: unset;
  padding-inline-start: unset;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s ease all;
}

button {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

main:not(#home) {
  padding-top: 200px;
}
@media (max-width: 767px) {
  main:not(#home) {
    padding-top: 55px;
  }
}

.page-title {
  line-height: 1;
  text-align: center;
  font-size: 100px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .page-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.page-title-ja {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.22em;
}
@media (max-width: 767px) {
  .page-title-ja {
    font-size: 11px;
  }
}

.font-eng {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  line-height: 1.2;
}

.container-full {
  max-width: 2560px;
  padding-inline: 20px;
  margin-inline: auto;
}

.container-1280 {
  max-width: 1280px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (max-width: 1679px) {
  .container-1280 {
    max-width: 960px;
  }
}

.form-container-1280 {
  max-width: 1280px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (max-width: 1679px) {
  .form-container-1280 {
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .form-container-1280 {
    padding-inline: 20px;
  }
}

.component-link {
  --component-link-color: #f3f4f0;
  line-height: 1;
}
.component-link a {
  width: 100%;
  max-width: 228px;
  display: inline-flex;
  flex-direction: column;
  color: var(--component-link-color);
  text-decoration: none;
  transition: 0.2s ease all;
}
.component-link a:hover {
  opacity: 0.6;
}
.component-link-parts-top {
  display: inline-flex;
  align-items: center;
  margin-bottom: 29px;
  font-size: 28px;
}
.component-link-parts-top .font-eng {
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .component-link-parts-top {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .component-link-parts-top {
    margin-bottom: 7px;
    font-size: 11px;
  }
}
.component-link-parts-top::after {
  display: block;
  content: "";
  width: 188px;
  height: 1px;
  background-color: var(--component-link-color);
  margin-left: 12px;
}
@media (max-width: 767px) {
  .component-link-parts-top::after {
    width: 60px;
  }
}
.component-link-parts-btm {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
}
@media (max-width: 1679px) {
  .component-link-parts-btm {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .component-link-parts-btm {
    font-size: 11px;
  }
}
.component-link-parts-btm::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--component-link-color);
}
.component-link-parts-btm span {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
}
.component-link-parts-btm span::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--component-link-color);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .component-link-parts-btm span::after {
    width: 10px;
  }
}

.component-contact-btn {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  color: #ffffff;
  padding: 10px 23px 9px;
  text-decoration: none;
  line-height: 0.8;
  display: inline-flex;
  background: #ea04fc;
  background: linear-gradient(90deg, #ea04fc 0%, #9236d6 49%, #79e1e5 100%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .component-contact-btn {
    font-size: 17px;
    padding: 4px 11px;
    line-height: 1;
  }
}
.component-contact-btn:hover {
  opacity: 0.6;
  transition: 0.2s ease all;
}

.bg-ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bg-ttl > div {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.bg-ttl > div.left {
  align-items: start;
  margin-right: auto;
  text-align: left;
}
.bg-ttl > div.right {
  align-items: end;
  margin-left: auto;
  text-align: right;
}
.bg-ttl > div.top {
  margin-top: auto;
  margin-bottom: 20px;
}
.bg-ttl > div.border-blue {
  border-bottom: 12px solid #00ffff;
}
@media (max-width: 767px) {
  .bg-ttl > div.border-blue {
    border-bottom: 2px solid #00ffff;
  }
}
.bg-ttl > div.border-purple {
  border-bottom: 12px solid #e207f9;
}
@media (max-width: 767px) {
  .bg-ttl > div.border-purple {
    border-bottom: 2px solid #e207f9;
  }
}
.bg-ttl > div > span {
  -webkit-text-stroke: 2px rgba(243, 244, 240, 0.2);
  color: transparent;
  line-height: 1.4;
  letter-spacing: 0;
  text-indent: 0;
  transform: skew(-10deg);
}
@media (max-width: 767px) {
  .bg-ttl > div > span {
    -webkit-text-stroke: 1px rgba(243, 244, 240, 0.4);
  }
}

.form-label.required::after {
  content: "必須";
  display: inline-block;
  background: rgb(229.5, 25.5, 25.5);
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 15px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 53px;
  }
}
.footer-top {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.footer-top .logo-box {
  width: 300px;
}
@media (max-width: 767px) {
  .footer-top .logo-box {
    width: 120px;
  }
}
.footer-top .sns-box {
  width: 40px;
}
@media (max-width: 767px) {
  .footer-top .sns-box {
    width: 14px;
  }
}
.footer-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 30px;
  font-size: 30px;
  line-height: 1;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer-nav {
    column-gap: 1em;
    margin-bottom: 33px;
  }
}
.footer-nav li:last-of-type {
  width: 100%;
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .footer-nav li:last-of-type {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-nav li:not(:last-of-type) {
    display: none;
  }
}
.footer-btm {
  margin-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .footer-btm {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.access-data {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .access-data {
    gap: 40px;
  }
}
.access-data__info {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .access-data__info {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.access-data__info__address {
  font-size: 27px;
  line-height: 2;
}
@media (max-width: 1679px) {
  .access-data__info__address {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .access-data__info__address {
    font-size: 11px;
  }
}
.access-data__map {
  position: relative;
  width: 100%;
}
.access-data__map .g-mapbox {
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .access-data__map .g-mapbox {
    padding-bottom: 400px;
  }
}
.access-data__map .map-widget__inner {
  background-color: #ffffff;
  margin: 10px;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}
.access-data__map .map-widget__inner__place-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.access-data__map .map-widget__inner__place-card__ttl {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.access-data__map .map-widget__inner__place-card__address {
  font-size: 12px;
  color: #5b5b5b;
}
.access-data__map .map-widget__inner__link {
  display: inline-block;
  font-size: 12px;
  color: #1a73e8;
  margin: 20px auto 0px 0px;
}

.copyright {
  font-size: 22px;
  color: #adadad;
}
@media (max-width: 1679px) {
  .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

/*
=====
ここからヘッダーのcss
=====
*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  font-size: 34px;
  color: #ffffff;
  background-color: #000000;
  height: 110px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .header {
    font-size: 18px;
    height: 70px;
  }
}
@media (max-width: 1279px) {
  .header {
    height: 70px;
  }
}
.header a {
  text-decoration: none;
}
.header__contact {
  display: inline-block;
  line-height: 1.6;
  padding: 2px 20px;
  background: linear-gradient(45deg, #ea04fc, #9236d6, #79e1e5);
  color: #ffffff;
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .header__inner {
    padding-left: 10px;
  }
}
.header__inner__logo {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  width: 200px;
  position: relative;
  z-index: 2;
  margin-right: auto;
}
@media (max-width: 1679px) {
  .header__inner__logo {
    width: 140px;
  }
}
.header__inner__logo > img {
  width: 100%;
  height: 100%;
}
.header__inner__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .header__inner__list {
    display: none;
  }
}
.header__inner__list a {
  color: inherit;
}
.header__inner__menu {
  position: relative;
  width: 35px;
  height: 100%;
  max-height: 48px;
  margin-inline: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .header__inner__menu {
    width: 30px;
  }
}
.header__inner__menu::before, .header__inner__menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transform-origin: center center;
  transition: transform 0.2s, background-color 0.2s;
}
.header__inner__menu::before {
  top: 16px;
}
.header__inner__menu::after {
  bottom: 16px;
}
.header__inner__menu-close {
  z-index: 2;
  display: none;
  color: #adadad;
}
.menu-open .header__inner__menu::before, .menu-open .header__inner__menu::after {
  background-color: #adadad;
}
.menu-open .header__inner__menu::before {
  top: 23px;
  transform: rotate(-35deg);
}
.menu-open .header__inner__menu::after {
  bottom: 23px;
  transform: rotate(35deg);
}
.menu-open .header__inner__menu-close {
  display: block;
}
.header__nav-modal {
  color: #adadad;
  background: url(../img/pat_01.png) #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.4s, transform 0.4s;
  font-size: 60px;
}
@media (max-width: 1679px) {
  .header__nav-modal {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header__nav-modal {
    font-size: 22px;
  }
}
.menu-open .header__nav-modal {
  opacity: 1;
  transform: translateY(0);
}
.header__nav-modal__inner {
  position: relative;
  z-index: 2;
}
.header__nav-modal__inner__list a {
  color: #adadad;
}
.header__nav-modal__inner__other-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-block: 20px;
}
.header__nav-modal__inner__other-links .header__contact {
  font-size: 0.8em;
}
.header__nav-modal__bg {
  z-index: 1;
  font-size: clamp(134px, 8vw, 220px);
}
@media (max-width: 1679px) {
  .header__nav-modal__bg {
    font-size: clamp(60px, 8vw, 135px);
  }
}
@media (max-width: 767px) {
  .header__nav-modal__bg {
    font-size: clamp(34px, 8vw, 60px);
  }
}
.header__nav-modal__bg__inner__border {
  position: relative;
}
.header__nav-modal__bg__inner__border::after {
  content: "";
  display: block;
  width: 85%;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: -5%;
  background: #ea04fc;
  background: linear-gradient(90deg, #ea04fc 0%, #9236d6 49%, #79e1e5 100%);
  transform: skew(10deg);
}
@media (max-width: 767px) {
  .header__nav-modal__bg__inner__border::after {
    height: 2px;
  }
}
.header__x-link {
  display: inline-block;
  width: 40px;
}
@media (max-width: 767px) {
  .header__x-link {
    width: 20px;
  }
}

/*
=====
ここまでヘッダーのcss
=====
*/
/*
=====
ここからCONTACTのcss
=====
*/
.contact {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100svh - 110px);
}
@media (max-width: 1679px) {
  .contact {
    height: calc(100svh - 70px);
  }
}
@media (max-width: 1679px) {
  .contact {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .contact {
    height: auto;
    position: static;
  }
}
.contact-wrapper {
  height: 200vh;
  position: relative;
}
@media (max-width: 767px) {
  .contact-wrapper {
    height: auto;
  }
}
.contact__heading {
  width: 100%;
  margin-bottom: 40px;
  font-size: 80px;
}
@media (max-width: 767px) {
  .contact__heading {
    font-size: 37px;
  }
}
.contact__content {
  width: 100%;
  padding-left: max(20px, (100% - 1280px + 40px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .contact__content {
    padding-left: max(20px, (100% - 960px + 40px) / 2);
  }
}
.contact__content__scroll-navigation {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  padding: 20px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 20px;
  opacity: 0.8;
  transition: 0.2s ease all;
}
@media (max-width: 767px) {
  .contact__content__scroll-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.contact__content__scroll-navigation.scrolled {
  opacity: 0;
}
.contact__content__scroll-navigation > img {
  width: 50px;
}
.contact__content__scroll-navigation__text {
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
}
.contact__content__list {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact__content__list {
    overflow-x: auto;
    padding-right: 20px;
  }
}
.contact__content__list i {
  display: inline-flex;
  align-items: center;
  font-size: 50px;
}
@media (max-width: 1679px) {
  .contact__content__list i {
    font-size: 30px;
  }
}
.contact__content__list__item {
  width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .contact__content__list__item {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .contact__content__list__item {
    width: 260px;
  }
}
.contact__content__list__item__flow {
  font-size: 50px;
  background-color: #000000;
  color: #f3f4f0;
  text-align: center;
  padding-block: 5px;
}
@media (max-width: 1679px) {
  .contact__content__list__item__flow {
    font-size: 28px;
  }
}
.contact__content__list__item__content {
  height: 100%;
  padding: 30px;
}
@media (max-width: 1679px) {
  .contact__content__list__item__content {
    padding: 20px;
  }
}
.contact__content__list__item__content__ttl__jp {
  font-size: 33px;
  font-weight: bold;
}
@media (max-width: 1679px) {
  .contact__content__list__item__content__ttl__jp {
    font-size: 22px;
  }
}
.contact__content__list__item__content__ttl__eng {
  font-size: 22px;
  color: #adadad;
}
@media (max-width: 1679px) {
  .contact__content__list__item__content__ttl__eng {
    font-size: 17px;
  }
}
.contact__content__list__item__content__desc {
  font-size: 22px;
  line-height: 2;
  margin-block: 20px;
}
@media (max-width: 1679px) {
  .contact__content__list__item__content__desc {
    font-size: 14px;
  }
}
.contact__content__list__item__content__desc-list {
  font-size: 22px;
  background-color: #dadada;
  padding: 20px 30px 80px;
  border-radius: 8px;
}
@media (max-width: 1679px) {
  .contact__content__list__item__content__desc-list {
    font-size: 14px;
    padding: 20px 20px 30px;
  }
}
.contact__content__list__item__content__desc-list > li {
  list-style-type: disc;
  list-style-position: inside;
}
.contact__content__list__item__content__link {
  margin-block: 20px;
}
.contact__content__list__item:last-of-type {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

/*
=====
ここまでCONTACTのcss
=====
*/