
.no-scroll {
    overflow: hidden; /* bodyにこのクラスを追加するとスクロール無効化 */
}

/**
* FV
*/
.fv {
    margin-bottom: 50px;
    overflow-y: auto;
}

.fv .sentence {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto;
    gap: 30px 0;
}

.fv .sentence p {
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    line-height: 2;
}

.fv .sentence .catch {
    font-size: 2.2rem;
    letter-spacing: 0.03rem;
    line-height: 1.4;
    font-weight: 500;
}

@media (min-width:500px) {
    .sentence .catch {
        font-size: 2.6rem;
    }
}

@media (min-width:768px) {
    .sentence .catch {
        font-size: 3rem;
        min-width: 768px;
    }
}

.slideshow-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

.slide {
    display: inline-block;
    width: 10%;
    height: 300px;
    margin: 0 4px;
    overflow: hidden;
    transition: width 0.6s;
}

.slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}

.slide.active {
    width: calc(90% - 70px);
}

@media (min-width:400px) {
    .slide {
        height: 400px;
        width: 10%;
    }

    .slide.active {
        width: calc(80% - 70px);
    }
}

@media (min-width:768px) {
    .slide {
        height: 600px;
        margin: 10px;
    }
}

.slide.active img {
    transform: scale(1.2);
    transition: transform 0.6s;
}

.detail-slide {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 0 10px;
    flex-wrap: wrap;
}

.detail-slide .en {
    font-size: 2rem;
}

#count {
    top: 10px;
    right: 10px;
    padding: 5px;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 1rem;
}

.detail-slide button {
    padding: 22px 16px;
    border: 1px solid #222222;
    border-radius: 50% 50%;
}

.detail-slide #next img {
    transform: scale(-1, 1);
}


.container {
    height: 640vh;
}

@media (min-width:768px) {
    .works {
        height: 100vh;
        overflow-y: hidden;
        position: sticky;
        top: 0;
        z-index: 1;
        margin: 100px auto;
    }

    .container {
        height: 100vh;
        scroll-snap-type: y mandatory;
        overflow-y: auto;
    }
}

.works .container > section {
	height: 160vh;
	scroll-snap-align: start;
	scroll-snap-stop: always;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s;
    overflow-y: auto;
}

@media (min-width:800px) {
    .works .container > section {
        height: 100vh;
    }
}

.works .container .work1 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(work1-1.jpg);
}

.works .container .work2 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(work2-3.jpg);
}

.works .container .work3 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(work3-1.jpg);
}

.img-btn .inner {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.img-btn .sentence,
.img-btn .btn-wr {
    max-width: 1000px;
}

.img-btn .sentence h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
}

.img-btn .sentence .catch {
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 20px auto;
    font-weight: 600;
}

.img-btn .sentence p {
    line-height: 2;
}

.img-btn .sentence .tap {
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin: 30px auto 20px;
}

.img-btn .sentence .tap::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin-left: 20px;
}

.img-btn-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.image-button {
    height: 110px;
    width: 30%;
    transition: transform 0.2s;
    border: 2px solid #ffffff;
}

.image-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-button:hover {
    transform: scale(1.1);
}

.point-wr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.point-wr .wrapper {
    width: 100%;
    position: relative;
}

.point-wr .wrapper > div {
    padding: 20px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}

@media (min-width:768px) {
    .point-wr .wrapper > div {
        position: absolute;
    }

    .point-wr .wrapper > div {
        max-width: 450px;
        width: auto;
    }

    .point-wr .wrapper {
        height: 500px;
    }
}

.point-wr .head {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.point-wr .point1 {
    right: 0;
    bottom: 0;
}

.point-wr .point2 {
    top: 0;
}

.point-wr .point3 {
    left: 0;
    bottom: 30%;
    transform: translate(0 -30%);
}

@media (min-width:1000px) {
    .point-wr .point3 {
        left: 0;
        bottom: 0;
    }
}

.point-wr > div p {
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
}

.product {
    position: relative;
    z-index: 2;
    background-color: #B0B39A;
    width: 100%;
    padding: 100px 0 50px;
}

.product > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.product hgroup {
    margin: 40px auto;
}

.product hgroup .en {
    font-size: 50px;
}

.product hgroup h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 10px auto;
}

.product .flex-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #222222;
    flex-wrap: wrap;
}

.product .flex-box.reverse {
    flex-direction: row-reverse;
}

.product .flex-box:last-child {
    border-bottom: 1px solid #222222;
}

.product .flex-box .sentence {
    padding: 20px;
}

.product .flex-box .sentence .head {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.product .flex-box .sentence .head .number {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 3rem;
    margin-right: 20px;
}

.product .flex-box .sentence p {
    font-family: "Noto Sans JP", serif;
    line-height: 2;
}

.product .flex-box img {
    min-width: 300px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    background-color: #EDEDED;
}

.product .lighting {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px dotted #222222;
    flex-wrap: wrap;
}

.product .lighting .box {
    flex-basis: 33%;
    min-width: 300px;
    width: 100%;
}

@media (min-width:700px) {
    .product hgroup .en {
        font-size: 100px;
    }

    .product .flex-box .sentence {
        width: 45%;
    }

    .product .flex-box img {
        width: 50%;
    }

    .product .lighting {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .product .lighting .box {
        flex-basis: 33%;
        min-width: auto;
        width: auto;
    }
}

.product .lighting .box img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #EDEDED;
}

.product .lighting .box .en {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product .lighting .box .en::before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #222222;
    margin-right: 20px;
}

.product .lighting .box h4 {
    margin-top: 20px;
    text-align: center;
}

#proposal {
    z-index: 2;
    background-color: #B0B39A;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

#proposal > .inner {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 10px;
}

#proposal hgroup {
    text-align: center;
}

#proposal hgroup h2 {
    font-size: 2rem;
    font-weight: 500;
}

#proposal hgroup .en {
    margin-top: 20px;
    font-size: 1.4rem;
}

#proposal .inner {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0px auto;
    flex-wrap: wrap;
}

#proposal .inner .box {
    min-width: 300px;
    width: 100%;
}

@media (min-width:700px) {
    #proposal .inner .box {
        min-width: auto;
        width: 35%;
    }
}

#proposal .inner .box img {
    width: 90%;
    height: 250px;
    background-color: #EDEDED;
    margin: 0px auto 20px;
    display: block;
    object-fit: cover;
}

#proposal .inner .box p {
    line-height: 2;
    font-family: "Noto Sans JP", serif;
}

#proposal .inner .box .q {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 20px;
    border: 1px solid #222222;
    font-family: "Noto Serif JP", serif;
}

.staff {
    z-index: 2;
    background-color: #B0B39A;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.staff hgroup{
    padding-bottom: 150px;
}

.staff .en {
    display: flex;
    align-items: center;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
    justify-content: center;
}

.staff .en::before,
.staff .en::after {
    content: "";
    display: block;
    width: 10%;
    min-width: 50px;
    height: 100%;
    min-height: 50px;
    background-image: url(staff-left.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.staff .en::after {
    background-image: url(staff-right.png);
}

@media (min-width:600px) {
    .staff .en{
        font-size: 100px;
    }
}

.staff .en2 {
    font-size: 2rem;
    text-align: center;
}

.staff .detail {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

.staff .detail .inner {
    padding: 0 20px;
}

.staff .detail img {
    width:100%;
}

@media (min-width:700px) {
    .staff .detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        border-top: 1px solid #222222;
        border-bottom: 1px solid #222222;
    }

    .staff .detail img{
        width: 40%;
        height: 500px;
        object-fit: cover;
    }

    .staff .detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        align-items: center;
    }

    .staff .detail .inner {
        width: 50%;
    }
}

@media (min-width:1200px) {
    .staff .detail img{
        height: auto;
    }
}

.staff .name-wr .en3 {
    font-size: 1.7rem;
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.staff .name-wr .en3::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    margin-right: 10px;
    background-color: #222222;
}

.staff .name-wr .name{
    font-size: 2.7rem;
    margin: 15px;
}
@media (min-width:800px) {
    .staff .name-wr .name{
        display: inline;
    }
}

.staff .name-wr .name2{
    font-size: 2rem;
    margin-left: 20px;
}

@media (min-width:800px) {
    .staff .name-wr .name2{
        display: inline-block
    }
}

.staff .text{
   font-family: "Noto Sans JP", serif;
   margin: 20px 0;
}

.staff .text2{
    border:1px solid #222222;
    padding: 20px;
    margin-top: 30px;
}

.staff .text2 .back{
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    font-family: "Noto Sans JP", serif;
}

.staff .name-wr .back span{
    margin-top: 10px;
}

.contact {
    z-index: 2;
    background-color: #B0B39A;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.contact .inner {
    text-align: center;
    max-width: 1200px;
    border:1px solid #222222;
    border-radius: 38px;
    position: relative;
    margin: 0 auto;
}

.contact .en{
    position: absolute;
    text-align: center;
    font-size: 2rem;
    background-color: #B0B39A;
    top:-3%;
    left:7%;
    display: block;
    width:fit-content
}

@media (min-width:800px) {
    .contact .en{
        right:0;
        left:0;
    }
}

.contact .en2{
    font-size: 1.3rem;
    margin: 40px auto;
    font-family: "Noto Sans JP", serif;
}

.contact .detail{
    margin: 50px 20px;
    line-height: 2;
    font-family: "Noto Sans JP", serif;
}

.contact .btn-wr{
    margin: 0 auto;
    width: fit-content;
}

.contact .btn-wr .btn p{
    width: 250px;
    color:#ffffff;
    background-color: #222222;
    padding: 30px;
    justify-content: center;
}

.contact .btn-wr .btn2 p{
    width: 350px;
    color:#ffffff;
    background-color: #222222;
    padding: 30px;
}

.contact .btn-wr a {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin:20px;
    align-items: center;
    background-color: #222222;
}

@media (min-width:500px) {
    .contact .btn-wr a {
        max-width: 350px;
    }
}

@media (min-width:800px) {
    .contact .en{
        transform: rotate(-90deg);
        top:40%;
        left:-120px;
    }

    .last > .inner{
        display: flex;
        max-width: 1500px;
        margin: 0 auto;
    }
}

.last {
    z-index: 2;
    background-color: #B0B39A;
    width: 100%;
    position: relative;
}

.last .store{
    width: 100%;
    height: 500px;
    background-image: url(./store/store.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

@media (min-width:800px) {
    .last .store{
        flex-basis: 50%;
    }
}

.last .store p{
    color:#ffffff;
    display: flex;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.last .official{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-image: url(./official.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

@media (min-width:800px) {
    .last .official{
        flex-basis: 50%;
    }
}

.last .official p{
    color:#ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.last .fir{
    font-size: 36px;
    margin-left: 10px;
}

.last .sec{
    font-size: 28px;
    margin-left: 10px;
}

.last .thi{
    font-size: 30px;
    padding: 20px;
    background-color: #222222;
    margin-top: 30px;
}

.circle-container:hover .inner-circle {
    transform: scale(1);
}