/*   
Theme Name: meguru_2606
*/
@charset "UTF-8";
/* Repeatable Patterns
----------------------------------------------------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    color: #000;
    background-color: #fff;
    background-image: url(https://file001.shop-pro.jp/PA01523/096/img/bg.jpg);
    background-repeat: repeat;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

.all_container {
    overflow: hidden;
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out;
}

a:hover,
a:focus {
    color: #777;
    text-decoration: none;
}

a img {
    opacity: 1;
    transition: 0.3s ease-out;
}

a:hover img {
    opacity: .7;
}

::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

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

figure {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

p {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

svg {
    fill: currentcolor;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    font-weight: 500;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #000;
    border: none;
}

.is-hidden,
.display_none{
    display: none;
}

.wrapper {
    width: calc(940 / 1280 * 100%);
    margin-left: auto;
    padding-right: 6rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*アニメーション*/

.fadein {
    opacity: 0;
    transition: 2s ease-out;
}

.fadein.scrollin {
    opacity: 1;
}

@media print {
    .fadein {
        opacity: 1;
    }
}

/*テキスト*/

.heading_01 {
    font-size: 3.6rem;
    line-height: 1.7;
    text-align: justify;
}

.heading_01 .sub{
    display: block;
    font-size: 62%;
    margin-top: -.8rem;
}

.text_01{
    font-size: 1.9rem;
    line-height: 1.75;
    text-align: justify;
    font-weight: bold;
}

/*リンク*/
.link_button {
    width: 23rem;
    display: block;
}

.link_arrow {
    width: 3.9rem;
    display: block;
}

/* ----- ヘッダー ----- */

.is-white .header_cart_button img {
    filter: invert(100%);
}

.header_cart_button {
    position: fixed;
    top: 7.2rem;
    right: calc(6rem + 5rem);
    width: 3.2rem;
    z-index: 10000;
}

/*ドロワー*/
.drawer_hamburger {
    position: fixed;
    top: 8.4rem;
    right: 6rem;
    width: 3rem;
    height: 1.88rem;
    z-index: 10002;
    padding: 0;
}

.drawer_hamburger_icon {
    position: relative;
    display: block;
    width: 3rem;
    height: 1.88rem;
    transition: 0.3s ease-out;
    background-size: cover;
    background-image: url(https://file001.shop-pro.jp/PA01523/096/img/icon_menu.png);
}

.is-white .drawer_hamburger_icon {
    filter: invert(100%);
}

.is-opened .drawer_hamburger_icon {
    filter: invert(0%) !important;
    background-image: url(https://file001.shop-pro.jp/PA01523/096/img/icon_close.png);
}

.drawer_container {
    background-color: #fff;
    background-image: url(https://file001.shop-pro.jp/PA01523/096/img/bg.jpg);
    background-repeat: repeat;
    align-items: center;
    position: fixed;
    top: 0;
    right: -52rem;
    z-index: 100;
    overflow-y: scroll;
    width: 52rem;
    height: 100vh;
    height: 100dvh;
    max-height: 100%;
    transition: right .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 10001;
}

.is-opened .drawer_container {
    right: 0;
    transition: right .3s ease-in-out;
}

.drawer_inner {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 7.2rem 7.6rem 5rem;
}

.drawer_background {
    display: block;
    opacity: 0;
    background: #000;
    transition: all .2s ease-in-out;
}

body.is-opened .drawer_background {
    opacity: .65;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

.drawer_header_list {
    align-items: center;
}

.drawer_header_link {
    align-items: center;
}

.drawer_register {
    margin-right: 2.2rem;
}

.drawer_register .text {
    width: auto;
    height: 1.5rem;
    margin-top: .2rem;
    margin-right: .9rem;
}

.drawer_register .icon {
    width: 3.2rem;
}

.drawer_login{
    margin-right: 1.8rem;
}

.drawer_login .text {
    width: auto;
    height: 1.6rem;
    margin-top: .2rem;
    margin-right: .8rem;
}

.drawer_login .icon {
    width: 3.2rem;
}

.drawer_cart .text {
    width: auto;
    height: 1.5rem;
    margin-top: .2rem;
    margin-right: 1.2rem;
}

.drawer_cart .icon {
    width: 3.1rem;
}

.drawer_main_nav_list {
    margin-top: 4.6rem;
    margin-bottom: 5.2rem;
}

.drawer_main_nav_item + .drawer_main_nav_item {
    margin-top: 4rem;
}

.drawer_main_nav_item img {
    display: block;
}

.drawer_main_nav_item .en {
    width: auto;
    height: 1.5rem;
}

.drawer_main_nav_item .jp {
    margin-top: 1.2rem;
    width: auto;
    height: 1.2rem;
}

.drawer_sub_nav_item + .drawer_sub_nav_item {
    margin-top: 2.4rem;
}

.drawer_sub_nav_item img {
    width: auto;
    height: 1.4rem;
}

.drawer_container .sns_list {
    position: absolute;
    right: 10%;
    bottom: 4.6rem;
}

.drawer_container .sns_item {
    width: 3.5rem;
}

.drawer_container .sns_item + .sns_item {
    margin-left: 2.8rem;
}

/*固定ヘッダー*/
.main_header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 6rem;
    padding-top: 5.2rem;
    padding-bottom: 4.8rem;
    z-index: 1000;
    flex-direction: column;
    justify-content: space-between;
}

.is-white .main_header_pc img {
    filter: invert(100%);
}

.header_inner {
    padding-top: 3.6rem;
    padding-bottom: 3.2rem;
    align-items: center;
}

.main_logo {
    width: 18rem;
    margin: 0;
}

.main_nav {
    justify-content: flex-end;
    align-items: center;
}

.main_nav_list {
    margin-bottom: 4.5rem;
}

.main_nav_item + .main_nav_item {
    margin-top: 3rem;
}

.main_nav_item img {
    width: auto;
    height: 1.4rem;
}

.main_header .sns_item {
    width: 3rem;
}

.main_header .sns_item + .sns_item {
    margin-left: 2rem;
}

/* ----- フッター ----- */

.main_footer {
    position: relative;
    margin-top: 14rem;
    padding: 8rem 6rem 6rem;
    background: #8ea786;
    color: #fff;
}

.footer_logo {
    width: calc(276 / 1160 * 100%);
    filter: invert(100%);
    margin: 0 auto 5.6rem;
}

.footer_nav img {
    filter: invert(100%);
}

.footer_main_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4rem;
}

.footer_main_item img {
    width: auto;
    height: 1.2rem;
}

.footer_main_item + .footer_main_item {
    margin-left: 2.4rem;
}

.footer_sub_list {
    justify-content: center;
    align-items: center;
}

.footer_sub_item + .footer_sub_item {
    margin-left: 3.2rem;
}

.footer_sub_item img {
    width: auto;
    height: 1.3rem;
}

.main_footer .sns_list {
    position: absolute;
    left: 6rem;
    bottom: 4.2rem;
}

.main_footer .sns_item {
    width: 3rem;
}

.main_footer .sns_item + .sns_item {
    margin-left: 2rem;
}

.main_footer .sns_item img {
    filter: invert(100%);
}

.footer_copyright {
    width: 42.2rem;
    margin: 5.2rem auto 0;
}

/* トップへ戻るボタン */
.go_to_top {
    position: absolute;
    z-index: 99;
    right: 6rem;
    bottom: 4rem;
}

.go_to_top a{
    display: block;
    cursor: pointer;
}

.go_to_top img {
    width: .8rem;
}

/* メインコンテンツ
----------------------------------------------------*/

.main_container{
    min-height: 100vh;
}

/* ----- わたしたちのこと ----- */

.page_main_visual{
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_about .page_main_visual{
    background-image: url(img/about_main_pc.jpg);
}

.animation_scroll {
    position: absolute;
    right: 6rem;
    bottom: 4.8rem;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.animation_scroll span {
    width: 1px;
    height: 6.7rem;
    background: #fff;
    display: block;
    animation: scroll 1.8s cubic-bezier(1, 0, 0, 1) infinite;
    border-radius: 100vmax;
    margin-left: -.4rem;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

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

.animation_scroll img {
    width: 1.1rem;
    padding-top: 1rem;
}

.about_intro_container{
    padding-top: 17rem;
}

.about_intro_inner{
    padding-bottom: 12rem;
}

.about_intro_heading{
    margin-bottom: 7.2rem;
}

.about_intro_slide{
    width: calc(1000 / 1280 * 100%);
    margin-left: calc(50% - 50vw);
}

.about_erabu_container{
    padding-top: 11rem;
}

.about_erabu_img{
    padding-right: 6rem;
    justify-content: flex-end;
}

.about_erabu_img-1{
    width: calc(450 / 1280 * 100%);
    margin-right: calc(100 / 1280 * 100%)
}

.about_erabu_slide-1{
    width: 100%;
}

.about_erabu_img-2{
    width: calc(580 / 1280 * 100%);
}

.about_erabu_intro_text{
    padding-top: 5rem;
    padding-bottom: 5rem;
    letter-spacing: 0;
}

.about_erabu_slide-3{
    width: calc(320 / 560 * 100%);
    padding-top: 8rem;
    margin: auto;
}

.about_erabu_inner{
    margin-top: -13rem;
    padding-bottom: 12rem;
}

.about_erabu_heading{
    flex-direction: column;
    padding-bottom: 7rem;
}

.about_erabu_slide-4{
    padding-left: 6rem;
    padding-right: 6rem;
}

.about_detail_container{
    padding-top: 13.5rem;
}

.about_detail_inner{
    padding-bottom: 13.5rem;
    justify-content: space-between;
    align-items: center;
}

.about_detail_img-1{
    width: calc(540 / 1280 * 100%);
}

.about_detail_slide{
    width: 100%;
}

.about_detail_body{
    width: calc(620 / 1280 * 100%);
    padding-right: 6rem;
}

.about_detail_heading{
    font-weight: 500;
    padding-bottom: 4.8rem;
}

.about_detail_text{
    font-weight: 500;
}

.about_detail_list{
    font-weight: 500;
    margin: 0;
}

.about_detail_list dt{
    width: 20%;
}

.about_detail_list dd{
    width: 80%;
    margin: 0;
}

.about_detail_list dt:not(:last-of-type),
.about_detail_list dd:not(:last-of-type){
    padding-bottom: .6rem;
}

.about_detail_link{
    margin-top: 5rem;
}

.about_detail_link + .about_detail_heading{
    margin-top: 11rem;
}

.about_detail_img-2{
    padding-left: 6rem;
    padding-right: 6rem;
}


/* ----- シマ桑 ----- */

.page_shimaguwa .page_main_visual{
    background-image: url(img/shimaguwa_main_pc.jpg);
}

.shimaguwa_intro_container{
    padding-top: 20rem;
}

.shimaguwa_intro_inner{
    padding-bottom: 10rem;
}

.shimaguwa_intro_img {
    width: 42rem;
    margin-left: -17%;
}

.shimaguwa_intro_body {
    width: calc(100% - 42rem + 17%);
    padding-left: 4%;
    margin-top: -4rem;
}

.shimaguwa_intro_heading {
    font-size: 3.3rem;
    line-height: 1.65;
    margin-bottom: 6.4rem;
}

.shimaguwa_about_container{
    padding-top: 12rem;
    padding-right: 0 !important;
}

.shimaguwa_about_inner{
    justify-content: space-between;
}

.shimaguwa_about_body{
    width: calc(400 / 880 * 100%);
}

.shimaguwa_about_heading{
    padding-bottom: 5rem;
}

.shimaguwa_about_img{
    width: calc(470 / 880 * 100%);
}

.shimaguwa_about_slide-1{
    width: 100%;
}

.shimaguwa_kouka_container{
    padding-top: 12rem;
}

.shimaguwa_kouka_slide-1{
    width: calc(1038 / 1280 * 100%);
}

.shimaguwa_kouka_inner{
    padding-top: 12rem;
}

.shimaguwa_kouka_body{
    width: 100%;
    flex-direction: row-reverse;
    padding-bottom: 8rem;
}

.shimaguwa_kouka_heading{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: auto;
}

.shimaguwa_kouka_img{
    justify-content: space-around;
}

.shimaguwa_kouka_img-1{
    width: calc(405 / 880 * 100%);
}

.shimaguwa_kouka_img-2{
    margin-top: 2rem;
    width: calc(315 / 880 * 100%);
}

.shimaguwa_nouyaku_container{
    padding-top: 18rem;
}

.shimaguwa_nouyaku_slide-1{
    padding-left: 6rem;
    padding-right: 6rem;
}

.shimaguwa_nouyaku_inner{
    padding-top: 12rem;
}

.shimaguwa_nouyaku_body{
    width: calc(460 / 880 * 100%);
}

.shimaguwa_nouyaku_heading{
    padding-bottom: 5rem;
}

.shimaguwa_nouyaku_img{
    width: calc(340 / 880 * 100%);
}

.shimaguwa_nouyaku_slide-2{
    width: 100%;
}

.shimaguwa_kakou_container{
    padding-top: 12rem;
}

.shimaguwa_kakou_inner{
    justify-content: space-between;
    padding-bottom: 10rem;
}

.shimaguwa_kakou_slide-1{
    width: calc(510 / 1280 * 100%);
}

.shimaguwa_kakou_slide-2{
    width: 100%;
}

.shimaguwa_kakou_body{
    flex-direction: column;
    padding-top: 11rem;
    width: calc(630 / 1280 * 100%);
}

.shimaguwa_kakou_heading{
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.shimaguwa_kakou_img{
    width: calc(1038 / 1280 * 100%);
}


/* ----- 読みもの ----- */

.main_page_header{
    width: calc(100% + 6rem);
    margin-right: -6rem;
    position: relative;
    height: 79rem;
}

.main_page_header_img{
    width: calc(722 / 940 * 100%);
    max-width: 82rem;
    margin-left: auto;
}

.main_page_header_inner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
}

.main_page_heading{
    margin-bottom: 8.8rem;
}

.main_page_heading .en{
    width: auto;
    height: 3rem;
    margin-bottom: 3rem;
}

.main_page_heading .jp{
    width: auto;
    height: 1.5rem;
}

.main_page_heading img{
    display: block;
}

.main_page_header_text{
    font-size: 1.7rem;
    line-height: 1.85;
    font-weight: bold;
}

.stories_list_item:first-child{
    border-top: .5px solid;
}

.stories_list_item {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: .5px solid;
}

.stories_list_link{
    align-items: center;
}

.stories_item_img {
    width: 36%;
}

.stories_item_img img{
    aspect-ratio: 40 / 27;
    object-fit: cover;
}

.stories_item_body {
    position: relative;
    width: 64%;
    line-height: 1.6;
    padding-left: 5%;
}

.stories_item_date {
    font-size: 2.1rem;
    letter-spacing: .17rem;
    font-weight: bold;
    padding-bottom: 1.6rem;
}

.stories_item_title {
    font-size: 2.6rem;
    font-weight: 500;
    padding-right: 8rem;
}

.stories_item_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto;
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.8rem;
    margin-left: -1.2rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 2.1rem;
    margin: 0 1.2rem;
    position: relative;
    padding: .6rem .3rem;
}

.wp-pagenavi span.current {
    border-bottom: 1px solid;
}

.wp-pagenavi span.extend {
    padding-left: 0;
    padding-right: 0;
}

.wp-pagenavi .previouspostslink{
    margin-right: 2rem;
}

.wp-pagenavi .nextpostslink{
    margin-left: 2rem;
}

/*個別記事*/

.single_container{
    margin-top: 13rem;
}

.post_header{
    padding-bottom: 6rem;
}

.single-news .post_header{
    padding-bottom: 11rem;
}

.post_date{
    font-size: 2.5rem;
    letter-spacing: .17rem;
    font-weight: bold;
    padding-bottom: 4rem;
}

.post_title{
    font-size: 4.2rem;
    line-height: 1.3;
    font-weight: 500;
}

.single-news .post_title{
    font-size: 2.9rem;
}

.post_body{
    font-size: 1.9rem;
    line-height: 1.9;
    text-align: justify;
}

.post_body > * + * {
    margin: 4rem 0;
}

.post_body figure {
    margin: 8rem 0;
}

.post_body figure:first-child{
    margin-top: 0;
}

.post_body h2{
    font-size: 3.4rem;
    line-height: 1.6;
    margin-top: 8rem;
    margin-bottom: 4rem;
}

.post_body a{
    text-decoration: underline;
}

.post_body figure.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.post_body figure.is-type-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.post_body ul{
    list-style-type: disc;
    margin-left: 2rem;
}

.post_body ol{
    list-style-type: decimal;
    margin-left: 2rem;
}

.post_all_link{
    margin: 6rem auto 0;
}

.single-news .post_all_link{
    margin: 8rem auto 0;
}

/* ----- お知らせ ----- */

.news_list_item {
    line-height: 1.6;
    border-bottom: .5px solid;
    padding: 4rem 2.6rem;
}

.news_list_item:first-child{
    border-top: .5px solid;
}

.news_item_date {
    width: 20%;
    font-size: 2.1rem;
    letter-spacing: .17rem;
    font-weight: bold;
}

.news_item_title {
    width: 80%;
    font-size: 2.1rem;
    font-weight: 500;
}

.news_item_title a {
    display: block;
    overflow: hidden;          /* 溢れた部分を隠す */
    text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
    white-space: nowrap;       /* 1行で表示 */
}

/* ----- お問い合わせ ----- */

.sub_page_container{
    margin-top: 26rem;
}

.sub_page_header{
    margin-bottom: 10rem;
}

.sub_page_heading .en{
    width: auto;
    height: 3rem;
    margin-bottom: 3rem;
}

.sub_page_heading .jp{
    width: auto;
    height: 1.5rem;
}

.sub_page_heading img{
    display: block;
}

.form_list {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.form_item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: .5px solid;
    align-items: center;
}

.form_item:first-child{
    border-top: .5px solid;
}

.form_item:last-child{
    align-items: flex-start;
}

.form_item:last-child .form_title{
    padding-top: 2rem;
}

.form_title {
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: bold;
    width: 30%;
    padding-left: 3rem;
}

.form_box {
    width: 70%;
}

.form_box input,
.form_box textarea {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 100%;
}

.form_box input {
    padding: 1.6rem 1.4rem;
}

.form_box textarea {
    padding: 1.6rem 1.4rem;
}

.wpcf7-submit {
    margin: 4rem auto 0;
}

.wpcf7-not-valid-tip {
    font-size: 1.6rem !important;
    font-weight: bold !important;
    padding-top: .8rem;
}

.wpcf7-acceptance {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto 4.8rem;
    display: block;
}

.wpcf7-response-output {
    margin: 2.4em 0 0 !important;
    padding: 1.2rem 1rem !important;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}

.cf7-cf-turnstile {
    text-align: center;
    margin-top: 4rem !important;
}


/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media print,
    screen and (min-width: 768px) {
        .display_sp {
            display: none !important;
        }
}

@media screen and (max-width: 1140px) and (min-width: 1000px) {
    html {
        font-size: 56%;
    }

    .wrapper {
        width: calc(940 / 1280 * 100%);
        padding-right: 4rem;
    }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
    html {
        font-size: 48%;
    }

    .wrapper {
        width: calc(1000 / 1280 * 100%);
        padding-right: 2rem;
    }
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/

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

    .display_pc {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        min-width: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /*テキスト*/

    .heading_01 {
        font-size: 2.5rem;
    }

    .heading_01 .sub{
        margin-top: 0;
        font-size: 60%;
    }
    
    .text_01{
        font-size: 1.4rem;
        line-height: 1.8;
    }

    /*リンク*/
    .link_button {
        width: 19rem;
    }

    .link_arrow {
        width: 3.3rem;
    }

    /* ----- ヘッダー ----- */

    .header_cart_button {
        top: 2.2rem;
        right: 7rem;
        width: 2.8rem;
    }

    /*ドロワー*/
    .drawer_hamburger {
        top: 3.1rem;
        right: 2rem;
        width: 2.8rem;
        height: 1.77rem;
    }

    .drawer_hamburger_icon {
        width: 2.8rem;
        height: 1.77rem;
    }

    .drawer_container {
        background-image: none;
        right: -100%;
        width: 100%;
    }

    .drawer_inner {
        position: relative;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 13rem 4.4rem 13rem;
    }

    .drawer_header_list {
        position: absolute;
        top: 2.2rem;
        right: 7rem;
        justify-content: space-between;
        width: calc(100% - 7rem - 4.4rem);
    }

    .drawer_register {
        margin-right: 1.2rem;
    }

    .drawer_register .text {
        height: 1.2rem;
        margin-right: .8rem;
    }

    .drawer_register .icon {
        width: 2.8rem;
    }

    .drawer_login {
        margin-right: 4.8rem;
    }

    .drawer_login .text {
        height: 1.2rem;
        margin-right: .8rem;
    }

    .drawer_login .icon {
        width: 2.8rem;
    }

    .drawer_cart .icon {
        width: 2.8rem;
    }

    .drawer_main_nav_list {
        margin-top: 0;
        margin-bottom: 5.2rem;
    }

    .drawer_main_nav_item + .drawer_main_nav_item {
        margin-top: 4rem;
    }

    .drawer_main_nav_item .en {
        height: 1.5rem;
    }

    .drawer_main_nav_item .jp {
        margin-top: 1.2rem;
        height: 1.2rem;
    }

    .drawer_sub_nav_item + .drawer_sub_nav_item {
        margin-top: 2.5rem;
    }

    .drawer_sub_nav_item img {
        height: 1.3rem;
    }

    .drawer_container .sns_list {
        left: 4.4rem;
        right: unset;
        bottom: 4.6rem;
    }

    .drawer_container .sns_item {
        width: 3.5rem;
    }

    .drawer_container .sns_item + .sns_item {
        margin-left: 2rem;
    }

    .accordion_list {
        display: none;
        margin-top: 4.4rem;
        margin-bottom: 4.8rem;
    }

    .accordion_list_item{
        margin-top: 2.4rem;
    }

    .accordion_list_item img{
        width: auto;
        height: 1.5rem;
    }

    /*固定ヘッダー*/

    .is-white .main_header,
    .post-type-archive-stories .main_header{
        background-image: none;
    }
    
    .is-bg .main_header,
    .page .all_container:not(.is-white) .main_header{
        background-image: url(https://file001.shop-pro.jp/PA01523/096/img/bg.jpg);
        background-repeat: repeat;
    }

    .main_header {
        bottom: unset;
        left: 0;
        right: 0;
        padding: 2rem 2rem;
    }

    .header_inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main_logo {
        width: 20rem;
    }
    
    .is-white .main_logo{
        filter: invert(100%);
    }

    /* ----- フッター ----- */

    .main_footer {
        margin-top: 9rem;
        padding: 6.8rem 2rem 6rem;
    }

    .footer_logo {
        width: 26rem;
        margin: 0 auto 5.4rem;
    }

    .footer_main_list {
        margin-bottom: 2.2rem;
    }

    .footer_main_item{
        margin: 0 1.1rem 2.2rem;
    }

    .footer_main_item img {
        height: 1rem;
    }

    .footer_main_item + .footer_main_item {
        margin-left: 1.1rem;
    }

    .footer_sub_list{
        padding-bottom: 2.5rem;
    }

    .footer_sub_item{
        margin: 0 1.5rem 2.4rem;
    }

    .footer_sub_item + .footer_sub_item {
        margin-left: 1.5rem;
    }

    .footer_sub_item img {
        height: 1.2rem;
    }

    .main_footer .sns_list {
        position: relative;
        left: unset;
        bottom: unset;
        justify-content: center;
    }

    .main_footer .sns_item {
        width: 3.4rem;
    }

    .main_footer .sns_item + .sns_item {
        margin-left: 2rem;
    }

    .footer_copyright {
        width: 36rem;
        max-width: 100%;
        margin: 4.6rem auto 0;
    }

    /* メインコンテンツ
    ----------------------------------------------------*/

    .main_container{
        min-height: 0;
    }

    /* ----- わたしたちのこと ----- */

    .page_about .page_main_visual{
        background-image: url(img/about_main_sp.jpg);
    }
    
    .animation_scroll {
        right: 3rem;
        bottom: 4rem;
    }

    .about_intro_container{
        padding-top: 12rem;
    }

    .about_intro_inner{
        padding-bottom: 8rem;
    }

    .about_intro_heading{
        width: calc(324 / 420 * 100%);
        margin-bottom: 6rem;
    }

    .about_intro_slide{
        width: calc(100% - 2rem);
    }

    .about_erabu_container{
        padding-top: 3rem;
    }

    .about_erabu_img{
        padding-left: 2rem;
        padding-right: 2rem;
        justify-content: flex-start;
    }
    
    .about_erabu_img-1{
        width: 100%;
        align-items: center;
        margin-right: 0;
    }

    .about_erabu_slide-1{
        width: calc(230 / 420 * 100%);
    }

    .about_erabu_intro_text{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        padding-top: 0;
        padding-bottom: 0;
        letter-spacing: .15rem;
        margin: auto;
        padding-left: 2rem;
    }

    .about_erabu_img-2{
        width: 100%;
        padding-top: 3rem;
    }

    .about_erabu_slide-3{
        width: calc(230 / 420 * 100%);
        padding-top: 3rem;
        margin: 0 0 0 auto;
    }

    .about_erabu_inner{
        margin-top: -24rem;
        padding-bottom: 8rem;
    }

    .about_erabu_heading{
        width: calc(190 / 420 * 100%);
        padding-bottom: 10rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        justify-content: center;
        padding-right: 2rem;
    }

    .about_erabu_slide-4{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .about_detail_container{
        padding-top: 3rem;
    }

    .about_detail_inner{
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 6rem;
    }
    
    .about_detail_img-1{
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 6rem;
    }
    
    .about_detail_img-1 .about_detail_heading{
        width: calc(190 / 420 * 100%);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        padding-left: 2rem;
    }
    
    .about_detail_img-1{
        width: 100%;
    }

    .about_detail_slide{
        width: calc(230 / 420 * 100%);
    }

    .about_detail_body{
        width: 100%;
        padding-right: 0;
    }

    .about_detail_heading{
        padding-bottom: 4rem;
    }

    .about_detail_list dt{
        width: 20%;
    }

    .about_detail_list dd{
        width: 80%;
        margin: 0;
    }

    .about_detail_list dt:not(:last-of-type),
    .about_detail_list dd:not(:last-of-type){
        padding-bottom: .6rem;
    }

    .about_detail_link{
        margin: 4.6rem auto 0;
    }

    .about_detail_link + .about_detail_heading{
        margin-top: 6rem;
    }

    .about_detail_img-2{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* ----- シマ桑 ----- */

    .page_shimaguwa .page_main_visual{
        background-image: url(img/shimaguwa_main_sp.jpg);
    }

    .shimaguwa_intro_container{
        position: relative;
        padding-top: 8rem;
    }

    .shimaguwa_intro_inner{
        padding-bottom: 8rem;
    }

    .shimaguwa_intro_img {
        position: absolute;
        width: 60%;
        margin-left: 0;
        top: 5rem;
        right: 0;
        z-index: -1;
    }

    .shimaguwa_intro_body {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .shimaguwa_intro_heading {
        width: calc(110 / 420 * 100%);
        margin-bottom: 6rem;
    }

    .shimaguwa_about_container{
        padding-top: 3rem;
    }

    .shimaguwa_about_inner{
        flex-direction: column-reverse;
    }

    .shimaguwa_about_body{
        width: 100%;
    }

    .shimaguwa_about_heading{
        width: calc(110 / 420 * 100%);
        justify-content: center;
        align-items: center;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-bottom: 0;
    }

    .shimaguwa_about_img{
        width: 100%;
        padding-bottom: 6rem;
    }
    
    .shimaguwa_about_slide-1{
        width: calc(310 / 420 * 100%);
    }

    .shimaguwa_kouka_container{
        padding-top: 6rem;
    }

    .shimaguwa_kouka_slide-1{
        width: calc(100% - 2rem);
    }

    .shimaguwa_kouka_inner{
        padding-top: 8rem;
        flex-direction: column-reverse;
    }

    .shimaguwa_kouka_body{
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .shimaguwa_kouka_img{
        position: relative;
        align-items: flex-start;
        padding-bottom: 7.6rem;
    }

    .shimaguwa_kouka_heading{
        width: calc(170 / 420 * 100%);
        font-size: 2.2rem;
        line-height: 1.5;
        margin: 0;
        padding-left: 2rem;
        align-items: center;
        justify-content: flex-end;
    }

    .shimaguwa_kouka_img-1{
        width: calc(250 / 420 * 100%);
    }

    .shimaguwa_kouka_img-2{
        margin-top: 0;
        position: absolute;
        bottom: 0;
        right: -2rem;
        width: calc(175 / 420 * 100%);
        z-index: -1;
    }

    .shimaguwa_nouyaku_container{
        padding-top: 8rem;
    }

    .shimaguwa_nouyaku_slide-1{
        padding-left: 0;
        padding-right: 2rem;
    }

    .shimaguwa_nouyaku_inner{
        padding-top: 3rem;
        flex-direction: column-reverse;
    }

    .shimaguwa_nouyaku_body{
        width: 100%;
    }

    .shimaguwa_nouyaku_heading{
        width: calc(110 / 420 * 100%);
        padding-bottom: 0;
        justify-content: center;
        align-items: center;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 2rem;
    }
    
    .shimaguwa_nouyaku_img{
        width: 100%;
        padding-bottom: 6rem;
    }

    .shimaguwa_nouyaku_slide-2{
        width: calc(310 / 420 * 100%);
    }

    .shimaguwa_kakou_container{
        padding-top: 8rem;
    }

    .shimaguwa_kakou_inner{
        padding-bottom: 5rem;
    }

    .shimaguwa_kakou_slide-1{
        width: 100%;
        padding-left: 2rem;
    }

    .shimaguwa_kakou_body{
        padding-top: 4rem;
        width: 100%;
        flex-direction: row;
    }

    .shimaguwa_kakou_slide-2{
        width: calc(310 / 420 * 100%);
        padding-left: 2rem;
    }

    .shimaguwa_kakou_heading{
        width: calc(110 / 420 * 100%);
        font-size: 2.3rem;
        padding-top: 0;
        padding-bottom: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        justify-content: center;
        align-items: center;
    }
    
    .shimaguwa_kakou_text{
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 5rem;
    }

    .shimaguwa_kakou_img{
        width: 100%;
        margin-left: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }


    /* ----- 読みもの ----- */

    .main_page_header{
        width: calc(100% + 2rem);
        margin-right: -2rem;
        height: auto;
        padding-bottom: 5rem;
    }

    .main_page_header_img{
        width: 100%;
        margin-bottom: 3.6rem;
    }

    .main_page_header_inner{
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
    }

    .main_page_heading{
        margin-bottom: 6.4rem;
    }

    .main_page_heading .en{
        height: 2.3rem;
        margin-bottom: 2.4rem;
    }

    .main_page_heading .jp{
        height: 1.5rem;
    }

    .main_page_header_text{
        font-size: 1.6rem;
    }

    .stories_list_item {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        border-bottom: .5px solid;
    }

    .stories_item_img {
        width: 100%;
        padding-bottom: 2.4rem;
    }

    .stories_item_body {
        width: 100%;
        padding-left: 0;
    }

    .stories_item_date {
        font-size: 1.6rem;
        padding-bottom: .4rem;
    }

    .stories_item_title {
        font-size: 2rem;
        padding-right: 5rem;
    }

    .stories_item_link {
        right: 0;
    }

    .wp-pagenavi {
        margin-top: 2.8rem;
        margin-left: -.8rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.7rem;
        margin: 0 .8rem;
        padding: .6rem .3rem;
    }

    .wp-pagenavi .previouspostslink{
        margin-right: 1.2rem;
    }

    .wp-pagenavi .nextpostslink{
        margin-left: 1.2rem;
    }

    /*個別記事*/

    .single_container{
        margin-top: 12rem;
    }

    .post_header{
        padding-bottom: 5rem;
    }

    .single-news .post_header{
        padding-bottom: 6rem;
    }

    .post_date{
        font-size: 1.4rem;
        padding-bottom: 2rem;
    }

    .post_title{
        font-size: 2.3rem;
    }
    
    .single-news .post_title{
        font-size: 2.2rem;
    }

    .post_body{
        font-size: 1.4rem;
    }

    .post_body > * + * {
        margin: 3rem 0;
    }

    .post_body figure {
        margin: 4rem 0;
    }

    .post_body h2{
        font-size: 1.7rem;
        margin-top: 4rem;
        margin-bottom: 3rem;
    }

    .post_all_link{
        margin: 6rem auto 0;
    }
    

    /* ----- お知らせ ----- */

    .news_list_item {
        padding: 2.8rem 0;
    }

    .news_item_date {
        width: 100%;
        font-size: 1.6rem;
        padding-bottom: .3rem;
    }

    .news_item_title {
        width: 100%;
        font-size: 1.6rem;
    }


    /* ----- お問い合わせ ----- */

    .sub_page_container{
        margin-top: 16rem;
    }

    .sub_page_header{
        margin-bottom: 8rem;
    }

    .sub_page_heading .en{
        height: 2.3rem;
        margin-bottom: 2.4rem;
    }

    .sub_page_heading .jp{
        height: 1.5rem;
    }

    .form_item {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
    
    .form_item:last-child .form_title{
        padding-top: 0;
    }

    .form_title {
        font-size: 1.6rem;
        width: 100%;
        padding-left: 0;
        padding-bottom: 1rem;
    }
    
    .form_box {
        width: 100%;
    }

    .form_box input,
    .form_box textarea {
        font-size: 1.6rem;
        line-height: 1.8;
        width: 100%;
    }

    .form_box input {
        padding: .6rem 1rem;
    }

    .form_box textarea {
        padding: .6rem 1rem;
    }

    .wpcf7-submit {
        margin: 2.8rem auto 0;
    }

    .wpcf7-not-valid-tip {
        font-size: 1.6rem !important;
    }

    .wpcf7-acceptance {
        font-size: 1.6rem;
    }

    .wpcf7-response-output {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
    }

    .cf7-cf-turnstile {
        margin-top: 4rem !important;
    }

}

@media print,
    screen and (max-width: 320px) {
        html {
            font-size: 58%;
        }
}
