/*
Theme Name: sin-hyuga
Description: シン不動産 オリジナルテーマ
Version: 1.0.2
Author: 株式会社SIN
*/



@charset "utf-8";
/* ************************    Initialize   ************************ */
@font-face {
    font-family: 'ShueiNMGoStdN-B';
    src:url('../sin-hyuga/font/AP-OTF-ShueiNMGoStdN-B.otf') format('truetype');
    font-style: normal;
    font-display: swap;
}


:root{
    /*  カラー　*/
    --main-color:#03B8DF;/* メインカラー */
    --sub1-color:#30B33F;/* サブ1カラー */
    --sub2-color:#F2B0A4;/* サブ2カラー */
    --sub3-color:#03D8DF;/* サブ3カラー */
    --sub4-color:#FB9C16;/* サブ4カラー */
    --sub5-color:#223964;/* サブ5カラー */
    --base-color:#FFFFFF;/* ベースカラー */
    --base2-color:#F4F4F4;/* ベース2カラー */
    --text-color:#4C4948;/* テキストカラー */
    --hover-color:#aeaeae;/* テキストホバーカラー */
    --border-color:#DDDDDD;/* ボーダーカラー */
    --border2-color:#AAAAAA;/* ボーダー2カラー */
    --gray-color:#AAAAAA;/* グレーカラー */
    --darkgray-color:#777777;/* ダークグレーカラー */
    /*  フォント　*/
    --jp-font:'ShueiNMGoStdN-B', serif;/* 日本語フォント */
    --en-font:'ShueiNMGoStdN-B', serif;/* 英語フォント */
    --font-size-SS: 1.2rem;
    --font-size-S: 1.6rem;
    --font-size-M: 1.8rem;
    --font-size-L: 2rem;
    --font-size-LL: 2.4rem;
    --font-size-3L: 4.8rem;
    --font-size-4L: 5vw;
}
*,
*:before,
*:after{
    box-sizing: inherit;
}
html{
    font-size: var(--font-size-S);
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top:150px;
    font-size: 62.5%;
}
body{
    background-color: var(--base-color);
    -webkit-appearance: none;/* ブラウザのデフォルトデザイン解除 */
            appearance: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: var(--font-size-S);
    font-family: var(--jp-font);
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    color: var(--text-color);
    width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
}
img{
    vertical-align:bottom;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: var(--text-color);
}
p{
    font-family: var(--jp-font);
    line-height: 1.25;
    letter-spacing: 0.2rem;
    text-align: justify;
}
i{
    font-size: var(--font-size-LL);
}
ol{
    list-style: none;
    padding: 0;
}
iframe{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
}
@media screen and (min-width: 768px) {
    html {
        font-size: calc(10vw / 1400 * 100);
    }
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    :root{
        --font-size-SS: 14px;
        --font-size-S: 16px;
        --font-size-M: 18px;
        --font-size-L: 24px;
        --font-size-LL: 36px;
        --font-size-3L: 48px;
        --font-size-4L: 8vw;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    :root{
        --font-size-SS: 12px;
        --font-size-S: 15px;
        --font-size-M: 18px;
        --font-size-L: 20px;
        --font-size-LL: 24px;
        --font-size-3L: 28px;
        --font-size-4L: 12vw;
    }
    body{
        letter-spacing: 0.05rem;
    }
    iframe{
        border-radius: 8px;
    }
}
/* ************************      Common     ************************ */
.bold{
    font-weight: 700;
}
.jp{
    font-family: var(--jp-font);
}
.fa-solid{
    font-size: var(--font-size-M);
}
.logo{}
.logo a{
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo img{
    width: 48px;
    margin-right: 16px;
}
.logo h1{
    font-size: var(--font-size-LL);
    letter-spacing: 0.1rem;
}
.logo h1 > span{
    display: block;
    font-size: var(--font-size-SS);
    letter-spacing: 0rem;
}
.logo p{
    font-size: var(--font-size-L);
    letter-spacing: 0.1rem;
    line-height: 1.5;
}
.logo p > span{
    display: block;
    font-size: var(--font-size-SS);
    letter-spacing: 0rem;
}
.fontsize-ss{
    font-size: var(--font-size-SS);
}
.fontsize-s{
    font-size: var(--font-size-S);
}
.fontsize-m{
    font-size: var(--font-size-M);
}
.fontsize-l{
    font-size: var(--font-size-L);
}
.fontsize-ll{
    font-size: var(--font-size-LL);
}
.fontsize-3l{
    font-size: var(--font-size-3L);
}
.fontsize-4l{
    font-size: var(--font-size-4L);
}
.column2{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.column2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fillter{
    background: rgba(51, 51, 51, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.page-content{
    padding-top: 160px;
    background-size: contain;
    position: relative;
}
.container{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .page-content{
        padding-top: 90px;
    }
    .logo img{
        width: 32px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .page-content{
        padding-top: 90px;
    }
    .column2{
        flex-direction: column;
    }
    .logo h1{
        font-size: var(--font-size-M);
    }
}
/* ************************      Button     ************************ */
.btn1{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 16px;
    min-height: 64px;
    font-size: var(--font-size-M);
    text-align: center;
}
.btn1 i{
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    font-size: var(--font-size-L);
}
.btn1 .fontsize-ss{
    color: rgba(255, 255, 255, 0.75);
}
.btn1.contact-form{
    background-color: var(--main-color);
}
.btn1.contact-line{
    background-color: var(--sub1-color);
}
.btn1.contact-reform{
    background-color: var(--sub5-color);
}
.btn1.contact-reform img{
    max-width: 300px;
}
.btn2{
    color: var(--darkgray-color);
    border-bottom: dotted 1px var(--darkgray-color);
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 4px;
    transition: .3s ease-out;
    letter-spacing: 0.1rem;
}
.btn2 i{
    color: var(--main-color);
    margin-left: 8px;
}
.btn2:hover{
    color: var(--hover-color);
}
.btn3{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    padding: 8px 16px;
    border: solid 1px var(--border2-color);
    border-radius: 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .btn1{
        border-radius: 8px;
    }
    .btn1.contact-reform img{
        max-width: 240px;
    }
    .btn3{
        min-width: auto;
    }
}
/* ************************      Section-ttl     ************************ */
.section-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.section-ttl .en-ttl{
    font-size: var(--font-size-S);
    letter-spacing: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    color: var(--main-color);
    text-transform: capitalize;
}
.section-ttl .en-ttl::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-right: 4px;
}
.section-ttl h2{
    font-size: var(--font-size-LL);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .section-ttl{
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .section-ttl::before{
        margin-bottom: 10px;
        white-space: nowrap;
    }
}
/* ************************      Illust-ttl     ************************ */
.illust-ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 48px;
}
.illust-ttl img{
    max-width: 72px;
    margin-right: 16px;
}
.illust-ttl h2{
    font-size: var(--font-size-LL);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Subpage-header    ************************ */
.subpage-header{
    padding-top: 160px;
    padding-bottom: 48px;
    width: 90%;
    margin: 0 auto 48px auto;
}
.subpage-header .ttl{
    font-size: var(--font-size-4L);
    text-align: center;
}
.subpage-header .sub-ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: var(--font-size-L);
    text-align: center;
    margin-top: 40px;
}
.subpage-header .tag{
    padding: 4px 16px;
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Space      ************************ */
.mr-s{
    margin-right: 15px;
}
.ml-s{
    margin-left: 15px;
}
.mt-s{
    margin-top: 15px;
}
.mb-s{
    margin-bottom: 15px;
}
/*---------------------*/
.mr-m{
    margin-right: 30px;
}
.ml-m{
    margin-left: 30px;
}
.mt-m{
    margin-top: 30px;
}
.mb-m{
    margin-bottom: 30px;
}
/*---------------------*/
.mr-l{
    margin-right: 60px;
}
.ml-l{
    margin-left: 60px;
}
.mt-l{
    margin-top: 60px;
}
.mb-l{
    margin-bottom: 60px;
}
/*---------------------*/
.pr-s{
    padding-right: 15px;
}
.pl-s{
    padding-left: 15px;
}
.pt-s{
    padding-top: 15px;
}
.pb-s{
    padding-bottom: 15px;
}
/*---------------------*/
.pr-m{
    padding-right: 30px;
}
.pl-m{
    padding-left: 30px;
}
.pt-m{
    padding-top: 30px;
}
.pb-m{
    padding-bottom: 30px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .mr-l{
        margin-right: 45px;
    }
    .ml-l{
        margin-left: 45px;
    }
    .mt-l{
        margin-top: 45px;
    }
    .mb-l{
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .pr-s{
        padding-right: 7.5px;
    }
    .pl-s{
        padding-left: 7.5px;
    }
    .pt-s{
        padding-top: 7.5px;
    }
    .pb-s{
        padding-bottom: 7.5px;
    }
    /*---------------------*/
    .mr-s{
        margin-right: 7.5px;
    }
    .ml-s{
        margin-left: 7.5px;
    }
    .mt-s{
        margin-top: 7.5px;
    }
    .mb-s{
        margin-bottom: 7.5px;
    }
    /*---------------------*/
    .mr-m{
        margin-right: 15px;
    }
    .ml-m{
        margin-left: 15px;
    }
    .mt-m{
        margin-top: 15px;
    }
    .mb-m{
        margin-bottom: 15px;
    }
}
/* ************************      width      ************************ */
.width-l{
    width: 100%;
    max-width: none;
}
.width-m{
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
}
.width-s{
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .width-s{
        width: 90%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************   Flexlayout    ************************ */
.flex_space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_start{
    display: flex;
    justify-content: start;
    align-items: center;
}
.flex_end{
    display: flex;
    justify-content: end;
    align-items: center;
}
/* ************************      Animation     ************************ */



@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Header     ************************ */
header{
    width: 100%;
    background-color: #FFF;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
    z-index: 1000;
    position: fixed;
    opacity: 0;
    transition: .3s ease-out;
}
header .logo-ttl{
    font-size: var(--font-size-L);
}
header.down{
    opacity: 1;
}
#hamburger-menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    cursor: pointer;
    caret-color: transparent;
    z-index: 1020;
    background-color: var(--main-color);
    border-radius: 4px;
    transition: .3s ease-out;
}
#hamburger-menu > div{
    width: 30px;
    height: 20px;
    position: relative;
}
#hamburger-menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    border-radius: 1.5px;
    background-color: #FFF;
}
#hamburger-menu .bar:nth-of-type(1) {
    top:0;
    left: 0;	
    width: 100%;
}
#hamburger-menu .bar:nth-of-type(2) {
    top:50%;
    left: 0;
    transform: translateY(-50%);
    width:75%;
}
#hamburger-menu .bar:nth-of-type(3) {
    top:100%;
    left: 0;
    transform: translateY(-50%);
    width:50%;
}
/* メニューを開くとバツ印へ変化 */
#hamburger-menu.active span{
    background-color: #FFF;
}
#hamburger-menu.active .bar:nth-of-type(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 100%;
}
#hamburger-menu.active .bar:nth-of-type(2) {
    opacity: 0;
}
#hamburger-menu.active .bar:nth-of-type(3) {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
}
#menu-global{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: 0.3s ease-in-out;
    background-color: rgba(48,48,48,0.3);
    z-index: 1010;
    opacity: 0;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#menu-global::-webkit-scrollbar{
    display: none;
}
#menu-global.active{
    opacity: 1;
    pointer-events: all;
}
#menu-global__cover{
    position: relative;
    height: 100%;
}
#menu-global.active #menu-global__cover{
    cursor: pointer;
}
#fixed-menu{
    position: fixed;
    top: 0;
    right: 0;
    width: calc(500px - 16px - 16px);
    background-color: #FFF;
    border-radius: 8px 0 0 8px;
    padding: 16px 16px 16px 16px;
}

@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    header{
        opacity: 1;
        background-color: transparent;
    }
    header .logo{
        opacity: 0;
        transition: .3s ease-out;
    }
    header.down{
        background-color: #FFF;
    }
    header.down .logo{
        opacity: 1;
    }
    #hamburger-menu{
        position: absolute;
        top: 40px;
        right: 40px;
        width: 64px;
        height: 48px;
    }
    #hamburger-menu > div{
        width: 40px;
        transition: .3s ease-out;
    }
    header.down #hamburger-menu,
    #hamburger-menu.active{
        position: relative;
        top: auto;
        right: auto;
        width: 50px;
        height: 40px;
    }
    header.down #hamburger-menu > div{
        width: 30px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    header{
        padding: 8px 16px;
    }
    header .logo-ttl{
        font-size: var(--font-size-M);
    }
    #hamburger-menu{
        width: 50px;
        height: 40px;
        top: 32px;
        right: 32px;
    }
    #hamburger-menu > div{
        width: 30px;
    }
}
/* ************************   front-page.php    ************************ */
/*---------------------  top-fv */
#fv{
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    padding: 24px;
}
.fv-frame{
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-image: url(../sin-hyuga/img/fv.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fv-ttl{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    border-bottom-right-radius: 16px;
    z-index: 2;
}
.fv-ttl > div{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 24px 16px 0;
}
.cutout-top-right{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.cutout-bottom-left{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}
.catch{
    font-size: var(--font-size-3L);
}
.fv-left{
    width: calc(100% - 38.5rem - 3rem);
    height: 100%;
    position: relative;
}
#fv .catch{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
#news-company{
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 16px - 16px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 16px;
}
.news-header > a{
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: nowrap;
    font-size: var(--font-size-SS);
    transition: color .3s ease-out;
}
.news-header > a:hover{
    color: var(--hover-color);
}
.news-header .date{
    margin-right: 16px;
}
.news-ttl{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #fv{
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .fv-left{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #fv{
        height: 100vh;
        height: 100svh;
        aspect-ratio: auto;
        padding: 16px;
    }
    .fv-frame{
        border-radius: 8px;
    }
    .news-ttl{
        flex: auto;
        width: 100%;
        padding-right: 0;
    }
}
/* ----------  FV-menu */
.fv-menu{
    width: 38.5rem;
    max-height: calc(100% - 32px);
    background-color: #FFF;
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 8px;
    padding: 16px 16px 16px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.menu-header{
    border-bottom: dotted 1px var(--border2-color);
    width: 100%;
}
.menu-header > span{
    display: block;
    font-size: var(--font-size-L);
    text-transform: uppercase;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.menu-contents-area{
    flex: 1;
}
.global-menu.large{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}
.global-menu > li{
    position: relative
}
.global-menu .menu-large{
    width: calc(50% - 0.5rem);
    height: 10rem;
    border: solid 2px var(--border2-color);
    border-radius: 16px;
    box-shadow: 4px 4px 0px 0px rgba(170, 170, 170, 1);
}
.global-menu .menu-large a{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.global-menu .menu-large .img-area{
    width: 100%;
    flex: 1;
    position: relative;
}
.global-menu .menu-large img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    max-height: 7.5rem;
    transition: transform .3s ease-out;
}
.global-menu .menu-large a:hover img{
    transform: translateX(-50%) scale(1.1);
}
.global-menu .menu-large .btn-ttl{
    position: relative;
    padding: 4px 0;
    width: 100%;
    text-align: center;
}
.global-menu.small{
    padding: 3rem;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
}
.menu-small{
    width: calc(50% - 8px);
    padding-bottom: 4px;
    border-bottom: 1px dotted var(--border2-color);
}
.menu-small a{
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: nowrap;
}
.menu-small p{
    flex: 1;
    transition: color .3s ease-out;
}
.menu-small i{
    color: var(--main-color);
}
.menu-small a:hover p{
    color: var(--hover-color);
}
.contact-area .btn1{
    height: 6rem;
    margin-bottom: 0.5rem;
}
.lower-area .tel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lower-area .tel > div{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.lower-area .tel .fontsize-s{
    text-transform: capitalize;
}
.lower-area .tel-num{
    font-size: var(--font-size-L);
    letter-spacing: 0;
    white-space: nowrap;
}
.lower-area .tel-open{
    font-size: var(--font-size-SS);
}
.lower-area .instagram{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-transform: capitalize;
    margin-top: 32px;
}
.lower-area .instagram .dot-bar{
    border: solid 1px var(--border-color);
    width: 40px;
    margin: 0 16px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .fv-menu{
        display: none;
    }
    #fixed-menu{
        width: 75rem;
        max-height: calc(100% - 32px);
    }
    .global-menu .menu-large{
        height: 20rem;
    }
    #fixed-menu .global-menu .menu-large img{
        width: 20rem;
        max-height: 15rem;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .global-menu .menu-large{
        border-radius: 8px;
    }
    #fixed-menu{
        width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 0;
        overflow: auto;
        scrollbar-width: none;
    }
    #fixed-menu .global-menu .menu-large{
        height: 12rem;
    }
    #fixed-menu .global-menu .menu-large img{
        width: 10rem;
        max-height: 10rem;
    }
}
/* ----------  first-menu */
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #first-scroll-menu .global-menu.large{
        gap: 4rem;
    }
    #first-scroll-menu .global-menu .menu-large{
        width: calc(50% - 2rem);
        height: auto;
        aspect-ratio: 1.618 / 1;
    }
    #first-scroll-menu .global-menu .menu-large img{
        width: 30rem;
        max-height: 30rem;
    }
    #first-scroll-menu .global-menu .menu-large .btn-ttl{
        font-size: var(--font-size-L);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #first-scroll-menu .global-menu.large{
        gap: 1.5rem;
    }
    #first-scroll-menu .global-menu .menu-large{
        width: calc(50% - 0.75rem);
    }
    #first-scroll-menu .global-menu .menu-large img{
        width: 9rem;
        max-height: 9rem;
    }
    #first-scroll-menu .global-menu .menu-large .btn-ttl{
        font-size: var(--font-size-M);
    }
}
/* ----------  top-news */
#top-news .container{
    background-color: var(--base2-color);
    border-radius: 16px;
    padding: 8%;
}
.news-list > li{
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: dotted 1px var(--border-color);
}
.news-list a{
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: nowrap;
}
.cate{
    display: inline-flex;
    justify-content: center;
    background-color: var(--main-color);
    min-width: 115px;
    color: #FFF;
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: 16px;
    white-space: nowrap;
}
.cate.new{
    background-color: var(--main-color);
}
.cate.shodan{
    background-color: var(--sub4-color);
}
.cate.seiyaku{
    background-color: var(--sub2-color);
}
.news-list .date{
    margin-right: 16px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-news .container{
        padding: 32px;
        border-radius: 8px;
    }
    .news-list a{
        flex-wrap: wrap;
    }
    .cate{
        font-size: var(--font-size-SS);
        min-width: 80px;
        margin-right: 0;
        padding: 4px 8px;
    }
    .news-list a > .fa-circle-arrow-right{
        display: none;
    }
}
/* ----------  top-recommend */
.card-list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 40px 8px;
    flex-wrap: wrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
}
.card-list .main-img{
    object-fit: cover;
    object-position: center;
}
#top-recommend .card-list{
    flex-wrap: nowrap;
}
.card-list::-webkit-scrollbar{
    display: none;
}
.card-list > li{
    width: calc((100% - 16px) / 3);
    aspect-ratio: 4 / 5;
    border: solid 1px var(--border2-color);
    border-radius: 16px;
    position: relative;
}
.card-list > li a{
    width: 100%;
    height: 100%;
    padding: 16px;
    display: block;
}
.card-list > li .inner{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.card-list .ttl-area img{
    width: 32px;
    padding-bottom: 8px;
}
.card-list .main-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-out;
}
.card-list a:hover .main-img{
    transform: scale(1.1);
}
.card-list .card-item{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-item{
    padding: 16px;
}
.card-item .upper-area{
    position: relative;
}
.card-item .ttl-area{
    position: relative;
    display: flex;
}
.card-item .ttl-bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ttl-area .icon{
    width: 20%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ttl-area .card-ttl{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    container-type: inline-size;
}
.ttl-area .card-ttl h3{
    font-size: var(--font-size-L);
}
@container (max-width: 300px) {
    .ttl-area .card-ttl h3{
        font-size: 28px;
    }
}
@container (max-width: 200px) {
    .ttl-area .card-ttl h3{
        font-size: 16px;
    }
}
.card-list .tag-area{
    background-color: var(--main-color);
    color: #FFF;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
}
.card-list.land .tag-area{
    background-color: var(--sub1-color);
}
.card-list .tag-area .tags::before{
    content: '#';
}
.card-list .lower-area{
    position: relative;
}
.card-item .about-bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.card-item .about-area{
    display: flex;
    justify-content: start;
    align-items: stretch;
    position: relative;
}
.card-item .detail-area{
    width: 57%;
    aspect-ratio: 3 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1px;
}
.card-item .land-detail,
.card-item .build-detail{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: var(--font-size-SS);
}
.card-item .land-detail .ttl,
.card-item .build-detail .ttl{
    margin-right: 8px;
}
.card-item .price-area{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}
.card-item .price-area .price{
    font-size: var(--font-size-L);
    letter-spacing: 0;
}
.card-item .price-unit p{
    font-size: var(--font-size-SS);
    text-align: center;
    line-height: 1.25;
}
.card-item .price-unit p:first-of-type{
    font-size: max(0.8rem,11px);
}
.card-item .price-area{
    width: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #top-recommend__home .container,
    #top-recommend__land .container{
        width: 100%;
    }
    #top-recommend__home .card-list,
    #top-recommend__land .card-list{
        flex-wrap: nowrap;
    }
    #top-recommend__home .card-list > li:first-of-type,
    #top-recommend__land .card-list > li:first-of-type{
        margin-left: 5%;
    }
    #top-recommend__home .card-list > li:last-of-type,
    #top-recommend__land .card-list > li:last-of-type{
        margin-right: 5%;
    }
    #top-recommend__home .card-list > li,
    #top-recommend__land .card-list > li{
        width: calc(50% - 8px);
        min-width: 400px;
    }
    .card-list > li{
        width: calc((100% - 16px) / 2);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-recommend__home .container,
    #top-recommend__land .container{
        width: 90%;
    }
    .card-list{
        flex-wrap: wrap;
    }
    #top-recommend__home .card-list > li,
    #top-recommend__land .card-list > li{
        width: calc(50% - 8px);
        width: 100%;
        min-width: auto;
        border-radius: 8px;
    }
    #top-recommend__home .card-list > li:first-of-type,
    #top-recommend__land .card-list > li:first-of-type{
        margin-left: 0;
    }
    #top-recommend__home .card-list > li:last-of-type,
    #top-recommend__land .card-list > li:last-of-type{
        margin-right: 0;
    }
    .card-list > li{
        width: 100%;
    }
}
/* ----------  top-company */
#top-company.page-content{
    padding-bottom: 90px;
}
#top-company .container{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 48px;
}
#top-company .section-l{
    width: calc(50% - 24px);
}
#top-company .section-r{
    width: calc(50% - 24px);
    background-color: var(--base2-color);
    border-radius: 8px;
    padding: 8% 6%;
}
#top-company .section-l .img-area{
    position: sticky;
    top: 100px;
    aspect-ratio: 1 / 1;
}
#top-company .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.sub-catch{
    font-size: var(--font-size-L);
    margin-top: 64px;
    margin-bottom: 64px;
    letter-spacing: 0.2rem;
}
.text-area{
    text-align: justify;
    line-height: 1.5;
}
#top-company .text-area{
    margin-bottom: 40px;
}
#top-company .btn1{
    background-color: var(--text-color);
}
.section-wrap{
    margin-bottom: 80px;
}
#top-company .section-wrap:last-of-type{
    margin-bottom: 0;
}
#top-company .section-ttl{
    align-items: start;
}
.info-list > li{
    margin-bottom: 16px;
}
.info-list > li > div{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}
.info-list > li > div > i{
    display: inline-block;
    margin-right: 4px;
    font-size: var(--font-size-M);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #top-company .container{
        flex-direction: column-reverse;
    }
    #top-company .section-l{
        width: 100%;
    }
    #top-company .section-r{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      house.php     ************************ */
.fillter-area .container{
    background-color: var(--base2-color);
    padding: 4%;
    border-radius: 16px;
}
.fillter-area .area-ttl{
    font-size: var(--font-size-LL);
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: dotted 1px var(--border2-color);
}
.fillter-area .list-ttl{
    font-size: var(--font-size-M);
    margin-bottom: 8px;
}
.btn-list{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.btn-area > .wrap{
    margin-bottom: 24px;
}
.list-area{
    margin-top: 120px;
    margin-bottom: 96px;
}
.sort-area{
    margin-bottom: 40px;
}
.sort-area .btn-list{
    width: 100%;
}
.sort-area .btn-list > li{
    width: calc((100% - 40px) / 6);
    min-width: 160px;
}
.sort-area .btn-list .btn3{
    width: 100%;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .list-area{
        margin-top: 0;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .sort-area .btn-list > li{
        width: calc((100% - 8px) / 2);
    }
    .fillter-area .container{
        border-radius: 8px;
    }
}
/* ************************      house-detail.php     ************************ */
#house-deital.page-content{
    padding-top: 80px;
    padding-bottom: 160px;
}
.detail-page .subpage-header{
    border-bottom: solid 1px var(--border-color);
}
.breadcrumb{
    margin-bottom: 16px;
}
.breadcrumb ul{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}
.breadcrumb ul > li{
    margin-right: 8px;
}
.breadcrumb ul > li a::after{
    content: '/';
    margin-left: 8px;
}
.breadcrumb ul > li:last-of-type a::after{
    content: '';
}
.detail-page .main-img{
    width: 100%;
    position: relative;
}
.detail-page .main-img > .wrap{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.414 / 1;
    border-radius: 16px;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}
.detail-page .main-img img{
    width: 100%;
}
.detail-page .slide-arrow img{
    width: 5rem;
    height: auto;
}
.detail-page .slide-arrow.left{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}
.detail-page .slide-arrow.right{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
}
.gallery{
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}
.gallery-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.gallery-list > li{
    width: calc((100% - 24px) / 4);
    border-radius: 16px;
    overflow: hidden;
}
.gallery-list > li.active{
    border: solid 3px var(--main-color);
}
.gallery-list > li img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.gallery-list > li a{
    position: relative;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.gallery-list > li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 184, 223, 0.5);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
/*.gallery-list > li a::after{
    content: '拡大して表示';
    font-size: var(--font-size-SS);
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.gallery-list > li a:hover::before{
    opacity: 1;
}
.gallery-list > li a:hover::after{
    opacity: 1;
}*/
.recommend-point{
    background-color: var(--base2-color);
    border: solid 1px var(--border-color);
    border-radius: 16px;
    padding: 40px 32px 48px 32px;
    margin-bottom: 80px;
}
.recommend-point .illust-ttl{
    margin-bottom: 32px;
}
.recommend-point .illust-ttl h2{
    font-size: var(--font-size-L);
}
.detail-section{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 64px;
    margin-bottom: 40px;
}
.detail-section .section-l{
    width: calc(50% - 64px);
}
.detail-section .section-r{
    width: 50%;
}
.detail-section .btn-area{
    position: sticky;
    top: 100px;
    left: 0;
}
.detail-section .btn-area .btn1{
    margin-bottom: 16px;
}
.btn1.contact{
    background-color: var(--main-color);
}
.btn1.download{
    background-color: var(--text-color);
}
.btn1.output{
    background-color: var(--gray-color);
}
.list-001 > li{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    gap: 40px;
    padding: 32px 0;
    border-top: solid 1px var(--border-color);
}
.list-001 > li:last-of-type{
    border-bottom: solid 1px var(--border-color);
}
.list-001 > li .list-ttl{
    width: 20%;
}
.list-001 > li .list-detail{
    flex: 1;
}
.list-001 .list-ttl p{
    text-align: start;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .detail-section{
        flex-direction: column-reverse;
    }
    .detail-section .section-l{
        width: 100%;
    }
    .detail-section .section-r{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #house-deital.page-content{
        padding-top: 40px;
    }
    .gallery{
        overflow: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        margin-bottom: 64px;
    }
    .gallery > li{
        scroll-snap-align: start;
    }
    .gallery-list{
        flex-wrap: nowrap;
    }
    .gallery-list li{
        min-width: 100px;
        border-radius: 8px;
    }
    .recommend-point{
        border-radius: 8px;
    }
    .detail-page .main-img{
        border-radius: 8px;
        margin-bottom: 8px;
    }
    .list-001 > li{
        padding: 16px 0;
        gap: 16px;
    }
    .list-001 > li .list-ttl{
        width: 25%;
    }
}
/* ************************      sell.php     ************************ */
.sell_page .subpage-header{
    border-bottom: solid 1px var(--border-color);
}
.sell_page .catch-area{
    max-width: 900px;
    margin: 48px auto 0 auto;
}
.sell_page .catch-area p{
    font-size: var(--font-size-L);
    text-align: justify;
}
.sell_page .catch-area .tag-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}
.sell_page .catch-area .tag-list > li{
    padding: 8px 32px;
    border: solid 2px var(--main-color);
    border-radius: 999px;
}
.sell_page .catch-area .tag-list p{
    font-size: var(--font-size-M);
    color: var(--main-color);
}
#sell-form{
    background-color: var(--base2-color);
    border: solid 1px var(--border-color);
    border-radius: 16px;
    margin-top: 90px;
    margin-bottom: 120px;
    min-height: 50vh;
}
#sell-form > .ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    transform: translateY(-50%);
}
#sell-form h2{
    padding: 8px 16px;
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
    font-size: var(--font-size-L);
}


/* ************************      archive.php     ************************ */
#news-list__area{
    background-color: var(--base2-color);
}
#news-list__area.page-content{
    padding-bottom: 160px;
}
.tab-1 {
    display: flex;
    flex-wrap: wrap;
}
.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid var(--base2-color);
    border-radius: 8px 8px 0 0;
    margin-right: 2px;
    background-color: var(--border-color);
    color: var(--text-color);
    font-size: var(--font-size-S);
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-1 > label:last-of-type{
    margin-right: 0;
}
.tab-1 > label:hover {
    opacity: .8;
}
.tab-1 input {
    display: none;
}
.tab-1 > div {
    display: none;
    width: 100%;
    padding: 4em 4em;
    background-color: #FFF;
    border-radius: 0 0 8px 8px;
}
.tab-1 label:has(:checked) {
    background-color: #FFF;
    border-color: var(--main-color) #FFF #FFF;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 8px 8px 0 0;
    color: var(--text-color);
}
.tab-1 label:has(:checked) + div {
    display: block;
    min-height: 500px;
}
.tab-1 label:has(:checked):hover{
    opacity: 1;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .tab-1 > div{
        padding: 32px;
    }
}
/* ************************      company.php     ************************ */
.company_page .subpage-header{
    border-bottom: solid 1px var(--border-color);
}
#company-contents > .container{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 160px;
}
#company-contents .section-l{
    width: fit-content;
    position: relative;
}
#company-contents .page-link{
    position: sticky;
    top: 20vh;
    top: 20lvh;
}
#company-contents .page-link i{
    display: none;
}
#company-contents .page-link a{
    font-size: var(--font-size-M);
    padding: 8px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: .3s ease-out;
}
#company-contents .page-link a.active{
    color: var(--main-color);
}
#company-contents .page-link a.active::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: var(--main-color);
    margin-right: 8px;
}
#company-contents .section-r{
    flex: 1;
}
#company-contents .section-ttl{
    align-items: start;
    margin-bottom: 64px;
}
#company-contents .sub-block > .wrap{
    padding-left: 64px;
    margin-bottom: 120px;
}
#company-contents .catch-area{
    margin-bottom: 32px;
}
#company-contents .catch-area p{
    font-size: var(--font-size-L);
}
.list-002{
    background-color: var(--base2-color);
    border: solid 1px var(--border-color);
    border-radius: 16px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 2em;
    margin-bottom: 64px;
}
.list-002 > li{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    width: 50%;
    padding: 8px;
}
.list-002 > li::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: var(--main-color);
    margin-right: 8px;
}
#company-support .catch-area{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 32px;
}
#company-support .catch-area img{
    width: 100px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #company-contents > .container{
        gap: 80px;
    }
    #company-contents .section-l{
        width: 100%;
    }
    #company-contents .section-r{
        width: 100%;
    }
    #company-contents .sub-block > .wrap{
        padding-left: 40px;
    }
    #company-contents .page-link > ul{
        display: flex;
        justify-content: start;
        align-items: start;
        flex-wrap: wrap;
        gap: 8px;
    }
    #company-contents .page-link > ul > li{
        width: calc(50% - 4px);
    }
    #company-contents .page-link i{
        display: inline-block;
    }
    #company-contents .page-link a{
        border: solid 1px var(--border-color);
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 16px;
    }
    #company-contents .page-link a.active{
        color: var(--text-color);
    }
    #company-contents .page-link a.active::before{
        display: none;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #company-contents .page-link a{
        font-size: var(--font-size-SS);
        padding: 8px;
    }
    #company-contents .page-link i{
        font-size: var(--font-size-SS);
    }
    #company-contents .section-ttl{
        margin-bottom: 40px;
    }
    #company-contents .sub-block > .wrap{
        padding-left: 0;
    }
    #company-contents .catch-area{
        margin-bottom: 16px;
    }
    #company-contents .catch-area p{
        text-align: center;
    }
    .list-002{
        padding: 1.5em;
    }
    .list-002 > li{
        width: 100%;
    }
    #company-support .catch-area{
        flex-direction: column;
    }
}
/* ************************      Footer     ************************ */
footer{
    background-color: var(--text-color);
    color: #FFF;
    border-radius: 16px 16px 0 0;
    padding: 64px 0 24px 0;
}
footer p,
footer a{
    color: #FFF;
}
footer > .container{
    max-width: none;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}
footer .footer-l{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.footer-l .address{
    margin-top: 32px;
}
.footer-l .btn2{
    display: inline-block;
    margin-top: 8px;
}
.footer-l .tel{
    margin-top: 32px;
}
.footer-l .tel-num,
.footer-l .fax-num{
    display: flex;
    justify-content: start;
    align-items: baseline;
    font-size: var(--font-size-L);
}
.footer-l .tel-num > span,
.footer-l .fax-num > span{
    font-size: var(--font-size-S);
    text-transform: capitalize;
}
.footer-l .sns{
    font-size: var(--font-size-S);
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: end;
    gap: 16px;
    flex: 1;
}
.footer-l .sns a{
    transition: .3s ease-out;
}
.footer-l .sns a:hover{
    transform: scale(1.1);
}
.footer-l .sns i{
    font-size: var(--font-size-L);
}
footer .footer-c{
    width: 33%;
}
.footer-menu > li{
    margin-bottom: 8px;
}
.footer-menu .menu-large{
    font-size: var(--font-size-L);
    margin-bottom: 16px;
}
.footer-menu > li:nth-of-type(4){
    margin-bottom: 56px;
}
footer .footer-r{
    flex: 1;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    footer .footer-l{
        width: 50%;
    }
    footer .footer-c{
        width: 50%;
    }
    footer .footer-r{
        width: 100%;
        margin-top: 64px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    footer > .container{
        flex-direction: column-reverse;
    }
    footer .footer-l{
        margin-top: 64px;
        width: fit-content;
        margin: 64px auto 0 auto;
    }
    footer .footer-c{
        display: none;
    }
    footer .footer-r{
        margin-top: 0;
    }
    footer .footer-r .copyright{
        display: none;
    }
    .footer-l .sns{
        margin: 16px auto 16px auto;
    }
    .footer-l .sns i{
        font-size: var(--font-size-LL);
    }
}
/* ************************      card.php     ************************ */
#item-card{
    position: relative;
    width: 100%;
    aspect-ratio: 1.414 / 1;
}
#item-card p{
    font-size: 16px;
}
#item-card > .ttl{
    height: 8%;
    background-color: var(--main-color);
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px var(--border-color);
}
#item-card > .ttl p{
    font-size: var(--font-size-LL);
    text-align: center;
}
#item-card .contents-area{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 16px;
    height: 92%;
}
#item-card .section-l{
    position: relative;
    flex: 1;
}
#item-card .section-l .img-area{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 16px;
    height: 100%;
    padding: 16px;
}
#item-card .section-l .img-area .img1,
#item-card .section-l .img-area .img2{
    width: calc((100% - 16px) / 2);
    overflow: hidden;
    border-radius: 16px;
    height: calc(50% - 8px);
}
#item-card .section-l .img-area img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#item-card .section-l .img-area iframe{
    width: 100%;
    flex: 1;
    aspect-ratio: auto;
    height: calc(50% - 8px);
}
#item-card .section-r{
    width: 30%;
}
.list-003{
    height: 100%;
}
.list-003 > li{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    width: 100%;
    height: calc(100% / 15);
    border-bottom: solid 1px var(--border-color);
}
.list-003 > li:last-of-type{
    height: calc((100% / 15) * 2);
}
.list-003 .list-ttl{
    width: 25%;
    height: 100%;
    background-color: var(--main-color);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-003 .list-detail{
    flex: 1;
    height: 100%;
    padding: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
}
/* ************************   contact-form    ************************ */
#contact-form{
    position: fixed;
    inset: 0;                 /* top/right/bottom/left:0 と同じ */
    translate: 0 100%;        /* いったん画面の下に退避 */
    transition: translate .45s cubic-bezier(.2,.8,.2,1);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-form p,
#contact-form a{
    color: var(--text-color);
}
#contact-form::before{
    content:'';
    position:absolute; inset:0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    transition: opacity .3s ease .3s;
    pointer-events: none;     /* 閉じるまでは透過 */
}
#contact-form.open{
    translate: 0 0;
}
#contact-form.open::before{
    opacity: 1;
    pointer-events: auto;
}
#contact-form .container{
    background-color: var(--base2-color);
    width: 65%;
    height: 75rem;
    position: relative;
    border: solid 1px var(--border-color);
    border-radius: 16px;
    padding: 0 8rem 4rem 8rem;
}
/* 閉じるときは即座に戻す */
#contact-form.closing::before {
    transition: none !important;
}
#contact-form .ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    transform: translateY(-50%);
}
#contact-form h2{
    padding: 8px 16px;
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
    font-size: var(--font-size-L);
}
.cf{
    width: 100%;
}
.cf-list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 3rem;
}
.cf-list li {}
.cf-list label{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.label-name{
    font-family: var(--en-font);
    font-size: var(--font-size-LL);
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.cf-input{
    border: solid 1px var(--border2-color);
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
}
.cf-check input{
    width: 30px;
    height: 30px;
    border: 2px solid var(--border2-color);
    border-radius: 5px;
    position: relative;
}
.cf-check input:checked::before{
    content: '✔';
    line-height: 1;
    font-size: var(--font-size-L);
    display: block;
    width: 100%;
    height: 100%;
    color: var(--main-color);
    position: absolute;
    top: 0;
    text-align: center;
}
.cf-textarea{
    border: solid 1px var(--border2-color);
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
}
.cf-input:focus,
.cf-input:focus-visible{
    border-bottom: solid 4px var(--sub-color);
    outline: none;
}
.cf-input::placeholder{
    color: #999;
}
.cf-textarea:focus,
.cf-textarea:focus-visible{
    border: solid 3px var(--sub-color);
    outline: none;
}
.cf-click{
    width: 100%;
    text-align: center;
}
.cf-btn{
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-top: 30px;
    background-color: var(--text-color);
    color: #FFF;
    transition: .3s;
    text-align: center;
}
.cf-btn:hover{
    background-color: var(--main-color);
    transition: .3s;
}
.wpcf7-spinner{
    display: none;
}
.cf-input:-internal-autofill-selected{
    background-color: transparent;
}
.wpcf7 form .wpcf7-response-output{
    margin: 2em 0 1em;
}
.pp-link{
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #contact-area.page-content{
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #wpcf7-f7-o1{
        margin: 0 auto;
    }
}
/* ************************   display    ************************ */
.pc-off{
    display: none;
}
.tablet-on{
    display: none;
}
.mobile-on{
    display: none;
}
#menu-global li.tablet-on{
    display: none;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .pc-off{
        display: block;
    }
    .tablet-off{
        display: none;
    }
    .tablet-on{
        display: block;
    }
    #menu-global li.tablet-on{
        display: block;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .mobile-off{
        display: none;
    }
    .mobile-on{
        display: block;
    }
}