@font-face {
    font-family: 'AvenirNext';
    src: url('../font/AvenirNext-Regular-08.ttf') format("truetype");
}

@keyframes load_in {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes load_in_2 {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes load_in_3 {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes load_in_4 {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes load_in_5 {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

body,
html {
    font-size: 18px;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.9;
}

html {
    /*    height: 100%;*/
    /*    overflow: hidden;*/
}

body {
    width: 100%;
    min-height: 100vh;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none !important;
    transition: none !important;
    letter-spacing: 0.1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    /* background-color: #f6f4eb; */
    height: 100%;
    scroll-behavior: smooth;
    color: #423E29;
}

* {
    margin: 0;
    padding: 0;
}

main {
    overflow: hidden;
    width: 100vw;
    height: 100%;
}

ul,
ol {
    list-style: none;
}

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

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.fade_up.start {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 3s;
    transition: 3s;
}

.fade_up {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);

}

.fade_in {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.load_in {
    -webkit-animation: load_in 2.5s ease forwards;
    animation: load_in 2.5s ease forwards;
    /* -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; */
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.load_in_2 {
    -webkit-animation: load_in_2 2.5s ease forwards;
    animation: load_in_2 2.5s ease forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.load_in_3 {
    -webkit-animation: load_in_3 2.5s ease forwards;
    animation: load_in_3 2.5s ease forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.load_in_4 {
    -webkit-animation: load_in_4 2.5s ease forwards;
    animation: load_in_4 2.5s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.load_in_5 {
    -webkit-animation: load_in_5 2.5s ease forwards;
    animation: load_in_5 2.5s ease forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

/* 共通 */
.container {
    max-width: 1024px;
    margin: 0 auto;
}

a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.heading {
    font-size: 30px;
    margin-bottom: 8px;
    font-family: 'AvenirNext';
    font-weight: 400;
    line-height: 1;
}

.text {
    font-size: 20px;
    margin-bottom: 15px;
}

.button span.text {
    font-size: 16px;
    line-height: 1.2;
}

.button {
    display: inline-block;
    border: 1px solid currentColor;
    padding: 8px 30px 7px;
    font-family: 'AvenirNext';
    font-weight: 400;
}


/* header */
.header {
    width: 100%;
    height: 100px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgb(255, 255, 255, 0.8);
}

.header .logo {
    margin: 15px auto 20px;
}

.header .logo img {
    max-width: 300px;
}

.header .nav {
    margin-bottom: 7px;
}

.header .nav ul {
    display: flex;
    justify-content: center;
    gap: 70px;
    font-size: 15px;
    font-family: 'AvenirNext';
}

.nav_media {
    display: none;
}

/* mv */
.mv {
    position: relative;
    margin-top: 100px;
}

.mv_text {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 50;
    opacity: 0;
    -webkit-transition: 6s;
    transition: 6s;
}

.mv_text.load {
    opacity: 1;
}

.mv_text_main {
    font-size: 33px;
    margin-bottom: 15px;
}

.mv_text_sub {
    font-size: 16px;
}

/* top-concept */
.concept {
    text-align: center;
    /* margin-top: 90px;
    margin-bottom: 90px; */
    width: 100%;
    height: 250px;
    /* background-image: url(../img/img_concept.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */

    position: relative;
}

.concept .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto);
}

.concept_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../img/img_concept.jpg);
    background-size: auto 108%;
    background-position: top center;
}

.concept .concept_contents {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.concept .button:hover {
    background-color: rgba(66, 62, 41, 0.2);
    opacity: 1;
}

.bg {
    width: 100%;
    height: 90px;
    background-color: #fff;
}

/* top-product */
.product {
    color: #FFFFFF;
    text-align: center;
    /* margin-top: 90px; */
    width: 100%;
    height: 390px;
    background-image: url(../img/img_product.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    position: relative;
}

.product .product_contents {
    position: absolute;
    top: 50%;
    right: 26%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.product .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

/* top-forsalon */
.forsalon {
    color: #FFFFFF;
    text-align: center;
    /* margin-bottom: 90px; */
    width: 100%;
    height: 390px;
    background-image: url(../img/img_forsalon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    position: relative;
}

.forsalon .forsalon_contents {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.forsalon .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

/* media */
.media {
    width: 100%;
    padding-top: 160px;
    padding-bottom: 75px;
    background-color: #fff;
}

.media .media_contents {
    display: flex;
    justify-content: center;
    gap: 110px;
}

.media_item {
    width: 50px;
}

.link.not_for_sp {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 100px;
}

.link_button {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

    background-color: #423E29;
    color: #fff;
    line-height: 1.5;
}

.link_button span {
    display: block;
}

.link_button span.en {
    font-family: 'AvenirNext';
    font-size: 25px;
}

.link_button span.ja {
    font-size: 14px;
}

.link_button span.small {
    margin-top: 5px;
    font-size: 10px;
}

/* footer */
.footer {
    width: 100%;
    background-color: #F1EFF1;
    height: 500px;
}

.footer .footer_contents {
    display: flex;
    justify-content: space-between;
    padding-top: 190px;
}

.footer .footer_contents .footer_logo {
    max-width: 250px;
}

.footer ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    font-size: 13px;
    font-family: 'AvenirNext';
}

.footer .copy {
    width: 100%;
    text-align: right;
    margin-top: 80px;
    font-weight: 700;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-size: 12px;
}

/* スライダー未実装
.visual {
    background-color: #9f9f9f;
    margin-bottom: 60px;
    width: 100vw;
} */

@media screen and (max-width: 1600px) {
    .mv_text_sub {
        font-size: 14px;
    }
}

@media screen and (max-width: 1420px) {
    .mv_text {
        left: 19%;
    }

    .mv_text_sub {
        font-size: 13px;
    }
}

@media screen and (min-width: 960px) {
    .for_sp {
        display: none !important;
    }
}

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

    /* 共通 */
    .not_for_sp {
        display: none !important;
    }

    .heading {
        font-size: calc(1.7rem + (1vw - 0.35rem) * 4.7500);
        margin-bottom: 8px;
    }

    .text {
        font-size: calc(1.3rem + (1vw - 0.35rem) * 3.7500);
        margin-bottom: 15px;
    }

    .button span.text {
        font-size: 12px;
        line-height: 0.1;
        display: inline-block;
    }

    .button {
        font-size: calc(0.6rem +(1vw - 0.35rem)* 3.0000);
        padding: 0 25px;

    }

    .text.add {
        font-size: calc(1.6rem + (1vw - 0.35rem) * 4.7500);
    }


    /* header */
    .header {
        height: 8vh;
    }

    .header .logo img {
        max-width: 50%;
    }

    .header .logo {
        margin-top: 2vh;
    }


    /* mv */
    .mv {
        margin-top: 8vh;
    }

    .mv_text {
        text-align: center;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100%;
    }

    .mv_text_main {
        font-size: calc(1.9rem + (1vw - 0.35rem) * 5.7500);
        margin-bottom: 4px;
    }

    .mv_text_sub {
        font-size: calc(1.1rem + (1vw - 0.35rem) * 3.2500);
    }

    /* top-concept */
    .concept {
        /* background-image: url(../img/sp/img_concept.jpg); */
        height: 330px;
        /* margin-top: 60px; */
        margin-bottom: 0;
    }

    .concept_bg {
        background-image: url(../img/sp/img_concept.jpg);
    }

    .bg {
        height: 60px;
    }

    /* top-product */
    .product {
        background-image: url(../img/sp/img_product.jpg);
        height: 500px;
        /* margin-top: 60px; */
    }

    .product .product_contents {
        right: 9%;
    }

    /* top-forsalon */
    .forsalon {
        background-image: url(../img/sp/img_forsalon.jpg);
        height: 500px;
    }

    .forsalon .forsalon_contents {
        left: 9%;
    }

    /* media */
    .media {
        /* margin-top: 100px; */
        padding-top: 100px;
    }

    .media .media_contents {
        gap: 60px;
    }

    .media .media_item {
        width: 8%;
    }

    .link {
        margin-top: 90px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .link_button {
        margin: 0 auto;
        width: 72%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .link_button span {
        font-size: calc(1.1rem + (1vw - 0.35rem) * 3.5000);
    }

    .link_button span.en {
        font-size: calc(2rem + (1vw - 0.35rem) * 5.5000);
    }

    .link_button span.ja {
        font-size: calc(1.2rem + (1vw - 0.35rem) * 3.5000);
    }

    .link_button span.small {
        margin-top: 5px;
        font-size: calc(0.9rem + (1vw - 0.35rem) * 2.7500);
    }

    /* footer */
    .footer {
        height: 570px;
        position: relative;
    }

    .footer .footer_contents {
        flex-direction: column;
        align-items: center;
        padding-top: 5vh;
        gap: 5vh;
    }

    .footer .footer_contents .footer_logo {
        max-width: 40%;
    }

    .footer ul {
        gap: 2vh;
        flex-direction: column;
        align-items: center;
        font-size: calc(0.9rem + (1vw - 0.35rem) * 2.7500);
    }

    .footer .copy {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        margin-top: 0;
        font-size: calc(0.8rem +(1vw - 0.35rem)* 2.0000);
        text-align: center;
        letter-spacing: 0.6px;
    }

    /* nav ---------- */

    .nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        /* left: 100%; */
        z-index: 80;
        background-color: #F1EFF1;
        transition: all 1s;
        /*アニメーション設定*/
        transition: opacity .5s ease;
        opacity: 0;
        z-index: -100;
        /* 非表示時にクリックアクションされないように */
        visibility: hidden;
    }

    .header .nav .nav-list {
        display: block;
        padding-bottom: 30px;
        padding-top: 25vh;
    }

    .nav .nav-list li a {
        display: block;
        width: 100%;
        font-size: calc(1.6rem + (1vw - 0.35rem) * 4.7500);
        box-sizing: border-box;
        color: #333;
        padding: 9px 15px 10px 0;
    }

    .nav_media {
        display: flex;
        justify-content: center;
        gap: 14vw;
        margin-top: 15vh;
    }

    .nav_media .media_item {
        width: 8%;
    }

    /* hamburger ---------- */
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;


    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 1px;
        width: 25px;
        border-radius: 3px;
        background-color: #333;
        position: absolute;
        transition: all .5s ease;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span:before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked~.menu-btn span:after {
        top: 0;
        transform: rotate(-45deg);
    }

    #menu-btn-check:checked~.nav {
        /* left: 0; */
        opacity: 1;
        z-index: 80;
        visibility: visible;
        /*メニューを画面内へ*/
    }

}

/* セクション高さ調整 */
@media screen and (max-width: 630px) {
    .concept {
        height: 26vh;
    }

    .product {
        height: 32vh;
    }

    .forsalon {
        height: 32vh;
    }

    .footer {
        height: 55vh;
    }
}

@media screen and (max-width: 450px) {
    .footer {
        height: 40vh;
    }
}

@media screen and (min-width: 1800px) {
    .product {
        height: 500px;
    }

    .forsalon {
        height: 500px;
    }
}

@media screen and (min-width: 2200px) {
    .product {
        height: 540px;
    }

    .forsalon {
        height: 540px;
    }
}

/* ドット */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.7rem !important;
    /* background: #423E29; */
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    background-image: url(../img/pagenation2.png);
    background-size: cover;
}

/*アクティブなときのスタイル*/
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(2.5);
    /* border-radius: 50%; */
    background-image: url(../img/pagenation.png);
    background-size: cover;
    background-color: transparent;


    /* background-image: radial-gradient(
    #423E29 0% 30%,
    #fff 30% 55%,
    #423E29 55% 100%
  ); */
}


#menu-btn-check {
    display: none;
}


/*下層ページ*/
/*===================================
   concept
===================================*/
#concept {
    /* height: 1200px; */
    background-image: url(../img/concept.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin-top: 100px;
    padding-top: 8%;
    padding-bottom: 8%;

}

#concept .concept_contents {
    width: 40%;
    margin: 0 auto;
    padding-top: 140px;
    padding-bottom: 120px;
    background-color: rgba(255, 255, 255, 0.8);

}

#concept .concept_heading {
    margin-bottom: 100px;
    font-size: 25px;
    font-family: 'AvenirNext';
    font-weight: 400;
    line-height: 1;
}

#concept .concept_text {
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 2.3;
}

#concept .concept_text:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
    #concept .concept_contents {
        width: 50%;
    }
}

@media screen and (max-width: 959px) {
    #concept {
        background-image: url(../img/sp/concept.jpg);
        /* height: 1300px; */
        margin-top: 8vh;
        padding-top: 12%;
        padding-bottom: 12%;
    }

    #concept .concept_contents {
        width: 90%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #concept .concept_heading {
        margin-bottom: 60px;
        font-size: calc(1.8rem + (1vw - 0.35rem) * 5.5000);

    }

    #concept .concept_text {
        margin-bottom: 55px;
        font-size: calc(1.2rem + (1vw - 0.35rem) * 3.5000);
    }
}

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

    #concept {
        /* height: 675px; */
    }

    #concept .concept_contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #concept .concept_heading {
        margin-bottom: 30px;
    }

    #concept .concept_text {
        margin-bottom: 35px;
    }
}

/*===================================
   products 
===================================*/
#products {
    margin-top: 100px;
}

#products .products_contents {

    text-align: center;
}

#products .products_heading {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
    font-family: 'AvenirNext';
    font-weight: 400;
    line-height: 1;
}

/*＝＝＝並び替えボタンのCSS*/
#products .sort-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 20px;
}

#products .sort-btn li {

    cursor: pointer;
    padding: 10px;
    margin: 0 20px;
    width: 210px;
    font-size: 12px;
    font-family: 'AvenirNext';

    background: #fff;
    color: #C6C5BF;
    border: #C6C5BF 1px solid;
}

/* ダミーボタン */
#products .sort-btn .dummy {
    background: #fff;
    /* cursor: pointer; */
    padding: 10px;

    /* width: 210px; */
    font-size: 12px;
    font-family: 'AvenirNext';
    color: #423e2949;
    border: #423e2949 solid 1px;
}

.dummy_wra {
    position: relative;
    width: 210px;
    margin: 0 20px;
}

.comming-soon {
    position: absolute;
    top: -45px;
    left: -24px;
    padding: 21px 8px;
    border-radius: 50%;
    z-index: 10;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #fff;
    font-family: 'AvenirNext';
    transform: rotate(-20deg);
    opacity: 0.8;
    font-weight: bold;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-image: -webkit-gradient(linear, left top, right top, from(#70c7fa), to(#5067a5));
    background-image: -webkit-linear-gradient(left, #70c7fa 0%, #5067a5 100%);
    background-image: linear-gradient(to right, #70c7fa 0%, #5067a5 100%);
}

#products .sort-btn li.active {
    /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    background: #423E29;
    color: #fff;
}

#products .item_contents {
    background-color: #FAF8F8;
    padding-bottom: 150px;
}

#products h3.item_title {
    padding-top: 100px;
    margin-bottom: 80px;
    font-family: 'AvenirNext';
    font-size: 25px;
}

#products .item_category {
    margin-top: 30px;
}

#products .item_category:first-child {
    margin-top: 0;
}

#products ul.item_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px
}

#products ul.item_ul img {
    width: 300px;
}

#products .item_text {
    margin-top: 10px;
}

#products .item_text p {
    font-size: 18px;
    font-family: 'AvenirNext';
}

#products .item_text span {
    font-size: 16px;
    font-family: "yu-mincho-pr6n", sans-serif;
}

@media only screen and (max-width: 959px) {
    #products {
        margin-top: 8vh;
    }

    #products .products_heading {
        font-size: calc(2.1rem + (1vw - 0.35rem) * 6.0000);
        margin-bottom: 0px;
        padding-top: 35px;
    }

    #products .sort-btn {
        padding: 38px 20px;
    }

    #products .sort-btn li {
        width: 53%;
        margin: 0 0 20px 0;
        text-align: center;
        font-size: calc(0.9rem + (1vw - 0.35rem) * 2.7500);

    }

    #products .sort-btn .dummy {
        /* width: 53%; */
        margin: 0 0 20px 0;
        text-align: center;
        font-size: calc(0.9rem + (1vw - 0.35rem) * 2.7500);
    }

    #products .sort-btn .dummy_wra {
        width: 53%;
    }

    .comming-soon {
        top: -6px;
        left: -42px;
        padding: 4px 13px;
        border-radius: 0;
        font-size: 10px;
        transform: rotate(-8deg);
    }

    #products h3.item_title {
        font-size: calc(1.8rem + (1vw - 0.35rem) * 5.5000);
        padding-top: 33px;
        margin-bottom: 33px;
    }

    #products ul.item_ul {
        gap: 45px;
    }

    #products ul.item_ul img {
        width: 66%;
    }

    #products .item_text p {
        font-size: calc(1.1rem + (1vw - 0.35rem) * 3.5000);
    }

    #products .item_text span {
        font-size: calc(1.2rem + (1vw - 0.35rem) * 3.7500);
    }
}

/* .item.sort01.muuri-item.muuri-item-hidden{
    display: none !important;
} */
.item.sort02.muuri-item.muuri-item-hidden {
    display: none !important;
}

.item.sort03.muuri-item.muuri-item-hidden {
    display: none !important;
}

/*==================================================
products-item
===================================*/

/*==================================================
スライダーのためのcss
===================================*/
#products-item {
    margin-top: 100px;
}

#products-item .products-item_contents {

    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #FAF8F8;
}

#products-item .products-item-wra {
    max-width: 1024px;
    margin: 0 auto;
}

#products-item .item_contents_flex {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    /* gap:60px; */
    flex-wrap: wrap;
}

/*画像の横幅を100%にしてレスポンシブ化*/
#products-item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

#products-item .gallery {
    margin: 0 0 13px 0;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
#products-item .slick-prev,
#products-item .slick-next {
    display: none !important;
}


/*選択するサムネイル画像の設定*/

#products-item .choice-btn li {
    cursor: pointer;
    outline: none;
    /* background: #333; */
    width: 20% !important;
    margin-right: 20px;
}

#products-item .choice-btn li img {
    opacity: 0.4;
    /*選択されていないものは透過40%*/
    transition: all .5s ease;
}

#products-item .choice-btn li.slick-current img {
    opacity: 1;
    /*選択されているものは透過しない*/
    border-bottom: #333 solid 1px;
}

#products-item .choice-btn .slick-track {
    transform: unset !important;
    width: 100% !important;
    /*画面幅サイズ変更に伴うサムネイル固定*/
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/
#products-item .item_img {
    width: 52%;
    /* max-width:900px; */
    /* margin: 0 auto; */

}

#products-item .item_text {
    width: 43%;
}

#products-item .item_text h2 {
    margin-bottom: 16px;
}

#products-item .item_text .title {
    font-size: 25px;
    display: block;
    font-family: 'AvenirNext';
    margin-bottom: 10px;
}

#products-item .item_text .title-ja-01,
#products-item .item_text .small {
    font-size: 12px;
    display: block;
}

#products-item .item_text .title-ja-02 {
    font-size: 24px;
    display: block;
    line-height: 1.2;
}

#products-item .item_text p {
    font-size: 16px;
    min-height: 7.6em;
}

#products-item .item_text .tag_box {
    min-height: 146px;
}

#products-item .item_text .tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

#products-item .item_text .tag .tag_item {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /* width: 180px; */
    width: 215px;
    background-color: #F1EFF1;
    padding: 3px;
}

#products-item .link {
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#products-item .link_button {
    /* width: 190px; */
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#products-item .link_button span.en {
    font-size: 16px;
}

#products-item .link_button span.ja {
    font-size: 10px;
}

#products-item .item_imfo {
    background-color: #F1EFF1;
    margin-top: 80px;
    padding: 65px 77px 80px;
}

#products-item .item_imfo .info_heading {
    font-size: 24px;
    display: block;
    margin-bottom: 60px;
}

#products-item .item_imfo .info_heading span {
    font-size: 14px;
    font-family: 'AvenirNext';
    display: block;
}

#products-item .item_imfo .info_text {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 12px;
}

#products-item .item_imfo .info_text dt {
    font-weight: bold;
    font-size: 14px;
}

#products-item .item_imfo .info_text dd {
    margin-bottom: 27px;
    ;
}

#products-item .item_imfo .info_text dd:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    #products-item {
        margin-top: 8vh;
    }

    #products-item .products-item_contents {
        padding-bottom: 0;
    }

    #products-item .item_contents_flex {
        padding: 0 5%;
    }

    #products-item .item_img {
        width: 66%;
        margin: 0 auto;
    }

    #products-item .item_text {
        width: 100%;
    }

    #products-item .item_text .title {
        margin-bottom: -7px;
        margin-top: 25px;
    }

    #products-item .item_imfo {

        padding: 38px 5%;
    }

    #products-item .item_text .tag {
        justify-content: center;
    }

    #products-item .link_button {
        width: 66%;
    }

    #products-item .item_text .tag .tag_item {
        font-size: 10px;
        width: 160px;
    }

    #products-item .item_imfo .info_heading {
        font-size: calc(1.6rem + (1vw - 0.35rem) * 4.2500);
        margin-bottom: 20px;
    }

    #products-item .item_imfo .info_heading span {
        font-size: calc(0.9rem + (1vw - 0.35rem) * 2.7500);
    }

    #products-item .item_imfo .info_text {
        font-size: calc(0.9rem +(1vw - 0.35rem)* 2.5000);
    }

    #products-item .item_imfo .info_text dt {
        font-size: calc(1rem +(1vw - 0.35rem)* 2.5000);
    }

    #products-item .item_imfo .info_text dd {
        margin-bottom: 15px;
    }
}

/*==================================================
contact
===================================*/
#formWrap {

    margin: 0 auto;
    /* color:#423E29; */
    line-height: 120%;
    font-size: 90%;

    margin-top: 100px;

}

#formWrap .form_contents {
    text-align: center;
}

#formWrap .form_heading {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
    font-family: 'AvenirNext';
    font-weight: 400;
    line-height: 1;
}

#formWrap .form_wra {
    background-color: #FAF8F8;
    padding: 56px 0;
}

#formWrap .form_wra_02 {
    max-width: 824px;
    background-color: #fff;
    margin: 0 auto;
    padding: 42px 0;
}

#formWrap form {
    max-width: 520px;
    margin: 0 auto;
}

#formWrap form h3 {
    margin-bottom: 25px;
    font-size: 20px;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 14px;
}

table.formTable td,
table.formTable th {
    /* border:1px solid #ccc; */

    padding: 2px;
    text-align: left;
}

table.formTable th {
    width: 100%;
    font-weight: normal;
    /* background:#efefef; */
    text-align: left;
}

table.formTable th span,
#formWrap span.red {
    color: #C1272D;
    font-size: 10px;
    margin-left: 3px;
}

form input[type="text"],
form textarea,
form input[type="email"] {
    width: 100%;
    border: 1px solid #423E29;
    padding: 10px;

}

form textarea {
    height: 250px;
    resize: vertical;
}

.privacy-policy {
    width: 100%;
    /* margin: 50px auto; */
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 25px;
    border: 1px solid #423E29;
    /* background-color: #e5e5e5; */
    line-height: 1.5;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 12px;
}

.privacy-policy__item__title {
    font-weight: bold;
}

.privacy-policy__item p {
    margin-bottom: 25px;
}

.privacy-policy__text {
    text-align: center;
    margin-top: 10px;
    line-height: 1.8;

}

.privacy-policy__text .privacy-policy__check {
    margin-top: 16px;
}

form button[type="submit"] {}

.submit-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;

    background-color: #423E29;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    cursor: pointer;
}

.submit-btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    /* クリック不可のカーソルを表示 */
}

.privacy-policy::-webkit-scrollbar {
    width: 20px;
}

.privacy-policy::-webkit-scrollbar-track {
    margin-top: 4px;
    margin-bottom: 4px;
}

.privacy-policy::-webkit-scrollbar-thumb {
    height: 100px;
    background-color: #423e2983;
    border-radius: 2px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    background-clip: padding-box;
}

@media only screen and (max-width: 959px) {
    #formWrap {
        margin-top: 8vh;
    }

    #formWrap .form_wra_02 {
        width: 90%;
    }

    #formWrap form {
        width: 90%;
    }

    #formWrap {
        width: 95%;
        /* margin:0 auto; */
    }

    #formWrap .form_heading {
        font-size: calc(2.1rem + (1vw - 0.35rem) * 6.0000);
        margin-bottom: 30px;
        padding-top: 35px;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    form input[type="text"],
    form textarea,
    form input[type="email"] {
        /* width:80%; */
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        /* width:100%; */
        height: 40px;
    }

    .privacy-policy__text p {
        font-size: 12px;
    }
}

/*==================================================
thanks
===================================*/
#thanks {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 300px;
}