/* 共通パーツ */
h3 {
    text-align: center;
    font-size: 2.5em;
}

.text-box {
    margin-left: auto;
    margin-right: auto;
}

.fs-small {
    font-size: .8em;
    text-indent: -1em;
    padding-left: 1em;
}

.text-box-50 {
    width: 50dvw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.img-50 {
    width: 50dvw;
    min-height: 50dvw;
    /* height: 50dvw; */
}

.img-50 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-100 {
    width: 100%;
}

.img-100 img {
    width: 100%;
}


/* contents-1 */
.contents-1 h2 {
    text-align: center;
    font-size: 4em;
    margin-top: 100px;
    margin-bottom: 10px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    font-weight: bold;
}

.contents-1 p {
    text-align: center;
    font-size: 1.3em;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    font-weight: bold;
}

.contents-1 video {
    width: 100%;
    height: 60dvw;
    object-fit: cover;
    object-position: center -10dvw;
    margin-bottom: 6dvw;
}

/* contents-2 */
.contents-2 h3 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    font-weight: bold;
}

.contents-2 h3 span {
    font-size: 1.5em;
}

.contents-2 .text-box {
    text-align: center;
    max-width: 800px;
    margin-bottom: 55px;
}

.animation-yellow {
    width: 100%;
    margin-bottom: 10dvw;
}

/* contents-3 */
.contents-3 {
    margin-bottom: 10dvw;
}

.contents-3-1,
.contents-3-2 {
    display: flex;
}

.contents-3 h3 {
    margin-bottom: 35px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    font-weight: bold;
    white-space: nowrap;
}

.contents-3 .img-100 {
    height: 50dvw;
}

.contents-3 .img-100 img {
    width: 115%;
    height: 100%;
    object-fit: cover;
    object-position: -3dvw bottom;
}

.sp-contents-3-1 {
    display: none;
}

.contents-3-2 br {
    display: none;
}

.sp-contents-3-2 {
    display: none;
}

/* contents-4 */
.contents-4 .text-box-50 .text {
    text-align: left;
}

/* contents-5 */
.contents-5 {
    margin-bottom: 10dvw;
}

.contents-5-1,
.contents-5-2 {
    position: relative;
}

.contents-5-2 {
    margin-bottom: 10dvw;
}

.sheep,
.leather {
    width: 90dvw;
    height: 55dvw;
}

.sheep {
    margin-left: auto;
}

.sheep-1 {
    display: none;
}

.leather {
    margin-right: auto;
}

.contents-5 .sheep img,
.contents-5 .leather img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.contents-5-1 .text-box,
.contents-5-2 .text-box {
    position: absolute;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    max-width: 560px;

    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 15px 20px;
    height: fit-content;
    /* color: #000; */
    /* text-align: center; */
    width: 44%;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.contents-5-1 .text-box {
    left: 0;
    margin-left: 20px;
}

.contents-5-2 .text-box {
    right: 0;
    margin-right: 20px;
}

.indoor .top-img {
    width: 100%;
    margin-bottom: 3em;
}

.indoor-text {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5em;
}

.indoor-text p {
    width: 600px;
    margin-right: 40px;
}

.indoor-text img {
    height: 55px;
}

.moisture {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    align-items: end;
}

.moisture .text-box {
    width: 50%;
    text-align: center;
    height: 60dvw;
    display: flex;
    flex-direction: column;
}

.moisture .text-box .br {
    margin-bottom: 55px;
    display: none;
}

.moisture .graph {
    width: 100%;
    margin-top: auto;
}

.moisture .graph img {
    width: 100%;
}

.moisture .image {
    width: 50%;
    height: 60dvw;
}

.moisture .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* contents-5 */
.contents-6 {
    background: rgb(194, 197, 205);
    color: #000;
    padding-top: 10dvw;
}

.contents-6-1 h3,
.contents-6-2 h3 {
    font-size: 6em;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    font-weight: bold;
}

.skin-text {
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    text-align: center;
    font-size: 2em;
}

.contents-6-1 .text-box p {
    margin-bottom: 10px;
}

.contents-6-1 .text-box {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 5dvw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contents-6-1 .images-box {
    display: flex;
}

.contents-6-1 .images-box div {
    width: 50dvw;
}

.contents-6-1 .images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents-6-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13dvw 0 10dvw 0;
}

.contents-6-2 h3 {
    color: #fff;
}

.contents-6-2 .text-box .text {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.Atelier-img {
    width: 60dvw;
    height: 50dvw;
}

.Atelier-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents-7 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.official {
    display: flex;
}

.contents-7 .text-box {
    padding-right: 50px;
}

.contents-7 h3 {
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.contents-7-img {
    width: 30dvw;
}


/* contact */
.goodwool-contact {
    background-color: #fff;
    color: #000;
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    /* padding-top: 50px; */
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    padding-left: 40px;
    padding-right: 40px;

}

.goodwool-contact h2 {
    font-size: 2em;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Bodoni 72', serif;
    text-align: center;
    margin-bottom: 10px;
}

.h2-comment {
    text-align: center;
    font-size: .8em;
    margin-bottom: 40px;
}

.contact-contents {
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
}

label {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input {
    border-bottom: #000 1px solid;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;

    text-align: center;
}

textarea {
    border: #000 1px solid;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    font-size: 1.2em;
    resize: none;
    padding-left: 3px;
    padding-right: 3px;
}

.goodwool-contact .komejirushi {
    font-size: .8em;
    margin-left: 5px;
}

.btn {
    border: 1px solid #000;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    transition: .2s;
}

.btn:hover {
    background: #000;
    color: #fff;
    transition: .2s;
}

button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    padding: 7px 75px 5px;
    text-align: center;
}

::placeholder {
    color: #ccc;
}

.goodwool-contact-finished {
    margin-bottom: 20px;
}

.goodwool-contact-finished h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.goodwool-contact-finished p {
    text-align: center;
}


@media (min-width: 1000px) {

    .moisture .text-box,
    .moisture .image {
        max-height: 550px;
    }
}

@media (max-width: 850px) {

    .contents-2 .text-box,
    .indoor-text,
    .contents-7 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .contents-3-2 br {
        display: block;
    }

    .contents-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .goodwool-contact {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .moisture .text-box .br {
        display: block;
    }

    .skin-text {
        font-size: 3.5dvw;
    }

    .contents-6 {
        padding-top: 5dvw;
    }

    .contents-6-2 {
        flex-direction: column;
        padding-bottom: 0;
    }

    .contents-6-2 .text-box {
        margin-bottom: 5dvw;
        text-align: center;
    }

    .Atelier-img {
        width: 100%;
    }

    .contents-7 .text-box {
        padding-right: 20px;
    }

    .contents-7-img {
        width: 45dvw;
    }

    label {
        margin-bottom: 0px;
    }

    .contact-contents {
        margin-bottom: 40px;
    }
}

@media (max-width: 550px) {
    .contents-3 {
        margin-bottom: 5dvw;
    }

    .contents-3 h3 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .official {
        flex-direction: column-reverse;
    }

    .contents-7-img {
        width: 35dvw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .contents-7 .text-box {
        padding-right: 0px;
    }

    .contents-5-1 .text-box,
    .contents-5-2 .text-box {
        position: relative;
        background: none;
        width: 100%;
        border: none;
        margin-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .sheep,
    .leather {
        width: 100dvw;
    }

    .contents-5-1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .contents-5-1 .text-box {
        margin-left: 0px;
    }

    .sheep-2 {
        display: none;
    }

    .sheep-1 {
        display: block;
    }

    .indoor .top-img {
        margin-bottom: 2em;
        min-height: 180px;
        object-fit: cover;
    }

    .indoor h3 {
        margin-bottom: 10px;
    }

    .indoor-text {
        flex-direction: column;
        margin-bottom: 2.5em;
    }

    .indoor-text p {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .indoor-text div {
        width: 100%;
        text-align: right;
    }

    .indoor-text img {
        height: 45px;
    }

    .moisture .text-box p {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    h3 {
        font-size: 2em;
    }

    .contents-1 h2 {
        font-size: 3em;
        margin-top: 12dvw;
    }

    .contents-1 p {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 1.1em;
    }

    .contents-2 h3 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .contents-2 h3 span {
        font-size: 1.3em;
    }

    .contents-2 .text-box {
        text-align: left;
    }

    .animation-yellow {
        margin-bottom: 5dvw;
    }

    .contents-3 h3 {
        margin-bottom: 10px;
    }

    .contents-3-1 {
        display: none;
    }

    .sp-contents-3-1 {
        display: block;
    }

    .sp-contents-3-1 .images-box {
        width: 102dvw;
        height: 55dvw;
        margin-bottom: 13dvw;
    }

    .sp-contents-3-1 .images-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
    }

    .sp-contents-3-1 .text-box {
        text-align: center;
    }

    .sp-contents-3-1 .text-box br {
        display: none;
    }

    .pc-contents-3-2 {
        display: none;
    }

    .sp-contents-3-2 {
        display: block;
    }

    .sp-contents-3-2 .image {
        display: flex;
    }

    .sp-contents-3-2 .img-50 {
        width: 50dvw;
        height: 50dvw;
    }

    .sp-contents-3-2 .img-50 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -28dvw center;
    }

    .sp-contents-3-2 .text-box-50 {
        width: 100%;
        padding-top: 0;
        padding-bottom: 13dvw;
    }
}

@media (max-width: 375px) {

    .contents-2 .text-box,
    .indoor-text,
    .contents-7,
    .contents-6-1 .right .text-box {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .text-box-50,
    .sp-contents-3-1 .text-box,
    .contents-5-1 .text-box,
    .contents-5-2 .text-box,
    .contents-6-1 .text-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* スワイパー */
.swiper {
    height: 100%;
}

.swiper-goodwool {
    margin: 10dvw auto;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.swiper-slide {
    height: 26dvw;
    min-height: 200px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    display: none;
    transition-timing-function: ease-in-out;
}

@media (max-width: 768px) {
    .swiper-wrapper {
        height: 45dvw;
        min-height: 200px;
    }

    .swiper-slide {
        opacity: .3;
        transition: .7s;
        margin-top: auto;
        margin-bottom: auto;
        height: 100%;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide-active {
        opacity: 1;
        z-index: 1;
        height: 100%;
    }
}

@media (max-width: 425px) {
    .swiper-wrapper {
        height: 26dvw;
    }

    .swiper-goodwool {
        margin: 13dvw auto;
    }
}

/* reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha {
    margin-bottom: 55px;
    font-size: .8em;
    text-align: center;
    color: #666;
}

.recaptcha a:hover {
    color: #000;
}

.comment-mb {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .recaptcha {
        margin-bottom: 40px;
    }
}