@font-face {
    font-family: Noto Sans;
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/NotoSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: Shippori Mincho B1;
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/ShipporiMincho-Bold.ttf);
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/ShipporiMincho-ExtraBold.ttf);
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/ShipporiMincho-Medium.ttf);
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/ShipporiMincho-SemiBold.ttf);
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/ShipporiMincho-Regular.ttf);
}
@font-face {
    font-family: Philosopher;
    src: url(https://soufuuan.jp/wp-content/uploads/2025/01/Philosopher-Regular.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth !important;
}

:root{
    /* layout */
    --box-width: 1080px;
    --box-width1: 1000px;
    --box-width2: 920px;
    --full-width: 100%;

    /* color */
    --white-color: #fff;
    --black-color: #3B3B3B;
    --lightgray-color: #70644F;
    --gray-color-2: #D9D9D9;

    /* font families */
    --Noto-Sans: Noto Sans;
    --Shippori-Sans: Shippori Mincho B1;
    --Philosopher: Philosopher;
    
    
}
@media(max-width: 1080px){
    :root{
    --box-width: 100% !important;
}
}
@media(max-width: 1000px){
    :root{
    --box-width1: 100% !important;
}
}
@media(max-width: 920px){
    :root{
    --box-width2: 100% !important;
}
}

	.pc_only{
		display: block;
	}
	.sp_only{
		display: none;
	}


	.pc_only_inline{
		display: inline;
	}
	.sp_only_inline{
		display: none;
	}
	/* p.s-shape {
    border: 1px solid;
    padding: 5px;
} */
p.slide-para {
    position:absolute;
    bottom:10px;
    right:20px;
    color:#fff;
    font-size:12px;
}
@media screen and (max-width: 768px) {
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	
}
@media screen and (max-width: 768px) {
	.sp_only_inline{
		display: inline;
	}
	.pc_only_inline{
		display: none;
	}
	
}

br.phone-break {
    display: none;
}

a{
    text-decoration: none;
    color: inherit;
}

nav, .popup-overlay, .popup-menu {
  position: relative;
  z-index: 10; /* 動画の上に表示 */
}

.menu-button, .close-btn {
  z-index: 20; /* クリックを確実に取るためさらに上に */
  position: relative;
}

nav{
    width: var(--full-width);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: var(--white-color);
    margin-bottom: -180px;
}
nav > .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--box-width);
}
nav > .one > div{
    font-family: var(--Shippori-Sans);
    width: 33%;
    justify-content: space-between;
}
nav > .one > .right{
    display: flex;
    flex-direction: column;
}
nav > .one > div > span{
    display: block;
}
nav > .one > .left > span{
    font-size: 18px;
}
nav > .one > .left > :nth-child(1){
    font-weight: 700;
    letter-spacing: 1px;
}
nav > .one > .left > :nth-child(2){
    font-size: 13px;
    color: rgb(255, 255, 255, 0.9);
}
nav > .one > .left > .thirdspan{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: rgb(255, 255, 255, 0.9);
}
nav > .one > .left > .thirdspan > :nth-child(1){
    height: 1px;
    width: 10px;
    background-color: rgb(255, 255, 255, 0.9);;
    /* border: 1px solid var(--white-color); */
}
nav > .one > .left > .thirdspan > :nth-child(3){
    height: 1px;
    width: 10px;
    background-color: rgb(255, 255, 255, 0.9);
}
nav > .one > .left > span > :nth-child(2){
    font-size: 13px;
}
nav > .one > .left > span > a{
    font-size: 26px;
    letter-spacing: 1.7px;
}
nav > .one > .center{
    text-align: center;
}
nav > .one > .center img{
    width: 155px;
}
nav > .one > .right{
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
nav > .one > .right >  div > a{
    padding: 10px 13px;
    /* background-color: rgba(0, 0, 0, 0.56); */
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    
}
nav > .one > .right > a > div{
    padding: 10px 13px;
    /* background-color: rgba(0, 0, 0, 0.56); */
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    
}

nav > .one > .right > :nth-child(3){
    background-color: rgba(0, 0, 0, 0.56);
    color: var(--white-color);
    margin-left: 20px;
}
nav > .one > .right > :nth-child(3) > div > span{
    color: rgb(255, 255, 255, 0.9);
}
nav > .one > .right > :nth-child(3) > div > img{
    width: 30px;
}
nav > .one > .right > div > img{
    width: 20px;
}
nav > .two{
    width: var(--box-width);
}
nav > .two > .pages > ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-family:'Shippori Mincho B1';
    gap: 10px;
    color: rgb(255, 255, 255, 0.9);
}
/* Responsive styles */
@media (max-width: 1024px) {
    br.phone-break {
        display: inline;
    }

    nav > .one {
        flex-wrap: wrap;
        gap: 20px;
    }
    nav > .one > .left{
        display: none;
    }
    nav > .one > .center{
        margin-left: 0px;
        text-align: left;
    }
    nav > .one > .center  img {
        width: 120px;
    }

    nav > .two > .pages > ul > li > a {
        font-size: 14px;
    }

    nav > .one > .right > :nth-child(3){
        display: none;
    }
}

@media (max-width: 767px) {
    nav {
        padding: 15px;
        gap:0px;
    }
.sticky-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background:#0000006b;
}
    nav > .one {
        flex-direction: row;
        justify-content: space-between;
        gap:0px;
    }
    nav > .one > .left{
        display: none;
    }
    nav > .one > .center{
        margin-left: 0px;
    }

    nav > .two > .pages {
        display: none; /* Hide the menu by default */
    }
    nav > .one > .right > div:not(:last-child) {
        display: none;
      }
      

    nav .hamburger {
        display: block;
        font-size: 24px;
        cursor: pointer;
        color: var(--white-color);
    }

    nav .menu.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--background-color);
        z-index: 1000;
    }

    nav .menu.active ul {
        flex-direction: column;
        padding: 10px 0;
    }

    nav .menu.active ul li {
        text-align: center;
        margin: 10px 0;
    }

    nav .menu.active ul li a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    nav > .one > .center  img {
        width: 115px;
    }

    nav > .one > .right > div {
        gap: 8px;
    }

    nav > .two > .pages > ul > li > a {
        font-size: 14px;
    }
}
/* Hamburger Menu Button */
.menu-button {
    display: none;
    /* position: fixed;
    top: 20px;
    right: 20px; */
    font-size: 24px;
    background: none;
    border: none;
    color: var(--white-color);
    cursor: pointer;
    line-height: 1em;
    /* z-index: 1100; */
}
.menu-button img{
    width: 40px;
}

/* Popup Menu */
.popup-menu {
    background-color: var(--white-color);
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/02/Mask-group-10-1.png);
    padding: 20px;
    width: 90%;
    max-width: 350px;
    text-align: center;
    color: var(--black-color);
    position: fixed;
    right: 0;
    top: 0;
    font-family: 'Shippori Mincho B1';
    height: 100%;
    transition: transform 0.3s ease;
    transform: translateX(100%); /* Initially hidden */
    z-index: 1000;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.popup-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-menu li {
    margin: 15px 0;
}

.popup-menu li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: #70644F;
    color: var(--white-color);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
    font-size:16px;
   font-family: 'Shippori Mincho B1';
   border-radius:4px;
}

/* Responsive Styling */
@media (max-width: 1080px) {
    .menu-button {
        display: block;
    }
    nav > .two > .pages > ul {
        display: none; /* Hide desktop menu */
    }
}
p.btns-para .button {
    font-size: 14px;
    border: 1px solid;
    padding: 0 10px;
    margin-top: 6px;
    display: inline-block;
}
/* sticky bottom to top*/
        .footer-sticky{
            display: flex;
			margin-bottom: 12px;
            gap: 20px;
            justify-content: flex-end;
            padding-right: 20px;
            align-items: flex-end;
            position: fixed;
            bottom: 1px;
            z-index:2;
            right:0;
        }
        .online-shop-sticky{
            width: 339px;
        }
        .bottom_to-top {
            width: 80px;
        }
        .online-shop-sticky img{
            width: 100%;
        }
        .bottom_to-top img{
            width: 100%;
        }

    @media(max-width:767px){
    /*.bottom_to-top {*/
    /*    width: 60px;*/
    /*}*/
    /*.online-shop-sticky{*/
    /*    width: 260px;*/
    /*}*/
    .footer-sticky{
        display:none;
    }
}
/*sticky bottom to top end*/

.hero-parent{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  /*  padding:33vh 50vh 38vh 50vh; */
    /*background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/home-page-banner-1.png); */
    display: flex;
    justify-content: center;
	height: 100vh; /* 画面いっぱいに表示 */
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
	overflow: hidden; /* 動画がはみ出さないようにする */
}
.top-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%!important;
    height: 100%;
    object-fit: cover; /* 動画をカバー表示 */
    transform: translate(-50%, -50%);
	z-index: -2; /* 背景として配置 */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* 黒のオーバーレイを追加 */
    z-index: -1; /* テキストの後ろ、動画の前 */
}


.hero-parent > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 1; /* 動画の上に表示 */
	padding-top: 80px;
}
.hero-parent > .hero-section > h1{
    font-size: 32px;
    text-align: center;
    font-weight: bold !important;
    letter-spacing: 6.72px;
    line-height: 68.16px;
    margin-bottom: 40px;
	  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
.hero-parent > .hero-section > h1.hero-text-phone{
    display: none;
}
.hero-parent > .hero-section > h1 > span{
    font-size: 47px;
    letter-spacing: 14.1px;
}
.hero-parent > .hero-section > img{
    width: 418px;
}
@media(max-width: 1024px){
    .hero-parent > .hero-section > h1{
        font-size: 25px;
        line-height: 50px;
        width: 500px;
    }
    .hero-parent > .hero-section > h1.hero-text-desktop{
        display: none;
    }
    .hero-parent > .hero-section > h1.hero-text-phone{
        display: block;
    }
    .hero-parent > .hero-section > h1 span{
        font-size: 35px;
    }
    .hero-parent > .hero-section > img{
        width: 300px;
    }
}
@media(max-width: 767px){
    .hero-parent{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
      /*  background-image:linear-gradient(rgba(0, 0, 0, 0.13 ),rgba(0, 0, 0, 0.13 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/HeroSection.jpg);*/
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
    .hero-parent > .hero-section{
        width: 100%;
    }
    .hero-parent > .hero-section > h1{
        font-size: 22px;
        letter-spacing: 7px;
        width: 100%;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    }
    .hero-parent > .hero-section > h1 span{
        font-size: 30px;
        letter-spacing: 9.1px;
    }
    .hero-parent > .hero-section > img{
        width: 300px;
    }
}

.second-section{
    padding: 150px 0px 180px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
}
.second-section > .inner-div{
    width: var(--box-width);
    display: flex;
    align-items: center;
    gap: 0px;
    margin: auto;
}
.second-section > .inner-div > .image{
    height: 650px;
    width: 60%;
}
.second-section > .inner-div > .image > img{
    width: 960px;
    height: 100%;
    transform: translateX(-40%);
}
.second-section > .inner-div > .content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 50px;
    width: 40%;
    position: relative;
}
.second-section > .inner-div > .content > div > h2{
    font-size: 34px;
    letter-spacing: 6.8px;
    font-weight: 500;
    width: 10px;
}
.second-section > .inner-div > .content > :nth-child(1){
    margin-left: 100px;
}
.second-section > .inner-div > .content > div{
    display: flex;
    gap: 80px;
    /* height: 500px; */
}
.second-section > .inner-div > .content > div > :nth-child(2){
    margin-top: -50px;
}
.second-section > .inner-div > .content > div > p{
    font-family: var(--Philosopher);
    font-size: 20px;
    font-style: italic;
    letter-spacing: 3.4px;
    color: #70644F4D;
}
.second-section > .inner-div > .content > :nth-child(3){
    margin-left: auto;
    position: absolute;
    bottom: -170px;
    right: 0px;
    
}
@media(min-width:1400px){
    .second-section > .inner-div > .content > :nth-child(3){
        right: -150px;
    }
}
.second-section > .inner-div > .content > :nth-child(3) > img{
    width: 491px;
}
.second-section > .inner-div-2{
    width: var(--full-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.second-section > .inner-div-2 > p{
    width: 630px;
    line-height: 46.8px;
    font-size: 18px;
    letter-spacing: 3.6px;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 500;
}
.second-section > .inner-div-2 > a{
    margin-top: 40px;
}
.second-section > .inner-div-2 > a > button{
    padding: 10px 14px;
    border-radius: 50%;
    margin-left: 15px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
.second-section > .inner-div-2 > div{
    width: var(--box-width);
    margin-top: -120px;
    margin-left: -130px;
}
.second-section > .inner-div-2 > div > img{
    width: 322px;
}
@media(max-width: 1024px){
    .second-section{
        padding: 150px 20px 170px 0px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
    }
    .second-section > .inner-div{
        width: var(--full-width);
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        gap: 80px;
    }
    .second-section > .inner-div > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        gap: 50px;
        margin-top: 0px;
    }
    .second-section > .inner-div > .content > :nth-child(1){
        margin-left: 0px;
        position: relative;
    }
    .second-section > .inner-div > .image{
        height: auto;
        width: 100%;
    }
    .second-section > .inner-div > .image > img{
        width: 100%;
        height: auto;
        transform: translateX(0%);
    }
    .second-section > .inner-div > .content > :nth-child(3){
        /* margin-left: 350px; */
        margin-top: 0px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .second-section > .inner-div > .content > :nth-child(3) > img{
        width: 200px;
        margin-left: 0px;
    }
    .second-section > .inner-div-2 > p{
        width: 80%;
        line-height: 46.8px;
        font-size: 18px;
        letter-spacing: 3.6px;
        margin-top: 20px;
        margin-bottom: 50px;
        font-weight: 500;
    }
    .second-section > .inner-div-2 > div{
        width: var(--box-width);
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media(max-width: 767px){
    .second-section > .inner-div{
        width: var(--full-width);
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        gap: 50px;
        overflow-x: clip;
    }
    .second-section > .inner-div > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        margin-top: 0px;
        width: 100%;
        position: relative;
    }
    .second-section > .inner-div > .content > div{
        display: flex;
        gap: 45px;
        justify-content: center;
        /* width: 100%; */
        /* height: 500px; */
    }
    .second-section > .inner-div > .content > div:nth-child(2){
        padding: 0 20px;
    }
    .second-section > .inner-div > .content > div > h2{
        font-size: 28px;
    }
    .second-section > .inner-div > .content > div > p{
        font-family: var(--Philosopher);
        font-size: 14px;
        font-style: italic;
        letter-spacing: 2px;
        color: #70644F4D;
		line-height: 1.3em;
        text-align: center;
    }

    .second-section > .inner-div > .content > :nth-child(1){
        position: relative;
    }
    .second-section > .inner-div > .image{
        height: 400px;
        width: 100%;
    }
    .second-section > .inner-div > .image > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateX(0%);
    }
    .second-section > .inner-div > .content > :nth-child(3){
        /* margin-left: 350px; */
        margin-top: 0px;
        position: absolute;
        right: 0px;
        /* top: 100%; */
        bottom: 110px;
        /* top: 0px; */
    }
    .second-section > .inner-div > .content > :nth-child(3) > img{
        width: 135px;
        margin-left: 0px;
        margin-bottom: -55px;
        /*margin-right: -35px;*/
    }
    .second-section > .inner-div-2 > p{
        width: 100%;
        line-height: 35px;
        font-size: 15px;
        letter-spacing: 3.6px;
        margin-top: 30px;
        margin-bottom: 25px;
        font-weight: 500;
    }
    .second-section > .inner-div-2 > div{
        width: var(--box-width);
        margin-top: -100px;
        margin-left: 0px;
    }
    .second-section > .inner-div-2 > div > img{
        width: 200px;
        display: none;
    }
    .second-section > .inner-div-2{
        padding-left: 20px;
    }
}

.third-section{
    padding: 100px 0px 100px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/AdobeStock_473458221-1-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: var(--black-color);
}
.home-swiper{
    width: 100%;
    position: relative;
    overflow: visible;
}
.swiper-container {
    width: 100%;
    /* max-width: 655px; */
    position: relative;
    overflow: hidden !important;
}
.swiper-wrapper {
    transition-timing-function: ease-in-out; /* Smooth easing curve */
}

.swiper-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.home-swiper-container .swiper-slide img{
    display:inline-block !important;
    height:100%;
    width:calc(100% + 1px);
}
.third-section > .head {
    display: flex;
    gap: 50px;
}
.third-section > .head > h2{
    width: 10px;
    font-size: 40px;
    letter-spacing: 16px;
    font-weight: 500;
}
.third-section > .head > p{
    text-align: center;
    width: 10px;
    word-break: break-all;
    font-style: italic;
    color: rgb(112, 100, 79, 0.4);
    font-family: var(--Philosopher);
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 3.4px;
}
.third-section > :nth-child(2){
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}
.third-section > :nth-child(2) > span{
    color: #FF0000;
    margin-top: -25px;
}
.third-section > .image{
    width: var(--full-width);
    display: flex;
    justify-content: center;
}
.third-section > .image > img{
    width: 515px;
}
.third-section > .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
    font-weight: 500;
    margin-top: 50px;
    /* border: 1px solid black; */
}
.third-section > .content > a{
    font-size: 22px;
    display: flex;
    letter-spacing: 2.2px;
    color: var(--black-color);
}
.third-section > .content > a > button{
    padding: 8px 12px;
    border-radius: 50%;
    margin-left: 30px;
    background: white;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
.third-section > .content > div {
    display: flex;
    flex-direction: row;
    gap: 100px;
}
.third-section > .content > div > div{
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.third-section > .content > div > div > a{
    font-size: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 2.2px;
    color: var(--black-color);
}
.third-section > .content > div > div > a > button{
    padding: 8px 12px;
    border-radius: 50%;
    margin-left: 30px;
    background: white;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
.third-section .home-swiper .swiper-button-next,
.third-section .home-swiper  .swiper-button-prev,
.third-section .home-swiper .swiper-pagination{
    display: none !important;
}

@media(max-width: 1024px){
    .third-section > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        font-weight: 500;
        /* border: 1px solid black; */
    }
    .third-section > .content > a{
        font-size: 19px;
        display: block;
        letter-spacing: 2.2px;
        color: var(--black-color);
    }
    .third-section > .content > div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 100px;
        /* margin-left: 10px; */
    }
    .third-section > .content > div > div > a{
        font-size: 9px;
        display: block;
        letter-spacing: 2.2px;
        color: var(--black-color);
    }
}
@media(max-width: 767px){
    .third-section{
        padding: 60px 0px 80px 0px;
        background-image: url("https://soufuuan.jp/wp-content/uploads/2025/01/Mask-group-2-1.png");
        }
        .third-section > .head > h2{
            font-size:36px;
        }
    /*.third-section > :nth-child(2){*/
    /*    display: none;*/
    /*    align-items: flex-start;*/
    /*    justify-content: flex-end;*/
    /*    width: 100%;*/
    /*    margin-top: 20px;*/
    /*}*/
    .third-section > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        font-weight: 500;
        /* border: 1px solid black; */
    }
    .third-section > .content > a{
        font-size: 14px;
        display: block;
        letter-spacing: 2.2px;
        color: var(--black-color);
    }
    .third-section > .content > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 28px;
        /* margin-left: 10px; */
    }
    .third-section > .content > div > div > a{
        font-size: 18px;
        display:flex;
        align-items:center;
        letter-spacing: 2.2px;
        color: var(--black-color);
    }
    .third-section > .content > div > div > a > button{
        padding:0;
        width:30px;
        height:30px;
       
        
    }
    .third-section .home-swiper .swiper-slide{
        padding: 0 15px;
    }

    .third-section .swiper-container{
        position: static !important;
    }
    .third-section .home-swiper .swiper-button-next,
    .third-section .home-swiper .swiper-button-prev,
    .third-section .home-swiper .swiper-pagination{
         display: flex !important;
         justify-content: center;
    }
    .third-section .home-swiper .swiper-button-next,
    .third-section .home-swiper .swiper-button-prev{
        background: rgba(112, 100, 79, 1);
        height: 45px;
        width: 45px;
    }
    .third-section .home-swiper .swiper-button-next{
        right: 0%;
    }
    .third-section .home-swiper .swiper-button-prev{
        left: 0%;
    }
    .third-section .home-swiper .swiper-button-next svg,
    .third-section .home-swiper .swiper-button-prev svg{
        width: 25px;
        height: 25px;
    }
    
    .third-section .home-swiper .swiper-button-next::after,
    .third-section .home-swiper .swiper-button-prev::after{
        content: "";
        /* color: #fff;
        font-size: 25px; */
    }

    .third-section .home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: rgba(112, 100, 79, 1) !important;
    }
    .third-section .home-swiper .swiper-pagination .swiper-pagination-bullet{
        background: #fff !important;
        border:1px solid #70644f73;
        height: 10px;
        width: 10px;
        opacity:1;
    }
    .third-section .home-swiper .swiper-pagination{
        top: 110%;
    }
    .third-section > .content > a > button{
        margin-left: 15px;
    }

}

.fourth-section{
    padding:70px 0px 120px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}
.fourth-section > .head{
    width: calc(var(--box-width) + 220px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin: auto;
}
.fourth-section > .head > .left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    width: 40%;
    /* border: 1px solid black; */
}
.fourth-section > .head > .left > :nth-child(3){
    display: flex;
    gap: 50px;
    margin-top: -20px;
    margin-right: 20px;
}
.fourth-section > .head > .left > :nth-child(3) > h2{
    width: 10px;
    word-break: break-all;
    font-weight: 500;
    color: var(--black-color);
    line-height: 61.2px;
    font-size: 34px;
}
.fourth-section > .head > .left > :nth-child(3) > p{
    text-align: center;
    width: 10px;
    word-break: break-all;
    font-style: italic;
    color: #70644F33;
    font-family: var(--Philosopher);
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 3.4px;
    margin-top: -70px;
}
.fourth-section > .head > .left > :nth-child(3) > :nth-child(2){
    margin-top: -60px;
}
.fourth-section > .head > .right{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 60%;
    /* border: 1px solid black; */
}
.fourth-section > .head > .left > :nth-child(2){
    width: 100%;
}
.fourth-section > .head > .left > :nth-child(1) > img{
    width: 242px;
}
.fourth-section > .head > .left > :nth-child(2) > img{
    width: 172px;
    margin-top: -50px;
    /* margin-left: -30px; */
}
/* .fourth-section >     */
.fourth-section > .head > .right > :nth-child(1){
    width: 100%;
    margin-top: 250px;
}
.fourth-section > .head > .right > :nth-child(1) > img{
    width: 90%;
}
.fourth-section > .foot{
    display: flex;
    gap: 100px;
    width: var(--box-width1);
    margin: auto;
}
.fourth-section > .foot > .left > img{
    width: 305px;
    margin-bottom: 30px;
}
.fourth-section > .foot > .right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 80%;
}
.fourth-section > .foot > .right > h2{
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: 500;
    font-style: italic;
}
.fourth-section > .foot > .right > p{
    font-size: 16px;
    text-align: justify;
    letter-spacing: 3.2px;
    line-height: 41.2px;
}
.fourth-section > .foot > .right > a{
    font-size: 16px;
    display: block;
    letter-spacing: 2.2px;
    color: var(--black-color);
    margin-top: 20px;
}
.fourth-section > .foot > .right > a > button{
    padding: 8px 12px;
    border-radius: 50%;
    margin-left: 30px;
    background: white;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
@media(max-width:1300px){
.fourth-section > .head{
    width:var(--box-width);
}
.seventh-section-parent > .seventh1-section > .top{
     width:var(--box-width) !important;
}
.second-section4 > .content > .top > .img{
    right:0px !important;
}
}
@media(max-width: 1024px){
    .fourth-section{
        padding: 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 70px;
    }
    .fourth-section > .head{
        width: calc(var(--box-width));
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin: auto;
    }
    .fourth-section > .head > .left > :nth-child(3){
        display: flex;
        gap: 50px;
        margin-top: 0px;
    }
    .fourth-section > .head > .left > :nth-child(3) > h2{
        width: 10px;
        word-break: break-all;
        font-weight: 500;
        color: var(--black-color);
        line-height: 50px;
        font-size: 25px;
    }
    .fourth-section > .head > .left > :nth-child(3) > p{
        text-align: center;
        width: 10px;
        word-break: break-all;
        font-style: italic;
        color: #70644F33;
        font-family: var(--Philosopher);
        font-size: 20px;
        line-height: 22.4px;
        letter-spacing: 3.4px;
        margin-top: -70px;
    }
    .fourth-section > .head > .left > :nth-child(2){
        width: 100%;
    }
    .fourth-section > .head > .left > :nth-child(1) > img{
        width: 170px;
    }
    .fourth-section > .head > .left > :nth-child(2) > img{
        width: 127px;
        margin-top: -50px;
        margin-left: 20px;
    }
    .fourth-section > .head > .right > :nth-child(1){
        width: 100%;
        margin-top: 250px;
    }
}
@media(max-width: 767px){
    .fourth-section{
        padding: 100px 20px 40px 20px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 120px;
    }
    .fourth-section > .head{
        width: var(--box-width);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }
    
    .fourth-section > .head > .left > :nth-child(3){
        display: flex;
        gap: 50px;
        margin-top: 0px;
        margin-right: 0px;
        transform: translateX(35%);
    }
    .fourth-section > .head > .left > :nth-child(3) > h2{
        width: 10px;
        word-break: break-all;
        font-weight: 500;
        color: var(--black-color);
        line-height: 50px;
        font-size: 25px;
    }
    .fourth-section > .head > .left > :nth-child(3) > p{
        text-align: center;
        width: 10px;
        word-break: break-all;
        font-style: italic;
        color: #70644F33;
        font-family: var(--Philosopher);
        font-size: 20px;
        line-height: 22.4px;
        letter-spacing: 3.4px;
        margin-top: -70px;
    }
    .fourth-section > .head > .left > :nth-child(1){
        width: 100%;
        transform: translateX(0%) translateY(-30%);
    }
    .fourth-section > .head > .left > :nth-child(2){
        width: 100%;
        transform: translateX(-86%);
    }
    .fourth-section > .head > .left > :nth-child(1) > img{
        width: 242px;
    }
    .fourth-section > .head > .right{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        width: 100%;
        /* border: 1px solid black; */
    }
    .fourth-section > .head > .left > :nth-child(2) > img{
        width: 115px;
        margin-top: -100px;
        margin-left: 15px;
    }
    .fourth-section > .head > .right > :nth-child(1){
        width: 75%;
        margin-top: 0px;
        margin-left: auto;
    }
    .fourth-section > .head > .right > :nth-child(1) > img{
        width: 100%;
        transform: translateX(20px);
    }
    .fourth-section > .head > .left > :nth-child(1) > img{
        width: 180px;
    }
    .fourth-section > .foot{
        display: flex;
        gap: 50px;
        width: var(--box-width);
        flex-direction: column-reverse;
        position: relative;
    }
    .fourth-section > .foot > .left > img{
        width: 125px;
        position: absolute;
        top: -53%;
        margin: 0;
    }
    .fourth-section > .foot > .right{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        width: 100%;
    }
    .fourth-section > .foot > .right > a > button{
        margin-left: 15px;
    }
}

.fifth-section{
    padding: 150px 0px 75px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    height: 700px;
    font-family: var(--Shippori-Sans);
    background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.75 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_34.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 120px;
}
.fifth-section > .left{
    height: 100%;
    width: var(--box-width);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.fifth-section > .left > .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
}
.fifth-section > .left > .content > p{
    font-size: 20px;
    /* text-align: justify; */
    font-style: italic;
    letter-spacing: 4px;
    line-height: 41.2px;
    color: white;
    font-family: var(--Philosopher);
}
.fifth-section > .left > .content > h2{
    font-size: 34px;
    letter-spacing: 6px;
    font-weight: 500;
    color: var(--white-color);
}
.fifth-section > .right{
    height: 100%;
    /* border: 1px solid black;
    background-color: #3B3B3B; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: var(--box-width);
    padding-right: 140px;
}
.fifth-section > .right > .content{
    
    gap: 20px;
    /* margin-top: 100px; */
}
.fifth-section > .right > .content > a{
    font-size: 16px;
    display: block;
    letter-spacing: 2.2px;
    color: var(--black-color);
    margin-top: 20px;
    color: white;
}
.fifth-section > .right > .content > a > button{
    padding: 8px 12px;
    border-radius: 50%;
    margin-left: 30px;
    background: none;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    outline: none;
}
@media(max-width: 1024px){
    .fifth-section{
        padding: 50px 0px 50px 0px;
        /* border: 1px solid black; */
        width: var(--full-width);
        height: 700px;
        font-family: var(--Shippori-Sans);
        background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_34.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 120px;
    }
    .fifth-section > .left{
        height: 100%;
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .fifth-section > .left > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 0px;
    }
    .fifth-section > .right{
        height: 100%;
        /* border: 1px solid black;
        background-color: #3B3B3B; */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        width: var(--box-width);
        margin: auto;
        padding-right: 0px;
    }
    .fifth-section > .right > .content{
    
        gap: 0px;
        /* margin-top: 100px; */
    }
}
@media(max-width: 767px){
    .fifth-section{
        padding: 75px 0px 50px 0px;
        /* border: 1px solid black; */
        width: var(--full-width);
        height: 700px;
        font-family: var(--Shippori-Sans);
        background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0 )),url(https://soufuuan.jp/wp-content/uploads/2025/02/Frame-1000002596-1.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 120px;
    }
    .fifth-section > .left > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 0px;
    }
    .fifth-section > .left > .content > h2{
        font-size: 25px;
        letter-spacing: 6px;
        font-weight: 500;
        color: var(--white-color);
    }
    .fifth-section > .right > .content > a{
        font-size: 14px;
        display: block;
        letter-spacing: 0px;
        color: var(--black-color);
        margin-top: 20px;
        color: white;
    }
    .fifth-section > .right > .content > a > button{
        padding: 8px 12px;
        border-radius: 50%;
        margin-left: 15px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        outline: none;
    }
}

.sixth-section{
    padding: 110px 0px 127px 0px;
    /* border: 1px solid black; */
    width: calc(var(--box-width2));
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin: auto;
}
.sixth-section > .left {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sixth-section > .left > .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sixth-section > .left > .content > h2{
    font-size: 40px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 57.92px;
    width: max-content;
}
.sixth-section > .left > .content > p{
    text-align: center;
    color: #70644F4D;
    font-size: 20px;
    letter-spacing: 3.4px;
    font-family: var(--Philosopher);
    margin-top: 10px;
    line-height: 22.4px;
}
.sixth-section > .right{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    /* border: 1px solid black; */
}
.sixth-section > .right > .content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 90px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.sixth-section > .right > .content > .card{
    width: 219px;
}
.sixth-section > .right > .content > .card > .img img{
    width: 100%;
    height:220px;
    object-fit:cover;
}
.sixth-section > .right > .content > .card > .data{
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
}
.sixth-section > .right > .content > .card > .data > a{
    /* font-size: 12px; */
    display: block;
    letter-spacing: 0.4px;
    color: var(--black-color);
    /* margin-top: 20px; */
    color: white;
    /* font-family: var(--Shippori-Sans); */
}
.sixth-section > .right > .content > .card > .data > a > button{
    padding: 2px 20px;
    /* border-radius: 50%; */
    /* margin-left: 30px; */
    background: none;
    background-color: #70644FBD;
    /* border: 1px solid #3B3B3B66; */
    border: none;
    color: white;
    outline: none;
    font-size: 12px;
    font-family: var(--Shippori-Sans);
}
.sixth-section > .right > .content > .card > .data > h5{
    font-size: 18px;
    line-height: 27.6px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: var(--black-color);
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
    min-height: 55.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sixth-section > .right > .content > .card > .data > p{
    font-size: 14px;
    line-height: 20.4px;
    font-weight: 400;
    letter-spacing: 0.96px;
    font-family: var(--Philosopher);
    color: var(--black-color);
}
@media(max-width: 1024px){
    .sixth-section{
        padding: 80px 40px 80px 40px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }
    .sixth-section > .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sixth-section > .left > .content > h1{
        font-size: 40px;
        color: var(--black-color);
        letter-spacing: 4px;
        font-weight: 500;
        line-height: 57.92px;
        width: 100%;
        text-align: center;
    }
    .sixth-section > .right{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /* border: 1px solid black; */
    }
    .sixth-section > .right > .content{
        justify-content: center;
    }
}
@media(max-width: 767px){
    .sixth-section{
        padding: 65px 20px 80px 20px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .sixth-section > .left > .content img{
        width: 150px;
        margin-bottom: 10px;
    }
    .sixth-section > .right > .content > .card > .data > h5{
        font-size:17px;
    }
    .sixth-section > .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sixth-section > .left > .content > h1{
        font-size: 30px;
        color: var(--black-color);
        letter-spacing: 4px;
        font-weight: 500;
        line-height: 57.92px;
    }
    .sixth-section > .right{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /* border: 1px solid black; */
    }
    .sixth-section > .right > .content{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 25px;
        flex-wrap: wrap;
        width:100%;
    }
    .sixth-section > .right > .content > .card{
        width: 46%;
    }
    .sixth-section > .right > .content > .card > .img img{
		width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.seventh-section-parent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #70644F1A;
}
.seventh-section-parent > .seventh1-section{
    padding: 100px 0px 100px 0px;
    /* border: 1px solid black; */
    width: calc(var(--box-width));
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    /* background-color: #70644F1A; */
}
.seventh-section-parent > .seventh1-section > .top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    width: calc(var(--box-width) + 220px);
}
.seventh-section-parent > .seventh1-section > .top > .img > img{
    width: 417px;
}
.seventh-section-parent > .seventh1-section > .top > .data{
    display: flex;
    align-items: center;
    gap: 50px;
}
.seventh-section-parent > .seventh1-section > .top > .data > p{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--Philosopher);
    color: #70644F4D;
}
.seventh-section-parent > .seventh1-section > .top > .data > h3{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}
.seventh-section-parent > .seventh1-section > .center{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap:35px;
    /* width: %; */
    /* margin-left: 150px; */
}
.seventh-section-parent > .seventh1-section > .center > .card{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    /* margin: 20px; */
}
.seventh-section-parent > .seventh1-section > .center > img{
    width: 300px;
    position: absolute;
    right: 70px;
    z-index: -1;
}
.seventh-section-parent > .seventh1-section > .center > .card > .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.seventh-section-parent > .seventh1-section > .center > .card > .img > img{
    width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.seventh-section-parent > .seventh1-section > .center > .card > .data{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    margin-top: 5px;
}
.seventh-section-parent > .seventh1-section > .center > .card > .data > h5{
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    letter-spacing: 0.64px;
    color: var(--black-color);
    text-align: center;
}
.seventh-section-parent > .seventh1-section > .center > .card > .data > p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
}
.seventh-section-parent > .seventh1-section > .center > .card > .data > p .bigyen{
    font-size:16px;
}
.seventh-section-parent > .seventh1-section > .center > .card > .data > p .small-tax{
    font-size:14px;
	margin-left: -5px;
}
.seventh-section-parent > .seventh1-section > .bottom > a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-align: center;
    color: var(--black-color);
    min-height:40px;
    display:inline-block;
}
.seventh-section-parent > .seventh1-section > .bottom > a > button{
    padding: 8px 12px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
    cursor:pointer;
}
@media(max-width: 1024px){
    .seventh-section-parent > .seventh1-section{
        padding: 80px 40px 80px 40px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        /* background-color: #70644F1A; */
    }
    .seventh-section-parent > .seventh1-section > .top{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .top > .img{
        width: 50%;
    }
    .seventh-section-parent > .seventh1-section > .top > .img > img{
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .top > .data{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .top > .data > p{
        font-size: 20px;
        font-weight: 400;
        font-family: var(--Philosopher);
        color: #70644F4D;
        width: 100%;
        text-align: center;
    }
    .seventh-section-parent > .seventh1-section > .top > .data > h3{
        font-size: 40px;
        letter-spacing: 3px;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }

    .seventh-section-parent > .seventh1-section > .center > .card > .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .center > .card > .img > img{
        width: 100%;
    }
}
@media(max-width: 767px){
    .seventh-section-parent > .seventh1-section{
        padding: 20px 20px 80px 20px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
        /* background-color: #70644F1A; */
    }
    .seventh-section-parent > .seventh1-section > .top{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .top > .img{
        width: 100%;
        transform: translateX(0%);
    }
    .seventh-section-parent > .seventh1-section > .top > .img > img{
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .top > .data{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .top > .data > p{
        font-size: 20px;
        font-weight: 400;
        font-family: var(--Philosopher);
        color: #70644F4D;
        width: 100%;
        text-align: center;
    }
    .seventh-section-parent > .seventh1-section > .top > .data > h3{
        font-size: 25px;
        letter-spacing: 0px;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }
    .seventh-section-parent > .seventh1-section > .center{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 30px;
        width: 100%;
        /* width: %; */
        /* margin-left: 150px; */
    }
    .seventh-section-parent > .seventh1-section > .center > img{
        display: none;
    }
    .seventh-section-parent > .seventh1-section > .center > .card{
        width: 93%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin: 20px; */
    }
    .seventh-section-parent > .seventh1-section > .center > .card > .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .center > .card > .img > img{
        width: 100%;
    }
    .seventh-section-parent > .seventh1-section > .center > .card > .data > h5{
        line-height: 27.2px;
        font-weight: 500;
		font-size: 18px;
        letter-spacing: 0.64px;
        color: var(--black-color);
        text-align: center;
    }
    .seventh-section-parent > .seventh1-section > .center > .card > .data > p{
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.8px;
        text-align: center;
    }
.seventh-section-parent > .seventh1-section > .center > .card > .data > p .bigyen{
    font-size:16px;
}
.seventh-section-parent > .seventh1-section > .center > .card > .data > p .small-tax{
    font-size:14px;
}

    .seventh-section-parent > .seventh1-section > .bottom > a{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 3.2px;
        text-align: center;
        color: var(--black-color);
    }
    .seventh-section-parent > .seventh1-section > .bottom > a > button{
        padding: 8px 12px;
        border-radius: 50%;
        margin-left: 15px;
        background: none;
        border: 1px solid rgba(59, 59, 59, 0.4);
        color: #3B3B3B;
        outline: none;
    }
}

.eight-section{
    padding: 150px 0px 160px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
}
.eight-section > .eight-section-child{
    width: var(--box-width);
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
}
.eight-section > .eight-section-child >  .left{
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.eight-section >  .eight-section-child > .left > img{
    width: 479px;
}
.eight-section > .eight-section-child > .right{
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* border: 1px solid white; */
}
.eight-section > .eight-section-child > .right > .innerdiv1{
    width: 100%;
}
.eight-section > .eight-section-child > .right > .innerdiv1 > p{
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 500;
}
.eight-section > .eight-section-child > .right > .innerdiv1 > h2{
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 3.8px;
    line-height: 72.2px;
}
.eight-section > .eight-section-child > .right > .innerdiv2{
    display: flex;
    gap: 35px;
    flex-direction: column;
    width: 100%;
}
.eight-section > .eight-section-child > .right > .innerdiv2 > .content{
    display: flex;
    gap: 50px;
    width: 100%;
}
.eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(1){
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3.6px;
    /* line-height: 28px; */
    padding-top: 1px;
    width: 20%;
    white-space:nowrap;
}
.eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2){
    font-size: 18px;
    letter-spacing: 0.72px;
    font-weight: 500;
    line-height: normal;
     white-space:nowrap;
}
.eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2) > span{
    font-size: 14px;
    letter-spacing: 0.64px;
}
@media(max-width: 1024px){
    .eight-section{
        padding: 100px 10px 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .eight-section > .eight-section-child{
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .eight-section > .eight-section-child > .left{
        width: 100%;
        /* border: 1px solid white; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .eight-section > .eight-section-child > .left > img{
        width: 100%;
    }

    .eight-section > .eight-section-child > .right{
        width: 80%;
        color: var(--white-color);
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
        /* border: 1px solid white; */
        margin-left: 0px;
    }
    .eight-section > .eight-section-child > .right > .innerdiv1{
        width: 100%;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2{
        width: 100%;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2 > .content{
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
}
@media(max-width: 767px){
    .eight-section{
        padding: 60px 10px 60px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .eight-section > .eight-section-child > .left{
        width: 100%;
        /* border: 1px solid white; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .eight-section > .eight-section-child > .left > img{
        width: 72.5%;
    }
    .eight-section > .eight-section-child > .right{
        width: 100%;
        color: var(--white-color);
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
        /* border: 1px solid white; */
        margin-left: 0px;
        padding: 0 15px;
    }
    .eight-section > .eight-section-child > .right > .innerdiv1{
        width: 100%;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2{
        width: 100%;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2 > .content{
        display: flex;
        gap: 20px;
        flex-direction: row;
    }
    .eight-section > .eight-section-child > .right > .innerdiv1 > p {
        font-size: 20px;
        letter-spacing: 2px;
		margin-bottom: 16px;
    }
    .eight-section > .eight-section-child > .right > .innerdiv1 > h2 {
        font-size: 28px;
        letter-spacing: 2.8px;
        line-height: 1em;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2{
        gap: 25px;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(1) {
        font-size: 16px;
        letter-spacing: 2px;
        width: max-content;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2) {
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 2em;
        width: 85%;
        white-space:normal;
        line-height:normal;
    }
    .eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2) > span{
        font-size:14px;
    }
    .single-line{
        white-space:nowrap;
    }

}

.ninth-section{
    padding: 0px 0px 120px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.ninth-section > iframe{
    width: var(--full-width);
    height: 563px!important;
}
.ninth-section > .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(var(--box-width1));
    /* padding: 20px 0px; */
    margin-top: 90px;
    margin-bottom: 20px;
}
.ninth-section > .top > .left{
    display: flex;
    align-items: left;
    flex-direction: column;
    gap: 10px;
}
.ninth-section > .top > .left > img{
    width: 172px;
}
.ninth-section > .top > .left > p{
    font-size: 18px;
    font-family: var(--Philosopher);
    font-weight: 400;
}
.ninth-section > .top > .right > a > img{
    width: 130px;
}
.ninth-section > .bottom{
    width: calc(var(--box-width1));
}
.ninth-section > .bottom > .pic{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 20px 0px; */
    /* gap: 40px; */
}
.ninth-section > .bottom > .pic > img{
    width: 22%;
}
.ninth-section > .right{
    display: none;
}
@media(max-width: 1024px){
    .ninth-section > .top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: var(--box-width);
        /* padding: 20px 0px; */
        margin-top: 60px;
        padding: 0px 20px;
    }
    .ninth-section > .top > .left > img{
        width: 130px;
    }
    .ninth-section > .top > .left > p{
        font-size: 15px;
        font-family: var(--Philosopher);
        font-weight: 400;
    }
    .ninth-section > .bottom{
        width: var(--box-width);
        padding: 0px 20px;
    }
}

@media (max-width: 768px) {
    .ninth-section {
        padding: 0px 0px 60px 0px;
    }
    .ninth-section > .top{
        justify-content: center;
        margin-bottom: 25px;
    }
    .ninth-section > .bottom > .pic{
        flex-wrap: wrap;
        justify-content: center;
        gap: 19px;
    }
    .ninth-section > .bottom > .pic > img {
        width: 47%;
    }
    .ninth-section > .right{
        display: flex;
    }
    .ninth-section > .top > .right {
        display: none;
    }
    .ninth-section > .right img{
        width: 100px;
        margin-top: 30px;
    }
}


.footer{
    padding: 150px 0px 60px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image-2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
    color: white;
}
.footer > .top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: var(--box-width);
    /* padding: 20px 0px; */
}
.footer > .top > .left {
    width: 50%;
}
.footer > .top > .left > :nth-child(1) > h1{
    font-size: 38px;
    font-weight: 500;
    line-height: 72.2px;
    letter-spacing: 3.8px;
}
.footer > .top > .left > :nth-child(1) > p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.72px;
}
.footer > .top > .left > :nth-child(2){
    margin-top: 20px;
}
.footer > .top > .left > :nth-child(2) > :nth-child(1) > :nth-child(1) > a{
    font-size: 28px;
}
.footer > .top > .left > :nth-child(2) > :nth-child(1) > :nth-child(1) > a{
    font-weight: 500;
    letter-spacing: 1px;
}
.footer > .top > .left > :nth-child(2) > :nth-child(1){
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer > .top > .left > :nth-child(2) > :nth-child(1) > :nth-child(2){
    font-size: 16px;
    border: 1px solid white;
    padding: 0px 30px;
}
.footer > .top > .left > :nth-child(2) > .content{
    display: flex;
    /* align-items: center; */
    gap: 60px;
    margin-top: 30px;
    font-weight: 500;
}
.footer > .top > .left > :nth-child(2) > .content > :nth-child(1){
    font-size: 18px;
    letter-spacing: 1.8px;
}
.footer > .top > .left > :nth-child(2) > .content > :nth-child(2){
    font-size: 18px;
    letter-spacing: 0.72px;
}
.footer > .top > .left > :nth-child(2) > .content > :nth-child(2) > span{
    font-size: 14px;
     letter-spacing: 0.56px;
}
.footer > .top > .right {
    width: 45%;
    display: flex;
    justify-content: space-around;
    /* align-items: flex-start; */
    padding: 20px 0px 0px 0px;
}
.footer > .top > .right > .one{
    display: flex;
    flex-direction: column;
    gap: 27px;
    width: 50%;
}
.footer > .top > .right > .two{
    display: flex;
    flex-direction: column;
    gap: 27px;
    width: 50%;
}
.footer > .top > .right > .one > a{
    display: block;
    width: 20%;
    word-break: keep-all;
}
.footer > .top > .right > .two > a{
    display: block;
    width: 20%;
    word-break: keep-all;
}
.footer > .bottom{
    display: flex;
    align-items: center;
    gap: 16px; /* アイコンとテキストの間隔 */
    padding: 10px;
    flex-wrap: wrap;
	flex-direction: column;
}

.footer > .bottom .social-icons {
    display: flex;
    gap: 12px; /* アイコン同士の間隔 */
  }

  .bottom .social-icons a img {
    width: 24px;
    height: 24px;
  }

.footer > .bottom > .img > img{
   width: 24px;
    height: 24px;
}
.footer > .bottom > span{
    color: #C9C4B8;
    margin-top: 10px;
}
.footer-phone-bar{
    display: none;
}

@media(max-width:1024px){
    .footer > .top{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: var(--full-width);
        gap: 30px;
        /* padding: 20px 0px; */
    }
    .footer > .top > .left {
        width: 60%;
    }
    .footer > .top > .right {
        width: 60%;
    }
}
@media(max-width:767px){

    .footer > .top{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: var(--box-width);
        gap: 30px;
        padding: 60px 30px 0px 30px;
    }
    .footer > .bottom{
        padding: 0 30px;
    }
    .footer > .top > .left > :nth-child(2) > :nth-child(1){
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer{
		 background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/02/Mask-group-4.png);
        padding: 0;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        color: white;
        padding-bottom:150px;
    }
    .footer > .top > .left > :nth-child(1) > h1 {
        font-size: 26px;
        text-align: center;
    }
    .footer > .top > .right {
        width: 100%;
        justify-content: center;
        /* align-items: flex-start; */
        padding: 10px 0px 0px 0px;
        gap: 20px;
    }
    .footer > .top > .left {
        width: 100%;
    }
    .footer > .top > .right > .two > a{
        display: block;
        width: 100%;
        word-break: normal;
    }
    .footer > .top > .right > .one > a{
        display: block;
        width: 100%;
        word-break: normal;
    }
    .footer > .bottom > span{
        text-align: center;
        color: #C9C4B8;
        margin-top: 10px;
        font-size:14px;
    }
    .footer > .top > .left > :nth-child(1) > p{
        text-align: center;
    }
    .footer > .top > .left > :nth-child(2) > :nth-child(1) span:nth-child(1){
        font-size: 16px;
    }
    .footer > .top > .left > :nth-child(2) > :nth-child(1) > :nth-child(1) > a {
        font-size: 20px;
    }
    .footer > .top > .left > :nth-child(2) > :nth-child(1) > :nth-child(2) {
        font-size: 13px;
        padding: 0px 8px;
    }
    .footer > .top > .left > :nth-child(2) > .content > :nth-child(1) {
        font-size: 16px;
        letter-spacing: 1.6px;
        white-space: nowrap;
    }
    .footer > .top > .left > :nth-child(2) > .content > :nth-child(2) {
        font-size: 16px;
    }
    .footer > .top > .left > :nth-child(2) > .content > :nth-child(2) span br{
        display: none;
    }
    .footer > .top > .left > :nth-child(2) > .content {
        gap: 25px;
    }
    .footer > .top > .left > :nth-child(2) > div:nth-child(2) {
        gap: 20px;
    }

    .footer > .top > .left > :nth-child(2) > .content:nth-child(3) p:nth-child(2){
        margin-left: 0px;
    }
    .footer > .top > .right > .one{
        width: 46%;
    }
    .footer > .top > .right > .one > a{
        font-size: 16px !important;
        white-space: nowrap;
    }
    .footer > .top > .right > .two{
        width: 46%;
    }
    .footer > .top > .right > .two > a{
        font-size: 16px !important;
        white-space: nowrap;
    }
    .footer > .bottom > .img > img {
        width: 35px;
    }
    .footer .footer-phone-bar{
        width: 100%;
        display: flex;
    }
    .footer .footer-phone-bar .footer-bar-left{
        width: 55%;
        background: rgba(0, 0, 0, 0.9);
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .footer .footer-phone-bar .footer-bar-left .footer-bar-left-number{
        width: 100%;
        font-size: 21px;
        font-family: var(--Shippori-Sans);
        font-weight: 400;
        color: white;
        text-align: center;
    }
    .footer .footer-phone-bar .footer-bar-left .footer-bar-left-number span{
        font-size: 14px;
    }
    .footer .footer-phone-bar .footer-bar-left .footer-bar-left-content{
        width: 100%;
        font-family: var(--Shippori-Sans);
        font-size: 10px;
        color: #fff;
        font-weight: 100;
        text-align: center;
    }
    .footer .footer-phone-bar .footer-bar-left .footer-bar-left-linecontent{
        width: 100%;
        font-family: var(--Shippori-Sans);
        font-size: 10px;
        color: #fff;
        font-weight: 100;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }
    .footer .footer-phone-bar .footer-bar-left .footer-bar-left-linecontent .line{
        height: 1px;
        width: 40px;
        background: #fff;
    }

    .footer .footer-phone-bar .footer-bar-right{
        width: 45%;
        background: #3B3B3B;
        padding: 10px;
        display: flex;
		justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 7px;
    }
    .footer .footer-phone-bar .footer-bar-right a{
        display: flex;
    }
    .footer .footer-phone-bar .footer-bar-right img{
        width: 30px;
    }
    .footer .footer-phone-bar .footer-bar-right p{
        font-family: var(--Shippori-Sans);
        font-weight: 400;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .footer-phone-bar{
        position:fixed;
        bottom:0px;
        z-index:10;
    }
}


/* 2ND PAGE */
button.pc-sm-btn {
    all: unset;
    margin-top: 15px;
}

button.pc-sm-btn span {
    border-radius: 50%;
    margin-left: 15px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
    display: inline-flex;
    width: 45px;
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
      line-height:0px;
}

button.ph-sm-btn {
    display: none;
}
.hero-parent2{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1 ),rgba(0, 0, 0, 0.1 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_34.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent2 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent2 > .hero-section > h1{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent2{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_34.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}
@media(max-width: 767px){
    .footer > .top > .left > :nth-child(1) > p{
        font-size:16px;
    }
    button.pc-sm-btn {
    display: none;
}
button.ph-sm-btn{
    display:block;
}
button.ph-sm-btn {
    all: unset;
}

button.ph-sm-btn span {
    border-radius: 50%;
    margin-left: 15px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
    display: inline-flex;
    text-align: center;
    font-size:14px;
    padding:18px 12px;
    line-height:0px;
}
    .hero-parent2{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_34.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
    .hero-parent2 > .hero-section > h1{
        font-size: 30px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 110.76px;
        margin-bottom: 40px;
    }
}

.second-section2{
    display: flex;
    flex-direction: column;
    width: calc(var(--box-width));
    align-items: center;
    justify-content: center;
    font-family: var(--Shippori-Sans);
    padding: 80px 0px 130px 0px;
    margin: auto;
    /* gap: 50px; */
}
.second-section2 > .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--box-width);
}
.second-section2 > .top > .left > img{
    width: 271px;
}
.second-section2 > .top > .center{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
}
.second-section2 > .top > .center > h2{
    font-size: 40px;
    word-break: break-all;
    width: 10px;
    letter-spacing: 16px;
    line-height: 57.92px;
	font-weight: 500;
    color: var(--black-color);
}
.second-section2 > .top > .center > h2 > span{
    display: flex;
}
.second-section2 > .top > .center > span{
    font-size: 20px;
    word-break: break-all;
    width: 10px;
    font-weight: 500;
    font-family: var(--Philosopher);
    /* padding-top: 10px; */
    color: rgba(112, 100, 79, 0.3);
    font-style: italic;
    margin-top: -50px;
}
.second-section2 > .top > .right > img{
    width: 300px;
    padding-top: 200px;
}
.second-section2 > .middle{
    width: 100%;
}
.second-section2 > .middle > .image{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(var(--box-width2));
    gap: 0px;
    margin: auto;
}
.second-section2 > .middle > .image > :nth-child(1){
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_09_27_23.png);
    background-position: center;
    width: 270px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
}
.second-section2 > .middle > .image > :nth-child(2){
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/02/0114_20-scaled-e1738808772342.jpg);
    background-position: right;
    width: 180px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 30px;
}
.second-section2 > .middle > .image > :nth-child(3){
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_09.png);
    background-position: center;
    width: 250px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-right: 20px;
}
.second-section2 > .bottom{
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-left: 50px;
}
.second-section2 > .bottom > h2{
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 6.8px;
    color: var(--black-color);
    margin-bottom: 5px;
}
.second-section2 > .bottom > p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.8px;
    font-family: var(--Philosopher);
    font-style: italic;
    color: #70644F4D;
}
.second-section2 > .bottom > span{
    width: 55%;
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 41.6px;
    color: var(--black-color);
}
@media(max-width: 1024px){
    .second-section2 > .top > .left > img{
        width: 200px;
    }
    .second-section2 > .top > .right > img{
        width: 200px;
        padding-top: 200px;
    }
    .second-section2 > .top > .center{
        margin-left: 0px;
    }
    .second-section2 > .middle > .image{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(var(--box-width) - 210px);
        gap: 50px;
        margin: auto;
    }
    .second-section2 > .middle > .image > :nth-child(3){
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_09.png);
        background-position: center;
        width: 250px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 20px;
    }
    .second-section2 > .middle > .image > :nth-child(2){
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/02/0114_20-scaled-e1738808772342.jpg);
        background-position: right;
        width: 200px;
        height: 130px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .second-section2 > .middle > .image > :nth-child(1){
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_09_27_23.png);
        background-position: center;
        width: 250px;
        height: 130px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .second-section2{
        display: flex;
        flex-direction: column;
        width: var(--full-width);
        align-items: center;
        justify-content: center;
        font-family: var(--Shippori-Sans);
        padding: 40px 10px 80px 10px;
        /* gap: 50px; */
    }
    .second-section2 > .top > .left > img{
        width: 200px;
    }
    .second-section2 > .top > .center > h2{
        font-size:36px;
    }
    .second-section2 > .top > .right > img{
        width: 200px;
        padding-top: 20px;
    }
    .second-section2 > .middle > .image > :nth-child(3){
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_09.png);
        background-position: center;
        width: 100%;
         height: 250px; 
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 20px;
    }
    .second-section2 > .middle > .image > :nth-child(2){
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/02/0114_20-scaled-e1738808772342.jpg);
        background-position: right;
        width: 100%;
         height: 250px; 
        background-size: cover;
        background-repeat: no-repeat;
        margin:0px;
    }
    .second-section2 > .middle > .image > :nth-child(1){
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_09_27_23.png);
        background-position: center;
        width: 100%;
         height: 250px; 
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 50px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .second-section2 > .top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: var(--box-width);
    }
    .second-section2 > .top > .center{
        margin-left: 0px;
        margin-top:30px;
    }
    .second-section2 > .middle > .image{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: var(--box-width);
        gap: 0px;
        margin: auto;
    }
    .second-section2 > .bottom{
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-left: 0px;
    }
    .second-section2 > .bottom > h2{
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 3px;
        color: var(--black-color);
    }
    .second-section2 > .bottom > p{
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 2.8px;
        font-family: var(--Philosopher);
        font-style: italic;
        color: #70644F4D;
    }
    .second-section2 > .bottom > span{
        width: 100%;
        font-size: 16px;
        letter-spacing: 3.2px;
        line-height: 30px;
        color: var(--black-color);
		text-align: justify;
    }
}

.third-section2{
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_42.png);
    /* padding: 200px; */
    height: 395px;
    background-size: cover;
    background-position: center;
}
@media(max-width: 767px){
    .third-section2{
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_10_01_42.png);
        /* padding: 100px 160px; */
        /* height: 300px; */
        background-size: cover;
        background-position: center;
        width: 100%;
    }
}


.fourth-section2{
    display: flex;
    flex-direction: column;
    width: var(--full-width);
    align-items: center;
    justify-content: center;
    font-family: var(--Shippori-Sans);
    padding: 80px 0px 160px 0px;
    background-color: #70644F1A;
    gap: 90px;
}
.fourth-section2 > .top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: var(--box-width);
}
.fourth-section2 > .top > :nth-child(1){
    display: flex;
    gap: 50px;
}
.fourth-section2 > .top > :nth-child(1) > h2{
    font-size: 40px;
    word-break: break-all;
    width: 10px;
    letter-spacing: 16px;
    line-height: 57.92px;
    color: var(--black-color);
    font-weight: 500;
}
.fourth-section2 > .top > :nth-child(1) > p{
    font-size: 20px;
    word-break: break-all;
    width: 10px;
    font-weight: 500;
    font-family: var(--Philosopher);
    /* padding-top: 10px; */
    color: rgba(112, 100, 79, 0.2);
    font-style: italic;
}
.fourth-section2 > .top > :nth-child(2) > h2{
    font-size: 34px;
    letter-spacing: 6.8px;
    font-weight: 500;
    color: var(--black-color);
    text-align: center;
}
.fourth-section2 > .top > :nth-child(2) > :nth-child(2){
    font-size: 20px;
    font-family: var(--Philosopher);
    font-style: italic;
    letter-spacing: 3.4px;
    color: #70644F4D;
    text-align: center;
    margin-top: 30px;
}
.fourth-section2 > .top > :nth-child(2) > :nth-child(3){
    font-size: 16px;
    letter-spacing: 3.2px;
    text-align: center;
    margin-top: 30px;
    line-height: 41.6px;
    color: var(--black-color);
}
.fourth-section2 > .middle{
    width: var(--box-width);
    display: flex;
    flex-direction: column;
    gap: 130px;
    position: relative;
}
.fourth-section2 > .middle > .img{
    /* width: calc(var(--box-width) + 50px); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 48%;
}
.fourth-section2 > .middle > .img2{
    /* width: calc(var(--box-width) + 50px); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 74%;
}
.fourth-section2 > .middle > .img > img{
    width: 241px;
    
}
.fourth-section2 > .middle > .img2 > img{
    width: 241px;
    
}
.fourth-section2 > .middle > .card{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
}
.fourth-section2 > .middle > .card > .left{
    width: 43%;
}
.fourth-section2 > .middle > .card > .right{
    width: 57%;
    padding-right: 0px;
}
.fourth-section2 > .middle > :nth-child(2) > .right{
    width: 57%;
    padding-left: 0px;
    padding-right: 0px;
}
.fourth-section2 > .middle > :nth-child(4) > .right{
    width: 57%;
    padding-left: 0px;
    padding-right: 0px;
}
.fourth-section2 > .middle > .card > .left > .img > img{
    width: 100%;
}
.fourth-section2 > .middle > .card > .right > h4{
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 4px;
    font-weight: 500;
    color: var(--black-color);
}
.fourth-section2 > .middle > .card > .right > p{
    font-size: 16px;
    line-height: 41.6px;
    letter-spacing: 3.2px;
    margin-top: 30px;
	width: 96%;
    color: var(--black-color);
}
.fourth-section2 > .middle > :nth-child(2){
    width: calc(var(--box-width));
    margin: 0px auto 0px 0px;
}
.fourth-section2 > .middle > :nth-child(4){
    width: calc(var(--box-width));
    margin: 0px 0px 0px auto;
}
.fourth-section2 > .middle > :nth-child(6){
    width: calc(var(--box-width));
    margin: auto;
}
@media(max-width: 1024px){
    .fourth-section2{
        display: flex;
        flex-direction: column;
        width: var(--full-width);
        align-items: center;
        justify-content: center;
        font-family: var(--Shippori-Sans);
        padding: 100px 10px 100px 10px;
        background-color: #70644F1A;
        gap: 80px;
    }
    .fourth-section2 > .top > :nth-child(2) > :nth-child(3){
        font-size: 16px;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 30px;
        line-height: 41.6px;
        color: var(--black-color);
    }
    .fourth-section2 > .middle{
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        gap: 100px;
    }
    
    .fourth-section2 > .middle > .card{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .fourth-section2 > .middle > :nth-child(2){
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
        /* gap: 100px; */
    }
    .fourth-section2 > .middle > :nth-child(4){
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
        /* gap: 100px; */
    }
    .fourth-section2 > .middle > .card > .left{
        width: 100%;
    }
    .fourth-section2 > .middle > .card > .right{
        width: 100%;
    }
    .fourth-section2 > .middle > .card > .right{
        /* width: 57%; */
        padding-right: 0px;
    }
    .fourth-section2 > .middle > :nth-child(2) > .right{
        /* width: 57%; */
        padding-left: 0px;
        padding-right: 0px;
    }
    .fourth-section2 > .middle > :nth-child(4) > .right{
        /* width: 57%; */
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 767px){
    .fourth-section2{
        display: flex;
        flex-direction: column;
        width: var(--full-width);
        align-items: center;
        justify-content: center;
        font-family: var(--Shippori-Sans);
        padding: 60px 10px 60px 10px;
        background-color: #70644F1A;
        gap: 80px;
    }
    .fourth-section2 > .top > :nth-child(1) > h2{
        font-size:36px;
    }
    .fourth-section2 > .top{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        width: var(--box-width);
    }
    .fourth-section2 > .top > :nth-child(2) > :nth-child(3){
        font-size: 16px;
        letter-spacing: 2px;
        text-align: left;
        margin-top: 30px;
        line-height: 30px;
        color: var(--black-color);
        text-align: justify;
    }
    .fourth-section2 > .middle{
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        gap: 100px;
    }
    .fourth-section2 > .middle > .card{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .fourth-section2 > .middle > :nth-child(2){
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
        /* gap: 100px; */
    }
    .fourth-section2 > .middle > :nth-child(4){
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        /* gap: 100px; */
    }
    .fourth-section2 > .middle > .card:nth-child(6){
        flex-direction:column-reverse;
    }
    .fourth-section2 > .middle > .card > .left{
        width: 100%;
    }
    .fourth-section2 > .middle > .card > .right{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .fourth-section2 > .middle > :nth-child(2) > .right{
        padding-left: 0px;
        padding-right: 0px;
    }
    .fourth-section2 > .middle > :nth-child(4) > .right{
        padding-left: 0px;
        padding-right: 0px;
    }
    .fourth-section2 > .middle > .card > .right > h4{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
        font-weight: 500;
        color: var(--black-color);
        text-align:center;
    }
    .fourth-section2 > .middle > .card > .right > p{
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top: 30px;
        color: var(--black-color);
        width:100%;
        text-align:justify;
    }
    .fourth-section2 > .top > :nth-child(2) > h2{
        font-size: 24px;
        letter-spacing: 1px;
		line-height: 1.7em;
        font-weight: 500;
        color: var(--black-color);
        text-align: center;
    }
    .fourth-section2 > .middle > .img{
        display: none;
    }
    .fourth-section2 > .middle > .img2{
        display: none;
    }
}

.fifth-section2 {
    position: relative;
    width: var(--full-width);
    padding: 15vh 0vh 20vh 0vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
    gap: 90px;
    overflow: hidden; /* Ensure child elements stay inside the container */
}

.fifth-section2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 95%, rgba(255, 255, 255, 1) 100%), url(https://soufuuan.jp/wp-content/uploads/2025/01/112bce0065826b98f1536aad07f06fab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(8px); /* This applies the blur effect */
    -webkit-filter: blur(3px); /* For Safari */
    z-index: -1; /* Keeps it behind the content */
}
.fifth-section2 > .top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: var(--box-width);
}
.fifth-section2 > .top > :nth-child(1){
    display: flex;
    gap: 50px;
}
.fifth-section2 > .top > :nth-child(1) > h2{
    font-size: 40px;
    word-break: break-all;
    width: 40px;
    letter-spacing: 16px;
    line-height: 57.92px;
    font-weight: 500;
}
.fifth-section2 > .top > :nth-child(1) > p{
    font-size: 20px;
    word-break: break-all;
    width: 10px;
    font-weight: 500;
    font-family: var(--Philosopher);
    /* padding-top: 10px; */
    font-style: italic;
}
.fifth-section2 > .top > :nth-child(2) > p{
    font-size: 16px;
    line-height: 41.6px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-align: center;
}
.fifth-section2 > .middle{
    width: var(--box-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
    margin-top: 0px;
}
.fifth-section2 > .middle > .card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}
.fifth-section2 > .middle > :nth-child(3){
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:40px;
    width: calc(var(--box-width));
}
.fifth-section2 > .middle > :nth-child(3) > .right > h2{
    text-align: center;
}
.fifth-section2 > .middle > :nth-child(1){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 0px; */
    width: calc(var(--box-width));
}
.fifth-section2 > .middle > .card > .left{
    width: 65%;
}
.fifth-section2 > .middle > .card > .right{
    width: 35%;
}
.fifth-section2 > .middle > .card > .left > .img > img{
    width: 100%;
}
.fifth-section2 > .middle > .card > .right > h2{
    font-size: 34px;
    line-height: 49.23px;
    letter-spacing: 6.8px;
    font-weight: 500;
    color: var(--white-color);
}
.fifth-section2 > .middle > .card > .right > p{
    font-size: 16px;
    line-height: 41.6px;
    letter-spacing: 3.2px;
    margin-top: 30px;
    color: var(--white-color);
}
.fifth-section2 > .middle > .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    width: calc(var(--box-width));
}
.fifth-section2 > .middle > .content > p{
    letter-spacing: 3.2px;
    line-height: 41.6px;
    font-weight: 500;
    width: 850px;
}
/* .fifth-section2 > .middle > :nth-child(2) > p{
    letter-spacing: 3.2px;
    line-height: 41.6px;
    font-weight: 500;
    width: 70%;
} */
.fifth-section2 > .bottom{
    width: var(--box-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 0px;
}
.fifth-section2 > .bottom > img{
    width: 100%;
}
.fifth-section2 > .bottom > p{
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 41.6px;
    font-weight: 500;
    width: 80%;
}
@media(max-width: 1024px){
    .fifth-section2{
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20vh 2vh 20vh 2vh;
        background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 90%, rgba(255,255,255,1) 100%), url(https://soufuuan.jp/wp-content/uploads/2025/01/112bce0065826b98f1536aad07f06fab.jpg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
        gap: 50px;
    }
    .fifth-section2 > .bottom > p{
        font-size: 16px;
        letter-spacing: 3.2px;
        line-height: 41.6px;
        font-weight: 500;
        width: 100%;
    }
}
@media(max-width: 767px){
    .fifth-section2{
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20vh 2vh 30vh 2vh;
        background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 90%, rgba(255,255,255,1) 100%), url(https://soufuuan.jp/wp-content/uploads/2025/01/112bce0065826b98f1536aad07f06fab.jpg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
        gap: 50px;
    }
    .fifth-section2 > .top > :nth-child(2) > p{
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: justify;
    }
    .fifth-section2 > .top > :nth-child(1) > h2{
        font-size:36px;
    }
    .fifth-section2 > .bottom > p{
        font-size: 15px;
        letter-spacing: 3.2px;
        line-height: 41.6px;
        font-weight: 500;
        width: 100%;
    }
    .fifth-section2 > .middle{
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 70px;
        margin-top: 50px;
    }
    .fifth-section2 > .middle > .card{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    .fifth-section2 > .middle > :nth-child(3){
        display: flex;
        flex-direction: column-reverse;

    }
    .fifth-section2 > .middle > .card > .left{
        width: 100%;
    }
    .fifth-section2 > .middle > .card > .right{
        width: 100%;
    }
    .fifth-section2 > .middle > .card > .left > .img > img{
        width: 100%;
    }
    .fifth-section2 > .middle > .card > .right > h2{
        font-size: 20px;
        line-height: 49.23px;
        letter-spacing: 6.8px;
        font-weight: 500;
        color: var(--white-color);
        text-align:center;
    }
    .fifth-section2 > .middle > .content > p{
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 500;
        width: 100%;
        font-size: 16px;
        text-align:justify;
    }
    .fifth-section2 > .bottom > p{
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 500;
        width: 100%;
        text-align:justify;
    }
    .fifth-section2 > .bottom{
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-top: 20px;
    }
}

/* 3RD PAGE */

.hero-parent3{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/02/0114_13-scaled.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent3 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent3 > .hero-section > h1{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 10.92px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent3{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/02/0114_13-scaled.jpg);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}

.second-section3{
    padding: 110px 0px 120px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/02/Mask-group-10-1.png);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 140px;
    color: var(--black-color);
}
.second-section3 > .content{
    width: var(--box-width);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: auto;
    position:relative;
}
.second-section3 > .content > .top{
    width: calc(var(--box-width));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 180px;
}
.second-section3 > .content > .top > .left{
    width: 30%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
}
.second-section3 > .content > .top > .left > img{
    width: 200px;
    /* display: block; */
    
}
.second-section3 > .content > .top > .left > :nth-child(2){
    width: 200px;
    height: 200px;
    /* display: block; */
    
}
.second-section3 > .content > .top > .left > :nth-child(1){
    margin-left: 150px;
    z-index: 1;
    margin-bottom: 40px;
}
.second-section3 > .content > .top > .left > :nth-child(2){
    /* margin-right: 200px; */
    margin-top: -100px;
    width: 180px;
    
}
.second-section3 > .content > .top > .right{
    width: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.second-section3 > .content > .top > .right > p{
    font-size: 34px;
    width: 10px;
    word-break: break-all;
    letter-spacing: 6.8px;
    line-height: 49.23px;
}
.second-section3 > .content > .top > .right > div{
    display: flex;
    align-items: flex-start;
}
.second-section3 > .content > .top > .right > div > :nth-child(1){
    font-size: 22px;
    width: 10px;
    word-break: break-all;
    margin-left: 70px;
    letter-spacing: 4.84px;
    line-height: 30px;
}
.second-section3 > .content > .top > .right > div > :nth-child(2){
    font-size: 22px;
    width: 10px;
    word-break: break-all;
    margin-left: 40px;
    letter-spacing: 4.84px;
    line-height: 30px;
}
.second-section3 > .content > .top > .center{
    width: 30%;
    margin-top: 100px;
}
.second-section3 > .content > .top > .center > img{
    width: 400px;
}
.second-section3 > .content > .bottom{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.second-section3 > .content > .bottom .wrapper{
    display:flex;
    gap:30px;
    align-items:center;
    
}
.second-section3 > .content > .bottom .left > p{
    font-size: 20px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    /*line-height: 53px;*/
}
.second-section3 > .content > .bottom .right > p{
    font-size: 26px;
    letter-spacing: 5.2px;
    color: var(--black-color);
    /*line-height: 55px;*/
}
.second-section3 > .content > .bottom .right > p > span{
    font-size: 16px;
    /*line-height: 46.8px;*/
}
.second-section3 > .content > .bottom > img{
    width: 300px;
    position: absolute;
    right: -60px;
}
@media(max-width:1400px){
.second-section3 > .content > .bottom > img{
right:0px;
}
.second-section3 > .content > .top > .center > img{
    width:300px;
}
}
@media(max-width:1200px){
      .second-section3 > .content > .top > .center > img{
        width: 100%;
    }  
}
.overlay-class{
    position:relative;
}
.overlay-class p{
    position:absolute;
    bottom:20px;
    right:20px;
    color:#fff;
    font-size:14px;
}
.second-section3 > .content2{
    width: var(--box-width);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.second-section3 > .content2 > .top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    transform: translateX(-100px)
}

.second-section3 > .content2 > .top > .left{
    width: 65%;
}
.second-section3 > .content2 > .top > .left > img{
    width: 100%;
}
.second-section3 > .content2 > .top > .right{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}
.second-section3 > .content2 > .top > .right > :nth-child(1){
    display: flex;
    gap: 50px;
    font-size: 34px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.second-section3 > .content2 > .top > .right > :nth-child(1) > p{
    width: 10px;
    word-break: break-all;
}
.second-section3 > .content2 > .top > .right > :nth-child(2){
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.second-section3 > .content2 > .top > .right > :nth-child(2) > p{
    font-size: 16px;
    margin-left: 20px;
    border: 1px solid rgb(59, 59, 59, 0.4);
    padding: 2px 20px
}
.second-section3 > .content2 > .bottom{
    display: flex;
    gap: 25px !important;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.second-section3 > .content2 > .bottom .wrapper{
    display:flex;
    gap:30px;
    align-items:center;
}
.second-section3 > .content2 > .bottom  .left > p{
    font-size: 20px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    /*line-height: 53px;*/
}
/*.second-section3 > .content2 > .bottom > :nth-child(2){*/
/*    padding-left: 30px;*/
/*}*/
.second-section3 > .content2 > .bottom .right > p{
    font-size: 26px;
    letter-spacing: 5.2px;
    color: var(--black-color);
    /*line-height: 55px;*/
}
.second-section3 > .content2 > .bottom .right > p > span{
    font-size: 16px;
    /*line-height: 46.8px;*/
}
.second-section3 > .content2 > .bottom > img{
    width: 300px;
    position: absolute;
    right: 150px;
}
@media(max-width:1300px){
    .second-section3 > .content2 > .top{
        transform: translateX(0px)
    }
    .second-section4 > .content > .top > .img{
        right:0px !important;
    }
}
@media(max-width: 1024px){
    .second-section3 > .content{
        width: var(--box-width);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin: auto;
    }
    .second-section3 > .content2 > .top{
        flex-direction:column;
    }
    .second-section3 > .content2 > .top > .right{
        width:100%;
    }
    .second-section3 > .content > .top{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }
    .second-section3 > .content > .top > .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* align-items: flex-end; */
        justify-content: center;
    }

    .second-section3 > .content > .top > .left > :nth-child(1){
        margin-left: 0px;
        z-index: 0;
        width: 60%;
    }
    .second-section3 > .content > .top > .left > :nth-child(2){
        width: 40%;
        /* height: 200px; */
        /* display: block; */
        z-index: 1;
        
    }
    .second-section3 > .content > .top > .left > :nth-child(2){
        /* margin-right: 200px; */
        margin-top: -100px;
        width: 50%;
        object-fit: contain;
    }
    .second-section3 > .content > .top > .right{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .second-section3 > .content > .top > .center{
        width: 65%;
        margin-top: 0px;
    }
    .second-section3 > .content2{
        width: var(--box-width);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .second-section3 > .content2 > .top > .right > :nth-child(1){
        display: flex;
        gap: 38px;
        font-size: 25px;
        line-height: 50px;
        align-items: center;
        justify-content: center;
        width: 100%;
		margin-left: -7px;
    }
    .second-section3 > .content2 > .top > .right > :nth-child(1) > p{
        width: 10px;
        word-break: break-all;
    }
    .second-section3 > .content2 > .top > .right > :nth-child(2) > p{
        font-size: 14px;
        margin-left: 0px;
    }
    
}
@media(max-width: 767px){
	.hero-parent3 > .hero-section > h1{
		font-size: 30px;
	}
      .second-section3 > .content > .top > .center{
        width: 100%;
       
    }
    .overlay-class p{
        font-size:12px;
    }
        .second-section3 > .content > .top > .left{
        width: 300px;
    }
    .second-section3{
        padding: 50px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/02/Mask-group-10-1.png);
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 100px;
        color: var(--black-color);
    }
    .second-section3 > .content > .bottom > img{
        left: -150px;
        bottom: -151px;
    }
	.second-section3 > .content2 > .top > .right > :nth-child(2){
		 margin-top: -20px;
	}
	.hero-parent2 > .hero-section > h1{
	    
        font-size: 30px;
        margin-bottom: 40px;
	}
    .second-section3 > .content > .top > .left > :nth-child(2){
        margin-right: auto;
        margin-top: -100px;
        width: 200px;
        height: 225px;
        object-fit: cover;
        margin-left: 0px;
    }
    .second-section3 > .content > .top > .left > :nth-child(1){
        margin-left: auto;
        z-index: 0;
        width: 80%;
    }
    .second-section3 > .content > .bottom{
        display: flex;
        /* gap: 30px; */
        align-items: center;
        justify-content: center;
        width:100%;
    }
    /*.second-section3 > .content > .bottom > :nth-child(1){*/
    /*    width: max-content;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    gap: 25px;*/
    /*    white-space:nowrap;*/
    /*}*/
    /*.second-section3 > .content > .bottom > :nth-child(2){*/
    /*    width: max-content;*/
    /*    display:flex;*/
    /*    flex-direction:column;*/
    /*    gap:25px;*/
    /*    white-space:nowrap;*/
    /*}*/
    .second-section3 > .content > .bottom .left > p{
        font-size: 18px;
        color: var(--black-color);
        letter-spacing: 1px;
        font-weight: 500;
        /*line-height: 30px;*/
    }
    .second-section3 > .content > .bottom .right > p{
        font-size: 18px;
        letter-spacing: 2px;
        color: var(--black-color);
        /*line-height: 20px;*/
    }
    .second-section3 > .content > .bottom .right > p > span{
        font-size: 14px;
        /*line-height: 30px;*/
    }
    .second-section3 > .content2 > .top{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .second-section3 > .content2 > .top > .left{
        width: 100%;
    }
    /*.second-section3 > .content2 > .bottom > :nth-child(1){*/
    /*    width: max-content;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    gap: 25px;*/
    /*    white-space:nowrap;*/
    /*}*/
    /*.second-section3 > .content2 > .bottom > :nth-child(2){*/
    /*    width: max-content !important;*/
    /*    padding: 0;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*     gap: 25px;*/
    /*    white-space:nowrap;*/
    /*}*/
    .second-section3 > .content2 > .bottom{
        display: flex;
         gap: 30px; 
        align-items: center;
        justify-content: center;
        width:100%;
    }
    .second-section3 > .content2 > .bottom  .left > p{
        font-size: 18px;
        color: var(--black-color);
        letter-spacing: 1px;
        font-weight: 500;
        /*line-height: 30px;*/
    }
    .second-section3 > .content2 > .bottom .right > p{
        font-size: 18px;
        letter-spacing: 2px;
        color: var(--black-color);
        /*line-height: 20px;*/
    }
    .second-section3 > .content2 > .bottom .right > p > span{
        font-size: 14px;
        /*line-height: 30px;*/
    }
}

.second-section4{
    padding: 120px 0px 130px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
    background-color: var(--white-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 130px;
}
.second-section4 > .content{
    width: var(--box-width);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}
.second-section4 > .content > .top{
    width: calc(var(--box-width1));
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
    position: relative;
}
.second-section4 > .content > .top > .img{
    position: absolute;
    top: 80%;
    right: -110px;
}
.second-section4 > .content > .top > .img > img{
    width: 300px;
}
.second-section4 > .content > .top > .img2{
    position: absolute;
    top: -20%;
    left: 0px;
}
.second-section4 > .content > .top > .img2 > img{
    width: 230px;
}
.second-section4 > .content > .top > .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
}
.second-section4 > .content > .top > .left > img{
    width: 100%;
    /* display: block; */
    
}
.second-section4 > .content > .top > .right{
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.second-section4 > .content > .top > .right > div > p{
    font-size: 34px;
    letter-spacing: 6.8px;
    line-height: 49.23px;
}
.second-section4 > .content > .top > .right > div{
    display: flex;
    align-items: flex-start;
}
.second-section4 > .content > .top > .center{
    width: 30%;
    border: 1px solid black;
    margin-top: 100px;
}
.second-section4 > .content > .top > .center > img{
    width: 400px;
}
.second-section4 > .content > .bottom{
    display: flex;
    flex-direction:column;
    gap: 25px;
    justify-content: center;
    width: var(--box-width1);
}
.second-section4 > #soup > .bottom{
    flex-direction:row;
}
.second-section4 > #drink > .bottom{
    flex-direction:row;
}
.second-section4 > :nth-child(3) > .bottom > div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.second-section4 > :nth-child(3) > .bottom > div > .right{
    padding-left: 30px;
}
.second-section4 > .content > .bottom > div{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 30px;
    /*flex-direction:column;*/
    width:100%;
}
.second-section4 > #tenpura > .bottom > div{
    justify-content: center;
}
.second-section4 > #soup > .bottom > div{
    flex-direction:column;
}
.second-section4 > #drink > .bottom > div{
    flex-direction:column;
}
.second-section4 > .content > .bottom > div > .left{
    position: relative;
}
.second-section4 > .content > .bottom > div > .left > .img{
    width: 70px;
    position: absolute;
    top: 100%;
    left: 0;
}
.second-section4 > .content > .bottom > div > .left > .img > img{
    width: 100%;
}
.second-section4 > .content > .bottom > div > :nth-child(1),
.second-section4 > .content > .bottom > div > :nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 0px;
    /*width:max-content;*/
    white-space:nowrap;
    padding:0px;
}
.second-section4 > #tenpura > .bottom > div {
    gap:25px;
    align-items:center;
}
.second-section4 > #drink > .bottom > div  {
    gap:25px;
}
.second-section4 > #tenpura > .bottom > div > .left{
    width:270px !important;
    display:block !important;
}
.second-section4 > #drink > .bottom > div > div .left{
    width:150px !important;
    display:block !important;
}
.second-section4 > #tenpura > .bottom > div > .right{
    width:180px !important;
    display:block !important;
}
.second-section4 > #drink > .bottom > div:nth-child(2) > div .left{
    width:230px !important;
    display:block !important;
}
.second-section4 > #soba-mae > .bottom > div > .left {
    width: 150px !important;
    display: block !important;
}
.second-section4 > #soba-mae > .bottom > div > .right {
    width: 180px !important;
    display: block !important;
}
.second-section4 > .content > .bottom > div > div .left{
    width:140px;
}
.second-section4 > .content > .bottom > div:nth-child(2) > div .left{
    width:170px;
}
.second-section4 > .content > .bottom > div > :nth-child(1) > p{
    font-size: 20px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    /*line-height: 53px;*/
}
.second-section4 > .content > .bottom > div > div .left p{
    font-size: 20px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    /*line-height: 53px;*/
}
.second-section4 > .content > .bottom > div > div .right p{
    font-size: 26px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    /*line-height: 53px;*/
}
.second-section4 > .content > .bottom > div > div .right p span{
    font-size:16px;
}
.second-section4 > .content > .bottom > div > :nth-child(1) > p .button{
    border:1px solid #000;
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    line-height:normal;
    font-size:14px;
}
.second-section4 > .content > .bottom > div > :nth-child(1) > p span{
    font-size:18px;
}
.second-section4 > .content > .bottom > div > :nth-child(2) > p{
    font-size: 26px;
    letter-spacing: 5.2px;
    color: var(--black-color);
    /*line-height: 50px;*/
}

.second-section4 > .content > .bottom > div > :nth-child(2) > p > span{
    font-size: 16px;
}
.second-section4 > .content > .bottom > img{
    width: 300px;
    position: absolute;
    right: 150px;
}
.second-section4 > .content2{
    width: var(--box-width);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
.second-section4 > .content2 > .top{
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-section4 > .content > .bottom > div > div{
    display:flex !important;
    flex-direction:row !important;
    gap:30px !important;
    width:100% !important;
    justify-content:center;
    align-items:center;
}
@media(max-width: 1024px){
    .second-section4 > .content{
        width: var(--box-width);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .second-section4 > :nth-child(2) > .bottom{
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .second-section4 > :nth-child(4) > .bottom > :nth-child(1){
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    .second-section4 > :nth-child(4) > .bottom > :nth-child(1) > .right{
        align-items: flex-end;
    }
    .second-section4 > :nth-child(4) > .bottom > :nth-child(2){
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    .second-section4 > :nth-child(4) > .bottom{
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .second-section4 > .content > .top{
        width: var(--full-width);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 70px;
    }
    .second-section4 > .content > .top > .left{
        width: 55%;
        display: flex;
        flex-direction: column;
        /* align-items: flex-end; */
    }
    .second-section4 > .content > .top > .left > img{
        width: 100%;
        /* display: block; */
        
    }
    .second-section4 > .content > .top > .right{
        width: 45%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .second-section4 > .content > .top > .right > div > p{
        font-size: 25px;
        letter-spacing: 3px;
        line-height: 30px;
    }
    .second-section4 > .content > .top > .right > div{
        display: flex;
        align-items: flex-start;
    }
}
@media(max-width: 767px){
.second-section4 > #tenpura > .bottom > div > .left{
    width:130px !important;
}
.second-section5 > .bottom > :nth-child(1) > div > .right > :nth-child(1){
    letter-spacing:2px !important;
}
.second-section4 > .content > .bottom > div > :nth-child(2) > p > span{
    font-size: 14px;
}
.second-section4 > .content > .bottom > div > :nth-child(1) > p{
    font-size:18px;
    letter-spacing:1px;
}
.second-section4 > .content > .bottom > div > :nth-child(2) > p{
    letter-spacing:2px;
     font-size:18px;
}
.second-section4 > #soba-mae > .bottom > div > .right{
    width:100px !important;
}
    .second-section4{
        padding: 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
        background-color: var(--white-color);
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 100px;
    }
    .second-section4 > #soup > .bottom{
        flex-direction:column;
        gap:25px;
    }
    .second-section4 > .content > .top{
        width: var(--full-width);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    .second-section4 > .content > .top > .img{
        right:0px;
        top:60%;
    }
    .second-section4 > .content > .top > .img > img{
    width: 190px;
}
	.second-section4 > .content > .top > .img2{
		 top: -24%;
	}
.second-section4 > .content > .top > .img2 > img{
    width:140px;
}
    .second-section4 > .content > .top > .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: flex-end; */
    }
    .second-section4 > .content > .top > .left > img{
        width: 100%;
        /* display: block; */
    }
    .second-section4 > .content > .top > .right{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    
    .second-section4 > .content > .top > .right > div > p{
        font-size: 28px;
        letter-spacing: 5px;
        line-height: 49.23px;
    }
    .second-section4 > .content > .bottom{
        display: flex;
        gap: 25px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .second-section4 > .content > .bottom > div{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }
    .second-section4 > .content > .bottom > div > :nth-child(1),
.second-section4 > .content > .bottom > div > :nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 25px;
    /*justify-content: space-between;*/
    /*width: max-content;*/
}
.second-section4 > .content > .bottom > div:nth-child(2) > div .left {
    width:130px;
}
.second-section4 > .content > .bottom > div > div .left{
     width:130px;
}
    .second-section4 > :nth-child(4) > .bottom > div > :nth-child(1),
.second-section4 > :nth-child(4) > .bottom > div > :nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 25px;
    /*justify-content: space-between;*/
    align-items: flex-start;
    width: max-content;
}
.second-section4 > .content > .bottom > div > div .left p{
    font-size:18px;
    /*line-height:30px;*/
    letter-spacing:1px;
}
.second-section4 > .content > .bottom > div > div .left p > span{
        font-size: 16px;
        letter-spacing: 1px;
}
.second-section4 > .content > .bottom > div > div .right p > span{
    font-size:14px;
}
.second-section4 > .content > .bottom > div > div .right p{
    font-size:18px;
    /*line-height:30px;*/
     letter-spacing: 2px;
}
    .second-section4 > :nth-child(4) > .bottom{
        display: flex;
        gap: 50px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .second-section4 > :nth-child(4) > .bottom > :nth-child(1),
    .second-section4 > :nth-child(4) > .bottom > :nth-child(2){
        width: 100%;
        justify-content:center;
    }
    .second-section4 > :nth-child(4) > .bottom > :nth-child(1) > :nth-child(2){
        display: flex;
        align-items: flex-start;
    }
    .second-section4 > .content > .bottom > div{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        gap:25px;
    }
.second-section4 > :nth-child(4) > .bottom{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.second-section4 > #soba-mae > .bottom > div > .left {
    width:130px !important;
}
.second-section4 > #drink > .bottom{
    flex-direction:column;
    gap:25px;
}
.second-section4 > #drink > .bottom > div:nth-child(2) > div .left {
    width:170px !important;
    
}
.second-section4 > #drink > .bottom > div > div .left{
    width:170px !important;
}
}



/* 4TH PAGE */

.hero-parent4{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 40vh 40vh 35vh 40vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/mv2.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent4 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent4 > .hero-section > h1{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent4{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/mv2.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}
@media(max-width: 767px){
    .hero-parent4{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/mv2.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
    .hero-parent4 > .hero-section > h1{
        font-size: 25px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 110.76px;
        margin-bottom: 40px;
    }
}

.Section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--Shippori-Sans);
    padding: 100px 20px;
	background:#FDFBF7;

}
.Section-2 > .content{
    width: var(--box-width1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Section-2 > .content > p{
    width: 100%;
	letter-spacing:1px;
	text-align: justify;
	line-height:32px;
}
.Section-2 > .content > p > .sub-heading{
    font-size: 20px;
	letter-spacing: 5px;
	display: inline-block;
    margin-bottom: 5px;
    color: #70644F;
}
span.pp-margin {
    display: block;
    margin: 10px 0 0;
}

/* 5TH PAGE */
span.bullet-flex {
    display: flex;
    align-items: center;
    
}
span.bullet-flex svg {
    flex-shrink:0;
}
.hero-parent5{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/hero5.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent5 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent5 > .hero-section > p{
    font-size: 32px;
    text-align: center;
    font-weight: 100 !important;
    letter-spacing: 6.72px;
    line-height: 68.16px;
    margin-bottom: 40px;
}
.section2{
    padding: 60px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 150px;
    color: var(--black-color);
}
.section2 > .top > p{
    text-align: center;
    letter-spacing: 4.4px;
    line-height: 66px;
    font-weight: 500;
}
.section2 > .content {
    display: flex;
    flex-direction: column;
    width: var(--full-width);
    gap: 50px;
}
.section2 > .content > .one{
    display: flex;
    margin-left: 150px;
    gap: 50px;
     width: var(--box-width);
}
.section2 > .content > .one > .left{
    width: 35%;
}
.section2 > .content > .one > .left > p{
    background: linear-gradient(180deg, rgba(255, 225, 225, 0) 10%, rgba(190,190,190,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 300px;
}
.section2 > .content > .one > .right{
    width: 65%;
    z-index: 1;
}
.section2 > .content > .one > .right > :nth-child(1) {
    position: relative;
}
.section2 > .content > .one > .right > :nth-child(1) > img{
    width: 700px;
}
.section2 > .content > .one > .right > :nth-child(1) > p{
    position: absolute;
    bottom: 0;
    font-size: 100px;
    color: var(--white-color);
}
.section2 > :nth-child(3) > .one > .right > :nth-child(1) > p{
    right: 0;
    bottom: -20px;
}
.section2 > :nth-child(5) > .one > .right > :nth-child(1) > p{
    right: 0;
    bottom: -20px;
}
.section2 > .content > .two{
    width: var(--box-width);
    position: relative;
    margin-top: -80px;
}
.section2 > .content > .two > img {
    width: 100%;
}
.section2 > .content > .two > p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 5.2px;
    width: 100%;
    color: #B54E44;
}

.section2 > .content > .swiper-container {
    width: 100%;
    /* max-width: 655px; */
    position: relative;
    overflow: hidden;
}
.section2 > .content > .swiper-container > .swiper-wrapper {
    transition-timing-function: ease-in-out; /* Smooth easing curve */
}
.section2 > .content > .swiper-container > .swiper-wrapper > .swiper-slide{
    height: 300px;
}
.section2 > .content > .swiper-container > .swiper-wrapper > .swiper-slide img {
    width: 350px;
    display: block;
    object-fit: cover;
}
.section2 > .content > .swiper-container > .swiper-wrapper > .translate0{
    display: flex;
    align-items: flex-end;
}
.section2 > .content > .swiper-container > .swiper-wrapper > .translate1{
    display: flex;
    align-items: center;
}
.section2 > .content > .swiper-container > .swiper-wrapper > .translate{
    display: flex;
    align-items: flex-start;
}

/* 6TH PAGE */

.hero-parent6{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4 ),rgba(0, 0, 0, 0.4 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/noodles.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent6 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent6 > .hero-section > p{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width:1024px){
    .hero-parent6{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/noodles.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}
@media(max-width: 767px){
    .Section-2 > .content > p{
        letter-spacing:1px;
    }
    .hero-parent6 > .hero-section > p{
        font-size: 30px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 2px;
        line-height: 110.76px;
        margin-bottom: 40px;
    }
    .Section-2 {
        padding:46px 16px;
    }
	.legal-notice .Section-2 > .content{
	    margin-top: -52px;
	}
}


@media(max-width: 320px){
    .Section-2 > .content > p{
        letter-spacing:2px;
    }
}
.sixth-second-section{
    padding: 120px 0px 120px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: var(--Shippori-Sans);
    color: var(--black-color);
}
.sixth-second-section > .inner-div{
    width: var(--full-width);
    display: flex;
    align-items: flex-start;
    gap: 90px;
}
.sixth-second-section > .inner-div > .image{
    height: 650px;
    width: 960px;
}
.sixth-second-section > .inner-div > .image > img{
    width: 100%;
    height: 100%;
}
.sixth-second-section > .inner-div > .content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 100px;
    width: 50%;
}
.sixth-second-section > .inner-div > .content > div > h2{
    font-size: 34px;
    letter-spacing: 6.8px;
    font-weight: 500;
    width: 10px;
}
.sixth-second-section > .inner-div > .content > div > :nth-child(3){
    margin-top: -100px;
}
.sixth-second-section > .inner-div > .content > :nth-child(1){
    margin-left: 100px;
}
.sixth-second-section > .inner-div > .content > div{
    display: flex;
    gap: 80px;
    /* height: 500px; */
}
.sixth-second-section > .inner-div > .content > div > :nth-child(2){
    margin-top: -50px;
}
.sixth-second-section > .inner-div > .content > div > p{
    font-family: var(--Philosopher);
    font-size: 20px;
    font-style: italic;
    letter-spacing: 3.4px;
    color: #70644F4D;
}
.sixth-second-section > .inner-div > .content > :nth-child(3){
    margin-left: 100px;
}
.sixth-second-section > .inner-div > .content > :nth-child(3) > img{
    width: 491px;
}
.sixth-second-section > .inner-div-2{
    width: var(--full-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sixth-second-section > .inner-div-2 > p{
    width: 40%;
    line-height: 46.8px;
    font-size: 18px;
    letter-spacing: 3.6px;
    margin-top: 60px;
    margin-bottom: 100px;
    font-weight: 500;
}
.sixth-second-section > .inner-div-2 > a{
    margin-top: 40px;
}
.sixth-second-section > .inner-div-2 > a > button{
    padding: 10px 14px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
.sixth-second-section > .inner-div-2 > div{
    width: var(--box-width);
    margin-top: -120px;
    margin-left: -130px;
}
.sixth-second-section > .inner-div-2 > div > img{
    width: 322px;
}
@media(max-width: 1024px){
    .sixth-second-section{
        padding: 130px 10px 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
    }
    .sixth-second-section > .inner-div{
        width: var(--full-width);
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        gap: 80px;
    }
    .sixth-second-section > .inner-div > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        gap: 50px;
        margin-top: 0px;
    }
    .sixth-second-section > .inner-div > .content > :nth-child(1){
        margin-left: 0px;
        position: relative;
    }
    .sixth-second-section > .inner-div > .image{
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2ndSecttion.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
        /* padding: 0px 150px; */
    }
    .sixth-second-section > .inner-div > .content > :nth-child(3){
        /* margin-left: 350px; */
        margin-top: 0px;
        position: absolute;
        right: 0px;
    }
    .sixth-second-section > .inner-div > .content > :nth-child(3) > img{
        width: 200px;
        margin-left: 0px;
    }
    .sixth-second-section > .inner-div-2 > p{
        width: 80%;
        line-height: 46.8px;
        font-size: 18px;
        letter-spacing: 3.6px;
        margin-top: 20px;
        margin-bottom: 50px;
        font-weight: 500;
    }
    .sixth-second-section > .inner-div-2 > div{
        width: var(--box-width);
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media(max-width: 767px){
    .sixth-second-section > .inner-div{
        width: var(--full-width);
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        gap: 80px;
    }
    .sixth-second-section > .inner-div > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        gap: 50px;
        margin-top: 0px;
    }
    .sixth-second-section > .inner-div > .content > :nth-child(1){
        margin-left: 0px;
        position: relative;
    }
    .sixth-second-section > .inner-div > .image{
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/2ndSecttion.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        width: 100%;
        /* padding: 0px 150px; */
    }
    .sixth-second-section > .inner-div > .content > :nth-child(3){
        /* margin-left: 350px; */
        margin-top: 0px;
        position: absolute;
        right: 0px;
    }
    .sixth-second-section > .inner-div > .content > :nth-child(3) > img{
        width: 150px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .sixth-second-section > .inner-div-2 > p{
        width: 100%;
        line-height: 30px;
        font-size: 15px;
        letter-spacing: 3.6px;
        margin-top: 20px;
        margin-bottom: 50px;
        font-weight: 500;
    }
    .sixth-second-section > .inner-div-2 > div{
        width: var(--box-width);
        margin-top: -100px;
        margin-left: 0px;
    }
    .sixth-second-section > .inner-div-2 > div > img{
        width: 200px;
    }
}

.seventh-section{
    padding: 110px 0px 160px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #70644F1A;
}
.seventh-section > .top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 150px;
    width: calc(var(--box-width) + 220px);
}
.seventh-section > .top > .img > img{
    width: 417px;
}
.seventh-section > .top > .data{
    display: flex;
    align-items: center;
    gap: 50px;
}
.seventh-section > .top > .data > p{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--Philosopher);
    color: #70644F4D;
}
.seventh-section > .top > .data > h3{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 500;
}
.seventh-section > .center{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap:35px;
    /* width: %; */
    /* margin-left: 150px; */
}
.seventh-section > .center > .card{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    /* margin: 20px; */
}
.seventh-section > .center > img{
    width: 300px;
    position: absolute;
    right: 70px;
    z-index: -1;
}
.seventh-section > .center > .card > .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.seventh-section > .center > .card > .img > img{
    width: 300px;
}
.seventh-section > .center > .card > .data{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.seventh-section > .center > .card > .data > h5{
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    letter-spacing: 0.64px;
    color: var(--black-color);
    text-align: center;
}
.seventh-section > .center > .card > .data > p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
}
.seventh-section > .bottom > a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-align: center;
    color: var(--black-color);
}
.seventh-section > .bottom > a > button{
    padding: 8px 12px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
@media(max-width: 1024px){
    .seventh-section{
        padding: 80px 40px 80px 40px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        background-color: #70644F1A;
    }
    .seventh-section > .top{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }
    .seventh-section > .center{
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        gap:35px;
        /* width: %; */
        /* margin-left: 150px; */
    }
    .seventh-section > .center > .card > .data > h5{
        font-size: 15px;
        line-height: 27.2px;
        font-weight: 500;
        letter-spacing: 0px;
        color: var(--black-color);
        text-align: center;
    }
    .seventh-section > .top > .img{
        width: 50%;
    }
    .seventh-section > .top > .img > img{
        width: 100%;
    }
    .seventh-section > .top > .data{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }
    .seventh-section > .top > .data > p{
        font-size: 20px;
        font-weight: 400;
        font-family: var(--Philosopher);
        color: #70644F4D;
        width: 100%;
        text-align: center;
    }
    .seventh-section > .top > .data > h3{
        font-size: 40px;
        letter-spacing: 3px;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }
    .seventh-section > .center > .card > .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .seventh-section > .center > .card > .img > img{
        width: 100%;
    }
}
@media(max-width: 767px){
	.Section-2 > .content > p > .sub-heading{
		font-size: 18px;
}
    .seventh-section{
        padding: 80px 40px 80px 40px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        background-color: #70644F1A;
    }
    .seventh-section > .top{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }
    .seventh-section > .top > .img{
        width: 50%;
    }
    .seventh-section > .top > .img > img{
        width: 100%;
    }
    .seventh-section > .top > .data{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }
    .seventh-section > .top > .data > p{
        font-size: 20px;
        font-weight: 400;
        font-family: var(--Philosopher);
        color: #70644F4D;
        width: 100%;
        text-align: center;
    }
    .seventh-section > .top > .data > h3{
        font-size: 25px;
        letter-spacing: 0px;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }
    .seventh-section > .center{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 40px;
        /* width: %; */
        /* margin-left: 150px; */
    }
    .seventh-section > .center > .card{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin: 20px; */
    }
    .seventh-section > .center > .card > .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .seventh-section > .center > .card > .img > img{
        width: 100%;
    }
    .seventh-section > .center > .card > .data > h5{
        font-size: 14px;
        line-height: 27.2px;
        font-weight: 500;
        letter-spacing: 0.64px;
        color: var(--black-color);
        text-align: center;
    }
    .seventh-section > .center > .card > .data > p{
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.8px;
        text-align: center;
    }
    .seventh-section > .bottom > a{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 3.2px;
        text-align: center;
        color: var(--black-color);
    }
    .seventh-section > .bottom > a > button{
        padding: 8px 12px;
        border-radius: 50%;
        margin-left: 10px;
        background: none;
        border: 1px solid #3B3B3B66;
        color: #3B3B3B66;
        outline: none;
    }
}

.sixth-third-section2{
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/maggi.png);
    /* padding: 200px; */
    height: 395px;
    background-size: cover;
    background-position: center;
}
@media(max-width: 767px){
    .sixth-third-section2{
        background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/maggi.png);
        /* padding: 200px; */
        height: 250px;
        background-size: cover;
        background-position: center;
    }
}

.sixth-fourth-section{
    padding: 100px 0px 100px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 87px;
    color: var(--black-color);
}
.sixth-fourth-section > .top > h2{
    font-size: 34px;
    letter-spacing: 6.8px;
    color: var(--black-color);
    font-weight: 500;
    line-height: 49px;
}
.sixth-fourth-section > .middle{
    width: var(--box-width2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.sixth-fourth-section > .middle > .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: var(--full-width);
}
.sixth-fourth-section > .middle > .content > .img {
    width: 100%;
}
.sixth-fourth-section > .middle > .content > .img > img{
    width: 100%;
}
.sixth-fourth-section > .middle > .content > .data{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 15px;
}
.sixth-fourth-section > .middle > .content > .data > .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    /* align-items: center; */
}
.sixth-fourth-section > .middle > .content > .data > .left > .one{
    display: flex;
    align-items: center;
    gap: 30px;
    /* width: 500px; */
    width: 90%;
}
.sixth-fourth-section > .middle > .content > .data > .left > .one > p{
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 52px;
}
.sixth-fourth-section > .middle > .content > .data > .left > .one > :nth-child(1){
    border: 1px solid var(--black-color);
    padding: 0px 20px;
}
.sixth-fourth-section > .middle > .content > .data > .left > .two{
    display: flex;
    align-items: center;
    gap: 30px;
    /* width: 500px; */
    width: 85%;
}
.sixth-fourth-section > .middle > .content > .data > .left > .two > p{
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 41px;
    text-align: justify;
}
.sixth-fourth-section > .middle > .content > .data > .right{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* align-items: center; */
}
.sixth-fourth-section > .middle > .content > .data > .right > .one{
    display: flex;
    align-items: center;
    gap: 30px;
    /* width: 500px; */
}
.sixth-fourth-section > .middle > .content > .data > .right > .one > p{
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 52px;
}
.sixth-fourth-section > .middle > .content > .data > .right > .one > :nth-child(1){
    border: 1px solid var(--black-color);
    padding: 0px 20px;
}
.sixth-fourth-section > .middle > .content > .data > .right > .two{
    display: flex;
    align-items: center;
    gap: 30px;
    /* width: 500px; */
    width: 90%;
}
.sixth-fourth-section > .middle > .content > .data > .right > .two > p{
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 41px;
    text-align: justify;
}
.sixth-fourth-section > .middle > :nth-child(4){
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: var(--full-width);
    gap: 40px;
}
.sixth-fourth-section > .middle > :nth-child(4) > .top > h2{
    font-size: 34px;
    letter-spacing: 6.8px;
    color: var(--black-color);
    font-weight: 500;
    line-height: 49px;
}
.sixth-fourth-section > .middle > :nth-child(4) > .img-data{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: var(--full-width);
    gap: 70px;
}
.sixth-fourth-section > .middle > :nth-child(4) > .img-data > .img {
    width: 50%;
}
.sixth-fourth-section > .middle > :nth-child(4) > .img-data > .img > img{
    width: 100%;
}
.sixth-fourth-section > .middle > :nth-child(4) > .img-data > .data {
    width: 50%;
}
.sixth-fourth-section > .middle > :nth-child(4) > .img-data > .data > p{
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 41px;
    text-align: justify;
    width: 95%;
}
@media(max-width: 1024px){
    .sixth-fourth-section > .middle > .content > .img {
        width: 100%;
    }
    .sixth-fourth-section > .middle > .content > .data{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 40px 15px;
    }
    .sixth-fourth-section > .middle > .content > .data > .left > .one > p{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 52px;
    }
    .sixth-fourth-section > .middle > .content > .data > .right > .one > p{
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 52px;
    }
    .sixth-fourth-section > .middle > :nth-child(4) > .img-data{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: var(--full-width);
        gap: 70px;
        padding: 0px 10px;
    }
}
@media(max-width: 767px){
    .sixth-fourth-section{
        padding: 80px 10px 80px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        color: var(--black-color);
    }
    .sixth-fourth-section > .top > h2{
        font-size: 23px;
        letter-spacing: 4px;
        color: var(--black-color);
        font-weight: 500;
        line-height: 49px;
    }
    .sixth-fourth-section > .middle {
        gap: 50px;
    }
    .sixth-fourth-section > .middle > .content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: var(--full-width);
        gap: 30px;
    }
    .sixth-fourth-section > .middle > :nth-child(4) > .top > h2{
        font-size: 20px;
        letter-spacing: 0px;
        color: var(--black-color);
        font-weight: 500;
        line-height: 49px;
    }
    .sixth-fourth-section > .middle > :nth-child(4) > .img-data > .data > p{
        font-size: 16px;
        letter-spacing: 4px;
        line-height: 30px;
        text-align: justify;
        width: 100%;
    }
    .sixth-fourth-section > .middle > :nth-child(4) > .img-data{
        flex-direction: column;
        gap: 20px;
    }
    .sixth-fourth-section > .middle > :nth-child(4) > .img-data > .img{
        width: 100%;
    }
    .sixth-fourth-section > .middle > :nth-child(4) > .img-data > .data{
        width: 100%;
    }
    .sixth-fourth-section > .middle > .content > .data{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        padding: 0px;
    }
    .sixth-fourth-section > .middle > .content > .data > .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* align-items: center; */
    }
    .sixth-fourth-section > .middle > .content > .data > .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* align-items: center; */
    }
    .sixth-fourth-section > .middle > .content > .data > .left > .one{
        display: flex;
        align-items: center;
        gap: 30px;
        /* width: 500px; */
        width: 100%;
    }
    .sixth-fourth-section > .middle > .content > .data > .left > .one > p{
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 52px;
        font-weight: 600;
    }
    .sixth-fourth-section > .middle > .content > .data > .right > .one > :nth-child(1){
        border: 1px solid var(--black-color);
        padding: 0px 10px;
    }
    .sixth-fourth-section > .middle > .content > .data > .left > .two > p{
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 30px;
        text-align: justify;
    }
    .sixth-fourth-section > .middle > .content > .data > .right > .two > p{
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 30px;
        text-align: justify;
    }
    .sixth-fourth-section > .middle > .content > .data > .right > .one > p{
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 52px;
        font-weight: 600;
    }
    .sixth-fourth-section > .middle > .content > .data > .right > .one > :nth-child(1){
        border: 1px solid var(--black-color);
        padding: 0px 20px;
    }
    .sixth-fourth-section > .middle > .content > .data > .right > .one{
        display: flex;
        align-items: center;
        gap: 30px;
        /* width: 500px; */
        width: 100%;
    }
}

.sixth-fifth-section{
    padding: 90px 0px 80px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #70644F1A;
    color: var(--black-color);
}
.sixth-fifth-section > .content{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: var(--box-width);
}
.sixth-fifth-section > .content > .icon-list{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.sixth-fifth-section > .content > .icon-list > img{
    width: 100px;
}
.sixth-fifth-section > .content > :nth-child(3) > img{
    width: 80px;
}
.sixth-fifth-section > .content > .icon-list > h4{
    font-size: 20px;
    letter-spacing: 4px;
    word-break: keep-all;
    font-weight: 500;
}
.sixth-fifth-section > .content > .icon-list > :nth-child(3){
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
}
.sixth-fifth-section > .content > .icon-list > :nth-child(4){
    font-size: 16px;
    text-align: justify;
    width: 90%;
}
.sixth-fifth-section > .content > :nth-child(1) > :nth-child(3){
    border: 1px solid rgb(0, 0, 0, 0.3);
    padding: 2px 30px;
    width: 80%;
    text-align: center;
}
.sixth-fifth-section > .content > :nth-child(2) > :nth-child(3){
    font-size: 16px;
    text-align: center;
    width: 95%;
}
.sixth-fifth-section > .content > :nth-child(3) > :nth-child(3){
    font-size: 16px;
    text-align: center;
    width: 95%;
}
.sixth-fifth-section  > .bottom{
    padding: 20px 40px;
    border: 1px solid #3B3B3B66;
}
.sixth-fifth-section  > .bottom > a{
    /* margin-top: 40px; */
    font-size: 18px;
    letter-spacing: 0.72px;
}
.sixth-fifth-section > .bottom  > a > button{
    padding: 10px 14px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
@media(max-width: 1024px){
    .sixth-fifth-section > .content{
        display: flex;
        justify-content: center;
        /* align-items: center; */
        width: var(--box-width);
        gap: 20px;
    }
    .sixth-fifth-section > .content > .icon-list{
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sixth-fifth-section > .content > :nth-child(1) > :nth-child(4){
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    .sixth-fifth-section > .content > .icon-list > :nth-child(3){
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .sixth-fifth-section  > .bottom{
        padding: 15px 25px;
        border: 1px solid #3B3B3B66;
    }
    .sixth-fifth-section  > .bottom > a{
        /* margin-top: 40px; */
        font-size: 15px;
        letter-spacing: 0.72px;
    }
    .sixth-fifth-section > .bottom  > a > button{
        padding: 8px 12px;
        border-radius: 50%;
        margin-left: 10px;
        background: none;
        border: 1px solid #3B3B3B66;
        color: #3B3B3B66;
        outline: none;
    }
}
@media(max-width: 767px){
    .sixth-fifth-section{
        padding: 80px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        background-color: #70644F1A;
        color: var(--black-color);
    }
    .sixth-fifth-section > .content{
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        width: var(--box-width);
        flex-direction: column;
        gap: 50px;
    }
    .sixth-fifth-section > .content > .icon-list{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sixth-fifth-section > .content > :nth-child(1) > :nth-child(4){
        font-size: 12px;
        text-align: center;
        width: 80%;
    }
    .sixth-fifth-section  > .bottom{
        padding: 10px 20px;
        border: 1px solid #3B3B3B66;
    }
    .sixth-fifth-section  > .bottom > a{
        /* margin-top: 40px; */
        font-size: 12px;
        letter-spacing: 0.72px;
    }
    .sixth-fifth-section > .bottom  > a > button{
        padding: 6px 10px;
        border-radius: 50%;
        margin-left: 10px;
        background: none;
        border: 1px solid #3B3B3B66;
        color: #3B3B3B66;
        outline: none;
    }
}

/* 7TH PAGE */

/* 1ST SECTION START */
.hero-parent7{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4 ),rgba(0, 0, 0, 0.4 )), url(https://soufuuan.jp/wp-content/uploads/2025/02/112021_22-scaled.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent7 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent7 > .hero-section > h1{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 1.5em;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent7{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 10px 35vh 10px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/02/112021_22-scaled.jpg);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
    .hero-parent7 > .hero-section > h1{
        margin-bottom: 0px;
    }
}
@media(max-width: 767px){
    .hero-parent7 > .hero-section > h1{
        font-size: 25px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 1.5em;
        margin-bottom: 0px;
    }
}
/* 1ST SECTION END */

/* 2NS SECTION START */
.section2{
    padding: 80px 0px 110px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #FDFBF7;
}
.section2 > .content{
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    width: var(--box-width);
    flex-direction: row;
    /* border: 1px solid black; */
    gap: 60px;
}
.section2 > .content > .left{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section2 > .content > .left > :nth-child(1){
    display: flex;
    align-items: center;
    gap: 20px;
}
.section2 > .content > .left > :nth-child(1) > :nth-child(1){
    font-size: 14px;
    background-color: #70644FBD;
    color: var(--white-color);
    padding: 5px 20px;
    letter-spacing: 0.56px;
    font-weight: 500;
}
.section2 > .content > .left > :nth-child(1) > :nth-child(2){
    font-size: 18px;
    letter-spacing: 0.56px;
    font-weight: 500;
    font-family: var(--Philosopher);
}
.section2 > .content > .left > :nth-child(2) > h3{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 3.4px;
}
.section2 > .content > .left > :nth-child(3){
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.section2 > .content > .left > :nth-child(3) > img{
    width: 100%;
}
.section2 > .content > .left > :nth-child(3) > h5{
    font-size: 16px;
    letter-spacing: 0.72px;
    font-weight: 500;
    line-height: 41.6px;
}
.section2 > .content > .right{
    width: 20%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}
.section2 > .content > .right > :nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.section2 > .content > .right > :nth-child(1) > h4{
    font-size: 22px;
    letter-spacing: 2.2px;
    font-weight: 500;
}
.section2 > .content > .right > :nth-child(1) > p{
    font-family: var(--Philosopher);
    font-weight: 400;
    font-size: 20px;
	font-style: italic;
    letter-spacing: 3.4px;
    color: rgb(112, 100, 79, 0.2);
}
.section2 > .content > .right > :nth-child(2){
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.section2 > .content > .right > :nth-child(2) > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.section2 > .content > .right > :nth-child(2) > div > div > p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5.72px;
}
.section2 > .content > .right > :nth-child(2) > div > div > a > button{
    padding: 3.4px 7px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid rgba(59, 59, 59, 0.2);
    color: #3B3B3B66;
    outline: none;
}
.section2 > .bottom{
    width: 23%;
}
.section2 > .content .left .bottom a button{
    padding: 10px 14px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
.section2 > .content .left .bottom{
    text-align:center;
    margin-top:30px;
}
@media(max-width: 1024px){
    .section2{
        padding: 80px 10px 80px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 70px;
        background-color: #FDFBF7;
    }
    .section2 > .content > .left{
        width: 70%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .section2 > .content > .left > :nth-child(3) > h5{
        font-size: 16px;
        letter-spacing: 0.72px;
        font-weight: 500;
        line-height: 30px;
    }
    .section2 > .content > .right{
        width: 30%;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }
}
@media(max-width: 767px){
    .section2{
        padding: 50px 10px 50px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        background-color: #FDFBF7;
    }
    .section2 > .content{
        display: flex;
        /* justify-content: center; */
        align-items: flex-start;
        width: var(--box-width);
        flex-direction: column;
        /* border: 1px solid black; */
        gap: 50px;
    }
    .section2 > .content > .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .section2 > .content > .left > :nth-child(2) > h3{
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .section2 > .content > .right{
        width: 100%;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        margin-top: 0px;
    }
    .section2 > .content > .right > :nth-child(2) > div{
        justify-content: flex-start;
    }
.section2 > .content .left .bottom{
    margin:0px;
}

}
/* 2ND SECTION END */

/* 8TH PAGE */

/* 1ST SECTION START */
.hero-parent8{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 40vh 50vh 35vh 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4 ),rgba(0, 0, 0, 0.4 )), url(https://soufuuan.jp/wp-content/uploads/2025/02/112021_21-scaled.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent8 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent8 > .hero-section > h1{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent8{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/02/112021_21-scaled.jpg);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}
@media(max-width: 767px){
    .hero-parent8 > .hero-section > h1{
        font-size: 25px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 110.76px;
        margin-bottom: 40px;
    }
}
/* 1ST SECTION END */

/* 2ND SECTION START */
.eight-sixth-section{
    padding: 100px 0px 110px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.eight-sixth-section > .container{
    width: var(--box-width);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.eight-sixth-section > .container > .left {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    /* justify-content: center; */
    margin-top: 5px;
}
.eight-sixth-section > .container > .left > :nth-child(1){
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}
.eight-sixth-section > .container > .left > :nth-child(1) > h4{
    font-size: 40px;
    color: var(--black-color);
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 57.92px;
    width: 10px;
    word-break: break-all;
}
.eight-sixth-section > .container > .left > :nth-child(1) > h4 span { rotate: 90deg; display: inline-block;
}
.eight-sixth-section > .container > .left > :nth-child(1) > p{
    text-align: center;
    color: #E6E3DC;
    font-size: 20px;
    letter-spacing: 3.4px;
    font-family: var(--Philosopher);
    margin-top: 10px;
	font-style: italic;
    line-height: 22.4px;
    width: 10px;
    word-break: break-all;
    margin-top: -10px;
}
.eight-sixth-section > .container > .left > :nth-child(2){
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 30px;
    margin-bottom: 10px;
}
.eight-sixth-section > .container > .left > :nth-child(2) > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.eight-sixth-section > .container > .left > :nth-child(2) > div > div > a{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5.72px;
	color:#3b3b3b;
}
.eight-sixth-section > .container > .left > :nth-child(2) > div > div > a > button{
    padding: 8px 12px;
    border-radius: 100%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
.eight-sixth-section > .container > .right{
    display: flex;
    align-items: flex-start;
    /* justify-content: flex-start; */
    width: 65%;
    /* border: 1px solid black; */
}
.eight-sixth-section > .container > .right > .content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 23px;
     flex-wrap: wrap; 
}
.eight-sixth-section > .container > .right > .content > .card{
    width: 31%;
}
.eight-sixth-section > .container > .right > .content > .card > .img > a{
    display: flex;
    height: 100%;
    width: 100%;
}
.eight-sixth-section > .container > .right > .content > .card > .img > a > img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.eight-sixth-section > .container > .right > .content > .card > .data{
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 14px;
}
.eight-sixth-section > .container > .right > .content > .card > .data >  a > button{
    /* font-size: 12px; */
    display: block;
    letter-spacing: 0.4px;
    color: var(--black-color);
    /* margin-top: 20px; */
    color: white;
    /* font-family: var(--Shippori-Sans); */
}
.eight-sixth-section > .container > .right > .content > .card > .data >  a > button{
    padding: 2px 20px;
    /* border-radius: 50%; */
    /* margin-left: 30px; */
    background: none;
    background-color: #70644FBD;
    /* border: 1px solid #3B3B3B66; */
    border: none;
    color: white;
    outline: none;
    font-size: 12px;
    font-family: var(--Shippori-Sans);
}
.eight-sixth-section > .container > .right > .content > .card > .data  h5{
    font-size: 18px;
    line-height: 27.6px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: var(--black-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.eight-sixth-section > .container > .right > .content > .card > .data > p{
    font-size: 14px;
    line-height: 20.4px;
    font-weight: 400;
    letter-spacing: 0.96px;
    font-family: var(--Philosopher);
    color: var(--black-color);
}
.eight-sixth-section > .container > .right > .content .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.eight-sixth-section > .container > .right > .content .pagination *,
.eight-sixth-section > .container > .right > .content .pagination * *{
    line-height: 1em;
}
.eight-sixth-section > .container > .right > .content .pagination a span,
.eight-sixth-section > .container > .right > .content .pagination span span {
    /*padding: 8px 12px;*/
    border: 1px solid transparent;
    color: #333;
    text-decoration: none;
    line-height: 1em;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eight-sixth-section > .container > .right > .content .pagination .prev-button,
.eight-sixth-section > .container > .right > .content .pagination .next-button {
    font-size: 12px;
    line-height: 1em;
    border-radius: 50%;
    border: 1px solid rgba(59, 59, 59, 0.4);
}
.eight-sixth-section > .container > .right > .content .pagination .prev-button.disabled,
.eight-sixth-section > .container > .right > .content .pagination .next-button.disabled {
    color: #bbb;
    pointer-events: none;
}
.eight-sixth-section > .container > .right > .content .pagination .current span {
    background: #efece7;
    color: #3B3B3B;
}
@media(max-width: 1024px){
    .eight-sixth-section{
        padding: 120px 10px 120px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }
    .eight-sixth-section > .container > .left {
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        /* justify-content: center; */
    }
    .eight-sixth-section > .container > .left > :nth-child(1) > h4{
        font-size: 35px;
        color: var(--black-color);
        letter-spacing: 4px;
        font-weight: 500;
        line-height: 45px;
        width: 10px;
        word-break: break-all;
    }
    .eight-sixth-section > .container > .left > :nth-child(1) > p{
        text-align: center;
        color: #70644F4D;
        font-size: 15px;
        letter-spacing: 3.4px;
        font-family: var(--Philosopher);
        margin-top: 10px;
        line-height: 17px;
        width: 10px;
        word-break: break-all;
        margin-top: -10px;
    }
    .eight-sixth-section > .container > .right > .content{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        /* flex-wrap: wrap; */
    }
    .eight-sixth-section > .container > .right > .content > .card {
         width: 40%;
    }
    .eight-sixth-section > .container > .right > .content > .card > .data{
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-top: 7px;
    }
    .eight-sixth-section > .container > .right > .content > .card > .data > h5{
        font-size: 12px;
        line-height: 30.6px;
        font-weight: 500;
        letter-spacing: 0.72px;
        color: var(--black-color);
    }
    .eight-sixth-section > .container > .right > .content > .card > .data > a > button{
        padding: 2px 20px;
        /* border-radius: 50%; */
        /* margin-left: 30px; */
        background: none;
        background-color: #70644FBD;
        /* border: 1px solid #3B3B3B66; */
        border: none;
        color: white;
        outline: none;
        font-size: 10px;
        font-family: var(--Shippori-Sans);
    }
    .eight-sixth-section > .container > .right > .content > .card > .data > p{
        font-size: 14px;
        line-height: 20.4px;
        font-weight: 400;
        letter-spacing: 0.96px;
        font-family: var(--Philosopher);
        color: var(--black-color);
    }
    .eight-sixth-section > .container > .left > :nth-child(2){
        display: flex;
        flex-direction: column;
        width: 70%;
        gap: 20px;
    }
}
@media(max-width: 767px){
    .eight-sixth-section{
        padding: 50px 10px 50px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }
    .eight-sixth-section > .container{
        width: var(--box-width);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .eight-sixth-section > .container > .left {
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        /* justify-content: center; */
    }
    .eight-sixth-section > .container > .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        /* justify-content: center; */
    }
    .eight-sixth-section > .container > .left > :nth-child(2) > div{
        justify-content: center;
    }
    .eight-sixth-section > .container > .right{
        display: flex;
        align-items: center;
        /* justify-content: flex-start; */
        width: 100%;
        /* border: 1px solid black; */
    }
    .eight-sixth-section > .container > .right > .content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
       
    }
    .eight-sixth-section > .container > .right > .content > .card{
        width: 46%;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .eight-sixth-section > .container > .right > .content > .card > .img > a > img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .eight-sixth-section > .container > .right > .content > .card > .data{
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 0px;
    }
    .eight-sixth-section > .container > .right > .content > .card > .data h5{
        font-size: 17px;
    }
    .eight-sixth-section > .container > .right > .content > .card > .data > a > button{
        padding: 2px 20px;
        /* border-radius: 50%; */
        /* margin-left: 30px; */
        background: none;
        background-color: #70644FBD;
        /* border: 1px solid #3B3B3B66; */
        border: none;
        color: white;
        outline: none;
        font-size: 12px;
        font-family: var(--Shippori-Sans);
    }
    .eight-sixth-section > .container > .right > .content > .card > .data > p{
        font-size: 14px;
        line-height: 20.4px;
        font-weight: 400;
        letter-spacing: 0.96px;
        font-family: var(--Philosopher);
        color: var(--black-color);
    }
    .eight-sixth-section > .container > .right > .content .pagination{
        gap: 15px;
        margin-top: 15px;
    }
    .eight-sixth-section > .container > .right > .content .pagination a span, .eight-sixth-section > .container > .right > .content .pagination span span{
        font-size: 15px;
        height: 32px;
        width: 32px;
    }
}
/* 2ND SECTION END */

/* 9TH PAGE */

.hero-parent9{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4 ),rgba(0, 0, 0, 0.4 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/noodles.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent9 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent9 > .hero-section > p{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent9{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/noodles.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}
@media(max-width: 767px){
    .hero-parent9 > .hero-section > p{
        font-size: 25px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 110.76px;
        margin-bottom: 40px;
    }
}

.text{
    background-color: rgba(59, 59, 59, 0.1);
    width: var(--full-width);
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--Shippori-Sans);
    color: var(--black-color);
}
.text > .content{
    width: var(--box-width);
}
.text > .content > p{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.text > .content > p > span{
    border-bottom: 1px solid var(--black-color);
}
@media(max-width: 1024px){
    .text{
        background-color: rgba(59, 59, 59, 0.1);
        width: var(--full-width);
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--Shippori-Sans);
        color: var(--black-color);
    }
}
@media(max-width: 767px){
    .text{
        background-color: rgba(59, 59, 59, 0.1);
        width: var(--full-width);
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--Shippori-Sans);
        color: var(--black-color);
    }
    .text > .content > p{
        font-size: 12px;
        font-weight: 500;
        line-height: 25px;
    }
}

.ninth-second-section{
    padding: 50px 0px 120px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    color: var(--black-color);
}
.ninth-second-section > .content{
    width: var(--box-width);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    gap: 100px;
    position: relative;
}
.ninth-second-section > .content > .left{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 30px;
    overflow: hidden;
}
.ninth-second-section > .content > .left > .mySwiper{
    padding-top: 16px;
}
.ninth-second-section > .content > .left > .swiper {
    width: 100%;
    /* max-width: 1200px; */
    
}
.ninth-second-section > .content > .left > .swiper > .swiper-wrapper > .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.ninth-second-section > .content > .left > .swiper > .swiper-wrapper > .swiper-slide {
    overflow: hidden;
    /* border-radius: 8px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}
.ninth-second-section > .content > .left > .swiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: auto;
    display: block;
}
.ninth-second-section > .content > .left > .swiper > .swiper-wrapper > .swiper-slide:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.main-image {
    margin-bottom: 20px;
    text-align: center;
}
.main-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.ninth-second-section > .content > .right{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 70px;
}
.ninth-second-section > .content > .right > .one{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ninth-second-section > .content > .right > .one > :nth-child(1) > h2{
    font-size: 34px;
    letter-spacing: 6.8px;
    font-weight: 500;
    line-height: 49px;
}
.ninth-second-section > .content > .right > .one > :nth-child(1) > h5{
    font-size: 50px;
    line-height: 85px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: var(--Philosopher);
}
.ninth-second-section > .content > .right > .one > :nth-child(1) > h5 > span{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3.2px;
    font-weight: 400;
    font-family: var(--Shippori-Sans);
}
.ninth-second-section > .content > .right > .one > :nth-child(2){
    display: flex;
    align-items: center;
    gap: 30px;
}
.ninth-second-section > .content > .right > .one > :nth-child(2) > p{
    font-size: 18px;
    font-weight: 500;
    line-height: 3.2px;
    line-height: 30px;
}
.ninth-second-section > .content > .right > .one > :nth-child(2) > input{
    outline: none;
    border: 0.5px solid var(--black-color);
    padding: 13px 20px;
    width: 139px;
    height: 50px;
}
.ninth-second-section > .content > .right > .one > :nth-child(3){
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.ninth-second-section > .content > .right > .one > :nth-child(3) > button{
    background-color: #70644F;
    border: none;
    outline: none;
    border-radius: 4px;
    width: 75%;
    color: var(--white-color);
    padding: 20px 0px;
    font-size: 16px;
    letter-spacing: 3.2px;
}
.ninth-second-section > .content > .right > .one > :nth-child(3) > :nth-child(2){
    background: none;
    border: 1px solid #70644F;
    outline: none;
    border-radius: 4px;
    width: 75%;
    color: #70644F;
    padding: 20px 0px;
}
.ninth-second-section > .content > .right > .two{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ninth-second-section > .content > .right > .two > div > p{
    font-size: 16px;
    width: 78%;
}
.ninth-second-section > .content > .right > .two > .divider{
    height: 1px;
    width: 78%;
    background-color: rgb(0, 0, 0 , 0.2);
}
.ninth-second-section > .bottom > a > button{
    padding: 10px 14px;
    border-radius: 50%;
    margin-left: 10px;
    background: none;
    border: 1px solid #3B3B3B66;
    color: #3B3B3B66;
    outline: none;
}
@media(max-width: 1024px){
    .ninth-second-section{
        padding: 80px 10px 80px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        color: var(--black-color);
    }
    .ninth-second-section > .content{
        width: var(--box-width);
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        gap: 40px;
        position: relative;
    }
    .ninth-second-section > .content > .right > .one > :nth-child(1) > h2{
        font-size: 27px;
        letter-spacing: 4px;
        font-weight: 500;
        line-height: 49px;
    }
    .ninth-second-section > .content > .right > .one > :nth-child(1) > h5{
        font-size: 40px;
        line-height: 85px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: var(--Philosopher);
    }
    .ninth-second-section > .content > .right > .one > :nth-child(1) > h5 > span{
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 3.2px;
        font-weight: 400;
        font-family: var(--Shippori-Sans);
    }
    .ninth-second-section > .content > .right > .one > :nth-child(3) > button{
        background-color: #70644F;
        border: none;
        outline: none;
        border-radius: 4px;
        width: 100%;
        color: var(--white-color);
        padding: 20px 0px;
        font-size: 16px;
        letter-spacing: 3.2px;
    }
    .ninth-second-section > .content > .right > .one > :nth-child(3) > :nth-child(2){
        background: none;
        border: 1px solid #70644F;
        outline: none;
        border-radius: 4px;
        width: 100%;
        color: #70644F;
        padding: 20px 0px;
    }
    .ninth-second-section > .content > .left{
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: sticky;
        top: 30px;
        overflow: hidden;
    }
    .ninth-second-section > .content > .right{
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .ninth-second-section > .content > .right > .two > div > p{
        /* font-size: 16px; */
        width: 100%;
    }
}
@media(max-width: 767px){
    .ninth-second-section{
        padding: 60px 10px 60px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        color: var(--black-color);
    }
    .ninth-second-section > .content{
        width: var(--box-width);
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
        position: relative;
    }
    .ninth-second-section > .content > .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: static;
        top: 30px;
        overflow: hidden;
    }
    .ninth-second-section > .content > .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .ninth-second-section > .content > .right > .one > :nth-child(1) > h2{
        font-size: 22px;
        letter-spacing: 4px;
        font-weight: 500;
        line-height: 49px;
    }
    .ninth-second-section > .content > .right > .one > :nth-child(1) > h5{
        font-size: 30px;
        line-height: 85px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: var(--Philosopher);
    }
    .ninth-second-section > .content > .right > .one > :nth-child(1) > h5 > span{
        font-size: 13px;
        line-height: 30px;
        letter-spacing: 3.2px;
        font-weight: 400;
        font-family: var(--Shippori-Sans);
    }
    .ninth-second-section > .content > .right > .two > div > p{
        font-size: 16px;
        width: 100%;
    }
}

/* 10TH PAGE */

.hero-parent10{
    /* margin-top: -180px; */
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 50vh 35vh 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/hero10.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
}
.hero-parent10 > .hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent10 > .hero-section > h1{
    font-size: 52px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 6.72px;
    line-height: 110.76px;
    margin-bottom: 40px;
}
@media(max-width: 1024px){
    .hero-parent10{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/hero10.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
}
@media(max-width: 767px){
    .hero-parent10{
        /* margin-top: -180px; */
        width: var(--full-width);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40vh 0vh 35vh 0vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5 ),rgba(0, 0, 0, 0.5 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/hero10.png);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-family: var(--Shippori-Sans);
    }
    .hero-parent10 > .hero-section > h1{
        font-size: 25px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 110.76px;
        margin-bottom: 40px;
    }
}

.tenth-second-section{
    padding: 90px 0px 100px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Shippori-Sans);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    color: var(--black-color);
    background-color: #FDFBF7;
}
.tenth-second-section > .content{
    width: var(--box-width1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.tenth-second-section > .content > .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-weight: 500;
}
.tenth-second-section > .content > .top > h4{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
}
.tenth-second-section > .content > .top > :nth-child(2){
    text-align: center;
    letter-spacing: 3.2px;
    line-height: 41px;
}
.tenth-second-section > .content > .top > :nth-child(3){
    text-align: center;
    line-height: 25px;
    padding: 5px 12px;
    border: 0.5px solid #000000;
    color:#70644F;
}
.tenth-second-section > .content > .divider{
    height: 1px;
    width: 100%;
    background-color: rgb(0, 0, 0 , 0.2);
}
.tenth-second-section > .content > .bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: var(--box-width2);
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > :nth-child(5){
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    /* gap: 50px; */
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form .content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    /* gap: 50px; */
}
/*.tenth-second-section > .content > .bottom > form > :nth-child(5) > p{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*    width: 70%;*/
    /* gap: 50px; */
/*}*/
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > :nth-child(5) > :nth-child(1){
    margin-top: 10px;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content > :nth-child(1){
    width: 30%;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content > :nth-child(2){
    width: 65%;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content > :nth-child(2) > div{
    width: 100%;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content > :nth-child(1) > p{
    font-size: 18px;
    letter-spacing: 1.8px; 
    display:flex;
    align-items:center;
}


input::placeholder{
    color: #ABA9A9;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div > p{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div > p > .wpcf7-form-control-wrap{
    width: 100%;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div > p > .wpcf7-form-control-wrap > input{
    outline: none;
    border: 0.5px solid rgb(59, 59, 59, 0.5);
    padding: 17px 22px;
    font-family: 'Shippori Mincho B1';
    width: 100%;
    font-size:16px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .divider{
    height: 1px;
    width: 100%;
    background-color: rgb(0, 0, 0 , 0.2);
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(1) > p{
    font-size: 18px;
    letter-spacing: 1.8px;
}

.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(1) > p > span{
    font-size: 14px;
    line-height: 22px;
    background-color: #B91C1C;
    color: var(--white-color);
    padding: 0px 10px 1px 10px;
    margin-left: 12px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content5{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    /*gap: 20px;*/
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content-text-area{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    /*gap: 20px;*/
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content5 > :nth-child(1) > p {
    line-height: 46px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content5 > :nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    /*width: 60%;*/
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content5 > :nth-child(2) > :nth-child(1) > p{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* gap: 20px; */
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > :nth-child(5) > :nth-child(2) > div {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    width: 100%;
}
/*.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div > p > .wpcf7-form-control-wrap > input{*/
/*    outline: none;*/
/*    border: 0.5px solid rgb(59, 59, 59, 0.5);*/
/*    padding: 17px 22px;*/
    /* width: 30%; */
/*    width: 47%;*/
/*}*/
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div > p > .address-search{
    padding: 15px 22px;
    border: none;
    outline: none;
    background-color: #70644F;
    color: var(--white-color);
    border-radius: 4px;
}

.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > :nth-child(3),
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > :nth-child(4){
    width: 100%;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > :nth-child(2) > div > p > .wpcf7-form-control-wrap > input,
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > :nth-child(3) > div > p > .wpcf7-form-control-wrap > input,
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > :nth-child(4) > div > p > .wpcf7-form-control-wrap > input{ 
    width: 100%;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > :nth-child(7) > :nth-child(2) > div > p > .wpcf7-form-control-wrap >  input{
    width: 100%;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > :nth-child(9) > :nth-child(2) > div > p > .wpcf7-form-control-wrap >  input{
    width: 100%;
}
.wpcf7-textarea{
    width: 100%;
    height: 210px;
	border: 0.5px solid rgb(59, 59, 59, 0.5);
	padding: 17px 22px;
	font-size: 16px;
	font-family: 'Shippori Mincho B1';
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content-text-area > :nth-child(2) > p{
    font-size: 16px;
    letter-spacing: 0.56px;
    margin-top: 7px;
    width: 100%;
    line-height:25.4px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content-text-area > :nth-child(1){
    margin-top: 15px;
}
.tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > :nth-child(11) > :nth-child(2){
    display: flex;
    flex-direction: column;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms{
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(1) > p{
    font-size: 16px;
    letter-spacing: 0.56px;
    margin-top: 35px;
    line-height:25.4px;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(2) > p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
	cursor: pointer;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(2) > input{
    border-radius: 0px;
    border: none;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(2) > p > .wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item > input[type= "checkbox"]{
    transform: scale(1.8);
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(3) > p{
    background-color: #70644F;
}
.tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(3) > p > input {
    border: none;
    outline: none;
    padding: 20px 70px 20px 65px;
    background-color: transparent;
    color: white;
    margin-top: 0px;
    letter-spacing: 3.2px;
    position: relative;
	cursor: pointer;
    display: flex;
    background-image: url(https://soufuuan.jp/wp-content/uploads/2025/01/Group-5670.png);
    background-size: 30px;
    background-position: center right 9%;
    background-repeat: no-repeat;
    font-size:16px;
    font-family: 'Shippori Mincho B1';
}
.wpcf7-spinner{
    display: none;
}
@media(max-width: 1024px){
    .tenth-second-section{
        padding: 80px 10px 80px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        color: var(--black-color);
        background-color: #FDFBF7;
    }
    .tenth-second-section > .content{
        gap: 50px;
    }
    .tenth-second-section > .content > .top > :nth-child(2){
        text-align: center;
        letter-spacing: 3.2px;
        line-height: 41px;
        width: 80%;
    }
    .tenth-second-section > .content > .top > :nth-child(3){
        text-align: center;
        line-height: 25px;
        padding: 5px 12px;
        border: 0.5px solid var(--black-color);
        width: 60%;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 50px;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content{
        gap: 30px;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(1) > p{
        text-align: left;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content-text-area > :nth-child(1){
        margin-top: 0px;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(3) > a > button > span{
        padding: 6px 9px;
        letter-spacing: 2px;
    }
}
@media(max-width: 767px){
    .tenth-second-section{
        padding: 80px 10px 80px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 100px;
        color: var(--black-color);
        background-color: #FDFBF7;
    }
    .tenth-second-section > .content{
        gap: 40px;
    }
    .tenth-second-section > .content > .top > :nth-child(2){
        text-align: justify;
        letter-spacing: 3.1px;
        line-height: 34px;
        width: 100%;
    }
    .tenth-second-section > .content > .top > :nth-child(3){
        text-align: justify;
        line-height: 27px;
        padding: 16px 13px;
        border: 0.5px solid var(--black-color);
        width: 100%;
        letter-spacing:0.6px;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 25px;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2){
        width: 100%;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content5 > :nth-child(2) > :nth-child(1) > p{
        width: 100%;
        align-items: center;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(1) > p{
        width: 100%;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content > :nth-child(1){
        width: 100%;
    }
    .wpcf7-spinner{
        display: none;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    .tenth-second-section > .content > .bottom >  #wpcf7-f212-o1 > form > .content > :nth-child(2) > div > p > .wpcf7-form-control-wrap input{
        outline: none;
        border: 0.5px solid rgb(59, 59, 59, 0.5);
        padding: 17px 22px;
        /* width: 30%; */
        width: 100%;
    }
    .tenth-second-section > .content > .top > h4{
        text-align: center;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content-text-area > :nth-child(1){
        margin-top: 0px;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .content-text-area > :nth-child(2) > p{
        width: 100%;
        text-align: left;
        margin-top: 15px;
        line-height:22.4px;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(1) > p{
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > :nth-child(3) > a > button > span{
        letter-spacing: 2px;
        padding: 6px 9px;
    }
    .tenth-second-section > .content > .bottom > #wpcf7-f212-o1 > form > .terms > div{
        width:100%;
    }
}



/* sofuan.html */
/* hero section */

.page-template-sofuan{
	    background: #FDFBF7;
}
.hero-parent-sofuan{
	
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
    overflow: hidden;
    /* 
     * margin-top: -180px; 
    width: var(--full-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:36vh 50vh 42vh 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.15 ),rgba(0, 0, 0, 0.15 )), url(https://soufuuan.jp/wp-content/uploads/2025/01/2024_09_27_21.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--Shippori-Sans);
	*/
}
.hero-parent-sofuan > .hero-section-sofuan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-parent-sofuan > .hero-section-sofuan > h1,.hero-parent-sofuan > .hero-section-sofuan > h2{
    font-size: 52px;
    font-weight:400;
    font-family: var(--Philosopher);
    text-align: center;
    letter-spacing: 6.8px;
    line-height: 68px;
}
.hero-parent-sofuan > .hero-section-sofuan > h2{
    line-height: normal;
}
.hero-parent-sofuan > .hero-section-sofuan > img{
    width: 418px;
    margin-top: 40px;
}
/* hero-section-media query soufan start*/
@media (max-width: 1024px) {
    .hero-parent-sofuan{
    padding:36vh 30vh 42vh 30vh;
}
.hero-parent-sofuan > .hero-section-sofuan > h1{
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 50px;
}
}
@media (max-width: 767px) {
.hero-parent-sofuan{
    padding: 40vh 0 35vh  0;
}
.hero-parent-sofuan > .hero-section-sofuan > h1{
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 50px;
}
.hero-parent-sofuan > .hero-section-sofuan > img{
    width: 240px;
}
}
/*  hero-section-media query soufan end */
/* second section sofuan */
.second-section-sofuan{
    width: var(--box-width);
    margin: auto;
    padding: 100px 0px 155px;
    position: relative;
}
.second-section-sofuan .bg-image{
    width: 370px;
    position: absolute;
    right: -80px;
    bottom: 60px;
}
@media(max-width:1450px){
    .second-section-sofuan .bg-image{
        right: 0px !important;
    }
}
.second-section-sofuan > .second-sec-image > img{
    width: 100%;
    height: 100%;
}
.second-section-sofuan > .second-sec-content{
    width: 730px;
    margin:70px auto 0px;
}
.second-section-sofuan > .second-sec-content > h3{
    font-size: 30px;
    font-family: var(--Philosopher);
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 6.8px;
    color:var(--black-color) ;
}
.second-section-sofuan > .second-sec-content > p{
    font-size: 18px;
    font-family: var(--Philosopher);
    line-height: 46.8px;
    letter-spacing: 3.6px;
    margin: 44px 0 60px 0;
    color:var(--black-color) ;
}
.second-section-sofuan >  .second-sec-content > .second-sec-button {
    display: flex;
    gap: 30px;
}
.second-section-sofuan >  .second-sec-content > .second-sec-button > .button{
    border: 1px solid  #3b3b3b80;
    font-size: 16px;
    font-family: var(--Shippori-Sans);
    font-weight: 500;
    padding: 10px 35px;
    display: flex;
    gap: 10px;
    width: max-content;
    align-items: center;
    color:var(--black-color) ;
}
.second-section-sofuan >  .second-sec-content > .second-sec-button > .button > span{
    width: 34px;
    height: 34px;
    border: 1px solid #3b3b3b66;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 2.4;
}
/* second section sofuan media query */
@media (max-width: 1024px ) {
    .second-section-sofuan {
    padding-left: 10px;
    padding-right: 10px;
    }
    .second-section-sofuan >  .second-sec-content > .second-sec-button {
        gap: 12px;
        flex-wrap: wrap;
    }
    .second-section-sofuan >  .second-sec-content > .second-sec-button > .button{
        padding: 5px 20px;
    }
}
@media(max-width: 767px){
	.second-section-sofuan > .second-sec-content > h3{
    font-size: 24px;
    line-height: 32px;

	}
	.second-section-sofuan > .second-sec-content > p{
    line-height: 30px;
    letter-spacing:1px;
	}
	.second-section-sofuan .bg-image{
		bottom: 30px;
	}
    .second-section-sofuan > .second-sec-content{
        width: 100%;
    }
    .second-section-sofuan .bg-image{
        width: 270px;
    }
}
/* end second section */
/* third section sofuan */
.third-section-sofuan{
    background-color: #6e634e33;
    padding: 100px 0;
    width: var(--full-width);
}
.third-section-sofuan > h2{
    font-size: 40px ;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 16px;
    color:var(--black-color) ;
    text-align: center;
    margin: 0px;
}
.third-section-sofuan > .third-section-card-wrapper{
width: var(--full-width);
}
.third-section-sofuan > .third-section-card-wrapper > .card{
margin-top: 120px;
}
.third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper {
    display: flex;
    gap: 90px;
    align-items: center;
    width: 1500px;
}

/* card two and card four */
.third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper-card-two,.third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper-card-four {
flex-direction: row-reverse;
margin-left: auto;
}
.third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > img{
    width: 70%; 
    height: 485px;
    object-fit: cover;
    object-position: center right;
}
.third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper{
    width: 30%;
}
/* extra media query for third section */
@media(max-width:1550px){
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper {
        width: 1200px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > img{
        width: 57%;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper{
        width: 43%;
    }
    
}
@media(max-width:1200px){
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper {
        width: var(--box-width);
    }

}
/* extra media query for third section end */
.third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper > p{
    font-size: 30px;
    font-family: var(--Philosopher);
    letter-spacing:3px;
    color: var(--black-color);
    line-height: 68px;
    margin-top: 15px;
}
.third-section-sofuan > .third-section-card-wrapper > .card > .card-para{
    width: var(--box-width2);
    margin: auto;
}
.third-section-sofuan > .third-section-card-wrapper > .card  > .card-para > p{
    width: 828px;
    font-size: 18px;
    font-family: var(--Philosopher);
    letter-spacing: 3.6px;
    line-height: 46.8px;
    margin-top: 60px;
    color: var(--black-color);
    margin-right: auto;
}
.third-section-sofuan > .third-section-card-wrapper > .card > .card-two-para > p,.third-section-sofuan > .third-section-card-wrapper > .card > .card-four-para > p{
    margin-left: auto;
    margin-right: 0;
}
/* third section grid */
.third-section-sofuan > .sofuan-grid{
    width: var(--box-width);
    margin: auto;
    display: flex;
    gap: 30px;
    margin-top: 80px;  
}
.third-section-sofuan > .sofuan-grid > .sofuan-grid-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.3%;
}
.grid-item-two-child-two,.grid-item-one-child-one,.grid-item-three-child-one{
    height: 280px;
}
.grid-item-two-child-one,.grid-item-one-child-two,.grid-item-three-child-two{
    height: 180px;
}
.third-section-sofuan > .sofuan-grid > .sofuan-grid-item > .grid-item-child > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* media query third section sofuan */
@media (min-width:768px) and (max-width:1024px){
    .third-section-sofuan {
        padding-left: 10px;
        padding-right: 10px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper {
        gap: 50px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > img{
        width: 55%;
        height: 385px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper{
        width: 45%;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper > p{
        font-size: 26px;
        letter-spacing: 5.2px;
        line-height: 52px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card  > .card-para > p{
        margin:50px auto 0;
        line-height: 40px;
        width: 90%;
    }
    /* grid css media query */
    .grid-item-two-child-two,.grid-item-one-child-one,.grid-item-three-child-one{
        height: 200px;
    }
    .grid-item-two-child-one,.grid-item-one-child-two,.grid-item-three-child-two{
        height: 130px;
    }
    .third-section-sofuan > .sofuan-grid{
        gap: 20px;
    }
}
@media (max-width:767px){
    .third-section-sofuan {
        padding-left: 10px;
        padding-right: 10px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card{
        margin-top: 60px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .third-section-sofuan > .sofuan-grid > .sofuan-grid-item{
        flex-direction:row;
        width:100% !important;
        justify-content:center;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > img{
        width: 100%;
        height: 250px;
        object-position: center !important;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper{
        width: 100%;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card  > .card-para > p{
        margin:20px auto 0;
        line-height: 30px;
        width: 100%;
    }
    .third-section-sofuan > h2{
        font-size: 28px;
        letter-spacing: 13.6px;
    }
    .third-section-sofuan > .third-section-card-wrapper > .card > .image-text-wrapper > .card-para-wrapper > p{
        font-size: 24px;
        letter-spacing: 5.2px;
        line-height: 32px;
    }
    /* grid css media query */
    .third-section-sofuan > .sofuan-grid{
        flex-direction: column;
        gap:20px;
    }
    .third-section-sofuan > .sofuan-grid > .sofuan-grid-item{
        width: 300px;      
        margin: auto;
    }
    .third-section-sofuan > .sofuan-grid > .sofuan-grid-item-2{
        flex-direction: row;
    }
    .grid-item-two-child-two,.grid-item-one-child-one,.grid-item-three-child-one{
        height: 140px;
        width:50%;
    }
    .grid-item-two-child-one,.grid-item-one-child-two,.grid-item-three-child-two{
        height: 100px;
        width:50%;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col{
        flex-direction:column !important;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col p{
       width:100% !important;
    }
}
@media(min-width:400px) and (max-width:767px){
        .grid-item-two-child-two,.grid-item-one-child-one,.grid-item-three-child-one{
        height: 140px;
        width:190px;
    }
    .grid-item-two-child-one,.grid-item-one-child-two,.grid-item-three-child-two{
        height: 100px;
        width:190px;
    }
}
/* end third section */
/* start fourth section */
.fourth-section-sofuan{
    width: var(--box-width);
    margin: auto;
    padding: 125px 0px 125px;
    position: relative;
}
.fourth-section-sofuan > .bg-image{
    width: 250px;
    position: absolute;
    top: 70px;
}
.fourth-section-sofuan > .bg-image:nth-child(2){
    right: 0;
    top: 130px;
}
.fourth-section-sofuan > h2{
    font-size: 40px ;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 16px;
    color:var(--black-color);
    text-align: center;
    margin: 0px;
}
.fourth-section-sofuan > .fourth-sec-image{
    margin: 75px auto 0;
    width: var(--box-width2);

}
.fourth-section-sofuan > .fourth-sec-image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fourth-section-sofuan > .fourth-sec-image > p{
    line-height: 26.6px;
    font-size: 14px;
    font-family: var(--Philosopher);
    letter-spacing: 0.28px;
    color:var(--black-color);
}
.fourth-section-sofuan > .fourth-sec-row{
    display: flex;
    margin: 50px auto 50px;
    width:  var(--box-width2);
}
.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col{
    margin: auto;
    width: 50%;
}
.fourth-sec-row-one-col-two,.fourth-sec-row-two-col-two{
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}
.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > h3{
    font-size: 34px;
	margin-top: 10px;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 6.8px;
    color:var(--black-color);
}
.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p{
    font-size: 20px;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 36px;
    color:var(--black-color);
    white-space:nowrap;
}
.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-two-col-one > p{
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 22px;
    margin-top: 10px;
    }
.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p > .number{
    font-size: 26px;
	letter-spacing: 6px;
}
.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p > .texts{
    font-size: 16px;
}
.fourth-section-sofuan > hr{
    width: calc(100% - 100px);
    margin: auto;
    border-top: 0.5px solid #3b3b3b80;
}
/* fourth section multple row css */
.fourth-sec-multiples-row{
    width: var(--box-width1);
    margin: auto;
}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text{
    display: flex;
    margin-top: 100px;
}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .col{
    width: 50%;
}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .image > img{
    width: 100%;
}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .image > p{
    font-size: 14px;
    font-family: var(--Philosopher);
    margin-top: 10px;
    color: var(--black-color);
    letter-spacing: 0.28px;
    line-height: 26.6px;
}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .text-wrapper{
    margin: auto;
}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .text-wrapper > h3{
    font-size: 34px;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 6.8px;
    color:var(--black-color);
    text-align: center;
    padding: 0;

}
.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text-row-one-col-one > .text-wrapper > h3{
    text-align: end;
	margin-top: -40px;
    padding-right: 20px;
}

.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text{
    margin-top: 75px;
}
.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col p:nth-child(1){
    font-size: 20px;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.1em;
    color:var(--black-color);
    width: 51%;
    padding-left: 80px;
}
.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col p:nth-child(2){
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 22px;
    font-family: var(--Philosopher);
    width: 50%;
    padding-left: 60px;
    white-space: nowrap;
}
.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col p .number{
    font-size: 26px;
    color: #3b3b3b;
    letter-spacing: 6px;
}
.multiples-row-image-text-row-two-col-one,.multiples-row-image-text-row-four-col-one {
    flex-direction: row-reverse;
}
.multiples-row-image-text-row-two-col-one > .col > p, .multiples-row-image-text-row-four-col-one > .col > p{
    text-align: end;
}
.multiples-row-text-row-two-col-sub-col-one .para {
    width: 50%;
    display: flex;
    gap: 30px;
    align-items: center;
}

.multiples-row-text-row-two-col-sub-col-one .para-1 p:nth-child(1){
    padding: 0 !important;
}
.multiples-row-text-row-two-col-sub-col-one .para-1 p:nth-child(2){
    padding-left: 0 !important;
    padding-right: 20px;
    text-align: end;
}
.multiples-row-text-row-two-col-sub-col-one .para-2 p:nth-child(1){
    padding-left: 20px !important;
    white-space:nowrap;
    letter-spacing:3px!important;
}
.multiples-row-text-row-two-col-sub-col-one .para-2 p:nth-child(2){
    padding: 0px !important;
    text-align: end;
}
.limited-quanitity-tag{
    border: 1px solid var(--black-color);
    display: block;
    width: max-content;
    font-size: 12px;
    padding: 0 10px;
	letter-spacing: 3px;
    line-height: 31.2px;
    margin-top: 5px;
}
.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text-row-four-col-two , .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text-row-two-col-two{
    width: var(--box-width2);
    margin-left:auto;
    margin-right:auto;
}
/* media query fourth section for text rows */
@media (min-width:768px) and (max-width:1024px) {
    .fourth-section-sofuan{
        padding: 100px 10px 100px;
    }
    .fourth-section-sofuan > .bg-image{
        width: 200px;
        top: 70px;
    }
    .fourth-section-sofuan > .bg-image:nth-child(2){
        top: 100px;
    }
    .fourth-section-sofuan > .fourth-sec-image{
        margin-top:50px;
        width: calc(100% - 100px);
    }
    .fourth-section-sofuan > .fourth-sec-row{
        margin: 25px auto ;
        width: calc(100% - 100px);
    }
    .fourth-section-sofuan > hr{
        width: calc(100% - 50px);
    }
    .fourth-sec-row-one-col-two,.fourth-sec-row-two-col-two{
        gap: 20px;
    }
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p{
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 32.4px;
    }
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-two-col-one > p{
        font-size: 14px;
        letter-spacing: 2.1px;
        line-height: 22px;
    }
    /*.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-two-col-one > p > br{*/
    /*    display: none;*/
    /*}*/
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p > .number{
        font-size: 24px;
    }
    /* fourth section multple row css */
    .fourth-sec-multiples-row{
        width: var(--box-width);
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text{
        margin-top: 40px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text{
        margin-top: 40px;
        width: calc(var(--box-width) - 60px);
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col  p:nth-child(1){
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 32.4px;
        width: 50%;
        padding-left: 40px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col  p  .number{
        font-size: 24px;
    }
    .multiples-row-text-row-two-col-sub-col-one .para{
        gap: 5px;
    }
}
span.right-align .number {
    font-size: 26px;
}
@media (max-width:767px)  {
	.fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col p:nth-child(1){
		line-height: 19px;
	}
    .second-section5 > .bottom > :nth-child(1) > div > .left > :nth-child(1), .second-section5 > .bottom > :nth-child(1) > div > .right > :nth-child(1){
        line-height:normal !important;
    }
	.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > h3{
		font-size: 24px;
        line-height: 32px;
	}

    .fourth-section-sofuan{
        padding: 80px 10px 80px 10px;
    }
    .fourth-section-sofuan > .bg-image{
        width: 76px;
        top: 70px;
    }
    .fourth-section-sofuan > .bg-image:nth-child(2){
        top: 80px;
		right: 16px;
    }
    .fourth-section-sofuan  > h2{
        font-size: 28px;
        letter-spacing: 13.6px;
    }
	.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text-row-one-col-one > .text-wrapper > h3{
		margin-top:40px;
		padding-right: 0px;
		}
    .fourth-section-sofuan > .fourth-sec-image{
        margin-top:50px;
        width: var(--box-width);
    }
    .fourth-section-sofuan > .fourth-sec-row{
        flex-direction: column;
        margin: 50px auto;
        gap: 20px;
        width: var(--box-width);
    }
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col {
        width: 100%;
        text-align: center;
        align-items: center !important;
        gap: 20px;
        
    }
	.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .image > p{
		text-align: left;
		font-size: 13px;
		line-height: 1.5em;
	}
	.fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .text-wrapper > h3{
		font-size: 24px;
        line-height: 32px;
		text-align:center;
		margin-top:20px !important;
	}
    .fourth-section-sofuan > hr{
        width: 100%;
    }
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p{
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 32.4px;
        width:100%;
        text-align:left;
    }
    span.right-align {
    text-align: right;
    display: inline-block;
    width: 100%;
}
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-two-col-one > p{
        font-size: 14px;
        letter-spacing: 2.1px;
        line-height: 22px;
        text-align:center !important;
    }
    /*.fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-two-col-one > p > br{*/
    /*    display: none;*/
    /*}*/
    .fourth-section-sofuan > .fourth-sec-row > .fourth-sec-row-col > p > .number{
        font-size: 22px;
    }
    /* fourth section multple row css */
    .fourth-sec-multiples-row{
        width: var(--box-width);
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text{
        margin-top: 40px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text{
        margin-top: -20px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text{
        flex-direction: column;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row > .multiples-row-image-text > .col{
        width: 100%;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col  p:nth-child(1){
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 25px;
        width: 55%;
        padding: 0px !important;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col  p  .number{
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 32.4px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text > .sub-col p:nth-child(2){
               width: 45%;
        padding: 0 0px 0 0px !important;
        text-align: end;
        white-space: nowrap;
        font-size: 18px;
        letter-spacing: 2px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text-row-four-col-two > .sub-col {
        flex-direction:column;
        gap: 20px;
    }
    .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text-row-four-col-two, .fourth-section-sofuan > .fourth-sec-multiples-row >.multiples-row-text-row-two-col-two{
        width: var(--box-width);
    }
    .multiples-row-text-row-two-col-sub-col-one .para{
       flex-direction:column !important;
       width:100%;
       gap:0px;
    }
}
/* fourth section end */

.second-section5{
    padding: 100px 0px 120px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    font-family: 'Shippori Mincho B1';
    background-color: rgba(112, 100, 79, 0.1);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    color: var(--black-color);
}
.second-section5 > .top > :nth-child(1){
	width: 50%;
}
.second-section5 > .top {
	font-family: var(--Philosopher);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--black-color);
    width: var(--box-width);
    flex-direction: column;
}
.second-section5 > .main-divider{
    width: calc(var(--box-width2));
    /* border: 1px solid black; */
    /* padding-left: 60px; */
}
.second-section5 > .main-divider > .divider{
    height: 1px;
    /* width: 100%; */
    background-color: rgb(0, 0, 0 , 0.2);
    /* width: calc(var(--box-width) - 210px); */
    
}
.second-section5 > .top > :nth-child(1){
    font-size: 34px;
	text-align: center;
    letter-spacing: 6.8px;
    line-height: 49px;
}
.second-section5 > .top > :nth-child(2){
	font-size: 16px;
    letter-spacing: 6px;

}
.second-section5 > .middle{
    display: flex;
	font-family: var(--Philosopher);
    justify-content: space-between;
    align-items: flex-start;
    /* flex-direction: column; */
    gap: 0px;
    width: calc(var(--box-width2));

}
.second-section5 > .middle > :nth-child(1){
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.second-section5 > .middle > :nth-child(1) > div{
    /* width: 70%; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    
}
.second-section5 > .middle > :nth-child(1) > p{
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: left;
    margin-left: 5px;
}
.second-section5 > .middle > :nth-child(1)  div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
    font-weight: 500;
    width:100%;
}
.second-section5 > .middle > :nth-child(1) > :nth-child(1) > p{
    display: none;
}
/*.second-section5 > .middle > :nth-child(1) > :nth-child(1) > .left{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 30px;*/
/*    width: 70%;*/
/*}*/
.second-section5 > .middle > :nth-child(1) > div > .left > p{
    font-size: 20px;
    /* line-height: 30px; */
    letter-spacing: 4px;
}
.second-section5 > .middle > :nth-child(1) > div > .left > p > span{
    font-size: 16px;
}
.second-section5 > .middle > :nth-child(1) > div > .right{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
    align-items: flex-start;
}
.second-section5 > .middle > :nth-child(1) > div > .left > p:nth-child(1) {
    width: 440px;
}
.second-section5 > .middle > :nth-child(1) > div > .right > p:nth-child(1) {
    width: 440px;
    white-space: nowrap;
}

.second-section5 > .middle > :nth-child(1) > div > .right > p{
    font-size: 26px;
    /* line-height: 67px; */
    letter-spacing: 5.2px;
}
.second-section5 > .middle > :nth-child(1) > div > .right > p > span{
    font-size: 16px;
    /* line-height: 52px; */
}
.second-section5 > .middle > :nth-child(2) {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.second-section5 > .middle > :nth-child(2) > img{
    width: 283px;
}

.second-section5 p{
	font-size: 14px;
	 font-family: var(--Shippori-Sans);
	letter-spacing: 4px;
}
.second-section5 > .middle > :nth-child(2) > p {
    line-height:25.6px;
	letter-spacing: 2px;
}
.second-section5 > .bottom{
    display: flex;
	font-family: var(--Philosopher);
    justify-content: space-between;
    align-items: flex-start;
    /* flex-direction: column; */
    gap: 100px;
    width: calc(var(--box-width2));
}
.second-section5 > .bottom > :nth-child(1){
    width: 75%;
    display:flex;
    gap:0px;
    flex-direction:column;
}
.second-section5 > .bottom > :nth-child(1) > p{
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: center;
}
.second-section5 > .bottom > :nth-child(1) > div{
    display: flex;
    gap: 85px;
    font-weight: 500;
    align-items:center;
}
.second-section5 > .bottom > :nth-child(1) > div > .left{
    width: 270px ;
}
.second-section5 > .bottom > :nth-child(1) > div > .right{
    width: 170px !important;
}
.second-section5 > .bottom > :nth-child(1) > div > .left > :nth-child(1){
    font-size: 20px;
    /* line-height: 66px; */
    letter-spacing: 4px;
    margin-top: 0px;
    line-height:53px;
}
.second-section5 > .bottom > :nth-child(1) > div > .left > p{
    font-size: 20px;
    /* line-height: 66px; */
    letter-spacing: 4px;
    margin-top: 45px;
    width: max-content;
}
.second-section5 > .bottom > :nth-child(1) > div > .left > :nth-child(5){
    width: 90%;
}
.second-section5 > .bottom > :nth-child(1) > div > .left > p > span{
    font-size: 16px;
    letter-spacing: 3.2px;
}
.second-section5 > .bottom > :nth-child(1) > div > .right > p{
    font-size: 26px;
    /* line-height: 67px; */
    letter-spacing: 6px;
    margin-top: 35px;
    width: max-content;
}
.second-section5 > .bottom > :nth-child(1) > div > .right > :nth-child(1){
    font-size: 26px;
    /* line-height: 67px; */
    letter-spacing: 5.2px;
    margin-top: 0px;
    line-height:53px;
}
.second-section5 > .bottom > :nth-child(1) > div > .right > p > span{
    font-size: 16px;
    /* line-height: 52px; */
    letter-spacing: 4px;
}
.second-section5 > .bottom > :nth-child(2) {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.second-section5 > .bottom > :nth-child(2) > div > img{
    width: 282px;
}
.second-section5 > .bottom > :nth-child(2) > div > p{
    text-align: center;
    line-height:20.6px;
	letter-spacing: 2px;
}
.first-image-menu,.second-image-menu{
    display:flex;
    flex-direction:column;;
    gap:10px;
    width:100%;
    
}
.first-image-menu p,.second-image-menu p{
 line-height:25.6px;   
}
.second-section5 > .middle > :nth-child(1) div .left{
    width:310px;
}
@media(max-width: 1024px){
    .second-section5{
        padding: 100px 0px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
        background-color: #70644F1A;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 50px;
        color: var(--black-color);
    }
    .second-section5 > .middle > :nth-child(1) > div > .right > p:nth-child(1){
        width:100%!important;
    }
    .second-section5 > .middle{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        /* flex-direction: column; */
        gap: 100px;
        width: calc(var(--box-width) - 210px);
    }
    .second-section5 > .middle > :nth-child(1){
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .second-section5 > .middle > :nth-child(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .second-section5 > .middle > :nth-child(2) > img{
        width: 100%;
    }
    .second-section5 > .bottom{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
        width: calc(var(--box-width) - 210px);
    }
    .second-section5 > .bottom > :nth-child(1){
        width: 100%;
    }
    .second-section5 > .bottom > :nth-child(2) {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .second-section5 > .bottom > :nth-child(2) > div > img{
        width: 100%;
        display: block;
    }
    .second-section5 > .main-divider{
        width: calc(var(--box-width) - 210px);
        /* border: 1px solid black; */
        padding-left: 0px;
    }
}
@media(min-width: 768px){
    .ph-only{
        display:none;
    }


}
   .second-section5 > .middle > :nth-child(1) > div > .right{
        width:170px;
    }
@media(max-width: 767px){
    .second-section4 > #soba-mae > .top > .img{
        top:70%;
    }
    .second-section5 > .middle > :nth-child(1) > div > .right{
        width:310px;
		text-align: right
    }
        .second-section5 > .middle > :nth-child(1) > div > .right > p{
        font-size:18px !important;
        letter-spacing:2px !important;
        width:100% !important;
    }
	.grid-item-child.grid-item-two-child-two {
    margin-top: -40px !important;
}
    .second-section5 > .middle > :nth-child(1) > div > .right > p > span{
    font-size: 14px;
    /* line-height: 52px; */
    letter-spacing: 2px;
}
	.second-section5 > .middle > :nth-child(1) div .left{
		flex-direction: column;
        gap: 10px !important;
	}
	.second-section5 > .middle > :nth-child(2) div .left{
		width: 186px;
	}
 /*.second-section5 > .middle > :nth-child(1) div .left{*/
 /*    width:200px !important;*/
 /*    justify-content:flex-start;*/
 /*}*/
 /*.second-section5 > .middle > :nth-child(1) > div > .right{*/
 /*    width:120px !important;*/
 /*}*/
 .second-section5 > .middle > :nth-child(1) div{
     gap:30px !important;
 }
    .second-section5{
        padding: 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        font-family: var(--Shippori-Sans);
        background-color: #70644F1A;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 50px;
        color: var(--black-color);
    }
    .second-section5 > .middle > :nth-child(1) div{
        justify-content: center;
        width: 100% !important;
        flex-direction: column;
        gap: 0px !important;
    }
    .second-section5 > .main-divider{
        width: 100%;
        /* border: 1px solid black; */
        padding-left: 0px;
    }
    .second-section5 > .main-divider > .divider{
        height: 1px;
        /* width: 100%; */
        background-color: rgb(0, 0, 0 , 0.2);
        /* width: calc(var(--box-width) - 210px); */
        
    }
    .second-section5 > .middle > :nth-child(1) > :nth-child(1){
        justify-content:center;
        width: 100% !important;
        flex-direction: column;
        gap: 0px;
    }
    .second-section5 > .middle{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 100px;
        width: 95%;
    }
    .second-section5 > .middle > :nth-child(1) > div > .left > p{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 0px;
        width:100% !important;
    }
    .second-section5 > .middle > :nth-child(1) > div > .left > p > span{
        font-size: 16px !important;
        letter-spacing: 2px;
    }
    .second-section5 > .middle > :nth-child(1){
        width: 100%;
    }
  
    /*.second-section5 > .middle > :nth-child(1) > :nth-child(1) > .left,*/
    /*.second-section5 > .middle > :nth-child(1) > :nth-child(1) > .right{*/
    /*    width: 100% !important;*/
    /*    gap:0px !important;*/
    /*    white-space:nowrap;*/
    /*    flex-direction:column !important;*/
    /*}*/
 
    .second-section5 > .middle > :nth-child(1) > :nth-child(1) > .right > :nth-child(1){
        margin-bottom:0px;
    }
    .second-section5 > .middle > :nth-child(1) > :nth-child(1) > p{
        display: none;
    }
    .second-section5 > .bottom{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 100px;
        width: 100%;
    }
    .second-section5 > .bottom > :nth-child(1){
        width: 100%;
        gap:25px;
    }

    .second-section5 > .bottom > :nth-child(1) > div > .right > p{
        margin:0px;
        font-size:18px !important;
        line-height:30px;
        margin-bottom:25px;
       
    }
    .second-section5 > .middle > :nth-child(1) > :nth-child(1) > .right > p{
        font-size:18px;
        line-height:53px;
        margin-bottom:30px !important;
        letter-spacing:2px;
        margin:0px !important;
    }
    .second-section5 > .middle > :nth-child(1) > :nth-child(1) > .right > p > span{
        font-size:16px;
    }
    .second-section5 > .bottom > :nth-child(1) > div > .left{
        width: 160px;
        white-space:nowrap;
    }
    .second-section5 > .bottom > :nth-child(1) > div > .right{
                width: 120px !important;
        white-space:nowrap;
    }
    .second-section5 > .bottom > :nth-child(1) > div > .right > p > span{
        font-size:14px;
    }
    .second-section5 > .bottom > :nth-child(2) {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }
    .second-section5 > .bottom > :nth-child(2) > div > img{
        width: 100%;
    }
    .second-section4 > #tenpura > .bottom > div > .right{
        width:100px !important;
    }
    .second-section5 > .bottom > :nth-child(1) > div{
        gap:30px !important;
		justify-content: center;
    }
}
.second-section5sofuan{
    background:unset;
}
/* sixth section */
.sixth-section-sofuan{
    padding: 125px 0px;
    background-image: url('https://soufuuan.jp/wp-content/uploads/2025/01/sixth-section-soufan-1.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.sixth-section-sofuan-wrapper{
    width: var(--box-width);
    margin: auto;
}
.sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec {
    width: var(--box-width2);
    margin: auto;
}
.sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec > h2{
    font-size: 40px ;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 16px;
    color:var(--black-color);
    text-align: center;
    margin: 0px;
}
.sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec > p{
    font-size: 24px ;
    font-family: var(--Philosopher);
    letter-spacing: 4.8px;
    color:var(--black-color);
    line-height: 52.8px;
    margin: 50px 0;
	text-align: center;
}
.sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec > img{
    margin: auto;
    display: block;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text{
    margin-top: 125px;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text> .sixth-section-image-text-left > h3{
    font-size: 34px;
    font-family: var(--Philosopher);
    font-weight: 400;
    letter-spacing: 6.8px;
    color:var(--black-color);
    line-height: 61.2px;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan {
    display: flex;
    margin-top: 60px;
    align-items: center;
    gap: 75px;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan >.col{
    width: 50%;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan > .image > .main-img{
    width: 90%;
    object-fit: cover;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan > .image > .overlay-image-wrapper{
    text-align: end;
    margin-top: -50px;

}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan > .texts > p{
    font-size: 18px;
    color: var(--black-color);
    letter-spacing: 3.6px;
    line-height: 46.8px;
    font-family: var(--Philosopher);

}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan-two,.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan-four{
    flex-direction: row-reverse;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan-two > .image,.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan-four > .image{
    text-align: end;
}
.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan-two > .text > p,.sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan-four > .text > p{
    padding: 0px 30px 0 0px;
}
.sixth-section-sofuan .sixth-section-last-para{
    width: var(--box-width);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
    gap: 20px;
}
.sixth-section-sofuan .sixth-section-last-para p{
    font-size: 24px;
    color: var(--black-color);
    letter-spacing: 4.8px;
    line-height: 52.8px;
    font-family: var(--Philosopher);
}

@media (min-width:768px) and (max-width:1024px) {
    .sixth-section-sofuan{
        padding: 100px 10px;
    }
    .sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec{
        width: var(--box-width);
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan{
        margin-top: 40px ;
        gap: 40px;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan > .texts > p{
        font-size: 16px;
        letter-spacing: 3.2px;
        line-height: 41.6px;
        padding-right: 0px
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text{
        margin-top: 75px;
    }
    .sixth-section-sofuan .sixth-section-last-para{
        width: var(--box-width);
    }
    .sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec > p{
        margin: 30px 0;
    }
}
@media (max-width:767px)  {
    .sixth-section-sofuan{
    padding: 80px 10px 80px 10px;
    }
    .sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec{
        width: var(--box-width);
    }
    .sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec > h2{
        font-size: 28px;
        letter-spacing: 13.6px;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan{
        flex-direction: column;
        margin-top: 30px;
        gap: 20px;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan >.col{
        width: 100%;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-wrapper-sofuan > .texts > p{
        padding: 0px;
		line-height: 30px;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text{
        margin-top: 50px;
    }
    .sixth-section-sofuan .sixth-section-last-para{
        width: var(--box-width);
    }
    .sixth-section-sofuan .sixth-section-last-para p{
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 39.6px;
    }
    .sixth-section-sofuan > .sixth-section-sofuan-wrapper > .sixth-section-sofuan-detail-sec > p{
        margin: 20px 0;
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 39.6px;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-left > h3{
        font-size: 24px;
        letter-spacing: 11.2px;
        line-height: 32px;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-left > h3 > br{
        display: none;
    }
    .sixth-section-sofuan-wrapper > .sixth-section-image-text > .sixth-section-image-text-left{
        gap: 10px;
    }
    .second-section5 > .bottom > :nth-child(1) > div > .left > p{
        margin:0px;
        line-height:30px;
        font-size:18px !important;
        letter-spacing:1px !important;
        /*margin-bottom:25px;*/
    }
    .second-section5 > .bottom > :nth-child(1) > div > .left > p > span{
        font-size:16px;
        letter-spacing:1px !important;
    }
}

.second-eight-section{
    padding: 150px 0px 160px 0px;
    /* border: 1px solid black; */
    width: var(--full-width);
    /* height: 700px; */
    font-family: var(--Philosopher);
    background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.2 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
}
.second-eight-section > h1{
    font-size: 40px;
    letter-spacing: 16px;
    color: white;
    font-weight: 400;
}
.second-eight-section > .eight-section-child{
    width: var(--box-width);
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
}
.second-eight-section > .eight-section-child >  .left{
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}
.second-eight-section > .eight-section-child > .left > img{
    width: 479px;
}
.second-eight-section > .eight-section-child > .left > :nth-child(2){
    position: absolute;
    bottom: 320px;
    right: -30px !important;
    width: 300px;
}
.second-eight-section > .eight-section-child > .right{
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* border: 1px solid white; */
}
.second-eight-section > .eight-section-child > .right > .innerdiv1{
    width: 100%;
}
.second-eight-section > .eight-section-child > .right > .innerdiv1 > p{
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 500;
}
.second-eight-section > .eight-section-child > .right > .innerdiv1 > h2{
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 3.8px;
    line-height: 72.2px;
}
.second-eight-section > .eight-section-child > .right > .innerdiv2{
    display: flex;
    gap: 35px;
    flex-direction: column;
    width: 100%;
}
.second-eight-section > .eight-section-child > .right > .innerdiv2 > .content{
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: column;
}
.second-eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(1){
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3.6px;
    /* line-height: 28px; */
    padding-top: 1px;
    width: max-content;
}
.second-eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2){
    font-size: 18px;
    letter-spacing: 0.72px;
    font-weight: 500;
    line-height: 28.8px;
}
.second-eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2) > span{
    font-size: 14px;
}
@media(max-width: 1024px){
    .second-eight-sectionn{
        padding: 100px 10px 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .second-eight-section > .eight-section-child{
        width: var(--box-width);
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding: 0px 30px;
    }
    .second-eight-section > .eight-section-child > .left{
        width: 100%;
        /* border: 1px solid white; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .second-eight-section > .eight-section-child > .left > img{
        width: 100%;
        /* height: 100%; */
    }
    .second-eight-section > .eight-section-child > .left > :nth-child(2){
        position: absolute;
        bottom: 140px;
        right: 30% !important;
        /* left: 50%; */
        width: 300px;
        transform: translateX(50%);
    }
    .second-eight-section > .eight-section-child > .right{
        width: 100%;
        color: var(--white-color);
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
        /* border: 1px solid white; */
        margin-left: 100px;
    }
    .second-eight-section > .eight-section-child > .right{
        width: 80%;
        color: var(--white-color);
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
        /* border: 1px solid white; */
        margin-left: 0px;
    }
    .second-eight-section > .eight-section-child > .right > .innerdiv1{
        width: 100%;
    }
    .second-eight-section > .eight-section-child > .right > .innerdiv2{
        width: 100%;
    }
    .second-eight-section > .eight-section-child > .right > .innerdiv2 > .content{
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
}
@media(max-width: 767px){
    .second-eight-section{
        padding: 100px 10px 100px 10px;
        /* border: 1px solid black; */
        width: var(--full-width);
        /* height: 700px; */
        font-family: var(--Shippori-Sans);
        background-image: linear-gradient(rgba(0, 0, 0, 0.0 ),rgba(0, 0, 0, 0.5 )),url(https://soufuuan.jp/wp-content/uploads/2025/01/bg-image.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .second-eight-section > .h1{
        font-size: 28px;
		text-align: center;
    }
	.second-eight-section > .eight-section-child > .right > .innerdiv1 > h2{
		    margin-top: 10px;
			font-size: 23px;
			line-height: 35.2px;
	}
    .second-eight-section > .eight-section-child > .left{
        width: 100%;
        /* border: 1px solid white; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .second-eight-section > .eight-section-child > .left > img{
        width: 100%;
    }
	.second-eight-section > .eight-section-child > .right > .innerdiv1 > p{
		font-size: 14px;
	}
    .second-eight-section > .eight-section-child > .left > :nth-child(2){
        position: absolute;
        bottom: -80px;
        right: 30% !important;
        /*left: 20%;*/
        width: 150px;
        transform: translateX(50%);
    }
    .second-eight-section > .eight-section-child > .right{
        width: 100%;
        color: var(--white-color);
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
        /* border: 1px solid white; */
        margin-left: 0px;
    }
    .second-eight-section > .eight-section-child > .right > .innerdiv1{
        width: 100%;
    }
    .second-eight-section > .eight-section-child > .right > .innerdiv2{
        width: 100%;
    }
    .second-eight-section > .eight-section-child > .right > .innerdiv2 > .content{
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
	.second-eight-section > .eight-section-child > .right > .innerdiv2 > .content > :nth-child(2) > span{
		font-size: 14px;
	}
}

@media(max-width: 540px){
	.second-eight-section > .h1{
		font-size: 18px;
	}

}
.page-template-page{
	background: #FDFBF7;
}
.blog{
	background: #FDFBF7;
}

.hero-section-hospitality{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  font-family: var(--Shippori-Sans);
  overflow: hidden; /* 動画がはみ出さないように */
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* 背景として綺麗にフィット */
  z-index: -1; /* テキストの背後に配置 */
}
.hero-section-hospitality > h1{
display: none;
}
@media (max-width: 767px) {
	.hero-section-hospitality > h1{
        font-size: 30px;
        text-align: center;
        font-weight: 400 !important;
        letter-spacing: 6.72px;
        line-height: 110.76px;
        margin-bottom: 40px;
}
}

/* hero section-end */


/* main-wrapper-hospitality-page */
.main-wrapper-hospitality-page{
    width: var(--box-width);
    margin:100px auto 0;
}
.main-wrapper-hospitality-page > .sub_heading{
    text-align: center;
    letter-spacing: 4.5px;
	font-size: 22px;
    line-height: 56px;
    font-family: 'Shippori Mincho B1';
}
.main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text{
    display: flex;
    margin: 150px  auto 0;
}
.main-wrapper-hospitality-page > .third-sec-hosp-img-text,.main-wrapper-hospitality-page > .fifth-sec-hosp-img-text{
    flex-direction: row-reverse;
}
.main-wrapper-hospitality-page > .third-sec-hosp-img-text > .img > img,.main-wrapper-hospitality-page > .fifth-sec-hosp-img-text > .img > img{
    transform: translateX(-100px);
}
.main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .text{
    width: 45%;
    background:unset;
    padding:unset;
    display:unset;
}
.main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .text > h2{
    background: linear-gradient(180deg, rgba(255, 225, 225, 1) 28%, rgba(190, 190, 190, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 300px;
    text-align: center;
    font-weight: 400;
}
.main-wrapper-hospitality-page > .third-sec-hosp-img-text > .text > h2{
    background: linear-gradient(180deg, rgba(180, 234, 187, 1) 0%, rgba(190, 190, 190, 1) 100%);
    -webkit-background-clip: text;
}
.main-wrapper-hospitality-page > .third-sec-hosp-img-text > .text > h2{
    background: linear-gradient(180deg, rgba(180, 234, 187, 1) 0%, rgba(190, 190, 190, 1) 100%);
    -webkit-background-clip: text;
}
.main-wrapper-hospitality-page > .fifth-sec-hosp-img-text > .text > h2{
    background: linear-gradient(180deg, rgba(174,212,255,1) 0%, rgba(190,190,190,1) 100%);
    -webkit-background-clip: text;
}
.main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img{
    width: 55%;
    position: relative;
    z-index: 1;
}
.main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img > img{
    width: calc(100% + 100px);
    height: 519px;
    object-fit: cover;
}
@media(max-width:1280px){
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img > img{
        width: 100%;
        height: 450px;
    }
    .main-wrapper-hospitality-page > .third-sec-hosp-img-text > .img > img,.main-wrapper-hospitality-page > .fifth-sec-hosp-img-text > .img > img{
        transform: translateX(0px);
    }
}
.main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img > h3{
    position: absolute;
    bottom: -3px;
    left: 0;
    font-size: 100px;
    line-height: 105px;
    color: var(--white-color);
    font-weight: 400;
    font-family:'Shippori Mincho B1';
}
.main-wrapper-hospitality-page > .fifth-sec-hosp-img-text > .img > h3,.main-wrapper-hospitality-page > .third-sec-hosp-img-text > .img > h3{
    right: 0;
    left: auto;
}
.main-wrapper-hospitality-page > .second-sec-hosp-img-text > .img > h3 {
    line-height:normal !important;
}
.main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text{
    width: var(--box-width2);
    position: relative;
    margin:-40px auto 0;
}
.main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text > img{
    width: 100%;
    height: 391px;

}
.main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text > p{
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 4.5px;
    width: 100%;
    color: #B54E44;
    font-family: 'Shippori Mincho B1';
}
.main-wrapper-hospitality-page .third-sec-hosp-overlay-text > p{
    color: #2E7A2E;
}
.main-wrapper-hospitality-page .fifth-sec-hosp-overlay-text > p{
    color: #144983;
}
/* swiper one  css */
.swiper-container-one-hospitality{
    overflow-x: clip !important;
    overflow-y: visible !important;
}
.swiper-container-one-hospitality .swiper-one-slide-0 {
    width:401px;
    margin-top:auto;
    font-family: 'Shippori Mincho B1';
}
.swiper-container-one-hospitality .swiper-one-slide-1{
    margin-top: -40px;
    width:401px;
}
.swiper-container-one-hospitality .swiper-one-slide-2 {
    width:331px;
    margin:auto;
}

.swiper-container-one-hospitality .swiper-one-slide-3 {
    width:401px; 
}
.swiper-container-one-hospitality .swiper-one-slide-4 {
    width:331px; 
}
.swiper-container-one-hospitality .swiper-one-slide-0 p{
    text-align:center;
}
/* swiper two css hospitality  start */
.swiper-container-two-hospitality{
    margin-top: 40px;
}
.swiper-container-two-hospitality .swiper-slide{
    overflow: hidden;
}
.swiper-container-one-hospitality .swiper-slide{
    overflow-x: clip;
    /*height: 295px !important;*/
}
/*.swiper-container-two-hospitality .swiper-slide img{*/
/*    height:auto !important;*/
/*    width:auto!important;*/
/*}*/
.swiper-container-two-hospitality .swiper-two-slide-0{
    width:346px;
    margin:auto;
} 
.swiper-container-two-hospitality .swiper-two-slide-1{
    width:555px;
} 
.swiper-container-two-hospitality .swiper-two-slide-3{
    width:447px;
    margin-top:auto;
    margin-bottom:10px !important;
   
} 
.swiper-container-two-hospitality .swiper-two-slide-2{
    width: 448px;
    margin:auto;
}
/* swiper two css hospitality  end */
/* swiper three css hospitality  start */
.swiper-container-three-hospitality{
    margin-top: 40px;
}
.swiper-container-three-hospitality .swiper-slide{
    overflow: hidden;
    /*height: 269px !important;*/
}
.swiper-container-three-hospitality .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-container-three-hospitality .swiper-three-slide-0,.swiper-container-three-hospitality .swiper-three-slide-2{
    width:401px;
}
.swiper-container-three-hospitality .swiper-three-slide-1,.swiper-container-three-hospitality .swiper-three-slide-3{
        width:301px;
        margin:auto;
}
/* swiper three css hospitality end */
/* swiper four css hospitality start */
.swiper-container-four-hospitality{
    margin-top: 70px;
    margin-bottom: 150px;
    overflow-y: visible !important;
    overflow-x: clip !important;
}
.swiper-container-four-hospitality .swiper-four-slide-2{
    overflow: hidden;
    /*height: 269px !important;*/
    width:600px;
}
.swiper-container-four-hospitality .swiper-four-slide-2 img{
    height: 100%;
    object-fit: cover;

}
.swiper-container-four-hospitality .swiper-four-slide-0{
   margin-top: -30px;
   width:400px;
 }
 .swiper-container-four-hospitality .swiper-four-slide-0 img{
    /*padding-bottom: 40px;*/
    width: 100%;
}
.swiper-container-four-hospitality .swiper-four-slide-1{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    /*padding: 40px 0 0px;*/
    margin:auto;
      font-family: 'Shippori Mincho B1';
      width:369px;
}
.swiper-container-four-hospitality .swiper-four-slide-3{
    /*padding-bottom: 40px;*/
    margin-top: -30px;
    width:500px;
}


.youtube-embed{
	width: 70%;
	margin: auto;
	margin-bottom:200px;
}
@media(max-width:767px){
.youtube-embed{
	width: 90%!important;
	margin: auto;
	margin-bottom:200px;
}
}
/* swiper four css hospitality end */

@media(max-width:1024px){
    .main-wrapper-hospitality-page{
        padding-left: 10px;
        padding-right: 10px;
        margin: 30px auto;
    }
    .main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text{
        width: calc(var(--box-width) - 10%);
        margin: 0px auto;
    }
    .main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text > p{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img > img{
        height: 350px;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .text > h2{
        font-size: 200px;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .text{
        width: 38%;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img{
        width: 62%;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text{
        margin: 100px auto 0;
    }
    .main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text > img{
        height: 380px;
		margin-top: 40px;
    }
    .swiper-container-four-hospitality .swiper-four-slide-0{
        width:300px;
    }
    .swiper-container-four-hospitality .swiper-four-slide-1{
        width:269px;
    }
    .swiper-container-four-hospitality .swiper-four-slide-2{
        width:400px;
    }
       .swiper-container-four-hospitality .swiper-four-slide-3{
        width:350px;
    }
    .swiper-container-three-hospitality .swiper-three-slide-0,.swiper-container-three-hospitality .swiper-three-slide-2{
    width:301px;
}
.swiper-container-three-hospitality .swiper-three-slide-1,.swiper-container-three-hospitality .swiper-three-slide-3{
        width:201px;
}
.swiper-container-two-hospitality .swiper-two-slide-0{
    width:246px;
} 
.swiper-container-two-hospitality .swiper-two-slide-1{
    width:455px;
} 
.swiper-container-two-hospitality .swiper-two-slide-3{
    width:347px;
} 
.swiper-container-two-hospitality .swiper-two-slide-2{
    width: 348px;
}
.swiper-container-one-hospitality .swiper-one-slide-0 {
    width:301px;
}
.swiper-container-one-hospitality .swiper-one-slide-1{
    width:301px;
}
.swiper-container-one-hospitality .swiper-one-slide-2 {
    width:231px;
}
.swiper-container-one-hospitality .swiper-one-slide-3 {
    width:301px; 
}
.swiper-container-one-hospitality .swiper-one-slide-4 {
    width:231px; 
}
}
@media(max-width:767px){
    .hero-section-hospitality{
        padding: 40vh 0vh 35vh 0vh;
    }
	.main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text > p{
		padding-left: 0px;
        padding-right: 0px;
        font-size: 16px;
        line-height: 2.1em;
	}
    .main-wrapper-hospitality-page > .sub_heading{
        line-height: 46px;
		font-size: 16px;
		text-align: left;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text{
        flex-direction: column;
        margin: 0px auto 0;
        gap: 30px;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .text{
        width: 100%;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img{
        width: 100%;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img img{
        height: auto;
    }
    .main-wrapper-hospitality-page > .main-wrapper-hospitality-img-text > .img > h3{
        font-size:4.5rem;
		bottom: 2px;
    }
    .swiper-container-one-hospitality .swiper-slide{
        height:auto !important;
    }
     .swiper-container-four-hospitality .swiper-four-slide-0{
        width:190px;
    }
    .swiper-container-four-hospitality .swiper-four-slide-1{
        width:169px;
    }
    .swiper-container-four-hospitality .swiper-four-slide-2{
        width:280px;
    }
       .swiper-container-four-hospitality .swiper-four-slide-3{
        width:230px;
    }
 .swiper-four-slide-1 p{
     font-size:14px;
 }
    .swiper-container-three-hospitality .swiper-three-slide-0,.swiper-container-three-hospitality .swiper-three-slide-2{
    width:201px;
}
.swiper-container-three-hospitality .swiper-three-slide-1,.swiper-container-three-hospitality .swiper-three-slide-3{
        width:150px;
}
.swiper-container-two-hospitality .swiper-two-slide-0{
    width:146px;
} 
.swiper-container-two-hospitality .swiper-two-slide-1{
    width:255px;
} 
.swiper-container-two-hospitality .swiper-two-slide-3{
    width:207px;
} 
.swiper-container-two-hospitality .swiper-two-slide-2{
    width: 220px;
}
.swiper-container-one-hospitality .swiper-one-slide-0 {
    width:221px;
}
.swiper-container-one-hospitality .swiper-one-slide-1{
    width:221px;
}
.swiper-container-one-hospitality .swiper-one-slide-2 {
    width:181px;
}
.swiper-container-one-hospitality .swiper-one-slide-3 {
    width:221px; 
}
.swiper-container-one-hospitality .swiper-one-slide-4 {
    width:181px; 
}
.swiper-container-one-hospitality .swiper-one-slide-3 img{
    height:100%;
}
}


/*set up duplicaes section in english*/
.middle.engllish-middle {
    width: var(--box-width1);
    gap:60px;
}

.second-section5sofuan > .bottom > :nth-child(1){
    width:70%;
}
.second-section5sofuan > .bottom > :nth-child(2){
    width:30%;
}
.second-section5sofuan > .bottom{
    gap:60px;
    width: var(--box-width1);
}
.second-section5sofuan > .top > p{
    width:max-content !important;
}
.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .left{
    flex-direction:row;
     width:100%;
     align-items:center;
     gap:30px;
}
.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right{
    flex-direction:row;
    width:100%;
      align-items:center;
       gap:30px;
}

.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right > :nth-child(1){
    margin-bottom:0px;
    font-size:20px;
    letter-spacing:4px;
}
.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right > :nth-child(1) span{

}
.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .left > p:nth-child(2){
    font-size:26px;
    width:max-content;
    white-space:nowrap;
}

.second-section5sofuan > .middle > :nth-child(2) > img{
    width:100%;
}
.second-section5sofuan > .bottom > :nth-child(2) > div > img{
    width:100%;
}
.second-section5sofuan > .bottom > :nth-child(1) > :nth-child(1) > .left > p,.second-section5 > .bottom > :nth-child(1) > div > .right > p{
    margin:0px !important;
    /*min-height:45px;*/
    width:100%;
}
.second-section5sofuan > .bottom > :nth-child(1) > :nth-child(1) > .left,.second-section5 > .bottom > :nth-child(1) > div > .right{
    width:max-content;
}
.second-section5sofuan > .bottom > :nth-child(1) > :nth-child(1){
    flex-direction:column;
}
.second-section5sofuan .left-right-wrappers{
    display:flex;
    gap:30px;
    align-items:center;
    /*justify-content:space-between;*/
    width:100%;
}
.second-section5sofuan .left-right-wrappers .left{
   width:440px;
}
.second-section5sofuan .left-right-wrappers .right{
   width:260px;
}
.second-section5sofuan  .left-right-wrappers .left p{
   font-size:20px;
	
}

.second-section5sofuan .left-right-wrappers .left p span{
   font-size:16px;
   letter-spacing:4px;
}
.second-section5sofuan  .left-right-wrappers .right p{
   font-size:26px;
}
.second-section5sofuan  .left-right-wrappers .right p span{
   font-size:14px;
   letter-spacing:2.1px;
}
.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1){
    flex-direction:column;
}
.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right > p:nth-child(2){
    white-space:nowrap;
    letter-spacing:4px;
}

.first-image{
	 display: flex;
    gap: 10px;
    flex-direction: column;
}
.second-image{
	 display: flex;
    gap: 10px;
    flex-direction: column;
}

@media screen and (max-width: 320px) {
	.main-wrapper-hospitality-page .main-wrapper-hospitality-overlay-text > p{
		padding-left: 7px;
        padding-right: 0px;
        font-size: 12px;
	}

}


@media(max-width:1024px){
    .second-section5sofuan > .bottom > :nth-child(1){
        width:100%;
    }
    .second-section5sofuan > .bottom > :nth-child(2){
        width:100% !important;
        
    }
    .second-section5sofuan {
        padding-left:10px;
        padding-right:10px;
    }
}
.ps-smaller{
    font-size:22px !important;
}
span.right-align .texts {
    font-size: 14px !important;
    letter-spacing: 2.1px!important;
    line-height: 22px;
}
@media(max-width:767px){
    .second-section5sofuan > .top > :nth-child(1){
        font-size:28px;
		line-height: 1.3em;
    }
    span.right-align .number{
        font-size:20px!important;
		letter-spacing: 3.6px !important;
    }
	.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .left{
		flex-direction: column;
		gap: 10px!important;
		margin-bottom: 24px;
	}
		.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right{
		flex-direction: column;
		gap: 10px!important;
	}

    .second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .left > p,.second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right > :nth-child(1){
       white-space:pre-line;
        margin:0px !important;
		text-align: left;
        line-height:normal;
        width:100% !important;
		letter-spacing: 3.6px!important;
    }
    .second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .left > p:nth-child(2){
        font-size:20px;
        text-align:end;
    }

    .second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right > p:nth-child(2){
          margin:0px !important;
          letter-spacing:1px !important;
          font-size:20px;
          line-height:normal;
          text-align:end;
          width:100%!important;
    }
    .second-section5sofuan > .middle > :nth-child(1) > :nth-child(1) > .right > p:nth-child(2) span{
          letter-spacing:2px;
    }

    .second-section5sofuan .left-right-wrappers .left p{
        font-size:18px;
		margin-bottom: 10px;
    }
    .second-section5sofuan .left-right-wrappers .left p span{
        font-size:14px;
    }
    .second-section5sofuan .left-right-wrappers .right p{
        font-size:20px;
        white-space:nowrap;
    }
    .second-section5sofuan .left-right-wrappers .right p span{
        font-size:14px;
    }
    .ps-smaller{
    font-size:20px !important;
}
.second-section5sofuan .left-right-wrappers{
    flex-direction:column;
    gap:0px!important;
}
.second-section5sofuan .left-right-wrappers .left {
    width: 100% !important;
}
.second-section5sofuan .left-right-wrappers .right{
    width:100%!important;
    text-align:end;
}
}
.second-section5sofuan p{
     font-family: Philosopher;
}

.menu-setup {
    width: 50%;
}

.menu-setup .para {
    width: 100%;
}

.menu-set-warp {
    display: flex;
    flex-wrap: wrap;
}

.menu-setup .para p:first-child {
    white-space: normal !important;
    width: 40% !important;
}
.menu-setup .para p:last-child {
    width: 60% !important;
}
@media(max-width:768px){
    .menu-setup {
    width: 100%;
}
.menu-set-warp .menu-setup .para p{
    padding:0px !important;
}
.menu-setup_2 {
    order: 4;
}
.menu-setup_4 {
    order: 5;
}
.menu-setup_6 {
    order: 6;
}
}


/*@media(max-width:360px){*/
/*    .second-section3 > .content2 > .bottom  .left > p,.second-section4 > .content > .bottom > div > :nth-child(1) > p,.second-section5 > .middle > :nth-child(1) > :nth-child(1) > .left > p,.second-section5 > .bottom > :nth-child(1) > div > .left > p{*/
/*        font-size:15px!important;*/
/*    }*/
/*    .second-section3 > .content2 > .bottom .right > p,.second-section4 > .content > .bottom > div > :nth-child(2) > p,.second-section5 > .middle > :nth-child(1) > :nth-child(1) > .right > p,.second-section5 > .bottom > :nth-child(1) > div > .right > :nth-child(1){*/
/*        font-size:15px !important;*/
/*    }*/
/*        .second-section3 > .content2 > .bottom > :nth-child(1) > span,.second-section4 > .content > .bottom > div > :nth-child(1) > p span,.second-section5 > .middle > :nth-child(1) > :nth-child(1) > .left > p span,.second-section5 > .bottom > :nth-child(1) > div > .left > p span{*/
/*        font-size:13px !important;*/
/*    }*/
/*}*/