﻿/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
.en_font {
    font-family: 'Barlow', sans-serif;
}


/* ---------- color ---------- */
.g-menu{
    background: var(--color1)!important;
}
.back_color {
    background: linear-gradient(#000a18b0 0%, #000a1891 20%, #000a1891 80%, #000a1891 100%);
}
#contents .box .box_item:after{
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #002151 50.5%) no-repeat top left / 100% 100%;
}
.top_cms_box, .content_wrap {
    background-color: rgb(255 255 255)!important;
}
#page_title:before{
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, var(--color1) 50.5%) no-repeat top left / 100% 100%;
}
#page_title:after{
    background-color: rgb(255 255 255 / 72%);
}
.more a:after{
    background-color: #111111!important;
}
#page_title .sns_link li{
    background-color: transparent;
}
.shop_info .info {
    background-color: var(--color3);
}
#main .sns_link{
    z-index: 3;
}
#main .sns_link li{
    background-color: var(--color2);
}
#header {
    background-color: rgb(0 19 47 / 85%);
}


/* ---------- all ---------- */
.clone-nav{
    z-index: 3;
}


/* ---------- top ---------- */
#main .main_box {
    max-width: 350px;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 3;
}
h1.logo.mg_b-40px.mg_b-30px_tb {
    margin-top: 20px;
    text-align: center;
}
.main_box .txt_box {
    font-style: italic;
    position: absolute;
    padding: 1.3vw 0 1.3vw 2vw;
    background: white;
    white-space: nowrap;
    left: 15%;
    top: 31%;
}
.main_box h2 {
    font-size: clamp(25px, 3.5vw, 60px);
    letter-spacing: 4px;
    margin-bottom: 0;
    color: var(--color3);
    position: relative;
    left: -5px;
    line-height: 5rem;
}
p.main_txt2 {
       font-size: 1.3vw;
    font-weight: bold;
    margin-top: 10px;
    color: var(--color1);
    letter-spacing: 1px;
}
.main_box .entry.more{
    position: absolute;
    top: 66%;
    left: 23%;
    width: min(89%, 550px);
}
.main_box .entry.more a{
    width: 100%;
    background-color: var(--color5);
    color: #111111;
}
.cms_img1 {
    width: calc(100% - 200px);
    margin-right: 0;
    margin-left: auto;
    height: 90vh;
    position: absolute;
    clip-path: polygon(250px 0%, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    top: 0;
    right: 0;
}
.cms_img1_back{
    display: block;
    width: calc(100% - 200px);
    margin-right: 0;
    margin-left: auto;
    height: 90vh;
    position: absolute;
    clip-path: polygon(262px 0%, 100% 0, 100% 100%, 0 100%);
    background: var(--color3);
    top: 40px;
    right: 90px
}
.fv_txt2{
    z-index: 3;
    width: min(33%, 600px);
    right: 0;
    top: 66%;
}
.fv_item1{
     z-index: 2;
    width: 84vh;
    bottom: -2vw;
    left: 57%;
    transform: translateX(-50%);
}

/*.catch_txt:before {
    width: 100%;
    content: "Recruit";
    position: absolute;
    top: -115px;
    left: 0;
    text-align: center;
    font-family: "Lato";
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: bold;
    color: var(--color3);
}*/
.catch_banner {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -56px;
    font-weight: bold;
}
.catch_txt{
    background-color: transparent;
}
.catch_txt h2 {
    font-size: 26px;
    font-style: italic;
}
.no span {
    font-weight: normal;
    font-style: italic;
    font-size: 130px;
    position: relative;
    left: -20px;
    line-height: 120px;
}
.cms_title::before {
    font-weight: normal;
    font-size: 70px;
    color: var(--color3);
}
.catch_txt a {
    background: var(--color6);
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
    letter-spacing: 1px;
    width: 250px;
}


/* ---------- under ---------- */
.line_bnr  {
    width: min(100%,700px);
    margin-bottom: 50px;
}




/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#main .sns_link{
    display: none;
}
#main, #main .main_box {
    max-height: 70vh;
}
.cms_img1, .cms_img1_back, #main .cms_img1 img {
    height: 62vh!important;
}
.cms_img1 {
    width: calc(100% - 80px);
}
.cms_img1_back {
    width: calc(100% - 80px);
    top: 40px;
    right: 60px;
}
#main .main_box h1 {
    max-width: 250px;
}
.main_box .txt_box {
    padding: 20px 50px;
    padding-right: 0;
    left: 0;
    top: 22%;
}
.main_box h2{
    font-size: 4vw;
    letter-spacing: 4px;
    margin-bottom: 0;
    left: -5px;
    line-height: 1.3;
}
p.main_txt2{
    font-size: 16px;
}
.main_box .entry.more{
    top: 50%;
    left: 11%;
    width: 58%;
}
.fv_txt2{
    top: 66%;
    width: 50%;
}
.fv_item1{
    width: 55vh;
}

.catch_txt{
    margin-bottom: 107px;
}
.catch_txt h2{
    font-size: 26px;
}
.no span {
    font-size: 80px;
    left: -10px;
    line-height: 70px;
}

}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
#sp_banner{
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}
#sp_banner.scroll{
    opacity: 1;
pointer-events: auto;
}
#sp_banner.close{
    opacity: 0;
    z-index: -1;
}
#sp_banner a {
    position: fixed;
    bottom: 0;
    background: var(--color5);
    z-index: 90;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px;
    color: #111111;
    box-sizing: border-box;
}

#main .main_box h1 {
    max-width: 222px;
}
#main{
    background-color: #fff;
}
.main_box .entry.more{
    display: none;
}
.fv_item1 {
    width: 120vw;
    left: 31%;
    bottom: 0;
}
#main, #main .main_box {
max-height: 83vh;
    max-height: 565px;
}
.cms_img1, .cms_img1_back, #main .cms_img1 img {
    height: 70vh !important;
    height: 468px !important;
}
.cms_img1 {
    width: calc(113%);
}
.cms_img1_back {
    width: calc(113%);
    top: 65px;
    right: 79px;
}

#main .main_box h2 {
    line-height: 1.5;
    font-size: 24px;
    letter-spacing: 1px;
}
p.main_txt2 {
    font-size: 12px;
}
.main_box .txt_box {
    padding: 13px 20px;
    padding-right: 4px;
    left: 0;
    top: 47%;
    background-color: rgb(255 255 255 / 79%);
}
.fv_txt2 {
    top: auto;
    width: 81%;
    bottom: 31px;
}
.main_box .entry.more {
    top: 65%;
    left: 7%;
    width: 58%;
}
.main_box .entry.more a{
    padding: 8px 0;
}

#contents .box .box_item:after {
    transform: rotate(180deg) scale(-1, 1);
}
.catch_txt h2 {
    font-size: 24px;
}
#contents .box .box_item {
    padding: 50px 20px;
}
}







