@charset "UTF-8";
/*!
Theme Name: vikings
Author: Sato Hideaki
Author URI: https://www.satohideaki.jp/
Description: 東洋大学Vikings専用テーマです。ブレイクポイントは840pxで、タブレット縦とスマホ、タブレット横とPCで画面を分けています。
Version: 1.0
*/
@font-face {
  font-family: "LINESeedJP"; /* 好きな名前をつける */
  src: url("./assets/font/LINESeedJP_20241105/WOFF2/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("./assets/font/LINESeedJP_20241105/WOFF/LINESeedJP_OTF_Eb.woff") format("woff"), url("./assets/font/LINESeedJP_20241105/EOT/LINESeedJP_TTF_Eb.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
* body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}
* ul, * li {
  list-style: none;
}
* a {
  text-decoration: none;
  color: inherit;
}
* img {
  display: block;
}
@media screen and (min-width: 841px) {
  * .pcHidden {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  * .spHidden {
    display: none;
  }
}
* section {
  padding: 2rem 0;
}
* .sectionTitle {
  text-align: center;
  padding-bottom: 2rem;
  font-family: "LINESeedJP", sans-serif;
}
@media screen and (min-width: 841px) {
  * .sectionTitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 840px) {
  * .sectionTitle {
    font-size: 2rem;
  }
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background: linear-gradient(to right bottom, #FFCC00, #460E44 65%);
}
header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerInner .headerLeft {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .headerInner .headerLeft .logo, header .headerInner .headerLeft .custom-logo {
  width: 4rem;
  height: auto;
}
header .headerInner .headerLeft .teamName {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 840px) {
  header .headerInner .headerLeft .teamName span {
    display: block;
  }
}
header .headerInner .headerLeft .teamName .teamNameUpper {
  font-size: 1.3rem;
}
header .headerInner .headerLeft .teamName .teamNameUnder {
  font-size: 0.8rem;
}
header .headerInner .headerLeft .teamName .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
header .headerInner nav {
  color: #FFCC00;
  font-family: "LINESeedJP", sans-serif;
}
@media screen and (max-width: 840px) {
  header .headerInner nav {
    box-sizing: border-box;
    padding: 1rem 2rem 3rem 2rem;
    background-color: #460E44;
    position: fixed;
    z-index: 15;
    width: 100%;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.7s;
    filter: brightness(0.3);
  }
  header .headerInner nav.showMenu {
    transform: translateX(0);
    filter: brightness(1);
  }
  header .headerInner nav.showMenu + .hamburger span {
    top: 50%;
  }
  header .headerInner nav.showMenu + .hamburger span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .headerInner nav.showMenu + .hamburger span:nth-child(2) {
    opacity: 0;
  }
  header .headerInner nav.showMenu + .hamburger span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .headerInner nav .navTitle {
    font-size: 2rem;
    font-weight: bold;
  }
  header .headerInner nav .navList {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  header .headerInner nav .navList a {
    display: block;
    border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
  }
}
@media screen and (min-width: 841px) {
  header .headerInner nav .navList {
    display: flex;
    gap: 2rem;
  }
  header .headerInner nav .navList a {
    border-bottom: 3px transparent solid;
    transition: 0.4s;
  }
  header .headerInner nav .navList a:hover {
    border-bottom: 0.1rem #ffffff solid;
  }
}
header .headerInner .hamburger {
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 4rem;
}
header .headerInner .hamburger span:nth-child(1) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 2rem + 1rem);
  width: 100%;
  height: 0.3rem;
  background-color: #FFCC00;
}
header .headerInner .hamburger span:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 2rem + 2rem);
  width: 100%;
  height: 0.3rem;
  background-color: #FFCC00;
}
header .headerInner .hamburger span:nth-child(3) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 2rem + 3rem);
  width: 100%;
  height: 0.3rem;
  background-color: #FFCC00;
}

@media screen and (max-width: 840px) {
  .overlay {
    position: fixed;
    inset: 0; /* top, right, bottom, left: 0; の省略形 */
    background: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
    opacity: 0;
    pointer-events: none; /* 非表示時はクリック無効 */
    transition: 0.7s;
    z-index: 5; /* nav より下・ハンバーガーより下に調整 */
  }
  .overlay.dark {
    opacity: 1;
    pointer-events: auto; /* クリック有効化 */
  }
}
.hero {
  position: relative;
  z-index: -1;
  padding: 0;
  font-family: "LINESeedJP", sans-serif;
}
.hero:has(.topHero) .wp-block-cover__image-background {
  height: 100dvh !important;
}
@media screen and (min-width: 841px) {
  .hero:has(.topHero) .wp-block-cover__inner-container p, .hero:has(.topHero) .wp-block-cover__inner-container img {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 840px) {
  .hero:has(.topHero) .wp-block-cover__inner-container p, .hero:has(.topHero) .wp-block-cover__inner-container img {
    padding-bottom: 4.5rem;
  }
}
.hero .wp-block-cover {
  padding: 0 !important;
  min-height: auto !important;
}
.hero .wp-block-cover .wp-block-cover__image-background {
  height: 60dvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: static !important;
}
.hero .wp-block-cover .wp-block-cover__inner-container {
  background: linear-gradient(to bottom, transparent 5%, rgba(70, 14, 68, 0.4) 30%, rgba(70, 14, 68, 0.9) 80%, #460E44 100%);
  position: absolute !important;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .hero .wp-block-cover .wp-block-cover__inner-container p {
    padding: 4rem;
  }
  .hero .wp-block-cover .wp-block-cover__inner-container figure {
    width: 50vw;
    margin: 0 0 0 0 !important;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero .wp-block-cover .wp-block-cover__inner-container p {
    padding: 3rem;
  }
  .hero .wp-block-cover .wp-block-cover__inner-container figure {
    width: 80vw;
    margin: 0 0 2.5rem 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .hero .wp-block-cover .wp-block-cover__inner-container p {
    padding: 2rem;
  }
  .hero .wp-block-cover .wp-block-cover__inner-container figure {
    width: 100%;
    margin: 0 0 2.5rem 0 !important;
  }
}
.hero .wp-block-cover .wp-block-cover__inner-container img {
  width: 100% !important;
}

footer {
  background-color: #460E44;
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
}
footer .footerTitle {
  text-align: center;
  font-weight: bold;
  padding: 2rem;
  font-size: 1.5rem;
}
footer .footerList {
  color: #FFCC00;
  display: flex;
}
@media screen and (min-width: 841px) {
  footer .footerList {
    margin: 0 auto;
    width: 800px;
    justify-content: center;
    gap: 3rem;
  }
  footer .footerList li a {
    border-bottom: 3px transparent solid;
    transition: 0.4s;
    position: relative;
  }
  footer .footerList li a:hover {
    border-bottom: 0.1rem #ffffff solid;
  }
}
@media screen and (max-width: 840px) {
  footer .footerList {
    flex-direction: column;
    margin: 0 2rem 0;
    gap: 2rem;
  }
  footer .footerList a {
    display: block;
    border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
  }
}
footer small {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 1rem 0 2rem;
}

#newInformation {
  scroll-margin-top: 80px;
}

.sns {
  background-color: #460E44;
  color: #ffffff;
}
.sns .sectionTitle {
  color: #ffffff;
}
.sns .snsIcons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 841px) {
  .sns .snsIcons {
    gap: 5rem;
  }
  .sns .snsIcons a {
    transition: 0.4s;
  }
  .sns .snsIcons a:hover {
    color: #FFCC00;
  }
  .sns .snsIcons a i {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 840px) {
  .sns .snsIcons {
    justify-content: space-around;
  }
  .sns .snsIcons i {
    font-size: 3rem;
  }
}

.topics {
  background-color: #460E44;
}
.topics .sectionTitle {
  color: #ffffff;
}
.topics .topicContentsList {
  display: flex;
}
@media screen and (min-width: 841px) {
  .topics .topicContentsList {
    justify-content: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 840px) {
  .topics .topicContentsList {
    flex-direction: column;
    gap: 2rem;
  }
}
.topics .topicContentsList .topicContent {
  background-color: #ffffff;
  padding: 1rem 2rem;
}
.topics .topicContentsList .topicContent img {
  margin: 0 auto;
  width: 50%;
}
.topics .topicContentsList .topicContent h3 {
  color: #460E44;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 0;
}
.topics .topicContentsList .topicContent .moreButton {
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0.5rem 5rem;
  background-color: #460E44;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 841px) {
  .topics .topicContentsList .topicContent .moreButton {
    border: 3px transparent solid;
  }
  .topics .topicContentsList .topicContent .moreButton:hover {
    color: #460E44;
    border: 3px #460E44 solid;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 840px) {
  .topics .topicContentsList .topicContent {
    margin: 0 3rem;
  }
}

.philosophy .philosophyTextContainer {
  background-image: url("./assets/images/sky_back.png");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 841px) {
  .philosophy .philosophyTextContainer {
    margin: 0 auto;
    width: 800px;
  }
}
@media screen and (max-width: 840px) {
  .philosophy .philosophyTextContainer {
    margin: 0 1rem;
    position: relative;
    z-index: -1;
  }
}
.philosophy .philosophyTextContainer .philosophyTexts {
  color: #ffffff;
  padding: 1rem;
  -webkit-backdrop-filter: blur(0.1rem) grayscale(100%) brightness(40%);
          backdrop-filter: blur(0.1rem) grayscale(100%) brightness(40%);
}
@media screen and (min-width: 841px) {
  .philosophy .philosophyTextContainer .philosophyTexts {
    font-size: 1.5rem;
    padding: 2.5rem;
  }
}

.history {
  background-color: #460E44;
  color: #ffffff;
}
.history .sectionTitle {
  color: #ffffff;
}
@media screen and (min-width: 841px) {
  .history .historyTable {
    max-width: 800px;
    margin: 0 auto;
  }
}
.history .historyTable td {
  border: none !important;
}

@media screen and (max-width: 840px) {
  .message .messageLayout {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 841px) {
  .message .messageLayout .messageBlock {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 840px) {
  .message .messageLayout .messageBlock {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 841px) {
  .message .messageLayout .messageBlock > .wp-block-group__inner-container {
    display: flex;
  }
}
.message .messageLayout .messageBlock > .wp-block-group__inner-container .wp-block-image {
  position: relative;
}
.message .messageLayout .messageBlock > .wp-block-group__inner-container .wp-block-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%) top, linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 30%) bottom, linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 30%) left, linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 30%) right;
  background-repeat: no-repeat;
  background-size: 100% 20%, 100% 20%, 20% 100%, 20% 100%;
}
.message .messageLayout .messageBlock > .wp-block-group__inner-container .wp-block-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 841px) {
  .message .messageLayout .messageBlock > .wp-block-group__inner-container .wp-block-image {
    flex: 1;
    margin: 0 0 3rem !important;
  }
}
@media screen and (min-width: 841px) {
  .message .messageLayout .messageBlock > .wp-block-group__inner-container .messageText {
    flex: 3;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 841px) {
  .message .messageLayout .messageBlock > .wp-block-group__inner-container:has(.captainMessageText) {
    flex-direction: row-reverse;
  }
}

.location {
  background-color: #460E44;
  color: #ffffff;
}
.location .sectionTitle {
  color: #ffffff;
}
.location .locationContents {
  font-size: 1.3rem;
}
@media screen and (min-width: 841px) {
  .location .locationContents {
    max-width: 1280px;
    margin: 0 auto;
  }
  .location .locationContents .locationMedia > div {
    display: flex;
  }
  .location .locationContents .locationMedia > div > div {
    width: 50%;
  }
  .location .locationContents .locationMedia > div > div iframe {
    height: 100%;
  }
}
@media screen and (max-width: 840px) {
  .location .locationContents {
    margin: 0 2rem;
  }
}
.location .locationContents iframe {
  width: 100%;
}

@media screen and (min-width: 841px) {
  .schedule .scheduleTable {
    max-width: 800px;
    margin: 0 auto;
  }
}
.schedule .scheduleTable thead {
  border: none;
}
.schedule .scheduleTable tr:nth-child(odd) {
  background-color: rgba(255, 204, 0, 0.2);
}
.schedule .scheduleTable tr:last-child td {
  border-bottom: 1px solid #d3d3d3;
}
.schedule .scheduleTable tr th {
  color: #ffffff;
  background-color: #460E44;
  border: none !important;
}
.schedule .scheduleTable tr td {
  border: 1px solid #d3d3d3;
  border-bottom: none;
  border-top: none;
}
@media screen and (max-width: 840px) {
  .schedule .scheduleTable tr td {
    font-size: 0.8rem;
  }
}

.member h2 {
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 1rem 3rem;
  background-color: #460E44;
  margin-bottom: 2rem;
}
.member .gallery-wrapper {
  margin-bottom: 2rem;
}
@media screen and (min-width: 841px) {
  .member .gallery-wrapper {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    max-width: 1536px;
    margin: 0 auto;
    gap: 1vw;
  }
}
@media screen and (max-width: 840px) {
  .member .gallery-wrapper {
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, auto));
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
}
.member .gallery-wrapper .galleryCard {
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  min-width: 0;
}
@media screen and (min-width: 841px) {
  .member .gallery-wrapper .galleryCard {
    width: 100%;
    aspect-ratio: 9/4;
  }
}
@media screen and (max-width: 840px) {
  .member .gallery-wrapper .galleryCard {
    width: 350px;
  }
}
.member .gallery-wrapper .galleryCard img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 4/5;
  width: 100%;
}
@media screen and (min-width: 841px) {
  .member .gallery-wrapper .galleryCard img {
    width: 10vw;
    height: 100%;
  }
}
@media screen and (max-width: 840px) {
  .member .gallery-wrapper .galleryCard img {
    max-width: 150px;
    height: 100%;
  }
}
.member .gallery-wrapper .galleryCard .galleryContent {
  min-width: 0;
  padding: 0 1rem;
  background-color: #460E44;
  letter-spacing: 0.3rem;
  color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.member .gallery-wrapper .galleryCard .galleryContent .upperContent {
  border-bottom: 2px solid #FFCC00;
  white-space: nowrap;
}
@media screen and (min-width: 841px) {
  .member .gallery-wrapper .galleryCard .galleryContent .upperContent {
    font-size: clamp(1rem, 1.4vw, 1.8rem);
  }
}
@media screen and (max-width: 840px) {
  .member .gallery-wrapper .galleryCard .galleryContent .upperContent {
    font-size: clamp(1rem, 3.8vw, 1.3rem);
  }
}
.member .gallery-wrapper .galleryCard .galleryContent .upperContent h3 {
  transform-origin: left center;
}
@media screen and (min-width: 841px) {
  .member .gallery-wrapper .galleryCard .galleryContent .underContent {
    margin-top: clamp(0.5rem, 1vw, 1.5rem);
    font-size: clamp(0.8rem, 1.2vw, 1.125rem);
  }
}
@media screen and (max-width: 840px) {
  .member .gallery-wrapper .galleryCard .galleryContent .underContent {
    margin-top: 1.5rem;
  }
}
.member .gallery-wrapper .galleryCard .galleryContent .underContent .grade-faculty {
  display: flex;
  gap: 1rem;
}
.member .gallery-wrapper .galleryCard .galleryContent .underContent .grade-faculty .grade {
  white-space: nowrap;
}
.member .gallery-wrapper .galleryCard .galleryContent .underContent .grade-faculty .faculty {
  overflow: hidden;
}
.member .gallery-wrapper .galleryCard .galleryContent .underContent .grade-faculty .faculty span {
  display: block;
  transform-origin: left center;
  white-space: nowrap;
}
.member .gallery-wrapper .galleryCard .galleryContent .underContent .almaMater {
  margin-top: 0.5rem;
}

.ad {
  background-color: #460E44;
}
.ad .adText {
  color: #ffffff;
  margin: 0 1rem;
  border: 3px #ffffff solid;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 841px) {
  .ad .adText {
    margin: 0 auto;
    width: 500px;
  }
}

.goods {
  display: grid;
}
@media screen and (min-width: 841px) {
  .goods {
    width: 90%;
    max-width: 1536px;
    margin: 0 auto;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 840px) {
  .goods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
.goods .goodsCard {
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 841px) {
  .goods .goodsCard {
    width: 90%;
    margin: 0 auto;
    gap: 2rem;
  }
}
@media screen and (max-width: 840px) {
  .goods .goodsCard {
    margin: 0 1rem;
    flex-direction: column;
    gap: 2rem;
    max-width: 300px;
  }
}
.goods .goodsCard figure {
  height: 50%;
}
.goods .goodsCard figure img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods .goodsCard h2 {
  text-align: center;
  color: #460E44;
  padding: 0.5rem 0;
  font-weight: bold;
}
.goods .goodsCard h2:nth-of-type(2) {
  text-decoration: underline;
}
@media screen and (min-width: 841px) {
  .goods .goodsCard h2 {
    font-size: clamp(1rem, 2vw, 2rem);
  }
}
.goods .goodsCard .moreButton {
  color: #ffffff;
  text-align: center;
  margin: 1rem auto 2rem;
  display: block;
  padding: 0.5rem 5rem;
  background-color: #460E44;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 841px) {
  .goods .goodsCard .moreButton {
    border: 3px transparent solid;
    cursor: pointer;
  }
  .goods .goodsCard .moreButton:hover {
    color: #460E44;
    border: 3px #460E44 solid;
    background-color: #ffffff;
  }
}
.goods .goodsCard p {
  padding: 0 2rem;
}
@media screen and (min-width: 841px) {
  .goods .goodsCard p {
    font-size: clamp(0.8rem, 1.2vw, 1.3rem);
    line-height: clamp(0.8rem, 3vw, 2.2rem);
  }
}

.blocker {
  z-index: 10 !important; /* modalがheaderよりも上にくるように */
}

@media screen and (min-width: 841px) {
  .contact .contactForm {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 840px) {
  .contact .contactForm {
    padding: 0 1rem;
  }
}
.contact .contactForm input[type=text], .contact .contactForm input[type=email] {
  padding: 0.5rem;
  border-radius: 10px;
  border: 3px solid #460E44;
}
.contact .contactForm textarea {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #460E44;
  padding: 0.5rem;
  box-sizing: border-box;
}
.contact .contactForm .submitCheck a {
  text-decoration: underline;
}
.contact .contactForm .submitCheck input[type=checkbox] {
  margin-right: 1rem;
}
.contact .contactForm input[type=submit] {
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  display: block;
  padding: 0.5rem 5rem;
  background-color: #460E44;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
  cursor: pointer;
}
.contact .contactForm input[type=submit]:disabled {
  color: #a3a3a3;
  background-color: #1b0519;
  cursor: not-allowed;
}
@media screen and (min-width: 841px) {
  .contact .contactForm input[type=submit] {
    border: 3px transparent solid;
  }
  .contact .contactForm input[type=submit]:not(:disabled):hover {
    color: #460E44;
    border: 3px #460E44 solid;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 840px) {
  .contact .contactForm input[type=submit] {
    margin: 2rem auto 0;
  }
}
.contact .contactForm .wpcf7 .wpcf7-form .wpcf7-response-output {
  width: 100%;
  border-radius: 10px;
  margin: 0;
  padding: 0.5rem;
}

.privacyMain {
  color: #ffffff;
  background-color: #460E44;
  padding: 7rem 2rem 0;
}
@media screen and (max-width: 840px) {
  .privacyMain {
    padding: 5rem 2rem 0;
  }
}
.privacyMain .privacy {
  width: 90%;
  margin: auto;
  max-width: 1536px;
  line-height: 2rem;
}
.privacyMain .privacy h1 {
  margin-bottom: 2rem;
}
.privacyMain .privacy h2 {
  margin-top: 2rem;
}

body.error404 {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
body.error404 main {
  flex: 1;
  background-image: url("./assets/images/sky_back.png");
  background-position: center -15rem;
}
body.error404 main section {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  -webkit-backdrop-filter: blur(0.4rem) brightness(120%);
          backdrop-filter: blur(0.4rem) brightness(120%);
}
body.error404 main section .error-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  box-shadow: 0 0 1rem #ffffff;
}
body.error404 main section .error-content h2 {
  font-family: "LINESeedJP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 840px) {
  body.error404 main section .error-content h2 {
    font-size: 5vw;
  }
}
body.error404 main section .error-content .page-content {
  font-size: 1.3rem;
}
@media screen and (max-width: 840px) {
  body.error404 main section .error-content .page-content {
    font-size: 3vw;
  }
}
body.error404 main section .error-content .returnButton {
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0.5rem 5rem;
  margin-top: 1rem;
  background-color: #460E44;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 841px) {
  body.error404 main section .error-content .returnButton {
    border: 3px transparent solid;
  }
  body.error404 main section .error-content .returnButton:hover {
    color: #460E44;
    border: 3px #460E44 solid;
    background-color: #ffffff;
  }
}/*# sourceMappingURL=style.css.map */