@charset "UTF-8";
/*body{
    background: url(../img/bg.png) no-repeat top left /100%;
    background-size: cover;
    background-attachment: fixed;
}*/
.wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
h2 {
    font-family: var(--en);
    font-size: clamp(3.2rem, 7.27vw, 5rem);
    margin-bottom: 65px;
}
h2 span {
    font-size: 1.6rem;
    font-family: var(--jp);
    font-weight: 600;
    padding-left: 16px;
}
h3 {
    font-size: 1.8rem;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--sub-color);
    margin-bottom: 19px;
    line-height: 1.8;
    font-weight: bold;
}
.text-center {
    text-align: center;
}
section.subpage {
    margin: 160px 0 125px;
}
@media screen and (max-width: 1200px) {
    .wrap {
        width: 90%;
        max-width: none;
    }
}
@media screen and (max-width: 768px) {
    h2 span {
        display: block;
        padding-left: 0;
        padding-top: 16px;
    }
    h2 {
        margin-bottom: 32px;
    }
    h3 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 500px) {
    section.subpage {
        margin: 110px 0 120px;
    }
}
/* no-event-message */
#no-event-message {
    font-size: clamp(16px, calc(16px + 2 * ((100vw - 320px) / 1120)), 18px);
    color: #ccc;
}
/* header logo */
.header-logo.subpage {
    display: block;
}
/*==============
    pagination
===============*/
.pagination {
    text-align: center;
    margin-top: 56px;
}
.pagination1 {
    display: flex;
    justify-content: center;
    gap: clamp(24px, calc(24px + 32 * ((100vw - 320px) / 1120)), 56px);
    margin-top: 56px;
    position: relative;
}
.pagination2 {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pagination2 a.Prev {
    position: absolute;
    left: 0;
}
.pagination2 a.Next {
    position: absolute;
    right: 0;
}
.pagination2 a {
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 8px 32px 8px 32px;
    background-color: #d7d7d7;
    border-radius: 4px;
}
.pagination content {
    font-size: initial;
    font-family: var(--en);
    margin-right: 3%;
}
.material-icons.md-24 {
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    line-height: 1.5;
}
.pagination a:hover,
.pagination1 a:hover,
.pagination2 a:hover,
.flex.btns a.right:hover,
.flex.btns a.left:hover {
    opacity: 0.5;
}
.pagination content:last-child {
    margin-right: 0;
}
.pagination a.arrow {
    position: relative;
    z-index: -1;
}
.pagination a.arrow.left {
    padding-left: 20px;
}
.pagination a.arrow .material-icons {
    position: absolute;
    bottom: 2px;
}
.pagination a.arrow.left .material-icons {
    left: 0;
}
.pagination span.current,
.pagination span.current,
.pagination span.current {
    color: var(--sub-color);
}
.pagination1 a.right,
.pagination1 a.left,
.flex.btns a.right,
.flex.btns a.left {
    font-size: 1.8rem;
    line-height: 1;
}
.flex.btns a.right {
    position: absolute;
    right: 0;
    top: 10px;
}
.flex.btns a.left {
    position: absolute;
    left: 0;
    top: 10px;
}
.flex.btns a.right,
.flex.btns a.left {
    font-size: 1.8rem;
    line-height: 1;
    font-family: var(--en);
}
.flex.btns a .material-icons {
    vertical-align: middle;
    line-height: 0;
}
/*==============
    form
===============*/
form [type="text"],
form [type="email"],
form [type="password"],
form [type="tel"],
form [type="date"],
form textarea {
    size: initial !important;
    width: 100%;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
form input[type="submit"] {
    border: 1px solid var(--sub-color);
    background: var(--sub-color);
    color: #fff;
    padding: 15px 0;
    width: 80%;
    cursor: pointer;
    margin: 16px auto 0;
    display: block;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
form input[type="submit"]:hover {
    color: var(--sub-color);
    background: #fff;
    border: 1px solid var(--sub-color);
    opacity: 1;
}
#joinus form .agree-scroll input[type="submit"] {
    background: #fff;
    color: var(--sub-color);
    pointer-events: none;
}
#joinus form .agree-scroll input[type="submit"]:hover {
    background: #fff;
    color: var(--sub-color);
}
#joinus form .agree-scroll input[type="submit"].btn-on {
    background: var(--sub-color);
    pointer-events: auto;
    color: #fff;
}
form select {
    size: initial !important;
    width: 100%;
    /* padding: 1em; */
    height: 48px;
    padding: 0 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-weight: initial;
    color: var(--black);
    font-family: var(--jp);
}
.wpcf7c-elm-step2.text-center {
    padding-top: 56px;
}
::placeholder {
    color: #aaa;
    font-size: 1.3rem;
}
.custom-select {
    font-size: 1.4rem;
    color: #aaa;
}
.entry-message {
    text-align: right;
    margin-bottom: 24px;
    font-size: 1.4rem;
}
span.reference {
    color: red;
}
form .middle {
    width: 80% !important;
}
form .half-width {
    width: 50% !important;
}
form .entry-message {
    text-align: right;
    margin-bottom: 24px;
}
form .entry-message.text-center {
    text-align: center;
}
form button {
    background: #bfbfbf;
    border: none;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    width: 130px;
}
.form-wrap {
    width: 70%;
    margin: 0 auto;
}
form ul li {
    display: flex;
    margin-bottom: 24px;
}
form ul li.block {
    display: block;
}
form ul li .myTitle {
    width: 200px;
    font-weight: bold;
}
form ul li .myTitle.wide {
    width: 100%;
}
form ul li .detail {
    width: calc(100% - 200px);
}
form .detail ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
form ul li .detail.half {
    width: calc(70% - 200px);
}
.cmn-status-msg {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    form#entry-form,
    form#ums-form {
        width: 100%;
    }
    .form-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    form#entry-form {
        width: 100%;
    }
    form input[type="submit"] {
        width: 80%;
        padding: 16px 0;
    }
    .form half {
        width: 80% !important;
    }
    form ul li {
        display: block;
    }
    form ul li .myTitle,
    form ul li .detail {
        width: 100%;
    }
    form ul li .myTitle {
        margin-bottom: 8px;
    }
    form ul li .detail.half {
        width: 80%;
    }
    form .detail ul {
        gap: 16px;
    }
}
@media screen and (max-width: 420px) {
    form input[type="submit"] {
        width: 100%;
    }
}
/* insetBox */
.insetBox {
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.2rem;
}
.insetBox #pp .boxWrap h3,
.insetBox #ma .boxWrap h3 {
    font-family: var(--ja);
    color: var(--black);
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.insetBox #pp .boxWrap,
.insetBox #ma .boxWrap {
    margin-bottom: 40px;
}
.insetBox section {
    margin: 30px;
}
.insetBox section h2 {
    display: none;
}
/* conf */
.conf form ul {
    margin-bottom: 80px;
}
.conf .submit-wrap {
    display: flex;
    justify-content: space-between;
}
.conf .submit-wrap input {
    width: calc(50% - 24px);
}
input.back {
    border: 1px solid #9f9f9f !important;
    background: #9f9f9f !important;
    color: #eee !important;
    padding: 10px 0;
}
input.back:hover {
    opacity: 0.5;
}
/* comp */
.comp .ums-message p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 7%;
    display: block !important;
}
.comp .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.comp .topBack .btn {
    text-align: center;
    display: block;
    border: 1px solid #7c7c7c;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #7c7c7c;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
.comp .topBack .btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 500px) {
    /* conf */
    .conf .submit-wrap {
        display: block;
    }
    .conf .submit-wrap input {
        width: 100%;
    }
    /* comp */
    .comp .ums-message p {
        font-size: 1.6rem;
        text-align: left;
    }
    .comp .topBack .btn {
        width: 100%;
    }
}
/*==============
    comingsoon
===============*/
.comingsoonwrap {
    padding: 80px 0;
}
.comingsoon {
    font-size: 4rem;
    font-family: var(--en);
    color: #ccc;
    text-align: center;
    margin-bottom: 2rem;
}
.comingsoonSub {
    font-size: 1.8rem;
    font-family: var(--jp);
    color: #ccc;
    text-align: center;
}
@media screen and (max-width: 420px) {
    .comingsoon {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .comingsoonSub {
        font-size: 1.6rem;
    }
}
/* 1225 */
.confirmTable {
    padding: 30px 50px 22px;
    background: #f5f5f5;
    width: 70%;
    margin: 0 auto 80px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
}
.confirmTable th {
    width: 170px;
    margin-bottom: 8px;
    display: block;
}
.confirmTable td {
    margin-bottom: 8px;
    display: block;
}
.confirmTable tr {
    display: flex;
}
#continued .ums-message p,
#register .container .form-wrap form {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 80px;
    display: block !important;
}
#continued .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#continued .topBack .btn {
    text-align: center;
    display: block;
    border: 1px solid #7c7c7c;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #7c7c7c;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
#continued .topBack .btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 500px) {
    .confirmTable {
        width: calc(100% - 60px);
        padding: 30px 30px 6px;
    }
    .confirmTable tr {
        flex-wrap: wrap;
    }
    .confirmTable th {
        width: 100%;
    }
    .confirmTable td {
        margin-bottom: 24px;
    }
}
/* 0220 */
form ul li .detail {
    font-weight: initial;
    font-size: 1.4rem;
}
/* 260520 */
form ul li .detail {
    word-break: break-all;
}
/* 260521 */
#modify .wrap,
#password_reminder .wrap {
    max-width: 756px;
}
form ul li {
    align-items: center;
}
#password_reminder form ul.halfList {
    margin-bottom: 0 !important;
}
#applicationForm #error+li:not(#error) {
    margin-top: 24px;
}
#applicationConfirm .ums-message.text-center {
    margin-top: 80px;
}
#register h2 {
    margin-bottom: 65px;
}
@media (max-width: 768px) {
    #register h2 {
        margin-bottom: 32px;
    }
}
.flex.btns {
    display: block;
    position: relative;
}
#continued form input[type="submit"] {
    margin-top: 56px;
}
/*  26.05.22  */
#password_reminder .form-wrap {
    width: 100%;
}
#password_reminder form .detail ul {
    flex-wrap: nowrap;
    align-items: center;
}
#password_reminder form .detail li.full {
    width: 100%;
}
h2 span {
    display: block;
    text-align: center;
    margin-top: 16px;
}
#password_reminder form ul {
    margin-bottom: 80px;
}
#modify .form-wrap {
    width: 100%;
}
#modify li.full,
#modify li.full a.btn-modify {
    width: 100%;
}
@media (max-width: 768px) {
    #modify li.full {
        display: flex;
    }
}
#modify li.full a.btn-modify {
    text-align: center;
    padding-inline: 0;
}
#modify form .detail ul {
    flex-wrap: nowrap;
}
#modify .entry-submit-section {
    margin-top: 10%;
}
#mailaddress_modify .cmt p {
    max-width: 765px;
    margin-inline: auto;
}
#password_modify .cmt p {
    max-width: 765px;
    margin-inline: auto;
}
#joinus .supporters ul {
    display: block;
}
#joinus li.email_newsletter .detail li {
    margin-bottom: 0 !important;
}
#joinus .supporters ul li {
    gap: 1em;
    margin-bottom: 6px;
}
#joinus .supporters ul li:first-child {
    align-items: center;
}
/* #joinus .supporters ul li span.changeBtn {
    padding: .3em .7em;
    background-color: #bfbfbf;
}
#joinus .supporters ul li span.changeBtn a {
    color: #fff;
} */
/*  2026.05.28  */
/* #joinus form .agree-scroll input[type="submit"] {
    color: #fff;
} */
#joinus input[type="date"] {
    background-color: #fff;
}
#modify h2 span,
#mailaddress_modify h2 span,
#password_modify h2 span,
#password_reminder h2 span,
#register h2 span,
#joinus h2 span {
    padding-left: 0;
}
#modify li.full,
#modify li.full a.btn-modify {
    margin-bottom: 0;
}
#modify .cmt {
    margin-bottom: 24px;
}
#password_modify form ul li .myTitle {
    margin-top: -2px;
}
#password_modify .entry-submit-section.submit-wrap {
    margin-top: 10%;
}
#continued form ul,
#register form ul {
    width: 80%;
    margin-inline: auto;
}
/*  26.05.29  */
#password_reminder form ul li li {
    margin-bottom: 0;
}
.pagination1 a:not(.arrow) {
    color: #ccc;
}
@media (max-width: 550px) {
    .pagination1{
        gap: initial;
        justify-content: space-around;
    }
}
/* 26.06.03  */
.modaal-noscroll .modaal-image .modaal-container {
    transform: scale(1.25);
}
/* 26.06.04  */
#news.staff-blog ul li a .flex {
    margin-bottom: 8px;
}
#news.staff-blog ul li{
    padding: 24px 16px;
}
#news_detail.staff-blog .day {
  font-family: var(--jp);
  font-size: 1.4rem;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
}
@media (max-width: 768px) {
#news_detail.staff-blog .day {
  font-family: var(--jp);
  font-size: 1.4rem;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
  }
  h2 span{
    margin-top: 0;
  }
  .insetBox .wrap{
    width: 100%;
   }
}
#joinus .supporters ul li span.changeBtn a {
  padding: 10px 20px;
  background: #bfbfbf;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
#joinus .supporters ul li span.changeBtn a:hover {
    background: rgb(73, 71, 71);
}
#news_detail.staff-blog .border {
    border-bottom: 1px solid #d7d7d7;
    margin-block: 56px;
}
@media (max-width: 768px) {
    #joinus .detail ul {
        gap: 16px;
    }
    #joinus form ul li .detail .halfList li {
        width: 47%;
    }
}
header .header-logo .black{
display: none;
}
form textarea{
    white-space: pre-wrap;
}