/*--------------------------------------------------------------
Theme Name: Noir Original
File Name: style-common.css
Description: Styles for overall pages
Author: Your Name
Last Updated: YYYY-MM-DD
【メモ】
※ヘッダーナビCSS⇒　style-header.css
※導入事例CSS⇒
--------------------------------------------------------------*/

 /* デバック
* {
    outline: 1px solid red;  
}
*/

/* CSS Reset */
html,* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

/* Global Variables */
:root {
    /*--primary-color: #3498db;*/
    margin: 0
}





/* --------------
共通 Settings
-----------------*/

/* Base Styles */
body {
    box-sizing: border-box;
    margin: 0;
    font-family: "kozuka-gothic-pr6n", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding: 0;
    background-color: #f3f1e8;
}


.border-bottom {
    border-bottom: 1px solid #000;
}

a {
    text-decoration: none;
    /*outline: 0;*/
    transition: all .5s ease-in-out;
}

a:hover {
    /*opacity: 0.8;*/
    cursor: pointer;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

h2 img {
    /* title image size */
    height: 20px;
    width: auto;
}

.index-business-title h2 img {
    /* title image size */
    height: 50px;
    width: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}


@media (min-width: 520px) {
    h2 img {
        /* title image size */
        height: 30px;
        width: auto;
    }

    .index-business-title h2 img {
        /* title image size */
        height: 30px;
        width: auto;
    }
    /*
    p{
        letter-spacing:1px;
    }
        */
}

/* ----------------------
ファーストビュー内 scrolling 
-------------------------*/
.scrolldown {
    display: inline-block;
    transform: rotate(90deg);
    text-align: left;
    position: absolute;
    top: 98%;
    left: -5.5rem;
    z-index: 100;
}

/* position in lookbook template */
.page-template-page-planner .scrolldown,
.page-template-page-hotel .scrolldown,
.page-template-page-dealer .scrolldown,
.page-template-page-reception .scrolldown{
    display: inline-block;
    transform: rotate(90deg);
    text-align: left;
    position: absolute;
    top: 93vh;
    left: -5.5rem;
    z-index: 100;

}

/* シリーズページ以外の縦線色 */
.scrolldown__arrow {
    width: 8rem;
    border-bottom: 1px solid #fff;
    margin: -1.05rem 0 0 1.5rem;
    margin-left: 6rem;
}

/* シリーズページの縦線色 */
body.page-template-page-lelienpeal .scrolldown__arrow,
body.page-template-page-comsuits .scrolldown__arrow,
body.page-template-page-doublecloth .scrolldown__arrow,
body.page-template-page-emoduo .scrolldown__arrow,
body.page-template-page-femharmony .scrolldown__arrow,
body.page-template-page-femtweed .scrolldown__arrow,
body.page-template-page-kasane .scrolldown__arrow,
body.page-template-page-tbc .scrolldown__arrow,
body.page-template-page-noblecross .scrolldown__arrow,

/* Functionの縦線色 */
body.page-template-page-function .scrolldown__arrow,
/* Lookbookページの縦線色 */
body.page-template-page-planner .scrolldown__arrow,
body.page-template-page-hotel .scrolldown__arrow,
body.page-template-page-dealer .scrolldown__arrow,
body.page-template-page-reception .scrolldown__arrow
/* body.page-template-page-contact .scrolldown__arrow 問合せページの縦線色 */
 {
    border-bottom: 1px solid #000 !important; /* 優先度を強化 */
}



/* シリーズページ以外のScrollテキスト色 */
.scrolldown a{
    color:#fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    /*font-size:30px;*/
    font-size:20px;
    letter-spacing:3px;
    padding-right:1rem;
}

/* シリーズページのScrollテキスト色 */
body.page-template-page-lelienpeal .scrolldown a,
body.page-template-page-comsuits .scrolldown a,
body.page-template-page-doublecloth .scrolldown a,
body.page-template-page-emoduo .scrolldown a,
body.page-template-page-femharmony .scrolldown a,
body.page-template-page-femtweed .scrolldown a,
body.page-template-page-kasane .scrolldown a,
body.page-template-page-tbc .scrolldown a,
body.page-template-page-noblecross .scrolldown a,
/* 会社概要のScrollテキスト色 */
body.page-template-page-company .scrolldown a,
/* FunctionのScrollテキスト色 */
body.page-template-page-function .scrolldown a,
/* Lookbookページの縦線色 */
body.page-template-page-planner .scrolldown a,
body.page-template-page-hotel .scrolldown a,
body.page-template-page-dealer .scrolldown a,
body.page-template-page-reception .scrolldown a
/*body.page-template-page-contact .scrolldown a  問合せページの縦線色 */ {
    color:#000;
}

/* 問合せページScrollなし */
body.page-template-page-contact .scrolldown__arrow,
body.page-template-page-contact .scrolldown a,

/* PC:Single NEWSScrollなし */
body.single-news .scrolldown__arrow,
body.single-news .scrolldown a,

/* 404 Scrollなし */
body.error404 .scrolldown__arrow,
body.error404 .scrolldown a,
/* 会社概要Scrollなし */
body.page-template-page-company .scrolldown__arrow,
body.page-template-page-company .scrolldown a{

    display:none;
}


/*
.scrolldown img {
    width: 5rem;
}
*/
@media (max-width: 1100px) {
    .scrolldown {
        position: absolute;
        top: 93vh;
        left: -10rem;
    }

    /* position in lookbook template */
    .page-template-page-planner .scrolldown,
    .page-template-page-hotel .scrolldown,
    .page-template-page-dealer .scrolldown,
    .page-template-page-reception .scrolldown{
        display: inline-block;
        transform: rotate(90deg);
        text-align: left;
        position: absolute;
        /*top: 50%;*/
        top: 70vh;
        left: -10rem;
        z-index: 100;

    }
}

@media (max-width: 750px) {
    .scrolldown {
        display: inline-block;
        transform: rotate(90deg);
        text-align: left;
        position: absolute;
        /*top: 50%;*/
        top: 93vh;
        left: -3.5rem;
        z-index: 100;
    }

    /* PC両アーカイブScrollなし */
    body.archive .scrolldown__arrow,
    body.archive .scrolldown a{
        display:none;
    }

    /* PC:Single NEWSScrollあり */
    body.single-news .scrolldown__arrow {
        width: 15rem;
        border-bottom: 1px solid #fff;
        margin: -1.2rem 0 0 -.5rem;
        margin-left: 7rem;
    }

    body.single-news .scrolldown a{
        color:#fff;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        /*font-size:30px;*/
        font-size:20px;
        padding-right:1rem;
    }

    /* position in lookbook template */
    .page-template-page-planner .scrolldown,
    .page-template-page-hotel .scrolldown,
    .page-template-page-dealer .scrolldown,
    .page-template-page-reception .scrolldown{
        display: inline-block;
        transform: rotate(90deg);
        text-align: left;
        position: absolute;
        /*top: 50%;*/
        top: 70vh;
        left: -3.3rem;
        z-index: 100;

    }
    
    /* シリーズページ以外の縦線色 */
    .scrolldown__arrow {
        width: 3rem;
        margin: -1.0rem 0 0 -.5rem;
        margin-left: 4.5rem;
    }

    .scrolldown a{
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:14px;
        padding-right:1rem;
    }
}


/* Utility Classes */
/* -----------------
PCとスマホの改行調整
-------------------*/
/* スマホ向けに改行を表示 */
@media (max-width: 768px) {
    .mobile-break{
        display: block;
    }

    .pc-break {
        display: none;
        /* PCのときには表示しない */
    }
}

/* PCの場合は改行を非表示 */
@media (min-width: 769px) {
    .mobile-break {
        display: none;
        /* スマホのときには表示しない */
    }

    .pc-break {
        display: block;
        /* PCの場合のみ改行を表示 */
    }
}

/* -----------------
PCとスマホの表示仕分け
-------------------*/
.pc-only{
    display:block;

}
.mobile-only{
    display:none;
}

@media (max-width: 768px){
    .pc-only{
        display:none;
    
    }
    .mobile-only{
        display:block;
    }
}

/* -----------------
font size
-------------------*/
.two-rem {
    font-size: 2rem;
}

/*--- index font ----*/
.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.section-title p {
    font-size: 0.8rem;
    margin: 0.5rem auto 2rem;
}


/*-------------------
 背景色関連
 ------------------*/
.bg-dark-gray {
    background: #888888;
}

.bg-gray {
    background: #cecece;
    background: #D6D6D6;
}

.bg-light-gray {
    background: #e4e4e4;
}

.bg-light-brown {
    background: #9b928a;
}

.bg-white{
    background: #fff;

}

/* ----------------
Space 関連
-------------------*/
.pt10 {
    padding-top: 1rem;
}

.pt20 {
    padding-top: 2rem;
}

.pt30 {
    padding-top: 3rem;
}

.pt40 {
    padding-top: 4rem;
}

.pt50 {
    padding-top: 5rem;
}

.pt60 {
    padding-top: 6rem;
}

.pt70 {
    padding-top: 7rem;
}

.pt80 {
    padding-top: 8rem;
}

.pt90 {
    padding-top: 9rem;
}

.pt100 {
    padding-top: 10rem;
}

.pl10 {
    padding-left: 1rem;
}

.pl20 {
    padding-left: 2rem;
}

.pl30 {
    padding-left: 3rem;
}

.pl40 {
    padding-left: 4rem;
}

.pl50 {
    padding-left: 5rem;
}

.pl60 {
    padding-left: 6rem;
}

.pl70 {
    padding-left: 7rem;
}

.pl80 {
    padding-left: 8rem;
}

.pl90 {
    padding-left: 9rem;
}

.pl100 {
    padding-left: 10rem;
}

.pb10 {
    padding-bottom: 1rem;
}

.pb20 {
    padding-bottom: 2rem;
}

.pb30 {
    padding-bottom: 3rem;
}

.pb40 {
    padding-bottom: 4rem;
}

.pb50 {
    padding-bottom: 5rem;
}

.pb60 {
    padding-bottom: 6rem;
}

.pb70 {
    padding-bottom: 7rem;
}

.pb80 {
    padding-bottom: 8rem;
}

.pb90 {
    padding-bottom: 9rem;
}

.pb100 {
    padding-bottom: 10rem;
}

.pb140 {
    padding-bottom: 14rem;
}

.pr10 {
    padding-right: 1rem;
}

.pr20 {
    padding-right: 2rem;
}

.pr30 {
    padding-right: 3rem;
}

.pr40 {
    padding-right: 4rem;
}

.pr50 {
    padding-right: 5rem;
}

.pr60 {
    padding-right: 6rem;
}

.pr70 {
    padding-right: 7rem;
}

.pr80 {
    padding-right: 8rem;
}

.pr90 {
    padding-right: 9rem;
}

.pr100 {
    padding-right: 10rem;
}

.mt10 {
    margin-top: 1rem;
}

.mt20 {
    margin-top: 2rem;
}

.mt30 {
    margin-top: 3rem;
}

.mt40 {
    margin-top: 4rem;
}

.mt50 {
    margin-top: 5rem;
}

.mt60 {
    margin-top: 6rem;
}

.mt70 {
    margin-top: 7rem;
}

.mt80 {
    margin-top: 8rem;
}

.mt90 {
    margin-top: 9rem;
}

.mt100 {
    margin-top: 10rem;
}

.ml10 {
    margin-left: 1rem;
}

.ml20 {
    margin-left: 2rem;
}

.ml30 {
    margin-left: 3rem;
}

.ml40 {
    margin-left: 4rem;
}

.ml50 {
    margin-left: 5rem;
}

.ml60 {
    margin-left: 6rem;
}

.ml70 {
    margin-left: 7rem;
}

.ml80 {
    margin-left: 8rem;
}

.ml90 {
    margin-left: 9rem;
}

.ml100 {
    margin-left: 10rem;
}

.mb10 {
    margin-bottom: 1rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.mb50 {
    margin-bottom: 5rem;
}

.mb60 {
    margin-bottom: 6rem;
}

.mb70 {
    margin-bottom: 7rem;
}

.mb80 {
    margin-bottom: 8rem;
}

.mb90 {
    margin-bottom: 9rem;
}

.mb100 {
    margin-bottom: 10rem;
}

.mr10 {
    margin-right: 1rem;
}

.mr20 {
    margin-right: 2rem;
}

.mr30 {
    margin-right: 3rem;
}

.mr40 {
    margin-right: 4rem;
}

.mr50 {
    margin-right: 5rem;
}

.mr60 {
    margin-right: 6rem;
}

.mr70 {
    margin-right: 7rem;
}

.mr80 {
    margin-right: 8rem;
}

.mr90 {
    margin-right: 9rem;
}

.mr100 {
    margin-right: 10rem;
}

/* ------------------------
  フェードインAnimation 関連
  -----------------------*/
/*その場でフェードイン
：　lookbook fv fadein*/

  .fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
    animation-name: fadeIn;
}

.fade-in.is-show {
    opacity: 1;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  

/*下からフェードインFASTRE*/





.fade-in-bottom-f {
    opacity: 0;
    transform: translate(0, 4%);
    transition: 2.4s;
    animation-name: fade-in-bottom;
}

.fade-in-bottom-f.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

@keyframes fade-in-bottom-f {
    from {
        opacity: 0;
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*下からフェードインNORMAL*/
.fade-in-bottom {
    opacity: 0;
    transform: translate(0, 10%);
    /* transition: 2.5s;*/
	transition: 1.2s;
    animation-name: fade-in-bottom;
}

.fade-in-bottom.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

@keyframes fade-in-bottom {
    from {
        opacity: 0;
        transform: translateY(-20%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*下からフェードインSLOWER*/
.fade-in-bottom-s {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 2.6s;
    animation-name: fade-in-bottom;
}

.fade-in-bottom-s.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

@keyframes fade-in-bottom-s {
    from {
        opacity: 0;
        transform: translateY(-20%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 右からフェードイン */
.fade-in-right {
    opacity: 0;
    transform: translateX(50%);
    transition: 2.5s;
    animation-name: fade-in-right;
}

.fade-in-right.is-show {
    transform: translateX(0);
    opacity: 1;
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(50%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 左からフェードイン */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50%);
    transition: 2.5s;
    animation-name: fade-in-left;
}

.fade-in-left.is-show {
    transform: translateX(0);
    opacity: 1;
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        transform: translateX(-50%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/* --------------------
 ボタン関連
 --------------------*/

/*  Black button */
.button {
    max-width: 200px;
    margin: auto;
    text-align: center;
}

.button a {
    display: block;
    text-align: center;
}

.button a:hover {
    filter: opacity(0.8);
    cursor: pointer;
}

/* White button */
.button-white {
    max-width: 200px;
    margin: auto;
    text-align: center;
}

.button-white a {
    display: block;
    text-align: center;
}

.button-white a:hover {
    filter: opacity(0.8);
    cursor: pointer;
}

/* Gary button */
.button-gray {
    max-width: 220px;
    margin: auto;
    text-align: center;
}

.button-gray a {
    display: block;
    text-align: center;
}

/*
.button-gray a::after {
    content: "›"; 
    font-size: 1rem; 
    position:absolute;
    right:20px;
    margin-left: 2rem; 
    vertical-align: middle; 
*/
.button-gray a:hover {
    filter: opacity(0.8);
    cursor: pointer;
}

/* --------------------------
問合せ追従ボタン：sticky button画像
-------------------------------*/
#sticky-contact-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    transition: transform 0.3s ease;
    will-change: transform;
    display: block;
    width: 120px;
    height: 120px;
    mix-blend-mode: difference;
  }
  
  #sticky-contact-button:hover {
    transform: scale(1.1);
  }
  
  #sticky-contact-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  @media screen and (max-width: 768px) {
    #sticky-contact-button {
        
        bottom: 20px;
        right: 20px;
       
        width: 80px;
        height: 80px;
    }

  }

  @media screen and (min-width: 2000px) {
    #sticky-contact-button {
        mix-blend-mode: difference;
    }

  }


/* --------------
Page Width
------------------*/
.page-width {
    max-width: 900px;
    margin: auto;
}
.outer-2500{
    max-width:2500px;
    margin:0 auto;
}
.outer-2000{
    max-width:2000px;
    margin:0 auto;
}
.outer-1900{
    max-width:1900px;
    margin:0 auto;
}

.outer-1800{
    max-width:1800px;
    margin:0 auto;
}

.outer-1600{
    max-width:1600px;
    margin:0 auto;
}

.outer-1400{
    max-width:1400px;
    margin:0 auto;
}

.outer-1200{
    max-width:1200px;
    margin:0 auto;
}

/* -----------------------
**************************
index (front-page)
**************************
------------------------ */

/* --------------
first view section : パララックス
------------------*/

.index-hero img {
    width: 100%;
}


.img-frame {
    position: relative;
    width: 100%;
    height: 300px;
    height: 100Vh;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .img-frame {
        width: 100%;
        height: calc(100vw/(1280/800));
    }
}

@media screen and (max-width: 767px) {
    .img-frame {
        width: 100%;
        height: calc(100vw/(375/605));
    }
}

/*test*/
/* 共通のスライドアニメーション */
@keyframes slide-animation {
    0% { opacity: 0; transform: scale(1.15); }
    10% { opacity: 1; }
    25% { opacity: 1; }
    35% { opacity: 0; transform: scale(1.0); }
    100% { opacity: 0; }
}

/* 最初の画像だけ特別アニメーション */
@keyframes first-image {
    0% { opacity: 1; transform: scale(1.15); }
    25% { opacity: 1; }
    35% { opacity: 0; transform: scale(1.0); }
    100% { opacity: 0; }
}

/* 共通スタイル */
.img-01, .img-02, .img-03, .img-04, .img-05 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0; /* デフォルトは非表示 */
    animation: slide-animation 35s infinite;
    animation-fill-mode: forwards; /* アニメーション後の状態を保持 */
}

/* FV：PC表示 */
/* WebPをサポートしているブラウザの場合 */
@supports (background-image: url('image.webp')) {
    .img-01 {
        background-image: url('../images/index/noir-top-slider1__2511.webp');
        opacity: 1; /* 最初に表示 */
        animation: first-image 35s infinite;
    }

    .img-02 {
        background-image: url('../images/index/noir-top-slider2__2511.webp');
        animation-delay: 7s;
    }

    .img-03 {
        background-image: url('../images/index/noir-top-slider3__2511.webp');
        animation-delay: 14s;
    }

    .img-04 {
        background-image: url('../images/index/noir-top-slider4__2511.webp');
        animation-delay: 21s;
    }
	
	.img-05 {
        background-image: url('../images/index/noir-top-slider5__2511.webp');
        animation-delay: 28s;
    }
}

/* WebPをサポートしていないブラウザの場合 */
@supports not (background-image: url('image.webp')) {
    .img-01 {
        background-image: url('../images/index/noir-top-slider1__2511.png');
        opacity: 1; /* 最初に表示 */
        animation: first-image 35s infinite;
    }

    .img-02 {
        background-image: url('../images/index/noir-top-slider2__2511.png');
        animation-delay: 7s;
    }

    .img-03 {
        background-image: url('../images/index/noir-top-slider3__2511.png');
        animation-delay: 14s;
    }

    .img-04 {
        background-image: url('../images/index/noir-top-slider4__2511.png');
        animation-delay: 21s;
    }
	
	.img-05 {
        background-image: url('../images/index/noir-top-slider5__2511.png');
        animation-delay: 28s;
    }
}

/* FV：Mobile表示 */
@media screen and (max-width: 767px) {
    /* WebPをサポートしているブラウザの場合 */
    @supports (background-image: url('image.webp')) {
        /* 最初の画像：WebP画像 */
        .img-01 {
            background-image: url('../images/index/noir-top-slider1-sp__2506.webp');
            opacity: 1; /* 最初に表示 */
            animation: first-image 35s infinite;
        }

        /* 2枚目以降 */
        .img-02 {
            background-image: url('../images/index/noir-top-slider2-sp__2506.webp');
            animation-delay: 7s;
        }

        .img-03 {
            background-image: url('../images/index/noir-top-slider3-sp__2506.webp');
            animation-delay: 14s;
        }

        .img-04 {
            background-image: url('../images/index/top-fv-mobile-01.webp');
            animation-delay: 21s;
        }
		.img-05 {
            background-image: url('../images/index/top-fv-mobile-03.webp');
            animation-delay: 28s;
        }
    }

    /* WebPをサポートしていないブラウザの場合 */
    @supports not (background-image: url('image.webp')) {
        /* 最初の画像：PNG画像 */
        .img-01 {
            background-image: url('../images/index/noir-top-slider1-sp__2506.png');
            opacity: 1; /* 最初に表示 */
            animation: first-image 35s infinite;
        }

        /* 2枚目以降 */
        .img-02 {
            background-image: url('../images/index/noir-top-slider2-sp__2506.png');
            animation-delay: 7s;
        }

        .img-03 {
            background-image: url('../images/index/noir-top-slider3-sp__2506.png');
            animation-delay: 14s;
        }

        .img-04 {
            background-image: url('../images/index/top-fv-mobile-01.png');
            animation-delay: 21s;
        }
		.img-05 {
            background-image: url('../images/index/top-fv-mobile-03.png');
            animation-delay: 28s;
        }
    }
}





.fv-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cover::after { /* 白カバー */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    clip-path: polygon(0 0, 15% 0, 30% 100%, 0% 100%);
    z-index:4; /*　202503016追記：FVのテキストの下に表示 */
}
.cover { /*　202503016追記：FVのテキストの下に表示 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 高さを明示的に指定 */
}


.fv-img-banner03 {
    z-index: 1;
}

.parallax-image {  /*　202503016追記：FVのテキストの下に表示 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; /* Make sure this is higher than other elements if needed */
    transition: transform 0.1s ease-out;
  }

  



/* fixed images*/
.fixed-img-01 {
    width:30%;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 5;
    transition: transform 0.1s ease-out;
  }

.fixed-img-02 {
    width: 26%;
    position: absolute;
    top: 54%;
    left: 10%;
    z-index: 5;
    transition: transform 0.1s ease-out;
  
}

.fixed-img-03 {
    width:20%;
    position: absolute;
    top: 85%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: transform 0.1s ease-out;
}

@media screen and (max-width: 767px) {
    .fixed-img-01 {
        width: 60% !important;
        position: absolute !important;
        top: 70% !important;
        left: 13% !important;
        z-index: 5 !important;
    }
    .fixed-img-02 {
        width: 53% !important;
        position: absolute !important;
        top: 86% !important;
        left: 13% !important;
        z-index: 5 !important;
    }
    .fixed-img-03 {
        display: none !important;
    }

    .cover::after{
        display:none;
    }
}


.parallax-image {  /*　202503016追記：FVのテキストの下に表示 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: transform; /* パフォーマンス向上 */
}
  




/* PC：タイトルデコレーション */
.index-series-title h2,
.index-series-title h3,
.index-concept-title h2,
.index-category-title h2,
.index-news-title h2,
.index-business-title h2,
.index-fasfunc-title h3,/* series pages */
.index-casestudy-title h2 {
    position: relative;
    padding: 0 65px;
    text-align: center;
  }
  
  .index-series-title h2:before,
  .index-series-title h3:before,
  .index-category-title h2:before,
  .index-concept-title h2:before,
  .index-news-title h2:before,
  .index-business-title h2:before,
  .index-fasfunc-title h3:before,/* series pages */
  .index-casestudy-title h2:before{
    position: absolute;
    top: calc(50% - 1px);
    left: 10%;
    width: 80%;
    height: 0.5px;
    content: '';
    background: #000;
  }

  .index-concept-title h2:before{/* line color */
    background: #fff;
  }
  
  /* text backgroud color */
  .index-series-title h2 span {
    position: relative;
    padding: 0 1em;
    background: #D6D6D6;
  }
  .index-series-title h3 span {
    position: relative;
    padding: 0 1em;
    background: #EFEFEF;
}

  .index-category-title h2 span{
    position: relative;
    padding: 0 1em;
    background: #e4e4e4;
  }

  .index-concept-title h2 span{
    position: relative;
    padding: 0 1em;
    background: #888888;
  }

  .index-casestudy-title h2 span{
    position: relative;
    padding: 0 1em;
    background: #EFEFEF;
  }

  .index-news-title h2 span{
    position: relative;
    padding: 0 1em;
    background: #FFFFFF;
  }

  .index-fasfunc-title h3 span{
    position: relative;
    padding: 0 1em;
    background: #D6D6D6;
  }
  
  .index-business-title h2 span{
    position: relative;
    padding: 0 1em;
    background: #FFFFFF;
  }

  .casestudy-outer-wrapper .index-casestudy-title h2 span{
    background: #e7e5e4 ; /* single-casestudy 背景一致 */
  }

  .function-series .index-series-title h2 span{
    background: #EFEFEF; /* series pages内 背景一致 */
  }
  .casestudy-outer-wrapper .index-casestudy-title h2:before{
    display:none; /* single-casestudy 非表示 */
  }

/* スマホ：タイトルデコレーション */  
@media screen and (max-width: 768px) {
    .index-casestudy-title h2 {
        padding: 0 0px;
    }


    .index-series-title h2:before,
    .index-series-title h3:before,
  .index-category-title h2:before,
  .index-concept-title h2:before,
  .index-news-title h2:before,
  .index-business-title h2:before
  { 
    width: 82%;
    left: 9%;
  }

  /* 非表示*/
  .index-fasfunc-title h3:before,
  .index-casestudy-title h2:before{
    display:none;
  }

  /* 表示:　BLACK*/
  .index-business-title h2:before{
    position: absolute;
    top: calc(50% - 18px);
    left: 10%;
    width: 80%;
    height: 0.5px;
    content: '';
    background: #000;
  }

  /* 表示:　背景色調整*/
  .index-category-title h2 span{
    background: #fff;
  }

  .index-series-title h2 span,
  .index-series-title h3 span,
  .index-category-title h2 span,
  .index-concept-title h2 span,
  .index-casestudy-title h2 span,
  .index-news-title h2 span,
  .index-business-title h2 span {
    padding: 0 1em;
  }

  .index-fasfunc-title h3 span{
    padding:0;
  }

}





/* ------------------
.concept section
-------------------- */
.index-concept {
    text-align: center;
    color: #fff;
}

.index-concept-inner {
    max-width: 800px;
    margin: auto;
    padding: 2rem;
}

.concept-text-content {
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
    .concept-text-content {
        text-align: center;
    }
}



/* ----------
category section
------------- */

.index-category {
    height: 53vw;
    background-color: #e4e4e4;
	max-height: 800px; /*  スペース調整*/
}


@media screen and (max-width: 1400px){
    .index-category {
        height: 70vw;        
    }
} 

@media screen and (max-width: 1100px){
    .index-category {
        height: 75vw;       
    }
} 

@media screen and (max-width: 768px){
    .index-category {
        height: 200vw;
        background-color: #fff;    
    }
} 

.category-list-list{
    width:84vw;
    margin:auto;
    display:flex;
    max-width: 1000px;
    
}

.category-list-list img{
    filter:grayscale(1);
    width:100%;
    
}

.category-list-list img:hover{
    filter:grayscale(0)
    
}

@media screen and (max-width: 768px){

    .category-list-list img{
        /*filter:grayscale(0);*/
        width:100%;  
    }
    
    .category-list-list img:hover{
        filter:grayscale(0)  
    }

    .category-list-list{
        width:84vw;
        margin:auto;
        display:flex;
        flex-direction: column;
        margin-top: -1.5rem;
		max-width:350px;
    }
    .category-list-list-item-container{
        position:relative;
    }
    .category-list-list-item-text{
        position:absolute;
        bottom:0;
        right:0;
    }

}

/* text */
.category-list-list-item-text p{
    text-align: center;
    color:#3E3A3A;
}

.category-list-list-item-text .category-name {
    font-size: 30px;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top:0.5rem;
}

.category-list-list-item-text .category-name-jp {
    font-size: 12px;
    font-family: "kozuka-gothic-pr6n", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (max-width: 768px){
    .category-list-list-item-text p{
        text-align: right;
        color:#fff;
        margin-right:0.8rem;
        margin-bottom:0.5rem;
    }
    
    .category-list-list-item-text .category-name {
        margin-top:0.2rem;
    }
    
    .category-list-list-item-text .category-name-jp {
        margin-top:-0.8rem;
    }
}



/* animation */
/* 初期状態 */
.category-list-list-item {
    opacity: 0; /* 初期状態は非表示 */
    transform: translateX(-70px); /* 左にずらす */
    transition: all 1.0s ease-out; /* トランジションで滑らかに */
}

/* スライドインする状態 */
.category-list-list-item.show {
    opacity: 1; /* 表示 */
    transform: translateX(0); /* 元の位置に */
}


/* bg text */
.category-content{
    position:relative;
}

.bg-text-category {
    /*背景テキスト: CATEGORIES*/
    width: 20vw;
    position: absolute;
    top: -22%;
    left: 1%;
    z-index: 0;
}

.index-category-inner-top h2,
.index-category-inner-top p {
    text-decoration: center;
    position:relative;
    z-index:2;
}

.category-list h3 {
    font-size: 2rem;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #000;
    text-align: left;
}

/* タブレット時 */
@media screen and (min-width: 750px) {   
    .bg-text-category {
        /*背景テキスト: CATEFORIES*/
        width: 60px;
        position: absolute;
        top: -30%;
        left: 2%;
        z-index: 0;
    }  
}

/* PC時 */
@media screen and (min-width: 1100px) {
    .bg-text-category {
        /*背景テキスト: CATEFORIES*/
        width: 85px;
        position: absolute;
        top: -26%;
        left: 10px;
        z-index: 0;
    }  
}


/*　WEDDING PLANNERスマホ画像の高さ　*/
@media (max-width: 767px) {
    #category-mobile-image {
        height: 50px;
        /* 任意の高さに変更 */
    }
}


/* ---------------
series section
-------------------- */
.bg-series {
    background-image: url(../images/index/bg-img-brown.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 18%;
}

.bg-text-series {
    /*背景テキスト: SERIES*/
    width: 65px;
    position: absolute;
    top: 26.5%;
    right: 30px;
    z-index: 10;
}

@media screen and (max-width: 500px){
    .bg-text-series {
        display:none;
    }

    .bg-series{
        padding-bottom: 30%;
    }
}


/* スマホ時 */
.bg-logo-noir {
    transform: scale(1.1);
    z-index: 0;
    position: relative;
    width: 80%;
    margin: auto;
    /*margin-bottom: -160px;*/
    margin-bottom: -14%;
    padding-top: 5%;
}

@media screen and (min-width: 2000px){
    .bg-logo-noir {
        padding-top: 2%;
    }
    .bg-series {
        padding-bottom: 370px;
    }
} 

@media screen and (min-width: 1800px){
    .bg-logo-noir {  
        margin-bottom: -240px;    
    }
}

@media screen and (max-width: 1200px){
    .bg-logo-noir {
        padding-top: 3%;
    }
}

@media screen and (max-width: 750px){
    .bg-logo-noir {
        display:none;
    }
}

.index-series .series-list li{
    /*width: 400px; */
    width: fit-content;
}


.index-series {
    overflow: hidden;
}

.index-series-list-button{
    padding:14rem 0 8rem;
}

@media screen and (max-width: 768px){
    .index-series-list-button{
        padding:9rem 0 5rem;
    }
}
@media screen and (max-width: 500px){
    .index-series-list-button{
        padding:12rem 0 5rem;
    }
}



#index-btn-set-inner{
    display: grid;
    justify-items: center;
    grid-template-columns: auto auto;
    gap: 20px;
    justify-content: center;
    max-width: 477px;
    margin: auto;
}

/* 画像で入れていた場合
#index-btn-set img{
    height:50px;
    
}
#index-btn-set .catalog-btn img{
    height:51px;
}
    */

#index-btn-set a{
    font-family: "futura-pt", sans-serif;
    color: #3E3A3A;
    letter-spacing: 2px;
    font-size: 18px;
    border: 1px solid #3E3A3A;
    padding: 15px 23px;
    border-radius: 15px;
    width: 202px;
    position: relative;
}

#index-btn-set a::after {
    content: '＞';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-56%);
    font-size: 8px;
    font-weight: 300;
    transform: scaleY(1.4) translateY(-40%);
  }

/* スマホ時 */
.index-series-title {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
    #index-btn-set-inner{
        grid-template-columns: 1fr;
        gap:0.5rem;  
    }

}

/* タブレット時750px &  PC時1100px */
@media screen and (min-width: 750px) {
    .index-series-title {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    .index-series {
        margin-top: 0px;
    }

    .index-series-list-button{
        padding:10rem 0 9rem;
    }
}


.series-list {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    list-style: none;
    padding: 0;
    margin: 0;
}

.series-list p {
    text-align: center;
}

/*　画像サイズ：スマホ　*/
.series-list li {
    position: absolute;
    width: 220px;
    height: 150px;
}

/*　画像サイズ：タブレット　*/
@media screen and (min-width: 500px) {
    .series-list li {
        position: absolute;
        height: 150px;
    }
}

/*　画像サイズ：タブレット　*/
@media screen and (min-width: 1100px) {
    .series-list li {
        width: 310px;
    }
}

.series-list li div a img {
    margin-bottom: 7px;
    max-width: 380px;
    width: 23vw;
    display: block;
    margin: auto;
}

@media screen and (max-width: 500px){
    .series-list li div a img {
        margin-bottom: 7px;
        max-width: none;
        width: 60vw;
    }

}


.series-list li a:hover {
    -webkit-filter: brightness(1.2);  /*Safari用 */
    filter: brightness(1.2);
    opacity:1;  
}
  


/*　高さ：PC　*/

.series-list-01 {
    height: 1700px;
    height: 150vw;
}

.series-list-02 {
    height: 600px;
}


/*　高さ：スマホ　*/

.series-list-01 {
    /* height */
    height: 2050px;
    height: 700vw;
    margin-bottom:100px;
    max-height:none;
}
/*
@media screen and (max-width: 1000px){
    .series-list-01 {
        margin-bottom:0px;
    }

}
@media screen and (max-width: 750px){
    .series-list-01 {
        margin-bottom:100px;
    }

}
    */


/*　高さ：タブレット　*/
@media screen and (min-width: 501px) {
    .series-list-01 {
        height: 1500px;
        height: 140vw;
        max-height: 2200px;
    }

    .series-list-02 {
        height: 530px;
    }
}


/* 固定されたランダム位置: PC */

.series-01 {
    top: -5%;
    left: 63%;
}

.series-02 {
    top: 5%;
    left: 18%;
}

.series-03 {
    top: 28%;
    left: 50%;
    z-index: 10;
}

.series-04 {
    top: 35%;
    left: 31%;
}

.series-05 {
    top: 60%;
    left: 60%;
}

.series-06 {
    top: 70%;
    left: 20%;
}

.series-07 {
    top: 97%;
    left: 11%;
    position: relative;
    z-index: 2;
}

.series-08 {
    top: 108%;
    left: 67%;
    z-index:5;
}




/* 固定されたランダム位置: スマホ */
@media screen and (max-width: 500px){
    .series-01 {
        top: -2%;
        right: 8%;
        left: auto; /* ここでleftを明示的にautoにする */
    }

    .series-02 {
        top: 13%;
        left: 8%;
    }

    .series-03 {
        top: 28%;
        right: 10%;
        left: auto; /* ここでleftを明示的にautoにする */
        z-index: 10;
    }

    .series-04 {
        top: 42.5%;
        left: 8%;
    }

    .series-05 {
        top: 58%;
        right: 8%;
        left: auto; /* ここでleftを明示的にautoにする */
    }

    .series-06 {
        top: 73%;
        left: 8%;
    }

    .series-07 {
        top: 86.5%;
        right: 8%;
    }

    .series-08 {
        top: 100%;
        left: 21%;
    }
}

/*
@media screen and (max-width: 600px){
	    .series-06 {
        top: 73%;
        left: 8%;
    }

	    .series-08 {
        top: 102.5%;
        left: 21%;
    }
}

*/


/* 下線のスタイル */
/* 親要素に relative を指定 */
.hover-arrow {
    position: relative;
    /*pointer-events: none;  added 1229*/
    display: block;
    
}

/* 要素にスタイルを適用 */
.hover-arrow{
    margin: 6px auto auto;
    position: relative;
    width: fit-content;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-family: "futura-pt", sans-serif;
    /*Monteで代用*/
    font-size: 16px;
    color: #00063f;
    
    font-weight: normal;
}




/* 左向き矢印 */
.hover-arrow::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: -3px;
    width: 67px;
    height: 2px;
    border: none;
    border-right: 2px solid #00063f;
    border-bottom: 1px solid #00063f;
    transform: skew(40deg);
    transition: .2s;
}


.series-list-02 .hover-arrow::after {
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
}



.hover-arrow:hover::after {
    left: 100;
    width: 90px;

}







/* -------------------
casestudy section
----------------------- */
.index-casestudies{
    background: #EFEFEF;
}

.slide-area-wrapper {
    margin-bottom: 5rem;
}

.casestudy-slider {
    overflow: hidden;
    margin-bottom: 5rem;
}

.casestudy-slider .swiper {
    overflow: visible;
}

.casestudy-slider .swiper-slide img:hover {
    filter: grayscale(80%);
}

.casestudy-slider .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}

.casestudy-slider .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}



@media screen and (max-width: 750px) {
    .swiper-slide img {
        height: auto;
        width: 90%;
        margin: auto;
    }
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img:hover {
    opacity: 0.8;
}




/* ------------------
function section
--------------------- */

.index-function-inner{
    display:grid;
    grid-template-columns: 2fr 3fr;
    gap:30px;
    padding-top:5rem;
   /* padding-bottom:5rem; */
}

.index-function-img img{
    border-radius: 0px 20px 20px 0;
    width: 100%;
    height: 85%;
}
.index-function-inner-right{
    padding:0 13%;
}

.index-function-title h2{
    font-size: 0rem;
}

.index-function-title,
.index-function-description{
    text-align: left;
    color:white;
}

.index-function-title{
    margin-top:1.25rem;
}

.index-function-button{
    text-align: left;
    margin:0;
    margin-top:84px;
}

@media screen and (max-width: 500px){
    .index-function-inner-right{
        padding:0 10%;
    }
}



/* パララックス */
.index-function {
    position: relative;
    background-attachment: fixed; /* 背景固定 */
    background-size: cover;
    background-position: center center;
    background: #888888;
}

@media screen and (max-width: 1200px){
    .index-function-button{
        text-align: left;
        margin:0;
        margin-top:70px;
    }

    .index-function-inner{
        padding-bottom:5rem;
    }

    .index-function-img img{
        border-radius: 0px 20px 20px 0;
        width: 100%;
        height: 100%;
    }
    .index-function-description{
        text-align: left;
        
    }

}




@media screen and (max-width: 800px){

    .index-function {
        background: #D6D6D6;
    }
    .index-function-inner{
        display:grid;
        grid-template-columns: 1fr;
        gap:30px;
        padding-top:5rem;
       /* padding-bottom:5rem; */
    }

    .index-function-title{
        margin-top:0rem;
    }

    .index-function-inner{
        padding-top:4rem;
    }

    .index-function-title{
        text-align: center;
        color:#3E3A3A;
    }

    .index-function-description{
        text-align: center;
        color:#3E3A3A;
    }

    .index-function-button{
        
        margin:auto;
        margin-top:50px;
    }
       
}

@media screen and (max-width: 500px){
    .index-function-description{
        text-align: left;
        color:#3E3A3A;
    }
}

/* ZOOMアウト時のバランス調整＆＆2000px以上のブラウザー */
@media screen and (min-width: 2000px) {
    .index-function-inner {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 30px;
        padding-top: 5rem;
        /* padding-bottom: 5rem; */
        max-width: 1600px;
        margin: auto;
    }
}


/*sustainability section*/
        #parallax-container {
            position: relative;
            height: 500px;
            overflow: hidden;
           /* background-image: url(../images/index/sustainability.png);*/
            background-size: 380% 400%;
            background-position: center top;
  
          }
        /* WebPをサポートしているブラウザの場合 */
        @supports (background-image: url('image.webp')) {
            #parallax-container {
                background-image: url('../images/index/sustainability.webp');
            }
        }

        /* WebPをサポートしていないブラウザの場合 */
        @supports not (background-image: url('image.webp')) {
            #parallax-container {
                background-image: url('../images/index/sustainability.png');
            }
        }

        
        
  
  /* 共通スタイル */
  #parallax-container {
    position: relative;
    height: 500px;
    overflow: hidden;
    background-size: 380% clamp(200%, 9vw + 300%, 400%);
    background-position: center top;
  }
  
#parallax-container::before{
	    display: block;
    position: absolute;
    content: "";
    background: #00000078;
    height: 500px;
    width: 100%;
    top: 0;
}
/*
@media screen and (max-width: 2500px){
    #parallax-container {
        background-size: 380% 350%;
      }
}

@media screen and (max-width: 2000px){
    #parallax-container {
        background-size: 319% 400%;
      }
    }
}*/

@media screen and (max-width: 1500px){
    #parallax-container {
        background-size: 399% 330%;
      }
}
      
@media screen and (max-width: 1200px){
    #parallax-container {
        background-size: 399% 262%;
      }
}
@media screen and (max-width: 1000px){
    #parallax-container {
        background-size: 380% 260%;
      }
}
@media screen and (max-width: 865px){
    #parallax-container {
        background-size: 380% 250%;
      }
}
      
@media screen and (max-width: 768px){ 
   
    @supports (background-image: url('image.webp')) {
        .index-sustainability {
          background-image: url('../images/index/sustainability-mobile.webp');
          width: 100%;
          height: 40vw;
          position: relative;
        }
      }
    
      /* WebPをサポートしていないブラウザの場合 */
      @supports not (background-image: url('image.webp')) {
        .index-sustainability {
          background-image: url('../images/index/sustainability-mobile.png');
          width: 100%;
          height: 40vw;
          position: relative;
        }
      }

    #parallax-container {
        background-size: 280% 230%;
        /*background-size: 280% 190%;*/
        height: 600px !important;
    }
	#parallax-container::before{
    height: 600px !important;
}
	.index-sustainability-title .index-sustainability-title-sub{
		color: #fff;
	}
	#index-sustainability-description{
		color: #fff;
	}
}

@media screen and (max-width: 500px){
    #parallax-container {
        /*background-size: 280% 230%;*/
        background-size: 280% 180%;
        height: 600px !important;
    }
}

@media screen and (max-width: 350px){
    #parallax-container {
        background-size: 380% 287%;
      }
}

.index-sustainability-inner {
    max-width: 1010px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    column-gap: 7%;
    width: 80vw;
}

@media screen and (max-width: 768px){
    .index-sustainability-inner{
        bottom:8%;
    }
}

.index-sustainability-title h2,
.index-sustainability-title p {
    color: #fff;
    text-align: left;
}

.index-sustainability-button-wrapper {
    display: flex;
    position:relative;
    
}

.index-sustainability-inner .button-white {
    position:absolute;
    width: 200px;
    margin: auto;
    text-align: center;
    bottom:32px;
    right:0;
}

.index-sustainability-inner .button-white a {
    display: block;
    text-align: center;
}

.index-sustainability-title .index-sustainability-title-sub,
.index-function-title .index-sustainability-title-sub{
    margin-top:0.6rem;
    font-size: 12px;
}

#index-sustainability-description{
    font-size: 16px;
    text-align: left;
}
@media screen and (max-width: 800px){
    #index-sustainability-description{
        text-align: center;
    }
}

@media screen and (max-width: 500px){
    #index-sustainability-description{
        text-align: left;
    }
}

@media screen and (max-width: 1220px) {
    .index-sustainability-inner {
        grid-template-columns: 3fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .index-sustainability {  
        height: 600px !important;  
    }
	.index-sustainability:before{
		height: 600px !important;  
	}
    .index-sustainability-inner {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: -40px;
    }

    .sustainable-mobile-image {
        height: 90px;
        /* 任意の高さに変更 */
    }

    .index-sustainability-inner .button-white {
        position:static;
        width: 200px;
        margin: auto;
        text-align: center;
        bottom:32px;
        right:0;
    }

    .index-sustainability-title p{
        text-align: left;
        color: #fff;
        margin-bottom:56px;
        font-size:14px;
    }

    .index-sustainability-title h2 {
        color: #3E3A3A;

    } 

    .index-sustainability-title .sustainable-mobile-image{
        height:25px;
        display:block;
        margin:auto;
    }

    .index-sustainability-title .index-sustainability-title-sub{
        text-align: center;
        margin-bottom:1.25rem;
    }

    

}

@media screen and (max-width: 500px){
    .index-sustainability-inner {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: -74px;
    }

}

/* ----------------------
index-news section
------------------------- */
.index-news {
    padding: 100px 0%;
}

.index-news-title h2,
.index-news-title p {
    color: #000;
}


.news-list-wrapper {
    padding: 0 0%;
    max-width: 900px;
    margin: auto;
    width: 80%;
}


.news-list {
    /* お知らせリスト */
    list-style: none;
    padding: 0;
    margin: 80px 0;
}

.news-item {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 15px;
    /*align-items: center;*/
    padding: 15px 0;
    border-bottom: 1px solid black;
}

.news-item:hover{
    background: #EFEFEF;
}

.news-item:last-child {
    /* 最後の行のボーダー削除 */
    border-bottom: none;
}

.news-date {
    text-align: left;
    font-size: 1rem;
    color: #555;
}

.news-title {
    text-align: left;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}

.news-title:hover {
    color: #484848;
}


.news-item {
    gap: 15px;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .news-item{
        display:grid;
        gap:0;
        grid-template-columns: 1fr;
    }
    .news-title:hover {
        color: #484848;
    }
    .index-news {
        padding: 100px 5%;
    }
}




/* ------------------
index-movie section
--------------------- */
/* ビデオの親要素を中央に配置 */
.index-video {
    padding: 0 3%;
    margin-bottom: 2rem;
}

.video-container {
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
    ;
    justify-content: center;
    align-items: center;
    /* height: 100vh; ビデオが画面中央に来るように */
    margin: auto;
}

video {
    width: 100%;
    max-width: 900px;
    /* 最大幅を900pxに設定 */
    height: auto;
}

@media screen and (min-width: 750px) {
    .index-video {
        padding: 0 10%;
        margin-bottom: 5rem;
    }
}

/* -----------------------
index-contact section
-------------------------- */
/* buttton : gray button*/
.index-contact-title p {
    font-size: 0.7rem;
    margin-top: 1rem;
}

/* ------------------
Company Logo section
--------------------- */

/* スライド内の画像を中央揃え */
.company-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.company-swiper .swiper-slide img {
    max-height: 100%;
    object-fit: contain;
    /* 画像がスライド内で切れないように縦横比を保つ */
    width: 200px;
}

.company-swiper .swiper-wrapper {
    transition-timing-function: linear;
  }

@media screen and (max-width: 768px) {
    .company-swiper .swiper-slide {
        height: 200px;
    }
    .index-business{
        margin-top:30px;
        padding-bottom:50px;
    }


}

/* タブレット（768px以上）の時だけスライドの動きを一定にする */
@media (min-width: 768px) {
    .company-swiper .swiper-wrapper {
      transition-timing-function: linear;
    }
  }
  


/* 固定ページ：contact page*/
body.page-template-page-contact {
    background-color: #fff ;
}

 body.page-template-page-contact .contact-page-wrapper{
    padding:6% 5%;
    max-width: 1000px;
    margin: auto;
 }

 @media (max-width: 768px){
    body.page-template-page-contact .contact-page-wrapper{
        padding:100px 5%;
     }
 }

 .function-series-title h3 img {
    height: 20px;
    width: auto;
}

 @media (min-width: 520px) {
    .index-fasfunc-title h3 img,
    .function-series-title h3 img
     {
        height: 30px;
        width: auto;
    }
}

/* -----------------------
**************************
index page CSSここまで。
他のページは別CSSに記載しています。
**************************
------------------------ */



/*===== hタグ変更調整251014 ========================*/
h2.top-title {
	font-size: 0.8rem;
    margin: 0.5rem auto 2rem;
    position: static;
    font-weight: 300;
}
h2.top-title::before {
  content: none !important;  /* 完全に打ち消す */
}
.category-list-list-item-text .category-name,
.category-list-list-item-text .category-name-jp {
	    color: #3e3a3a;
}
.lookboook-title {
	    font-size: 1rem;
    	font-weight: 300;
}


 /* --------------------------------------------------------------------------------------------------------
  追従バナー追加__260515：sticky banner
  -------------------------------------------------------------------------------------------------------------*/
  #sticky-banner {
      position: fixed;
      bottom: 160px;
      right: 20px;
      z-index: 9999;
      width: 25%;
      max-width: 430px;
      transform: translateX(calc(100% + 40px));
      transition: transform 0.5s ease;
  }

  #sticky-banner.is-visible {
      transform: translateX(0);
  }

  #sticky-banner a {
      display: block;
      transition: transform 0.3s ease;
  }

  #sticky-banner a:hover {
      transform: scale(1.05);
  }

  #sticky-banner img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  #sticky-banner-close {
      position: absolute;
      top: 20px;
      right: -10px;
      width: 24px;
      height: 24px;
      padding: 0;
      background: #333;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
  }

  #sticky-banner-close:hover {
      background: #000;
  }

  @media screen and (max-width: 768px) {
      #sticky-banner {
          bottom: 110px;
          right: 10px;
          width: 60%;
      }
  }

/*2606__トップページ、シリーズ一覧追加&調整*/
.series-09 {
	 top: 88%;
    left: 75%;
}
.series-08 {
    top: 98%;
    left: 42%;
}
.series-07 {
    top: 109%;
}

@media screen and (max-width: 500px) {
    .series-02 {
        top: 11%;
    }
	    .series-03 {
        top: 24%;
    }
	    .series-04 {
        top: 37.5%;
    }
	    .series-05 {
        top: 51%;
    }
	    .series-06 {
        top: 64%;
        left: 8%;
    }
	.series-07 {
    top: 90%;
}
	.series-08 {
    top: 77%;
 }
	.series-09 {
	top: 103%;
    left: 30%;
 }
	.index-series-list-button {
		padding: 20rem 0 5rem;
	}
}

@media screen and (max-width: 430px) {
	.index-series-list-button {
		padding: 17rem 0 5rem;
	}
}	
	@media screen and (max-width: 375px) {
	.index-series-list-button {
		padding: 14rem 0 5rem;
	}
}
@media screen and (max-width: 330px) {
	.index-series-list-button {
		padding: 12rem 0 5rem;
	}
}