@charset "UTF-8";

/* =================================
共通で使用するCSS
================================= */
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    background: #FFF3E1;
    color: #000;
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
    font-size: 1.6rem;
    color: #000;
    overflow-x: hidden;
}

/* aタグ　hover */
a,
.filterBtn {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.onlinebtn_wrapper:hover,
.wrapper_on .otoiawase:hover {
    transform: rotate(15deg);
    background-color: #334482;
    box-shadow: 1px 1px 2px rgb(85, 85, 85);
}

.onlinebtn_a:hover,
.otoiawase_a:hover {
    transform: rotate(15deg);
    background-color: #334482;
    box-shadow: 1px 1px 2px rgb(85, 85, 85);
}

a:hover,
.filterBtn:hover {
    transform: scale(0.97, 0.97);
}

.btn_about_wrapper:hover {
    transform: scale(0.97, 0.97);
}

/* ヘッダー */
header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
}

header .logo {
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
    filter: drop-shadow(2px 4px 12px rgb(255, 255, 255));
}

header.scrolled {
    transition: 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* header */
header .logo_a {
    margin-top: 20px;
    margin-left: 50px;
}

header .logo_a img,
header .logo img {
    width: 173px;
    height: 55px;
}

.shoes1 {
    overflow: hidden;
    margin-top: -100px;
    text-align: right;
    position: absolute;
    z-index: -20;
    right: 0;
}

/* メニューのスタイル */
header .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 716px;
    background-color: #EFC32E;
    color: #000000;
    transition: transform 0.3s ease;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
    transform: translateX(120%);
}

/* メニューが開いているとき */
header .menu.open {
    transform: translateX(0);
}

/* ボタンのスタイル */
header .hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 100;
    transition: margin 0.3s ease;
}

header .hamburger::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-73%, -40%);
    background-image: url(../img/2_menu.png);
    background-size: contain;
    width: 154px;
    height: 97px;
    transition: opacity 0.3s ease;
}

header .hamburger .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100;
    width: 100%;
}

header .hamburger .bar {
    display: block;
    width: 38px;
    height: 23px;
}

header .hamburger.active .bar {
    width: 25px;
}

header .hamburger .bar span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

header .hamburger .text {
    margin: 10px 0 0;
    color: #333;
    font-weight: 600;
}

/* バツ印に変化するスタイル */
header .hamburger.active::after {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

header .hamburger.active {
    cursor: pointer;
    margin-right: 60px;
    padding: 6px;
    background-color: #ffffff;
    border-radius: 300px;
}

header .hamburger.active .bar span {
    background-color: #000000;
    margin-right: 100px;
}

header .hamburger.active p {
    display: none;
}

header .hamburger.active .bar span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
}

header .hamburger.active .bar span:nth-child(2) {
    opacity: 0;
}

header .hamburger.active .bar span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* メニューリストのスタイル */
.menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 41px;
    font-weight: 700;
}

.menu li {
    text-align: right;
    padding: 20px 0;
}

.menu li a {
    color: #333;
    text-decoration: none;
    display: block;
}

/* =================================
以下、サイトのCSS
================================= */

body {
    width: 100%;
    margin: 0 auto;
}

/* メインビジュアル */
.mainvisual {
    position: relative;
}

#main {
    height: 906px;
    width: 100%;
}

main h1 {
    top: 155px;
    margin-left: 50px;
    position: absolute;
}

.shoes2 {
    position: absolute;
    z-index: -10;
    top: 300px;
}

.main_online {
    position: relative;
}

/* online */
.online {
    position: absolute;
    display: flex;
    width: 313px;
    height: 430px;
    right: 135px;
    top: 362px;
    background-repeat: no-repeat;
    background-image: url(../img/4_background.png);
}

.online::before {
    content: url(../img/4_background_illust.png);
    position: absolute;
    z-index: -2;
    right: 0;
    top: 0;
    margin-top: 200px;
    margin-right: -196px;
    width: 300px;
    height: 300px;
}

.online .otoiawase {
    font-size: 18px;
}

.onlinebtn_wrapper {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background-color: #29376C;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding-top: 42px;
    margin-top: 120px;
    margin-left: 74px;
    transform: rotate(15deg);
}

.onlinebtn_wrapper img {
    margin-right: 4px;
    margin-top: 4px;
    transform: rotate(-15deg);
}

.otoiawase {
    display: inline-block;
    margin-left: 36px;
    margin-top: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #29376C;
    border-radius: 30px;
    padding: 10px 40px;
    transform: rotate(15deg);
}

/* about */
.about_contents {
    background-image: url(../img/13_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    margin-top: 150px;
}

.ikari1 {
    position: relative;
    top: -60px;
    margin-top: -40px;
}

.about {
    overflow: hidden;
    margin-top: -300px;
}

.about_co {
    position: relative;
    width: 100%;
    top: 150px;
    margin: 0 auto;
}

.about_c {
    margin-top: 30px;
    text-align: center;
}

#about h2 {
    position: relative;
}

#about h2 img {
    right: 0;
}

#about h2::before {
    z-index: -1;
    content: "";
    width: 169px;
    height: 97px;
    margin-left: -134px;
    top: -30px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/8_about_1.png);
}

#about h2::after {
    z-index: -1;
    content: "";
    width: 169px;
    height: 97px;
    margin-left: -28px;
    top: -30px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/8_about_2.png);
}

.about p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1em;
}

.about_co .text_2 {
    margin-top: 30px;
}

.about-bg {
    width: 100%;
    height: auto;
}

/* about logo */
.about_co h3 {
    margin-bottom: 40px;
}

.about_c h3::after {
    position: absolute;
    content: "";
    min-width: 100%;
    height: 100%;
    margin-top: -170px;
    margin-left: 150px;
    background-position: 8px;
    background-repeat: no-repeat;
    background-image: url(../img/10_shoes_3.png);
    overflow: hidden;
}

/* about ボタン */
.btn_about {
    margin-top: 50px;
    display: inline-block;
    padding: 5px 75px 3px 88px;
}

.btn_about_wrapper {
    border-radius: 100px;
    margin-bottom: 320px;
    padding: 16px 20px;
    display: flex;
    background-color: #160E0B;
}

.btn_about::before {
    margin-top: -300px;
    position: absolute;
    content: "";
    left: 0;
    min-width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-image: url(../img/11_shoes_4.png);
}

.btn_a_t img {
    padding: 5px 75px 3px 88px;
}

.about_c h3 img {
    position: relative;
    min-width: 401px;
    height: 127px;
    margin-top: 70px;
}

.illust_a img {
    z-index: 100;
    position: absolute;
    right: 0;
    margin-right: 80px;
    margin-top: -300px;
    min-width: 202px;
    height: 381px;
}

/* 靴について */
.shoes {
    background-position: 30px;
    padding-bottom: 136px;
    min-width: 100%;
    height: 654px;
    background-repeat: no-repeat;
    background-image: url(../img/15_background.png);
    display: flex;
}

.shoes_c {
    margin-left: 200px;
}

.shoes_c h3 {
    padding-top: 30px;
}

.shoes_c h2 {
    position: relative;
    z-index: 100;
    padding-top: 104px;
    margin-bottom: 20px;
}

.shoes_c h2::after {
    content: "";
    position: absolute;
    z-index: -1;
    min-width: 100%;
    height: 100%;
    margin-top: -20px;
    margin-left: -130px;
    background-repeat: no-repeat;
    background-image: url(../img/14_midasi.png);
}

.shoes_c p {
    line-height: 180%;
}

.shoes_text::before {
    content: "";
    position: absolute;
    z-index: 100;
    background-image: url(../img/16_illust.png);
    background-repeat: no-repeat;
    height: 444px;
    width: 154px;
    margin-top: -74px;
    margin-left: -190px;
}

/* 靴切り抜き */
.img_shoes5 {
    position: relative;
    margin-left: -130px;
}

.img_shoes5 h3 img {
    position: absolute;
    z-index: 100;
    padding-top: 230px;
    padding-left: 550px;
}

.img_shoes5 p {
    position: absolute;
    margin-top: 110px;
}

/* 商品ボタン */
.shoes_btn {
    margin-top: 20px;
    display: inline-block;
}

.shoes_c_k,
.shoes_b_k {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #160E0B;
    border-radius: 50px;
    margin-left: -30px;
}

.shoes_c_k .text,
.shoes_b_k .text {
    padding: 0 10px;
    margin-right: 20px;
}

.shoes_b_k {
    margin-top: 10px;
}

/* クラフト体験 */
/*見出し */
.craft_m {
    display: flex;
    justify-content: flex-end;
}

.craft_m h3 {
    padding-left: 242px;
    padding-right: 281px;
    padding-top: 24px;
    padding-bottom: 7px;
    margin-top: -76px;
    background-image: url(../img/17_midasi_back.png);
    background-repeat: no-repeat;
}

/*コンテンツ内*/
.craft {
    padding-top: 9px;
    min-width: 100%;
    height: 578px;
    margin-left: 84px;
    background-image: url(../img/18_back.png);
    background-repeat: no-repeat;
}

.photo_c p img {
    margin-left: 34px;
}

.photo_c h3 {
    margin-top: -320px;
    margin-left: 131px;
}

.craft_c {
    display: flex;
}

.craft_t {
    margin-left: 60px;
}

.craft_t h2 {
    position: relative;
    margin-top: 116px;
    margin-bottom: 30px;
}

.craft_t_midasi p {
    position: absolute;
    margin-left: 160px;
    margin-top: -60px;
}

.craft_t p {
    line-height: 180%;
}

/* クラフトボタン*/
.craft_btn {
    margin-left: -22px;
    margin-top: 20px;
    display: inline-block;
}

.craft_c_k,
.craft_b_k {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
}

.craft_c_k .text,
.craft_b_k .text {
    padding: 0 10px;
    margin-right: 20px;
}

.craft_b_k {
    margin-top: 10px;
}

/* クラフトのイラスト */
.craft_i p img {
    width: 174px;
    margin-left: 92px;
    margin-top: 204px;
}

/* アシオト */
.ashioto {
    overflow-x: hidden;
    width: 100%;
    display: flex;
    background-color: #2C2C2C;
    background-size: cover;
}

.ashioto_wrap {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.ashioto_track {
    display: flex;
    width: max-content;
    animation: ashiotoScroll 20s linear infinite;
}

@keyframes ashiotoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* コラボ */
#collabo {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 1180px;
    background-repeat: no-repeat;
    background-color: #ffeacb;
    background-size: 1460px;
    background-image: url(../img/24_background_collabo.png);
}

.collabo_c {
    margin-left: 200px;
}

.midasi_c h2 {
    position: relative;
    padding-top: 84px;
}

.midasi_c {
    display: flex;
}

.midasi_c p img {
    position: absolute;
    margin-top: 30px;
    margin-left: -40px;
    z-index: -1;
}

.collabo_c p {
    color: #875B00;
    margin-top: 10px;
    font-weight: 600;
}

/* コラボコンテンツ */
.co_c {
    margin-top: 60px;
    display: flex;
}

.rikuou img {
    width: 490px;
    margin-right: 60px;
}

.tokyo img {
    width: 490px;
}

.co_c p {
    color: #2a2a2a;
}

.rikuou h3,
.tokyo h3 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 800;
}

.rikuou p,
.tokyo p {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
}


/*review */
/*　見出し */
#review {
    margin-top: -204px;
    position: relative;
    z-index: 100;
}

#review::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 1020px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/32_background.png);
}

#review .inner {
    padding-top: 70px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.review_m_o h2 img {
    position: relative;
    z-index: 100;
}

.review_m_o h2::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/25_midasi.png);
    background-size: 110px;
    width: 110px;
    height: 110px;
    margin-top: -50px;
    margin-left: -18px;
}

.review_m_o p {
    color: #875B00;
    margin-top: 10px;
    font-weight: 600;
}

.review_m_c {
    display: flex;
}

.review_m_c .illust_c {
    position: absolute;
    right: 0;
    margin-top: -200px;
    animation: puyonLoop 5s linear infinite;
}

@keyframes puyonLoop {

    /* ▶ 1回目：0〜2秒（約22%） */
    0% {
        transform: scale(1, 1) translate(0, 0);
    }

    22% {
        transform: scale(1, 1) translate(0, 0);
    }

    /* ▶ 停止：2〜7秒（約22〜78%） */
    78% {
        transform: scale(1, 1) translate(0, 0);
    }

    /* ▶ 2回目：7〜9秒（約78〜100%） */
    82% {
        transform: scale(0.98, 1.1) translate(0, -4%);
    }

    88% {
        transform: scale(1.1, 0.9) translate(0, 3%);
    }

    94% {
        transform: scale(0.95, 1.05) translate(0, -1%);
    }

    100% {
        transform: scale(1, 1) translate(0, 0);
    }
}

.review_m_c img {
    width: 234px;
}

/* review */
.review_ue {
    display: flex;
}

.review_comment {
    margin-top: 50px;
    width: 455px;
    height: 364px;
    background-size: 455px 290px;
    background-repeat: no-repeat;
    background-image: url(../img/31_fukidasi.png);
}

.review_con {
    padding-top: 70px;
    padding-left: 50px;
}

.review_m {
    display: flex;
}

.review_m .icon {
    margin-right: 30px;
}

.review_a {
    margin-top: 6px;
}

.review_m .icon_c {
    margin-top: -40px;
    margin-left: -30px;
}

.review_m h3 {
    font-size: 23px;
    font-weight: 600;
}

.review_c {
    display: flex;
}

.review_c .review_a {
    margin-right: 28px;
    text-align: center;
    font-size: 13px;
    color: #875B00;
    font-weight: 600;
}

.review_c .review_t_a {
    margin-top: 10px;
    margin-bottom: 16px;
}

.review_b {
    display: inline-block;
}

.review_w {
    display: flex;
    background-color: #160E0B;
    padding: 20px 30px;
    border-radius: 60px;
    margin-top: -30px;
    align-items: center;
}

.review_w h3 img {
    padding: 0 90px;
    padding-top: 4px;
}

/* review2 */
.review_comment2 {
    margin-left: 110px;
    margin-top: 50px;
    width: 455px;
    height: 364px;
    background-size: 455px 290px;
    background-repeat: no-repeat;
    background-image: url(../img/31_fukidasi.png);
}

.review_m .icon_c_2 {
    margin-top: -40px;
    margin-left: -10px;
}

/* review_under */
.review_under {
    display: flex;
    margin-top: -20px;
}

/*review3*/
.review_comment3 {
    margin-top: -30px;
    width: 455px;
    height: 364px;
    background-size: 455px 290px;
    background-repeat: no-repeat;
    background-image: url(../img/31_fukidasi.png);
}

.review_m .icon_c_3 {
    margin-top: -30px;
    margin-left: 30px;
}

/*review4*/
.review_comment4 {
    margin-left: 110px;
    margin-top: -30px;
    width: 455px;
    height: 364px;
    background-size: 455px 290px;
    background-repeat: no-repeat;
    background-image: url(../img/31_fukidasi.png);
}

.review_m .icon_c_4 {
    margin-top: -30px;
    margin-left: -25px;
}

/* shop */
.shop {
    position: relative;
    padding-top: 70px;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/33_back_shop.png);
}

.shop .inner {
    position: relative;
    width: 1040px;
    margin: 0 auto;
    display: flex;
}

.shop_midasi h2 img {
    padding-top: 160px;
    position: relative;

}

.shop_midasi h2::before {
    position: absolute;
    content: "";
    width: 81px;
    height: 81px;
    background-size: 81px;
    background-repeat: no-repeat;
    background-image: url(../img/33_midasi.png);
    margin-top: 130px;
    margin-left: 140px;
}

.shop_midasi p {
    margin-top: 10px;
    color: #875B00;
    font-weight: 600;
}

/* shop contents */
.shop_c .midasi {
    margin-top: 40px;
}

/* adress */
.shop_c .adress {
    margin-top: 10px;
}

/* tel */
.shop_tel {
    margin-top: 6px;
    display: flex;
}

.shop_tel .tel {
    font-weight: 600;
    padding-top: 10px;
    margin-right: 10px;
    color: #875B00;
}

.shop_tel .tel_b {
    font-size: 26px;
}

/* shop カテゴリー */
.shop_ca {
    margin-top: 14px;
    display: flex;
    margin-bottom: 20px;
}

.shop_ca .ca_c {
    background-color: #EB6E54;
    color: #fff;
    font-weight: 600;
    padding: 4px 20px;
}

.shop_ca .ca_s {
    margin-left: 10px;
    background-color: #EDC12E;
    color: #fff;
    font-weight: 600;
    padding: 4px 20px;
}

/* shop btn */
.shop_b_w {
    display: flex;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #160E0B;
    margin-left: -20px;
}

.shop_btn {
    display: inline-block;
}

.shop_b_w h3 img {
    padding: 0 40px;
    padding-top: 4px;
}

/* shop photo */
.inner .shop_ph {
    margin-top: 30px;
    display: flex;
}

.illust_s {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 120px;
}

.illust_s img {
    width: 158px;
    height: 362px;
}

.illust_s img {
    transform-origin: center bottom;
    animation: idle2D 6s ease-in-out infinite;
}

@keyframes idle2D {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.02, 1.03);
    }

    100% {
        transform: scale(1, 1);
    }
}

.shop_photo {
    position: absolute;
    right: 0;
}

/* sns */
.sns_wrapper {
    margin-top: 70px;
}

#sns {
    margin: 0 auto;
    width: 1240px;
    height: 620px;
    background-repeat: no-repeat;
    background-image: url(../img/37_back_sns.png);
}

#sns .inner {
    position: relative;
    display: flex;
    width: 1040px;
    margin: 0 auto;
}

.sns_m h2 img {
    position: relative;
    margin-top: 70px;
    padding-top: 172px;
}

.sns_m h2::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background-size: 90px;
    background-image: url(../img/37_midasi.png);
    background-repeat: no-repeat;
    margin-top: 200px;
    margin-left: 100px;
}

.sns_m p {
    margin-top: 6px;
    color: #875B00;
    font-weight: 600;
}

/*sns contents */
.sns_c .insta {
    margin-top: 50px;
}

.sns_c .insta img {
    position: relative;
}

.sns_c .insta::before {
    content: "";
    position: absolute;
    background-image: url(../img/38_insta.png);
    background-repeat: no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    margin-left: 200px;
    margin-top: -24px;
}

.sns_c .text {
    margin-top: 10px;
}

/* sns btn */
.sns_b_w {
    margin-left: -20px;
    background-color: #160E0B;
    margin-top: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
}

.sns_btn {
    display: inline-block;
}

.sns_b_w h3 img {
    padding: 8px 20px 0px 0px;
    padding-top: 7px;
}

/* sns photo */
.sns_photo p {
    position: absolute;
    right: 0;
    margin-top: 136px;
}

/* faq */
.faq {
    margin-top: 114px;
}

.faq_midasi {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 1040px;
    margin-bottom: 30px;
}

.faq_midasi h2 img {
    position: relative;
}

.faq_midasi h2::before {
    content: "";
    position: absolute;
    background-image: url(../img/41_midasi.png);
    background-repeat: no-repeat;
    background-size: 68px;
    width: 68px;
    height: 68px;
    margin-top: -30px;
    margin-left: 110px;
}

.faq_midasi p {
    margin-top: 6px;
    font-weight: 600;
    color: #875B00;
}

.illust_f img {
    position: absolute;
    width: 118px;
    right: 0;
    margin-top: -55px;
}

.illust_f img {
    transform-origin: center bottom;
    animation: idle2D 4s ease-in-out infinite;
}

@keyframes idle2D {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.02, 1.03);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* faqコンテンツ */
.faq_wrapper {
    width: 1090px;
    margin: 0 auto;
    background-size: 1090px;
    background-repeat: no-repeat;
    background-color: #F0CE79;
    border-radius: 20px;
    padding-bottom: 30px;
}

.faq .inner {
    width: 1040px;
    margin: 0 auto;
}

/* faq 1 */
.faq_1_c {
    margin: 0 auto;
    width: 1040px;
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px 30px;
    display: inline-block;
    background-color: #fff;
}

.faq_q {
    display: flex;
}

.faq_q .text {
    margin-top: 4px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 20px;
}

.faq_a {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.faq_a .text {
    margin-top: 4px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}

/* fukidasi */
.fukidasi p {
    position: absolute;
    left: 330px;
}

/* faq btn */
.faq_btn {
    display: inline-block;
    justify-content: center;
    margin-left: 180px;
}

.wrapper_faq {
    margin: 50px auto 0;
    border-radius: 50px;
    padding: 18px 20px;
    background-color: #EECA55;
    display: flex;
    width: fit-content;
}

.wrapper_faq h4 {
    margin-top: 4px;
    padding: 0px 100px;
}

/* contact */
#contact {
    display: flex;
    margin-top: 80px;
}

.inner_c {
    margin: 0 auto;
    width: 1240px;
    background-size: 1240px;
    background-repeat: no-repeat;
    background-image: url(../img/46_background.png);
}

.inner_c .inner {
    display: flex;
    margin: 0 auto;
    width: 1040px;
}

.wrapper_c {
    margin: 0 auto;
    width: 1040px;
}

.midasi_con {
    padding-top: 138px;
}

.midasi_con h2 img {
    position: relative;
}

.midasi_con h2::before {
    content: "";
    position: absolute;
    background-image: url(../img/44_midasi.png);
    background-repeat: no-repeat;
    background-size: 65px;
    width: 65px;
    height: 65px;
    margin-top: -20px;
    margin-left: 280px;
}

.midasi_con .otoiawase_t {
    margin-top: 10px;
    font-weight: 600;
    color: #875B00;
}

.midasi_con .text {
    font-weight: 600;
    margin-top: 40px;
}

/* コンタクト　ボタン　*/
.inner_c_2 {
    margin-top: 156px;
    margin-bottom: 159px;
}

.contact_btn {
    display: inline-block;
    background-color: #160E0B;
    padding: 14px 30px;
    border-radius: 30px;
}

.contact_btn .mail {
    margin-top: 4px;
}

.contact_btn {
    display: flex;
}

.contact_btn h3 {
    margin-top: 4px;
    padding: 0px 90px 0px 20px;
}

/* ボタン */
.contact_btn_2 {
    margin-top: 10px;
    display: inline-block;
    background-color: #160E0B;
    padding: 14px 30px;
    border-radius: 30px;
}

.contact_btn_2 {
    display: flex;
}

.contact_btn_2 h3 {
    margin-top: 4px;
    padding: 0px 114px 0px 26px;
}

/* フッター */
footer {
    font-weight: 500;
    background-color: #EDC12D;
    color: #333;
}

footer .allrights {
    margin-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

footer .inner_f {
    padding-top: 80px;
    width: 1140px;
    right: 0;
    margin: 0 auto;
}

.footer_logo img {
    width: 167px;
    height: 53px;
}

footer li {
    display: flex;
}


.footer_contents {
    display: flex;
}

footer li ul {
    margin-right: 70px;
    margin-top: 10px;
}

.group1 li {
    margin-bottom: 10px;
}

.group2 li {
    font-weight: 500;
    font-size: 14px;
    margin-top: 6px;
}

.group2 li::before {
    content: "";
    width: 2px;
    height: 16px;
    background-size: 4px 20px;
    background-color: #000;
    margin-right: 10px;
    margin-left: 2px;
}

footer .inner p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

/* footer btn */
.footer_btn_1 {
    display: inline-block;
}

.footer_btn_1 {
    display: flex;
    background-color: #160E0B;
    padding: 14px 30px;
    border-radius: 30px;
}

.footer_btn h3 {
    margin-top: 4px;
    padding: 0px 114px 0px 20px;
}

/* ボタン */
.footer_btn_2 {
    margin-top: 10px;
    display: inline-block;
    background-color: #160E0B;
    padding: 14px 30px;
    border-radius: 30px;
}

.footer_btn_2 .on {
    margin-top: -4px;
}

.footer_btn_2 {
    display: flex;
}

.footer_btn_2 h3 {
    margin-right: -6px;
    padding: 0px 110px 0px 16px;
}

/* ボタン */

.footer_btn_3 .cra {
    margin-top: 3px;
    margin-left: 11px;
}

.footer_btn_3 {
    margin-top: 10px;
    display: inline-block;
    background-color: #160E0B;
    padding: 14px 20px;
    border-radius: 30px;
}

.footer_btn_3 {
    display: flex;
}

.footer_btn_3 h3 {
    margin-right: 12px;
    margin-top: 5px;
    padding: 0px 114px 0px 21px;
}

/* topに戻る btn */
#toTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 2000;
    background-color: #000;
    padding: 20px;
    border-radius: 50%;
}

/* 表示状態 */
#toTop.show {
    opacity: 1;
    visibility: visible;
}

/* 中の画像をちゃんと表示させる */
#toTop p img {
    display: block;
    width: 22px;
    height: auto;
    margin: 0 auto;
}

#toTop p {
    margin: 0;
}

#toTop h3 {
    margin: 10px 0 0;
    text-align: center;
}

/* aboutページ*/
/* online */
.mainvisual_a {
    overflow: hidden;
}

.online_a {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    margin-right: 180px;
    width: 313px;
    height: 430px;
    background-repeat: no-repeat;
    background-image: url(../img/4_background.png);
}


.online_a p {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.online_a .otoiawase_a {
    font-size: 18px;
}

.onlinebtn_a {
    color: #ffffff;
    background-color: #29376C;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding-top: 42px;
    margin-top: 120px;
    margin-left: 74px;
    transform: rotate(15deg);
}

.onlinebtn_a img {
    margin-right: 4px;
    margin-top: 4px;
    transform: rotate(-15deg);
}

.otoiawase_a {
    display: inline-block;
    margin-left: 36px;
    margin-top: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #29376C;
    border-radius: 30px;
    padding: 10px 40px;
    transform: rotate(15deg);
}

.online_a {
    display: flex;
}

footer .inner_a {
    padding-top: 80px;
    width: 1140px;
    margin: 0 auto;
}

/* about ページ */
.main_about_contents::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 629px;
    margin-top: -220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/65_midasi_back.png);
}

.main_about h1 {
    position: relative;
    margin-top: 180px;
    padding-left: 50px;
}

.main_about p {
    position: absolute;
    margin-top: 10px;
    font-weight: 600;
    font-size: 22px;
    color: #875B00;
    padding-left: 100px;
    margin-top: 170px;
}

/* about メインビジュアル　人*/
.main_about_img .main_img {
    position: absolute;
    width: 180px;
    right: 0px;
    margin-right: 700px;
    margin-top: 150px;
    animation: slideInFromRight 2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(700px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* about　コンテンツ */
.main_a_c {
    margin-top: 406px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/66_back.png);
}

.main_a_c {
    font-size: 22px;
    font-weight: 600;
    line-height: 160%;
    padding-bottom: 230px;
    padding-top: 100px;
}

.main_a_c_1 {
    padding-top: 100px;
    display: flex;
    padding-bottom: 50px;
    width: 100%;
    background-position: 100px;
    background-repeat: no-repeat;
    background-size: 566px;
    background-image: url(../img/50_background.png);
}

.main_a_c_1 h5 {
    padding-top: 133px;
    /* width: 1040px; */
    margin: 0 auto;
}

.main_a_c_1 span {
    font-size: 42px;
    color: #875B00;
}

.main_a_c_2 {
    display: flex;
    padding-top: 100px;
    display: flex;
    padding-bottom: 50px;
    width: 100%;
    background-position: 800px;
    background-repeat: no-repeat;
    background-size: 566px;
    background-image: url(../img/53_background_2.png);
}

.main_a_c_2 h5 {
    padding-top: 80px;
    /* width: 1040px; */
    margin: 0 auto;
}

.mozi_1 {
    font-size: 42px;
    color: #875B00;
}

.mozi_2 {
    font-size: 22px;
    color: #875B00;
}

.main_a_c_3 {
    display: flex;
    padding-top: 100px;
    display: flex;
    padding-bottom: 100px;
    width: 100%;
    background-position: 100px;
    background-repeat: no-repeat;
    background-size: 566px;
    background-image: url(../img/54_background_3.png);
}

.main_a_c_3 h5 {
    padding-top: 116px;
    margin: 0 auto;
}

/* company */
.inner_com {
    margin: 0 auto;
    width: 1040px;
}

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

.pre_midasi {
    position: relative;
    display: flex;
}

.pre_midasi h3 img {
    position: absolute;
    overflow: hidden;
    width: 617px;
    margin-left: -367px;
    margin-top: 350px;
    padding: 22px 200px 22px 42px;
    background-color: #FFD366;
    border-radius: 10px 0px 0px 10px;
}

.pre_midasi h3::before {
    position: absolute;
    content: "";
    z-index: 100;
    width: 79px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 80px;
    background-image: url(../img/56_ikari_w.png);
    margin-top: 294px;
    margin-left: -380px;
}

.pre_midasi h3::after {
    position: absolute;
    content: "";
    z-index: 100;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-image: url(../img/57_ikari_b.png);
    margin-top: 490px;
}

.president h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.president .text_c {
    line-height: 150%;
}

/* イラスト */
.flex {
    position: relative;
    display: flex;
}

.president_illust {
    position: absolute;
    right: 0;
}

.president_illust img {
    width: 180px;
}

/* 会社情報 */
.company_info {
    padding-top: 158px;
    margin-top: 58px;
    background-image: url(../img/67_back2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_info {
    width: 1040px;
    margin: 0 auto;
}

.company_info .midasi {
    display: flex;
}

.midasi .info_midasi {
    color: #875B00;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 26px;
}

.info_img {
    margin-top: 44px;
}

/* info リスト　*/
.info_list {
    margin-top: 60px;
}

.info_1 {
    position: relative;
    display: flex;
    padding: 30px 0px 30px 0px;
}

.info_1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4D793;
}


.info_2 {
    width: 1040px;
    background-color: #FFE299;
    padding: 30px 0px 30px 0px;
    display: flex;
    position: relative;
}

.info_2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4D793;
}

.midasi_info {
    font-weight: 600;
    margin-right: 70px;
    color: #875B00;
}

/*　細かな指定　*/
.info_2_2 {
    position: relative;
    display: flex;
    padding: 30px 0px 30px 0px;
    width: 1040px;
    background-color: #FFE299;
}

.info_2_2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4D793;
}

.info_2_2 .midasi_info {
    margin-right: 86px;
}

.info_1_4 {
    position: relative;
    display: flex;
    padding: 30px 0px 30px 0px;
}

.info_1_4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4D793;
}

.info_1_4 .midasi_info {
    font-weight: 600;
    margin-right: 54px;
}

.info_2_5 {
    position: relative;
    display: flex;
    padding: 30px 0px 30px 0px;
    width: 1040px;
    background-color: #FFE299;
}

.info_2_5::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4D793;
}

.info_2_5 .midasi_info {
    font-weight: 600;
    margin-right: 37px;
}

/* マップ */
.map_a {
    margin-top: 60px;
}

.map_wrapper {
    width: 1040px;
    margin: 0 auto;
}

.about_map_fuziwara {
    margin-top: 20px;
    width: 1040px;
    margin-bottom: 100px;
}

.map_a_midasi {
    display: flex;
}

.map_a_midasi p {
    padding-left: 20px;
    font-weight: 600;
    color: #875B00;
    padding-top: 24px;
}

/* shoes ページ */
.main_shoes_contents {
    height: 646px;
}

.main_shoes_contents::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 675px;
    margin-top: -280px;
    background-repeat: no-repeat;
    background-image: url(../img/71_shoes_back.png);
}

.main_shoes_img .main_img {
    position: absolute;
    width: 180px;
    margin-top: 87px;
    margin-left: 580px;
}

/* main s_c */
.main_s_c_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.main_s_c {
    margin-top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/72_con_back.png);
    padding-bottom: 340px;
}

.main_s_c_1 {
    font-size: 22px;
    font-weight: 580;
    padding-top: 100px;
    width: 100%;
}

.main_s_c_1 h5 {
    padding-bottom: 20px;
}

.mozi_2_s {
    font-size: 22px;
    color: #875B00;
}

/* point */
/* midasi */
.main_s_point_midasi {
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.point_midasi_wrapper {
    margin-top: 100px;
    display: flex;
}

.point_midasi_wrapper h2 {
    position: absolute;
    padding-top: 50px;
    margin-left: 220px;
}

.illust_po img {
    position: absolute;
    margin-top: -80px;
    right: 0;
    width: 120px;
}

/* point contents */
.main_s_point {
    margin-top: 94px;
}

.point_wrapper {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}

/* point_1,point_2 混合　*/
.point_1,
.point_2 {
    margin-right: 21px;
    background-color: #fff;
    border-radius: 10px;
}

/* point_1 */
.point_1 {
    position: relative;
}

.point_1::before {
    z-index: 100;
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/73_point_1_01.png);
    margin: -34px 10px;
}

.point_1_midasi {
    padding: 79px 49px 19px 48px;
}

.point_1_midasi h4 {
    margin-bottom: 46px;
}

.point_1_ph {
    margin-top: 19px;
}

/* point_2 */
.point_2 {
    position: relative;
}

.point_2::before {
    z-index: 100;
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/74_point_02.png);
    margin: -34px 10px;
}

.point_2_midasi {
    padding: 74px 45px 35px 45px;
}

.point_2_midasi h4 {
    margin-bottom: 10px;
}

.point_2_ph {
    margin-top: 24px;
}

/* point_3 */
.point_3 {
    position: relative;
}

.point_3::before {
    z-index: 100;
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/75_point_3_03.png);
    margin: -34px 10px;
}

.point_3 {
    border-radius: 10px;
    background-color: #fff;
}

.point_3_midasi {
    padding: 79px 45px 30px 45px;
}

.point_3_midasi h4 {
    margin-bottom: 46px;
}

.point_3_ph {
    margin-top: 43px;
}

/* line up */
/* line_up 見出し */
.line_up {
    background-position: -100px -100px;
    background-image: url(../img/77_shoes_back.png);
    /* padding-bottom: 120px; */
    background-size: cover;
}

.line_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.line_up_midasi {
    text-align: center;
    background-repeat: no-repeat;
    padding: 68px 50px 20px 50px;
    background-image: url(../img/76_line_up_back.png);
    background-position: 360px 0px;
}

.line_up_midasi h2 {
    position: relative;
}

.line_up_midasi h2::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 132px;
    background-image: url(../img/76_ikari.png);
    background-repeat: no-repeat;
    margin-left: -130px;
    margin-top: -110px;
}

.line_up_midasi h2::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 71px;
    background-image: url(../img/76_ikari_w.png);
    background-repeat: no-repeat;
    margin-left: 40px;
}

.l_midasi {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #875B00;
    font-weight: 600;
}

.line_up_midasi .l_text {
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #875B00;
}

/* shop 見出し */
.shop_midasi {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #875B00;
    font-weight: 600;
}

/* オンラインショップ btn */
.online_shop_btn {
    margin-top: 10px;
    display: inline-block;
    padding: 7px 20px;
    background-color: #442C00;
    border-radius: 30px;
    box-shadow: 1px 1px 4px #231800;
    margin-left: -6px;
}

.online_b_wrapper {
    display: flex;
}

.online_shop_btn h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-right: 40px;
    padding-top: 4px;
}

/* 靴の情報 */
.shoes_1_img {
    position: relative;
}

.shoes_1_img::before {
    position: absolute;
    content: "";
    width: 91px;
    height: 91px;
    background-size: 91px;
    background-repeat: no-repeat;
    background-image: url(../img/no1_.png);
    margin-top: 50px;
    margin-left: 20px;
}

.shoes_1 {
    margin-top: 60px;
    display: flex;
}

.shoes_c_info {
    margin-left: 10px;
}

.name_c {
    font-size: 20px;
    font-weight: 600;
}

.text {
    margin-top: 4px;
    margin-bottom: 8px;
}

.money {
    color: #875B00;
}

.size span {
    color: #875B00;
}

/* btn under */
.btn_under {
    display: inline-block;
}

.btn_under_1,
.btn_under_2 {
    border-radius: 50px;
    padding: 21px 60px;
    background-color: #000;
    color: #fff;
    display: flex;
    margin-top: 100px;
}

.btn_under_2 {
    margin-bottom: 100px;
}

.btn_under_2_c {
    border-radius: 50px;
    padding: 21px 60px;
    background-color: #000;
    color: #fff;
    display: flex;
    margin-top: 20px;
    margin-bottom: 100px;
}

.btn_under_1 h4,
.btn_under_2 h4,
.btn_under_2_c h4 {
    font-size: 24px;
    font-weight: 600;
    margin-right: 84px;
}

.btn_under_2_c p {
    margin-left: 50px;
}

.btn_under_1 p {
    margin-left: 50px;
}

.btn_under_2 {
    margin-top: 20px;
}

/* craft ページ　*/
.main_craft_contents {
    height: 646px;
}

.main_craft_contents::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 700px;
    margin-top: -320px;
    background-repeat: no-repeat;
    background-image: url(../img/115_background.png);
}

.main_craft_img .main_img {
    position: absolute;
    width: 180px;
    margin-top: 87px;
    margin-left: 640px;
}

/* 見出し */
.main_s_make_midasi {
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.make_midasi_wrapper {
    text-align: center;
    margin-top: 100px;
}

.make_midasi {
    position: relative;
}

.make_midasi p {
    margin-top: 8px;
    color: #875B00;
    font-weight: 600;
}

.make_midasi::before {
    content: "";
    position: absolute;
    width: 97px;
    height: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/119_flower_1.png);
    margin-top: -60px;
    margin-left: -200px;
}

.make_midasi::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/120_flower_2.png);
    margin-top: -110px;
    margin-left: 140px;
}

.illust_ma img {
    position: absolute;
    margin-top: -130px;
    right: 0;
    width: 120px;
}

/* point contents */
.main_s_point {
    margin-top: 94px;
}

.point_wrapper {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}

/* point_1 */
/* point_2 混合　*/
.point_1_1,
.point_2_1 {
    margin-right: 21px;
    background-color: #fff;
    border-radius: 10px;
}

/* point_1 */
.point_1_1 {
    position: relative;
}

.point_1_1::before {
    z-index: 100;
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/73_point_1_01.png);
    margin: -34px 10px;
}

.point_1_1midasi {
    padding: 79px 49px 19px 48px;
}

.point_1_1midasi h4 {
    margin-bottom: 46px;
}

.point_1_1ph {
    margin-top: 19px;
}

.point_1_1midasi p span {
    color: #875B00;
}

/* point_2 */
.point_2_1 {
    position: relative;
}

.point_2_1::before {
    z-index: 100;
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/74_point_02.png);
    margin: -34px 10px;
}

.point_2_1midasi {
    padding: 74px 45px 35px 45px;
}

.point_2_1midasi h4 {
    margin-bottom: 50px;
}

.point_2_1ph {
    margin-top: 24px;
}

.point_2_1midasi p span {
    color: #875B00;
}

/* point3_1 */
.point_3_1 {
    position: relative;
}

.point_3_1::before {
    z-index: 100;
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/75_point_3_03.png);
    margin: -34px 10px;
}

.point_3_1 {
    border-radius: 10px;
    background-color: #fff;
}

.point_3_1midasi {
    padding: 79px 18px 30px 22px;
}

.point_3_1midasi h4 {
    margin-bottom: 46px;
}

.point_3_1ph {
    margin-top: 22px;
}

/* ラインナップ　見出し　*/
.line_up {
    background-position: -100px -100px;
    background-image: url(../img/77_shoes_back.png);
    /* padding-bottom: 120px; */
    background-size: cover;
}

.line_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.line_up_midasi_1 {
    text-align: center;
    background-repeat: no-repeat;
    padding: 68px 50px 20px 50px;
    background-image: url(../img/76_line_up_back.png);
    background-position: 360px 0px;
}

.line_up_midasi_1 h2 {
    position: relative;
}

.line_up_midasi_1 h2::before {
    position: absolute;
    content: "";
    width: 74px;
    height: 75px;
    background-image: url(../img/125_flower_1.png);
    background-repeat: no-repeat;
    margin-left: -80px;
    margin-top: -30px;
}

.line_up_midasi_1 h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 61px;
    background-image: url(../img/126_flower_2.png);
    background-repeat: no-repeat;
    margin-top: -30px;
}

.l_midasi {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #875B00;
    font-weight: 600;
}

.line_up_midasi_1 .l_text {
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #875B00;
}

/* filterTarget btn */
.filterTarget {
    margin-top: 10px;
}

.filterTarget ul li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}

#filterTarget .filterBtn.is-active {
    color: rgb(254, 174, 0);
}

.filterBtn {
    font-size: 24px;
    font-weight: 600;
    border-radius: 60px;
    padding: 25px 34px;
    margin-right: 35px;
    color: #fff;
    background-color: #442C00;
    display: flex;
    box-shadow: 1px 1px 4px #231800;
}

/* midasi shoes */
.btn_midasi_a {
    margin-right: 80px;
}

.btn_midasi_sh {
    margin-right: 135px;
}

.btn_midasi_p,
.btn_midasi_sa {
    margin-right: 70px;
}

.btn_midasi_bo {
    margin-right: 56px;
}

.btn_midasi_fi {
    margin-right: 20px;
}

/* midasi craft */
.btn_midasi_a_2,
.btn_midasi_po,
.btn_midasi_e {
    margin-right: 100px;
}

.btn_midasi_r {
    margin-right: 60px;
}

.btn_midasi_af {
    margin-right: 50px;
}


/* ラインナップ */
.filterContents {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 10px;
}

.item .text,
.item .money,
.item .size,
.item .text_2 {
    margin-left: 10px;
}


.item:first-child {
    content: "";
    position: relative;
}

.item:first-child:before {
    position: absolute;
    content: "";
    z-index: 100;
    width: 91px;
    height: 91px;
    background-size: 91px;
    background-repeat: no-repeat;
    background-image: url(../img/no1_.png);
    margin-top: 50px;
    margin-left: 20px;
}

.name_c {
    margin-top: 10px;
    margin-left: 10px;
}

.money {
    margin-left: 10px;
}


#filterContents .item {
    display: none;
}

#filterContents .item.is-active {
    display: block;
}

/* item_img */
/*　ゆさゆさ揺れるやつ */
.item_img:hover {
    animation: tagSwing 1s ease-in-out;
}

.item_img {
    transform-origin: top center;
}

@keyframes tagSwing {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-1deg);
    }

    40% {
        transform: rotate(1deg);
    }

    60% {
        transform: rotate(-1deg);
    }

    80% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* decoration_items */
.decoration_items_midasi {
    margin-top: 70px;
    text-align: center;
}

.decoration_items_midasi p {
    margin-top: 10px;
    color: #875B00;
    margin-bottom: 40px;
}

.decoration_items_1 {
    display: flex;
}

.decoration_items_2 {
    display: flex;
}

.decoration {
    margin-right: 70px;
}

.decoration_info {
    display: flex;
}

.decoration_info .money {
    padding-top: 16px;
}

/* shop */
/* craft ページ　*/
.shop_wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.main_shop_contents {
    height: 646px;
}

.main_shop_contents::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    margin-top: -300px;
    background-position: 270px;
    background-repeat: no-repeat;
    background-image: url(../img/shop/3_shop_back.png);
}

.main_shop_img .main_img {
    position: absolute;
    width: 180px;
    margin-left: 640px;
}

/* ファーストシューズ */
.coin_1_shoes {
    display: flex;
}

/* btn shop */
/* btn under */
.btn_shop {
    display: inline-block;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        background-color 0.4s ease;
}

.btn_shop {
    display: flex;
    width: fit-content;
    max-width: 500px;
    border-radius: 60px;
    padding: 23px 32px;
    background-color: #442C00;
    color: #fff;
    margin-top: 32px;
    margin-left: -30px;
}

.btn_shop h4 {
    padding-top: 2px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 53px;
}

.btn_shop:hover {
    transform: scale(0.97, 0.97);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* main contents shop */
.main_shop_c_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.main_shop_c {
    margin-top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/shop/4_shop_con_back.png);
    padding-bottom: 130px;
}

.main_shop_c_1 {
    font-size: 22px;
    font-weight: 580;
    padding-top: 120px;
    width: 100%;
}

.main_shop_c_1 h5 {
    padding-bottom: 20px;
}

.mozi_2_s {
    font-size: 22px;
    color: #875B00;
}

/* 北野店限定見出し */
.t_wrapper {
    position: relative;
}

.t_w_w {
    position: absolute;
    right: 0;
    display: flex;
}

.t_w_w .text_1 {
    margin-right: 92px;
}

.t_midasi {
    margin-top: -16px;
    text-align: left;
}

/* ピアス　*/
.Pierce {
    margin-top: 84px;
    display: flex;
}

/* shop line up */
/* ラインナップ */
.shop_line_midasi {
    text-align: center;
    background-repeat: no-repeat;
    padding: 68px 50px 20px 50px;
    background-image: url(../img/76_line_up_back.png);
    background-position: 360px 0px;
}

.shop_line_midasi h2 {
    position: relative;
    margin-bottom: -10px;
    margin-top: 10px;
}

.shop_line_midasi h2::before {
    position: absolute;
    content: "";
    width: 74px;
    height: 75px;
    background-image: url(../img/125_flower_1.png);
    background-repeat: no-repeat;
    margin-left: -70px;
    margin-top: -30px;
}

.shop_line_midasi h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 61px;
    background-image: url(../img/126_flower_2.png);
    background-repeat: no-repeat;
    margin-top: -30px;
}

.shop_midasi_text {
    font-size: 20px;
    color: #875B00;
    font-weight: 600;
}

.shop_line_midasi .shop_midasi_text {
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #875B00;
}

.item_shop {
    width: 100%;
}

.item_img {
    width: 100%;
    margin: 0;
}

.item_shop_contents {
    display: flex;
    margin-bottom: 80px;
}

.item_shop_wrapper {
    margin-top: 40px;
}

/* shop */
#kitano_shop {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/shop/4_shop_con_back.png);
}

.shop_photo_21 {
    margin-top: 140px;
    margin-left: 94px;
}

.shop_info {
    display: flex;
    width: 1040px;
    margin: 0 auto;
}

.shop_info h2 {
    padding-top: 140px;
}

.text_shop {
    margin-left: 10px;
    margin-top: 6px;
    color: #875B00;
}

.tel_shop {
    display: flex;
}

.tel_icon {
    margin-top: 6px;
    margin-right: 10px;
}

.tel_icon img {
    width: 20px;
}


.tel_shop_tel {
    font-size: 26px;
}

/*　北野店の情報 */
.shop_info_kitano {
    margin-top: 23px;
}

.shop_info_kitano dl {
    display: flex;
    margin-top: 10px;
}

.shop_info_kitano dt {
    color: #875B00;
}

.ad {
    margin-right: 52px;
}

.time {
    margin-right: 20px;
}

.holi {
    margin-right: 34px;
}

.shop_info .shop_text {
    margin-top: 26px;
    padding-bottom: 120px;
}

/* アクセス　*/
.kitano_access {
    margin-top: 86px;
}

.kitano_access_wrapper {
    width: 1040px;
    margin: 0 auto;
}

.kitano_access_midasi {
    display: flex;
}

.text_kitano_shop {
    color: #875B00;
    margin-top: 24px;
    margin-left: 18px;
}

.access_fuziwara {
    margin-top: 50px;
    width: 1040px;
    margin-bottom: 50px;
}

/* faq */
.main_faq_c {
    padding-bottom: 100px;
    background-size: cover;
    background-image: url(../img/faq/5_back.png);
}

.main_faq_contents {
    height: 646px;
}

.main_faq_contents::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    margin-top: -150px;
    background-position: 50px;
    background-repeat: no-repeat;
    background-image: url(../img/faq/2_faq_back.png);
}

.main_faq_img .main_img {
    position: absolute;
    width: 180px;
    margin-left: 640px;
}

/* faq カテゴリーボタン */
.btn_faq_wrapper {
    display: flex;
}

.btn_faq {
    display: inline-block;
    transform: 0.4s ease,
        box-shadow 0.4s ease,
        background-color 0.4s ease;
}

.btn_faq_ca {
    border-radius: 60px;
    padding: 23px 32px;
    background-color: #fff;
    color: #000;
    display: flex;
    margin-top: 112px;
    margin-right: 35px;
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.btn_faq_ca:hover {
    box-shadow: 1px 1px 2px rgb(144, 144, 144);
    transform: scale(0.97);
}

.btn_faq_ca h4 {
    padding-top: 2px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 53px;
}

.s_midasi {
    padding-right: 100px;
}

/* faq craft */
.faq_craft_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.faq_craft_midasi {
    margin-top: 80px;
    margin-bottom: 40px;
}

/* shoes q */
.faq_shoes_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.faq_shoes_midasi {
    margin-top: 80px;
    margin-bottom: 40px;
}

.faq_shoes_wrapper dl dd {
    font-size: 20px;
    font-weight: 600;
}

.faq_shoes_wrapper dl dt {
    margin-right: 44px;
}

/* ===== FAQ wrapper ===== */
.faq_buy_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.faq_buy_wrapper dl dd {
    font-size: 20px;
    font-weight: 600;
}

.faq_buy_wrapper dl dt {
    margin-right: 44px;
}

.faq_buy_midasi {
    margin-top: 80px;
    margin-bottom: 40px;
}

.js-accordion--close {
    display: none;
}

/* スムーズな開く時のやつ */
.accordion-box {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
    background-color: #fff;
}

/* qの余白 */
.js-accordion {
    width: 100%;
    position: relative;
    background-color: #fff;
}

/* qの横余白 */
.js-accordion p img {
    padding-right: 20px;
}

/* 十字の縦部分 */
.js-accordion::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #000;
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    transition: .6s ease;
}

/* 十字の横部分 */
.js-accordion::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    right: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
}

.js-accordion.is-accordion--open::before {
    transform: rotate(90deg);
    /* 十字の縦部分の回転 */
}

.js-accordion.is-accordion--open::after {
    transform: rotate(-180deg);
    /* 十字の横部分の回転 */
}

/* 開いた後のaの部分 */
.js-accordion.is-accordion--open+.accordion-box {
    height: auto;
    opacity: 1;
    margin-top: 20px;
    /* qの行とaの行の上隙間 */
}

/* aの横の余白*/
.accordion-box p img {
    margin-right: 20px;
}

/* aの2列目テキストの左余白 */
.accordion-box p span {
    padding-left: 46px;
}

.faq_item {
    background-color: #fff;
    padding: 19px 30px 19px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}


@media (max-width: 768px) {

    /* =================
共通安全装置
================= */

    html,
    body {
        overflow-x: hidden;
    }

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


    /* =================
HEADER
================= */
    header {
        width: 100%;
        height: 62px;
        min-height: 62px;
    }

    header .logo {
        margin-top: 0;
        margin-left: 0;
    }

    header .logo img {
        min-width: 100%;
        height: auto;
    }

    /* ハンバーガー背景画像がはみ出すのを停止 */
    header .hamburger::after {
        background-position: right 6px top 6px;
        background-size: 80%;
        background-repeat: no-repeat;
    }

    /* メニューはみ出し防止 */
    header .menu {
        position: fixed;
        padding-top: 20px;
        right: 0;
        width: 75%;
        max-width: 180px;
    }

    .hamburger .inner .text {
        margin-top: 5px;
    }

    /* =================
MAIN VISUAL
================= */
    #main {
        height: auto;
        padding-bottom: 40px;
    }

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

    /* ---- 上の靴画像 ---- */

    .shoes_1_main {
        width: 100%;
    }

    .shoes1 {
        margin-top: 0;
        position: static;
        width: 100%;
    }

    .shoes1 img {
        width: 100%;
    }

    /* ---- タイトル ---- */

    main h1 {
        position: static;
        margin: 0 auto;
        padding-left: 20px;
        text-align: left;
        margin-top: 20px;
    }

    main h1 img {
        width: 85%;
    }

    .wrapper_o,
    .wrapper_on {
        width: auto;
    }

    /* PCのabsoluteを完全解除 */
    .online {
        position: static;
        width: 190px;
        height: auto;
        margin: 0;
        padding: 24px 20px;
        display: flex;
        justify-content: center;
        background-size: contain;
    }

    /* 巨大疑似要素停止 */
    .online::before {
        display: none;
    }

    /* 中央揃え */
    .onlinebtn {
        text-align: center;
    }

    .onlinebtn .yazirusi img {
        margin: 0 auto;
        width: 30%;
    }

    /* ボタン */
    .onlinebtn_wrapper {
        width: 110px;
        height: 110px;
        margin: 40px auto 0;
        padding-top: 28px;
        font-size: 18px;
    }

    /* お問い合わせ */
    .wrapper_on .otoiawase {
        display: block;
        text-align: center;
        margin: 4px;
        padding: 8px 8px;
        font-size: 14px;
        transform: rotate(15deg);
        margin-right: 20px;
        margin-left: -20px;
    }

    /* ---- 下の靴 ---- */

    .shoes2 {
        margin-top: 100px;
        margin-right: 100px;
        position: absolute;
        width: 130%;
    }

    .shoes2 img {
        width: 100%;
        margin-left: 0;
        /* ← 切れ防止 */
    }


    /* =================
ABOUT
================= */

    .about_contents {
        margin-top: 290px;
        padding-bottom: 80px;
    }

    .about {
        margin-top: 0;
        overflow: visible;
    }

    .about_co {
        top: 0;
        padding: 0 20px;
    }

    .ikari1 {
        top: 0;
        margin: 0 auto 20px;
        /* text-align: center; */
    }

    .ikari1 img {
        width: 120px;
    }

    .about_c h3::after,
    .btn_about::before {
        display: none;
    }

    #about h2 {
        position: relative;
    }

    #about h2 img {
        width: 40%;
        margin: 0 auto;
    }

    #about h2::before,
    #about h2::after {
        position: absolute;
        max-width: 61px;
        background-size: cover;
        height: 35px;
        margin-left: -50px;
        top: 50%;
        transform: translateY(-50%);
    }

    #about h2::after {
        margin-left: -12px;
    }

    #about h2::before img,
    #about h2::after img {
        min-width: 100%;
        height: auto;
    }

    .about_co h3 {
        margin: -30px 20px 20px;
    }


    .about_co h3 img {
        min-width: 100px;
        height: auto;
    }

    .about p {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
    }

    .btn_about {
        margin-top: 32px;
        padding: 0;
    }

    .btn_about_wrapper {
        justify-content: center;
        padding: 14px 18px;
        margin-bottom: 40px;
    }

    .btn_about_wrapper .btn_a_t img {
        max-width: 320px;
        margin-left: -60px;
    }

    .btn_about_wrapper .btn_a_y img {
        max-width: 100px;
        height: auto;
    }

    .illust_a img {
        position: static;
        width: 60px;
        height: auto;
        margin: -150px 0 0 auto;
        transform: scale(0.8);
        /* ← 左だけauto */
        display: block;
    }

    /* セクション */
    .shoes {
        /* display: block; */
        height: auto;
        padding: 0 10px 60px;
        background-size: cover;
        background-position: center;
        padding-left: 20px;
    }

    /* 左テキストエリア */
    .shoes_c {
        margin-left: 0;
    }

    /* 見出し小 */
    .shoes_c h3 img {
        width: 60px;
    }

    /* メイン見出し */
    .shoes_c h2 {
        padding-top: 16px;
        margin-bottom: 12px;
    }

    .shoes_c h2 img {
        width: 100%;
        height: auto;
    }

    .shoes_c h2::after {
        display: none;
    }

    /* 説明文 */
    .shoes_c p {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    /* 左の装飾イラスト消す */
    .shoes_text::before {
        display: none;
    }

    /* ボタン */
    .shoes_btn {
        margin-top: 20px;
    }

    /* ボタン共通 */
    .shoes_c_k,
    .shoes_b_k {
        margin-left: 0;
        padding: 4px 18px;
        justify-content: space-between;
        position: relative;
        z-index: 5;
        /* 前に出す */
    }

    .shoes_c_k .text,
    .shoes_b_k .text {
        padding: 0;
        margin-right: 0;
        margin-right: 30px;
    }

    .shoes_b_k .text img {
        width: 120px;
    }

    .shoes_c_k .text img {
        width: 120px;
    }

    .yazirusi_shoes_c_k,
    .yazirusi_shoes_b_k {
        width: 24px;
    }

    /* 右側靴エリア */
    .img_shoes5 {
        position: static;
        text-align: right;
        margin-top: 100px;
        position: relative;
    }

    /* 縦ラベル */
    .img_shoes5 h3 img {
        position: static;
        padding: 0;
        width: 100px;
        margin-bottom: 8px;
    }

    /* 靴画像 */
    .img_shoes5 .fade-in {
        position: absolute;
        right: 0;
        margin-top: 100px;
        z-index: 5;
    }

    .img_shoes5 .fade-in img {
        width: 50%;
    }

    .img_shoes5 p {
        position: relative;
        z-index: 1;
    }

    .img_shoes5 p img {
        position: relative;
        z-index: 1;
    }

    /* ===== クラフト全体 ===== */

    .craft {
        height: auto;
        margin-left: 0;
        padding: 34px 6px 40px;
    }

    /* ★ 横並びにする */
    .craft_c {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .craft_m h3 {
        display: none;
    }

    /* =====================
写真側
===================== */

    .photo_c {
        width: 60%;
        position: relative;
        margin-top: 60px;
        z-index: 1;
    }

    .photo_c p img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    /* 縦ラベル */
    .photo_c h3 {
        position: absolute;
        left: 16%;
        bottom: 10%;
        margin: 0;
    }

    .photo_c h3 img {
        width: 56px;
    }

    /* =====================
テキスト側
===================== */

    .craft_t {
        margin-left: 0;
    }

    .craft_t_midasi p {
        display: none;
    }

    .craft_t h2 {
        margin: 0 0 12px;
    }

    .craft_t h2 img {
        width: 80%;
        height: auto;
    }

    .craft_t p {
        font-size: 1.3rem;
        line-height: 1.7;
    }

    /* =====================
ボタン
===================== */

    .craft_btn {
        position: relative;
        z-index: 5;
        margin-top: 12px;
    }

    .craft_c_k,
    .craft_b_k {
        padding: 6px 18px;
    }

    .craft_c_k .text,
    .craft_b_k .text {
        padding: 0;
        margin-right: 0;
    }

    .craft_c_k .text img,
    .craft_b_k .text img {
        width: 80%;
    }

    /* =====================
イラストは下へ逃がす
===================== */

    .craft_i {
        display: none;
    }

    /* ashioto 動くレーン */
    .ashioto {
        overflow: hidden;
        width: 100%;
    }

    /* ラッパーはみ出し防止 */
    .ashioto_wrap {
        width: 100%;
        overflow: hidden;
    }

    /* 流れるトラック */
    .ashioto_track {
        display: flex;
        width: max-content;
        animation: ashiotoScroll_sp 28s linear infinite;
    }

    /* スマホは少しゆっくりに */
    @keyframes ashiotoScroll_sp {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    /* 中の画像・テキストサイズ調整（もしimgなら） */
    .ashioto_track img {
        height: 58px;
        width: auto;
    }

    /* セクション全体 */
    #collabo {
        height: auto;
        padding: 60px 16px 340px;
        background-size: cover;
        background-position: center top;
    }

    /* 内側余白 */
    .collabo_c {
        margin: 0 16px;
    }

    /* ===== 見出し ===== */

    .midasi_c {
        position: relative;
        display: flex;
        align-items: flex-start;
    }

    .midasi_c h2 {
        padding-top: 0;
    }

    .midasi_c h2 img {
        width: 70%;
        height: auto;
    }

    /* 握手アイコン */
    .midasi_c p img {
        position: absolute;
        width: 60px;
        margin-top: 0;
        display: block;
        margin-top: -30px;
        margin-left: -120px;
    }

    /* 見出し下テキスト */
    .collabo_c>p {
        position: absolute;
        font-size: 14px;
        margin-top: 12px;
    }

    /* ===== コラボカード一覧 ===== */

    .co_c {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0;
        list-style: none;
    }

    /* 画像 */
    .rikuou img,
    .tokyo img {
        width: 100%;
        max-width: 320px;
        height: auto;
        display: block;
    }

    /* タイトル */
    .rikuou h3,
    .tokyo h3 {
        font-size: 18px;
        margin-top: 14px;
        font-weight: 800;
    }

    /* 説明文 */
    .rikuou p,
    .tokyo p {
        font-size: 14px;
    }

    /* 全体 */
    #review {
        margin-top: 0;
    }

    #review .inner {
        width: 100%;
        padding: 60px 16px;
    }

    /* ===== 見出し ===== */

    .review_m_o h2 img {
        width: 65%;
    }

    .review_m_o h2::after {
        background-size: 70px;
        width: 70px;
        height: 70px;
        margin-top: -30px;
        margin-left: -12px;
    }

    /* 猫イラスト */
    .review_m_c .illust_c {
        position: absolute;
        right: 10px;
        top: 160px;
    }

    .review_m_c .illust_c img {
        width: 90px;
    }

    /* ===== レビュー並び ===== */

    .review_ue,
    .review_under {
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin-top: 30px;
    }

    /* ===== 吹き出しカード共通 ===== */

    .review_comment,
    .review_comment2,
    .review_comment3,
    .review_comment4 {
        width: 100%;
        height: auto;
        margin: 0;
        background-position: top left;
        padding-bottom: 0;
    }

    /* 中身 */
    .review_con {
        padding: 20px 18px 24px;
    }

    /* ===== アイコン＋名前 ===== */

    .review_m {
        display: flex;
        align-items: center;
    }

    .review_m .icon img {
        width: 56px;
    }

    .review_m h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    /* 王冠・装飾マーク */
    .icon_c,
    .icon_c_2,
    .icon_c_3,
    .icon_c_4 {
        width: 34px;
        margin: 0;
    }

    /* 属性タグ */
    .review_c {
        display: flex;
        /* gap: 8px; */
        flex-wrap: wrap;
        margin-top: 6px;
    }

    .review_a {
        margin-top: -4px;
    }

    .review_c .review_a {
        font-size: 12px;
    }

    /* ===== テキスト ===== */

    .review_t_a {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    /* ===== 下のボタン ===== */

    .review_w {
        margin-top: 30px;
        padding: 10px 40px;
        border-radius: 40px;
        justify-content: center;
    }

    .review_w h3 img {
        width: 100px;
        max-width: 240px;
        margin-top: 2px;
        padding: 0;
        margin-right: 60px;
    }

    .shop {
        height: auto;
        padding: 40px 16px 80px;
        background-position: center top;
        background-size: cover;
    }

    .shop .inner {
        width: 100%;
        flex-direction: column;
        position: relative;
    }

    /* ==========
    写真を上に
    ========== */

    .shop_ph {
        order: -1;
        justify-content: center;
        margin-bottom: 20px;
    }

    .shop_photo {
        position: relative;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .shop_photo img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ==========
    イラスト右下重ね
    ========== */

    .illust_s {
        position: absolute;
        right: 10px;
        bottom: -20px;
        margin: 0;
        z-index: 1;
    }

    .illust_s img {
        width: 110px;
        height: auto;
    }

    /* ==========
    見出し
    ========== */

    .shop_midasi h2 img {
        width: 36%;
        padding-top: 0;
    }

    .shop_midasi h2::before {
        width: 56px;
        height: 56px;
        background-size: 56px;
        margin-top: -8px;
        margin-left: 0;
        margin-left: 30%;
    }

    .shop_midasi p {
        font-size: 14px;
        margin-top: 6px;
    }

    /* ==========
    店舗情報
    ========== */

    .shop_c {
        position: static;
        z-index: 10;
    }

    .shop_c .midasi img {
        width: 100%;
        max-width: 320px;
    }

    .adress {
        font-size: 14px;
        line-height: 1.7;
    }

    /* TEL 横並び維持 */
    .shop_tel {
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
    }

    .tel_b {
        font-size: 20px;
    }

    /* ==========
    タグ
    ========== */

    .shop_ca {
        flex-wrap: wrap;
        gap: 8px;
    }

    .shop_ca li {
        font-size: 12px;
        padding: 4px 12px;
    }

    /* ==========
    ボタン
    ========== */

    .shop_b_w {
        margin-left: 0;
        justify-content: space-between;
        padding: 8px 20px;
        border-radius: 999px;
    }

    .shop_b_w h3 img {
        margin-top: 1px;
        width: 90%;
    }

    #sns {
        width: 100%;
        height: auto;
        padding: 40px 16px;
        background-size: cover;
        background-position: center;
        padding-bottom: 60px;
    }

    #sns .inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        /* ← 横並び維持 */
        align-items: center;
        gap: 16px;
    }

    /* 左テキスト側 */
    .sns_contents {
        width: 55%;
    }

    /* 右写真側 */
    .sns_photo {
        width: 40%;
    }

    .sns_photo p {
        position: static;
        margin-top: 0;
    }

    .sns_photo img {
        width: 100%;
        border-radius: 10px;
    }

    /* 見出しサイズ調整 */
    .sns_m h2 img {
        width: 120px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .sns_m h2::before {
        width: 50px;
        height: 50px;
        background-size: contain;
        margin-top: 20px;
        margin-left: 100px;
    }

    .sns_m p {
        font-size: 13px;
    }

    /* Instagram見出し */
    .sns_c .insta img {
        width: 180px;
    }

    .sns_c .insta::before {
        width: 28px;
        height: 28px;
        background-size: contain;
        margin-left: 170px;
        margin-top: -16px;
    }

    .sns_c .text {
        font-size: 13px;
        line-height: 1.5;
    }

    /* ボタン */
    .sns_b_w {
        margin-left: 0;
        margin-top: 10px;
        padding: 10px 40px;
    }

    .sns_b_w h3 {
        margin-top: -4px;
        width: 200px;
        height: auto;
    }

    .sns_b_w h3 img {
        padding-right: 12px;
    }

    .sns_b_w p img {
        width: 100%;
        height: auto;
        /* padding-right: 8px; */
    }

    .faq {
        margin-top: 60px;
        padding: 0 16px;
    }

    /* 見出し */
    .faq_midasi {
        width: 100%;
        margin-bottom: 20px;
    }

    .faq_m h2 img {
        width: 120px;
    }

    .faq_midasi h2::before {
        width: 44px;
        height: 44px;
        background-size: contain;
        margin-top: -14px;
        margin-left: 100px;
    }

    .faq_midasi p {
        font-size: 13px;
    }

    .illust_f img {
        width: 80px;
        margin-top: -20px;
    }

    /* 黄色カード */
    .faq_wrapper {
        width: 100%;
        border-radius: 24px;
        padding: 14px;
        background-color: #F0CE79;
    }

    .faq .inner {
        width: 100%;
    }

    /* Qカード */
    .faq_1_c {
        width: 100%;
        padding: 14px 16px;
        border-radius: 20px;
        margin-top: 12px;
    }

    .faq_q {
        align-items: center;
        gap: 8px;
    }

    .faq_q img {
        width: 24px;
    }

    .faq_q .text {
        padding-top: 6px;
        font-size: 14px;
    }

    /* ▼ Aエリア（開いた時用） */
    .faq_a {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* 吹き出し三角（中央下に） */
    .fukidasi {
        text-align: center;
        margin-top: -6px;
    }

    .fukidasi p {
        position: static;
    }

    .fukidasi img {
        width: 36px;
    }

    /* ボタン中央 */
    .faq_btn {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .wrapper_faq {
        margin: auto 0;
        border-radius: 50px;
        padding: 14px 40px;
        margin-right: -100px;
        background-color: #EECA55;
        display: flex;
        width: fit-content;
        /* ← 中身サイズにする */
    }

    .wrapper_faq h4 {
        width: 100px;
        padding: 0;
        margin-right: 20px;
        margin-top: 0px;
        padding-top: 4px;
    }

    .wrapper_faq p {
        width: 28px;
    }

    /* 全体 */
    #contact {
        display: block;
        margin-top: 40px;
    }

    /* 背景コンテナ */
    .inner_c {
        width: 100%;
        background-size: cover;
        padding: 0 16px;
    }

    .inner_c .inner {
        width: 100%;
        display: block;
    }

    .wrapper_c {
        width: 100%;
    }

    /* 見出し */
    .midasi_con {
        padding-top: 60px;
    }

    .midasi_con h2 img {
        width: 220px;
        height: auto;
    }

    /* 見出しアイコン位置 調整 */
    .midasi_con h2::before {
        background-size: 42px;
        width: 42px;
        height: 42px;
        margin-left: 200px;
        margin-top: -12px;
    }

    .midasi_con .text {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.6;
    }

    /* ボタンエリア */
    .inner_c_2 {
        margin-top: 30px;
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    /* ボタン共通 */
    .contact_btn,
    .contact_btn_2 {
        width: 100%;
        padding: 12px 16px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    /* ボタンの文字余白リセット */
    .contact_btn h3 img,
    .contact_btn_2 h3 img {
        width: 100%;
        height: auto;
    }

    .contact_btn h3 {
        margin-top: -2px;
    }

    .contact_btn_2 h3 {
        margin-top: -4px;
    }

    /* アイコンサイズ */
    .contact_btn img {
        width: 28px;
        height: auto;
    }

    .contact_btn .mail {
        margin-top: -2px;
    }

    .contact_btn_2 h3 {
        margin-right: 0px;
    }

    .contact_btn_2 img {
        width: 26px;
        height: auto;
    }

    /* ボタン間の余白 */
    .contact_btn_2 {
        margin-top: 14px;
    }

    .contact_btn_2 .yazirusi_tel {
        width: 30px;
    }


    /* フッダー */
    footer {
        padding: 0 20px;
    }

    /* PC固定幅を解除 */
    footer .inner_f {
        width: 100%;
        padding-top: 50px;
    }

    /* li全体を縦並びに */
    footer li.inner_f {
        display: block;
    }

    .footer_logo {
        margin-bottom: 16px;
    }

    .footer_logo img {
        width: 150px;
        height: auto;
    }

    .footer_contents {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 18px;
        margin-top: 20px;
    }

    footer li ul {
        margin: 0;
    }

    .group1 li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    /* CONTACT列 */
    .group2 p {
        margin-bottom: 8px;
    }

    .group2 li {
        font-size: 14px;
        margin-top: 6px;
    }

    .group2 li::before {
        height: 12px;
        margin-right: 6px;
    }

    /* ---------- ボタン ---------- */

    .footer_btn {
        margin-top: 28px;
    }

    .footer_btn_1,
    .footer_btn_2 {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 18px;
        border-radius: 40px;
    }

    .footer_btn_2 {
        margin-top: 12px;
    }

    /* PC用paddingリセット */
    .footer_btn h3,
    .footer_btn_2 h3 {
        padding: 0;
        margin: 0 10px;
    }

    .footer_btn_1 h3 {
        margin-left: 0;
    }

    .footer_btn h3 img,
    .footer_btn_2 h3 img {
        width: 70%;
        height: 35%;
        margin: 2px 10px;
    }

    /* アイコンサイズ調整 */
    .footer_btn img {
        height: 22px;
        width: auto;
    }

    /* ---------- コピーライト ---------- */

    footer .allrights {
        font-size: 12px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    /* topへ戻る */
    #toTop {
        right: 16px;
        bottom: 16px;
        padding: 12px;
        /* ← 小さく */
    }

    #toTop p img {
        width: 16px;
        /* ← アイコン縮小 */
    }

    #toTop h3 {
        width: 50px;
        margin-top: 4px;
    }

    /* =================
HEADER
================= */
    header {
        width: 100%;
        height: 62px;
        min-height: 62px;
    }

    header .logo_a {
        margin-top: 0;
        margin-left: 0;
    }

    header .logo_a img {
        min-width: 100%;
        height: auto;
    }

    /* ハンバーガー背景画像がはみ出すのを停止 */
    header .hamburger::after {
        background-position: right 6px top 6px;
        background-size: 80%;
        background-repeat: no-repeat;
    }

    /* メニューはみ出し防止 */
    header .menu {
        position: fixed;
        padding-top: 20px;
        right: 0;
        width: 75%;
        max-width: 180px;
    }

    .hamburger .inner .text {
        margin-top: 5px;
    }

    /* 全体背景 */
    .main_about_contents {
        position: relative;
        /* background: #E9D9B6; */
        padding: 0 0px 120px;
        min-width: 100%;
        height: auto;
        overflow: hidden;
    }

    /* 下の濃い帯 */
    .main_about_contents::before {
        content: "";
        position: absolute;
        /* bottom: 0; */
        margin-top: 320px;
        left: 0;
        width: 100%;
        height: 80px;
        background: #C8A74A;
        z-index: 1;
    }

    .main_about_contents::after {
        z-index: -1;
        position: absolute;
        content: "";
        min-width: 530px;
        height: 240px;
        margin-top: -300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/65_midasi_back.png);
    }

    /* 見出し */
    .main_about {
        position: relative;
        z-index: 3;
    }

    .main_about h1 {
        position: relative;
        margin-top: 30px;
        padding-left: 0;
        margin-left: 20px;
    }

    .main_about h1 img {
        min-width: 206px;
        max-width: 200px;
        margin-right: 30px;
    }

    .main_about p {
        position: absolute;
        min-width: 100px;
        font-size: 16px;
        color: #875B00;
        margin-left: -80px;
    }

    /* 走る人 */
    .main_about_img {
        position: relative;
        padding-top: 20px;
        z-index: 3;
    }

    .main_about_img .main_img {
        position: relative;
        text-align: right;
    }

    .main_about_img .main_img img {
        width: 55%;
        max-width: 200px;
    }

    .main_about_img .back {
        margin-top: 0;
    }

    /* ===== ONLINE スマホ完全版 ===== */

    .main_online {
        justify-content: right;
        z-index: 100;
    }

    .wrapper_o,
    .wrapper_on {
        width: auto;
    }

    /* PCのabsoluteを完全解除 */
    .online {
        position: absolute;
        width: 160px;
        height: auto;
        margin: 0;
        right: 0;
        top: 190px;
        display: flex;
        justify-content: center;
        background-size: contain;
        z-index: 100;
    }

    /* 巨大疑似要素停止 */
    .online::before {
        display: none;
    }

    /* 中央揃え */
    .onlinebtn {
        text-align: center;
    }

    .onlinebtn .yazirusi img {
        margin: 0 auto;
        width: 30%;
    }

    /* ボタン */
    .onlinebtn_wrapper {
        width: 100px;
        height: 100px;
        margin: 22px auto 0;
        padding-top: 22px;
        font-size: 16px;
    }

    /* お問い合わせ */
    .wrapper_on .otoiawase {
        display: block;
        text-align: center;
        margin: 4px;
        padding: 8px 8px;
        font-size: 12px;
        transform: rotate(15deg);
        margin-right: 18px;
        margin-left: -19px;
        margin-top: -1px;
    }

    /* aboutコンテンツ */

    .main_a_c {
        font-size: 16px;
        font-weight: 500;
        padding: 0px 0 100px;
        margin-top: -120px;
    }

    .main_a_c img {
        width: 100%;
        border-radius: 20px;
        display: block;
    }

    /* 共通ブロック */
    .main_a_c_1,
    .main_a_c_2,
    .main_a_c_3 {
        display: block;
        padding: 0;
        margin-bottom: 80px;
        background: none;
    }

    /* ===== セクション1 ===== */
    .main_a_c_1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .main_a_c_1 p {
        margin-top: 100px;
    }

    .main_a_c_1 h5 {
        margin-top: -100px;
        margin-left: 0;
        margin-left: 20px;
        margin-bottom: 60px;
    }

    .mozi_1 {
        font-weight: 700;
        font-size: 36px;
    }

    /* ===== セクション2 ===== */
    .main_a_c_2 h5 {
        margin-top: -40px;
        margin-left: 0;
        margin-left: 20px;
    }

    .mozi_2 {
        font-size: 16px;
        font-weight: 600;
        color: #875B00;
    }

    /* セクション3 */
    .main_a_c_3 {
        margin-top: 150px;
        display: flex;
        flex-direction: column-reverse;
    }

    .main_a_c_3 h5 {
        margin-top: -80px;
        margin-left: 0;
        margin-left: 20px;
    }

    .president {
        padding: 0 10px 80px;
        margin-top: 60px;
    }

    /* ===================
    写真
  =================== */

    .pre_midasi {
        display: block;
    }

    .pre_midasi p img {
        min-width: 350px;
        height: 190px;
        border-radius: 20px;
        display: block;
    }

    /* ロゴはスマホでは非表示 */
    .pre_midasi h3 {
        display: none;
    }

    /* ===================
    「代表挨拶」
  =================== */

    .president h2 {
        margin: 30px 0 20px;
        text-align: left;
    }

    .president h2 img {
        width: 140px;
    }

    /* ===================
    本文
  =================== */

    .president .flex {
        display: block;
    }

    .president .text_c {
        width: 346px;
        font-size: 15px;
        line-height: 1.5;
    }

    /* イラストはスマホでは消す */
    .president_illust {
        display: none;
    }

    /* 企業情報 */
    .company_info {
        padding-top: 80px;
        margin-top: 40px;
        background-size: cover;
        background-position: center;
    }

    .inner_info {
        width: 100%;
        padding: 0 20px;
    }

    /* ======================
    見出し
  ====================== */

    .company_info .midasi {
        display: block;
        text-align: left;
    }

    .midasi .info_midasi {
        padding-left: 0;
        padding-top: 10px;
        font-size: 14px;
    }

    .info_img {
        margin-top: 20px;
    }

    /* ======================
    リスト共通
  ====================== */

    .info_list {
        margin-top: 40px;
    }

    .info_1,
    .info_2,
    .info_2_2,
    .info_1_4,
    .info_2_5 {
        display: block;
        /* 横並び解除 */
        width: 100%;
        /* 固定幅解除 */
        padding: 20px 0;
    }

    /* 黄色背景はそのまま活かす */
    .info_2,
    .info_2_2,
    .info_2_5 {
        background-color: #FFE299;
    }

    /* 見出し部分 */
    .midasi_info {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* アクセスマップ */
    .map_a {
        margin-top: 40px;
        padding: 0 20px;
    }

    .map_wrapper {
        width: 100%;
    }

    .about_map_fuziwara {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    /* ======================
    見出し
  ====================== */

    .map_a_midasi {
        display: block;
        /* 横並び解除 */
    }

    .map_a_midasi p {
        padding-left: 0;
        padding-top: 10px;
        font-size: 16px;
    }

    /* ======================
    GoogleMapやiframe対策
  ====================== */

    .about_map_fuziwara iframe {
        width: 100%;
        height: 300px;
    }

    /* フッダー */
    footer {
        padding: 0 20px;
    }

    /* PC固定幅を解除 */
    footer .inner_a {
        width: 100%;
        padding-top: 50px;
    }

    /* li全体を縦並びに */
    footer li.inner_a {
        display: block;
    }

    .footer_logo {
        margin-bottom: 16px;
    }

    .footer_logo img {
        width: 150px;
        height: auto;
    }

    .footer_contents {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 18px;
        margin-top: 20px;
    }

    footer li ul {
        margin: 0;
    }

    .group1 li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    /* CONTACT列 */
    .group2 p {
        margin-bottom: 8px;
    }

    .group2 li {
        font-size: 14px;
        margin-top: 6px;
    }

    .group2 li::before {
        height: 12px;
        margin-right: 6px;
    }

    /* ---------- ボタン ---------- */

    .footer_btn {
        margin-top: 28px;
    }

    .footer_btn_1,
    .footer_btn_2 {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 18px;
        border-radius: 40px;
    }

    .footer_btn_2 {
        margin-top: 12px;
    }

    /* PC用paddingリセット */
    .footer_btn h3,
    .footer_btn_2 h3 {
        padding: 0;
        margin: 0 10px;
    }

    .footer_btn_1 h3 {
        margin-left: 0;
    }

    .footer_btn h3 img,
    .footer_btn_2 h3 img {
        width: 70%;
        height: 35%;
        margin: 2px 10px;
    }

    /* アイコンサイズ調整 */
    .footer_btn img {
        height: 22px;
        width: auto;
    }

    .main_shoes_contents {
        height: 100px;
    }

    .main_shoes_contents::after {
        width: 400px;
        height: 280px;
        margin-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main_s_c_wrapper {
        width: 90%;
    }

    .main_s_c {
        margin-top: 0;
        margin-top: 300px;
        padding-bottom: 120px;
        background-position: center;
    }

    .main_s_c_1 {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 100px;
    }

    .mozi_2_s {
        font-size: 14px;
        font-weight: 700;
    }

    .mozi_2 {
        font-size: 14px;
    }

    /* =====================
    見出し部分
  ===================== */

    .main_s_point_midasi {
        width: 100%;
    }

    .point_midasi_wrapper {
        display: block;
        margin-top: 0;
        text-align: center;
    }

    .point_midasi_wrapper h2 {
        position: static;
        margin: 20px 0;
    }

    .ilari_p img {
        display: none;
    }

    .illust_po img {
        display: none;
    }

    /* =====================
    3カラム → 縦並び
  ===================== */

    .point_wrapper {
        width: 100%;
        display: block;
        margin-top: 50px;
        padding-bottom: 80px;
    }

    .point_1,
    .point_2,
    .point_3 {
        width: 100%;
        margin: 0 0 40px 0;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    }

    /* =====================
    番号装飾（小さめに）
  ===================== */

    .point_1::before,
    .point_2::before,
    .point_3::before {
        width: 60px;
        background-size: contain;
        margin: -20px 15px;
    }

    /* =====================
    カード内余白
  ===================== */

    .point_1_midasi,
    .point_2_midasi,
    .point_3_midasi {
        padding: 60px 25px 30px 25px;
    }

    .point_1_midasi p,
    .point_2_midasi p,
    .point_3_midasi p {
        font-size: 14px;
        line-height: 1.8;
    }

    /* =====================
    画像
  ===================== */

    .point_1_ph img,
    .point_2_ph img,
    .point_3_ph img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    /* ===============================
    ラインナップ
  =============================== */

    .line_up {
        background-position: center top;
        background-size: 120%;
        padding-bottom: 80px;
    }

    .line_wrapper {
        width: 90%;
        margin: 0 auto;
    }

    /* ===============================
    見出しブロック
  =============================== */

    .line_up_midasi {
        padding: 50px 20px 20px 20px;
        background-position: center top;
        background-size: contain;
    }

    .line_up_midasi h2 img {
        width: 70%;
        height: auto;
    }

    /* イカリ装飾を縮小 */
    .line_up_midasi h2::before {
        width: 60px;
        height: 60px;
        background-size: contain;
        margin-left: -60px;
        margin-top: -50px;
    }

    .line_up_midasi h2::after {
        width: 35px;
        height: 35px;
        background-size: contain;
        margin-left: 10px;
    }

    /* テキストサイズ調整 */

    .l_midasi {
        font-size: 16px;
        margin-top: 8px;
    }

    .line_up_midasi .l_text {
        font-size: 13px;
        line-height: 1.7;
        padding-bottom: 10px;
    }

    /* =====================
    レイアウト
  ===================== */

    .filterTarget {
        margin-top: 40px;
    }

    .filterTarget ul {
        padding: 0;
    }

    .filterTarget ul li {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        list-style: none;
    }

    /* =====================
    ボタン
  ===================== */

    .filterBtn {
        width: 100%;
        padding: 18px 20px;
        font-size: 16px;
        border-radius: 50px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        box-sizing: border-box;
    }

    /* テキスト側 */
    .filterBtn p:first-child {
        margin: 0;
        white-space: nowrap;
    }

    /* 矢印側 */
    .filterBtn p:last-child {
        margin: 0;
        flex-shrink: 0;
        /* ← これが重要 */
    }

    .filterBtn img {
        width: 18px;
        height: auto;
        display: block;
    }

    /* ファーストシューズは1列 */
    .filterBtn[data-target="first"] {
        grid-column: span 2;
    }

    .items,
    .item_wrapper,
    .line_up_items {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 40px;
    }

    #filterContents .item.is-active {
        display: block;
        width: 100%;
    }

    /* =========================
    余白リセット（左margin削除）
  ========================= */

    .item .text,
    .item .money,
    .item .size,
    .item .text_2,
    .name_c {
        margin-left: 0;
    }

    .item {
        width: 100%;
        margin: 0 auto;
    }

    /* =========================
    NO.1 バッジ縮小
  ========================= */

    .item:first-child:before {
        width: 90px;
        height: 90px;
        background-size: 90px;
        margin-top: 60px;
        margin-left: 30px;
    }

    /* =========================
    画像
  ========================= */

    .item_img img {
        margin-top: 30px;
        width: 100%;
        height: auto;
        display: block;
    }

    /* =========================
    hoverアニメ無効（スマホ用）
  ========================= */

    .item_img:hover {
        animation: none;
    }

    .items {
        flex-direction: column !important;
    }

    /* 親を1列にする */
    #filterContents {
        display: block !important;
    }

    #filterContents .item {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .btn_under {
        width: 100%;
        margin-top: 40px;
    }

    .btn_under_1,
    .btn_under_2,
    .btn_under_2_c {
        width: 100%;
        padding: 16px 20px;
        border-radius: 60px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    /* 文字サイズ調整 */
    .btn_under_1 h4,
    .btn_under_2 h4,
    .btn_under_2_c h4 {
        font-size: 16px;
        margin: 0;
    }

    /* 矢印などの右側要素 */
    .btn_under_1 p,
    .btn_under_2 p,
    .btn_under_2_c p {
        margin: 0;
        display: flex;
        align-items: center;
    }

    /* クラフトのページ */

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

    .decoration_items_1,
    .decoration_items_2 {
        display: flex;
        flex-direction: column;
    }

    .decoration {
        width: 100%;
    }

    .main_craft_contents {
        height: 100px;
    }

    .main_craft_contents::after {
        width: 400px;
        height: 280px;
        margin-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main_s_c_wrapper {
        width: 90%;
    }

    .main_s_c {
        margin-top: 0;
        margin-top: 300px;
        padding-bottom: 120px;
        background-position: center;
    }

    .main_s_c_1 {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 100px;
    }

    .mozi_2_s {
        font-size: 14px;
        font-weight: 700;
    }

    .mozi_2 {
        font-size: 14px;
    }

    .main_s_make_midasi {
        width: 100%;
    }

    .point_midasi_wrapper {
        display: block;
        margin-top: 0;
        text-align: center;
    }

    .point_midasi_wrapper h2 {
        position: static;
        margin: 20px 0;
    }

    .illust_ma img {
        display: none;
    }

    .point_1_1 {
        margin-bottom: 100px;
    }

    .point_2_1 {
        margin-bottom: 100px;
    }

    /* =====================
    番号装飾（小さめに）
  ===================== */

    .point_1_1::before,
    .point_2_1::before,
    .point_3_1::before {
        width: 60px;
        background-size: contain;
        margin: -20px 15px;
    }

    /* =========================
    SHOP（SP）
  ========================= */

    #kitano_shop {
        padding: 60px 20px;
        background-position: center;
    }

    .shop_info {
        flex-direction: column;
        width: 100%;
        margin-top: 100px;
    }

    .shop_photo_21 {
        margin: 0 0 20px 0;
        width: 100%;
    }

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

    .shop_info h2 {
        padding-top: 0;
    }

    .text_shop {
        margin: 6px 0 0 0;
    }

    /* 電話 */
    .tel_shop {
        align-items: center;
        margin-top: 10px;
    }

    .tel_shop_tel {
        margin-top: 4px;
        font-size: 22px;
    }

    /* 北野店情報 */
    .shop_info_kitano dl {
        flex-direction: column;
        margin-top: 15px;
    }

    .ad,
    .time,
    .holi {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .shop_info .shop_text {
        margin-top: 20px;
        padding-bottom: 60px;
    }

    .main_shop_c {
        margin-top: 260px;
    }

    .main_shop_contents {
        height: 100px;
    }

    .main_shop_contents::after {
        z-index: -1;
        position: absolute;
        content: "";
        width: 270px;
        height: 170px;
        margin-left: -100px;
        background-position: 100px;
        background-size: 270px;
        background-repeat: no-repeat;
        background-image: url(../img/shop/3_shop_back.png);
    }

    /* =========================
    shop ボタン（SP）
  ========================= */

    .btn_shop_con {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .btn_shop {
        width: 100%;
        padding: 20px 20px;
        border-radius: 60px;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .btn_shop h4 {
        font-size: 16px;
        margin: 0;
    }

    .btn_shop h4 a {
        color: #fff;
        text-decoration: none;
    }

    .btn_shop p {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .btn_shop p img {
        width: 18px;
        height: auto;
    }

    /* faqページ*/

    .main_faq_contents {
        height: 100px;
    }

    .main_faq_contents::after {
        z-index: -1;
        position: absolute;
        content: "";
        width: 380px;
        height: 290px;
        margin-top: 0px;
        background-position: 50px 0px -10px;
        background-size: 420px;
        background-repeat: no-repeat;
        background-image: url(../img/faq/2_faq_back.png);
    }

    .main_faq_c {
        margin-top: 300px;
        padding-top: 100px;
        padding-left: 20px;
    }

    .btn_faq_wrapper {
        flex-direction: column;
        /* 縦並びに */
        gap: 16px;
    }

    .btn_faq_ca {
        padding: 12px 16px;
        /* 小さめに */
        width: 100%;
        margin-top: 0px;
        /* 幅いっぱい */
    }

    .btn_faq_ca h4 {
        font-size: 16px;
        /* 少し小さく */
    }

    .btn_faq_ca img {
        width: 20px;
        height: 20px;
    }

    .cr_midasi {
        padding-right: 20px;
    }

    .b_midasi {
        padding-right: 34px;
    }

    /* FAQ craft wrapper */
    .faq_craft_wrapper,
    .faq_shoes_wrapper,
    .faq_buy_wrapper {
        width: 100%;
        /* 幅いっぱい */
        padding: 0 10px;
        /* 左右余白を確保 */
        margin: 0 auto;
    }

    .faq_craft_midasi {
        margin-top: 40px;
        margin-bottom: 24px;
        width: 320px;
    }

    .faq_shoes_midasi {
        margin-top: 40px;
        margin-bottom: 24px;
        width: 180px;
    }

    .faq_buy_midasi {
        margin-top: 40px;
        margin-bottom: 24px;
        width: 290px;
    }

    /* dt と dd のフォントサイズとマージン調整 */
    .faq_shoes_wrapper dl dd,
    .faq_buy_wrapper dl dd {
        font-size: 12px;
        /* 小さめに */
        font-weight: 600;
    }

    .faq_shoes_wrapper dl dt,
    .faq_buy_wrapper dl dt {
        margin-right: 12px;
        /* 横余白を縮小 */
    }

    /* アコーディオン横余白調整 */
    .js-accordion p,
    .accordion-box p {
        font-size: 14px;
    }

    /* アコーディオン横余白調整 */
    .js-accordion p img,
    .accordion-box p img {
        padding-right: 0;
        margin-right: 0;
    }

    /* aの2列目テキストの左余白 */
    .accordion-box p span {
        padding-left: 12px;
        /* 半分に */
    }

    /* FAQ item padding縮小 */
    .faq_item {
        padding: 10px 16px;
        margin-bottom: 16px;
    }

    /* 十字の大きさ調整 */
    .js-accordion::before {
        width: 2px;
        height: 12px;
        /* 高さを少し縮小 */
        top: 6px;
    }

    .js-accordion::after {
        width: 12px;
        /* 横幅を少し縮小 */
        height: 2px;
        right: -5px;
    }

}