﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --color1: #21325b;
    --black:#242424;
    --ora: #ef5b24;
}


/*--common start--*/

#header{
        background-color: rgba(255, 255, 255, 90%);
    backdrop-filter: blur(2px);
    z-index: 99;
}

/*--common end--*/

/*--top start--*/

.catch_txt {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    color: var(--black);
    padding: 50px 40px;
    box-sizing: border-box;
    margin: 0 -20px;
}

#catch .catch_box figure:last-of-type{
    
}

.back_color {
    background: rgba(121, 165, 244, 0.95);
}

#contents .box .box_item:after {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color1) 50.5%) no-repeat top left / 100% 100% !important;
    border-radius: 0px 5px 0px 0px / 0px 15px 0px 0px;
}

#contents .box .box_item:before {
    background-color: rgba(255, 255, 255, 0.85);
}

#contents .txt_white{
    color: var(--black);
    font-weight: bold;
}

#contents div.no.txt_white{
    color: white;
}

#contents .mg_b-10px{
    margin-bottom: 3px;
}

#contents .no span{
    letter-spacing: -0.05em;
    font-size: -webkit-calc(1rem + 96px);
    font-size: calc(1rem + 96px);
    margin-top: -0.25em;
    display: block;
}

#contents .no .test:first-letter{
    color: var(--ora);
}

#header.clone-nav li a{
    color: var(--black);
}


.shop_info a:first-of-type h2 {
    left: 57%;
}

.shop_info a:last-of-type h2 {
    left: 43%;
}

.js_hide{
transform: translateY(-100%);  
}

.cms_img1{
    background-color: white;
}

#main .main_box {
    z-index: 3;
}

#video{
    z-index: 2;
    position: absolute;
    height: 70vh;
    width: 90%;
    margin: auto;
    transform: skew(-10deg) rotate(-10deg);
    overflow: hidden;
    background-color: transparent;
    right: 0;
    top: 35vh;
}

#video video{
    object-fit: cover;
    height: 100vh;
    transform: translateY(-50%) rotate(10deg) skew(10deg) scale(1.02);
    top: 50%;
    position: absolute;
}

#catch .catch_box figure:first-of-type{
    display: none;
}

figure{
    border-radius: 10px;
    overflow: hidden;
}

#catch .catch_box figure:last-of-type{
        width: 40% !important;
            border: 5px solid white;
}


#catch .catch_txt h2{
        font-size: -webkit-calc(1rem + 16px);
    font-size: calc(1rem + 16px);
    font-feature-settings: "palt" 1;
    margin-bottom: 30px;
}

.top_cms_box {
    border-radius: 5px;
}

#top_cms .more a {
    border-radius: 50px;
}

#main .cms_img1 img {
    opacity: 0.2;
}

#main h1.logo{
    margin-bottom: 20px;
}

.main_wrap{
    min-width: 1280px;
}

/*--top main left start--*/

#main .main_box {
    top: 32%;
    left: 2.5%;
    max-width: 100%;
    width: 100%;
}

.top_page #main .main_box h1.logo{
   max-width: 600px;
}

.top_page #main .main_box h2{
         font-size: clamp(37px, 5vw, 70px);
    letter-spacing: -0.02em;
    line-height: 1.4em;
}

.top_page #main div.entry a{
    max-width: 300px;
}

.top_page .g-menu-btn{
    top: 5%;
    right: 5%;
}

/*--top main left end--*/

#main {
    min-height: 750px !important;
}

.catch_box {
        max-width: 89%;
    margin: auto;
}

.top_cms .more a {
    border-radius: 50px;
}

.top_cms .more a {
    margin: auto;
    max-width: 300px;
    margin-top: 50px;
}

.catch_box h3{
    text-align: center;
    color: white;
    font-size: clamp(32px, 6vw, 72px);
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 50px;
}

.entry a{
    font-size: 24px;
    border-radius: 40px;
}

.entry a:first-letter{
    color: var(--ora);
}

/*--top end--*/

/*--sub start--*/

#page_title:after {
    background-color: rgba(255, 255, 255, 0.65);
}

.content_wrap {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

#page_title:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(121, 165, 244, 0.95) 50.5%) no-repeat top left / 100% 100%;
}

.page2, .page3, .page4, .page5, .page6, .page7, .page8, .page9, .page10{
        background: rgba(121, 165, 244, 0.95);
}

#tel_contact .txt_white{
    color: black;
}

#tel_contact{
    background-color: white;
    color: black;
}

.top_cms_box{
    padding: 2%;
}

/*--sub end--*/


.linkStyle{
color: #cc3535;
}

/*--20250625 correct start--*/

.page6 #cms_5-f .square_img{
        border-radius: 50%;
    overflow: hidden;
}

/*--20250625 correct end--*/


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main .main_box {
    top: 22.5%;
    left: 3.5%;
}

.top_page #main .main_box h2 {
    font-size: clamp(37px, 7vw, 70px);
}

.top_page #main .main_box h1.logo {
    max-width: 400px;
}

#video {
    width: 94.5%;
}

#header {
    background-color: rgba(255, 255, 255, 95%);
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main_wrap {
    min-width: 100%;
}

.catch_box h3 {
    font-size: max(37px, 7vw);
    margin-bottom: 30px;
}

.catch_txt {
    padding-bottom: 80px;
}

#catch .catch_box figure:last-of-type {
    width: 75% !important;
    margin-top: -50px;
    z-index: 3;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.top_page #main .main_box h2 {
    font-size: clamp(30px, 7vw, 70px);
}

#video {
    height: 40vh;
    width: 94.5%;
}

#video video {
    height: 50vh;
}

#main {
    max-height: 70vh;
    min-height: auto !important;
}

.top_page #main div.entry a {
    max-width: 260px;
}

.top_page #main .main_box h1.logo {
    max-width: 300px;
}

#contents .box .box_item:after {
    top: -1px;
}

#main .main_box {
    top: 7%;
    left: 5%;
    transform: translateY(0);
}

#catch .catch_box figure:last-of-type {
    width: 90% !important;
    position: relative;
    margin: 20px auto 0;
    margin-top: -50px;
}

#contents .no span {
    font-size: -webkit-calc(1rem + 76px);
    font-size: calc(1rem + 76px);
    margin-top: -25px;
}

.shop_info a h2{
    left: 50% !important;
}

.top_page .g-menu-btn {
    top: 20px;
    right: 20px;
}

#catch .catch_txt h2 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
    font-feature-settings: "palt" 1;
    letter-spacing: -0.01em;
}

.catch_box h3 {
    margin-top: 30px;
}

.top_page #main div.entry a {
    max-width: 210px;
    padding: 12px;
    margin-top: 20px;
    display: block;
    margin-left: -3px;
    font-size: 18px;
}


#contents .box .box_item:before {
    background-color: rgba(255, 255, 255, 0.95);
}

#contents .box .box_item {
    padding: 50px 25px;
    font-feature-settings: "palt";
    line-height: 1.7em;
}

.cms_wrap {
    width: 95%;
}

.catch_txt {
    padding: 50px 20px;
    margin: 0 -20px;
    font-feature-settings: "palt";
    line-height: 1.8em;
    padding-bottom: 80px;
}

}

@media screen and (max-width: 375px) and (max-width: 667px){
#main {
    max-height: 85vh;
}

#video {
    top: 50vh;
}



}