@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////
///// ライブラリCSS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */

/* ==================================================
reset
================================================== */

html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
.imgSetP {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: text-bottom;
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

figure img,
video {
    width: 100%;
    height: auto;
}

/* ---------- */

a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}

th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}

input,
select {
    vertical-align: middle;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*border:0;*/
    -webkit-appearance: none;
}

pre {
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* IE 5.5+ */
}

/* ==================================================
 FONT SETTING
================================================== */

.taCsp {
    text-align: center;
}
.taL {
    text-align: left;
}
.taR {
    text-align: right;
}

@media screen and (min-width: 641px) {
    .taCtab {
        text-align: center;
    }
}

@media screen and (min-width: 961px) {
    .taC {
        text-align: center;
    }
}

/* ==================================================
Selected Text
================================================== */

::-moz-selection {
    background: #ffffff;
    /* Safari */
    color: #292929;
}

::selection {
    background: #ffffff;
    /* Safari */
    color: #292929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ==================================================
link
================================================== */

a {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.8s opacity;
    -o-transition: 0.8s opacity;
    transition: 0.8s opacity;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul li a {
    position: relative;
    outline: none;
    text-decoration: none;
}

p a:link {
    text-decoration: underline;
}

p a:visited {
    text-decoration: underline;
}

p a:active {
    text-decoration: underline;
}

ul li a:focus {
    outline: none;
}

/* ==================================================
common
================================================== */

* {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.navion,
body.popon,
body.modalon,
body.searchon {
    overflow: hidden;
}

body.navion::before,
body.popon::before,
body.modalon::before,
body.searchon::before {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    /* max-width: 600px; */
    z-index: 1000;
    /* left: auto; */
}

@media screen and (max-width: 640px) {
    .spno {
        display: none !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
    .tabno {
        display: none !important;
    }
}

@media screen and (min-width: 961px) {
    .pcno {
        display: none !important;
    }
    .indexno {
        display: none;
        opacity: 0;
    }
}

.hide {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0 !important;
}

.active {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.menuAct {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.closeAcc {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.openAcc {
    height: auto;
    -webkit-transition: height 0.6s ease-in;
    -o-transition: height 0.6s ease-in;
    transition: height 0.6s ease-in;
}

.noimg {
    opacity: 0;
}

.defDis,
.disno {
    display: none !important;
}

.opBlk,
.lateDisplay {
    opacity: 0;
}

.opStart .atclArea {
    display: none;
}

.opEnd .opFO {
    opacity: 0;
}

.opFadeIn {
    opacity: 1;
    -webkit-transition: 0.8s opacity ease-in;
    -o-transition: 0.8s opacity ease-in;
    transition: 0.8s opacity ease-in;
}

.slideOut {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    transform: translate(0, 90px);
    -webkit-transition: 0.6s all ease-in;
    -o-transition: 0.6s all ease-in;
    transition: 0.6s all ease-in;
}

.fadeOut {
    opacity: 0;
    -webkit-transition: 0.6s all ease-in;
    -o-transition: 0.6s all ease-in;
    transition: 0.6s all ease-in;
}

.siTop {
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    -webkit-transition: 0.6s all ease-in;
    -o-transition: 0.6s all ease-in;
    transition: 0.6s all ease-in;
}

.slideIn {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInBtn {
    cursor: pointer;
}

.fadeInMenu {
    position: absolute;
    opacity: 0;
    top: 80px;
    left: 100vw;
    min-width: 300px;
    -webkit-animation: fadeOutMenu 0.6s linear;
    animation: fadeOutMenu 0.6s linear;
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    padding: 2em;
    height: 0;
}

.fadeInMenu::before {
    content: "";
    display: block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.95);
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 25%;
}

.fadeInMenu.fadeIn {
    opacity: 1;
    left: auto;
    -webkit-animation: fadeInMenu 0.3s linear;
    animation: fadeInMenu 0.3s linear;
}

@-webkit-keyframes fadeOutMenu {
    0% {
        opacity: 1;
        left: auto;
        height: auto;
    }
    99% {
        opacity: 0;
        left: auto;
        height: auto;
    }
    100% {
        opacity: 0;
        left: 100vw;
        height: 0;
    }
}

@-webkit-keyframes fadeInMenu {
    0% {
        opacity: 0;
        left: 100vw;
        height: 0;
    }
    1% {
        opacity: 0;
        left: auto;
        height: auto;
    }
    100% {
        opacity: 1;
        left: auto;
        height: auto;
    }
}

.new::after {
    content: "NEW";
}

.nowPage {
    opacity: 0.5;
    pointer-events: none;
}

.cs {
    position: relative;
}

.cs::before {
    content: "COMING SOON";
    display: inline-block;
}

.uc a,
.cs a {
    opacity: 0.3;
    pointer-events: none !important;
}

.scrollArrow {
    width: 100px;
    height: 57px;
    display: block;
    position: absolute;
    left: calc(50% - 52px);
    bottom: 20px;
    z-index: 10;
}

.scrollArrow::before {
    content: "SCROLL";
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    line-height: 1;
    -webkit-transform: translate(-50%, -2em);
    -ms-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
}

.scrollArrow span {
    display: block;
    overflow: hidden;
    width: 2px;
    height: 57px;
    margin: 0 auto;
    position: relative;
}

.scrollArrow span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #ffffff;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        opacity: 0;
    }
    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        opacity: 0;
    }
    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 0;
    }
}

@media screen and (min-width: 641px) {
    .scrollArrow {
        bottom: 40px;
    }
}

.coverImg {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    line-height: 1;
    -webkit-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.coverImg img {
    opacity: 0;
}

.coverImg:before {
    content: "";
    display: block;
    padding-top: 0;
    /* 画像の高さ設定用:それぞれのクラスを作成して上書き */
}

/* dlをテーブルに変換 */

.tableList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tableList dt {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0;
}

.tableList dd {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 15px;
}

@media screen and (min-width: 641px) {
    .tableList dt {
        width: 20%;
        padding: 25px 0;
        border-bottom: 1px solid #dddddd;
    }
    .tableList dd {
        width: 80%;
        padding: 25px 0;
    }
}

/* //////////////////////////////////////////////////////////////////// */

.twoline {
    line-height: 4em !important;
    vertical-align: top;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

/* ==================================================
nowloading
================================================== */

.spinner {
    display: none;
}

.nowloading {
    overflow: hidden;
}

.nowloading .spinner {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00aebb;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* ==================================================
form
================================================== */

textarea {
    resize: none;
}

/* --------------------------------------------------
マウスオーバー時のポインター設定　(IE6以上、firefox対応)
※独自画像の際は右記→ cursor: url(example.cur), url(example.gif), default;
拡張子.curはIE用、firefoxは.gifか.png / 左から優先適用
-------------------------------------------------- */

a,
.clickable {
    cursor: pointer;
}

/* --------------------------------------------------
clearfixフロートした子要素しかもたない親ブロック要素の高さを確立する
-------------------------------------------------- */

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

.clrfix:after {
    clear: both;
}

.clrfix {
    zoom: 1;
}
