@media screen and (max-width: 584px) {
    section .sectionin {
        padding-top: 50px !important;
    }
}

figure {
    overflow: hidden;
}

figure .note {
    font-feature-settings: "pwid";
    letter-spacing: 0px;
}

figure .swp {
    display: none !important;
}
.btnl{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background-color: #999;
    max-width: 300px;
    border-radius: 100vh;
}
.btnl a{
    	display: block;
    	width: 100%;
    	height: 100%;
    	position: relative;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
    	color: #fff;
    	text-align: center;
    	font-size: 15px;
}
.btnl2{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background-color: #002855;
    max-width: 300px;
    border-radius: 100vh;
}
.btnl2 a{
    	display: block;
    	width: 100%;
    	height: 100%;
    	position: relative;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
    	color: #fff;
    	text-align: center;
}

.loginmov{
    position: relative;
    margin-bottom: 40px;
    max-width: 1020px;
    	margin-left: auto;
    		margin-right: auto;
}
.loginmov video{
    	display: block;
    		vertical-align: bottom;
    		width: 100%;
}
@media screen and (max-width: 584px) {
    figure .swp {
        display: block !important;
    }
}

p.p1b {
    text-align: center;
    color: #EB5924;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

p.p1b img {
    width: 50%;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

p.p1b.sty2 {
    color: #231815;
    font-size: 22px;
}

p.p2 {
    text-align: center;
    font-size: 24px;
    color: #231815;
}

p.p2b {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #231815;
    margin-bottom: 20px;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
}

@media screen and (max-width: 584px) {
    p.p2b {
        font-size: 4vw;
    }
}

p.p3 {
    color: #231815;
    text-align: left !important;
}

@media screen and (max-width: 584px) {
    p.p1b {
        font-size: 7vw;
    }

    p.p1b.sty2 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 584px) {
    p.p2 {
        font-size: 5vw;
    }
}

@media screen and (max-width: 584px) {
    p.p2b {
        font-size: 4.5vw;
    }
}

.login .pagetitle {
    position: relative;
}

.login .pagetitle .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

.login .casbee {
    position: relative;
    margin-top: 40px;
}

.login .casbee figure {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.login .casbee p {
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 584px) {
    .login .casbee p {
        font-size: 3.5vw;
    }
}

.login .sec2 {
    position: relative;
}

.login .sec2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/members_01/img_05.jpg");

    opacity: 1;
    content: "";
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

.login .sec1 {
    position: relative;
    background-color: #000;
}

.login .sec1::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;


    /*background-image: url("../images/design/main_01.jpg");*/
    background-image: url("../images/top/main_12_01.jpg");
    opacity: 0.5;
    content: "";
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}
.sec1b{
    width: 90%;
    	margin-left: auto;
    		margin-right: auto;

}
.login .sec1.ani1::before {
    opacity: 0.5;
}

.login section {
    color: #fff;
}

.login section h2 {
    color: #fff;
}

.login section .p3 {
    color: #222;
    font-size: 1.7rem;
    text-align: center !important;
}

.login section .p1b {
    color: #fff;
}

.login .sec1a {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    backdrop-filter: blur(3px);
}
.login .sec1a.sty2 {
  padding: 40px;
  color: #000;
  background-color: rgb(255 255 255 / 95%);
}
@media screen and (max-width: 584px) {
    .login .sec1a.sty2 {
        padding: 3vw;
    }
}
.login .sec1a.sty2 p{
  /*color: #000;*/
}
.login .sec1a.sty2 .p3{
    text-align: center;
}
.login .sec1a h3{
    text-align: center!important;
    font-size:30px;
    margin-bottom: 40px;
}

.login .contenttitle {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 160px;

}
@media screen and (max-width: 584px) {
    padding-bottom: 100px;
}
.contenttitle:before {

    background-color: #222;

}
.member-content{
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.member-content li{
    width: 48%;
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.member-content li.dis{
    pointer-events: none;
}
.member-content li:hover{
    opacity: 0.7;
}
.member-content li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
@media screen and (max-width: 584px) {
    .login .sec1a {
        padding: 6vw;
    }
}

.login .sec1{
    .cnote{
            position: absolute;
                left: 5px;
                bottom: 5px;
        color: #fff;
        text-shadow: 0 3px 10px #222222;
    }
}
.login .sec1a .p1 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.login .sec1a.sty2 .p1 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.login .erbtn {
    margin-top: 40px;
}

.login .loginf {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.login .loginf h6 {
    width: 80%;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: #B42024;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.login .loginf dl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
}

.login .loginf dl dt {
    width: 70%;
    height: 60px;
}

.login .loginf dl dt input {
    height: 60px;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.login .loginf dl dd {
    height: 60px;
    width: 30%;
    background-color: #CAB272;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 584px) {
    .member-content li{
        width: 100%;
        margin-bottom: 3vw;
    }
    .login .sec1a.sty2 .p3 {
        font-size: 3.5vw;
        line-height: 1.5em;
    }
    .login .sec1a h3 {
        font-size: 5.5vw;
        margin-bottom: 6vw;
    }
}
.login .loginf dl dd:hover {
    opacity: 0.7;
}

.loginerr .loginf h6 {
    display: block;
}

.login.loginerr .sec1 .sectionin .loginf h6 {
    display: block;
}

.login h3 {
    color: #000;
}

.login h3 span {
    color: #000;
}

.login .h3bt {
    color: #000;
}

.login .p1 {
    color: #000;
}





.login .slide1 {
    position: relative;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media screen and (max-width: 584px) {
    .login .slide1 {
        margin-top: 0px
    }
}

.login .slide1 .bg {
    display: block;
    vertical-align: bottom;
    width: 100%
}

.login .slide1 ul {
    position: relative
}

.login .slide1 .slide-item {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #0A1231
}

.login .slide1 .slide-item p {
    position: absolute;
    left: 0;
    bottom: 80px;
    font-size: 20px;
    line-height: 1em;
    width: 100%;
    color: #ffffff;
    text-shadow: 0 0 2px rgba(50, 50, 50, 0.9);
    text-align: left;
    padding-left: 40px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-family: "cd"
}

@media screen and (max-width: 584px) {
    .login .slide1 .slide-item p {
        font-size: 4vw;
        font-size: 6vw;
        bottom: 6vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 0;
        text-align: center
    }
}

.login .slide1 .slide-item p.sty4 {
    text-align: center;
    width: 30%
}

.login .slide1 .slide-item p.sty2 {
    left: auto;
    right: 40px;
    text-align: right
}

.login .slide1 .slide-item p.pht2 {
    width: 30%;
    left: auto;
    right: 40px;
    text-align: center
}

.login .slide1 .slide-item p.pht3 {
    width: 30%;
    right: 0;
    bottom: 40px;
    left: auto;
    text-align: right;
    padding: 0;
    width: 100%;
    padding-right: 40px;
    -webkit-transform: translateX(40px) translateY(0);
    transform: translateX(40px) translateY(0);
    opacity: 0;
    -webkit-transition: 6s;
    transition: 6s;
    font-size: 2rem;
    font-family: "Shippori Mincho",serif;
}

@media screen and (max-width: 584px) {
    .login .slide1 .slide-item p.pht3 {
        bottom: 10px;
        padding-right: 10px;
        font-size: 3vw;
    }
}

.login .slide1 .slide-item p.colb {
    color: #000000;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1)
}

.login .slide1 .slide-item img {
    display: block;
    vertical-align: bottom;
    width: 100%
}

.login .slide1 .slide-item.act {
    opacity: 1
}

.login .slide1 .slick-active p.pht3 {
    opacity: 1;
    -webkit-transition: 2s 1s;
    transition: 2s 1s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

@media screen and (max-width: 584px) {
    .login .slide1 {
        max-width: 100vw;
        /*width: 100vw;*/
        /*margin-left: calc(-1 * (100vw - 100%) / 2)*/
        width: 100%;
    }
}

.login .psld0 {
    margin-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
    z-index: 27;
    position: relative;
    width: 100%
}

@media screen and (max-width: 584px) {
    .login .psld0 {
        margin-top: 3vw
    }
}

.login #slide2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1020px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

@media screen and (max-width: 584px) {
    .login #slide2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        /* justify-content: flex-start; */
        width: 100%;
    }
}

.login #slide2 .slide-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 15.6666666667%;*/
    width: 14%;
    gap: 1%;
    margin-bottom: 10px;
    cursor: pointer
}

@media screen and (max-width: 584px) {
    .login #slide2 .slide-item {
        /*float: none*/

    }
}

.login #slide2 .slide-item img {
    display: block;
    vertical-align: bottom;
    width: 100%
}

.login #slide2 .slide-item:last-child {
    margin-right: 0
}

.login #slide2 .slide-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(18, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.login #slide2 .slide-item p {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 16px;
    text-align: center;
    width: 100%;
    z-index: 3;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
    -moz-text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
    -webkit-text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0)
}

.login #slide2 .slide-item:hover:after {
    opacity: 0
}

@media screen and (max-width: 584px) {
    /*.login #slide2 .slide-item {*/
    /*    width: 15.8333333333%;*/
    /*    margin-right: 0;*/
    /*    margin-bottom: 3px;*/
    /*    margin-top: 0;*/
    /*    margin-right: 1%*/
    /*}*/

    /*.login #slide2 .slide-item:nth-child(6n) {*/
    /*    margin-right: 0*/
    /*}*/
}

.login #slide2.s0 .s0:after, .login #slide2.s1 .s1:after, .login #slide2.s10 .s10:after, .login #slide2.s11 .s11:after, .login #slide2.s12 .s12:after, .login #slide2.s2 .s2:after, .login #slide2.s3 .s3:after, .login #slide2.s4 .s4:after, .login #slide2.s5 .s5:after, .login #slide2.s6 .s6:after, .login #slide2.s7 .s7:after, .login #slide2.s8 .s8:after, .login #slide2.s9 .s9:after {
    opacity: 0
}

.login .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px
}

@media screen and (max-width: 768px) {
    .login .slide-arrow {
        width: 30px
    }
}

.login .prev-arrow {
    left: -40px;
    z-index: 7
}

@media screen and (max-width: 768px) {
    .login .prev-arrow {
        left: 0
    }
}

.login .next-arrow {
    right: -40px;
    z-index: 7
}

@media screen and (max-width: 768px) {
    .login .next-arrow {
        right: 0
    }
}

.login p.note {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
    z-index: 11;
    font-size: 12px;
    line-height: 1.7em;
    color: #231815;
}

.login section .secinner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
    z-index: 2;
}

.login p.txt.btm {
    margin-bottom: 0;
    text-align: left;
    margin-left: 50px;
    margin-top: 20px;
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
   .login p.txt.btm {
    margin-bottom: 0;
    text-align: left;
    margin-left: 0px;
    margin-top: 40px;
    font-size: 1.4rem;
   }
}

.login .sec1 .i_img_04 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}

.login .sec1 .i_img_04 .i_img_04in {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    width: 100%;
    margin: 0 auto;
    background: #000
}

.login .sec1 .i_img_04 iframe {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 130%
}

@media screen and (max-width: 769px) {
    .login .sec1 .i_img_04 iframe {
        height:150%
    }
}











body p.note24 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
    z-index: 11;
    font-size: 15px;
    line-height: 1.7em;
    /* margin: auto; */
    /* margin-top: 25px; */
    /* margin-left: 135px; */
    /* width: 730px; */
    text-align: left;
}
@media screen and (max-width: 769px) {
    body p.note24 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
    z-index: 11;
    font-size: 12px;
    line-height: 1.8em;
    /* margin: auto; */
    /* margin-top: 25px; */
    /* margin-left: 135px; */
    /* width: 730px; */
    text-align: left;
    }
}

body p.p22 {
    line-height: 1.6em;
    font-size: 30px;
    margin-bottom: 0px;
    text-align: center;
}
@media screen and (max-width: 769px) {
    body p.p22 {
    line-height: 1.4em;
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.02em;
    }
}

.login figure2 {
    position: relative;
}

.login figure2 img {
    display: block;
    vertical-align: bottom;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
    .login figure2 img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    }
}