@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }


.logo a {
    display: block;
    width: 140px;
}
#header {
    width: 100%;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 60px;
    display: flex;
    align-items: center;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    background-color: rgba(0, 77, 160, 0.9);
}
h1.logo {
    margin: 0;
}
.logo img {
    width: 200px;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-family: "ab-don", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media screen and (max-width:1200px) {

#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #004da0;
    transition: all 0.6s;
    /* border-top: 1px solid #00c2d6; */
}
#g-nav.panelactive{
    right: 0;
}
#g-nav ul {
    top: 50%;
    left: 50%;
    padding: 60px 0 0 0;
    margin: 0;
}

#g-nav li{
	list-style: none;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    position: relative;
    font-family: "ab-don", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#g-nav li a::after {
    content: "";
    display: block;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(225deg);
    top: 16px;
    right: 23px;
}
#g-nav li.sns ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#g-nav li:last-child a {
    border: none;
}
#g-nav li:last-child a::after {
    display: none;
}

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
}

.slider {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 0;
    margin: 0;
}
  
  .slider-item {
      width: 100%;
  }
  .slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: 25%;
}
  
  .slider, .slider-item, .slider-item img {
    height: 70vh;
}  
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -70px 0 0 0;
    padding: 0;
}
  .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.slick-dots > li:first-child:last-child {
    display: none;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
  
  .slick-dots .slick-active button{
      background:#004da0;
  }
  #mainvisual {
    position: relative;
}
#mainvisual::after {
    content: "";
    background-image: url(../img/main-bottom.png);
    width: 100%;
    height: 89px;
    display: block;
    position: absolute;
    bottom: -5px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section {
    padding: 2rem 0;
}
h2,#info h3,.admininfo h3 {
    font-family: "ab-don", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #004da0;
    margin-bottom: 1rem;
}

#news h2,#admin h2{
    font-size: 30px;
}
ul.news-list {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
}
ul.news-list li {
    list-style-type: none;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

ul.news-list li p {
    margin: 0;
}

ul.news-list li a {
    color: #000;
    text-decoration: none;
}
ul.news-list li a:hover {
    color: #004da0;
    opacity: 1;
}

ul.news-list li a h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
}
a.news-link {
    display: block;
    margin: 1.5rem auto 0;
    width: 260px;
    text-align: center;
    background: #004da0;
    color: #fff;
    text-decoration: none;
    padding: 15px 5px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
}
#calender h2,#contact h2 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
#info {
    /* background: #004da0; */
    color: #fff;
    background-image: url(../img/bg-info.jpg);
    position: relative;
    margin-top: 5rem;
    padding: 1rem 0 2rem;
    background-position: top;
    font-weight: bold;
}
#info::before {
    content: "";
    background-image: url(../img/info-top.png);
    display: block;
    height: 150px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: -1;
}
#info h2 {
    color: #fff;
    text-align: center;
}
ul.charm {
    background: #fff75f;
    padding: 2rem;
    color: #000;
    border-radius: 10px;
}
ul.charm li {
    list-style-type: none;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: baseline;
}
ul.charm li span {
    width: 90%;
}
ul.charm li::before {
    content: "";
    background-image: url(../img/ico-check.png);
    display: inline-block;
    width: 18px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
}
#info h3 {
    color: #fff75f;
    margin: 2rem 0 1rem;
}#info dl {
    display: flex;
    flex-wrap: wrap;
}
#info dl dt {
    width: 14%;
}
#info dl dd {
    width: 86%;
}
#info .row.first .col-sm-6:nth-of-type(2) {
    position: relative;
    overflow: hidden;
}
#info .row.first .col-sm-6:nth-of-type(2)::after {
    content: "";
    background-image: url(../img/10.png);
    width: 35%;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 90px;
    right: 0;
    background-position: right;
}
ul.charm + .row {
    margin-bottom: 3rem;
}
.accordions {
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-bottom: 3rem;
}
.accordions summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.accordions summary::-webkit-details-marker {
    display: none;
}

.accordions summary::before,
.accordions summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #000000b3;
    content: '';
}

.accordions summary::before {
    position: absolute;
    right: 1em;
    rotate: 90deg;
}

.accordions summary::after {
    transition: rotate .3s;
}

.accordions[open] summary::after {
    rotate: 90deg;
}

.accordions .acinner {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.accordions[open] .acinner {
    transform: none;
    opacity: 1;
    color: #000;
    padding: 1rem 1.5rem;
}

#info table {
    border-top: 1px solid #fff;
    margin: 1rem 0;
    width: 100%;
}

#info table th,#info table td {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#info .accordions .acinner table td,#info .accordions .acinner table th {
    border: 1px solid #000;
}
#info table th {
    width: 24%;
}
#info table td {
    width: 76%;
}
.col-12.map iframe {
    height: 300px;
}
#challenge {
    background: #efefef;
}
.shop, .project {
    border: 2px solid #004DA0;
    padding: 1rem;
    background: #eef5ff;
    border-radius: 10px;
}
.project{
    margin-top: 2rem;
}
.shop p, .project p {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 0;
}
#challenge h2 {
    text-align: center;
}
.exm p {
    border: 1px solid #000;
    background: #fff;
    padding: 5px 0;
}
a.link-btn {
    display: block;
    text-align: center;
    background: #004da0;
    width: 100%;
    padding: 15px 0;
    margin: 1rem auto;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.movie iframe {
    height: 230px;
}
#admin{
    padding-bottom: 0;
}
#admin .sp {
    width: 75%;
    margin-left: auto;
    position: relative;
}
#admin .sp::before {
    content: "";
    background: linear-gradient(to bottom, #004da0 0%, #004da0 90%, #ffffff 100%);
    width: 25%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -85px;
}
.admininfo{
    position: relative;
    padding-top: 1rem;
}
.admininfo h3 {
    color: #4b9de8;
    border-bottom: 10px solid #fff800;
    font-size: 19px;
    margin: 0 0 10px;
}
@media screen and (min-width:410px) {
    .admininfo h3 {
        font-size: 22px;
    }
}
.admininfo h4{
    font-size: 26px;
    font-family: YuMincho,'Yu Mincho',serif; font-weight: 500;
}
.admininfo h4 small {
    font-size: 14px;
    display: block;
    line-height: 1.8;
}

ul.snslink {
    display: flex;
    padding: 0;
    margin-bottom: 2rem;
}

ul.snslink li {
    list-style-type: none;
}

ul.snslink li a {
    display: block;
    margin: 0 10px;
}
#admin .sp .admininfo:nth-of-type(1)::after,
#admin .sp .admininfo:nth-of-type(2)::after,
#admin .sp .admininfo:nth-of-type(3)::after,
#admin .sp .admininfo:nth-of-type(4)::after,
#admin .sp .admininfo:nth-of-type(5)::after ,
#admin .sp .admininfo:nth-of-type(6)::after ,
#admin .sp .admininfo:nth-of-type(7)::after{
    content: "";
    background-image: url(../img/akimoto-zentai2.png);
    width: 50px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 4%;
    left: -74px;
}
#admin .sp .admininfo:nth-of-type(2)::after {
    background-image: url(../img/matumoto-zentai2.png);
    left: -77px;
}
#admin .sp .admininfo:nth-of-type(3)::after {
    background-image: url(../img/shelby-zentai2.png);
}
#admin .sp .admininfo:nth-of-type(4)::after {
    background-image: url(../img/nick-zentai2.png);
}
#admin .sp .admininfo:nth-of-type(5)::after {
    background-image: url(../img/tom2.png);
}
#admin .sp .admininfo:nth-of-type(6)::after {
    background-image: url(../img/miyagawa-zentai.png);
}
#admin .sp .admininfo:nth-of-type(7)::after {
    background-image: url(../img/lyndon-zentai.png);
}
#banner {
    background: #f2f2f2;
}
ul.bn-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    margin: 0;
}
ul.bn-list li {
    width: 48%;
    list-style-type: none;
}
#contact h2 {
    font-size: 20px;
    text-align: center;
}
#contact a {
    width: 85%;
    display: block;
    margin: 1rem auto 0;
}
#contact a.mail {
    background: #004da0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
}
#contact a.mail::before {
    content: "";
    background-image: url(../img/ico-mail.png);
    display: inline-block;
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}
#f-bottom {
    background: #004da0;
    color: #fff;
    text-align: center;
    padding: 3rem 0 2rem;
}
#f-bottom a {
    color: #fff;
    margin-bottom: 2rem;
    display: block;
}

#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
    .slider, .slider-item, .slider-item img {
        height: 45vh;
    }
    #mainvisual::after {
        height: 150px;
        bottom: -30px;
    }
    a.news-link {
        color: #004da0;
        background: transparent;
        margin-right: 0;
        width: fit-content;
        margin-top: -60px;
    }
    ul.news-list li {
        display: flex;
        align-items: center;
    }
    ul.news-list li p {
        width: 155px;
        margin-right: 15px;
    }
    #info::before {
        top: -90px;
    }
    #info {
        padding-top: 0;
    }
    ul.charm {
        padding: 2rem 6rem;
    }
    #info .row.first .col-sm-6:nth-of-type(even) h3 {
        margin-top: 5rem;
    }
    a.link-btn {
        width: 470px;
    }
    .movie iframe {
        height: 380px;
        border: 15px solid #000;
    }
    #admin .sp::before {
        left: -150px;
    }
    #admin .sp .admininfo:nth-of-type(1)::after,
    #admin .sp .admininfo:nth-of-type(2)::after,
    #admin .sp .admininfo:nth-of-type(3)::after,
    #admin .sp .admininfo:nth-of-type(4)::after,
    #admin .sp .admininfo:nth-of-type(5)::after,
    #admin .sp .admininfo:nth-of-type(6)::after,
    #admin .sp .admininfo:nth-of-type(7)::after {
        width: 80px;
        height: 250px;
        left: -120px;
    }
    #admin .sp .admininfo:nth-of-type(7)::after {
    width: 60px;
    height: 200px;
    left: -114px;
}
    .admininfo h3 {
        font-size: 30px;
        /* width: fit-content; */
    }
    .admininfo h4 small {
        font-size: 20px;
        display: block;
    }
    .admininfo h4 {
        font-size: 50px;
    }
    ul.bn-list li {
        width: 24%;
    }
    #contact a {
        width: 48%;
    }
    #info .row.first .col-sm-6:nth-of-type(2)::after{
        bottom: 65px;
    }

}

@media screen  and (min-width:1200px) {
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
    }
    #g-nav ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    #g-nav ul li{
        list-style-type: none;
    }
    #g-nav ul li a {
        font-size: 18px;
        padding: 0 25px;
    }
    .slider, .slider-item, .slider-item img {
        height: 100vh;
    }
    .logo a {
        display: block;
        width: 180px;
    }
    #g-nav ul li a.btns {
        background: #fff;
        color: #004da0;
        border-radius: 50px;
        padding: 6px 48px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    }
    #g-nav ul li:last-child a {
        padding-right: 10px;
    }
    #mainvisual::after {
        height: 220px;
    }
    .slick-dots {
        margin: -90px 0 0 0;
    }
    section {
        padding: 4rem 0;
    }
    #news{
        padding-top: 2rem;
    }
    #news h2, #admin h2 {
        font-size: 36px;
    }
    a.news-link {
        font-size: 20px;
    }
    ul.news-list li p {
        width: 120px;
    }
    ul.news-list li {
        padding: 2rem 3rem;
    }
    #info::before {
        top: -150px;
        height: 180px;
    }
    #info {
        margin-top: 12rem;
        padding-bottom: 4rem;
    }
    #info h2 {
        font-size: 55px;
        margin-bottom: 2rem;
    }
    ul.charm {
        padding: 3rem 14rem;
        position: relative;
    }
    ul.charm li {
        font-size: 24px;
    }
    #info::after {
        content: "";
        background-image: url(../img/kendamahiroba.png);
        display: block;
        width: 100%;
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: -144px;
        background-position: center;
    }
    .accordions[open] .acinner {
        padding: 1rem 2.5rem;
    }
    ul.charm + .row {
        margin-bottom: 6rem;
        gap: 2em 4em;
    }
    ul.charm + .row .col-sm-6 {
        width: 47%;
    }
    ul.charm + .row .col-sm-6 p {
        font-size: 18px;
    }
    #info .row.first .col-sm-6:nth-of-type(2)::after{
        display: none;
    }
    #info .kendamapeinto {
        background-image: url(../img/10.png);
        width: 100%;
        height: 390px;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        background-position: right;
        top: 485px;
    }
    #info h2:nth-of-type(2) {
        font-size: 40px;
    }
    .accordions {
        font-size: 18px;
    }
    .accordions summary {
        padding: 1em 2em;
    }
    .accordions summary::before {
        right: 2em;
    }
    #info table th {
        width: 20%;
    }
    #info table td {
        width: 80%;
    }
    #info table {
        margin: 0;
    }
    #info table th, #info table td {
        padding: 19.7px 10px;
    }
    .col-12.map iframe {
        height: 400px;
        margin-top: 2rem;
    }
    .shop p, .project p {
        letter-spacing: 4px;
        font-size: 24px;
    }
    .shop, .project {
        border: 4px solid #004DA0;
        padding: 2rem 3rem;
        position: relative;
    }
    .project.taikai {
        padding: 3rem 3rem;
    }
    #challenge h2 {
        font-size: 40px;
    }
    a.link-btn {
        font-size: 20px;
    }
    .project {
        margin-top: 3rem;
    }
    .movie iframe {
        height: 600px;
        margin-top: 2rem;
    }
    .shop::before {
        content: "";
        background-image: url(../img/6.png);
        display: block;
        width: 220px;
        height: 160px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 8%;
    }
    .shop::after {
        content: "";
        background-image: url(../img/tomeken.png);
        display: block;
        width: 200px;
        height: 180px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 25px;
        right: 110px;
    }
    .project .left {
        width: 75%;
        position: relative;
    }
    .project .left::after {
        content: "";
        background-image: url(../img/logo2.png);
        display: block;
        width: 200px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: -10px;
        right: -225px;
    }
    .project.taikai .left::after {
        background-image: url(../img/taikai.png);
        width: 240px;
        height: 240px;
        top: -55px;
        right: -250px;
    }
    #admin h2 {
        font-size: 40px;
        margin-bottom: 2rem;
    }
    #admin .col-lg-2 {
        background-image: url(../img/adminobi3.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 113%;
    }
    .col-lg-5.mt {
        margin-top: 23rem;
        position: relative;
    }
    #admin{
        position: relative;
    }
    #admin::before {
        content: "";
        background-image: url(../img/13.png);
        display: block;
        width: 510px;
        height: 400px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
    }
    .admininfo.Shelby h4,.admininfo.tom h4,.admininfo.nick h4 ,.admininfo.lyndon h4{
        font-size: 43px;
    }
    .admininfo.Shelby {
        margin-top: 14rem;
    }
    .admininfo.nick {
        margin-top: 3.5rem;
    }
    .admininfo.tom h4 {
        font-size: 37px;
    }
    .admininfo.Shelby {
        margin-top: 12rem;
    }
    #admin .row {
        position: relative;
        padding-bottom: 14rem;
    }
    #admin .row::after {
        content: "";
        background-image: url(../img/9.png);
        display: block;
        width: 570px;
        height: 400px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 90px;
    }
    #contact .row {
        max-width: 740px;
        margin: 2rem auto 0;
        justify-content: space-between;
    }
    #contact h2 {
        font-size: 30px;
    }
    #contact a.mail {
        margin: 0;
    }
    #contact a {
        width: 48%;
        margin: 0;
    }
    #f-bottom .logo img {
        width: 280px;
    }
}
@media screen and (min-width:1400px) {
    .container {
        max-width: 1200px;
    }
    .logo a {
        width: 230px;
    }
    #g-nav ul li a {
        font-size: 22px;
    }
    #g-nav ul li a.btns {
        padding: 3px 50px;
    }
    #mainvisual::after {
        height: 250px;
        bottom: -37px;
    }
    a.news-link {
        font-size: 22px;
    }
    h2 {
        font-size: 36px;
    }
    section {
        padding: 6rem 0;
    }
    #news {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #news h2, #admin h2 {
        font-size: 40px;
    }
    #info h2 {
        font-size: 65px;
    }
    ul.charm li {
        font-size: 26px;
        line-height: 1.8;
    }
    ul.charm {
        margin-bottom: 3rem;
    }
    ul.charm li::before {
        width: 25px;
        height: 20px;
        margin-right: 10px;
    }
    .admininfo.lyndon {
    margin-top: 13rem;
}
    /* #info {
        background-position: 60% 240px;
    } */
    #info::after {
        height: 400px;
    }
    #info h3 {
        font-size: 36px;
    }
    ul.charm + .row .col-sm-6 p {
        font-size: 22px;
    }
    #info {
        padding-bottom: 6rem;
    }
    #info dl {
        font-size: 20px;
    }
    #info .kendamapeinto {
        height: 500px;
        top: 560px;
    }
    #info h2:nth-of-type(2) {
        font-size: 46px;
    }
    #info table th, #info table td {
        padding: 21.7px 10px;
    }
    .accordions {
        margin-bottom: 5rem;
    }
    #challenge h2 {
        font-size: 49px;
    }
    #challenge .shop h2 {
        font-size: 50px;
    }
    .shop p, .project p {
        font-size: 32px;
    }
    a.link-btn {
        width: 500px;
    }
    #challenge h2 {
        font-size: 44px;
    }
    .project .left::after {
        top: 0px;        
    }
    #admin h2 {
        font-size: 50px;
        margin-bottom: 4rem;
    }
    #admin::before {
        width: 590px;
        height: 470px;
    }
    .admininfo h3 {
        font-size: 31px;
    }
    .admininfo h4 small {
        font-size: 22px;
    }
    .admininfo h4 {
        font-size: 60px;
    }
    .admininfo.Shelby h4, .admininfo.tom h4, .admininfo.nick h4 {
        font-size: 47px;
    }
    .admininfo.tom h4 {
        font-size: 39px;
    }
    .admininfo.Shelby {
        margin-top: 10rem;
    }
    .col-lg-5.mt {
        margin-top: 22rem;
    }
    .admininfo.nick {
        margin-top: 2.5rem;
    }
    #admin .row::after {
        width: 600px;
        height: 440px;
    }
    #admin .row {
        padding-bottom: 14rem;
    }
    #banner,#contact {
        padding: 4rem 0;
    }
    #contact a.mail {
        font-size: 20px;
    }
    #f-bottom {
        padding: 4rem 0 3rem;
    }
    #admin .col-lg-2 {
        background-size: 108%;
    }
}
@media screen and (min-width:1500px) {
    #admin .col-lg-2 {
        background-size: 106%;
    }
}
@media screen and (min-width:1600px) {
    #header{
        height: 80px;
    }
    .logo img {
        width: 230px;
    }
    #mainvisual::after {
        height: 330px;
        bottom: -35px;
    }
    .slick-dots {
        margin: -125px 0 0 0;
    }
    .container {
        max-width: 1400px;
    }
    #news h2, #admin h2 {
        font-size: 46px;
    }
    a.news-link {
        margin-top: -70px;
    }
    #info {
        margin-top: 16rem;
        background-position: top;
    }
    #info::before {
        top: -210px;
        height: 230px;
    }
    #info h2 {
        font-size: 70px;
    }
    #info::after {
        height: 510px;
        top: -220px;
    }
    ul.charm {
        padding: 3rem 17rem;
    }
    ul.charm li {
        font-size: 30px;
    }
    #info h3 {
        font-size: 46px;
    }
    ul.charm + .row .col-sm-6 p {
        font-size: 25px;
    }
    #info .kendamapeinto {
        height: 660px;
        top: 580px;
    }
    #info table {
        font-size: 18px;
    }
    #info table th, #info table td {
        padding: 25.7px 10px;
    }
    .col-12.map iframe {
        height: 500px;
    }
    .shop p, .project p {
        font-size: 39px;
    }
    #challenge .shop h2 {
        font-size: 60px;
    }
    a.link-btn {
        width: 580px;
    }
    .shop::before {

        width: 260px;
        height: 180px;
    }
    .shop::after {
        width: 270px;
        height: 240px;
        top: 40px;
        right: 75px;
    }
    .movie iframe {
        margin: 2rem auto 0;
        max-width: 1100px;
        display: block;
        border: 20px solid #000;
    }
    .project .left {
        width: 78%;
    }
    #challenge h2 {
        font-size: 55px;
    }
    .project .left::after {
        top: 10px;
        right: -270px;
        width: 210px;
        height: 210px;
    }
    .project.taikai .left::after {
        top: -48px;
        right: -285px;
    }
    #admin h2 {
        font-size: 70px;
    }
    .admininfo h3 {
        font-size: 37px;
    }
    .admininfo h4 small {
        font-size: 25px;
    }
    .admininfo h4 {
        font-size: 70px;
    }
    .admininfo.Shelby h4, .admininfo.tom h4, .admininfo.nick h4 {
        font-size: 55px;
    }
    .admininfo.tom h4 {
        font-size: 46px;
    }
    .admininfo p {
        font-size: 18px;
    }
    #admin::before {
        width: 690px;
        height: 540px;
    }
    .col-lg-5.mt {
        margin-top: 25rem;
    }
    #admin .row {
        padding-bottom: 18rem;
    }
    #admin .row::after {
        width: 720px;
        height: 510px;
    }
    ul.bn-list {
        gap: 1em;
    }
    #contact .row {
        max-width: 870px;
    }
    #contact a.mail {
        font-size: 22px;
    }
    #banner, #contact {
        padding: 5rem 0;
    }
    #contact a.mail::before {
        width: 45px;
        height: 30px;
        margin-right: 10px;
    }
    #admin .col-lg-2 {
        background-size: 102%;
    }

}

/* news */
#page_header {
    padding-top: 8rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
h1.page-title{
    color: #fff;
    margin: 0;
    font-family: "ab-don", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
}
.bread {
    margin: 10px 0;
}
.bread span {
    padding: 0 6px;
}
.bread a {
    color: #000;
    text-decoration: none;
}
#page-content {
    padding: 2rem 0 4rem;
}
body:not(.home) #contact{
    background: #f2f2f2;
}
.pnavi {
    text-align: center;
    margin: 2rem 0 0;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    background: #004da0;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
  }
  span.pages {
    display: none!important;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #ddd;
    background: #ddd;
    color: #000;
}
.single-news a.link-btn ,.archive a.link-btn{
    max-width: 300px;
}
@media screen and (min-width:1200px) {
    #page_header {
        padding-top: 12rem;
    }
    h1.page-title {
        font-size: 65px;
        top: 80px;
    }
    #page-content {
        padding: 4rem 0 6rem;
    }
}
@media screen and (min-width:1400px) {
    #page_header {
        padding-top: 15rem;
        background-size: cover;
        background-position: left;
    }
    h1.page-title {
        font-size: 90px;
        top: 103px;
    }
}
@media screen and (min-width:1600px) {
    #page_header {
        padding-top: 19rem
    }
    h1.page-title {
        font-size: 92px;
        top: 150px;
    }
}

/* single */
h2.post-ttl{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    border-bottom: 6px solid #0850c4;
    padding-bottom: 10px;
    color: #000;
    text-align: center;
}
.entry-pager {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .back a, .next a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    width: 150px;
    display: block;
    text-align: center;
    color: #000;
  }
  .back a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 3px solid #0850c4;
    border-bottom: 3px solid #0850c4;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  .next a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 3px solid #0850c4;
    border-bottom: 3px solid #0850c4;
    transform: rotate(-135deg);
    margin-left: 10px;
  }
  @media screen and (min-width:1200px) {
    h2.post-ttl {
        font-size: 30px;
    }
  }

  #page-content a {
    word-wrap: break-word;
}
.privacy-policy h2 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;    
}
.privacy-policy h2,.privacy-policy h3{
    color: #004da0;
}
.privacy-policy h3 {
    margin: 2rem 0 1rem;
}
.page-id-66 ul.wp-block-list li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.page-id-66 ul.wp-block-list li {
    border-top: 1px solid #ddd;
    padding: 2rem;
    list-style-type: none;
}
.page-id-66 ul.wp-block-list {
    padding: 0;
    border-bottom: 1px solid #ddd;
}