@charset "utf-8";

/*-----------------------------------------------
  共通部分
-------------------------------------------------*/

html{
    font-size: 1.1vw;
    letter-spacing: 0.02vw;
}

body{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    box-sizing: border-box;
}

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

/*------------------------ 共通部分 / SP ------------------------*/

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

/*------------------------------------------------
  OPEN WINDOW
--------------------------------------------------*/

.open-window-container{
    position: fixed;
    z-index: 120;
}

.open-window{
    text-align: center;
    animation-name: fadeupAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
    background-color: #fff;
    width: 100vw;
    height: 60vw;
}

@keyframes fadeupAnime{

    from {
        opacity: 0;
        transform: translateY(100px);
      }

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

.open-window-txt{
    text-align: center;
    font-size: 3.47vw;
    letter-spacing: 0.1vw;
    color: #6F5549;
    padding-right: 1vw;
    position: relative;
    bottom: 21vw;
    z-index: 3;
}

.open-window-txt{
animation-name:fadeInAnime;
animation-duration:11s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.open-txt-inner{
    font-size: 3.4vw;
}

.open-window-inner{
    background-image: url(../images/logo-img-start-pc.png);
    background-size: contain;
    width: 35vw;
    height: 41.5vw;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    left: 2.5vw;
    top: 0.5vw;
    text-align: center;
    z-index: 1;
}

.open-window-inner{
	animation-name:blurAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}

.open-txt-br-sp{
    display: none;
}

/*------------------------ OPEN WINDOW / SP ------------------------*/

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

    .open-txt-br-sp{
        display: block;
    }

    .open-window-inner{
        background-image: url(../images/logo-img-start-sp.png);
        background-size: 58vw;
        width: 58vw;
        height: 90vw;
        left: 0;
        top: 36.4vw;
    }
    
    .open-window-txt-wrapper{
        text-align: center;
    }

    .open-window-txt{
        display: inline-block;
        text-align: left;
        font-size: 7.47vw;
        line-height: 1.5;
        padding-left: 2vw;
        bottom: 22vw;
    }

    .open-txt-inner{
        font-size: 6.9vw; 
    }

    .open-window{
        height: 215vw;
    }
}

/*------------------------------------------------
  NAV MENU
--------------------------------------------------*/

.nav-menu{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.97);
    width: 100vw;
    z-index: 102;
}

.nav-menu-logo{
    position: relative;
    width: 14vw;
    
}

.menu-logo{
    position: absolute;
    width: 14vw;
    left: 57.7vw;
    bottom: 11.2vw;
}

.nav-menu-inner{
    display: flex;
    position: relative;
    z-index: 102;
}

.nav-list{
    background-color: #6F5549;
    padding: 2vw 16vw 9vw 1vw;
}

.nav-title{
    font-size: 3.4vw;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.2vw;
    margin-bottom: 2.8vw;
    padding-left: 3.5vw;
    position: relative;
    z-index: 102;
}

.nav-menu-ul{
    padding-left: 0.2vw;
}

.nav-menu-item, .nav-menu-item-1{
    font-size: 1vw;
    margin-bottom: 1.9vw;
    color: #fff;
    padding-left: 3.5vw;
}




.hamburger-btn{
    width: 2.8vw;
    height: 1.39vw;
    position: fixed;
    right: 5.8vw;
    top: 2vw;
    z-index: 102;
}

.hamburger-line{
    background-color: #6F5549;
    max-width: 80vw;
    height: 0.16vw;
    margin-top: 0.8vw;
    position: relative;
    transition: all 0.5s;
    z-index: 102;
}

.hamburger-btn.open .hamburger-line:nth-of-type(1) {
    transform: translateY(-0.1rem) rotate(-45deg);
    top: 0.6vw;
}
.hamburger-btn.open .hamburger-line:nth-of-type(2) {
    transform: translateY(0.1rem) rotate(45deg);
    bottom: 0.6vw;
}  

.nav-menu{
    display: none !important;
}
.nav-menu.open{
    display: block !important;
}

.menu-logo-sp{
    display: none;
}

/*------------------------ NAV MENU / SP ------------------------*/

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

    .nav-menu{
        height: 100vh;
        overflow: auto;
    }
    
    .nav-menu-inner{
        display: block;
    } 
    
    .nav-list{
        background-color: rgba(255, 255, 255, 0.55);
        padding: 0;
        height: 217vw;
    }

    .nav-list-inner{
        background-color: #6F5549;
        height: 160vw;
        padding: 6.8vw 0 29vw 10.2vw;
    }

    .menu-logo{
        display: none;
    }

    .menu-logo-sp{
        display: inline-block;
        width: 22vw;
    }

    .nav-menu-logo{
        width: 22vw;
        margin: 0 0 0 auto;
        margin-top: 10vw;
        margin-right: 9.8vw;
    }

    .nav-title{
        font-size: 10.67vw;
        margin-bottom: 9.5vw;
    }

    .nav-menu-item, .nav-menu-item-1{
        font-size: 4vw;
        margin-bottom: 6vw;
    }


    

    .hamburger-btn.open .hamburger-line:nth-of-type(1){
        background-color: #fff;
        top: 2.4vw;
        margin-top: 4.2vw;
        padding-right: 4vw;
    }

    .hamburger-btn.open .hamburger-line:nth-of-type(2){
        background-color: #fff;
        bottom: 2.4vw;
        margin-top: 4.2vw;
        padding-right: 4vw;
    }

    .hamburger-btn{
        width: 6.8vw;
        height: 3.7vw;
        margin-top: 2vw;
        right: 5vw;
    }

    .hamburger-line{
        height: 0.32vw;
        margin-top: 2.2vw;
    }
}

/*------------------------------------------------
  HEADER
--------------------------------------------------*/

.header-ul{
    display: flex;
    padding-top: 2.7vw;
}

.header-nav-item{
    margin-right: 5.2vw;
    color: #6F5549;
    font-size: 1.1vw;
}

.header-btn-wrapper{
    background-color: #6F5549;
    width: 8vw;
    height: 2.2vw; 
    line-height: 2.2vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin-top: 2.4vw;
}

.header-btn{
    width: 8vw;
    color: #fff;
    display: block;
    overflow: hidden; 
}

.header-nav-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw;
    position: fixed;
    left: 8vw;
    z-index: 100;
}

/*------------------------ HEADER / SP ------------------------*/

@media screen and (max-width: 768px){
    .header-nav{
        display: none;
    }

    .header-btn-wrapper{
        margin-left: 53vw;
    }

    .header-btn-wrapper{
        width: 21.2vw;
        height: 7vw;
        line-height: 2.4;
        text-align: center;
        margin-top: 4.4vw;
    }

    .header-btn{
        width: 19.7vw;
        font-size: 2.93vw;
        text-align: center;
        padding-left: 1.8vw;
    }
}

/*------------------------------------------------
  MAIN
--------------------------------------------------*/

/*-----------------------MAIN-HEADING-------------------------*/

.main-heading{
    padding-top: 12.8vw;
    font-size: 2.36vw;
    font-weight: lighter;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.3vw;
    color: #6F5950;
    padding-left: 0.2vw;
}

.rogo-img{
    width: 4.1vw;
}

.rogo-img-wrapper{
    width: 4.1vw;
    margin: 0 auto;
    margin-top: 3.2vw;
    position: relative;
    z-index: 6;
}

.main-title{
    width: 9vw;
    color: rgba(0, 0, 0, 0.42);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.5vw;
    position: relative;
    bottom: 0.2vw;
    z-index: 6;
    padding-right: 0.1vw;
    
}

.asterisk{
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.39vw;
}

.rogo-img{
animation-name:fadeInAnime;
animation-duration:4.8s;
animation-delay: 4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

.main-title{
animation-name:fadeInAnime;
animation-duration:4.8s;
animation-delay: 4.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


/*.about-section-title span{opacity: 0;}
.about-section-title span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}*/




/*------------------------ MAIN-HEADING / SP ------------------------*/

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

    .main-heading{
        font-size: 4vw;
        padding-top: 24.5vw;
        letter-spacing: 0.8vw;
        
    }

    .rogo-img{
        width: 10.7vw;
        margin-top: 3vw;
    }

    .rogo-img-wrapper{
        width: 10.7vw;
    }

    .main-title{
        width: 24vw;
    }

    .asterisk{
        font-size: 2vw;
    }

    
}

/*-----------------------スライダー-------------------------*/

.main-visual .main-visual-img{
    width: 100vw;
    height: 46vw;
    position:relative;
	z-index: 1;
}

.main-visual .main-visual-item{
    list-style-type: none;
}

.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 30;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 1.74vw;
    width: 1.74vw;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5vw;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5vw;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-3.47vw 0 0 0;
    display: none;
}

.slick-dots .main-visual-item{
    display:inline-block;
	margin:0 0.35vw;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.main-visual-frame{
    width: 100%;
    position: relative;
    bottom: 9.7vw;
    z-index: 5;
    pointer-events: none;
}

.frame-img{
    width: 100%;
    height: 54vw;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}

.main-visual{
    position: relative;
    bottom: 58vw;
}

.main-visual-sp{
    display: none;
}

.frame-img-sp{
    display: none;
}

/*------------------------ スライダー / SP ------------------------*/

@media screen and (max-width: 768px){
    .main-visual-sp{
        display: block;
    }

    .main-visual{
        display: none;
    }

    .frame-img{
        display: none;
    }

    .frame-img-sp{
        display: block;
        position: relative;
        z-index: 5;
        height: 96.8vw;
    }

    .main-visual-sp{
        position: relative;
        z-index: 3; 
        bottom: 96vw;
    }

    .slick-prev{
        padding-right: 2vw;
    }

    .slick-next{
        padding-left: 2vw;
    }
}


/*-----------------------ABOUT-------------------------*/

.about-section-title{
    font-size: 6.81vw;
    margin-top: -47vw;
    margin-left: 11vw;
    letter-spacing: 0.4vw;
}

.about-section-subtitle{
    font-size: 1.94vw;
    color: #6F5549;
    margin-left: 18.4vw;
    margin-top: 6.4vw;
    line-height: 1.5;
}

.about-section-txt{
    width: 39vw;
    line-height: 2;
    margin-left: 18.4vw;
    margin-top: 3.4vw;
}

.fuji-img{
    display: inline;
    width: 17vw;
    margin-left: 70vw;
    margin-top: -40vw;
    position: relative;
    bottom: 22.4vw;
}

.about-section-inner{
    justify-content: space-between;
    
}

.about-img-wrapper{
    text-align: center;
    margin-left: 4vw;
    margin-top: 5.8vw;
    
}

.about-img{
    width: 72vw;
}

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

.about-img {
  
  /* アニメーション設定 */
  animation: fadeIn linear;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 26% cover 48%;
}

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

    



.slide-in-about {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner-about {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime-about{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight-about {
	animation-name:slideTextX100;
	animation-duration:1.3s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft-about {
	animation-name:slideTextX-100;
	animation-duration:1.3s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}




/*------------------------ ABOUT / SP ------------------------*/

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

    .fuji-img{
        display: block;
        width: 26.8vw;
        margin-left: 7.2vw;
        bottom: 47vw;
        z-index: 10;
    }

    .about-section-title{
        font-size: 11.73vw;
        letter-spacing: 0.8vw;
        margin-top: -48vw;
        margin-left: 8vw;
    }

    .about-section-subtitle{
        font-size: 4.27vw;
        margin-left: 8.4vw;
        margin-top: 8.2vw;
    }



    .about-section-inner{
        display: flex;
        flex-direction: column-reverse;
        
    }

    .about-section-txt{
        font-size: 3.73vw;
        width: 80vw;
        text-align: left;
        margin: 6.8vw auto;
    }

    .about-br-pc{
        display: none;
    }

    .about-img{
        width: 96vw;
        margin-top: 9vw;
        padding-right: 1vw;
    }

}

/*----------------------- ABOUT-SPACE -------------------------*/

.space-movie{
    width: 99vw;
    height: auto;
    margin-top: 11vw;
}

.space-movie-wrapper{
    text-align: center;
}

.about-space-title{
    font-size: 1.67vw;
    color: #6F5549;
    margin-top: 6vw;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
}

.about-space-txt{
    width: 50vw;
    display: inline-block;
    text-align: left;
    margin-top: 2.78vw;
    margin-bottom: 5vw;
    line-height: 2;
}

.about-space-title-werapper{
    text-align: center;
}

.about-space-txt-werapper{
    text-align: center;
}

.spaec-btn-wrapper{
    background-color: #6F5549;
    width: 18vw;
    height: 3vw; 
    line-height: 3vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin-top: 6vw;
    margin: 0 auto;
    box-shadow: 0.4vw 0.5vw 16px -10px;
}

.spaec-btn{
    font-size: 0.97vw;
    width: 18vw;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.spaec-btn-wrapper{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.spaec-btn-wrapper:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.space-movie-sp{
    display: none;
}

/*------------------------ ABOUT-SPACE / SP ------------------------*/

@media screen and (max-width: 768px){
    .space-movie{
        display: none;
    }

    .space-movie-sp{
        display: block;
        width: 100vw;
        overflow: hidden;
        margin-top: 24vw;
    }

    .about-space-title{
        font-size: 4.8vw;
        margin-top: 14vw;
    }

    .about-space-txt{
        font-size: 3.73vw;
        width: 82vw;
        margin-top: 6.5vw;
        padding-left: 0.8vw;
    }

    .spaec-btn{
        width: 65.7vw;
        font-size: 3.47vw;

    }

    .spaec-btn-wrapper{
        width: 64.5vw;
        height: 9.9vw;
        line-height: 2.8;
        box-shadow: 1vw 2vw 16px -12px;
        margin-top: 8.4vw;

    }

}

/*-----------------------FEATURES-------------------------*/

.features-title{
    font-size: 3.96vw;
    text-align: center;
    margin-top: 14vw;
    letter-spacing: 0.2vw;
}

.features-lead{
    font-size: 1.53vw;
    color: #6F5549;
    text-align: center;
    margin-top: 1vw;
    padding-right: 0.4vw;
}

.features-subtitle{
    font-size: 1.67vw;
    color: #6F5549;
    margin-top: 6vw;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
}

.features-subtitle-wrapper{
    text-align: center;
}

.features-content1-img{
    position: relative;
    bottom: 2vw;
    width: 32vw;
    animation: fadeIn linear;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 50%;
}


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

.features-content1{
    margin-top: 9vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5vw;
}

.features-content1-detail{
    width: 29.2vw;
}

.features-content1-title{
    font-size: 1.39vw;
    text-align: center;
    padding-right: 2vw;
}

.features-content1-txt{
    width: 29.2vw;
    margin-top: 1.6vw;
    line-height: 1.6;
}

.features-content2-img{
    position: relative;
    bottom: 6vw;
    width: 32vw;
    animation: fadeIn2 linear;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 50%;
}

.features-content2-img{
    position: relative;
    bottom: 6vw;
    width: 32vw;
    animation: fadeIn2 linear;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 50%;
}

@keyframes fadeIn2{
    from{
        opacity: 0;
        scale: 0.9;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}


.features-content2{
    display: flex;
    gap: 5vw;
    justify-content: center;
    margin-top: 8vw;
    padding-right: 5vw;
}

.features-content2-detail{
    width: 27vw;
}

.features-content2-title{
    font-size: 1.39vw; 
    text-align: center; 
    padding-right: 0.1vw;
}

.features-content2-txt{
    width: 27vw;
    margin-top: 1.6vw;
    line-height: 1.5;
}

.features-content3-img-wrapper{
    text-align: center;
    padding-left: 6vw;
}

.features-content3-img{
    width: 27vw;
    animation: fadeIn3 linear;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 50%;
}

@keyframes fadeIn3{
    from{
        opacity: 0;
        scale: 0.9;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.features-content1-img-sp, .features-content2-img-sp, .features-content3-img-sp{
    display: none;
}

/*------------------------ FEATURES / SP ------------------------*/

@media screen and (max-width: 768px){
    .features-title{
        font-size: 10.13vw;
        margin-top: 30vw;
        letter-spacing: 0.6vw;
    }

    .features-lead{
        font-size: 4vw;
        margin-top: 2vw;
    }

    .features-subtitle{
        font-size: 4.27vw;
        margin-top: 12vw;
        line-height: 1.8;
    }

    .features-content1-img, .features-content2-img, .features-content3-img{
        display: none;
    }

    .features-content1-img-wrapper{
        margin: 0 8vw 0 auto;
    }

    .features-content1-img-sp, .features-content2-img-sp{
        display: block;
        width: 62.2vw;
        
    }

    .features-content3-img-sp{
        display: block;
        width: 57.8vw;
        margin: 0 auto;
        margin-top: 19vw;

    }

    .features-content1-img-sp {
        opacity: 0;
        transform: scale(0.9);
        transition: all 1.6s ease-in-out; /* アニメーションの速度を1秒に変更 */
    }

    .features-content1-img-sp.active {
        opacity: 1;
        transform: scale(1);
    }


    .features-content2-img-sp {
        opacity: 0;
        transform: scale(0.9);
        transition: all 1.6s ease-in-out; /* アニメーションの速度を1秒に変更 */
    }

    .features-content2-img-sp.active {
        opacity: 1;
        transform: scale(1);
    }

    .features-content3-img-sp {
        opacity: 0;
        transform: scale(0.9);
        transition: all 1.6s ease-in-out; /* アニメーションの速度を1秒に変更 */
    }

    .features-content3-img-sp.active {
        opacity: 1;
        transform: scale(1);
    }
    

    

    
    

    .features-content1{
        flex-direction: column-reverse;
    }

    .features-content1-title{
        font-size: 4.27vw;
        letter-spacing: 0.2vw;
    }

    .features-content1-txt, .features-content2-txt{
        font-size: 3.73vw;
        width: 85vw;
        letter-spacing: 0.2vw;
        margin-top: 6vw;
    }

    .features-content1-detail{
        width: 85vw;
        margin: 0 auto;
    }

    .features-content1{
        gap: 2vw;
    }

    .features-content2{
        flex-direction: column;
        margin-left: 6vw;
        margin-top: 16vw;
    }

    .features-content2-title{
        font-size: 4.27vw;
        letter-spacing: 0.2vw;
        width: 85vw;
    }

    .features-content2{
        gap: 3vw;
    }
}

/*-----------------------ADVANTAGE-------------------------*/

.advantage-title{
    font-size: 3.96vw;
    margin-top: 12vw;
    text-align: center;
    letter-spacing: 0.2vw;
}

.advantage-lead{
    font-size: 1.53vw;
    color: #6F5549;
    text-align: center;
    margin-top: 1vw; 
}

.advantage-content1-title{
    font-size: 1.39vw;
    color: #6F5549;
    text-align: center;
    margin-top: 7.8vw;
}

.advantage-line{
    background-color: #6F5549;
    width: 10vw;
    height: 2px;
    margin: 0 auto;
    margin-top: 0.4vw;
}

.advantage-content1-txt1{
    text-align: center;
    margin-top: 5vw;
    
}

.event-img1{
    width: 7.5vw;
}



.friend-img-item{
    opacity: 0;
    animation-timeline: view
}



.event-img1{
    opacity: 0;
    animation-timeline: view
}

.event-img1.active {
  -webkit-animation: example 0.5s ease 1.8s 1 forwards;
  animation: example 0.5s ease 1.8s 1 forwards;
  animation-timeline: view
}

.friend-img-item.active:nth-child(1) {
  -webkit-animation: example 0.5s ease 2.1s 1 forwards;
  animation: example 0.5s ease 2.1s 1 forwards;
  animation-timeline: view
}

.friend-img-item.active:nth-child(2) {
  -webkit-animation: example 0.5s ease 2.4s 1 forwards;
  animation: example 0.5s ease 2.4s 1 forwards;
  animation-timeline: view
}

.friend-img-item.active:nth-child(3) {
  -webkit-animation: example 0.5s ease 2.7s 1 forwards;
  animation: example 0.5s ease 2.7s 1 forwards;
  animation-timeline: view
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.event-img-wrapper{
    text-align: center;
    margin-top: 2.8vw;
}

.event-img-wrapper2{
    text-align: center;
    margin-top: 2.8vw;
}


.arrow-img{
    width: 2.6vw;
    
}

.arrow-img-wrapper{
    text-align: center;
    margin-top: 1.8vw;
}

.friend-img, .event-img, .friend-img-item, .various-img-item,
.friend-icon-img{
    width: 7.5vw;
}

.friend-img-item2, .friend-img-item3, .friend-icon-img2{
    width: 7.5vw;
}



.event-img{
   width: 7.5vw; 
}

.event-img1{
   width: 7.5vw; 
}

.event-img-item{
    opacity: 0;
    animation-timeline: view
}

.event-img-item.active:nth-child(1) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
  animation-timeline: view
}

.event-img-item.active:nth-child(2) {
  -webkit-animation: example 0.5s ease 2.3s 1 forwards;
  animation: example 0.5s ease 2.3s 1 forwards;
  animation-timeline: view
}

.event-img-item.active:nth-child(3) {
  -webkit-animation: example 0.5s ease 2.6s 1 forwards;
  animation: example 0.5s ease 2.6s 1 forwards;
  animation-timeline: view
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.friend-img-item2{
    opacity: 0;
    animation-timeline: view
}

.friend-img-item3{
    opacity: 0;
    animation-timeline: view
}

.various-img-item{
    opacity: 0;
    animation-timeline: view
}

.event-img-item{
    opacity: 0;
    animation-timeline: view
}

.friend-icon-img{
    opacity: 0;
    animation-timeline: view
}


.friend-icon-img2{
    opacity: 0;
    animation-timeline: view
}

.friend-icon-img.active {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
  animation-timeline: view
}


.friend-img-item2.active {
  -webkit-animation: example 0.5s ease 1.9s 1 forwards;
  animation: example 0.5s ease 1.9s 1 forwards;
  animation-timeline: view
}

.various-img-item.active {
  -webkit-animation: example 0.5s ease 2.2s 1 forwards;
  animation: example 0.5s ease 2.2s 1 forwards;
  animation-timeline: view
}

.friend-img-item3.active {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
  animation-timeline: view
}

.friend-icon-img2.active {
  -webkit-animation: example 0.5s ease 2.8s 1 forwards;
  animation: example 0.5s ease 2.8s 1 forwards;
  animation-timeline: view
}


@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}



.merit-img-item1, .merit-img-item2, .merit-img-item3{
    opacity: 0;
    animation-timeline: view
}

.merit-img-item1.active {
  -webkit-animation: example 0.5s ease 2.3s 1 forwards;
  animation: example 0.5s ease 2.2s 1 forwards;
  animation-timeline: view
}


.merit-img-item2.active {
  -webkit-animation: example 0.5s ease 2.6s 1 forwards;
  animation: example 0.5s ease 2.6s 1 forwards;
  animation-timeline: view
}

.merit-img-item3.active {
  -webkit-animation: example 0.5s ease 2.9s 1 forwards;
  animation: example 0.5s ease 2.9s 1 forwards;
  animation-timeline: view
}



@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}


.friend-img-wrapper, .friend-icon-img-wrapper2{
    display: flex;
    justify-content: center;
    gap: 4.3vw;
    margin-top: 1.8vw;
}

.advantage-content1-txt2{
    text-align: center;
    margin-top: 2.4vw;
}

.advantage-content2-title{
    font-size: 1.53vw;
    text-align: center;
    margin-top: 8.4vw;
    color: #6F5549;
}

.advantage-clud-line-img{
    width: 14.5vw;
    
}

.advantage-clud-line{
    text-align: center;
}

.advantage-content2-txt2{
    margin-top: 5vw;
    text-align: center;
}

.event-img-wrapper{
    display: flex;
    justify-content: center;
    gap: 4.3vw;
    margin-top: 1.6vw; 
}

.event-img-wrapper2{
    display: flex;
    justify-content: center;
    gap: 4.3vw;
    margin-top: 1.6vw; 
}

.various-img-wrapper{
    display: flex;
    justify-content: center;
    gap: 4.3vw;
    margin-top: 4.1vw;
}

.friend-icon-img-wrapper, .friend-icon-img-wrapper2{
    text-align: center;
    margin-top: 1.5vw;
}

.various-img-item{
    margin-bottom: 2.8vw;
}

.advantage-content1-txt3{
    text-align: center;
    margin-top: 2.2vw;
}

.merit-img-wrapper{
    display: flex;
    justify-content: center;
    gap: 4.3vw;
    margin-top: 2vw; 
    padding-left: 2.6vw;
}

.merit-img{
    width: 10.5vw;
}

.merit-txt1, .merit-txt2, .merit-txt3{
    margin-top: 2.4vw;
    padding-left: 0.3vw;
    line-height: 1.4;
}

/*------------------------ ADVANTAGE / SP ------------------------*/

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

    .advantage-title{
        font-size: 10.13vw;
        margin-top: 26vw;
        letter-spacing: 0.6vw; 
    }

    .advantage-lead{
        font-size: 4vw;
        margin-top: 2vw;
    }

    .advantage-content1-title{
        font-size: 4vw;
        margin-top: 16vw;
    }

    .advantage-line{
        width: 28vw;
        margin-top: 1vw;
    }

    .advantage-content1-txt1{
        font-size: 3.2vw;
        letter-spacing: 0.2vw;
        margin-top: 8vw;
        margin-bottom: 6.2vw;
    }

    .event-img{
        width: 17.2vw;
    }

    .event-img1{
        width: 17.2vw;
    }


.event-img1.active {
  -webkit-animation: example 0.5s ease 0.8s 1 forwards;
  animation: example 0.5s ease 0.8s 1 forwards;
  animation-timeline: view
}

.friend-img-item.active:nth-child(1) {
  -webkit-animation: example 0.5s ease 1.1s 1 forwards;
  animation: example 0.5s ease 1.1s 1 forwards;
  animation-timeline: view
}

.friend-img-item.active:nth-child(2) {
  -webkit-animation: example 0.5s ease 1.4s 1 forwards;
  animation: example 0.5s ease 1.4s 1 forwards;
  animation-timeline: view
}

.friend-img-item.active:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.7s 1 forwards;
  animation: example 0.5s ease 1.7s 1 forwards;
  animation-timeline: view
}



.event-img-item.active:nth-child(1) {
  -webkit-animation: example 0.5s ease 1.1s 1 forwards;
  animation: example 0.5s ease 1.1s 1 forwards;
  animation-timeline: view
}

.event-img-item.active:nth-child(2) {
  -webkit-animation: example 0.5s ease 1.4s 1 forwards;
  animation: example 0.5s ease 1.4s 1 forwards;
  animation-timeline: view
}

.event-img-item.active:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.7s 1 forwards;
  animation: example 0.5s ease 1.7s 1 forwards;
  animation-timeline: view
}



.friend-icon-img.active {
  -webkit-animation: example 0.5s ease 1.1s 1 forwards;
  animation: example 0.5s ease 1.1s 1 forwards;
  animation-timeline: view
}


.friend-img-item2.active {
  -webkit-animation: example 0.5s ease 1.4s 1 forwards;
  animation: example 0.5s ease 1.4s 1 forwards;
  animation-timeline: view
}

.various-img-item.active {
  -webkit-animation: example 0.5s ease 1.7s 1 forwards;
  animation: example 0.5s ease 1.7s 1 forwards;
  animation-timeline: view
}

.friend-img-item3.active {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
  animation-timeline: view
}


.friend-icon-img2.active {
  -webkit-animation: example 0.5s ease 2.3s 1 forwards;
  animation: example 0.5s ease 2.3s 1 forwards;
  animation-timeline: view
}


.merit-img-item1.active {
  -webkit-animation: example 0.5s ease 1.8s 1 forwards;
  animation: example 0.5s ease 1.8s 1 forwards;
  animation-timeline: view
}


.merit-img-item2.active {
  -webkit-animation: example 0.5s ease 2.1s 1 forwards;
  animation: example 0.5s ease 2.1s 1 forwards;
  animation-timeline: view
}

.merit-img-item3.active {
  -webkit-animation: example 0.5s ease 2.4s 1 forwards;
  animation: example 0.5s ease 2.4s 1 forwards;
  animation-timeline: view
}

    .friend-img, .event-img, .friend-img-item, .various-img-item,
    .friend-icon-img, .friend-img-item2, .friend-img-item3{
    width: 17.2vw;
    }

    .friend-icon-img2{
       width: 17.2vw; 
    }

    .friend-img-wrapper{
        gap: 5.8vw;
    }

    .event-img-wrapper, .event-img-wrapper2{
        gap: 5.8vw;
    }

    .various-img-wrapper{
        gap: 5.8vw;
    }

    .arrow-img{
        width: 5.07vw;
        margin-top: 3.2vw;
        margin-bottom: 3.2vw;
    }

    .advantage-content1-txt2{
        font-size: 3.2vw;
        margin-top: 6.8vw;
    }

    .advantage-content2-txt2{
        font-size: 3.2vw;
        margin-bottom: 6.2vw;
        margin-top: 8vw;
    }

    .advantage-content1-txt3{
        font-size: 3.2vw;
        margin-top: 6.2vw;
    }

    .advantage-content2-title{
        font-size: 4vw;
        margin-top: 16vw;
    }

    .advantage-clud-line-img{
        width: 36vw;
        margin-top: 1vw;
    }

    .merit-img{
        width: 25.6vw;
        padding-left: 3.6vw;
    }

    .merit-txt1, .merit-txt2, .merit-txt3{
        font-size: 3.2vw;
        padding-left: 1.2vw;
        margin-top: 4.2vw;
    }
}

/*-----------------------PURPOSE-------------------------*/

.purpose-title{
    font-size: 3.96vw;
    margin-top: 12vw;
    text-align: center; 
    letter-spacing: 0.2vw;
}

.purpose-lead{
    font-size: 1.53vw;
    color: #6F5549;
    text-align: center;
    margin-top: 1vw;
    padding-right: 0.2vw; 
    margin-bottom: 5.4vw;
}

.PURPOSE-txt-between{
    margin: 0 0.5vw 0 0.5vw;
}

.purpose-section-inner{
    display: flex;
    justify-content: center;
    gap: 7.4vw;
    
}


.purpose-img, .purpose-img2, .purpose-img3{
    width: 11.2vw;
    opacity: 0;
    animation-timeline: view
}



.purpose-img.active {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
  animation-timeline: view
}

.purpose-img2.active {
  -webkit-animation: example 0.5s ease 2.3s 1 forwards;
  animation: example 0.5s ease 2.3s 1 forwards;
  animation-timeline: view
}

.purpose-img3.active {
  -webkit-animation: example 0.5s ease 2.6s 1 forwards;
  animation: example 0.5s ease 2.6s 1 forwards;
  animation-timeline: view
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.purpose-content1-title, .purpose-content2-title, .purpose-content3-title{
    font-size: 0.97vw;
    color: #fff;
    background-color: #6F5549;
    width: 11.2vw;
    height: 1.8vw;
    line-height: 2;
    text-align: center;
    margin-top: 2.2vw;
}




.purpose-content1-nav, .purpose-content2-nav, .purpose-content3-nav{
    display: inline-block;
    margin-top: 2vw;
    width: 11.2vw;
   text-align: center;
}

.purpose-content1-ul{
    width: 11.2vw;
    display: inline-block;
    margin: 0 auto;
}

.purpose-content1-item{
    width: 11.2vw;
    display: inline-block;
    text-align: left;
    padding-left: 0.7vw;
}

.purpose-content2-item{
    width: 11.2vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.2vw;
}

.purpose-content3-item{
    width: 11.2vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.2vw;  
}

.purpose-content1-item, .purpose-content2-item, .purpose-content3-item{
    margin-bottom: 0.98vw;
}

.etc{
    padding-left: 0.8vw;  
}

.etc2{
    padding-left: 1.2vw;  
}

.etc3{
    padding-left: 1.2vw;
}

.purpose-section{
    background-image: url(../images/gradation-short-pc.jpg);
    height: 55vw;
    position: relative;
    z-index: 5;
}


.example-btn-wrapper{
    background-color: #6F5549;
    width: 18vw;
    height: 3vw; 
    line-height: 3vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin: 0 auto;
    margin-top: 6vw;
    box-shadow: 0.4vw 0.5vw 16px -10px;
}

.example-btn-wrapper{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.example-btn-wrapper:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.example-btn{
    font-size: 0.97vw;
    width: 18vw;
    color: #fff;
    display: block;
    margin: 0 auto;
}

/*------------------------ PURPOSE / SP ------------------------*/

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

    .purpose-title{
        font-size: 10.13vw;
        letter-spacing: 0.6vw;
        margin-top: 30vw;
    }

    .purpose-lead{
        font-size: 4vw;
        margin-top: 2vw;
        margin-bottom: 1vw;
    }

    .purpose-img, .purpose-img2, .purpose-img3{
        width: 27.4vw;
    }


    .purpose-img.active {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
  animation-timeline: view
}

.purpose-img2.active {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
  animation-timeline: view
}

.purpose-img3.active {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
  animation-timeline: view
}

    .purpose-section-inner{
        display: block;
    }

    .purpose-content1{
        display: flex;
        align-items: center;
        gap: 6vw;
        justify-content: center;
        padding-right: 2vw;
    }


    .purpose-content1-title{
        font-size: 3.2vw;
        width: 35.5vw;
        height: 6.2vw;
        
    }

    .purpose-content1-item{
        font-size: 3.2vw;
        width: 35.5vw;
        margin-top: 2.2vw;
    }

    .etc{
        font-size: 3.2vw;
        margin-top: 2.2vw;
    }

    .purpose-content1-detail{
        margin-top: 22vw;
    }

    .purpose-content2{
        display: flex;
        align-items: center;
        gap: 6vw;
        justify-content: center;
        padding-right: 2vw;
        position: relative;
        bottom: 8vw;
    }

    .purpose-content2-title{
        font-size: 3.2vw;
        width: 35.5vw;
        height: 6.2vw;
        
    }

    .purpose-content2-item{
        font-size: 3.2vw;
        width: 35.5vw;
        margin-top: 2.2vw;
    }

    .etc2{
        font-size: 3.2vw;
        margin-top: 2.2vw;
    }

    .purpose-content2-detail{
        margin-top: 22vw;
    }

    .purpose-content3-title{
        font-size: 3.2vw;
        width: 35.5vw;
        height: 6.2vw;
        
    }

    .purpose-content3{
        display: flex;
        align-items: center;
        gap: 6vw;
        justify-content: center;
        padding-right: 2vw;
        position: relative;
        bottom: 16vw;
    }

    .purpose-content3-item{
        font-size: 3.2vw;
        width: 35.5vw;
        margin-top: 2.2vw;
    }

    .etc3{
        font-size: 3.2vw;
        margin-top: 2.2vw;
    }

    .purpose-content3-detail{
        margin-top: 22vw;
    }

    .example-btn{
        width: 67.7vw;
        font-size: 3.47vw;

    }

    .example-btn-wrapper{
        width: 64.5vw;
        height: 9.9vw;
        line-height: 2.8;
        box-shadow: 1vw 2vw 16px -12px;
        margin-top: 3.8vw;

    }
}

/*-----------------------GREETING-------------------------*/

.greeting-title{
    font-size: 3.96vw;
    margin-top: 8vw;
    text-align: center;
    letter-spacing: 0.2vw;
}

.greeting-lead{
    font-size: 1.53vw;
    color: #6F5549;
    text-align: center;
    margin-top: 1vw;
    padding-right: 0.2vw; 
    margin-bottom: 2.4vw;
}

.profile-title-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.2vw;
    padding-left: 23vw;
}

.profile-title{
    font-size: 7.2vw;
    letter-spacing: 0.4vw;
}

.profile-img-wrapper1{
    width: 18.5vw;
    position: relative;
    top: 1vw;
}

.profile-img-wrapper2{
    width: 22vw;
    position: relative;
}

.profile-img2{
    width: 22vw;
    animation: fadeIn4 linear;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 10% cover 40%;
}

@keyframes fadeIn4{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.credit-name{
        color: #fff;
        position: absolute;
        bottom: 0.4vw;
        right: 0.4vw;
    }

.profile-detail{
    width: 20.7vw;
     
}

.profile-detail-title-wrapper{
    text-align: center;
}

.profile-detail-title{
    font-size: 1.25vw;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    line-height: 1.6;
}

.profile-txt{
    width: 20.7vw;
    line-height: 1.6;
    align-items: center;
    margin-top: 2vw;
}

.profile-img{
    width: 22.5vw;
}

.profile-img {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1s ease-in-out;
  
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-8deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(8deg);
  }
}

.profile-content{
    display: flex;
    justify-content: center;
    gap: 4vw;
}

.profile-detail{
    padding-top: 0.2vw;
}

.greeting-detail{
    width: 42vw;
    margin: 0 auto;
    margin-top: 5.8vw;
    
}

.greeting-detail-title-wrapper{
    text-align: center;
}

.greeting-detail-title{
    font-size: 1.53vw;
    font-weight: 500;
}

.greeting-detail-txt{
    width: 42vw;
    margin-top: 2vw;
    line-height: 1.8;
}

.profie-btn-wrapper{
    background-color: #6F5549;
    width: 20vw;
    height: 3vw; 
    line-height: 3vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin: 0 auto;
    margin-top: 6vw;
    box-shadow: 0.4vw 0.5vw 16px -10px;
}

.profie-btn-wrapper{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.profie-btn-wrapper:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.profile-btn{
    font-size: 0.97vw;
    width: 18vw;
    color: #fff;
    display: block;
    margin: 0 auto;
}

/*------------------------ GREETING / SP ------------------------*/

@media screen and (max-width: 768px){
    .greeting-section{
        margin-top: 180vw;
    }

    .greeting-title{
        font-size: 10.13vw;
        letter-spacing: 0.6vw;
        margin-top: 30vw;
    }

    .greeting-lead{
        font-size: 4vw;
        margin-top: 2vw;
        margin-bottom: 1vw;
    }

    .profile-title{
        font-size: 15.4vw;
        margin-top: 14vw;
        position: relative;
        z-index: 3;
    }

    .profile-img{
        width: 40vw;
    }


    .profile-img-wrapper1{
        width: 40vw;
        right: 5vw;
        top: 6vw;
    }

    .profile-content{
        display: block;
    }

    .profile-img2{
        width: 50vw;
    }

    .credit-name{
        font-size: 2.93vw;
        bottom: 1vw;
        right: 1vw;
    }

    .profile-img-wrapper2{
        width: 50vw;
        margin: 0 auto;
        margin-top: 8vw;
        
    }

    

    .profile-detail-title-wrapper{
        margin: 0 auto;
        margin-top: 6vw;
        text-align: center;
    }

    .profile-detail-title{
        font-size: 4.27vw;
        letter-spacing: 0.4vw;
        
        text-align: left;
        margin: 0 auto; 
    }

    .profile-txt{
        font-size: 3.73vw;
        width: 69.6vw;
        margin: 0 auto;
        margin-top: 4vw;
    }

    .profile-detail{
        display: block;
        width: 100vw;
        margin: 0 auto;
    }

    .greeting-detail{
        display: block;
        width: 100vw;
    }

    .greeting-detail-title{
        font-size: 4.27vw;
        margin-top: 17vw;
    }

    .greeting-detail-txt{
        font-size: 3.73vw;
        width: 80vw;
        margin: 0 auto;
        margin-top: 6vw;
    }

    .profile-btn{
        width: 67.7vw;
        font-size: 3.47vw;
        text-align: center;
    }

    .profie-btn-wrapper{
        width: 67.7vw;
        height: 9.9vw;
        line-height: 2.8;
        box-shadow: 1vw 2vw 16px -12px;
        margin-top: 14vw;
        text-align: center;
    }
    
}



/*-----------------------INSTAGRAM-------------------------*/

.insta-section{
    position: relative;
    z-index: 5;
}

.insta-line{
    width: 76vw;
    margin: 0 auto;
    margin-top: 12vw;
}

.insta-title{
    text-align: center;
    margin-top: 7vw;
}

.insta-title-img{
    width: 17vw;
    
}

.insta-img{
    width: 18.2vw;
}

/*--*/

.mask{
	position: relative;/*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.mask::before {
	position: absolute;
	content:"";
	width: 50%;/*キラッの横幅*/
	height: 100%;/*キラッの縦幅*/
	top: 0;/*.shine span.maskのトップ0を基点*/
	left: -75%;/*画面の見えていない左から右へ移動するスタート地点*/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);/*背景白透過を斜めに*/
}

.mask:hover::before {/*hoverした時の変化*/
	animation: shine 0.7s;/*アニメーションの名前と速度を定義*/
}

@keyframes shine {
	100% {
		left: 125%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}

.insta-img-wrapper{
    display: grid;
    grid-template-columns: 20vw 20vw 20vw;
    justify-content: center;
    margin-top: 7vw;
    row-gap: 3vw;
    padding-left: 1.86vw;
}

.insta-btn-wrapper{
    background-color: #6F5549;
    width: 18vw;
    height: 3vw; 
    line-height: 3vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin: 0 auto;
    margin-top: 7vw;
    box-shadow: 0.4vw 0.5vw 16px -10px;  
}

.insta-btn-wrapper{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.insta-btn-wrapper:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.insta-btn{
    font-size: 0.97vw;
    width: 18vw;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.insta-line2{
    width: 76vw;
    margin: 0 auto;
    margin-top: 11vw;
}

/*------------------------ INSTAGRAM / SP ------------------------*/

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

    .insta-line{
        margin-top: 32vw;
    }

    .insta-title{
        margin-top: 11vw;
        margin-bottom: 11vw;
    }

    .insta-title-img{
        width: 40vw;
    }

    .insta-img-wrapper{
        grid-template-columns: 32vw 32vw;
        gap: 7vw 6.2vw;
    }

    .insta-img{
        width: 32vw;
    }

    .insta-img-item{
        width: 32vw;
    }

    .insta-btn{
        width: 67.7vw;
        font-size: 3.47vw;

    }

    .insta-btn-wrapper{
        width: 64.5vw;
        height: 9.9vw;
        line-height: 2.8;
        box-shadow: 1vw 2vw 16px -12px;
        margin-top: 16.2vw;
    }

    .insta-line2{
        margin-top: 15vw;
        position: relative;
        z-index: 10;
    }

}

/*-----------------------SNS-------------------------*/



.sns-img-item{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.sns-img-item:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.sns-section{
    position: relative;
    z-index: 5;
}

.blog-title-wrapper{
    margin-top: 8.5vw;
    text-align: center;
    padding-left: 17.5vw;
}

.blog-title{
    font-size: 0.9vw;
    position: relative;
    color: #6F5549;
}

.blog-title::before, 
.blog-title::after{
    content: "";
    display: inline-block;
    background-color: #6F5549;
    width: 0.1vw;
    height: 1.1vw;
}

.blog-title::before{
    position: relative;
    top: 0.2vw;
    margin-right: 0.5vw;
    transform: rotate(-25deg);
}

.blog-title::after{
    position: relative;
    top: 0.2vw;
    margin-left: 0.5vw;
    transform: rotate(25deg);
}

.sns-ul{
    display: flex;
    justify-content: center;
    gap: 2.8vw;

}

.sns-img{
    width: 5.8vw;
}

.sns-background-img{
    background-image: url(../images/gradation2-pc.jpg);
    background-size: contain;
    height: 28vw;
    position: relative;
    bottom: 16vw;
}

/*------------------------ SNS / SP ------------------------*/

@media screen and (max-width: 768px){
    .sns-img{
        width: 14vw;
    }

    .sns-ul{
        gap: 7vw;
    }

    .blog-title{
        font-size: 2.93vw;
    }

    .blog-title::before, 
    .blog-title::after{
        height: 3vw;
        margin: 0 2vw;
    }

    .blog-title-wrapper{
        padding-left: 42vw;
        margin-top: 10.5vw;
    }

    .sns-background-img{
        height: 36vw;
    }
}

/*------------------------------------------------
  FOOTER
--------------------------------------------------*/

.triangle-arrow{
    width: 1.27vw;
    height: 1.45vw;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    margin: 0 auto;
    
}

.top-btn{
    color: #fff;
    font-size: 1.25vw;
    line-height: 2vw;
}

.top-btn-circle{
   width: 6.94vw;
   height: 6.94vw;
   background-color: #6F5549;
   border-radius: 50%;
   text-align: center;
   padding-top: 1.8vw;
   margin: 0 3vw 0 auto;
   margin-top: -16vw;
   position: relative;
   top: 30vw;
}

.footer-img{
    background-image: url(../images/top-footer-img-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vw;
    margin-top: 0;
}

 
.footer-contents-container{
    background-color: #6F5549;
    padding: 2vw 5vw 2vw 0;
    color: #fff;
}

.footer-sns-btn{
    display: flex;
    align-items: center;
    gap: 2.8vw;
    padding-left: 3.9vw;
}

.footer-sns-img1{
    width: 3.2vw;
}

.footer-sns-img2{
    width: 2.62vw;
}

.footer-sns-img3{
    width: 7.4vw;
    position: relative;
    bottom: 0.6vw;
    right: 1.3vw;
}

.footer-detail{
   margin-top: 3.47vw;
   padding-left: 3.9vw; 
}

.footer-detail-title1, .footer-detail-title2, .footer-detail-title3{
    font-weight: 400;
    margin-top: 2.5vw;
}

.sitemap-date-txt{
    font-weight: 400; 
}

.footer-detail-txt1, .footer-detail-txt2, .footer-detail-txt3{
    margin-top: 1.1vw;
}

.footer-detail-txt1{
    width: 27vw;
}

.footer-contents-container{
    display: flex;
    gap: 14vw;
}

.sitemap{
    display: flex;
    gap: 6.2vw;
}

.footer-logo-img{
    width: 3.6vw;
}

.footer-title-wrapper{
    display: flex;
    align-items: center;
}

.footer-title{
    font-family: "komorebi gothic", sans-serif;
    width: 20vw;
}



.asterisk{
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
}

.sitemap-date{
    margin-bottom: 2.5vw;
    font-weight: 300;
    padding-top: 0.8vw;
}

.sitemap-detail{
    margin-top: 1.25vw;
    padding-left: 0.1vw;
}

.footer-title{
    font-size: 1.53vw;
    margin-left: 0.3vw;
    position: relative;
    top: 0.1vw;
    width: 27vw;
}

.footer-title-wrapper{
    margin-top: 7.5vw;
}

.copyright{
    font-size: 0.83vw;
    margin-left: 8.2vw;
    position: relative;
    top: 0.2vw;
}

.copyright-sp{
    display: none;
}

.sitemap-sp-wrapper{
    display: none;
}

.sitemap-sp-line{
    display: none;
}

.footer-br-sp{
    display: none;
}

.sitemap-menu{
    display: none;
}

/*------------------------ FOOTER / SP ------------------------*/

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

    .footer-img{
        background-image: url(../images/top-footer-img-sp.jpg);
        margin-top: -16vw;
        height: 59vw;
        position: relative;
    } 

    .sitemap{
        display: none;
    }

    .footer-contents-container{
        display: block;
    }

    .copyright{
        display: none;
    }

    .copyright-sp{
        display: block;
    }

    .sitemap-sp-wrapper{
        display: block;
        margin-top: 20vw;
        text-align: center;
    }

    .sitemap-sp{
        font-size: 3.73vw;
    }

    .sitemap-sp-line{
        display: block;
        width: 23vw;
        margin: 0 auto;
        margin-top: 1vw;
        height: 0.4vw;
        
    }

    .footer-sns-img1{
        width: 8vw;
    }

    .footer-sns-img2{
        width: 6.8vw;
    }

    .footer-sns-img3{
        width: 19.2vw;
        bottom: 1.4vw;
        right: 2.8vw;
    }

    .footer-contents-container{
        padding: 7vw 0 14vw 0;
    }

    .footer-sns-btn{
        gap: 5vw;
        padding-left: 7vw;
    }

    .footer-detail{
        font-size: 3.7vw;
        padding-left: 7vw;
    }

    .footer-detail-txt1, .footer-detail-txt2, .footer-detail-txt3{
        width: 60vw;
        margin-top: 5.2vw;
        line-height: 1.7;
    }

    .footer-detail-txt2{
        width: 62vw;
    }

    .footer-br-sp{
        display: block;
    }

    .footer-detail-title1, .footer-detail-title2, .footer-detail-title3{
        margin-top: 11vw;
        font-size: 4vw;
    }
    
    .footer-logo-wrpper{
        width: 8vw;
        margin-right: 2vw;
    }

    .footer-logo-img{
        width: 8vw;
    }

    .footer-title-wrapper{
        justify-content: center;
        margin-top: 20vw;
    }

    .footer-title{
        font-size: 4.27vw;
        width: 26vw;
    }

    .copyright-sp{
        text-align: center;
        font-size: 2.93vw;
        margin-top: 5.4vw;
    }

    .asterisk{
        font-size: 3.73vw;
        font-family: "Castoro Titling", serif;
        font-weight: 400;
        font-style: normal;
    }

    .top-btn-circle{
        width: 13.4vw;
        height: 13.4vw;
        vertical-align: middle;
        position: absolute;
        top: 56vw;
        right: 2vw;
    }

    .top-btn{
        font-size: 3.2vw;
        margin-top: 2vw;
    }

    .triangle-arrow{
        width: 3.2vw;
        height: 3.73vw;
    }

}

    /*------------------------ FOOTER-SITEMAP / SP ------------------------*/

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

    .sitemap-menu{
        display: block;
        font-size: 3.73vw;
        padding: 9.08vw 0 14vw 0;
        background-color: #6F5549;
        color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 110;
        height: 100vh;
        overflow: auto;
    }

    .footer-sitemap-title-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20vw;
    }

    .footer-sitemap-title{
        font-family: "komorebi gothic", sans-serif;
        font-size: 4.27vw;
        position: relative;
        top: 0.1vw;
    }

    .footer-sitemap-logo-wrpper{
        width: 8vw;
        margin-right: 2vw;
    }

    .footer-sitemap-logo-img{
        width: 8vw;
    }

    .sitemap-menu-title{
        font-size: 6.4vw;
        padding-left: 10vw;
    }

    .home-btn{
        font-size: 4.8vw;
        padding-left: 10vw;
        margin-top: 12.4vw;
        cursor: pointer;
    }

    .home-btn-line{
        width: 14vw;
        margin-left: 10vw;
        margin-bottom: 12.4vw;
    }

    .sitemap-menu-dl{
        padding-left: 10vw;
    }

    .sitemap-menu-date{
        margin-top: 13.5vw;
        margin-bottom: 6.8vw;
        font-size: 4.8vw;
        font-weight: 300;
    }

    .sitemap-menu-detail{
        margin-top: 4.8vw;
    }

    .sitemap-menu{
        display: none !important;
    }
    .sitemap-menu.open{
        display: block !important;
    }

    .sitemap-sp-wrapper{
        font-size: 3.73vw;
        cursor: pointer;
    }
}

