/* ----------------
reset
---------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
img {
    vertical-align: top;
}
embed {
    vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input, textarea, select {
    margin: 0;
    padding: 0px;
}
/*-------------
 	general
-------------*/
html {
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 360px) {
    * {
        -webkit-text-size-adjust: none;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body {
    background-color: #000000;
    color: #ffffff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    *font-size: small;
    *font: x-small;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    overflow-x: hidden;
    /*font-weight: 400;*/
    font-weight: 500;
    padding: 0px 0px 0px 0px;
}
a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover, a.hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
video {
    max-width: 100%;
    height: auto;
}
.fadein {
    opacity: 0.0;
    transform: translate(0, 50px);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.leftin {
    opacity: 0.0;
    transform: translate(-200px, 0);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.leftin.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.rightin {
    opacity: 0.0;
    transform: translate(200px, 0);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.rightin.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
/* ----------------
body
---------------- */
body {
    background-color: #000000;
}
/* ----------------
main visual
---------------- */
.mv-wrap {
    position: relative;
    width: 100%;
    background-color: #000000;
}
.mv-bg {
    position: relative;
    /*max-width: 1366px;*/
    width: 100%;
    /*height: 768px;*/
    margin: 0 auto;
}
.mv-bg .bg-img-wrap {
    width: 100%;
    /*height: 768px;*/
    text-align: center;
    overflow: hidden;
}
.mv-bg .bg-img-wrap img {
    width: 100%;
    /*height: 768px;*/
    object-fit: cover;
}
.mv-bg .bg-img-wrap img.sp-use {
    display: none;
}
.mv-bg .bg-img-wrap img.pc-use {
    display: block;
}
.mv-logo-copy-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}
.mv-logo-copy-wrap .mv-logo-copy {
    margin-top: 3%;
    text-align: center;
}
.mv-logo-copy-wrap .mv-logo-copy .mv-logo {
    max-width: 258px;
    margin: 0 auto;
}
.mv-logo-copy-wrap .mv-logo-copy .mv-copy {
    max-width: 1044px;
    margin: 0 auto;
    padding: 70px 0px 0px 0px;
}
.mv-logo-copy-wrap .mv-logo-copy .mv-copy .en img.sp-use {
    display: none;
}
.mv-logo-copy-wrap .mv-logo-copy .mv-copy .en img.pc-use {
    display: block;
}
.mv-logo-copy-wrap .mv-logo-copy .mv-copy .ja {
    padding: 10px 0px 0px 0px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 132%;
    letter-spacing: 0.3em;
}
.mv-sns-wrap {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
}
.mv-sns-wrap .mv-sns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 30px 0px 0px;
    box-sizing: border-box;
}
.mv-sns-wrap .mv-sns > div {
    flex-basis: 48px;
    max-width: 48px;
    margin: 0px 5px 0px 5px;
}
.mv-sns-wrap .mv-sns > div:nth-child(1) {
    background-image: url("../images/icon-twitter-bg.png");
    background-size: contain;
    background-position: center center;
}
.mv-sns-wrap .mv-sns > div:nth-child(2){
    background-image: url("../images/icon-youtube-bg.png");
    background-size: contain;
    background-position: center center;
}
.mv-sns-wrap .mv-sns > div > a:hover {
    opacity: 0.0;
}
/* ----------------
mv news
---------------- */
.mv-news-wrap {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0%;
}
.mv-news-wrap .mv-news {
    /*max-width: 1366px;*/
    width: 100%;
    margin: 0 auto;
}
.mv-news-wrap .mv-news .mv-news-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 3px;
}
.mv-news-wrap .mv-news .mv-news-line .end-line {
    flex-basis: 95px;
    max-width: 95px;
    height: 3px;
}
.mv-news-wrap .mv-news .mv-news-line .center-line {
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    height: 3px;
    background-image: url("../images/news-line-center.png");
    background-size: 1173px 1px;
    background-position: center center;
    background-repeat: repeat-x;
}
.mv-news-wrap .mv-news .mv-news-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}
.mv-news-wrap .mv-news .mv-news-content .post-title-head {
    position: absolute;
    left: 285px;
    top: -2px;
    width: 10px;
    height: 6px;
}
.mv-news-wrap .mv-news .mv-news-content .post-title-bottom {
    position: absolute;
    left: 285px;
    bottom: -2px;
    width: 10px;
    height: 6px;
}
.mv-news-wrap .mv-news .mv-news-content .post-date {
    flex-basis: 290px;
    max-width: 290px;
    font-family: "Arial";
    font-weight: bold;
    padding: 21px 40px 18px 40px;
    box-sizing: border-box;
    text-align: right;
}
.mv-news-wrap .mv-news .mv-news-content .post-date span {
    display: inline-block;
    background-image: url("../images/icon-news-date.png");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding: 0px 0px 0px 30px;
}
.mv-news-wrap .mv-news .mv-news-content .post-title {
    flex-basis: calc(100% - 580px);
    max-width: calc(100% - 580px);
    padding: 21px 40px 18px 40px;
    box-sizing: border-box;
    background-image: url("../images/news-line-title-left.png");
    background-size: 1px 72px;
    background-position: left top;
    background-repeat: repeat-y;
    position: relative;
}
.mv-news-wrap .mv-news .mv-news-content .post-title a:hover {
    opacity: 0.5;
}
.mv-news-wrap .mv-news .mv-news-content .more-btn {
    flex-basis: 290px;
    max-width: 290px;
    padding: 21px 40px 18px 40px;
    box-sizing: border-box;
}
.mv-news-wrap .mv-news .mv-news-content .more-btn a {
    display: inline-block;
    max-width: 118px;
    padding: 7px 0px 0px 0px;
}
.mv-news-wrap .mv-news .mv-news-content .more-btn a:hover {
    opacity: 0.5;
}
/* ----------------
content separation
---------------- */
.content-separation-line-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.content-separation-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 3px;
    /*max-width: 1366px;*/
    margin: 0 auto;
    background-color: #1A1A1A;
}
.content-separation-line .end-line {
    flex-basis: 95px;
    max-width: 95px;
    height: 3px;
}
.content-separation-line .center-line {
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    height: 3px;
    background-image: url("../images/content-separation-line-center.png");
    background-size: 1173px 1px;
    background-position: center center;
    background-repeat: repeat-x;
}
/* ----------------
content title
---------------- */
.content-title-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.content-title-bg {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.content-title-bg img.sp-use {
    display: none;
}
.content-title-bg img.pc-use {
    display: block;
}
.content-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    font-size: 312.5%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.content-title span.add {
    position: absolute;
    display: block;
    bottom: 0%;
    left: calc(50% - 75px);
    max-width: 150px;
    text-align: center;
}
/* ----------------
message
---------------- */
.message-wrap {
    position: relative;
    width: 100%;
    height: 765px;
}
.message-object {
    position: relative;
    /*max-width: 1366px;*/
    width: 100%;
    height: 765px;
    margin: 0 auto;
}
.message-bg {
    position: absolute;
    /*max-width: 1366px;*/
    width: 100%;
    height: 765px;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.message-bg img {
    position: absolute;
    width: 100%;
    /*height: 765px;
    object-fit: cover;*/
    bottom: 0;
    left: 0;
}
.message-bg img.sp-use {
    display: none;
}
.message-bg img.pc-use {
    display: block;
}
.message-smoke {
    position: absolute;
    /*max-width: 1366px;*/
    width: 100%;
    height: 765px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.3;
    overflow: hidden;
}
.message-smoke canvas {
    position: absolute;
    /*width: 1366px;*/
    width: 100%;
    height: 765px;
    top: 0;
    /*left:calc(50% - 683px);*/
    left: 0;
}
.message-text-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.message-text-wrap .message-text {
    margin-top: -3%;
    text-align: center;
    font-size: 125%;
    line-height: 3.0;
}
.message-text-wrap .message-text p br.sp-use {
    display: none;
}
.message-text-wrap .message-text p br.pc-use {
    display: inline-block;
}
/* ----------------
members
---------------- */
.members-wrap {
    position: relative;
    width: 100%;
    background-color: #1A1A1A;
}
.members {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 130px 0px 100px 0px;
    background-color: #1A1A1A;
}
.members-box-wrap {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 30px 0px 30px;
}
.members-box-wrap .members-box {
    position: relative;
    flex-basis: calc((100% / 3) - 26px);
    max-width: calc((100% / 3) - 26px);
}
.members-box-wrap .members-box .member-img-wrap {
    position: relative;
    width: 100%;
}
.members-box-wrap .members-box .member-desc-wrap {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0%;
    padding: 0px 40px 40px 40px;
}
.members-box-wrap .members-box .member-name {
    line-height: 1.2;
}
.members-box-wrap .members-box .member-name > p:nth-child(1) {
    font-size: 112.5%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    color: #FF0000;
}
.members-box-wrap .members-box .member-name > p:nth-child(2) {
    font-size: 225%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    color: #ffffff;
}
.members-box-wrap .members-box .member-name > p:nth-child(3) {
    font-size: 93.75%;
}
.members-box-wrap .members-box .member-sns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}
.members-box-wrap .members-box .member-sns > div {
    flex-basis: 32px;
    max-width: 32px;
    margin: 0px 5px 0px 5px;
}
.members-box-wrap .members-box .member-sns > div:nth-child(1) {
    background-image: url("../images/icon-twitter-member-bg.png");
    background-size: contain;
    background-position: center center;
}
.members-box-wrap .members-box .member-sns > div:nth-child(2){
    background-image: url("../images/icon-youtube-member-bg.png");
    background-size: contain;
    background-position: center center;
}
.members-box-wrap .members-box .member-sns > div:nth-child(3) {
    background-image: url("../images/icon-comment-member-bg.png");
    background-size: contain;
    background-position: center center;
}
.members-box-wrap .members-box .member-sns > div > a:hover {
    opacity: 0.0;
}
.members-box-wrap .members-box .member-line01 {
    position: absolute;
    width: 3px;
    top: 0%;
    left: 0%;
}
.members-box-wrap .members-box .member-line02 {
    position: absolute;
    width: 3px;
    top: 35%;
    right: 0%;
}
.members-box-wrap .members-box .member-line03 {
    position: absolute;
    width: 65px;
    bottom: 1%;
    left: calc(50% - 32.5px);
}
/* ----------------
news
---------------- */
.news-wrap {
    position: relative;
    width: 100%;
    background-color: #000000;
    background-image: url("../images/news-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.news-wrap .news {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 140px 0px 130px 0px;
}
.news-wrap .news .news-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
}
.news-wrap .news .news-content .news-img-wrap {
    flex-basis: 47%;
    max-width: 47%;
    position: relative;
    margin-top: -5%;
}
.news-wrap .news .news-content .news-img-wrap .news-img {}
.news-wrap .news .news-content .news-img-wrap .news-line01 {
    position: absolute;
    width: 3px;
    top: -1%;
    left: 3%;
}
.news-wrap .news .news-content .news-img-wrap .news-line02 {
    position: absolute;
    width: 3px;
    top: 10%;
    right: 5%;
}
.news-wrap .news .news-content .news-img-wrap .news-line03 {
    position: absolute;
    width: 3px;
    bottom: -10%;
    left: 14%;
}
.news-wrap .news .news-content .news-desc-wrap {
    flex-basis: 50%;
    max-width: 50%;
}
.news-wrap .news .news-content .news-desc-wrap .news-desc {
    max-width: 420px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 80px 0px;
    background-image: url("../images/news-main-desc-bottom.png");
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.news-wrap .news .news-content .news-desc-wrap .news-desc .news-main-title {
    font-size: 162.5%;
}
.news-wrap .news .news-content .news-desc-wrap .news-desc .news-main-body {
    font-size: 93.75%;
    line-height: 2.2;
    padding: 10px 0px 10px 0px;
}
.news-wrap .news .news-content .news-desc-wrap .news-desc .news-main-date {
    font-size: 87.5%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.news-wrap .news .news-content .news-desc-wrap .news-link {
    max-width: 420px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;
}
.news-wrap .news .news-content .news-desc-wrap .news-link a {
    display: inline-block;
    color: #ff0000;
    font-size: 93.75%;
    background-image: url("../images/arrow-link.png");
    background-size: 22px 14px;
    background-repeat: no-repeat;
    background-position: right top 6px;
    padding: 0px 30px 0px 0px;
}
.news-wrap .news .news-content .news-desc-wrap .news-link a:hover {
    opacity: 0.5;
}
.swiper {
    width: 100%;
    /*height: 100%;*/
    /*height: 210px;*/
    position: relative;
}
.swiper::after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 200px;
    height: 210px;
    top: 0px;
    right: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,1+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1); /* IE6-9 */
}
.swiper::before {
    z-index: 2;
    content: "";
    position: absolute;
    width: 200px;
    height: 210px;
    top: 0px;
    left: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&1+1,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}
.swiper-wrapper {
    margin-left: -340px;
}
.swiper-slide {
    /*height: 210px;*/
    /*background-image: url("../images/news-slide-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;*/
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 0, 0, 0.20);
    box-sizing: border-box;
    position: relative;
}
.swiper-slide .dammy01 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}
.swiper-slide .dammy01::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #000000 transparent transparent transparent;
}
.swiper-slide .dammy01::before {
    content: "";
    position: absolute;
    top: -0px;
    left: -0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: rgba(255, 0, 0, 0.20) transparent transparent transparent;
}
.swiper-slide .dammy02 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}
.swiper-slide .dammy02::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 0;
    border-color: transparent #000000 transparent transparent;
}
.swiper-slide .dammy02::before {
    content: "";
    position: absolute;
    top: -0px;
    right: -0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 0;
    border-color: transparent rgba(255, 0, 0, 0.20) transparent transparent;
}
.swiper-slide .dammy03 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}
.swiper-slide .dammy03::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 0 17px;
    border-color: transparent transparent transparent #000000;
}
.swiper-slide .dammy03::before {
    content: "";
    position: absolute;
    bottom: -0px;
    left: -0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 0 17px;
    border-color: transparent transparent transparent rgba(255, 0, 0, 0.20);
}
.swiper-slide .dammy04 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}
.swiper-slide .dammy04::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 17px;
    border-color: transparent transparent #000000 transparent;
}
.swiper-slide .dammy04::before {
    content: "";
    position: absolute;
    bottom: -0px;
    right: -0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 17px;
    border-color: transparent transparent rgba(255, 0, 0, 0.20) transparent;
}
.swiper-slide .news-slide-desc {
    padding: 20px 40px 25px 40px;
    background-image: url("../images/news-slide-body-bottom.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide .news-slide-desc .news-slide-body {
    font-size: 87.5%;
    padding: 0px 0px 10px 0px;
    line-height: 1.9;
}
.swiper-slide .news-slide-desc .news-slide-date {
    font-size: 87.5%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.swiper-slide .more-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 20px 0px 20px;
}
.swiper-slide .more-btn a {
    display: inline-block;
    max-width: 90px;
    padding: 0px 0px 0px 0px;
}
.swiper-slide .more-btn a:hover {
    opacity: 0.5;
}
.swiper-button-next {
    right: 0px;
    left: auto;
    background-image: url("../images/news-slide-right-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-prev {
    right: auto;
    left: 0px;
    background-image: url("../images/news-slide-left-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: calc(50% - 41px);
    width: 82px;
    height: 82px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.5;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
/* ----------------
movie
---------------- */
.movie-wrap {
    position: relative;
    width: 100%;
    background-color: #000000;
    background-image: url("../images/movie-wrap-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top 110px;
}
.movie-wrap .movie {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0px 0px 130px 0px;
}
.movie-wrap .movie .movie-content {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 0, 0, 0.40);
}
.movie-wrap .movie .movie-content .movie-box {}
.movie-wrap .movie .movie-content .movie-box {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie-wrap .movie .movie-content .movie-box iframe {
  width: 100%;
  height: 100%;
}
.movie-wrap .movie .movie-content .movie-line01 {
    position: absolute;
    width: 4px;
    left: -8px;
    top: calc(50% - 70px);
}
.movie-wrap .movie .movie-content .movie-line02 {
    position: absolute;
    width: 4px;
    right: -8px;
    top: calc(50% - 70px);
}
.movie-wrap .movie .movie-content .movie-line03 {
    position: absolute;
    height: 4px;
    width: 140px;
    left: calc(50% - 70px);
    bottom: -8px;
}
/* ----------------
partners
---------------- */
.partners-wrap {
    position: relative;
    width: 100%;
    background-color: #000000;
}
.partners-wrap .partners {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0px 0px 160px 0px;
}
.partners-wrap .partners .partners-content {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: -10px auto 0px auto;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.partners-wrap .partners .partners-content > div {
    flex-basis: 22.22%;
    max-width: 22.22%;
}
/* ----------------
footer info
---------------- */
.footer-info-wrap {
    position: relative;
    width: 100%;
    background-color: #000000;
    background-image: url("../images/footer-info-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-info-wrap .footer-info {
    position: relative;
    max-width: 1366px;
    /*height: 770px;*/
    margin: 0 auto;
    padding: 140px 0px 120px 0px;
    box-sizing: border-box;
}
.footer-info-wrap .footer-info .footer-info-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.footer-info-wrap .footer-info .footer-info-content .twitter {
    flex-basis: 46.3%;
    max-width: 46.3%;
}
.footer-info-wrap .footer-info .footer-info-content .twitter .twitter-title {
    padding: 0px 0px 40px 45px;
    background-image: url("../images/icon-twitter-title.png");
    background-size: 32px 26px;
    background-repeat: no-repeat;
    background-position: left top 15px;
}
.footer-info-wrap .footer-info .footer-info-content .twitter .twitter-title p.main {
    font-size: 212.5%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.footer-info-wrap .footer-info .footer-info-content .twitter .twitter-title p.sub {
    font-size: 93.75%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
}
.footer-info-wrap .footer-info .footer-info-content .twitter .twitter-body {
    border-radius: 5px;
    height: 300px;
}
/*.footer-info-wrap .footer-info .footer-info-content .twitter .twitter-body img{
    border-radius: 8px;
}*/
.footer-info-wrap .footer-info .footer-info-content .contact {
    flex-basis: 46.3%;
    max-width: 46.3%;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-title {
    padding: 0px 0px 40px 45px;
    background-image: url("../images/icon-contact-title.png");
    background-size: 32px 29px;
    background-repeat: no-repeat;
    background-position: left top 15px;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-title p.main {
    font-size: 212.5%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-title p.sub {
    font-size: 93.75%;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body {}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-mail {
    padding: 8px 0px 8px 0px;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-mail a {
    display: block;
    background: #f15a26;
    background: -webkit-linear-gradient(left, #f15a26 0%, #ff0000 100%);
    background: -o-linear-gradient(left, #f15a26 0%, #ff0000 100%);
    background: linear-gradient(to right, #f15a26 0%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15a26', endColorstr='#ff0000', GradientType=1);
    height: 64px;
    box-sizing: border-box;
    padding: 20px 100px 20px 100px;
    font-size: 93.75%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    color: #ffffff;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-mail a:hover {
    opacity: 0.5;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-mail a span {
    display: inline-block;
    padding: 0px 0px 0px 37px;
    background-image: url("../images/icon-contact-mail.png");
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 19px 13px;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-twitter {
    padding: 8px 0px 8px 0px;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-twitter a {
    display: block;
    background-color: #ffffff;
    height: 64px;
    box-sizing: border-box;
    padding: 20px 100px 20px 100px;
    font-size: 93.75%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    color: #40A1F2;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-twitter a:hover {
    opacity: 0.5;
}
.footer-info-wrap .footer-info .footer-info-content .contact .contact-body .contact-twitter a span {
    display: inline-block;
    padding: 0px 0px 0px 37px;
    background-image: url("../images/icon-contact-twitter.png");
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 25px 20px;
}
/* ----------------
footer
---------------- */
footer {
    position: relative;
    width: 100%;
    background-color: #000000;
}
footer .footer-content {
    position: relative;
    max-width: 1286px;
    margin: 0 auto;
    padding: 60px 0px 20px 0px;
    background-color: #000000;
}
footer .footer-content .footer-content-upper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .footer-content .footer-content-upper .footer-logo {
    flex-basis: 235.5px;
    max-width: 235.5px;
}
footer .footer-content .footer-content-upper .footer-logo a:hover {
    opacity: 0.5;
}
footer .footer-content .footer-content-upper .footer-sns-wrap {}
footer .footer-content .footer-content-upper .footer-sns-wrap .footer-sns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
footer .footer-content .footer-content-upper .footer-sns-wrap .footer-sns > div {
    flex-basis: 48px;
    max-width: 48px;
    margin: 0px 5px 0px 5px;
}
footer .footer-content .footer-content-upper .footer-sns-wrap .footer-sns > div:nth-child(1) {
    background-image: url("../images/icon-twitter-bg.png");
    background-size: contain;
    background-position: center center;
}
footer .footer-content .footer-content-upper .footer-sns-wrap .footer-sns > div:nth-child(2){
    background-image: url("../images/icon-youtube-bg.png");
    background-size: contain;
    background-position: center center;
}
footer .footer-content .footer-content-upper .footer-sns-wrap .footer-sns > div > a:hover {
    opacity: 0.0;
}
footer .footer-content .footer-content-lower {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px 5px 0px 0px;
}
footer .footer-content .footer-content-lower .official-link {
    padding: 0px 25px 0px 0px;
}
footer .footer-content .footer-content-lower .official-link a {
    display: inline-block;
    font-size: 68.75%;
    background-image: url("../images/arrow-link-small.png");
    background-size: 15px 8px;
    background-repeat: no-repeat;
    background-position: right top 6px;
    padding: 0px 20px 0px 0px;
}
footer .footer-content .footer-content-lower .official-link a:hover {
    opacity: 0.5;
}
footer .footer-content .footer-content-lower .copyright {
    font-size: 68.75%;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
}
/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    overflow: hidden;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
@media (min-width: 801px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}