@charset "utf-8";
/*
Theme Name: toimii3
Description: toimii3のテンプレートです
Version: 1.0
Author: kawashima
*/


/*==========================
WP
==========================*/
.btn--wp {
    display: block;
    border: 0.1rem solid var(--primary-black);
    width: 29.2rem;
    border-radius: 0.5rem;
    padding: 1.2rem 5rem;
    font-family: Montserrat;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    position: relative;
    transition: 0.2s;
    margin: 0 auto;
}

/* .wp-pagenavi {
    display: flex;
    gap: 5rem;
    justify-content: center;
    justify-content: space-between;
} */

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    /* border: 1px solid #BFBFBF; */
    padding: 3px 5px;
    margin: 8px;
}


.btn--wp::after {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(images/icon-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.pageNav__wp {
    /* display: block; */
    display: flex;
    /* border: 1px solid var(--primary-black); */
    width: 23.rem;
    border-radius: 0.5rem;
    padding: 3rem 0 5rem;
    font-family: Montserrat;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    position: relative;
    transition: 0.2s;
    margin: 0 auto;
    width: 45%;
    justify-content: space-between;
    color: var(--primary-gray);
}

.pageNav__wp::after {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(images/icon-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.wpcf7-response-output {
    border-color: var(--primary-gray);
    text-align: center;
}

.wp-block-heading {
    font-size: 1.5rem;
    font-weight: 500;
    /* padding: 0 8%; */
    margin: 3em 0 1.5em;
}

.wp-block-image {
    margin-bottom: 2em;
}

/* WP PC */
@media screen and (min-width: 769px) {
    .wp-block-heading {
        font-size: 1.6rem;
        text-align: center;
        padding: 0 8%;
    }
}
/* pc 769px */


/*==========================
common（共通の設定）
==========================*/
/* 変数の登録 */
:root {
    --primary-white: #FFFFFF;
    --primary-lightBeige: #F4F1EF;
    --primary-black: #444444;
    --primary-gray: #999999;
    --primary-brown: #472E27;
    --primary-lightBrown: #8B7974;
    --primary-ligntGray: #cccccc;
    --contentWidth: 89.3%;
    --contentPadding: 5.3%;
    /* --contentPadding: calc(20px / 100vw)%; */
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: "Noto Serif JP", serif; */
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    /* color: var(--primary-black, #444444); */
    color: var(--primary-brown);
    background-color: var(--primary-white, #FFFFFF);
    line-height: 2;
    letter-spacing: 0.05em;
    max-width: 1200px;
    margin: 0 auto;
}

p {
    margin-bottom: 2em;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: block;
    border: 0.1rem solid var(--primary-black);
    width: 23.3rem;
    border-radius: 0.5rem;
    /* padding: 12px 50px; */
    font-family: Montserrat;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    position: relative;
    transition: 0.2s;
    margin: 0 auto;
}

.btn a {
    display: block;
}

.btn a,
.btn input {
    padding: 1.2rem 5rem;
}

.btn p {
    margin-bottom: 0;
}

.btn input {
    margin: 0 !important;
}

.btn::after {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(images/icon-arrow-br.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover {
    opacity: 0.5;
}

.nav__list {
    gap: 3rem;
    padding-bottom: 8rem;
}

.footer {
    padding: 8rem var(--contentPadding) 0;
}

/* common PC */
@media screen and (min-width: 769px) {
    :root {
        --contentWidth: 83.8%;
        --contentPadding: 8%;
    }

}

/* pc 769px */


/*==========================
header
==========================*/
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0.7rem var(--contentPadding);
    height: 4rem;
    background-color: var(--primary-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .header__logo {
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
} */

.headerLogo {
    width: 8rem;
}

.header__cartIcon__pc {
    display: none;
}

.mainImg__pc {
    display: none;
}

.header__btnSp {
    display: block;
    width: 1.8rem;
    height: 1.1rem;
    cursor: pointer;
    top: 2.2rem;
    right: 6.13%;
}

.header__btnPc {
    display: none;
    height: 2rem;
}

.header__linkPc {
    display: none;
}

/* nav初期表示 */
.nav {
    background: rgba(255, 255, 255, 0.93);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav.active {
    transform: translateX(0);
}

.headerNav {
    padding: 0.7rem var(--contentPadding);
    height: 4rem;
    background-color: var(--primary-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerNav__logo {
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
}

.headerNav__btnClose__pc {
    display: none;
    height: 2rem;
}

.headerNav__cartIcon__pc {
    display: none;
}

.headerNav__list {
    padding: 4rem var(--contentPadding) 0;
}

.headerNav__item {
    padding-top: 3rem;
    font-family: montserrat;
    letter-spacing: 0.1em;
}

.headerNav__item:first-child {
    padding-top: 0;
}

.headerNav__instagram {
    height: 2.2rem;
}

.headerNav__x {
    height: 2.2rem;
    padding-left: 2.5rem;
}

.headerNav__sns {
    padding: 6rem var(--contentPadding);
    /* text-align: center; */
}

/* header PC */
@media screen and (min-width: 769px) {
    .header {
        height: 5.5rem;
        margin: 0 auto;
        padding: 2rem var(--contentPadding);
    }

    .header__cartIcon__pc {
        display: block;
    }

    .header__cartIcon__sp {
        display: none;
    }

    /* .header__logo {
        font-size: 2.5rem;
    } */

    .headerLogo {
    width: 12rem;
}

    .header__btnPc {
        display: block;
        cursor: pointer;
    }

    .header__btnSp {
        display: none;
    }

    .headerNav {
        padding: 0.7rem var(--contentPadding);
        height: 5.5rem;
        background-color: var(--primary-white);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headerNav__cartIcon__pc {
        display: block;
    }

    .headerNav__cartIcon__sp {
        display: none;
    }

    .headerNav__logo {
        font-size: 2.5rem;
    }

    .header__btnPc {
        display: block;
    }

    .header__btnSp {
        display: none;
    }

    .headerNav__btnClose__sp {
        display: none;
    }

    .headerNav__btnClose__pc {
        display: block;
        cursor: pointer;
    }

    .header__topic span {
        font-size: 1.2rem;
        line-height: 1.3;
        letter-spacing: 0.2em;
        margin: 0 0 0 2.8rem;
    }

    .nav__list {
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .nav__item {
        color: var(--primary-green);
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .headerNav__sns {
        padding: 6rem var(--contentPadding);
        text-align: center;
    }

}
/* pc 769px */


/*==========================
main article
==========================*/
.mainImg {
    object-fit: cover;
    aspect-ratio: 375 / 281;
}

.mainImg-logo {
    width: 14rem;
    display: block;
    margin: 0 auto;
}

.mainTopics__txt {
    margin: 6rem 0 0;
    font-size: 3rem;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 1;
}

.mainTopics__txtsub {
    font-size: 1.1rem;
    text-align: center;
    font-family: Montserrat;
    letter-spacing: 0.3rem;
}

.articl__headerTxt {
    margin: 6rem 0 5rem;
}

.mainImg-pc {
    display: none;
}

.section {
    margin-top: 6rem;
    padding: 0 var(--contentPadding);
}

.sectionList__item--home {
    max-width: 390px;
    margin: 3rem auto;
}

.sectionTopic--vintage {
    margin-top: 8rem;
}

.sectionTopic {
    font-family: montserrat;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.sectionList__item {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
    align-items: center;
}

.sectionList__itemImg {
    max-width: 90px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.sectionList__category {
    line-height: 1.4;
}

.sectionList__categoryName {
    font-family: montserrat;
    /* color: #777777; */
    color: var(--primary-lightBrown);
    display: inline;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.sectionList__itemTxt {
    line-height: 1.4;
}

.sectionList__category {
    padding-top: 1rem;
}

.sectionList {
    /* margin: 30px auto; */
}

.section--travel {
    margin-bottom: 6rem;
}

/* Online Shop */
.onlineShop__banner {
    background-image: url(images/onlinshopImg04.webp);
    background-size: cover;
    background-position: center;
    aspect-ratio: 375 / 95;
    position: relative;

    z-index: 0;
    overflow: hidden;
}

.onlineShop__banner::before {
    content: '';
    background: inherit;
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -o-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    z-index: -3;
}


.onlineShop__banner {
    position: relative;
    max-width: 769px;
    margin: 0 auto;
}

.onlineShop__banner:hover {
    opacity: 0.5;
}

.onlineShop__banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-family: montserrat;
    color: #fdfdfd;
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    letter-spacing: 0.2em;
}

.btn:hover {
    opacity: 100;
}

.onlineShop__banner p {
    background-color: rgb(0 0 0 / .2);
    line-height: 100;
}

/* Online Shop tablet */
@media screen and (min-width: 429px) {
    .onlineShop__banner {
        border-radius: 2rem;
        width: 52rem;
        height: 10.1rem;
        max-width: var(--contentWidth);
    }

}

/* main PC */
@media screen and (min-width: 769px) {
    .mainImg {
        object-fit: cover;
        aspect-ratio: 1400 / 500;
        display: block;
        width: 100vw;
    }

    .mainImg-logo {
        width: 20rem;
    }


    .main {
        padding: 0 var(--contentPadding);
    }

    .articleCategoryImg {
        display: none;
    }

    .mainTopics__txt {
        margin: 10rem 0 0;
        font-size: 7rem;
        line-height: 1.4;
    }

    .mainTopics__txtsub {
        font-size: 1.8rem;
    }

    .articl__headerTxt {
        margin-bottom: 10rem;
    }

    .mainImg-sp {
        display: none;
    }

    .section {
        padding: 0;
        margin-top: 15rem;
    }

    .section--travel {
        margin-bottom: 15rem;
    }

    .sectionList__item {
        display: block;
        width: 100%;
        max-width: 375px;
        margin-top: 0;
    }

    .sectionList__itemImg {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 375 / 232;
    }

    .sectionList__itemTxt {
        margin-top: 1rem;
    }

    .sectionList {
        display: flex;
        justify-content: center;
        gap: 3%;
        margin: 5rem auto 5rem;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .onlineShop__banner p {
        font-size: 2.5rem;
        font-weight: 500;
    }

    .mainImg__sp {
        display: none;
    }

    .mainTopics {
        margin-top: 15rem;
    }

    .sectionList__item a {
        display: block;
        width: 100%;
    }


    /* Online Shop PC */
    .onlineShop__banner {
        border-radius: 3.5rem;
        width: 76.9rem;
        height: 15rem;
        max-width: var(--contentWidth);
    }
}
/* pc 769px */


/*==========================
slider
==========================*/
.slider {
    visibility: hidden;
}

.slider.slick-initialized {
    visibility: visible;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev {
    left: 1rem;
}

.slick-next {
    right: 1rem;
}

.slider img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 375 / 277;
}

.slick-arrow:before {
    content: "" !important;
}

/* slider PC */
@media screen and (min-width: 769px) {
    .slider img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 1208 / 418;
    }

}

/* pc 769px */


/*==========================
About
==========================*/
/* .about__Group {
    padding: 0 10.3% 0;
    text-align: center;
} */

/* .about__txt {
    margin-top: 30px;
    text-align: center;
} */

.about__txtGroup-br {
    display: none;
}

.txtlink {
    display: block;
    font-size: 1.3rem;
    margin-top: 3rem;
    border-bottom: 0.1rem solid var(--primary-black);
}

.txtlink__border {
    width: 19.3rem;
    margin: 0 auto;
}

.txtlink:hover {
    opacity: 0.5;
}

/* About PC */
@media screen and (min-width: 769px) {
    .sectionAbout {
        margin-top: 8rem;
    }

    .about__Group {
    /* padding: 0 10.3% 0; */
    text-align: center;
    }

    .about__txtGroup-br {
        display: block;
}


    /* .about__txt {
        max-width: 800px;
        margin: 30px auto 0;
    } */

}

/* pc 769px */


/*==========================
All articles
==========================*/
.sectionTopic--articles {
    margin: 4rem auto 3rem;
}

.btn--sectionArticles {
    border: 0px;
    margin-top: 4rem;
}

.btn--sectionArticles::after {
    right: 7.8rem;
}

.sectionList__item--articles {
    max-width: 390px;
    margin: 3rem auto;
}


/* All articles PC */
@media screen and (min-width: 769px) {
    .section--articles {
        margin-top: 0;
    }

    .sectionList__itemTxtArticle {
        margin-top: 1rem;
    }

    .sectionTopic--articles {
        font-size: 2rem;
        margin: 6rem auto 4rem;
    }

    .sectionList--articles {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        /* justify-content: space-between; */
        gap: 3%;
        margin: 5rem auto 0px;
    }

    .sectionList__item--articles {
        max-width: 375px;
        width: calc(375/1208*100%);
        /* width: calc((100% - 70px) / 3); */
        /* width: calc(100% / 3 - 20px); */
        /* margin-top: 60px; */
    }

    .sectionList--articles:nth-child(-n+3) {
        margin-top: 0;
    }

    .sectionList__itemTitle {
        margin-top: 1rem;
    }

}/* pc 769px */


/*==========================
Article category
Vintage＆Used items/Travel＆Buying
==========================*/
.articleCategory__banner--sp {
    object-fit: cover;
    aspect-ratio: 375 / 281;
}

/* breadcrumbsList */
.breadcrumbsList {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    padding: 0 var(--contentPadding);
    margin: 1.6rem auto 1.6rem;
    font-size: 1.2rem;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    /* color: #999999; */
    color: var(--primary-lightBrown);
    list-style: none;
}

.breadcrumbsList-flex {
    display: flex;
    padding: 2rem 0;
    /* scroll */
    overflow-x: scroll;
    white-space: nowrap;
    color: var(--primary-lightBrown);
}

.breadcrumbsList-home::before {
    content: '';
    display: inline-block;
    width: 2.1rem;
    height: 2.191rem;
    background-image: url(images/icon-breadcrumbsList-home-br.svg);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 0.6rem;
    margin-right: 0.2rem;
}

.breadcrumbsList-arrow::before {
    content: '';
    display: inline-block;
    width: 1.6rem;
    height: 1.8rem;
    background-image: url(images/icon-breadcrumbsList-arrow-br.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0.5rem 0.3rem;
}

/* WP breadcrumbsList */
.home::before {
    content: '';
    display: inline-block;
    width: 1.4rem;
    height: 1.46rem;
    background-image: url(images/icon-breadcrumbsList-home-br.svg);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 0.4rem;
    margin-right: 0.2rem;
    font-size: 1.2rem;
}

.home a {
    font-size: 1.2rem;
}

li .home::before {
    display: none;
}

li .post-root::before {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.9rem;
    background-image: url(images/icon-breadcrumbsList-arrow-br.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0.3rem 0.2rem;
    font-size: 1.2rem;
}

.current-item::before {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.9rem;
    background-image: url(images/icon-breadcrumbsList-arrow-br.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0.3rem 0.2rem;
    font-size: 1.2rem;
}

li .taxonomy::before {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.9rem;
    background-image: url(images/icon-breadcrumbsList-arrow-br.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0.3rem 0.2rem;
    font-size: 1.2rem;
}

li .current-item::before {
    display: none;
}

.taxonomy {
    font-size: 1.2rem;
}
/* /WP breadcrumbsList */

.articleDate {
    margin-top: 2rem;
}

.breadcrumbsList__left {
    line-height: 1.7;
}

.breadcrumbsList__home {
    margin-bottom: 0.4rem;
    width: 1.4rem;
}

.section--articlesCategory {
    margin: 6rem auto 4rem;
}

.sectionList__item--recommendLast {
    margin-bottom: 0;
}

/* Article category PC */
@media screen and (min-width: 769px) {
    .articleDate {
    margin-top: 2rem;
   }

    .breadcrumbsList {
        padding: 0;
    }

    /* breadcrumbsList */
    .breadcrumbsList {
        font-size: 1.4rem;
        gap: 1.6rem;
    }

    .breadcrumbsList a:hover {
        opacity: 0.5;
    }

    .breadcrumbsList__home {
        width: 2.1rem;
    }

    .icon__breadcrumbsListArrow {
        width: 1.6rem;
    }

    .breadcrumbsList__home {
        margin-bottom: 0.6rem;
    }

    /* PC WP breadcrumbsList */
    .home::before {
    width: 1.7rem;
    height: 1.8rem;
    font-size: 1.3rem;
    }

    .taxonomy {
        font-size: 1.3rem;
        padding-top: 0.2rem;
    }

    .home a {
        font-size: 1.3rem;
    }

    li .post-root::before {
        width: 1rem;
        height: 1.1rem;
    }

    .current-item::before {
        width: 1rem;
        height: 1.1rem;
        font-size: 1.3rem;
    }

    li .taxonomy::before {
        width: 1rem;
        height: 1.1rem;
        font-size: 1.3rem;
    }

    .current-item span {
        font-size: 1.3rem;
    }
    /* /PC WP breadcrumbsList */


    .articleCategoryTitle {
        background-image: url(../images/mainImg-04.webp);
        background-size: cover;
        background-position: center;
        aspect-ratio: 1208 / 281;
        position: relative;

        z-index: 0;
        overflow: hidden;
    }

    .articleCategoryTitle::before {
        content: '';
        background: inherit;
        -webkit-filter: blur(0.2rem);
        -moz-filter: blur(0.2rem);
        -o-filter: blur(0.2rem);
        -ms-filter: blur(0.2rem);
        filter: blur(0.2rem);
        position: absolute;
        top: -0.2rem;
        left: -0.2rem;
        right: -0.2rem;
        bottom: -0.2rem;
        z-index: -1;
    }

    .articleCategoryTitle--travel {
        background-image: url(../images/articleImg-travel.webp);
        background-size: cover;
        background-position: center;
        aspect-ratio: 1208 / 281;
        position: relative;
    }

    .sectionTopic--articlesCategory {
        margin: 0;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .articleCategoryTitle h1 {
        background-color: rgb(255 255 255 / 0.8);
        line-height: 2.5;
    }

    .breadcrumbsList__Category {
        margin-bottom: 0;
    }

    .breadcrumbsListarticlTitle {
        font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    }
}
/* pc 769px */

/*==========================
Pick up  Recommended articles
==========================*/
.sectionList--recommendedArticles {
    margin: 0 auto;
    padding-bottom: 5rem;
}

.recommendedArticles {
    /* margin: 70px auto; */
    background-color: var(--primary-lightBeige);
    padding: 0 var(--contentPadding);
}

.pickupTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    text-align: center;
    padding-top: 4rem;
    gap: 2.8rem;
}

.pickupTxt::before {
    content: "";
    width: 8rem;
    height: 0.1rem;
    /* transform: rotate(60deg); */
    box-sizing: border-box;
    background-color: var(--primary-black);

}

.pickupTxt::after {
    content: "";
    width: 8rem;
    height: 0.1rem;
    /* transform: rotate(-60deg); */
    box-sizing: border-box;
    background-color: var(--primary-black);
}

/* Recommended articles */
@media screen and (min-width: 769px) {
    .sectionList__item--recommend {
        margin-top: 5rem;
    }

    .recommendedArticles {
        padding: 4rem var(--contentPadding);
    }

}

/* pc 769px */


/*==========================
Article page
==========================*/
.sectionTopic--articlesTitle {
    font-size: 1.6rem;
    font-weight: 600;
    /* padding: 0 8%; */
    padding: var(--contentPadding);
    text-align: left;
    margin: 0;
}

.breadcrumbsList--articlepage {
    margin-bottom: 4rem;
}

.articlepage__h3 {
    font-weight: 500;
    margin-bottom: 1.1rem;
}

.articlepage__p {
    margin-top: 4rem;
}

.date {
    margin-bottom: 0;
}

.section--articlesPage {
    margin-top: 3rem;
    padding: 0 var(--contentPadding);
}


/* Article page */
@media screen and (min-width: 769px) {
    .sectionTopic--articlesTitle {
        font-size: 2rem;
        font-weight: 600;
        margin-top: 6rem;
        padding: 0 8%;
        text-align: center;
    }

    .articlepageGroup {
        max-width: 700px;
        margin: 0 auto;
    }

    .articlepage__h3 {
        text-align: center;
    }

    .articlepage__p {
        text-align: center;
        margin: 6rem auto;
    }

    .articlePageImg {
        object-fit: cover;
        aspect-ratio: 800 / 451;
        display: block;
        width: 100vw;
    }

    .articlepageTop {
        max-width: 800px;
        margin: 2rem auto;
    }

    .breadcrumbsList--articlepage {
        margin-bottom: 4.8rem;
    }

    .sectionList--articlesPage {
        margin: 6rem 0;
    }

}


/*==========================
footer
==========================*/
.footer {
    padding: 0 var(--contentPadding);
}

.footer__sns {
    margin: 8rem 0 6rem;
}

.footer__snsTxt {
    font-family: Montserrat;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.footer__snsTxt::before {
    content: "";
    width: 2rem;
    height: 0.1rem;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: var(--primary-black);
}

.footer__snsTxt::after {
    content: "";
    width: 2rem;
    height: 0.1rem;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: var(--primary-black);
}


.footer__snsInstagram {
    width: 2.2rem;
    height: 2.199rem;
}

.footer__snsX {
    width: 2.009rem;
    height: 2.053rem;
}

.footer__snsGroup {
    display: flex;
    gap: 2.5rem;
    text-align: center;
    justify-content: center;
    padding-top: 1rem;
}

.footer__logo {
    text-align: center;
    margin-top: 8rem;
    font-family: Montserrat;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
}

.footerNav__list {
    margin: 3rem 0;
    display: block;
}

.footerNav__item {
    margin-top: 3rem;
    font-family: montserrat;
    letter-spacing: 0.1em;
}

.footerNav__item:first-child {
    margin-top: 0;
}

.copy {
    text-align: center;
    margin: 1.5rem 0;
    /* color: #999999; */
    color: #A49591;
}


/* footer PC */
@media screen and (min-width: 769px) {
    .footerNav__listPc {
        display: flex;
        gap: 15%;
        justify-content: center;
        margin-top: 5.5rem;
    }

    .footer__sns {
        margin-top: 10rem;
    }

    .footerNav__item {
        text-align: left;
    }

}

/* pc 769px */


/*==========================
Contact
==========================*/
.sectionContact {
    margin: 2rem auto;
    font-family: montserrat;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.contact-form-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 var(--contentPadding);
}

.form-item:first-child {
    margin-top: 0;
}

.form-item {
    margin: 2rem auto;
    /* margin-bottom: 40px; */
}


.form-item label {
    display: block;
    font-size: 1.4rem;
    color: var(--primary-black);
}

.form-item input {
    width: 100%;
    border: 0.1rem solid #999;
    margin-top: 0.7rem;
}

.form-item input::placeholder,
.form-item textarea::placeholder {
    padding-left: 1.5rem;
}


.form-item textarea {
    height: auto;
    width: 100%;
    border: 0.1rem solid #999;
    margin-top: 0.7rem;
}

.last-check {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.last-check>input {
    width: auto;
    height: auto;
    margin: 0 1rem 0 0;
}

.last-check a {
    text-decoration: none;
}


.privacypolicy__link {
    padding-bottom: 0.5rem;
}

/* wp Contact */
.wpcf7-textarea {
    margin-bottom: 0;
}

.wpcf7-form-control {
    width: 100%;
}

.btn span {
    display: none;
}

/* /wp Contact */

/* Contact PC */
@media screen and (min-width: 769px) {
    .sectionContact {
        margin: 6rem auto 4rem;
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.4;
        letter-spacing: 0.1em;
    }

    .contact-form-inner {
        padding: 0 1.5rem;
        border: none;
    }

    .form-item {
        margin: 2rem auto;
        /* margin-bottom: 40px; */
    }

    .form-item>input {
        margin-top: 0.5rem;
    }

    .form-item textarea {
        margin-top: 0.5rem;
    }

    .form-item input::placeholder {
        padding-left: 0.5rem;
    }

    .form-flex input {
        height: 3.5rem;
        border-radius: 1.5rem;
        margin-top: 0.5rem;
    }

    .form-flex input.your-add-1 {
        width: 70%;
    }

    .form-hissu {
        margin-left: 0.5rem;
    }

    .form-free {
        margin-left: 0.5rem;
    }

    .last-check>input {
        margin: 0 0.5rem 0 0;
    }

}
/* pc 769px */


/*==========================
Privacy policy
==========================*/
.privacypolicy__subtitle {
    text-align: left;
    font-weight: 700;
}

.privacypolicy__group {
    margin: 2rem auto;
}

.privacypolicy__txt {
    text-align: left;
}

.privacypolicy__txtTop {
    margin-bottom: 4rem;
}

.privacypolicy__txtTop a {
    align-items: center;
}

.contact-form-innerLink {
    display: block;
    text-align: center;
    font-size: 1.3rem;
}

.contact-form-innerLink a {
    border-bottom: 0.1rem solid var(--primary-black);
}

.contact-form-innerLink a:hover {
    opacity: 0.5;
}

.section--privacypolicy {
    font-size: 1.3rem;
    max-width: 800px;
}

/*==========================
page Not Found
==========================*/
.privacypolicy--link a {
    border-bottom: 0.1rem solid var(--primary-black);
}