/** Shopify CDN: Minification failed

Line 596:26 Unexpected "{"

**/
/* 共通 */
.noto-serif {
    font-family: "Noto Serif JP", serif;
}
.noto-sans {
    font-family: "Noto Sans JP", serif;
}
.roboto {
    font-family: "Roboto", sans-serif;
}
body {
    font-family: "Noto Sans JP", serif;
}
.sp {
  display: none !important;
}
.inner_1200 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.inner_1120 {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* タイトル */
.title01_box {
    color: #fff;
    margin-bottom: 50px;
}
.title01 {
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 5px;
}
.sub_title01 {
    font-size: 14px;
    font-weight: 400;
}
.title01 p,
.sub_title01 p {
    margin: 0;
}

.title02_box {
    color: #000;
    margin-bottom: 50px;
}
.title02 {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 5px;
}
.sub_title02 {
    font-size: 13px;
    font-weight: 400;
}
.title02 p,
.sub_title02 p {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .title01 {
        font-size: 45px;
        line-height: 1.4;
        margin-top: 10px;
    }
    
    .title02_box {
        margin-bottom: 25px;
    }
    .title02 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .title01_box {
        margin-bottom: 30px;
    }
    .title01 {
        font-size: 32px;
    }

    .title02_box {
        margin-bottom: 20px;
    }
    .title02 {
        font-size: 24px;
        margin-top: 0;
    }
}


/* FV */
.fv_content {
    position: relative;
    z-index: 1;
}
.fv_img {
    position: sticky;
    top: 0;
    left: 0;
    margin: 0;
}
.fv_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: bottom;
}
.fv_text_box {
    position: absolute;
    top: 15.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 66.7%;
}
.fv_title {
    font-size: 5vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.36;
    letter-spacing: 0.24em;
}
.fv_title p {
    margin: 0;
}
.fv_color_bar {
    width: 20.83vw;
    margin: 2.1vw 0 1.5vw;
}
.fv_color_bar img {
    width: 100%;
    vertical-align: bottom;
}
.fv_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.666;
    letter-spacing: .16em;
    color: #fff;
}
.fv_text p {
    margin: 0;
}
.feature_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
}
.feature_text p {
    margin: 0;
}
.feature_text_box {
    position: relative;
    z-index: 1;
    width: 66.7%;
    margin: 0 auto;
}
.feature_img {
    max-width: 300px;
    margin: 0;
    position: relative;
    bottom: -85px;
}
.feature_img img {
    width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
    .fv_text_box {
        width: 90%;
        top: 25vw;
    }
    .fv_title {
        font-size: 10vw;
    }
    .fv_color_bar {
        width: 52vw;
        margin: 7.3vw 0 6.3vw;
    }
    .fv_text {
        font-size: 2.2vw;
    }
    .feature_text_box {
        width: 90%;
    }
    .feature_img {
        max-width: 100%;
        bottom: -145px;
    }
}
@media screen and (max-width: 767px) {
    .fv_text_box {
        top: 40vw;
    }
    .fv_title {
        font-size: 14vw;
    }
    .fv_color_bar {
        width: 64vw;
    }
    .fv_text {
        font-size: 2.8vw;
    }
    .feature_text_box {
    }
    .feature_text {
        font-size: 14px;
    }
    .feature_img {
        bottom: -100px;
    }
}

/* お客様の声 */
.voice_content {
    position: relative;
    z-index: 0;
    padding-top: 233px;
    padding-bottom: 92px;
    overflow: hidden;
}
.voice_content::before {
    content: '';
    width: 100%;
    height: 400px;
    background-image: linear-gradient(0deg, #181818, #282828);
    position: absolute;
    top: 0;
    left: 0;
}
.voice_content .inner_1200 {
    position: relative;
    z-index: 1;
}
.voice_main_text p,
.voice_sub_text p,
.voice_score p {
    margin: 0;
}
.voice_main_item + .voice_main_item {
    margin-top: 203px;
}
.voice_main_text {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.666;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}
.voice_star_box {
    display: flex;
    justify-content: center;
    gap: 2px;
}
.voice_star_box img {
    width: 24px;
}
.voice_sub_items {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    margin-top: 200px;
}
.voice_sub_item {
    width: calc((100% - 46px) / 3);
    padding: 40px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    box-shadow: 5px 20px 40px rgba(0,0,0,0.04);
}
.voice_sub_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 22px;
}
.voice_sub_item .voice_star_box {
    justify-content: flex-start;
}
.voice_sub_item .voice_star_box img {
    width: 15px;
}
.voice_score_box {
    margin-top: 76px;
}
.voice_score_title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    color: #fff;
}
.voice_score {
    font-size: 120px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.voice_score strong {
    font-size: 60px;
}
@media screen and (max-width: 1024px) {
    .voice_main_item + .voice_main_item {
        margin-top: 80px;
    }
    .voice_main_text {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .voice_star_box img {
        width: 18px;
    }
    .voice_sub_items {
        margin-top: 100px;
        gap: 15px;
    }
    .voice_sub_item {
        width: calc((100% - 30px) / 3);
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .voice_content {
        padding-top: 170px;
    }
    .voice_content::before {
        height: 250px;
    }
    .voice_main_item + .voice_main_item {
        margin-top: 50px;
    }
    .voice_main_text {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .voice_star_box img {
        width: 14px;
    }
    .voice_sub_items {
        margin-top: 70px;
        gap: 15px;
    }
    .voice_sub_item {
        width: 100%;
        padding: 15px;
    }
    .voice_sub_text {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .voice_sub_item .voice_star_box img {
        width: 14px;
    }
    .voice_score_box {
        margin-top: 50px;
    }
    .voice_score_title {
        font-size: 14px;
    }
    .voice_score {
        font-size: 80px;
    }
    .voice_score strong {
        font-size: 40px;
    }
}


/* 画像ブロック */
.img_box {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.img_box img {
    width: 100%;
    vertical-align: bottom;
}

/* 緊急入荷 */
.restock_content {
    padding-top: 120px;
    padding-bottom: 120px;
}
.restock_img,
.restock_alart_text p,
.restock_text p {
    margin: 0;
}
.restock_box {
    display: flex;
    gap: 60px;
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}
.restock_img {
    width: 200px;
}
.restock_img img {
    width: 100%;
}
.restock_text_box {
    width: calc(100% - 260px);
    color: #fff;
}
.restock_title {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    background: #8E6E16;
    color: #fff;
}
.restock_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 20px 0;
}
.restock_alart_text {
    color: #999;
    font-size: 12px;
    line-height: 1.666;
    letter-spacing: 0.05em;
}
.restock_alart_text em {
    font-style: normal;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .restock_content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .restock_box {
        gap: 30px;
    }
    .restock_img {
        width: 160px;
    }
    .restock_text_box {
        width: calc(100% - 190px);
    }
}
@media screen and (max-width: 767px) {
    .restock_content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .restock_box {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
    }
    .restock_img {
        width: 160px;
    }
    .restock_text_box {
        width: 100%;
    }
    .restock_title {
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .restock_text {
        font-size: 14px;
        margin: 15px 0;
    }
}

/* テキストバナー */
.textbanner_content {
    position: relative;
    overflow: hidden;
}
.textbanner_box {
    width: 100%;
    margin: 0;
}
.textbanner_box img {
    vertical-align: bottom;
    width: 100%;
}
.textbanner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.333vw;
    font-weight: 500;
    text-shadow: 0 0 16px rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 40px;
}
.textbanner_text p {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .textbanner_text {
        font-size: 7vw;
    }
}

/* バナースライダー */
.banner_slider_content {
    max-width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.banner_top_slider,
.banner_bottom_slider {
    overflow: hidden;
}
.banner_bottom_slider {
    margin-top: 10px;
}
.banner_slider_content .swiper-wrapper {
    transition-timing-function: linear;
}
.banner_slider_content .swiper-slide {
    width: auto !important;
}
.banner_img {
    display: block;
    width: max-content;
    margin: 0;
}
.banner_img img {
    width: auto;
    height: 16.66vw;
    object-fit: cover;
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
    .banner_img img {
        height: 23vw;
    }
}
@media screen and (max-width: 767px) {
    .banner_img img {
        height: 30.769vw;
    }
}


/* STRENGTH */
.strength_content {
    padding-top: 165px;
    padding-bottom: 200px;
}
.strength_content .title01_box {
    text-align: center;
}
.strength_read_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 120px;
}
.strength_read_text p,
.strength_main_img_box p, {
    margin: 0;
}
.strength_main_img_box {
    position: sticky;
    top: calc(50vh - 280px);
    z-index: 1;
    margin: 0 auto;
    max-width: 320px;
    overflow: hidden;
}
.strength_main_img_box ul {
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform .3s ease-out;
    list-style: none;
}
.strength_main_img_box li {
    flex: 1 0 100%;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}
.strength_main_img_box img {
    width: 100%;
}
.strengs_point_item.first {
    margin-top: -640px !important;
}
.strengs_point_item + .strengs_point_item {
    margin-top: 160px;
}
.strengs_point_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strengs_point_text {
    max-width: 320px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
}
.strengs_point_text p,
.strengs_point_title p {
    margin: 0;
}
.strengs_point_title_box {
    max-width: 340px;
    width: 100%;
}
.strengs_point_num {
    font-family: "Roboto", sans-serif;
    font-size: 160px;
    font-weight: 500;
    opacity: .1;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-align: right;
}
.strengs_point_title {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 65px;
    line-height: 1.4;
    margin-top: -63px;
}
.strengs_point_title_box img {
    width: 100%;
}
.strengs_point_item.first .strengs_point_title_box img {
    width: 480px;
    margin-top: -234px;
    margin-left: -55px;
}
.strengs_point_item.second .strengs_point_title_box {
    order: -1;
}
.strengs_point_item.second .strengs_point_num {
    text-align: left;
}
.strengs_point_item.second .strengs_point_title {
    padding-right: 0;
    padding-left: 95px;
    margin-bottom: 62px;
}
.strengs_point_item.third .strengs_point_title_box img {
    display: block;
    max-width: 160px;
    margin: 20px auto 0;
}
@media screen and (max-width: 1400px) {
    .strengs_point_item.first .strengs_point_title_box img {
        max-width: 480px;
        width: 130%;
    }
}
@media screen and (max-width: 1100px) {
    .strength_main_img_box {
        max-width: 27%;
    }
}
@media screen and (max-width: 1024px) {
    .strength_content {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .strength_read_text {
        margin-bottom: 80px;
    }
    .strength_main_img_box {
        top: calc(50vh - 30%);
    }
    .strengs_point_item.first .strengs_point_title_box img {
        max-width: 480px;
        width: 100%;
        margin-left: 0;
    }
    .strengs_point_item.first {
        margin-top: -95% !important;
    }
    .strengs_point_item img {
        display: none !important;
    }
    .strength_main_img_box {
        margin-left: -6%;
        max-width: unset;
        width: 45.4%;
    }
    .strengs_point_item {
        width: 52%;
        margin-left: auto;
        flex-wrap: wrap;
    }
    .strengs_point_text {
        order: 1;
        max-width: unset;
    }
    .strengs_point_title_box {
        max-width: unset;
        margin-bottom: 30px;
    }
    .strengs_point_num {
        font-size: 120px;
        text-align: center;
    }
    .strengs_point_title {
        margin-top: 0;
        padding-right: 0;
    }
    .strengs_point_item.second .strengs_point_num {
        text-align: center;
    }
    .strengs_point_item.second .strengs_point_title {
        padding-left: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .strength_content {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .strength_read_text {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .strengs_point_item + .strengs_point_item {
        margin-top: 90px;
    }
    .strengs_point_num {
        font-size: 70px;
        margin-bottom: 10px;
    }
    .strengs_point_title {
        font-size: 28px;
    }
    .strengs_point_text {
        font-size: 14px;
    }
    .strength_main_img_box li p {
        margin: 0;
    }
}

/* サテンネクタイとの違い */
.comparison_content {
    padding-top: 160px;
    padding-bottom: 95px;
    overflow: hidden;
}
.comparison_read_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
}
.comparison_slider {
    margin-top: 50px;
    overflow: visible !important;
    padding-bottom: 80px !important;
}
.comparison_slider .swiper-slide {
    height: auto !important;
}
.comparison_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 7.7%;
    align-items: center;
    background: #fff;
    padding: 40px;
}
.comparison_item img {
    width: 50%;
}
.comparison_text {
    position: relative;
    width: 38%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
}
.comparison_item:has(.material_text) .comparison_text {
    padding-bottom: 40px;
}
.material_text {
    position: absolute;
    bottom: 40px;
    left: 57.7%;
    width: 38%;
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 1.666;
    letter-spacing: 0.05em;
}
.comparison_text p,
.comparison_read_text p,
.material_text p {
    margin: 0;
}
.comparison_slider .swiper-button-next,
.comparison_slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: background .3s;
}
.comparison_slider .swiper-button-next:hover,
.comparison_slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .05);
}
.comparison_slider .swiper-button-next svg,
.comparison_slider .swiper-button-prev svg {
    display: none;
}
.comparison_slider .swiper-button-next {
    top: unset !important;
    bottom: 0;
    right: 0 !important;
}
.comparison_slider .swiper-button-prev {
    top: unset !important;
    bottom: 0;
    left: auto !important;
    right: 60px !important;
}
.comparison_slider .swiper-button-next::before,
.comparison_slider .swiper-button-prev::before {
    content: '';
    width: 17.5px;
    height: 23.5px;
    background: url('/cdn/shop/files/slider_arrow_next.png?v=1771462174') center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comparison_slider .swiper-button-prev::before {
    background: url('/cdn/shop/files/slider_arrow_prev.png?v=1771462174') center / contain no-repeat;
}
.comparison_slider .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 24px) !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 156px;
    gap: 12px;
}
.comparison_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8E6E16;
}
@media screen and (max-width: 1024px) {
    .comparison_content {
        padding-top: 100px;
        padding-bottom: 90px;
    }
    .comparison_slider {
        margin-top: 30px;
    }
    .comparison_item {
        padding: 20px;
    }
    .comparison_text  {
        width: 42%;
        font-size: 14px;
    }
    .material_text {
        width: 42%;
    }
}
@media screen and (max-width: 767px) {
    .comparison_content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .comparison_slider {
        padding-bottom: 60px !important;
    }
    .comparison_slider .swiper-wrapper {
        align-items: stretch;
    }
    .comparison_slider .swiper-slide {
        background: #fff;
    }
    .comparison_read_text {
        font-size: 14px;
    }
    .comparison_item {
        align-items: stretch;
    }
    .comparison_item img {
        width: 100%;
        margin-bottom: 15px;
    }
    .comparison_text {
        width: 100%;
    }
    .comparison_item:has(.material_text) .comparison_text {
        padding-bottom: 20px;
    }
    .material_text {
        width: 100%;
        position: static;
    }
    .comparison_slider .swiper-button-next,
    .comparison_slider .swiper-button-prev {
        display: none;
    }
    .comparison_slider .swiper-pagination {
        padding-right: 0;
        justify-content: center;
        gap: 8px;
    }
}

/* 十人十色 */
.color_content {
    padding-top: 22px;
    padding-bottom: 150px;
    overflow: hidden;
}
.color_items {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 55px;
}
.color_item {
    width: calc((100% - 220px) / 5);
}
.color_circle {
    display: block !important;
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto 24px;
}
.color_name_jp {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.2;
    color: #000;
}
.color_name_en {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #999;
    text-align: center;
    margin: 11px 0 30px;
}
.color_about_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.857;
    letter-spacing: 0.05em;
    color: #000;
}
.color_about_text p {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .color_content {
        padding-bottom: 100px;
    }
    .color_items {
        gap: 50px 20px;
    }
    .color_item {
        width: calc((100% - 60px) / 4);
    }
    .color_circle {
        margin: 0 auto 15px;
    }
    .color_name_en {
        margin: 5px 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .color_content {
        padding-bottom: 0;
        border-bottom: 1px solid #E0E0E0;
    }
    .color_items {
        gap: 0;
        margin-left: -5%;
        margin-right: -5%;
    }
    .color_item {
        width: 50%;
        padding: 40px 15px;
        border-top: 1px solid #E0E0E0;
    }
    .color_item:nth-child(odd) {
        border-right: 1px solid #E0E0E0;
    }
    .color_about_text {
        font-size: 13px;
        line-height: 1.666;
    }
}

/* ラインアップ */
.lineup_content {
    padding-top: 120px;
    padding-bottom: 60px;
}
.lineup_content .title02_box {
    margin-bottom: 0px;
}
.lineup_read_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 5.6%;
    margin-bottom: 40px;
}
.lineup_read_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
    width: 55%;
}
.lineup_read_text p {
    margin: 0;
}
.lineup_dicout_img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 39.4%;
}
.lineup_dicout_img_box img {
    width: calc((100% - 20px) / 3);
}
.lineup_about_items {
    display: flex;
    gap: 5%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 35px 0;
}
.lineup_about_item {
    width: 47.5%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lineup_about_item h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0;
    min-width: 120px;
}
.lineup_about_item p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .lineup_content {
        padding-top: 80px;
    }
    .lineup_content .title02_box {
        margin-bottom: 25px;
    }
    .lineup_about_items {
        padding: 20px 0;
    }
    .lineup_about_item h3 {
        min-width: 70px;
    }
}
@media screen and (max-width: 767px) {
    .lineup_read_item {
        flex-wrap: wrap;
    }
    .lineup_read_text {
        width: 100%;
        font-size: 14px;
    }
    .lineup_dicout_img_box {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
    .lineup_about_items {
        flex-wrap: wrap;
        gap: 30px;
    }
    .lineup_about_item {
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }
    .lineup_about_item h3,
    .lineup_about_item p {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
}


/* よくある質問 */
.faq_content {
    padding-top: 120px;
    padding-bottom: 160px;
}
.faq_box {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.faq_content .title02_box {
    text-align: center;
}
.faq_item {
    background: #fff;
    border-radius: 5px;
}
.faq_item + .faq_item {
    margin-top: 20px;
}
.faq_item p {
    margin: 0;
}
.faq_title_box {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000;
    padding: 26px 65px 26px 80px;
    cursor: pointer;
    transition: color .3s;
}
.faq_title_box.active {
    color: #8E6E16;
}
.faq_title_box::before {
    content: 'Q.';
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #8E6E16;
    position: absolute;
    top: 25px;
    left: 40px;
}
.faq_title_box::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/cdn/shop/files/toggle_open.png?v=1771891057') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
.faq_title_box.active::after {
    background: url('/cdn/shop/files/toggle_close.png?v=1771891057') center / contain no-repeat;
}
.faq_ans_box {
    position: relative;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
    padding: 26px 65px 26px 80px;
}
.faq_ans_box::after {
    content: '';
    width: calc(100% - 80px);
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.faq_ans_box::before {
    content: 'A.';
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #8E6E16;
    position: absolute;
    top: 25px;
    left: 40px;
}
@media screen and (max-width: 1024px) {
    .faq_content {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    .faq_content {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .faq_content .title02_box {
        margin-bottom: 30px;
    }
    .faq_item + .faq_item {
        margin-top: 10px;
    }
    .faq_title_box {
        font-size: 15px;
        padding: 15px 35px;
    }
    .faq_title_box::before {
        font-size: 20px;
        top: 14px;
        left: 10px;
    }
    .faq_title_box::after {
        width: 12px;
        height: 12px;
        right: 13px;
    }
    .faq_ans_box {
        font-size: 14px;
        padding: 15px 35px;
    }
    .faq_ans_box::before {
        font-size: 20px;
        top: 14px;
        left: 10px;
    }
    .faq_ans_box::after {
        width: calc(100% - 20px);
    }
}


/**************************************
 * アニメーション
***************************************/
.delay1 {
	transition-delay: 0.1s !important;
}
.delay2 {
	transition-delay: 0.2s !important;
}
.delay3 {
	transition-delay: 0.3s !important;
}
.delay4 {
	transition-delay: 0.4s !important;
}
.delay5 {
	transition-delay: 0.5s !important;
}
/* ふわっと */
.class_key.up {
	transform: translateY(30px);
	opacity: 0;
	transition: all .5s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}































