﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page1 {
        background: #fffefb;
}
#fakeloader .fl {
    max-width: 300px;
}
.logo1 {
    max-width: 15%;
}
#fix_bnr {
    bottom: 10px;
    right: 80px;
    z-index: 10;
    width: max(14%, 200px);
}
.title,#con3 .title .en,.cmstitle .en, footer h4, .pagetitle h2, .f_contact_box h4 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-weight: bold;
    line-height: 1.6;
}
.font_14, .font_15 {
    font-size: 18px;
}
#sp_nav .sp_nav_inner .l-menu ul li a span {
    color: var(--color4);
}
body {
    font-size: 18px;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.font_15 {
    font-size: 16px;
}
.header .logo1 {
    background: #fff;
    border-radius: 50px;
}
.logo1 {
    max-width: 40%;
}
.title, #con3 .title .en, .cmstitle .en, footer h4, .pagetitle h2 {
    font-size: clamp(2rem, 2vw, 3rem);
}
.f_contact_box h4{
    font-size: 7vw;
}
body {
    font-size: 16px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    .title, #con3 .title .en, .cmstitle .en, footer h4, .pagetitle h2 {
        font-size: 7vw;
    }
     .logo1 {
        max-width: 50%;
    }
    #fakeloader .fl {
    width: 70% !important;
}
.f_contact_box h4 {
    font-size: 10vw;
}
.font_2dw_tb {
font-size: 1rem;
}
.font_14_sp {
    font-size: 16px;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img {
    height: 100vh;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quad-background {
    position: relative;
    width: 100%;
    height: 100%; 
    max-height: 100vh; 
    overflow: hidden;
    background: #f7eddc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px; 
    box-sizing: border-box; 
}
.quad-background > div {
    overflow: hidden;
}

.quad-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catchphrase-overlay {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: max(43%, 500px);
    height: auto; 
    z-index: 10;
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.catchphrase-overlay {
    width: 80%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img {
    height:90vh;
}
.catchphrase-overlay {
    width: 95%;
    left: 56%;
}
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#con1 .topTxt1 {
    font-family: "Zen Maru Gothic", sans-serif;
}
.topTxt1,#con3 i {
    animation: step 1.5s infinite steps(2);
    display: inline-block;
}
  @keyframes step {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-5deg); }
  }
#con1:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    opacity: 0.4;
}
#con3 i {
    font-size: 2em;
}
.con1_inner {
    z-index: 1;
    position: relative;
}
.topCms {
    border-bottom: dotted 4px var(--color4);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#fix_bnr {
    right: 50%;
    width: 50%;
    transform: translateX(40%);
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.cate_list li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}
.cate_list li a:hover {
    transform: scale(1.05);
}
#page10 .sitemap li a {
    background: var(--color2);
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.blog_sub {
    padding-right: 20px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


