@charset "UTF-8";
/*
Theme Name: Beach Marine Sports Festival
Theme URI:
Author: Okiyama Naoto
Author URI:
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: This theme, like WordPress, is licensed under the GPL.
*/
@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Barlow+Condensed:ital,wght@1,100&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;500&family=Zen+Kaku+Gothic+Antique&display=swap");
html {
  scroll-behavior: smooth;
}

.fadeInLeft.visible {
  -webkit-animation: fadeInLeft 2.5s ease 0s 1 normal;
          animation: fadeInLeft 2.5s ease 0s 1 normal;
}

/* fadeInLeft */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}
.fadeInRight.visible {
  -webkit-animation: fadeInRight 2.5s ease 0s 1 normal;
          animation: fadeInRight 2.5s ease 0s 1 normal;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
  }
}
.fadeInBottom.visible {
  -webkit-animation: fadeInBottom 2.5s ease 0s 1 normal;
          animation: fadeInBottom 2.5s ease 0s 1 normal;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
/* 横にスクロールさせるアニメーション */
@-webkit-keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
body {
  background-color: #2590be;
  margin: 0;
  color: #fff;
  font-family: noto sans jp;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

img {
  max-width: 100%;
}

.bg__01, .bg__02, .bg__03 {
  position: absolute;
  top: 0;
  left: 0;
  height: 90vh;
  width: 100vw;
}
.bg__01 {
  background: url(../images/sup__09.JPG) no-repeat center/cover;
  height: 100%;
  -webkit-animation: slide-animation-01 24s infinite;
          animation: slide-animation-01 24s infinite;
}
.bg__02 {
  background: url(../images/sup__06.JPG) no-repeat center/cover;
  height: 100%;
  -webkit-animation: slide-animation-02 24s infinite;
          animation: slide-animation-02 24s infinite;
}
.bg__03 {
  background: url(../images/seakayac__04.JPG) no-repeat center/cover;
  height: 100%;
  -webkit-animation: slide-animation-03 24s infinite;
          animation: slide-animation-03 24s infinite;
}

summary {
  cursor: pointer;
}

details.open .details-content {
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.header {
  max-width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.contentzone {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #e6800b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  padding: 10px 8px;
  width: 100vw;
}
.contentzone__homelogo {
  width: 100%;
  max-width: 150px;
  cursor: pointer;
}
.contentzone__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contentzone .entrybtn {
  display: none;
}
.contentzone .menuBtn {
  background-color: rgba(255, 255, 255, 0.3);
  width: 15%;
  aspect-ratio: 1;
  max-width: 60px;
  min-width: 60px;
  position: relative;
  right: 0;
  cursor: pointer;
  display: block;
  border-radius: 10px;
}
.contentzone .menuBtn span {
  display: block;
  width: 80%;
  max-width: 80px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 10%;
  transition: 0.5s;
}
.contentzone .menuBtn .leftdown {
  top: 30%;
  width: 50%;
}
.contentzone .menuBtn .center {
  top: 50%;
  width: 80%;
}
.contentzone .menuBtn .rightdown {
  top: 70%;
  width: 70%;
}
.contentzone .menuBtn.active span {
  right: 4%;
}
.contentzone .menuBtn.active .leftdown {
  transform: translateY(10px) rotate(45deg);
  width: 90%;
}
.contentzone .menuBtn.active .center {
  opacity: 0;
}
.contentzone .menuBtn.active .rightdown {
  transform: translateY(-10px) rotate(-45deg);
  width: 90%;
  top: 66%;
}

.hamwindow {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, right 0.3s ease-in-out, background-color 0.3s ease-in-out;
  height: 100vh;
  overflow-x: hidden;
}
.hamwindow.active {
  right: 0;
  z-index: 100;
  opacity: 1;
  background-color: rgba(41, 71, 129, 0.95);
}
.hamwindow__wrapper {
  width: 100%;
  position: absolute;
  top: 15%;
}
.hamwindow .link__list {
  margin-bottom: 1.875em;
  border-bottom: 1px solid #fff;
}
.hamwindow .link__list a {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  display: block;
  padding: 0 20px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hamwindow .link__list details {
  padding: 0 20px 10px;
}
.hamwindow .link__list details summary {
  margin-bottom: 1em;
}
.hamwindow .link__list details a {
  color: #fff;
  display: block;
  padding: 0 20px 5px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625em;
}
.hamwindow .link__list p {
  margin-top: 2%;
}
.hamwindow .entry {
  margin-top: 3.125em;
  margin: 0 auto;
  display: block;
  width: 80%;
}
.hamwindow .entry__list {
  margin-bottom: 1.875em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__catch {
  position: absolute;
  font-size: 4.375rem;
  text-align: right;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  right: 0;
  bottom: 0;
}
.header__catch span {
  padding: 5px 20px;
}

.background__sand {
  background-color: #f8ecd5;
  padding: 80px 0;
}

.about__inner {
  padding-top: 6.25em;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  width: 90%;
  display: block;
}
.about .area {
  margin-bottom: 1.875em;
}
.about .area__logo {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.about .area__text {
  font-size: 1em;
  text-align: left;
  line-height: 1.6em;
  line-height: 2rem;
  font-weight: 400;
  font-size: 1.125rem;
}
.about__image {
  text-align: center;
}

.freeimage {
  padding-bottom: 50px;
  background-color: #2590be;
}
.freeimage__image {
  width: 60%;
  margin-bottom: 15%;
}
.freeimage__image3 {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 15%;
}
.freeimage__image2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}

.newsarea__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  margin-bottom: 3.125em;
  margin-left: auto;
  margin-right: auto;
}
.newsarea__title {
  text-align: center;
  color: #2590be;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2em;
}
.newsarea .topnews {
  margin-bottom: 4.375em;
  width: auto;
  padding-bottom: 1.25em;
}
.newsarea .topnews__article {
  padding: 1.25em 10%;
  color: #294781;
  align-items: center;
  border-bottom: 1px solid rgba(41, 71, 129, 0.5);
}
.newsarea .topnews__article:last-child {
  border: none;
}
.newsarea .topnews__article--head {
  display: flex;
  align-items: baseline;
  padding: 0;
}
.newsarea .topnews__article--head .posttime {
  white-space: nowrap;
  font-size: 1rem;
  margin-right: 0.625em;
}
.newsarea .topnews__article--head .custom-category-list {
  display: flex;
  border: none;
}
.newsarea .topnews__article--head .cat-item-2 a {
  background-color: #e6800b;
}
.newsarea .topnews__article--head .cat-item-3 a {
  background-color: #3fc6b8;
}
.newsarea .topnews__article--head .cat-item-4 a {
  background-color: #7ba5c3;
}
.newsarea .topnews__article--head .cat-item-5 a {
  background-color: #49be4f;
}
.newsarea .topnews__article--head a {
  display: block;
  background-color: #2590be;
  color: #fff;
  padding: 1px 10px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.newsarea .topnews__article p a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #2590be;
  text-align: left;
  font-size: 1.125rem;
}
.newsarea__btn {
  text-align: center;
}
.newsarea__btn a {
  font-size: 0.875em;
  padding: 5px 20px;
  background-color: #294781;
  color: #fff;
  font-weight: 600;
  box-shadow: 1px 5px 5px #020821;
  border-radius: 5px;
  transition: 0.3s;
}
.newsarea__btn a i {
  margin-left: 1rem;
}
.newsarea__btn a:hover {
  background-color: #fff;
  color: #294781;
}

.tab {
  max-width: 87.5em;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  /* タブメニュー */
  /* is-activeがついている時のスタイル */
  /* タブパネル */
  /* is-showがついている時のスタイル */
}
.tab__menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 3.125em;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5em;
  gap: 20px;
  width: auto;
}
.tab__menu-item {
  width: 45%;
  text-align: center;
  background-color: #cdcdcd;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 20px 0;
  color: #294781;
  align-items: center;
  border-bottom: 1px solid rgba(41, 71, 129, 0.5);
}
.tab__menu-item:last-of-type {
  margin-right: 0px;
}
.tab__menu-item.is-active {
  background-color: #2590be;
  color: #fff;
}
.tab__menu-item:nth-child(2).is-active {
  background-color: #e6800b;
  color: #fff;
}
.tab__menu-item:nth-child(3).is-active {
  background-color: #3fc6b8;
  color: #fff;
}
.tab__menu-item:nth-child(4).is-active {
  background-color: #7ba5c3;
  color: #fff;
}
.tab__menu-item:nth-child(5).is-active {
  background-color: #49be4f;
  color: #fff;
}
.tab__panel {
  width: 100%;
}
.tab__panel .noarticle {
  color: #000;
  font-size: 1rem;
  padding: 1.25em 10%;
  margin-bottom: 4.375em;
}
.tab__panel-box {
  border-radius: 10px;
  margin-bottom: 1.875em;
}
.tab__panel-box001 {
  background-color: #fff;
  display: none;
}
.tab__panel-box002 {
  background-color: #fff;
  display: none;
}
.tab__panel-box003 {
  background-color: #fff;
  display: none;
}
.tab__panel-box004 {
  background-color: #fff;
  display: none;
}
.tab__panel-box005 {
  background-color: #fff;
  display: none;
}
.tab__panel-box.is-show {
  display: block;
}

.maincontent__wrapper {
  background: linear-gradient(to bottom, #2590be, #294781);
  padding-top: 100px;
}

.presen__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  width: 95%;
}
.presen__title {
  margin-bottom: 0.375em;
}
.presen__title .catch {
  margin-left: auto;
  margin-right: 0;
  width: 80%;
  max-width: 700px;
}
.presen__sub {
  font-size: 1.25rem;
  text-align: right;
  font-weight: 600;
}

.category {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
}
.category__intro {
  text-align: left;
  margin-bottom: 4.375em;
}
.category__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.category__title {
  font-size: 2.375rem;
  text-align: left;
  margin-bottom: 0.75em;
}
.category__detail p {
  font-weight: 600;
}
.category .card {
  background-color: #fff;
  color: #2590be;
  padding: 30px 20px;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 40px;
}
.category .card__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.25em;
}
.category .card__image {
  margin-bottom: 1.875em;
  aspect-ratio: 3/2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.category .card__sub {
  font-weight: 600;
  text-align: center;
  color: #e6800b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.9375em;
}
.category .card__intro {
  margin-bottom: 2em;
  font-weight: 500;
}
.category .card__intro span {
  display: inline-block;
}
.category .card__detail {
  margin: 0 auto;
  margin-bottom: 1.25em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category .card__detail li {
  padding: 0.25rem 0.75rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00b1fd;
  color: #fff;
  margin: 10px;
}
.category .card__bottom {
  display: block;
  align-items: center;
}
.category .card__bottom i {
  margin-left: 0.625rem;
}
.category .card__bottom .category__btn {
  display: block;
  background-color: #e6800b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0.375em 1em;
  margin: 0 auto 1.25em;
  transition: 0.3s;
  border-radius: 25px;
  border: 3px solid rgba(255, 255, 255, 0);
}
.category .card__bottom .category__btn:hover {
  background-color: #fff;
  color: #e6800b;
  border: 3px solid #e6800b;
  letter-spacing: 0.1em;
}
.category .card__bottom .category__entry {
  background-color: #294781;
  color: #fff;
  padding: 0.375em 1em;
  transition: 0.3s;
  border-radius: 25px;
  border: 3px solid rgba(255, 255, 255, 0);
}
.category .card__bottom .category__entry:hover {
  background-color: #fff;
  color: #294781;
  border: 3px solid #294781;
  letter-spacing: 0.1em;
  display: inline-block;
}

.requirements {
  margin-bottom: 2.5em;
}
.requirements__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.requirements__title {
  margin-bottom: 30px;
}
.requirements__link {
  display: block;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5em;
  font-size: 1rem;
  padding: 0.25em 1em;
  background-color: #e6800b;
  border-radius: 25px;
}
.requirements__link span {
  display: inline-block;
}
.requirements__link i {
  margin-left: 1rem;
}
.requirements__link:last-child {
  margin-bottom: 0;
}

.logoloop {
  display: flex;
  overflow: hidden;
  padding-bottom: 1.875em;
}
.logoloop__box {
  display: flex;
  -webkit-animation: loop-list 20s linear infinite;
          animation: loop-list 20s linear infinite;
  align-items: center;
}
.logoloop__item {
  width: 25vw;
  display: block;
  margin-right: 1.25em;
}
.logoloop__item img {
  width: 100%;
}
@-webkit-keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logoloop:hover .loop02__box {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.outline {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  margin-bottom: 4.375em;
}
.outline__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.875em;
  position: relative;
}
.outline__title::before {
  position: absolute;
  width: 30%;
  content: "";
  background-color: #fff;
  height: 2px;
  display: block;
  top: 50%;
  left: 0%;
}
.outline__title::after {
  position: absolute;
  width: 30%;
  content: "";
  background-color: #fff;
  height: 2px;
  display: block;
  top: 50%;
  right: 0%;
}
.outline .content {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 1em 0;
}
.outline .content__title {
  font-size: 0.875rem;
  border-bottom: 1.5px solid #e6800b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.625em;
}
.outline .content__detail {
  font-size: 1.05rem;
}

.requirements {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
}
.requirements__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.875em;
  position: relative;
}
.requirements__title::before {
  position: absolute;
  width: 30%;
  content: "";
  background-color: #fff;
  height: 2px;
  display: block;
  top: 50%;
  left: -2%;
}
.requirements__title::after {
  position: absolute;
  width: 30%;
  content: "";
  background-color: #fff;
  height: 2px;
  display: block;
  top: 50%;
  right: -2%;
}
.requirements__link {
  font-size: 1rem;
}

.footer {
  border-top: #fff 2px solid;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 3.75em 0 2.5em;
  background-color: #294781;
}
.footer__title {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 40px;
}
.footer__title span {
  display: inline-block;
}
.footer__head {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.125em;
}
.footer__head--logo {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.625em;
}
.footer__head--name {
  font-size: 0.75rem;
  text-align: center;
}
.footer__sns {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  margin-bottom: 3.125em;
}
.footer__sns .snscard__anker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.25em 1.875em;
  margin: auto;
  margin-bottom: 1.25em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1.875rem rgba(7, 19, 50, 0.2);
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer__sns .snscard__instagram {
  border: #da2d78 solid 2px;
  background-color: #fff;
  color: #da2d78;
  transition: 0.5s;
}
.footer__sns .snscard__instagram:hover {
  background-color: #da2d78;
  border: 2px solid #fff;
  color: #fff;
}
.footer__sns .snscard__facebook {
  border: #1877f2 solid 2px;
  background-color: #fff;
  color: #1877f2;
  transition: 0.5s;
}
.footer__sns .snscard__facebook:hover {
  background-color: #1877f2;
  border: 2px solid #fff;
  color: #fff;
}
.footer__access {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  margin-bottom: 3.125em;
}
.footer__access .iframe__box {
  margin-bottom: 50px;
}
.footer__access .iframe__box .map {
  width: 100%;
  height: 50vh;
}
.footer__access .traffic__category {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.625em;
  text-align: center;
  background-color: #07a393;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 0.9375em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
}
.footer__access .traffic__text {
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 0.875em;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  text-align: center;
}
.footer__access .traffic .car,
.footer__access .traffic .train {
  margin-bottom: 1.875em;
}
.footer__bottom {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  margin-bottom: 1.25em;
}
.footer__bottom .bottom__link {
  margin-bottom: 3.125em;
}
.footer__bottom .bottom__link .tree {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.875em;
}
.footer__bottom .bottom__link .tree__head {
  margin-bottom: 0.625em;
}
.footer__bottom .bottom__link .tree__head a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  padding: 0.625em 0;
}
.footer__bottom .bottom__link .tree__branch {
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}
.footer__bottom .bottom__link .tree__branch a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  width: 100%;
}
.footer__bottom .bottom__ask--title {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.875em;
}
.footer__bottom .bottom__ask--text {
  text-align: center;
  font-size: 0.75rem;
}
.footer__bottom .bottom__ask--text .text {
  margin-bottom: 1.25em;
}
.footer__bottom .bottom__ask--text i {
  margin-right: 0.5rem;
}
.footer__bottom .bottom__ask--text .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #43c448;
  margin-right: auto;
  margin-left: auto;
  padding: 0.375em 0.75em;
  border-radius: 25px;
  width: 80%;
  margin-bottom: 1.25em;
}
.footer__bottom .bottom__ask--text .tel a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__bottom .bottom__ask--text .fax {
  background-color: #3fc6b8;
  margin-right: auto;
  margin-left: auto;
  padding: 0.375em 0.75em;
  border-radius: 25px;
  width: 80%;
}
.footer__bottom .bottom__ask--text .fax span {
  margin-right: 0.375rem;
}
.footer__relation {
  padding: 2.5em 0;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
}
.footer__relation .relation__content {
  width: 100%;
}
.footer__relation .relation__content--link {
  display: block;
  width: 80%;
  margin-bottom: 1.875em;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}
.footer__relation .relation__content--link .bannerimage {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.footer__copyright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 0.625rem;
  background-color: #e6800b;
}

@media (min-width: 714px) {
  .footer .relation__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer .relation__content--link {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .hamwindow {
    width: 50%;
  }
  .category .card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .category .card__bottom .category__btn {
    margin: 0;
  }
  .footer .sns__links {
    display: flex;
  }
  .footer .sns__links li {
    width: 45%;
    padding: 1.875em 2.5em;
  }
}
@media (min-width: 750px) {
  .tab {
    max-width: 87.5em;
    margin: 0 auto;
    width: 80%;
    /* タブメニュー */
    /* is-activeがついている時のスタイル */
    /* タブパネル */
    /* is-showがついている時のスタイル */
  }
  .tab__menu {
    display: flex;
    align-items: flex-end;
    /* メニューを下揃え */
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    gap: 0;
  }
  .tab__menu-item {
    list-style: none;
    width: 12.5em;
    padding: 18px 5px;
    text-align: center;
    margin-right: 6px;
    background-color: #cdcdcd;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .tab__menu-item:nth-child(1) {
    background-color: #2590be;
    color: #fff;
  }
  .tab__menu-item:nth-child(2) {
    background-color: #e6800b;
    color: #fff;
  }
  .tab__menu-item:nth-child(3) {
    background-color: #3fc6b8;
    color: #fff;
  }
  .tab__menu-item:nth-child(4) {
    background-color: #7ba5c3;
    color: #fff;
  }
  .tab__menu-item:nth-child(5) {
    background-color: #49be4f;
    color: #fff;
  }
  .tab__menu-item:last-of-type {
    margin-right: 0px;
  }
  .tab__menu-item.is-active {
    background-color: #2590be;
    color: #fff;
    padding: 12px 5px;
  }
  .tab__menu-item:nth-child(2).is-active {
    background-color: #e6800b;
    color: #fff;
  }
  .tab__menu-item:nth-child(3).is-active {
    background-color: #3fc6b8;
    color: #fff;
  }
  .tab__menu-item:nth-child(4).is-active {
    background-color: #7ba5c3;
    color: #fff;
  }
  .tab__menu-item:nth-child(5).is-active {
    background-color: #49be4f;
    color: #fff;
  }
  .tab__panel {
    width: 100%;
  }
  .tab__panel-box {
    border-radius: 10px;
    margin-bottom: 1.875em;
  }
  .tab__panel-box001 {
    background-color: #fff;
    display: none;
  }
  .tab__panel-box002 {
    background-color: #fff;
    display: none;
  }
  .tab__panel-box003 {
    background-color: #fff;
    display: none;
  }
  .tab__panel-box004 {
    background-color: #fff;
    display: none;
  }
  .tab__panel-box005 {
    background-color: #fff;
    display: none;
  }
  .tab__panel-box.is-show {
    display: block;
  }
}
@media (min-width: 700px) {
  .hamwindow .link {
    margin-bottom: 3.75em;
  }
  .hamwindow .entry {
    margin-top: 3.125em;
    margin: 0 auto;
    display: flex;
    width: 95%;
    gap: 5%;
  }
  .hamwindow .entry__list {
    margin-bottom: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 650px) {
  #loadingLogo .loading-anime-text {
    font-size: 2vw;
  }
  .bg {
    height: 100vh;
  }
  .header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 84.375%;
    max-width: 1400px;
    align-items: center;
  }
  .contentzone {
    width: 100%;
    padding: 5px 20px;
    max-height: 100px;
    justify-content: flex-start;
  }
  .contentzone__homelogo {
    width: 100%;
  }
  .contentzone__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contentzone .entrybtn {
    display: block;
    margin-left: auto;
    margin-right: 30px;
  }
  .contentzone .entrybtn__wrapper {
    position: relative;
  }
  .contentzone .entrybtn__title {
    background-color: #ffffff;
    color: #294781;
    padding: 10px 34px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    cursor: pointer;
    letter-spacing: 0.05em;
    font-weight: 800;
    transition: 0.3s ease-in;
    border-radius: 30px;
  }
  .contentzone .entrybtn__title i {
    margin-left: 1rem;
    transition: 0.3s ease-in;
  }
  .contentzone .entrybtn__title:hover {
    color: #e6800b;
  }
  .contentzone .entrybtn__title.open i {
    transform: rotate(180deg);
  }
  .contentzone .entrybtn .entrybtn__content {
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 40px;
    left: 0;
    padding: 0;
    margin-top: 30px;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
  }
  .contentzone .entrybtn .entrybtn__content.open {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    transition: 0.3s ease;
  }
  .contentzone .entrybtn .entrybtn__content.open .acmenu__content {
    background-color: #ffffff;
    width: 200px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #e6800b;
    transition: 0.3s ease;
  }
  .contentzone .entrybtn .entrybtn__content.open .acmenu__content a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e6800b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.05em;
    word-break: keep-all;
    transition: 0.3s ease;
  }
  .contentzone .entrybtn .entrybtn__content.open .acmenu__content:hover {
    border: 3px solid #1877f2;
  }
  .contentzone .entrybtn .entrybtn__content.open .acmenu__content:hover a {
    color: #1877f2;
  }
  .contentzone .entrybtn .entrybtn__content .acmenu__content {
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .contentzone .entrybtn .entrybtn__content.open .acmenu__content {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .contentzone .menuBtn {
    max-width: 60px;
    position: relative;
    margin-right: 0;
    right: 0;
  }
  .contentzone .menuBtn:hover .leftdown {
    top: 30%;
    width: 50%;
  }
  .contentzone .menuBtn:hover .center {
    top: 50%;
    width: 80%;
  }
  .contentzone .menuBtn:hover .rightdown {
    top: 70%;
    width: 70%;
  }
  .contentzone .menuBtn span {
    width: 90%;
    display: block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.5s;
    right: 10%;
  }
  .contentzone .menuBtn .leftdown {
    top: 30%;
    width: 80%;
  }
  .contentzone .menuBtn .center {
    top: 50%;
    width: 80%;
  }
  .contentzone .menuBtn .rightdown {
    top: 70%;
    width: 80%;
  }
  .contentzone .menuBtn.active:hover span {
    right: 12%;
  }
  .contentzone .menuBtn.active:hover .leftdown {
    top: 30%;
    width: 80%;
  }
  .contentzone .menuBtn.active:hover .center {
    top: 50%;
    width: 80%;
  }
  .contentzone .menuBtn.active:hover .rightdown {
    top: 70%;
    width: 80%;
  }
  .contentzone .menuBtn.active span {
    right: 8%;
  }
  .contentzone .menuBtn.active .leftdown {
    transform: translateX(4px) translateY(11px) rotate(45deg);
  }
  .contentzone .menuBtn.active .center {
    opacity: 0;
  }
  .contentzone .menuBtn.active .rightdown {
    transform: translateX(1px) translateY(-11px) rotate(-45deg);
  }
  .header__catch {
    width: 60%;
  }
  .hamwindow {
    border-left: 3px solid #ffffff;
  }
  .hamwindow__wrapper {
    width: 100%;
    position: absolute;
    top: 25%;
  }
  .hamwindow__wrapper .entry {
    display: none;
  }
  .header__catch {
    font-size: 8em;
    text-align: right;
    font-weight: 800;
    position: absolute;
    bottom: 0px;
    right: 15px;
    margin-bottom: 0;
  }
  .about h1 {
    margin-bottom: 0;
  }
  .about__inner {
    margin: 140px auto;
    padding-top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
    max-width: 1200px;
    background: url(../images/sup_queue.webp) no-repeat center right -60px/cover;
  }
  .about .area {
    background-color: #2590be;
    width: 55%;
    height: 100%;
    padding: 10%;
    margin-bottom: 0;
  }
  .about .area__logo {
    padding-bottom: 0.625em;
    max-width: 500px;
    width: 100%;
  }
  .about .area__text {
    font-size: 1em;
    text-align: left;
    line-height: 1.6em;
    line-height: 2em;
    width: 90%;
    margin-top: 0;
  }
  .about__image {
    width: 50%;
  }
  .freeimage {
    padding-bottom: 100px;
    background-color: #2590be;
  }
  .freeimage__image {
    width: 50%;
    margin-bottom: 4%;
  }
  .freeimage__image3 {
    width: 40%;
    margin-right: 5%;
    margin-left: auto;
    margin-bottom: 5%;
    margin-top: -10%;
  }
  .freeimage__image2 {
    display: block;
    margin-right: auto;
    margin-left: 15%;
    margin-top: -10%;
    width: 25%;
  }
  .newsarea {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .newsarea__btn a {
    font-size: 1rem;
    padding: 5px 20px;
    font-weight: 600;
  }
  .presen__inner {
    margin-left: auto;
    margin-right: auto;
    width: 84.375%;
    max-width: 1400px;
    width: 95%;
  }
  .presen__sub {
    font-size: 2rem;
  }
  .category {
    margin-bottom: 4.375em;
  }
  .category__inner {
    margin: 0 auto;
    display: block;
  }
  .category__title {
    margin-bottom: 0.75em;
    font-size: 3.5rem;
  }
  .category__intro {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .category__intro span {
    display: inline-block;
  }
  .category__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .category__wrapper .splide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .category__detail p {
    margin-bottom: 2.1875em;
  }
  .category .card {
    background-color: #fff;
    color: #2590be;
    padding: 1.875em 1.25em;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 2.5em;
    width: 45%;
  }
  .category .card__intro span {
    display: inline-block;
  }
  .category .card__title {
    font-weight: 600;
    margin-bottom: 0.625em;
  }
  .category .card__detail {
    margin-top: 1.875em;
  }
  .category .card__detail li {
    font-size: 0.875rem;
  }
  .category #splide2 .splide__slide img,
.category #splide3 .splide__slide img {
    margin-right: auto;
    margin-left: auto;
    transition: 0.8s;
    aspect-ratio: 3/2;
  }
  .category #splide2 .splide__slide.is-active img,
.category #splide3 .splide__slide.is-active img {
    z-index: 1;
    box-shadow: 0 0 1.875rem rgba(7, 19, 50, 0.4);
  }
  .category #splide1 .splide__slide {
    max-width: 600px;
  }
  .category #splide1 .splide__slide .card {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    opacity: 0.3;
    transform: scale(0.6);
    transition: 1s;
  }
  .category #splide1 .splide__slide .card img {
    aspect-ratio: 3/2;
  }
  .category #splide1 .splide__slide .card__sub {
    color: #e6800b;
  }
  .category #splide1 .splide__slide.is-active .card {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    box-shadow: 0 0 1.875rem rgba(7, 19, 50, 0.4);
  }
  .outline {
    margin-left: auto;
    margin-right: auto;
    width: 92.3076923077%;
    max-width: 800px;
  }
  .outline__title {
    position: relative;
  }
  .outline__title::before {
    position: absolute;
    width: 30%;
    content: "";
    background-color: #fff;
    height: 2px;
    display: block;
    top: 50%;
    left: 10%;
  }
  .outline__title::after {
    position: absolute;
    width: 30%;
    content: "";
    background-color: #fff;
    height: 2px;
    display: block;
    top: 50%;
    right: 10%;
  }
  .outline .content {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 2em 0;
    justify-content: space-between;
  }
  .outline .content__title {
    font-size: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.625em;
    border: none;
  }
  .outline .content__detail {
    text-align: right;
    font-size: 1.25rem;
  }
  .requirements {
    margin-left: auto;
    margin-right: auto;
    width: 92.3076923077%;
    max-width: 800px;
  }
  .requirements__link {
    font-size: 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: 0.3s ease;
  }
  .requirements__title {
    position: relative;
  }
  .requirements__title::before {
    position: absolute;
    width: 30%;
    content: "";
    background-color: #fff;
    height: 2px;
    display: block;
    top: 50%;
    left: 10%;
  }
  .requirements__title::after {
    position: absolute;
    width: 30%;
    content: "";
    background-color: #fff;
    height: 2px;
    display: block;
    top: 50%;
    right: 10%;
  }
  .footer {
    border-top: #fff 2px solid;
  }
  .footer__inner {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 6.25em 0 3.75em;
  }
  .footer__pctop {
    margin-left: auto;
    margin-right: auto;
    width: 92.3076923077%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 6.25em;
  }
  .footer__head {
    margin-left: auto;
    margin-right: auto;
    width: 92.3076923077%;
    margin-bottom: 0;
  }
  .footer__head--logo {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0.625em;
  }
  .footer__head--name {
    font-size: 0.875rem;
    text-align: left;
    width: 60%;
  }
  .footer__sns {
    margin-bottom: 0;
  }
  .footer__sns .snscard__anker {
    padding: 0.625em 0.9375em;
  }
  .footer__access {
    margin-left: auto;
    margin-right: auto;
    width: 92.3076923077%;
    margin-bottom: 6.25em;
  }
  .footer__access--title {
    margin-bottom: 3.125em;
    font-size: 1.75rem;
  }
  .footer__access--map {
    width: 100%;
  }
  .footer__access .iframe__box {
    margin-bottom: 0;
  }
  .footer__access .iframe__box .map {
    width: 100%;
    height: 50vh;
  }
  .footer__access .traffic {
    display: flex;
    justify-content: space-around;
  }
  .footer__access .traffic__category {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.625em;
    text-align: left;
  }
  .footer__access .traffic__text {
    font-weight: 300;
    font-size: 0.875rem;
    margin-bottom: 0.875em;
    width: 100%;
  }
  .footer__access .traffic .car,
.footer__access .traffic .train {
    margin-bottom: 4.375em;
  }
  .footer__bottom .bottom__link {
    display: flex;
    gap: 10%;
  }
  .footer__bottom .bottom__link .tree {
    margin-left: 0;
    margin-right: 0;
    width: 30%;
  }
  .footer__bottom .bottom__ask--title {
    font-size: 1.25rem;
    margin-bottom: 1.5625em;
  }
  .footer__bottom .bottom__ask--text {
    text-align: center;
    font-size: 1rem;
  }
  .footer__bottom .bottom__ask--text .tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
  .footer__bottom .bottom__ask--text .fax {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
  .footer__relation .relation__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer__relation .relation__content--link {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
}
.otherpage {
  display: block;
  height: auto;
  margin-bottom: 5em;
  position: relative;
}
.otherpage__link {
  width: 40%;
  display: block;
}
.otherpage__logo {
  width: 100%;
}
.otherpage__menu {
  position: fixed;
  top: 3%;
  right: 5%;
  width: 20%;
  z-index: 100;
}

.competition {
  z-index: -2;
}
.competition__inner {
  margin: 0 auto;
}
.competition__name {
  font-size: 6vw;
  text-shadow: 2px 4px 10px #1e1e1e;
  text-align: center;
}
.competition__intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1rem;
  text-shadow: 2px 4px 10px #171717;
  font-weight: 600;
  margin-bottom: 50px;
  padding: 0 25px;
}
.competition__intro span {
  display: inline-block;
}
.competition__kayactype {
  position: relative;
}
.competition__kayacwrapper {
  text-align: left;
  padding-top: 60vh;
  width: 100%;
  clip: rect(0, auto, auto, 0);
  background: none;
  margin-right: auto;
  margin-left: auto;
  width: 97%;
}
.competition__kayacbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.competition__kayacbg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/seakayac__01.webp) no-repeat center bottom/cover;
}
.competition__suptype {
  position: relative;
}
.competition__supwrapper {
  text-align: left;
  padding-top: 80vh;
  width: 100%;
  clip: rect(0, auto, auto, 0);
  background: none;
}
.competition__supbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.competition__supbg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/sup_queue.webp) no-repeat right bottom/cover;
}
.competition .card__container {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  padding-bottom: 1.875em;
}
.competition .card__container .card {
  margin-bottom: 1.875em;
  border-radius: 15px;
}
.competition .card__container .card:last-child {
  margin-bottom: 0;
}
.competition__sub {
  width: 100%;
  gap: 5%;
  padding-bottom: 1.25em;
  text-align: center;
}
.competition__sub a {
  background-color: #ffffff;
  color: #e6800b;
  padding: 10px 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: 800;
  transition: 0.3s ease-in;
  border-radius: 30px;
}
.competition__image {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.competition .explan {
  padding: 1.25em 0;
  background-color: #fff;
  color: rgb(14, 96, 51);
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}
.competition .explan__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
}
.competition .explan__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 600;
}
.competition .explan__term {
  list-style: disc;
  padding-left: 20px;
}
.competition .explan .other {
  font-size: 1rem;
}
.competition .explan__link {
  color: rgb(14, 96, 51);
  font-weight: 700;
  border-bottom: 1px solid rgb(14, 96, 51);
  margin: 0 1rem;
}
.competition .explan__link i {
  margin-left: 1rem;
}
.competition .sup {
  text-align: left;
}
.competition__name {
  font-size: 2.25rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.competition .suptitle {
  letter-spacing: 0.05em;
}
.competition .card {
  background-color: #ffffff;
  color: #000;
  margin: 0 auto;
  padding: 10px 5px;
}
.competition .card__title {
  font-size: 2rem;
  color: #e6800b;
}
.competition .card__image img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.competition .card__list {
  padding: 0;
}
.competition .card__list li {
  border-bottom: 1px solid #000;
  margin: 0.625em 0;
  padding: 0.5em 0.25em;
}
.competition .card__guide h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #e6800b;
}
.competition .card__guide ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5%;
  width: 95%;
  margin: 20px auto 20px 0;
}
.competition .card__guide ul li {
  margin-bottom: 1.25em;
}
.competition .card__guide ul li a {
  background-color: #2590be;
  color: #fff;
  padding: 0.25em 1.75em;
  border-radius: 25px;
  font-size: 1rem;
}
.competition .card__guide ul li a .fa-solid {
  margin-left: 1rem;
}

@media (min-width: 857px) {
  .competition .card {
    border: 0.5px solid #000000;
    width: 33.3%;
    border-radius: 15px;
  }
  .competition .card__container {
    display: flex;
    gap: 1%;
    padding-bottom: 1.875em;
    margin-right: auto;
    margin-left: auto;
    width: 98%;
  }
  .competition .card__container .card {
    padding: 10px 15px 0;
  }
  .competition .card__container .card:last-child {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 650px) {
  .otherpage {
    margin-top: 100px;
    display: block;
    height: auto;
    margin-bottom: 5em;
  }
  .otherpage__inner {
    width: 100%;
  }
  .otherpage__link {
    width: 23.28125%;
    top: 5%;
  }
  .otherpage__logo {
    width: 100%;
  }
  .otherpage__menu {
    position: fixed;
    top: 3%;
    right: 5%;
    width: 20%;
    z-index: 100;
  }
  .competition__name {
    font-size: 6vw;
    text-shadow: 2px 4px 10px #1e1e1e;
    text-align: left;
    padding: 0 25px;
  }
  .competition__intro {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .competition__kayacbg::before {
    left: 20vw;
  }
  .competition__supbg::before {
    left: 20vw;
  }
  .competition__sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
    margin: 0 0 0 auto;
  }
  .competition__sub a {
    display: none;
    padding: 8px 30px;
    transition: 0.3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .competition__sub a i {
    margin-left: 1rem;
  }
  .competition__sub a:hover {
    color: #294781;
    background-color: #fff;
  }
  .competition__type {
    padding: 2.5em 0;
  }
  .competition__flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .competition .card {
    width: 100%;
  }
}
.otherpagehead {
  color: #fff;
  font-size: 3.125rem;
  text-align: center;
  margin: 3em auto 1.25em;
}

.news {
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 6.25em;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  border-radius: 25px;
}
.news__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.news__title {
  text-align: center;
  color: #2590be;
  font-weight: 600;
  font-size: 1rem;
}
.news .custom-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news .custom-category-list .cat-item-2 a {
  background-color: #e6800b;
}
.news .custom-category-list .cat-item-3 a {
  background-color: #3fc6b8;
}
.news .custom-category-list .cat-item-4 a {
  background-color: #7ba5c3;
}
.news .custom-category-list .cat-item-5 a {
  background-color: #49be4f;
}
.news__article {
  padding: 20px 0;
  color: #294781;
  align-items: center;
  border-bottom: 1px solid rgba(41, 71, 129, 0.5);
}
.news__article--head {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 10px;
}
.news__article--head .postdate {
  white-space: nowrap;
  font-size: 1rem;
  margin-right: 0.625em;
}
.news__article--head a {
  display: block;
  background-color: #2590be;
  color: #fff;
  padding: 1px 10px;
  border-radius: 25px;
}

p a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #2590be;
  text-align: left;
  font-size: 1.125rem;
}

.pnavi {
  text-align: center;
}
.pnavi .page-numbers {
  color: #294781;
  font-size: 20px;
  margin: 0 5px;
}
.pnavi .page-numbers.current {
  background-color: #294781;
  color: #fff;
  padding: 4px 13px;
}

.return {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 3.75em;
}
.return__btn {
  font-size: 0.875em;
  padding: 5px 20px;
  background-color: #294781;
  color: #fff;
  font-weight: 600;
  box-shadow: 1px 5px 5px #020821;
  border-radius: 5px;
  transition: 0.3s;
}
.return__btn i {
  margin-left: 1rem;
}
.return__btn:hover {
  background-color: #fff;
  color: #294781;
}

@media (min-width: 600px) {
  .news {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    border-radius: 15px;
  }
  .news__inner {
    margin-left: auto;
    margin-right: auto;
    width: 84.375%;
    max-width: 1400px;
  }
}
/* ==========================================================================
   Layout (2カラムレイアウト)
   ========================================================================== */
.main-content-container {
  margin-left: auto;
  margin-right: auto;
  width: 84.375%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 5vh;
  margin-bottom: 6.25em;
}
@media (min-width: 960px) {
  .main-content-container {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
}

.main-column {
  min-width: 0;
}

.sidebar-column {
  width: 100%;
  min-width: 0;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .sidebar-column {
    margin-top: 0;
  }
}

/* ==========================================================================
   Article Area
   ========================================================================== */
.articlearea {
  color: #294781;
}

.article {
  background-color: #fff;
  height: auto;
  padding: 30px 5%;
  margin-bottom: 3.75em;
  border-radius: 25px;
  width: 100%;
  box-sizing: border-box;
}
.article__title {
  font-size: 1.75rem;
  font-weight: 700;
  width: 100%;
  padding-bottom: 0.9375em;
  text-align: left;
  margin-bottom: 1.5625em;
  color: #294781;
  border-bottom: 2px solid #2590be;
}
.article__title a {
  color: inherit;
  text-decoration: none;
}
.article__title a:hover {
  text-decoration: underline;
}
.article .singlecontent {
  margin-bottom: 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  color: #7192d2;
}
.article .singlecontent p {
  font-weight: 600;
  margin: 0 5px 0 0;
  color: #294781;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.article .singlecontent__time {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  white-space: nowrap;
}
.article .singlecontent__time time {
  display: block;
  color: #355ca8;
  margin-left: 0.5rem;
  font-weight: 500;
}
.article .singlecontent__category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 5px;
}
.article .singlecontent__category p {
  margin-bottom: 0;
}
.article .singlecontent__category .cat-item a {
  display: inline-block;
  color: #fff;
  padding: 3px 12px;
  border-radius: 25px;
  font-size: 0.75rem;
  text-decoration: none;
  transition: opacity 0.3s;
  line-height: 1.4;
}
.article .singlecontent__category .cat-item a:hover {
  opacity: 0.8;
}
.article .singlecontent__category .cat-item-2 a {
  background-color: #e6800b;
}
.article .singlecontent__category .cat-item-3 a {
  background-color: #3fc6b8;
}
.article .singlecontent__category .cat-item-4 a {
  background-color: #7ba5c3;
}
.article .singlecontent__category .cat-item-5 a {
  background-color: #49be4f;
}
.article .singlecontent__category .cat-item:not([class*=cat-item-]) a {
  background-color: #2590be;
}
.article .entry-content {
  color: #000;
  line-height: 1.8;
  font-size: 1rem;
}
.article .entry-content p {
  font-weight: 400;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 1.5em;
}
.article .entry-content h1,
.article .entry-content h2,
.article .entry-content h3,
.article .entry-content h4,
.article .entry-content h5,
.article .entry-content h6 {
  color: #294781;
  margin-top: 1.8em;
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: 700;
}
.article .entry-content h1 {
  font-size: 1.75rem;
}
.article .entry-content h2 {
  font-size: 1.5rem;
  padding: 12px 20px;
  background-color: #e8f5fa;
  color: #294781;
  border-left: 5px solid #2590be;
  margin-left: -20px;
  margin-right: -20px;
}
.article .entry-content h3 {
  font-size: 1.25rem;
  border-bottom: 2px solid #2590be;
  padding-bottom: 0.4em;
}
.article .entry-content h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
.article .entry-content h5 {
  font-size: 1rem;
  font-weight: 600;
}
.article .entry-content h6 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #4d4d4d;
}
.article .entry-content a {
  color: #e6800b;
  text-decoration: underline;
  transition: color 0.3s;
}
.article .entry-content a:hover {
  color: #9d5708;
}
.article .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 1.25em auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.article .entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .entry-content .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  max-width: 50%;
}
@media (max-width: 600px) {
  .article .entry-content .alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.article .entry-content .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
  max-width: 50%;
}
@media (max-width: 600px) {
  .article .entry-content .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.article .entry-content::after {
  content: "";
  display: table;
  clear: both;
}
.article .entry-content ul,
.article .entry-content ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
.article .entry-content ul li,
.article .entry-content ol li {
  margin-bottom: 0.8em;
}
.article .entry-content ul li p,
.article .entry-content ol li p {
  margin-bottom: 0.8em;
}
.article .entry-content ul {
  list-style: disc;
}
.article .entry-content ol {
  list-style: decimal;
}
.article .entry-content blockquote {
  margin: 1.875em 0;
  padding: 20px 25px 20px 50px;
  background-color: #fcf6eb;
  border-left: 5px solid #e6800b;
  position: relative;
  font-style: italic;
  color: #1d325a;
}
.article .entry-content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.5em;
  color: #e6800b;
  opacity: 0.8;
}
.article .entry-content blockquote p {
  margin-bottom: 0.5em;
  font-style: normal;
}
.article .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.article .entry-content blockquote cite {
  display: block;
  text-align: right;
  margin-top: 1em;
  font-size: 0.9em;
  font-style: normal;
  color: #4a74c6;
}
.article .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.875em;
  border: 1px solid #e5ebf7;
}
.article .entry-content table th,
.article .entry-content table td {
  border: 1px solid #e5ebf7;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.article .entry-content table th {
  background-color: white;
  font-weight: 600;
  color: #294781;
}
.article .entry-content table tbody tr:nth-child(odd) {
  background-color: #fcf6eb;
}
.article .entry-content pre {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 5px;
  overflow-x: auto;
  margin-bottom: 1.5em;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.6;
  border: 1px solid #ddd;
}
.article .entry-content code {
  font-family: "Courier New", Courier, monospace;
  background-color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.9em;
}
.article .entry-content pre code {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}
.article .entry-content .page-links {
  clear: both;
  margin: 2.5em 0 1.25em;
  text-align: center;
  font-size: 0.875rem;
}
.article .entry-content .page-links .page-links-title {
  margin-right: 10px;
  font-weight: 600;
  color: #294781;
}
.article .entry-content .page-links a .page-number,
.article .entry-content .page-links span.page-number {
  display: inline-block;
  min-width: 36px;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #294781;
  color: #294781;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  line-height: 1;
  text-align: center;
}
.article .entry-content .page-links a .page-number:hover,
.article .entry-content .page-links span.page-number:hover {
  background-color: #f9fafd;
  color: #294781;
  border-color: #98b0de;
}
.article .entry-content .page-links span.page-number {
  background-color: #294781;
  color: #fff;
  border-color: #294781;
  font-weight: 600;
}
.article .entry-footer {
  margin-top: 2.5em;
  padding-top: 1.25em;
  border-top: 1px dotted #e5ebf7;
}
.article .tag-links {
  font-size: 0.8125rem;
  color: #4a74c6;
}
.article .tag-links a {
  display: inline-block;
  color: #2590be;
  text-decoration: none;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 3px 10px;
  border: 1px solid #2590be;
  border-radius: 15px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.article .tag-links a:hover {
  color: #fff;
  background-color: #2590be;
  border-color: #2590be;
}

/* ==========================================================================
   Related Posts (関連記事)
   ========================================================================== */
.related-posts {
  margin-top: 3.75em;
  padding-top: 1.875em;
  margin-bottom: 3.75em;
}
.related-posts__title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  color: #294781;
  margin-bottom: 2.5em;
}
.related-posts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5625em;
}
@media (min-width: 600px) {
  .related-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.related-post-item {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-post-item__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #294781;
  line-height: 1.5;
  margin: 0 0 0.625em 0;
  display: -webkit-box;
  text-align: left;
}
.related-post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.18);
}
.related-post-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}
.related-post-item__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f8ecd5;
}
.related-post-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.related-post-item__thumbnail--no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #294781;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
}
.related-post-item__thumbnail--no-image span {
  opacity: 0.6;
  font-style: italic;
}
a:hover .related-post-item__thumbnail img {
  transform: scale(1.08);
}
.related-post-item__content {
  padding: 1.125em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related-post-item__title {
  font-size: 1rem;
  font-weight: 600;
  color: #294781;
  line-height: 1.5;
  margin: 0 0 0.625em 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3em;
}
.related-post-item__date {
  font-size: 0.75rem;
  color: #abbfe4;
  display: block;
  text-align: right;
  margin-top: auto;
}

/* ==========================================================================
   Sidebar Widget Area
   ========================================================================== */
.widget {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 35px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  color: #294781;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #294781;
  margin: 0 0 25px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #2590be;
  text-align: center;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 10px 0;
  border-bottom: 1px dashed white;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul li a {
  color: #2590be;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 18px;
}
.widget ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #e6800b;
  transition: color 0.3s, transform 0.3s ease;
}
.widget ul li a:hover {
  color: #e6800b;
}
.widget ul li a:hover::before {
  color: #b56509;
  transform: translateY(-50%) translateX(3px);
}
.widget ul li a .category-name {
  flex-grow: 1;
  margin-right: 8px;
}
.widget ul li span.count {
  font-size: 0.75rem;
  color: #fff;
  margin-left: 8px;
  background-color: #e6800b;
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 500;
}
.widget ul li.cat-item ul.children {
  margin-left: 20px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed white;
}
.widget ul li.cat-item ul.children li a::before {
  color: #f6a547;
}
.widget.widget_recent_entries ul li {
  padding: 8px 0;
}
.widget.widget_recent_entries ul li a {
  justify-content: flex-start;
  font-size: 0.875rem;
}
.widget.widget_recent_entries ul li a::before {
  content: "\f0f6";
  color: #294781;
}
.widget.widget_recent_entries ul li a:hover {
  color: #e6800b;
}
.widget.widget_recent_entries ul li a:hover::before {
  color: #e6800b;
}
/*# sourceMappingURL=style.css.map */
/* お知らせエリア（大会中止） */
.notice {
  background-color: #fff4e5;
  color: #b54700;
  text-align: center;
  padding: 16px 10px;
  border-top: 2px solid #ffd7b2;
  border-bottom: 2px solid #ffd7b2;
  font-family: "Noto Sans JP", sans-serif;
}

.notice__main {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.notice__link a {
  color: #0056b3;
  text-decoration: underline;
  font-weight: 500;
}

.notice__link a:hover {
  text-decoration: none;
}
