@charset "utf-8";
html {
    font-size: 62.5%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
body {
    background: #000;
    color: #222;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    display: block;
    color: #222;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
    padding: 0;
}
p {
    line-height: 1.75;
}
p + p {
    margin-top: 1em;
}
/*===================================
section
===================================*/
.section {
    padding-bottom: clamp(70px, 9vw, 100px);
    padding-top: clamp(70px, 9vw, 100px);
}
.section:not(._bg) + .section:not(._bg) {
    padding-top: 0px;
}
._bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
/* img */
._bg_img01 {
    background: url("../img/home/bg_01.jpg") center center no-repeat;
    background-size: cover;
    z-index: 1;
}
/* bg bg mask */
._bg_mask {
    position: relative;
}
._bg_mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
._bg_mask > * {
    position: relative;
    z-index: 1;
}
._bg_mask_blk::after {
    background-color: rgba(0, 0, 0, .8);
}
._bg_mask_wht::after {
    background-color: rgba(255, 255, 255, .9);
}
/* bg color */
._bg_color01 {
    background: #000;
}
._bg_color02 {
    background: #222;
}
._bg_color03 {
    background: red;
}
/*===================================
wrap
===================================*/
._inner {
    width: min(92%, 1200px);
    margin: auto;
}
._container + ._container {
    margin-top: 50px;
}
._box + ._box {
    margin-top: 30px;
}
._box_child + ._box_child {
    margin-top: 20px;
}
/*===================================
font
===================================*/
.en_01 {}
.jp_01 {}
/*===================================
heading
===================================*/
/* heading style */
.heading01 {
    text-align: center;
}
.heading01 span {
    display: block;
    font-size: .6em;
}
.heading01 + * {
    margin-top: 50px;
}
.heading02 {}
.heading03 {}
.heading04 {}
.heading05 {}
@media screen and (min-width:1200px) {
    .heading01 {
        font-size: 48px;
    }
    .heading01 span {
        font-size: .4em;
    }
}
/*===================================
btn
===================================*/
/* btn wrap */
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
* + .btns {
    margin-top: 20px;
}
/* btn base */
.btn {
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding: 10px 40px;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
}
/* btn type */
.btn_type01 {
    border-color: #fff;
    color: #fff;
    width: min(100%, 300px);
}
.btn_type01:hover, .btn_type01:active {
    background: #fff;
    color: #222;
}
.line_btn:hover, .line_btn:active {
    background: #06c755;
    border-color: #06c755;
    color: #fff;
    transition: all 0.3s;
}
.insta_btn:hover, .insta_btn:active {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
    color: #fff;
    transition: all 0.3s;
}
/*===================================
list
===================================*/
._list {}
._list_item {}
._list_item + ._list_item {
    margin-top: 10px;
}
/*===================================
table
===================================*/
/* スクロールバーの表示 */
._scroll-bar {
    overflow-x: auto;
}
._scroll-bar::-webkit-scrollbar {
    height: 8px;
}
._scroll-bar::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(238, 238, 238, 1);
}
._scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(169, 170, 161, 1);
}
/*===================================
header
===================================*/
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    z-index: 999;
}
#header .logo {
    padding: 4%;
}
#header .logo a {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.2;
}
#header .logo a span {
    display: block;
    font-size: .7em;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    #header .logo a {
        font-size: 2vw;
    }
    #header .logo a {
        font-size: 16px;
    }
}
@media screen and (min-width: 960px) {
    #header {}
    #header .logo {
        padding: 0 20px;
    }
}
/* nav */
#nav {
    position: absolute;
    top: -120vh;
    width: 100%;
    height: 100vh;
    transition: .5s all;
    opacity: 0;
}
#nav.panelactive {
    top: 60px;
    opacity: 1;
}
#nav.panelactive #nav_list {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: scroll;
    z-index: 999;
}
#nav #nav_list #menu_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 60px);
}
#nav #nav_list #menu_list ._list_item + ._list_item {
    margin-top: 30px;
}
#nav #nav_list #menu_list ._list_item a {
    color: #fff;
    font-size: 4.5vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#nav #nav_list #menu_list ._list_item a span {
    display: block;
    font-size: .5em;
    letter-spacing: .2em;
    color: #ccc;
}
#nav #nav_list #menu_list ._list_item ._list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item {
    margin-top: 0;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a svg {
    width: 30px;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a .st0 {
    fill: #fff;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a .cls-1 {
    fill: #06c755;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a .cls-2 {
    fill: #fff;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 10px;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item:nth-child(1) a {
    background: #d43872;
}
/*#nav #nav_list #menu_list ._list_item .sns_link ._list_item:nth-child(2) a {
    background: #1877f2;
}*/
#nav #nav_list #menu_list ._list_item .sns_link ._list_item:nth-child(2) a {
    background: #06c755;
}
@media screen and (min-width:768px) {
    #nav #nav_list #menu_list ._list_item a {
        font-size: 3vw;
    }
}
@media screen and (min-width:960px) {
    #nav {
        top: 0;
        right: -120%;
        height: 60px;
    }
    #nav.panelactive #nav_list {
        position: fixed;
        top: 60px;
        right: 0;
        width: 40%;
        height: 100vh;
        margin-left: auto;
    }
    #nav #nav_list #menu_list {
        align-items: center;
        width: 40%;
        height: 100vh;
        margin: 0 auto;
    }
    #nav #nav_list #menu_list ._list_item a {
        font-size: 16px;
    }
}
@media screen and (min-width:1200px) {
    #nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        width: 220px;
        height: calc(100vh - 60px);
        opacity: 1
    }
    #nav #nav_list #menu_list {
        align-items: center;
        width: 220px;
        ;
        height: 100vh;
        margin: 0 auto 0 0;
        background: #000;
    }
    #nav #nav_list #menu_list ._list_item .sns_link {
        flex-wrap: wrap;
        padding: 20px;
    }
    #nav #nav_list #menu_list ._list_item .sns_link ._list_item {
        width: calc((100% - 20px) / 2);
    }
}
/*===================================
web_entry
===================================*/
.web_entry {
    position: absolute;
    right: 65px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 7px;
    height: 30px;
    padding: 0 7px;
    z-index: 999;
}
.web_entry a {
    font-weight: 700;
}
/*===================================
line_entry
===================================*/
.line_entry {
    position: fixed;
    bottom: 140px;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #06c755;
    border-radius: 10px 0 0 10px;
    padding: 15px 3px;
    z-index: 999;
}
.line_entry a {
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    font-weight: 700;
}
@media screen and (min-width:768px) {
    .line_entry {
        position: absolute;
        top: 15px;
        right: 160px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-radius: 7px;
        width: 100px;
        height: 30px;
        padding: 0 7px;
        z-index: 999;
    }
    .line_entry a {
        margin: 0 auto;
        writing-mode: horizontal-tb;
    }
}
@media screen and (min-width:1200px) {
    .web_entry {
        right: 50px;
    }
    .line_entry {
        right: 140px;
    }
}
/*===================================
hamburger menu
===================================*/
.nav_openbtn {
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 999;
}
.nav_openbtn .openbtn {
    transition: all .4s;
}
.nav_openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 2px;
    width: 30px;
    background: #fff;
    z-index: 999;
}
.nav_openbtn span:nth-of-type(1) {
    top: 18px;
}
.nav_openbtn span:nth-of-type(2) {
    top: 28px;
}
.nav_openbtn span:nth-of-type(3) {
    top: 38px;
}
.nav_openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 23px;
    transform: rotate(45deg);
    width: 30%;
}
.nav_openbtn.active span:nth-of-type(2) {
    transform: scale(0, 1);
    transform-origin: left top;
}
.nav_openbtn.active span:nth-of-type(3) {
    top: 28px;
    left: 23px;
    transform: rotate(-45deg);
    width: 30%;
}
@media screen and (min-width:1200px) {
    .nav_openbtn {
        display: none;
    }
}
/*===================================
main
===================================*/
#main {
    overflow: hidden;
}
@media screen and (min-width:1200px) {
    #main {
        width: calc(100vw - 220px);
        margin-left: auto;
    }
}
/*===================================
footer
===================================*/
#footer {
    background: #000;
}
#footer ._inner {
    width: 100%;
}
#footer .footer_logo {
    padding-left: 5px;
    text-align: center;
    line-height: 1.2;
}
#footer .footer_logo a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#footer .footer_logo a span {
    display: block;
    font-size: .7em;
}
#footer .footer_link {
    padding: 4%;
}
#footer .footer_link ._list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
#footer .footer_link ._list ._list_item {
    border-bottom: 1px solid #fff;
    margin-top: 0;
    width: 100%;
}
#footer .footer_link ._list ._list_item:first-child {
    border-top: 1px solid #fff;
}
#footer .footer_link ._list ._list_item + ._list_item {
    margin-top: 0;
}
#footer .footer_link a {
    border-left: 10px solid #fff;
    color: #fff;
    font-weight: 500;
    padding: 4%;
}
#footer .footer_link a span {
    display: block;
    font-size: .7em;
}
#footer .banner_link {
    padding: 4%;
}
#footer .banner_link ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
#footer .banner_link ._list ._list_item {
    cursor: pointer;
    width: calc((100% - 10px) / 2);
    margin-top: 0;
}
#footer .banner_link ._list ._list_item a {}
#footer .banner_link ._list ._list_item a img {
    width: 100%;
    object-fit: cover;
}
#footer .footer_under_link {
    padding: 2vw;
    display: flex;
    flex-direction: column;
}
#footer .footer_under_link ._list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    padding: 2vw
}
#footer .footer_under_link ._list ._list_item {
    margin-top: 0;
}
#footer .footer_under_link ._list ._list_item a {
    color: #fff;
    font-size: 3vw;
    text-align: center;
}
#footer small {
    color: #fff;
    font-size: 2.5vw;
    text-align: center;
}
@media (min-width: 768px) {
    #footer .footer_logo a {
        font-size: 3vw;
    }
    #footer .footer_link ._list {
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0px;
        gap: 4%;
    }
    #footer .footer_link ._list ._list_item {
        border: none;
        width: calc((100% - 4%) / 2);
        margin-top: 10px;
        background: #222;
    }
    #footer .footer_link ._list ._list_item + ._list_item {
        margin-top: 10px;
    }
    #footer .footer_link ._list ._list_item:first-child {
        border-top: none;
    }
    #footer .banner_link {
        padding: 0;
    }
    #footer .banner_link ._list {
        justify-content: space-around;
        padding: 4%;
    }
    #footer .banner_link ._list ._list_item {
        width: calc((100% - 30px) / 4);
    }
    #footer .footer_under_link {
        flex-direction: row;
        align-items: center
    }
    #footer .footer_under_link ._list ._list_item a {
        font-size: 1.5vw;
    }
    #footer small {
        font-size: 1.5vw;
        margin-left: auto;
    }
}
@media screen and (min-width:1200px) {
    #footer {
        width: calc(100vw - 220px);
        margin-left: auto;
    }
    #footer .footer_logo a {
        font-size: 2vw;
    }
    #footer .footer_link ._list ._list_item {
        width: calc((100% - 12%) / 4);
    }
    #footer .banner_link ._list {
        justify-content: center;
        width: min(100%, 800px);
        margin: 0 auto;
    }
    #footer .banner_link ._list ._list_item a img {
        margin: 0 auto;
    }
    #footer .footer_under_link {
        padding: 1vw 4%;
    }
    #footer .footer_under_link ._list {
        padding: 0;
    }
    #footer .footer_under_link ._list ._list_item a {
        font-size: .7vw;
    }
    #footer small {
        font-size: .7vw;
    }
}
/*===================================
page top
===================================*/
#page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}
#page_top a:hover {
    color: #222;
    background: #ccc;
    transform: translateY(-5px);
}
#page_top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page_top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@media screen and (min-width:1200px) {
    #page_top {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 220px;
        z-index: 999;
    }
    #page_top a {
        width: 220px;
    }
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#page_top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}