@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
pre,
code,
blockquote,
form,
fieldset,
legend,
input,
textarea,
figcaption,
figure {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    *font-size: 100%
}

legend {
    color: #FFF
}

hr {
    display: none
}

img {
    vertical-align: bottom
}

select,
input,
button,
textarea {
    font-size: 99%
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

.hd {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section,
main {
    display: block
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-height: 999999px;
    outline: none;
}

*:focus {
    outline: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

/*-----------------------------------------------
* 01. Bace
* 02. Header
* 03. Modal
* 04. Subpage bace
-------------------------------------------------*/
@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*-----------------------------------------------
* 01. Bace
-------------------------------------------------*/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

body {
    -webkit-text-size-adjust: 100%;
    background-color: #000;
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #3e3e3e;
}

body::-webkit-scrollbar-thumb,
.modalBox::-webkit-scrollbar-thumb,
.topModalBox::-webkit-scrollbar-thumb,
.visualWrap::-webkit-scrollbar-thumb {
    background: #004845;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.ah {
    transition: opacity .3s ease;
}

.ah:hover {
    opacity: .7;
}

::selection {
    background: #004845;
    color: #fff;
}

::-moz-selection {
    background: #004845;
    color: #fff;
}

.font-courier {
    font-family: 'Courier Prime', monospace;
}

#fullWrap {
    display: flex;
    min-width: 1200px;
    position: relative;
    z-index: 1;
}

#fullWrap:before {
    content: "";
    display: block;
    width: 458px;
}

.main {
    width: calc(100% - 458px);
    position: relative;
    z-index: 1;
}

@media screen and (max-width:768px) {
    html {
        font-size: 62.5%;
    }

    body {
        font-size: 10px;
        font-size: 1rem;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .ah:hover {
        opacity: 1;
    }

    #fullWrap {
        display: block;
        min-width: 320px;
    }

    #fullWrap:before {
        width: 0;
    }

    .main {
        width: 100%;
    }
}

/**
* Loading
*/
.loading {
    background: #000 url(../img/common/nav_logo.png) no-repeat center center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

@media screen and (max-width:768px) {
    .loading {
        background-size: 60%;
    }
}

/*-----------------------------------------------
* 02. Header
-------------------------------------------------*/
.header {
    display: flex;
    flex-direction: column;
    width: 458px;
    height: 100%;
    min-height: 620px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/* logo */
.header__logo {
    background: #fff url(../img/common/nav_logo.png) no-repeat center center;
    width: 100%;
    height: 27%;
    order: 2;
}

.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
}

/* modalBtn */
.youtubeModalBtn {
    width: 100%;
    height: 36.5%;
    overflow: hidden;
    position: relative;
    order: 3;
}

.youtubeModalBtn__link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1);
}

.youtubeModalBtn__link:hover {
    transform: scale(1.15);
}

.youtubeModalBtn__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.youtubeModalBtn__icon:before {
    content: "";
    background-image: url(../img/common/icon_circle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.youtubeModalBtn__link:hover .youtubeModalBtn__icon:before {
    animation: rotation 3s linear infinite;
}

.youtubeModalBtn__icon:after {
    content: "";
    background-image: url(../img/common/icon_play.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 12px;
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 3px;
}

@media screen and (max-width:768px) {
    .header {
        display: block;
        width: 100%;
        height: 0;
        min-height: auto;
    }
}

/**
* headerIn
*/
.headerIn {
    background-image: url(../img/common/nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 53.5%;
    order: 1;
}

.headerNav {
    display: flex;
    height: 100%;
}

/* navLists */
.headerNavLists {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 135px);
    height: 100%;
    position: relative;
}

.headerNavLists__link {
    color: #61c1bd;
    display: block;
    font-size: 16px;
    padding-left: 40px;
    text-decoration: none;
    transition: color .4s ease;
}
@media screen and (min-width:769px){
    .headerNavLists__link {
        line-height: 23px;
    }
}

.headerNavLists__link:hover,
.headerNavLists__link.is-active {
    color: #fff !important;
}

.headerNavLists__link.is-active:hover {
    color: #61c1bd !important;
}

@media screen and (min-width:767px) {

    .headerNavLists__item__flex {
        display: flex;
        justify-content: space-between;
    }

    .headerNavLists__item.is-top {
        margin-right: 20px;
    }

}

.headerNavLists__item.is-top a {
    color: #fff;
}

.headerNavLists__item.is-top a:hover {
    color: #61c1bd !important;
}

/* shareArea */
.header__shareArea {
    background-color: #004845;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 135px;
    height: 100%;
}

.header__shareArea__dt {
    font-size: 12px;
}

.header__shareArea .shareLists {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.header__shareArea .shareLists__item {
    width: 30px;
    height: 30px;
    margin: 0 6px;
}

.header__shareArea .shareLists__item a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.header__shareArea .shareLists__item a.shareLists__link--tw {
    background-image: url(../img/common/icon_sns_tw.svg);
}

.header__shareArea .shareLists__item a.shareLists__link--fb {
    background-image: url(../img/common/icon_sns_fb.svg);
}

.header__shareArea .shareLists__item a.shareLists__link--line {
    background-image: url(../img/common/icon_sns_line.svg);
}

@media screen and (max-width:768px) {
    .headerIn {
        -webkit-overflow-scrolling: touch;
        background: none;
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        padding: 80px 0;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s ease-in-out;
    }

    .header.is-active .headerIn {
        opacity: 1;
        pointer-events: auto;
    }

    .headerIn:before {
        content: "";
        background: url(../img/common/nav_bg_sp.jpg) no-repeat center / cover;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .headerNav {
        display: block;
        height: auto;
        position: relative;
        z-index: 1;
    }

    /* navLists */
    .headerNavLists {
        display: block;
        width: 100%;
        height: auto;
    }

    .headerNavLists__item {
        margin: 0 0 10px 0;
        opacity: 0;
        transform: translateX(-20px);
        transition: opacity .6s cubic-bezier(0.25, 1, 0.5, 1),
            transform .6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .headerNavLists__item.is-ani {
        opacity: 1;
        transform: translateX(0);
    }

    .headerNavLists__item:last-child {
        margin: 0;
    }

    .headerNavLists__link {
        font-size: 25px;
        font-size: 2.5rem;
        padding-left: 48px;
    }

    /* shareArea */
    .header__shareArea {
        display: none;
    }

    /* menu button */
    .header__navBtn {
        width: 80px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .header__navBtn__link {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .header__navBtn__lineWrap {
        width: 50%;
        height: 13px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .header__navBtn--line {
        background-color: #61c1bd;
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        transform: skewY(-8deg);
    }

    .header__navBtn--line:nth-child(1) {
        top: 0;
    }

    .header__navBtn--line:nth-child(2) {
        top: 6px;
    }

    .header__navBtn--line:nth-child(3) {
        bottom: 0;
    }
}

/*-----------------------------------------------
* 03. Modal
-------------------------------------------------*/
.modalBox {
    -webkit-overflow-scrolling: touch;
    background-image: url(../img/common/cmodal_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.oneModal {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.oneModalIn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:768px) {
    .modalBox {
        background-color: #000;
        background-image: none;
    }

    .oneModalIn {
        min-width: 100%;
    }

    .oneModalIn__cont {
        width: 100%;
        padding: 30px 0;
    }
}

/* closeBtn */
.closeBtn {
    width: 74px;
    height: 98px;
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
}

.closeBtn a {
    background: url(../img/common/icon_close.png) no-repeat 0 0 / 100%;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
    .closeBtn {
        width: 40px;
        height: 53px;
        top: 20px;
        right: 20px;
    }
}

/* common */
.commonIframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* youtube */
.youtubeIframeWrap {
    width: 960px;
    height: 540px;
}

@media screen and (max-width:768px) {
    .youtubeIframeWrap {
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        position: relative;
    }

    .youtubeIframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/*-----------------------------------------------
* 04. Sub common
-------------------------------------------------*/
.subWrap {
    min-height: 100vh;
}

#subMain {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .subWrap {
        min-height: auto;
    }
}

/* background */
.sub__bgWrap {
    background-image: url(../img/common/sub_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 458px);
    height: 100%;
    min-height: 620px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 458px;
    z-index: 0;
}

.sub__bgWrap:after {
    content: "";
    background-image: url(../img/top/main_sankaku.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 101.8%;
    padding-top: 101.8%;
    margin: auto;
    opacity: .4;
    position: absolute;
    top: 0;
    right: -15%;
    bottom: 0;
    left: 0;
    z-index: 0;
    animation: rotation 18s linear infinite;
}

/* page title */
.subContents__title {
    color: #61c1bd;
    font-size: 26px;
    line-height: 1;
    padding: 40px;
}

@media screen and (max-width:768px) {

    /* background */
    .sub__bgWrap {
        background-image: url(../img/top/topmodal_bg_sp.jpg);
        width: 100%;
        min-height: auto;
        left: 0;
    }

    .sub__bgWrap:after {
        width: 140%;
        padding-top: 140%;
        top: 0;
        bottom: auto;
        left: -20%;
    }

    /* page title */
    .subContents__title {
        font-size: min(5.6vw, 42px);
        padding: 50px 24px;
    }
}

/**
* pager lists
*/
.pagingListsWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

/* lists */
.pagingLists {
    display: flex;
}

.pagingLists__item {
    margin: 0 5px;
}

/* a link */
.pagingLists__link {
    background-color: #000;
    border: 2px solid #5eb8b3;
    color: #5eb8b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: all .4s ease;
}

.pagingLists__link:hover,
.pagingLists__np__link:hover {
    color: #000;
    background-color: #5eb8b3;
}

/* active */
.pagingLists__active {
    background-color: #5eb8b3;
    border: 2px solid #5eb8b3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    width: 40px;
    height: 40px;
}

/* next,prev */
.pagingLists__np {
    margin: 0 5px;
}

.pagingLists__np__link {
    background-color: #000;
    border: 2px solid #5eb8b3;
    color: #5eb8b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    padding: 0 10px;
    text-decoration: none;
    transition: all .4s ease;
}

@media screen and (max-width:768px) {
    .pagingListsWrap {
        padding: 50px 0;
    }

    /* lists */
    .pagingLists__item {
        margin: 0 2px;
    }

    /* a link */
    .pagingLists__link {
        font-size: 10px;
        font-size: 1rem;
        width: 30px;
        height: 30px;
    }

    /* active */
    .pagingLists__active {
        font-size: 10px;
        font-size: 1rem;
        width: 30px;
        height: 30px;
    }

    /* next,prev */
    .pagingLists__np {
        margin: 0 2px;
    }

    .pagingLists__np__link {
        font-size: 10px;
        font-size: 1rem;
        height: 30px;
        padding: 0 6px;
    }
}

/**
* back to 
*/
.backto {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.backto__link {
    background-color: #000;
    border: 2px solid #5eb8b3;
    color: #5eb8b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    padding: 0 50px;
    text-decoration: none;
    transition: all .4s ease;
}

.backto__link:hover {
    color: #000;
    background-color: #5eb8b3;
}

@media screen and (max-width:768px) {
    .backto {
        padding: 50px 0;
    }

    .backto__link {
        font-size: 10px;
        font-size: 1rem;
        height: 30px;
        padding: 0 30px;
    }
}