html, body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal
}
/*
body::before {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 520px;
    content: "";
    z-index: 1;
    background-image: url(../img/bg-txt00.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
}
body.memp::before{
    display: none;
}
*/
/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h1, h2, h3, h4, h5 {
    font-family: m-plus-1p, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 auto 3rem;
    padding: 0;
    text-align: center;
}
h1 { font-size: 64px; }
h2 { font-size: 53px; }
h3, .sm-txt { font-size: 42px; }
h4 { font-size: 31px; }
h5 { font-size: 20px; }

.sm-txt { display: block; }
.tit-line { border-bottom: 6px solid #B4FF26; }
.bd-left { border-left: 6px solid #B4FF26; padding-left: 12px; }
.bd-left span.en-txt { display: block; margin-bottom: 0.2em; }
.tit-bg {
    color: #fff;
    padding: 10px 25px;
    background-color: #00028A;
    border-radius: 0;
}

/*--- ローディング画面 ---*/
/* --------------------------------------------
    ローディング画面
-------------------------------------------- */
/*
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
}
.loading-content .try-wrap {
    width: 100vw!important;
    max-width: none!important;
    height: 100vh!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin: 0!important;
    padding: 0!important;
}
.splash_none { display: none!important; }

.anime-late .inn-box span.inn.no-anime {
    animation: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 5.5s normal!important;
    -webkit-: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 5.5s normal!important;
}
.anime-late .inn-box:last-child span.inn.no-anime {
    animation: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 6s normal!important;
    -webkit-: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 6s normal!important;
}
*/

/*--- aタグ ---*/
a, a:hover, a:focus { text-decoration: none; outline: none; }
a {
    color: #127aca;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus { color: #00028A; }

/*--- マウスカーソルで選択したテキストの色と背景色 ---*/
::selection {
    /*color: #fff;*/
    background-color: rgba(18, 122, 202, 0.15);
}
#ft01 ::selection,
.int-box ::selection,
.bg-bl ::selection,
.bg-gr ::selection,
.bg-imgbl ::selection,
.bg-imgaq ::selection { background-color: rgba(255, 255, 255, 0.2); }

/*--- 文字共通 ---*/
p {
    margin: 0 auto 1.5em;
	padding: 0;
    line-height: 2.4;
    letter-spacing: 0.1em;
}
.color-wh { color: #fff; }
.color-bk { color: #000; }
.color-red { color: #870011; }
.color-ye { color: #F7AB00; }

/*--- background ---*/
.bg-wh { background-color: #fff; }
.bg-bk { background-color: #000; }
.bg-gray { background-color: #F3F3F3; }
.bg-red { background-color: #870011; }
.bg-ye { background-color: #F7AB00; }
.bg-none { background-color: transparent; }

/*--- .box ---*/
.box-wh, .box-bd-wh { padding: 3em 3.5em; }
.box-wh { background-color: #fff; }
.box-bd-wh {
    margin-bottom: 3em;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 46px;
}

/*--- .movie ---*/
.movie-wrap {
    text-align: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
}

/*--- SNS ICON LIST ---*/
.sns-list-box {
    display: flex;
    margin: 0.8em 0 0;
    padding: 0;
}
.sns-list-box li {
    list-style: none;
    width: 40px;
    margin-right: 15px;
    margin-bottom: 0;
}
/*--- SNS BOX ---*/
.sns-box iframe {
    width: 100% !important;
    /*max-width: 325px;*/
}

/*--- .btn00 ---*/
.btn-wrap { margin: 1em auto 2em; }
.btn00 {
    display: table;
    margin: 0 auto;
}
.btn00 a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 1em 5em;
    background-color: #000;
    border-radius: 45px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
}
.btn00 a span { position: relative; z-index: 10; }
.btn00 a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #3B0007;
}
.btn00 a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 52%;
    right: 25px;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transition: transform .3s, right .3s;
    -o-transition: transform .3s, right .3s;
    transition: transform .3s, right .3s;
}
.btn00 a:hover::before { right: 15px; }

/* --------------------------------------------
    テキストが下から出てくるアニメーション
    参考：https://anpanstyle.com/css-fade-slide-up-animation/
-------------------------------------------- */
.inn-box {
    overflow: hidden;
}
.inn-box span.inn {
    display: block;
    transition: transform 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 105%, 0);
}
.inn-box span.inn.scroll-in {
    transform: translate3d(0, 0, 0);
}
.inn-box span.inn.no-anime {
    animation: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s normal;
    -webkit-: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s normal;
}
.inn-box:last-child span.inn.no-anime {
    animation: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 2s normal;
    -webkit-: innFade forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 2s normal;
}
@keyframes innFade {
    0% { transform: translate3d(0, 105%, 0); }
    100% { transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes innFade {
    0% { transform: translate3d(0, 105%, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

/* --------------------------------------------
    header
-------------------------------------------- */
.hd01 {
    position: relative;
    z-index: 50;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}
.main-box .main-img { position: relative; }
.main-box .main-img img { width: 100%; height: auto; }

/* .scrolldown */
.scrolldown {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 50;
}
.scrolldown span {
    position: absolute;
    left: 50%;
    bottom: 200px;
    transform: translateX(-50%);
    color: #fff;
    
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 線 */
.scrolldown::before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 190px;
    background:#fff;
}


/* --------------------------------------------
    コンテンツ
-------------------------------------------- */
section {
    position: relative;
/*
    width: calc(100% + 30px);
    margin: 0 -15px;
*/
    padding: 0;
}
.sec-inline { padding: 6em 0; padding-inline: calc((100vw - 1000px) / 2); }
.content-wrap { position: relative; z-index: 10; }

/* --- flex-box --- */
.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-wrap {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.grid2 { grid-template-columns: 1fr 1fr; }
.grid3 { grid-template-columns: 1fr 1fr 1fr; }
.grid5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
.grid-wrap0 { grid-gap: 0!important; }

/* --- row --- */
.row { margin-right: -30px; margin-left: -30px; }
.col-lg-6, .col-md-6, .col-sm-6 { padding-right: 30px; padding-left: 30px; }

.box-bd-wh > .set-item { margin-bottom: 0; }
.box-bd-wh > .set-item:not(:last-of-type) { margin-bottom: 3.5em; }
.set-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.set-item > dt:first-of-type {
    white-space: nowrap;
    margin-right: 1rem;
}
.set-item > dd { margin-bottom: 0; }
.set-item .set-tit {
    color: #870011;
    font-size: 1.4em;
    font-family: m-plus-1p, sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-right: 1.5rem;
    padding: 10px 2.5em;
    background-color: #fff;
    border-radius: 46px;
}


/*---------- sec01 ----------*/
.sec01-wrap .sec01-img {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 2.5em;
}
.sec01-wrap > p {
    color: #fff;
    text-align: center;
}

/* 2023.07.追加 */
.sec01-wrap time{
    color: #fff;
    font-weight: bold;
}

.news-data { margin-bottom: 5px; }
.news-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-img::before {
    content: "";
    display: block;
    padding-top: 130%;
}
.news-img img{
    border: 6px solid #fff;
    position: absolute;
    width: 100%!important;
    max-width: none!important;
    height: 100%!important;
    object-fit: cover!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    object-fit: cover;
    -webkit-transition: 1s ease!important;
    -o-transition: 1s ease!important;
    transition: 1s ease!important;
}
.news-txt p{
    color: #fff;
    line-height: 1.3!important;
    font-size: 16px;
    letter-spacing: 0.02em;
}
.sec01-wrap .btn-wrap{
    margin: 1em auto 8em;
}

/*---------- sec02 ----------*/
.sec02 {
    height: 625px;
    overflow: hidden;
}
.full-slide {
    position: relative;
    z-index: 10;
}
.full-slide .slide-item img {
    /*width: 2015px;*/
    width: auto;
    height: 625px;
    object-fit: contain;
    backface-visibility: hidden;
}

/*---------- sec03 ----------*/
.sec03-box {
    grid-gap: 0;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 4rem;
}
.merit-img {
    position: relative;
}
.merit-img img.icon {
    position: relative;
    z-index: 10;
}
.merit-img img:not(.icon) {
    position: absolute;
    top: 0;
    left: 0;
}
.merit-txt {
    font-family: m-plus-1p, sans-serif;
    font-weight: 800;
    font-size: 1.1em;
    line-height: 1.2;
    text-align: center;
}

/*---------- sec04 ----------*/
#sec04 { padding-top: 3em; padding-bottom: 3rem; }
#sec04::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 60% 100%);
}
#sec04 .sec04-wrap .flex-box { gap: 1.6rem; justify-content: space-between; }
#sec04 .sec04-wrap h2 { white-space: nowrap; margin-bottom: 2rem!important; }
#sec04 .sec04-wrap h3 { line-height: 1.6; margin-bottom: 0!important; }
#sec04 .sec04-wrap .sec04-img {
    width: 100%;
    max-width: 450px;
    margin: 0 0 1em;
}
.sec04-wrap .sec04-cp {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

/* 2024.11.追加 */
.game-box .time-item { width: 22rem; }
.game-box .txt-item { flex: 1; }
#sec04 .game-box .txt-item h2 {
    color: #870011;
    line-height: 1.1;
    display: block;
    margin: 0 auto 1rem !important;
    padding: 10px;
    background-color: #fff;
}
.game-box .txt-item h2 .cp-txt { display: block; font-size: 0.7em; }
.game-box .txt-item h4 { margin-bottom: 1rem; }
.game-box .txt-item h4:last-of-type span { font-size: 0.9em; }

/* 2023.07.追加 */
.flow{
    display: flex;
    align-items: center;
    margin: 3em auto;
}
.step-img img{
    border: 6px solid #fff;
    border-radius: 0 80px 0 0;
}
.step-txt h3{
    font-size: 2em;
    text-align: start;
    margin-bottom: 0.5em;
}
.step-txt .lg-txt{
    font-size: 1.2em;
}
.step-txt{
    margin-left: 2.5em;
}
.step-txt p{
    color: #fff;
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 0.5em;
    font-family: m-plus-1p, sans-serif;
}
.step-txt .sm-txt{
    font-size: 1.1em;
    font-family: m-plus-1p, sans-serif;
}

#sec01-02{
    padding-top: 6em;
    margin-top: -6em;
}

/*--- full-map ---*/
.full-map {
    z-index: 2;
    line-height: 0;
    height: 430px;
    overflow: hidden;
}
.full-map iframe {
    width: 100%;
    height: 1200px;
    margin-top: -240px;
}
iframe { max-width: 100%; }

/*---------- sec05 ----------*/
.sns-tit {
    font-family: m-plus-1p, sans-serif;
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.sns-box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

/*---------- sec06 ----------*/
.sec06-wrap {
    color: #fff;
    font-weight: 500;
}
.sec06-wrap h2 .color-ye { position: relative; }
.sec06-wrap h2 .color-ye::before {
    content: '';
    display: block;
    width: 3.6em;
    height: 3.6em;
    position: absolute;
    bottom: calc(100% + -1em);
    right: calc(100% + 0.5em);
    z-index: 0;
    background-image: url(../img/sec06-icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}


.num-box { grid-gap: 25px; }
.num-box .num-item:nth-child(2) { transition-delay: .1s; }
.num-box .num-item:nth-child(3) { transition-delay: .2s; }
.num-box .num-item:nth-child(4) { transition-delay: .3s; }
.num-box .num-item:nth-child(5) { transition-delay: .4s; }
.num-box .num-item:nth-child(6) { transition-delay: .5s; }
.num-box .num-item:nth-child(7) { transition-delay: .6s; }
.num-box .num-item:nth-child(8) { transition-delay: .7s; }


/* --------------------------------------------
    お知らせリスト
-------------------------------------------- */
.info-wrap {
  width: 100%;
  margin: 0 auto;
}
.tabs-wrap { overflow: auto; }
/* tab */
.nav-tabs {
    position: relative;
    z-index: 10;
    width: 100%;
/*
    min-width: 560px;
    min-width: 900px;
    min-width: 650px;
*/
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    border: none;
    padding: 0!important;
    margin: 0!important;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs > li { margin: 0; flex: 1; }
.nav-tabs > li:not(:last-child) { margin-right: 10px; }
.nav-tabs > li a {
    background-color: #eee;
    color: rgba(135, 0, 17, 0.9);
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 18px 0.5em;
  text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .active .nav-link, .nav-tabs .nav-link:hover {
  background-color: rgba(135, 0, 17, 0.9);
  color: #fff;
}
.tab-content { border: solid 2px rgba(135, 0, 17, 0.9); }
.tab-content > .tab-pane { position: relative; }
/* dl */
.tab-wrap {
    position: relative;
    z-index: 0;
    background-color: #fff;
    margin: 0 auto;
    padding: 1rem 2rem;
}
.info-box {
  list-style-type: none;
  padding: 0!important;
  margin: 0!important;
}
.info-item {
    color: #000;
    display: flex;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.info-box > a:last-child .info-item { border-bottom: none; }
.info-item dt { margin-right: 2em; }
.info-item dd {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info-box > a:hover .info-item, .info-box > a:focus .info-item {
    color: rgba(135, 0, 17, 0.9);
    text-decoration: none;
    outline: none;
}
@media screen and (max-width: 767px) {
    .nav-tabs > li a { font-size: 14px; letter-spacing: 0; }
}
@media screen and (max-width: 575px) {
    .tab-wrap { padding: 0.5rem 1.5rem; }
    .info-item { flex-wrap: wrap; }
    .info-item dt { margin: 0 0 5px; }
    .info-item dd {
        white-space: initial;
        text-overflow: initial;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}




/* --------------------------------------------
    sidebtn
-------------------------------------------- */
.sidebtn {
    position: fixed;
    bottom: -57px;
    right: 43px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebtn .support-btn {
    display: block;
    width: 131px;
}
.sidebtn:hover { bottom: -10px; }


/* --------------------------------------------
    footer
-------------------------------------------- */
#ft01 {
    line-height: 1.6;
    position: relative;
    z-index: 5;
    background-color: #fff;
}
.ft-wrap {
    margin: 0 auto;
    padding-inline: calc((100vw - 1050px) / 2);
    padding-top: 1.5em!important;
    padding-bottom: 1.5em!important;
}
.ft-box { display: flex; }
.ft-cp {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 15px;
}
.extlink-wrap { width: 100%; max-width: 800px; margin: 0 auto; }

/* --------------------------------------------
    内部ページ
-------------------------------------------- */
.other-page section { margin-top: 0px; }
.other-page section p { line-height: 1.8; }

/*--- ul ol ---*/
.other-page ol {
    margin-bottom: 2em;
    padding-left: 4%;
}
.other-page ol li {
    margin-bottom: 1em;
    padding-left: 10px;
    line-height: 1.8;
}
.other-page ol li > ul { margin-top: 10px; margin-bottom: 0; padding-left: 1em; }

.other-page ul { margin-bottom: 2em; }
.other-page ul li { margin-bottom: 0.8em; }
.other-page ul.list-point { padding-left: 2%; }
.other-page ul.list-point li {
    list-style: none;
    position: relative;
    padding-left: 1.2em;
}
.other-page ul.list-point li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-size: 0.9em;
    font-weight: 900;
    margin-top: 0.2em;
    padding-right : 0.5em;
    color: #870011;
    position: absolute;
    left: 0;
    top: 0;
}

/* 2023.07.追加 内部ページ*/
.mem-news,.mem02{
    padding: 5em 0;
}
.mem02-box{
    max-width: 1250px;
    margin: 3em auto;
}
.mem-hd01{
    position: relative;
    width: 100%;
    height: auto;
}
.mem-hd01 img{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.mem-hd01 .hd02{
    position: absolute;
    width: 225px;
    height: 150px;
    bottom: 0;
    right: 75%;
}
.mem-hd01 h1{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.news-box{
    border: 3px solid #870011;
    max-width: 1000px;
    margin: 3em auto;
    padding: 40px;
}
.news-item a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #870011;
    padding: 20px 0;
}
/* .news-item a:hover{
    opacity: 0.5;
} */
.news-item p{
    /* text-overflow: ellipsis;
	overflow: hidden; */
    margin-bottom: 0;
}
.news-item:last-child a{
    border-bottom: none;
}
.news-item time{
    margin: 0;
    max-width: 180px;
    color: #870011;
    font-size: 1.2em;
    font-weight: bold;
}
.news-item p{
    margin-left: 3em;
}

.single-page img{
    max-width: 100%;
    height: auto;
}
.other-page time{ color: #333; }
.other-page .news-img img{ border-color: #333; }
.other-page .news-txt p { color: #333;  }

/* AFormスタイル */
.amember-box{
    max-width: 1000px;
}
/* .amember-box .submit{
    margin-top: 5rem;
} */
.amember-box .submit input{
    text-align: center;
    background: #870011;
    color: #fff;
    font-weight: bold;
    width: 320px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: none;
}

/* --------------------------------------------
    Responsive
-------------------------------------------- */
@media screen and (max-width: 1101px) {
    .sec-inline { padding: 5em 0; padding-inline: calc((100vw - 860px) / 2); }
    .sec05, .sec06 { padding-inline: calc((100vw - 900px) / 2); }
    h1 { font-size: 56px; }
    h2 { font-size: 48px; }
    h3, .sm-txt { font-size: 36px; }
    h4 { font-size: 30px; }
    h5 { font-size: 20px; }
}
@media screen and (max-width: 991px) {
    html, body { font-size: 17px; }
    h1 { font-size: 54px; }
    h2 { font-size: 42px; }
    h3, .sm-txt { font-size: 36px; }
    h4 { font-size: 30px; }
    h5 { font-size: 20px; }
    .box-wh, .box-bd-wh { padding: 2.5em 2em; }
    .grid4 { grid-gap: 15px; }
    .sec-inline, .ft-wrap  { padding-inline: calc((100vw - 730px) / 2); }

    .row { margin-right: -15px; margin-left: -15px; }
    .col-lg-6, .col-md-6, .col-sm-6 { padding-right: 15px; padding-left: 15px; }
    .merit-txt { font-size: 1em; line-height: 1.3; }
    
    .sec04-wrap h2 { margin-bottom: 1.5rem!important; }
    .sec04-wrap h3 { line-height: 1.4; }
    .sec04-wrap .sec04-cp { font-size: 1em; font-feature-settings: "palt"; }
    #sec04 .sec04-wrap .flex-box { gap: 1rem; }
    .game-box .time-item { width: 19rem; }
    .game-box .txt-item h4:last-of-type span { font-size: 1.4rem; }
    .set-item .set-tit { font-size: 1.2em; height: 70px; margin-right: 1rem; padding: 10px 2em; }
    .set-item > dt:first-of-type { margin-right: 0.5rem; }
    .full-map { height: 380px; }
    .full-map iframe { height: 1200px; margin-top: -275px; }

    .sidebtn.d-block {
        display: flex!important;
        right: auto;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .sidebtn .support-btn { width: 180px; }
    .sidebtn .hd-btn { width: 180px; text-align: center; }
    .sidebtn .hd-btn a {
        font-size: 14px;
        top: auto;
        right: auto;
        position: relative;
    }
    .ft-wrap { padding-bottom: 6em!important; }
}
@media screen and (max-width: 767px) {
    html, body { font-size: 16px; }
    h1 { font-size: 54px; }
    h2 { font-size: 42px; }
    h3, .sm-txt { font-size: 34px; }
    h4 { font-size: 28px; }
    h5 { font-size: 18px; }

    .btn00 a { font-size: 16px; padding: 1em 4em; }
    .box-bd-wh > .set-item { display: block; }
    .set-item .set-tit { margin-bottom: 1em; }
    .grid4 { grid-template-columns: 1fr 1fr; }
    .sec-inline, .ft-wrap { padding: 4em 0; padding-inline: calc((100vw - 520px) / 2); }

    .box-wh, .box-pink, .box-ye { border-radius: 16px; }
    .row { margin-right: -10px; margin-left: -10px; }
    .col-lg-6, .col-md-6, .col-sm-6 { padding-right: 10px; padding-left: 10px; }

    .sec02, .full-slide .slide-item img { height: 500px; }
    .merit-txt { font-size: 1.1em; }
    #sec04::before { clip-path: polygon(0 55%, 100% 30%, 100% 100%, 0% 100%); }
    .sec04-wrap { display: flex; justify-content: center; }
    .sec04-wrap .flex-box { display: block; }
    .sec04-wrap .flex-box .flex-item:first-child { margin: 0 0 2em; }
    .sec04-wrap .flex-box .flex-item:last-child { margin: 0; }
    .sec04-wrap .sec04-img { max-width: 350px; }
    .game-box .time-item { width: 100%; max-width: 19rem; }
    .game-box .txt-item h4:last-of-type span { font-size: 1.1rem; }
    .sec05-wrap .grid-box{ grid-template-columns: 1fr; }
    .sec05-wrap .grid-box > div:first-child { grid-row: 1 / 2; grid-column: 1 / 3; }
    .sec06-wrap h2 .color-ye::before { width: 3em; height: 3em; bottom: calc(100% + -1em); right: calc(100% + 0.3em); }
    .set-item .set-tit { height: 56px; margin-right: 0; padding: 10px 1em; }

    .scrolldown { display: none; }
    .ft-box { flex-wrap: wrap; justify-content: center; }
    .ft-box > a:nth-child(1) { width: 138px; }
    .ft-box > a:nth-child(2) { width: 138px; }
    .ft-box > a:nth-child(3) { width: 180px; }
    .ft-box > a:nth-child(4) { width: 170px; }
    .ft-box > a:nth-child(5) { width: 170px; }
    .extlink-wrap .grid3 { grid-gap: 15px; }
}
@media screen and (max-width: 575px) {
  .inn-box span.inn.no-anime {
    animation: innFadeLeft forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s normal;
    -webkit-: innFadeLeft forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s normal;
  }
  .inn-box:last-child span.inn.no-anime {
    animation: innFadeLeft forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 2s normal;
    -webkit-: innFadeLeft forwards 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 2s normal;
  }
  @keyframes innFadeLeft {
    0% { transform: translate3d(105%, 0, 0); }
    100% { transform: translate3d(0, 0, 0); }
  }
  @-webkit-keyframes innFadeLeft {
    0% { transform: translate3d(105%, 0, 0); }
    100% { transform: translate3d(0, 0, 0); }
  }
}
@media screen and (max-width: 575px) {
    h1, h2, h3, h4, h5 { margin-bottom: 2rem; }
    h1 { font-size: 48px; }
    h2 { font-size: 36px; }
    h3, .sm-txt { font-size: 28px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
    .btn00 a { font-size: 15px; padding: 1em 3.5em; }
    .box-wh, .box-bd { padding: 2.5em 1.5em; }
    .sec-inline, .ft-wrap { padding-inline: calc((100vw - 425px) / 2); }
    .flex4 > div { width: 100%; }

    .sec02, .full-slide .slide-item img { height: 460px; }
    .sec03-box { grid-gap: 0; margin-bottom: 2rem; }
    .merit-txt { font-size: 1em; line-height: 1.3; margin-bottom: 1.5em; }
    .sec04-wrap .sec04-img { max-width: 330px; }
    .sec05-wrap .grid-box > div:first-child { grid-row: auto; grid-column: auto; }
    .sec05-wrap .grid-box { grid-template-columns: 1fr; }
    .extlink-wrap .grid3 { grid-template-columns: 1fr 1fr; }

    /* 2023.07.追加 */
    .sec01-wrap .grid-box,.mem02-wrap .grid-box{ grid-template-columns: 1fr;}
    .sec01-wrap .grid-box { width: 100%; margin: 0 auto; grid-template-columns: 1fr 1fr; grid-gap: 20px; }
    .mem02-box { width: 100%; margin: 0 auto; grid-template-columns: 1fr; }
    .flow{ flex-direction: column; margin: 2em auto;}
    .step-txt h3{margin-bottom: 0.3em;}
    .step-txt p{font-size: 1.3em;}
    .step-txt{margin-left: 0em;}

    .mem-hd01{ margin-top: 70px;}
    .mem-hd01 h1{ font-size: 29px; width: 100%; top: 50%;}
    .news-box{ max-width: 1000px; width: 90%; padding: 20px;}
    .news-item a{ padding: 10px 0; flex-wrap: wrap;}
    .news-item time{ font-size: 1em; min-width: 100px;}
    .news-item p{ margin-top: 5px; line-height: 1.4;}
    .news-img img { width: 100%; height: min(35vw, 260px); }
    .news-txt p { font-size: 16px; letter-spacing: 0; }
    .mem02-box{width: 90%;}
    .mem-hd01 img{ height: auto;}

    /* AFormスタイル */
    .amember-box{padding-top: 70px;}
    .amember-box input{width: 100%;}
    .amember-box .submit input{ margin: 0 auto; width: 100%;}
    .amember-box .submit{ margin: 2rem auto 1rem;}
    .ft-wrap{ padding-bottom: 0 !important;}
}
@media screen and (max-width: 460px) {
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    h3, .sm-txt { font-size: 18px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    .btn00 a { padding: 1em 2.5em; }
    .btn00 a::before { right: 18px; }
    .box-wh, .box-bd-wh { padding: 2em 1.5em; }
    .box-bd-wh { border-radius: 30px; }
    .sns-box { padding: 15px; }
    .sec-inline { padding-inline: initial; padding: 3em 5%; }
    .sec01-wrap > p { font-feature-settings: "palt"; }
    .sec03 { padding-inline: calc((100vw - 330px) / 2); }
    .merit-txt { font-size: 16px; }
    .sec04-wrap .sec04-img { max-width: 270px; }
    .sec06-wrap h2 .color-ye::before { width: 2.5em; height: 2.5em; bottom: calc(100% + 0.1em); right: calc(100% + -1.5em); }
    .ft-wrap { padding-inline: calc((100vw - 340px) / 2); }
    .ft-cp { font-size: 11px; letter-spacing: 0; padding: 15px 0; }
}


/* --------------------------------------------
    A-Form
-------------------------------------------- */
/*.aform-header { display: none!important; }*/
.aform-hdln { margin: 2em auto 0!important; }
.aform .aform-content dl {
    margin: 0 auto;
    padding: 0.8em 0;
    display: flex;
    border: none;
    border-bottom: 1px dotted #F2F2F2;
}
.aform .aform-content dl:last-child { border-bottom: none; }
.aform .aform-content dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    width: 35%;
    max-width: 260px;
    margin: 0;
    margin-right: 2.5%;
    background: #F2F2F2;
    padding: 10px;
    float: none;
    border: none;
}
.aform .aform-content dl dd {
    margin: 0;
    padding: 10px 0;
    width: 65%;
}
.aform .aform-content ul,
.aform-name-ul, .aform-radio-ul {
    margin-bottom: 0!important;
    padding-left: 0!important;
}
.aform-name-ul li, .aform-radio-ul li { padding-left: 0!important; }
.aform-name-ul li:last-child, .aform-radio-ul li:last-child { margin-bottom: 0!important; }
.aform-name-ul li::before, .aform-radio-ul li::before { display: none!important; }

.aform-name-ul label { margin-right: 5px; }

.aform-radio-ul li {
    position: relative;
    padding-left: 1.2em!important;
    margin-bottom: 0!important;
}
.aform .aform-content input[type="radio"], .aform .aform-content input[type="checkbox"] { margin-right: 5px; margin-top: 0; }
.aform .aform-content input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0.8em;
}
.aform .aform-content label { margin-top: 5px; }
.aform-input-example, .aform-name-ul label, .aform-content dd ul li label { margin-bottom: 5px!important; font-size: 14px!important; font-weight: 500!important; }
.aform-twice-note { margin: 1em 0 5px!important; font-size: 14px!important; font-weight: 500!important; }
.aform-upload { margin-bottom: 5px!important; }
.aform .aform-checkbox-ul li label, .aform .aform-upload, .aform .clear_upload { font-size: 16px!important; }
.aform-name-ul li:first-child, .aform-kana-ul li:first-child { margin-bottom: 10px; margin-right: 10px; }

.aform-required {
    color: #fff!important;
    font-size: 13px!important;
    font-weight: bold!important;
    line-height: 1!important;
    display: inline-block!important;
    margin-left: 5px!important;
    padding: 0.2em 0.5em 0.3em!important;
    background: #C30008!important;
    border-radius: 8px!important;
    vertical-align: bottom!important;
}

.aform-button-area { display: flex; }
.aform-button-area input {
    color: #fff!important;
    font-size: 1rem!important;
    font-weight: bold!important;
    line-height: 1.4!important;
    letter-spacing: 0.02em!important;
    position: relative!important;
    z-index: 1!important;
    display: block!important;
    width: auto!important;
    margin: 0 auto!important;
    padding: 1em 5em!important;
    background-color: #000!important;
    border: none!important;
    border-radius: 45px!important;
    text-decoration: none!important;
    outline: none!important;
    -webkit-transition: all 0.3s!important;
    transition: all 0.3s!important;
    text-align: center!important;
    vertical-align: middle!important;
}
.aform-button-area input:hover {
    color: #fff!important;
    text-decoration: none!important;
    outline: none!important;
    background-color: #3B0007!important;
}
.aform-button-area input::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 52%;
    right: 25px;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transition: transform .3s, right .3s;
    -o-transition: transform .3s, right .3s;
    transition: transform .3s, right .3s;
}
.aform-button-area input:hover::before { right: 15px; }


@media screen and (max-width: 767px) {
  .aform .aform-content dl { display: block; }
  .aform .aform-content dl dt { width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 15px; padding: 10px 15px; }
  .aform .aform-content dl dd { width: 100%; }
  .aform .aform-content dl dd input, .aform .aform-content dl dd textarea { max-width: 100%; }
  .aform .aform-content .aform-name-ul input { max-width: calc(100% - 2em); }
  .aform-name-ul li:first-child, .aform-kana-ul li:first-child { margin-right: 0; }
}

/*--- reCAPTCHA ---*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }


/* ---------------------------------------------
*   membership-box
--------------------------------------------- */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.modal:target {
    visibility: visible;
    opacity: 1;
    /*background-color: rgba(51, 51, 51, 0.35);*/
}

.modal_content {
    border-radius: 0;
    position: relative;
    width: 900px;
    max-width: 100%;
    height: auto;
}
.modal_content .modal_box {
    position: relative;
    display: block;
    height: 100%;
    background-color: #870011;
}
.modal_content .modal_box .box-txt {
    color: #fff;
    font-family: m-plus-1p, sans-serif;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    position: relative;
    z-index: 20;
    display: block;
    width: 455px;
    margin: 0 auto;
    padding: 15px 0;
    padding-left: 15px;
}
.modal_content .modal_box .box-ft { margin-top: -65px; }
/*
.modal_content .modal_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/box-item01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
*/
.modal_close {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.35);
/*
    position: absolute;
    top: 0.78125vw;
    right: 0.78125vw;
    width: max(50px, 3.90625vw);
    height: max(50px, 3.90625vw);
    background-color: #000;
    background: url(../img/svg_close_bl.svg) 0 0 no-repeat;
    background-size: 100% auto;
*/
}
@media screen and (max-width: 992px) {
    .modal_content { width: 350px; }
    .modal_content .modal_box .box-txt { font-size: 23px; width: 300px; margin-top: -1px; padding: 10px 0 0; }
    .modal_content .modal_box .box-ft { margin-top: 0; }
}
@media screen and (max-width: 758px) {
    .modal_content { width: 300px; }
    .modal_content .modal_box .box-txt { font-size: 22px; width: 260px; }
}