@charset "UTF-8";

a {
    color: #333;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: bottom;
}
.container {
    max-width: 1200x;
    margin: 0 auto;
    padding: 0 3%;
}
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
}
/* header */
#bg__img {
    background-image: url(../img/mv.pc.jpg);
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    padding: 40px;
    /* 内部コンテンツの最大幅を設定 */
    margin: 0 auto;
    /* 中央に配置 */
}


.header__title {
    max-width: 190px;
    font-size: 36px;
    font-family: Didot;
    font-weight: bold;
}

.nav__ul {
    display: flex;
}

.nav__ul li {
    margin-right: 30px;
}

.header__nav a {
    font-size: 16px;
    font-family: Didot;
    font-weight: normal;
}

.header__icons-area {
    display: flex;
    max-width: 80px;
}

.icons__twitter-header {
    margin-right: 20px;
}

.openbtn1 {
    display: none;
}

.catchphrase-fv {
    font-size: 50px;
    font-family: HiraMinProN-W3;
    position: relative;
    top: 30%;
    padding-left: 35px;
}

.br-sp {
    display: none;
}


/* main */
/* #features */
#features {
    margin: 150px 0 180px;
}

.section__title-container {
    text-align: center;
}

.section__title-center {
    font-size: 36px;
    font-family: Didot;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
}

.section__title-center::before {
    content: "";
    position: absolute;
    top: 18%;
    left: -30px;
    transform: translateY(-50%);
    /* ボックスを垂直中央に配置 */
    width: 20px;
    height: 20px;
    background-color: #BD6856;
    margin-right: 20px
}

.features__ul {
    display: flex;
    justify-content: center;
}



.features__li-item:nth-child(2) {
    margin: 0 50px;
}

.features__li-item-title {
    font-size: 18px;
    font-family: HiraMinProN-W6;
    margin: 12px 0 15px;
}

.features__li-item-text {
    font-size: 16px;
    font-family: HiraMinProN-W3;
}



/* #products */
#products .section__title-container, #news .section__title-container {
    text-align: left;
}
.section__title-left {
    font-size: 36px;
    font-family: Didot;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
    padding-left: 40px;
    position: relative;
    display: inline-block;
}

.section__title-left::before {
    content: "";
    position: absolute;
    top: 18%;
    left: 0;
    transform: translateY(-50%);
    /* ボックスを垂直中央に配置 */
    width: 20px;
    height: 20px;
    background-color: #BD6856;
    margin-right: 20px
}

.products__grid-container {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}



.products__grid-item-title {
    font-size: 24px;
    font-family: HiraMinProN-W6;
    text-align: center;
    margin-top: 20px;
}

.products__grid-item-text {
    font-size: 16px;
    font-family: HiraMinProN-W3;
    margin: 15px 0 20px;
}

.price {
    font-size: 18px;
    font-family: HiraMinProN-W3;
    text-align: right;
}

.products__button-container {
    text-align: right;
    margin: 60px 0;
}


.btn {
    max-width: 280px;
    font-size: 20px;
    font-family: Didot;
    font-weight: normal;
    border: solid 1px #333;
    padding: 20px 70px;
}

.btn a {
    text-decoration: none;
    color: #000;
}


/* #message */
#message {
    background-color: #E7DDD3;
    height: 600px;
}

.message__flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 110px 0;
}

.message__area {
    width: 50%;
    max-width: 500px;
}

.section__title-message {
    font-size: 32px;
    font-family: HiraMinProN-W6;
    margin-bottom: 35px;
}

.message__area-text {
    font-size: 16px;
    font-family: HiraMinProN-W3;
    line-height: 36px;
}

.message__flex img {
    width: 50%;
    max-width: 620px;
}



/* #news */
#news {
    padding: 80px 125px 0;
}

.section__title-left {
    font-size: 36px;
    font-family: Didot;
    font-weight: normal;
    text-align: left;
    margin-bottom: 80px;
    position: relative;
}

.news__ul {
    display: flex;
    justify-content: center;
}

/* .news__li-item {
    max-width: 570px;
} */

.news__li-item:nth-child(1) {
    margin-right: 25px;
}

.news__li-item:nth-child(2) {
    margin-left: 25px;
}


.news__li-flex {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.news__li-item-title {
    font-size: 24px;
    font-family: HiraMinProN-W6;
}

time {
    font-size: 14px;
    font-family: HiraMinProN-W3;
}


.news__li-item-text {
    font-size: 16px;
    font-family: HiraMinProN-W3;
    line-height: 24px;
}

/* 画像ホバー時 */
.news__li-item img {
    transition: filter 0.3s ease;
    /* 画像が暗くなるアニメーションを追加 */
}

.news__li-item img:hover {
    filter: brightness(80%);
    /* ホバー時に画像を50%明るさに設定 */
}



.button-container-center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    /* グリッドコンテナとの間に余白を設ける */
}




/* #gallery */
#gallery {
    padding: 80px 0;
}

.slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider img {
    width: 100%;
    height: auto;
}

.slick-slide {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

.slick-center {
    width: 50%;
}

.slick-slide img {
    border: 1px solid transparent;
    max-width: 100%;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #E5E5E5;
}

.slick-dots .slick-active button {
    background: #BD6856;
}

.button-container {
    margin-top: 60px;
    text-align: right;
    margin-right: 40px;
}

.swiper-container {
    position: relative;
    margin-top: 20px;
}

.swiper-slide {
    text-align: center;
}

.swiper-pagination {
    bottom: 10px !important;
    width: 100%;
    height: 10px;
}

.swiper-pagination-bullet {
    background: #BD6856;
}


/* #contact */
input[type=radio] {
    display: none;
}

#contact {
    background-color: #E7DDD3;
    padding: 90px 0;
}


.form__item {
    max-width: 600px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 60px;
}


.form__item:nth-child(6) {
    text-align: center;
}

input.custom-radio:checked+.radio:before {
    border-color: #BD6856;
    /* チェック時のボーダー色を#BD6856に変更 */
    background-color: #fff;
    /* 背景色を白にする（必要に応じて調整） */
}

.radio {
    font-size: 18px;
    font-family: HiraMinProN-W3;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    color: #666;
    user-select: none;
}

.radio:before {
    content: '';
    position: absolute;
    top: 73%;
    left: -10px;
    transform: translateY(-50%);
    display: block;
    height: 24px;
    width: 24px;
    margin-top: -8px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
}

.radio:hover:before {
    border-radius: 50%;
    background-color: #BD6856;
    opacity: 0.5;
}


.custom-radio:checked+.radio:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0%;
    display: block;
    height: 16px;
    width: 16px;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 50%;
    background-color: #BD6856;
    opacity: 1;
}


.form__item-label {
    font-size: 18px;
    font-family: HiraMinProN-W3;
}

.form__item-label-required {
    font-size: 12px;
    font-family: HiraMinProN-W3;
    color: #fff;
    border: solid 1px #333;
    background-color: #333;
    padding: 4px 8px;
}

.form__item-input {
    width: 360px;
    height: 40px;
    background-color: #fff;
}

.form__item-text-area {
    width: 360px;
    height: 180px;
    background-color: #fff;
}



/* カスタムチェックボックスのスタイル */
.radio-row {
    cursor: pointer;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
    width: auto;
    color: #666;
    user-select: none;
}

/* チェックボックスの丸いボックスを作成 */
.radio-row:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 5px;
    display: block;
    height: 24px;
    width: 24px;
    margin-top: -15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    transition: background-color 0.3s, opacity 0.3s;
}

/* チェックボックスがホバーされたときの擬似要素を追加 */
.radio-row:hover:before {
    background-color: #BD6856;
    /* ホバー時の背景色を設定 */
    opacity: 0.5;
    /* 不透明度を50%に設定 */
}

/* チェックマークのスタイル */
.checkbox-row:after {
    content: '';
    position: absolute;
    top: 48%;
    left: 13px;
    display: block;
    height: 15px;
    width: 9px;
    margin-top: -8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity 0.3s;
}

/* チェックボックスがチェックされたときのスタイル */
input[type=radio]:checked+.radio-row:before {
    background-color: #BD6856;
    border: none;
}

/* チェックボックスがチェックされたときのチェックマークのスタイル */
input[type=radio]:checked+.radio-row::after {
    opacity: 1;
    /* チェックマークを表示（不透明に設定） */
}

.checkbox__agreement {
    text-align: center;
    margin-bottom: 40px;
}

label {
    font-size: 18px;
    font-family: HiraMinProN-W3;
}

.submit-btn-container {
    display: flex;
    justify-content: space-around;
}

.submit-btn {
    font-size: 20px;
    font-family: HiraMinProN-W3;
    color: #333;
    border: solid 1px #000000;
    background-color: #fff;
    width: 280px;
    padding: 19px;
}





/* footer */
footer {
    background-color: #887260;
}

.footer__inner {
    padding: 70px 40px 15px;
}

.footer__inner-flex {
    display: flex;
}

/* left */
.footer__title {
    color: #E7DDD3;
    font-size: 36px;
    font-family: Didot;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
}

.footer__nav {
    margin-bottom: 30px;
}

.footer__nav ul {
    display: flex;
}

.footer__nav-ul li {
    margin-right: 60px;
}

.footer__nav-ul li a {
    color: #E7DDD3;
    font-size: 16px;
    font-family: Didot;
}

.footer__icons-area {
    display: flex;
    justify-content: space-between;
    width: 80px;
    margin-bottom: 135px;
}

/* copy-right */
.copy-right {
    font-size: 12px;
    font-family: Didot;
    color: #E7DDD3;
}


/* right */
.footer__left-area {
    width: 40%;
}

.footer__right-area {
    width: 60%;
}

.footer__right-area-flex {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.address {
    font-size: 16px;
    font-family: HiraMinProN-W3;
    color: #E7DDD3;
    margin-right: 35px;
}

.address span {
    font-size: 16px;
    font-family: Didot;
    color: #E7DDD3;
}

.address-line {
    font-size: 16px;
    font-family: HiraMinProN-W3;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}

iframe {
    width: 420px;
    height: 280px;
}

/* *{
    outline: 2px red solid;
} */




/* responsive */
@media (max-width: 1251px) {
    .footer__inner-flex {
        display: flex;
        flex-direction: column-reverse;
        /* align-items: center; */
    }

    .footer__right-area-flex {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .footer__right-area {
        width: 100%;
    }
    iframe {
        width: 100%;
    }
    .footer__nav ul {
        display: flex;
        flex-direction: column;
    }
    .address {
        margin: 20px 0;
    }
    .footer__icons-area {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {

    .header__nav,
    .header__icons-area {
        display: none;
    }

    .openbtn1 {
        display: block;
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #333;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .open .header__nav {
        display: block;
        width: 70%;
        height: 100%;
        position: fixed;
        top: 130px;
        right: 0;
        background-color: #887260;
        z-index: 30;
    }

    .nav__ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px;
    }

    .nav__ul li {
        margin-bottom: 20px;
    }

    .nav__ul li a {
        font-family: Didot;
        font-size: 16px;
        color: #E7DDD3;
    }

    #bg__img {
        background-image: url(../img/mv.sp.jpg);
        width: 100%;
        height: 520px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .header__inner {
        padding: 20px;
    }


    .header__title {
        font-size: 30px;
        font-family: Didot;
        font-weight: bold;
    }

    /* ハンバーガーメニュー */
    .openbtn1 {
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #333;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }


    .header__icons-area {
        display: none;
    }

    .catchphrase-fv {
        font-size: 24px;
        font-family: HiraMinProN-W3;
        position: relative;
        top: 14%;
        padding-left: 20px;
    }

    .br-sp {
        display: block;
    }

    #products .section__title-container,  #news .section__title-container{
        text-align: center;
    }

    .section__title-left::before {
        left: -30px;
    }

    /* features */
    #features {
        margin: 60px 0;
    }

    .section__title-center {
        font-size: 24px;
        font-family: Didot;
        font-weight: normal;
        margin-bottom: 30px;
    }


    .features__ul {
        display: flex;
        flex-direction: column;
        padding: 0 16px;
    }

    .features__li-item {
        margin-bottom: 40px;
    }

    .features__li-item:nth-child(2) {
        margin: 0 0 40px;
    }

    /* products */
    #products {
        padding: 0px 16px;
    }

    .products__grid-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section__title-left {
        font-size: 24px;
        font-family: Didot;
        font-weight: normal;
        text-align: center;
        margin-bottom: 30px;
        padding: 0;
    }


    .products__button-container {
        text-align: center;
        margin: 40px 0 70px;
    }


    /* message */
    #message {
        height: auto;
    }

    .message__flex {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .message__area {
        width: 346px;
        margin: 20px 20px 50px;

    }

    .section__title-message {
        font-size: 18px;
        font-family: HiraMinProN-W6;
        margin-bottom: 20px;
    }

    .message__flex img {
        width: 100%;
    }

    /* news */
    #news {
        padding: 50px 20px;
    }

    .news__ul {
        display: flex;
        flex-direction: column;
    }

    .news__li-item:nth-child(1),
    .news__li-item:nth-child(2) {
        margin: 0;
        margin-bottom: 30px;
    }

    .news__li-flex {
        display: flex;
        flex-direction: column;
        margin: 20px 0 0;
    }

    .news__li-item-title {
        font-size: 18px;
        font-family: HiraMinProN-W6;
    }

    time {
        margin: 10px 0 15px;
    }

    .news__li-item-text {
        line-height: 36px;
    }

    .btn {
        font-size: 14px;
        font-family: Didot;
        font-weight: normal;
    }

    .button-container-center {
        margin: 40px 0 0;
    }


    /* gallery */
    #gallery {
        padding: 50px 20px;
    }

    .button-container {
        text-align: center;
        margin-top: 70px;
        margin-right: 0;
    }

    .slick-slide img {
        max-width: 320px;
    }

    .slick-slide {
        padding: 0 2px;
    }

    .slick-dots {
        bottom: -10px;
    }


    /* #contact */
    #contact {
        padding: 40px 0 50px;
        background-color: rgba(231, 221, 211, 0.41);
    }

    .checkbox {
        font-size: 16px;
        font-family: HiraMinProN-W3;
        padding: 10px 0 5px 42px;
    }

    .form__item {
        padding: 15px 20px 23px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: initial;
        width: 100%;
    }

    .form__item-input {
        width: 100%;
    }
    
    .form__item-text-area {
        width: 100%;
    }

    .form__item-label {
        font-size: 16px;
        margin-bottom: 10px;
    }


    .checkbox-row {
        padding-left: 6px;
    }

    .checkbox__agreement {
        width: 100%;
        margin-left: 10px;
        text-align: left;
    }

    iframe {
        width: 100%;
    }
    label {
        font-size: 16px;
        font-family: HiraMinProN-W3;
    }

    .submit-btn {
        font-size: 14px;
        font-family: Didot;
        width: 200px;
    }


    /* footer */
    .footer__inner {
        padding: 50px 20px 5px;
    }

    .footer__title {
        font-size: 30px;
        font-family: Didot;
        font-weight: bold;
    }

    .footer__inner-flex {
        display: flex;
        flex-direction: column-reverse;
        /* align-items: center; */
    }

    .footer__right-area-flex {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .footer__right-area {
        width: 100%;
    }


    .address {
        text-align: left;
        margin: 20px 0 35px;
    }

    .footer__nav ul {
        display: flex;
        flex-direction: column;
    }

    .footer__nav-ul li {
        margin: 10px 0;
    }



    .footer__icons-area {
        margin-bottom: 30px;
    }
}