@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pc-only {
    display: none;
}

a {
    color: #000;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.inline-block {
    display: inline-block;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes line {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes line {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.home {
    position: relative;
}


/* ------------------------
main_image
------------------------ */

#main_image {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
    background: linear-gradient(90deg, #111416 0%, #060807 100%);
}

#main_image_bg01 {
    background: linear-gradient(90deg, #111416 0%, #111416 50%, #060807 50%, #060807 100%);
    position: relative;
    width: 100%;
    height: 100vh;
}

#main_image_bg02 {
    background: linear-gradient(90deg, #eeefea 0%, #eeefea 50%, #d2d2c8 50%, #d2d2c8 100%);
    width: 100%;
    height: 100vh;
}

#main_image_img01 {
    background-image: url(../images/mainimage_01.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#main_image_img02 {
    background-image: url(../images/mainimage_02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#main_image h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-family: Jost;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 24px;
    transform: translateY(-50%);
}

#menu-cont-inner h1 {
    font-family: Jost;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 24px;
}

#main_image h1 div,
#menu-cont-inner h1 div {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-top: 3px;
}

#main_text {
    margin: 0 5% 60px;
    font-size: 12px;
    line-height: 180%;
    text-align: left;
}

#main_text h2 {
    font-size: 12px;
    line-height: 180%;
    font-weight: 600;
    padding-bottom: 25px;
    text-align: center;
}


/* ---------------------------------
nav menu
--------------------------------- */

#bg-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: background 0.5s;
}

.html-close #bg-black {
    background: rgba(0, 0, 0, 0.4);
}

#menu-cont {
    width: 100%;
    max-width: 720px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.55s;
    transform: translateX(0);
}

#menu-cont.menu-close {
    transform: translateX(-100%);
}

.html-close {
    overflow: hidden;
}

#menu-cont-inner {
    width: 100%;
    padding: 80px 7% 40px;
}

.menu-item-wrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    padding-top: 40px;
}

.menu-item-wrap dl {
    width: 100%;
    padding-bottom: 10px;
}

.menu-item-wrap dd,
.menu-item-wrap dt {
    margin: 0;
}

.menu-item-wrap .menu-item-title,
.menu-item-wrap .menu-item-color {
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    font-family: Jost;
}

.menu-item-wrap .menu-item-title {
    font-size: 14px;
}

.menu-item-wrap .menu-item-color {
    border-bottom: 1px solid #000;
    padding-top: 2px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.menu-item-wrap dd ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-item-wrap dd li {
    width: 50%;
    padding: 6px;
    box-sizing: border-box;
    margin: 0;
    display: flex;
}

@media screen and (min-width:560px) {
    #menu-cont-inner {
        width: 100%;
        padding: 80px 7% 50px;
    }
    .menu-item-wrap {
        font-size: 12px;
        padding-top: 50px;
        justify-content: center;
    }
    .menu-item-wrap dl {
        padding-bottom: 15px;
    }
    .menu-item-wrap .menu-item-title {
        font-size: 18px;
    }
    .menu-item-wrap .menu-item-color {
        padding-top: 4px;
        padding-bottom: 14px;
        margin-bottom: 24px;
    }
    .menu-item-wrap dd li {
        width: 25%;
        margin: 0;
    }
    .menu-item-wrap .menu-item50 {
        width: 50%;
    }
    .menu-item-wrap .menu-item50 li {
        width: 50%;
    }
    .menu-item-wrap .menu-item75 {
        width: 75%;
    }
    .menu-item-wrap .menu-item75 li {
        width: 33.333%;
    }
    .menu-item-wrap .menu-item25 {
        width: 25%;
    }
    .menu-item-wrap .menu-item25 li {
        width: 100%;
    }
}

#menu-close-btn {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 30px;
    top: 30px;
    transform: rotate(45deg);
}

#menu-close-btn span {
    display: block;
    background: #000;
    position: absolute;
}

#menu-close-btn span:first-child {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(50%);
}

#menu-close-btn span:last-child {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(50%);
}

#menu-btn {
    width: 36px;
    height: 23px;
    background: rgba(23, 23, 23, 0.2);
    position: fixed;
    left: 30px;
    top: 30px;
    padding: 14px 8px;
    box-sizing: content-box;
    cursor: pointer;
    transition: 0.3s;
}

#menu-btn:hover {
    background: rgba(168, 168, 168, 0.2);
}

#menu-btn span {
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    transition: 0.3s;
}

#menu-btn:hover span {
    background: #000;
}

#menu-btn span:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width:559px) {
    #menu-close-btn {
        width: 38px;
        height: 38px;
        left: 5vw;
        top: 5vw;
    }
    #menu-btn {
        width: 24px;
        height: 16px;
        position: fixed;
        left: 5vw;
        top: 5vw;
        padding: 11px 7px;
        box-sizing: content-box;
        cursor: pointer;
    }
    #menu-btn span:not(:last-child) {
        margin-bottom: 7px;
    }
}


/* ------------------------
LINE UP
------------------------ */

#lineup {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 35px;
}

#lineup-title {
    width: 120px;
}

#lineup-item {
    width: calc(100% - 120px);
}

#lineup h2 {
    margin: 0 0 14px;
    font-family: Jost;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.05em;
}

.line-black {
    width: 30%;
    height: 1px;
    background: #000;
}

#lineup-title ul {
    padding-top: 18px;
}

#lineup-title li {
    font-family: Jost;
    font-size: 12px;
    padding-bottom: 15px;
    cursor: pointer;
}

#lineup-title li span::after {
    content: "";
    transition: 0.3s;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c2c2c2;
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
}

#lineup-title li span {
    color: #c2c2c2;
    transition: all 0.3s;
    display: inline-block;
}

#lineup-title li.slick-active span {
    color: #000;
}

#lineup-title li.slick-active span::after {
    background: #000;
}

#lineup-title li span:hover {
    color: #000;
    transform: translateX(4px);
}

#lineup-title li span:hover::after {
    background: #000;
}

.lineup_list {
    display: flex;
    flex-wrap: wrap;
}

.lineup_list li {
    width: 50%;
    padding-bottom: 10px;
}

.lineup-list-wrap {}

@media screen and (min-width:560px) {
    #lineup {
        display: flex;
        flex-wrap: wrap;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
        padding-bottom: 20px;
    }
    #lineup-title {
        width: 180px;
    }
    .lineup_list li {
        width: 33.333%;
        padding-bottom: 20px;
    }
    #lineup-item {
        width: calc(100% - 180px);
    }
    #lineup h2 {
        margin: 0 0 26px;
        font-family: Jost;
        font-size: 20px;
        text-align: left;
        letter-spacing: 0.05em;
    }
    .line-black {
        width: 30%;
        height: 1px;
        background: #000;
    }
    #lineup-title ul {
        padding-top: 28px;
    }
    #lineup-title li {
        font-family: Jost;
        font-size: 14px;
        padding-bottom: 25px;
    }
    #lineup-title li span::after {
        width: 7px;
        height: 7px;
        margin-left: 8px;
    }
    .lineup_list {
        display: flex;
        flex-wrap: wrap;
    }
}


/* ------------------------
ITEM
------------------------ */

.item {
    margin: 0 auto 75px;
}

.item h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    font-family: Jost;
    letter-spacing: 0.05em;
}

.item h2 span {
    font-size: 12px;
    position: relative;
}

.item h2 span::after {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    height: 1px;
    background: #000;
    -webkit-animation: line 1.8s linear 1.0s 1 normal forwards running;
    animation: line 1.8s linear 1.0s 1 normal forwards running;
    animation-iteration-count: infinite;
}

.item h2 div {
    margin: 25px 0;
}

.item_main {
    margin: 0 5% 4.5vw;
}

.item .credit {
    margin: 0 5% 20px;
    text-align: center;
    font-family: Jost;
    font-size: 12px;
}

.item .item_sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5% 20px;
}

.item .item_sub li {
    width: 47.75%;
}

.item .item_sub li:first-child {
    margin-right: 4.5%;
}

.item_buy {
    text-align: center;
    font-size: 12px;
    margin: 0 5%;
}

.item_online {
    text-align: center;
    font-size: 12px;
}

.item_online_start {
    border: 1px dotted #666666;
    padding: 7px;
    font-size: 12px;
    text-align: center;
}

.item .item_text {
    margin: 0 5% 60px;
    font-size: 12px;
    line-height: 180%;
}

.item h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 16px;
    font-family: Jost;
    letter-spacing: 0.05em;
}

.item .styling_list {
    display: flex;
    margin: 0 0 30px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 12px;
    height: 18px;
    background-size: 12px 18px;
    margin-top: -9px;
}

a.btn_coordinate {
    display: block;
    margin: 0 auto 120px;
    padding: 15px 0;
    width: 50%;
    font-size: 12px;
    border: 1px solid #000;
    text-decoration: none;
    font-family: Jost;
    text-align: center;
    letter-spacing: 0.05em;
}

.online_day {
    font-size: 12px;
    text-align: center;
    margin: 0 auto 20px;
}

.online_day p {
    display: inline-block;
    text-align: center;
    border: 1px dotted #666;
    padding: 10px;
}

.img-box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    max-width: 708px;
}

.img-box div {
    width: 25%;
    padding: 0.5vw;
}

.staffcode p {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.btn_staffcode {
    display: block;
    margin: 0 auto 60px;
    padding: 15px 0;
    width: 70%;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-bottom: 1px dotted #000;
}

.all_btn {
    width: 100%;
    border-top: 1px dotted #000;
    padding-top: 60px;
}


/* ------------------------
footer
------------------------ */

.page_top {
    display: block;
}

.page_top img {
    width: 100%;
    max-width: 20px;
}

.footer_menu {
    margin: 50px auto;
    font-size: 12px;
    text-align: center;
}

.footer_menu li {
    display: inline-block;
    border-left: 1px solid #000;
    text-align: center;
    width: 140px;
}

.footer_menu li:last-child {
    border-right: 1px solid #000;
}

.footer_menu a {
    text-decoration: none;
}

.btn_allitem {
    display: block;
    margin: 0 auto 100px;
    padding: 15px 0;
    width: 70%;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    font-family: Jost;
    font-size: 14px;
    letter-spacing: 0.05em;
}

footer {
    margin: 70px 0 0 0;
}

footer img {
    display: block;
    width: 124px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer p {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 11px;
    font-family: Jost;
}


/* ------------------------
PC
------------------------ */

@media screen and (min-width:560px) {
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
    #wrapper {
        margin: 0 auto;
        width: 1060px;
    }
    a {
        transition: 0.3s;
    }
    a:hover {
        opacity: 0.8;
    }
    #main_text {
        padding: 0;
        line-height: 200%;
        text-align: center;
    }
    /* ------------------------
    PC main_image
    ------------------------ */
    #main_image {
        position: relative;
        width: 100%;
        margin: 0 0 50px;
        min-width: 1060px;
    }
    #main_image_img01 {
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }
    /* ------------------------
    PC item
    ------------------------ */
    .item {
        margin: 0 auto 100px;
    }
    .item_main {
        width: 500px;
        margin: 0 auto 25px;
    }
    .item .credit {
        margin: 0 0 30px;
        text-align: center;
    }
    .item .item_sub {
        width: 600px;
        margin: 0 auto 20px;
    }
    .item .item_text {
        margin: 0 auto 100px;
        width: 600px;
    }
    .item_buy {
        text-align: center;
        font-size: 12px;
    }
    .item .styling_list {
        margin: 0 auto 50px;
        width: 640px;
    }
    a.btn_coordinate {
        margin: 0 auto 180px;
        padding: 20px 0;
        width: 300px;
    }
    a:hover.btn_coordinate {
        border: 1px solid #999999;
    }
    .img-box div {
        padding: 4px;
    }
    .btn_staffcode {
        margin: 0px auto 60px;
        width: 300px;
        font-size: 12px;
    }
    .all_btn {
        padding-top: 0;
    }
    /* ------------------------
    footer
    ------------------------ */
    .footer_menu li {
        width: 170px;
    }
    .btn_allitem {
        margin: 60px auto 60px;
        width: 300px;
        font-size: 12px;
    }
    a:hover.btn_allitem {
        border: 1px solid #666666;
    }
}