/* reset */
ol, ul, p {
  list-style: none;
  padding: 0;
  margin: 0;
}
a{
  color: #000;
}
:root {
  --base-font-size: 1rem;
  --responsive-factor: 1vw;
}
body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* flexslider */


/******************/

.flexslider {margin:0; padding:0;}
.flex-direction-nav{display: none;}


/* end ************/
/******************/
/******************/


main{
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.topViewTitle{
    text-align: center;
    width: 100%;
    height: 100px;
    color: #000000;
    font-size: 3rem;
}
.topViewTitle2{
    color: #000000;
    font-size: 2rem;
    text-align: center;
}
.topViewTitleLogo{
    text-align: center;
    height: 100px;
}
.topViewTitleLogo img{
    width: 150px;
    padding-top: 30px;
}
.topViewTitle p{
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 4rem;
    position: relative;
    z-index: 1;
}
.topViewTitleNum p{
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.5rem;
}

p.topViewTitleNum{
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.5rem;
    padding-top: 10px;
}
p.topViewTitleName{
    font-family: "Noto Sans JP",sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;

  }
@media (max-width: 991px) {

    .topViewTitleLogo img{
    }
  
    p.topViewTitleNum{
        font-family: "Noto Sans JP",sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 3.5rem;
        padding-top: 10px;
    }
    p.topViewTitleName{
        font-family: "Noto Sans JP",sans-serif;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700;
    }


}
.topViewBack{
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 0;
}
.topViewBackground{
    width: 100%;
    height:calc(100dvh - 200px); 
}

@media (max-width: 991px) {
    .topViewBack{
        /* background-image: url('images/keyvisual_sp.jpg'); background-size: cover; background-position: top center; width: 100%; height:100vh;    top: 0; */
    }

    .topViewBackground{
        width: 100%;
        height:calc(100vh - 230px); 
    }

}





.p-panel-scroll {
  --panel-aspect-ratio: 600 / 1280;
  --panel-aspect-ratio-percent: calc(var(--panel-aspect-ratio) * 100%);
  --panel-width-percent: calc(100% / 3); /* 横幅を3等分 */
}
.p-panel-scroll__label {
  position: absolute;
  top: 6%; /* 画面上部に表示（中央にしたければ50%） */
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none; /* クリック無効化 */
  z-index: 2;
}


.p-panel-scroll__images {
  position: sticky;
  top: 0;
  padding: calc((100vh - var(--panel-aspect-ratio-percent)) / 2) 0;
}

.p-panel-scroll__images-inner {
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 1300px;
  margin:0 auto;
  height: 0;
  padding-bottom: var(--panel-aspect-ratio-percent);
}

.p-panel-scroll__item {
  position: absolute;
  top: 0;
  width: var(--panel-width-percent);
  aspect-ratio: var(--panel-aspect-ratio);
}

/* 各アイテムを3分割位置に配置 */
.p-panel-scroll__item:nth-of-type(1) {
  left: 0%;
  background-color: var(--color-primary);
}
.p-panel-scroll__item:nth-of-type(2) {
  left: 33.3333%;
  background-color: var(--color-secondary);
}
.p-panel-scroll__item:nth-of-type(3) {
  left: 66.6666%;
  background-color: var(--color-tertiary);
}

.p-panel-scroll__placeholder {
  height: 150vh;
}




.styleIndexBg1 {
  width: 100%;
  height: 80%;
  background-position:  center bottom;
background-repeat: no-repeat;
background-size: 95% auto; 
}
.styleIndexBg2 {
  width: 100%;
  height: 80%;
  background-position: center bottom;
background-repeat: no-repeat;
background-size: 95% auto; 
}
.styleIndexBg3 {
  width: 100%;
  height: 80%;
  background-position:  center bottom;
background-repeat: no-repeat;
background-size: 95% auto; 
}


@media (max-width: 991px) {
  .sp-panel-scroll__item{
    position: relative;
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
  }

  .sp-panel-scroll__label {
    text-align: center;
    position: relative;
    z-index: 2;
    text-align: center;
    }
    .sp-panel-scroll__label img{
      width: 95%;
    }
    .sp-panel-scroll__label1 img{padding-right:5%;}
    .sp-panel-scroll__label2 img{padding-left:5%;}
    .sp-panel-scroll__label3 img{padding-right:5%;}

    .sp-panel-scroll__item_img{
      width: 90%;
      margin-top: -15px; /* ★ 重ねたい量に応じて調整 (例: 50px) ★ */
    }
    .sp-panel-scroll__item_img1{
      width: 100%;
      margin-top: -15px; /* ★ 重ねたい量に応じて調整 (例: 50px) ★ */
      padding-right: 15%;
    }    
    .sp-panel-scroll__item_img2{
      width: 100%;
      margin-top: -15px; /* ★ 重ねたい量に応じて調整 (例: 50px) ★ */
      padding-left: 15%;
    }
    .sp-panel-scroll__item_img3{
      width: 100%;
      margin-top: -15px; /* ★ 重ねたい量に応じて調整 (例: 50px) ★ */
      padding-right: 15%;
    }

}


.splide__arrow{
background: none;
}
.splide__arrow{
width: 5em;
}



body {
    font-family: "Noto Serif JP", serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 200vh; /* スクロールテスト用 */
}


.titleArea{
    margin-top: 100vh;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1); 
    color: #000;
}
.section1{
    margin-top: 100vh;
}
.section1__titleLogo{
    width: 150px;
    margin:0 auto;
    padding-top: 100px;
}
.section1__title{
    font-family: "Noto Sans JP",sans-serif;
    color: #000000;
    font-size: 2rem;
    text-align: center;
    padding: 20px;
    padding-top:100px;
    padding-bottom:50px;
    font-weight: 700;
}
.section1__text{
    margin:0 auto;
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    padding-bottom: 30px;
}
p.section1__text_main{
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    padding-bottom: 20px;
}

.section1__profile{
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000000;
    padding-bottom: 120px;
    text-align: center;
}
.section1__profile p{
    text-align: center;
    font-size: 1.2rem;
}
.section1__profile h3{
    font-size: 2rem;
    margin-top: 10px;
    padding-bottom: 15px;
}
.section1__text,.section1__profile p{
    text-align: justify;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 100;
    letter-spacing: 0.02rem;
}
@media (max-width: 991px) {
  .section1__text{
    width: 90%;
  }

    p.section1__text_main{
        font-size: 2rem;
        line-height: 3rem;
        letter-spacing: 0.1rem;
        font-weight: 300;
        padding-bottom: 20px;
        width: 95% ;
        margin:0 auto;
    }
    
    .section1__text,.section1__profile{

    }
    .section1__text,.section1__profile p{
        font-size: 1.5rem;

    }
    .section1__profile{
        text-align: center;
        font-size: 1.2rem;

    }
    .section1__profile h3{
        padding-bottom:30px;
        font-size: 1.7rem;
    }
    .section1__text{
        padding-bottom: 0px;
    }

    .section1__profile{
      padding-top: 100px;
  }



}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.sectionIndex{text-align: center;font-size: 2rem;}
.sectionIndexNum{font-family: sans-serif;letter-spacing: -0.1rem;font-weight: bold;font-size: 3rem;}
.sectionIndexText{font-family: sans-serif;font-size: 1.5rem;}
.sectionIndexTitle{font-family: serif;letter-spacing: 0.1rem;font-weight: bold;font-size: 1.8rem;padding:30px;}
.sectionImage{text-align: center;}
.sectionImage img{width: 90%;}
.itemsectionImage img{width: 80%;}

/* style-title */

.style-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* 数字とテキストの間のスペース（適宜調整してください） */
    /* 必要に応じてコンテナ全体の幅や余白などを設定 */
    /* width: 500px; */
    padding: 20px;
    padding-top:50px;
    font-family: sans-serif; /* フォントは適宜変更してください */
  }

  .style-title2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* 数字とテキストの間のスペース（適宜調整してください） */
    /* 必要に応じてコンテナ全体の幅や余白などを設定 */
    /* width: 500px; */
    padding-top:150px;
    padding-bottom:70px;
    font-family: sans-serif; /* フォントは適宜変更してください */
  }
  .style-title2item{
    padding-top:50px;
  }
  .style-title3{
    padding-top:0px;
    padding-bottom:70px;
    font-family: sans-serif; /* フォントは適宜変更してください */
  }
  .itemstyle-title3{
    padding-bottom:0px;
  }
  .style-title4{
    padding-top:0px;
    font-family: sans-serif; /* フォントは適宜変更してください */
 }

  .style-number {
    width: 110px;
  }
  .style-number2 {
    width: 60px;
  }  

  .style-text {
    /* テキストブロック全体のスタイル（必要であれば） */
    padding-top: 5px; /* 数字との垂直位置を微調整する場合 */
  }
    
  .style-text p:last-child {
    margin-bottom: 0; /* 最後の行の下マージンは不要 */
  }
  .style-text2 {
  }
  .itemstyle-text2 {
    text-align: center;
  }
  .style-line1 {
    font-size: 1.3rem; /* 1行目のフォントサイズ（適宜調整） */
    font-family: playfair display, serif;
    font-style: italic; /* 斜体 */
    margin-bottom: 2px; /* 2行目とのスペース（適宜調整） */
    margin-top: -5px;
  }
  .style-line1top{
    font-size: 1.3rem; /* 1行目のフォントサイズ（適宜調整） */
    font-family: playfair display, serif;
    font-style: italic; /* 斜体 */
    margin-bottom: 2px; /* 2行目とのスペース（適宜調整） */
  }
  .style-line2,
  .style-line3 {
    font-family: Helvetica Neue, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
    font-size: 2.5rem; /* 2,3行目のフォントサイズ（適宜調整） */
    letter-spacing: 0.1rem;
    font-weight: 400;
    line-height: 3rem; /* 行間（適宜調整） */
  }

  
  
  .style-line4 {
    font-family: noto sans jp, sans-serif;
    font-size: 2.3rem; /* 2,3行目のフォントサイズ（適宜調整） */
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 2rem; /* 行間（適宜調整） */
  }
   img.style-tip{
    width: 250px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;

 }
.style-contents{
    width: 70%;
    max-width: 1200px;
    margin:0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.style-contents-image{
  padding-right: 10px;
  display: flex;
  align-items: center;
    }
.style-contents-text{
  /* padding-right: 10px; */
}

.item-contents{
  background-color: #f1f1f1;
  max-width: 1200px;
  width: 70%;
  margin:0 auto;
  padding: 50px 0px;
  display: flex;
  align-items: stretch; /* どちらか長い方に合わせる */
  flex-wrap: wrap; /* レスポンシブ対応 */
}

.item-contents-image,
.item-contents-text {
  flex: 1 1 50%;
  display: flex;
  align-items: center;   /* 中央に寄せる */
}
.sectionImage,
.sectionText {
  margin: auto 0;
}


.sectionText-title{
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3.5rem; /* 行間（適宜調整） */
}
.itemsectionText-title{
  padding:20px 0;
}
@media (max-width: 991px) {
  .itemsectionText-title{
    padding-top:30px;
    padding-bottom:20px;
  }
}
.sectionText-subtitle{
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.5rem; /* 行間（適宜調整） */
    padding-top:15px;
    letter-spacing: 0.01rem;

}
@media (max-width: 991px) {
	.sectionMyOwnItemsText-subtitle{
		padding-top:30px;
	}
}
.sectionText-text p{
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-align: justify;
    font-weight: 300;
    line-height: 2.6rem; /* 行間（適宜調整） */
    padding:15px 0;
}
.sectionText-credit{
    font-family: noto sans jp, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}
/* テキスト列 (.style-contents-text) にFlexboxを適用 */
.style-contents-text {
    display: flex;          /* この列をFlexコンテナにする */
    align-items: center;    /* 中のアイテム (.sectionText) を垂直中央に配置 */
  }
  
  /* sectionText が列の全幅を使うようにする */
  .sectionText {
    width: 90%;
}

@media (max-width: 991px) {
  .style-line1{
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .style-line4{
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
  .style-number2 {
    width: 40px;
  }  
  .item-contents{
    width: 95%;
    padding:30px 15px;
    margin:0 auto;
    margin-bottom: 100px;
    padding-top: 40px;
  }

  .style-contents{
    padding-top:20px;
  }
  .sectionText{
    width: 95% ; margin: 0 auto;
  }
  .sectionText-title{
    font-size: 1.6rem;
  }
  .sectionText-text p{
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
    .style-title {
    gap: 15px;
    padding: 20px;
    padding-top:50px;
  }
    .style-contents{
    width: 90%;
  }    
  .item-contents{
    display:block;
  }
  .style-text{
    text-align: center;
  }
    .style-title{
      display: block;
    }
    .style-number {
      width: 80px;
      margin: 0 auto;
  }
  .style-line1top{
    padding-top: 5px;
    padding-bottom: 15px;
  }

    .style-line2,
    .style-line3 {
      font-family: Helvetica Neue, Helvetica, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
      font-size: 2rem;
      line-height: 2.5rem;
      letter-spacing: 0.05rem;
    }
    .sectionText-title{
      padding-top: 10px;
    }
    .style-contents-text{
    padding:0;
    }
    .sectionText-title{
      padding-top: 30px;
      line-height: 3rem;      
      font-size: 1.8rem;
    }
  }



/* splide */
.splide{
  width:100%; max-width: 1400px; margin:0 auto;
}
@media (max-width: 991px) {
  .splide{
    width: 100%;margin:0 auto;
  }
}
/* slide */
.splide__slide .look-image {
    /* opacity: 0.5;  */
  }
  
  /* スライド共通のスタイル */
  .splide__slide .look-image {
    transition: .7s; /* ゆっくり小さくさせる */
  }
  /* アクティブなスライドのスタイル */
  .splide__slide.is-active .look-image {
    opacity: 1; /* 中央のスライドは薄くしない */
    /* transform: scale(1); 中央のスライドは小さくしない */
    z-index: 1; /* 中央のスライドを一番上にする */
  }
  
  
  .splide__slide{
    margin:0 10px;
  }
  
  @media screen and (max-width: 991px) {
    .splide__slide{
      /* margin:0 5px; */
      margin:0px;
    }
    .splide__arrow{
      width: 3em;
    }
    .splide__arrow--prev{left:0;}  
    .splide__arrow--next{right:0;}  
  }
  
  /* スライドのサイズ調整 */
  .splide__slide img {
    height: auto;
    width: 100%;
  }

  .splide__pagination__page {
    background-color: #888; /* 好みの色に変更してください */
    opacity: 0.7; /* 少し薄くする場合 (任意) */
    width: 10px;   /* サイズ調整 (任意) */
    height: 10px;  /* サイズ調整 (任意) */
    margin: 3px 5px; /* ドット間のマージン調整 (任意) */
    transition: background-color 0.3s ease; /* 色が変わる際のアニメーション (任意) */
  }
  
  /* アクティブなドットの色 (例: 黒) */
  .splide__pagination__page.is-active {
    background-color: #000; /* 好みの色に変更してください */
    opacity: 1; /* 不透明にする */
    transform: scale(1.1); /* 少し大きくする場合 (任意) */
  }
  .splide__pagination{
    bottom: -25px;
  }
  @media screen and (min-width: 992px) {
  .splide__pagination{
    display: none;
  }
}


  
.section2{
    min-height: 100vh;
    background-color: #fff;
}
#section2{
    margin:50px 0;
}
#section3{
    margin:50px 0;
}


        /* ヘッダーを固定 */
        header {
            background-color: #000;
            color: #fff;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            height: 50px;
            text-align: center;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            width: 100%;
            margin-bottom:100px;
            z-index: 2;
        }

        @media (max-width: 991px) {
            header {
                height: auto;
                margin-bottom: 0;
            }
        }

        .nav {
            display: flex;
            align-items: center;
            justify-content:space-between;
            height:100%;
        }
        .nav .navTitle{
display: flex; 
    align-items: center; 
    gap: 50px; 
                font-family: "Noto Sans JP",sans-serif;
            font-weight: 500;
            font-size: 1.3rem;
            text-align: left;
          
        }
        .navTitle a {
    position: relative;
    z-index: 10000;
    display: inline-block;
}
        .nav .navTitle img{
	        display: block;
	        height:12px;
	        width: auto;
          
        }

                @media (max-width: 991px) {
            .navTitle{
                font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", sans-serif;
                font-size: 1.5rem;
                text-align: center;
                flex-basis:none;
                border-bottom: 1px solid #000;
              
            }
        }
        .nav .navSection{
            
        }
        
        .nav a {
            font-size: 1.3rem;
            letter-spacing: 0.05rem;
            font-family: "Noto Sans JP",sans-serif;
            color: white;
            text-decoration: none;
            padding: 5px 10px;
            transition: background 0.3s, color 0.3s;
            border-radius: 15px;
            cursor: pointer;
            line-height: 50px;
        }
        .nav a.active {
            background: white;
            color: black;
        }

        
        .container {
            padding: 80px 20px 20px;
            text-align: center;
        }

        /* 記事を探すボタン */
        .toggle-articles {
            position: fixed;
            width: 300px;
            left: 50%;
            bottom: 20px;
            transform: translateX(-50%) scale(0.8); /* 初期状態は小さく */
            padding: 16px 24px;
            background-color:rgb(255 255 255 / 0.6);
            color: #000;
            border: none;
            cursor: pointer;
            z-index: 250;
            transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
            opacity: 0;
            display: none;
            border-radius: 25px;
            font-size: 1.2rem;
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1490196078);
        }

        /* スクロール後にフワッと表示 */
        .toggle-articles.visible {
            display: block;
            opacity: 1;
            transform: translateX(-50%) scale(1);
			transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        }

		@media (max-width: 991px) {
        .toggle-articles {
            width: 60%;
            }
		}
		

        .toggle-articles.active {
            background-color: #333;
            color: #fff;
        }

        /* 記事一覧のオーバーレイ */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: none;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            z-index: 190;
        }

        .overlay.active {
            display: block;
            opacity: 1;
        }

        /* 記事一覧ウィンドウ (横幅100%) */
        .article-list {
            position: fixed;
            top: 50px;
            left: 0;
            width: 100%;
            height: calc(100vh - 50px);
            background: #fff;
            transform: translateY(100%);
            transition: transform 0.5s ease-out, opacity 0.5s ease-out;
            z-index: 200;
            overflow-y: auto;
            padding: 20px 50px;
            padding-bottom: 80px;
        }

        @media (max-width: 991px) {
          .article-list {
            padding: 20px;
            padding-bottom: 80px;
          }
      }

        .article-list.active {
            transform: translateY(0);
        }

/* 記事 */
.stylingArticle {
  background: #fff;
  padding: 0px;
  margin: 10px auto;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  text-align: center;

  /* Flexbox を適用 */
  display: flex;
  min-height: 185px;
  align-items: stretch; /* ✅ 子要素の高さを揃える */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: space-between; /* タイトルと画像を左右に配置 */
}
@media (max-width: 991px) {
  .stylingArticle {
    padding: 20px;
    margin: 10px auto;
  }
}





/* 画像エリア */
.stylingArticleImage {
    width: 30%;
    flex-shrink: 0; /* 画像のサイズが縮小されないようにする */
}

/* タイトルエリア */
.stylingArticleTitle {
    width: 70%;
    text-align: left;
    padding: 0 10px;
}

/* 画像のサイズ調整 */
.stylingArticle img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 見出しの調整 */
.stylingArticle h2 {
    font-family: "Noto Sans JP",sans-serif;
    margin: 10px 5px 5px 0px;
    line-height: 2rem;;
    letter-spacing: 0.1rem;
}

/* テキストの調整 */
.stylingArticle p {
    margin: 5px 0;
}
p.stylingArticleNo{
    margin: 5px 0;
}
p.stylingArticleGuestName{
    margin-top: 10px;
}
/* レスポンシブ対応 */
@media (max-width: 991px) {
    .stylingArticle {
        width: 90%;
    }

        .stylingArticle h2 {
        margin: 10px 0px;
        line-height: 2rem;;
        letter-spacing: 0.1rem;
        text-align: justify;
    }

    .stylingArticle {
        flex-direction: column; /* スマホでは縦並びに */
        text-align: center;
    }

    .stylingArticleTitle,
    .stylingArticleImage {
        width: 100%;
        text-align: center;
    }
    .stylingArticleTitle {
      padding: 0px;
  }
  
    .stylingArticleImage {
        margin-top: 10px; /* 画像との間隔を確保 */
    }
}


        /* 背景のスクロールを固定 */
        .no-scroll {
            overflow: hidden;
        }






        /* footer */

        .line {
            display: block;
            position: relative;
          }
          
          .line::after {
            background: #000;
            content: '';
            display: block;
            height: 1px;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: width 1s;
          }
          
          .line.inview::after {
            width: 100%;
          }
          
          
          .staffCredit{
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-align: center;
          }
          
          .staffCreditTitle{
            font-weight: bold;
            font-size: 1.3rem;
            padding-top: 10vh;
            padding-bottom: 20px;
            letter-spacing: 0.1rem;
          }
          
          p.staffCreditText{
            font-size: 1.4rem;
            letter-spacing: 0.01rem;
          }


          .footer__logo {
            text-align: center;
            padding-top: 100px;
          }
          .footer__logo img {
            width: 180px;
            margin: 0 auto;
            padding-bottom: 30px;
          }
          .l-footer__sns {
            margin-bottom: 95px;
            margin-left: 10px;
            display: flex;
            justify-content: center;
            }
          .l-footer__sns li {
            padding:15px;
          }
          ul.l-footer__sns li img{width: 25px;}
          ol, ul {
            list-style-type: none;
          }
          .l-footer__nav {
            text-align: center;
            font-family: sans-serif;
            font-size: 1.1rem;
            letter-spacing: 0.05rem;
            display: flex;
            justify-content: center;
            padding-bottom:5vh;
          }
          
          .l-footer__nav li a {
            color: var(--primary);
          }
          .l-footer__nav li:not(:last-child) {
              margin-right: 30px;
          }
          
          .l-footer__nav li a {
            color:#000;
            font-weight: bold;
          }
          
          @media screen and (max-width: 991px) {
          .l-footer__nav li {
            margin: 10px;
              justify-content: center;
          
          }
          footer {
              padding-top: 100px;
          }
          }
          












/* from feature.css */
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}

@media screen and (max-width: 991px) {
  .br-sp {
    display: block;
  }
  .br-pc{
    display: none;
  }
  
}
.contents_style {
    max-width: 672px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 55px;
  }
  @media screen and (max-width: 769px) {
    .contents_style {
      margin-bottom: 14.6666666667vw;
    }
  }
  .contents_style .contents_style_ttl {
    width: 220px;
    margin-inline: auto;
    margin-bottom: 52px;
    position: relative;
    z-index: 10;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_ttl {
      width: 33.6vw;
      margin-bottom: 8vw;
    }
  }
  .contents_style .contents_style_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .contents_style .contents_style_inner::before {
    content: "";
    position: absolute;
    top: 112px;
    right: 86px;
    width: 773px;
    height: 385px;
    background: #f1f1f1;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner::before {
      top: 18.6666666667vw;
      width: 86.9333333333vw;
      height: 61.3333333333vw;
      right: auto;
      left: 0;
    }
  }
  .contents_style .contents_style_inner .contents_style_block {
    /* max-width: 240px; */
    max-width: 260px;
    width: 100%;
    position: relative;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner .contents_style_block {
      max-width: 37vw;
      margin-left: 2.6666666667vw;
    }
  }
  .contents_style .contents_style_inner .contents_style_block img {
    display: block;
    margin-bottom: 70px;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner .contents_style_block img {
      margin-bottom: 0;
    }
  }
  .contents_style .contents_style_inner .contents_style_block p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.23em;
    text-align: justify;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner .contents_style_block p {
      display: none;
    }
  }
  .contents_style .contents_style_inner .contents_style_block p b {
    /* font-family: Noto Sans JP, sans-serif; */
    line-height: 1.6;
    font-size: 15px;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner .contents_style_block p b {
      font-size: 4.2666666667vw;
    }
  }
  .contents_style .contents_style_inner .contents_style_block02 {
    /* max-width: 390px; */
    max-width: 410px;
    width: 100%;
    position: relative;
    top: 50px;
    z-index: 1;
    left: 30px;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner .contents_style_block02 {
      max-width: 55vw;
      top: 10.6666666667vw;
      margin-right:2.6666666667vw;
      left: 0;
    }
  }
  .contents_style .contents_style_inner .contents_style_block02 img {
    width: 100%;
  }
  .contents_style .contents_style_inner .contents_style_block02 video {
    width: 100%;
    /* height: 390px; */
    height: 410px;
    background: #000;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_inner .contents_style_block02 video {
      height: 55vw;
    }
  }
  .contents_style .contents_style_sptxt {
    display: none;
  }
  @media screen and (max-width: 769px) {
    .contents_style .contents_style_sptxt {
      display: block;
      padding-top: 18vw;
      padding-bottom: 11.3333333333vw;
      position: relative;
      width: 63.2vw;
      background: #f1f1f1;
      font-size: 2.9333333333vw;
      line-height: 1.7;
      letter-spacing: 0.23em;
      max-width: 86.9333333333vw;
      width: 100%;
    }
    .contents_style .contents_style_sptxt p {
      max-width: 67.2vw;
      margin-inline: auto;
    }
    .contents_style .contents_style_sptxt p b {
      font-size: 4.2666666667vw;
      line-height: 1.5;
              letter-spacing: 0.15rem;
    }
  }
  .contents_list_block {
    max-width: 672px;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 185px;
  }
  @media screen and (max-width: 769px) {
    .contents_list_block {
      padding-bottom: 0;
    }
  }
  .contents_list_block .contents_list_block__title {
    width: 240px;
    line-height: 2;
    display: block;
    margin-inline: auto;
  }
  @media screen and (max-width: 769px) {
    .contents_list_block .contents_list_block__title {
      width: 41.0666666667vw;
    }
  }
  .contents_list_block .contents_list_block_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  @media screen and (max-width: 769px) {
    .contents_list_block .contents_list_block_list {
      justify-content: flex-start;
      gap: 3.3333333333vw;
      padding-left: 5.3333333333vw;
      padding-right: 5.3333333333vw;
      margin-top: 5.3333333333vw;
    }
  }
  .contents_list_block .contents_list_block_list li {
    max-width: 160px;
    width: 100%;
    margin-bottom: 22px;
  }
  @media screen and (max-width: 769px) {
    .contents_list_block .contents_list_block_list li {
      max-width: 100%;
      width: 47.777%;
      margin-bottom: 5.3333333333vw;
    }
  }
  .contents_list_block .contents_list_block_list li .item__image img {
    width: 100%;
  }
  .contents_list_block .contents_list_block_list li .item__info-name {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
  }
  @media screen and (max-width: 769px) {
    .contents_list_block .contents_list_block_list li .item__info-name {
      font-size: 1.2rem;
    }
  }
  .contents_list_block .contents_list_block_list li .item__info-price {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color: #000;
  }
  @media screen and (max-width: 769px) {
    .contents_list_block .contents_list_block_list li .item__info-price {
      font-size: 1.2rem;
    }
  }
  .credit_block {
    margin-top: 98px;
  }
  @media screen and (max-width: 769px) {
    .credit_block {
      margin-top: 17.3333333333vw;
    }
  }
  .credit_block__text {
    text-align: center;
    font-size: 11px;
    color: #231815;
    letter-spacing: 0.23em;
    line-height: 2;
  }
  @media screen and (max-width: 769px) {
    .credit_block__text {
      font-size: 2.9333333333vw;
    }
  }
  .contents_article02 .contents_list_block {
    padding-bottom: 130px;
  }
  @media screen and (max-width: 769px) {
    .contents_article02 .contents_list_block {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 769px) {
    .contents_article03 {
      padding-bottom: 22.6666666667vw;
    }
  }
  .bottom_stylist_block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    margin-top: 150px;
  }
  @media screen and (max-width: 769px) {
    .bottom_stylist_block {
      margin-top: 0;
    }
  }
  .bottom_stylist_block__img {
    display: block;
    width: 153px;
  }
  .bottom_stylist_block__img img {
    width: 100%;
  }
  .bottom_stylist_block__title {
    width: 370px;
  }
  @media screen and (max-width: 769px) {
    .bottom_stylist_block__title {
      width: 58.6666666667vw;
    }
  }
  .bottom_stylist_block__title img {
    width: 100%;
  }
  .more_block {
    margin-top: 150px;
    padding: 0 20px;
  }
  @media screen and (max-width: 769px) {
    .more_block {
      margin-top: 40vw;
    }
  }
  .more_block__title {
    max-width: 75px;
    margin: auto;
  }
  @media screen and (max-width: 769px) {
    .more_block__title {
      max-width: 16vw;
    }
  }
  .more_block__title img {
    width: 100%;
  }
  .more_block__list {
    display: flex;
    justify-content: center;
    gap: 6px;
    max-width: 1045px;
    margin: 50px auto 0;
  }
  @media screen and (max-width: 769px) {
    .more_block__list {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 4px;
      max-width: 100%;
      margin: 6.6666666667vw auto 0;
    }
  }
  .more_block__list img {
    width: 100%;
  }
  .more_block__item {
    width: calc(33.3333333333% - 4px);
    display: block;
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  @media screen and (max-width: 769px) {
    .more_block__item {
      width: calc(50% - 2px);
    }
  }






  /* animation */
  .button-border4 {
    border: 1px solid #ffffff;
    padding: 20px 40px;
    position: relative;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 100px;
    width: 300px;
  }
  @media screen and (max-width: 769px) {
    .button-border4 {
      margin: 0px;
      width: 300px;
      }
  }
  
  .button-border4::after,
  .button-border4::before,
  .button-border4 span::after,
  .button-border4 span::before {
    background-color: #000000;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 1s ease;
  }
  
  .button-border4::after {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
  }
  .button-border4::before {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
  }
  .button-border4 span::after {
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: -1px;
  }
  .button-border4 span::before {
    width: 1px;
    height: 0px;
    top: -1px;
    right: -1px;
  }
  
  .button-border4.inview::after,
  .button-border4.inview::before {
    width: calc(100% + 1px);
  }
  .button-border4.inview span::after,
  .button-border4.inview span::before {
    height: calc(100% + 1px);
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* アニメ対象の共通クラス */
  .js-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  
  /* inviewで表示されたときに発火 */
  .js-fade.inview {
    animation: fadeIn 0.8s ease forwards;
  }


  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  



  .fadeIn {
    opacity: 0;
    transform: translate(0, 0%);
    transition: 2s;
    transition-timing-function: ease;
  }

  .fadeIn_up {
    opacity: 0;
  transform: translateY(5%); /* 荳九°繧蛾幕蟋� */
    transition: 1s;
    transition-timing-function: ease;
  }
.fadeIn_down {
    opacity: 0;
  transform: translateY(-5%); /* 荳九°繧蛾幕蟋� */
    transition: 1.5s;
    transition-timing-function: ease;
  }

.fadeIn_right {
  opacity: 0;
  transform: translate(-3%, 0);
  transition: 1.5s;
  transition-timing-function: ease;
}    


.fadeIn_right_long {
  opacity: 0;
  transform: translate(-30%, 0);
  transition: 3s;
  transition-timing-function: ease;
}    
  .fadeIn_left {
     opacity: 0;
    transform: translate(5%, 0%);
    transition: 1.5s;
    transition-timing-function: ease;
  }
  .fadeIn_left_fast {
    opacity: 0;
    transform: translate(15%, 0);
    transition: 0.5s;
    transition-timing-function: ease;
  }    

  .fadeIn_right_fast {
    opacity: 0;
    transform: translate(-15%, 0);
    transition: 0.5s;
    transition-timing-function: ease;
  }
    .fadeIn.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_left_fast.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_right_fast.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_down.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }

  .fadeIn_up.is-show-delay {
    transform: translate(0, 0);
    opacity: 1;
  }

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right_long.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

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









