/*   
Theme Name: ysst202604
*/
@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #111;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    overflow-x: hidden;
}

/*謎の上部画像対策*/
body > img {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 0.12em;
}

p,
form {
    margin: 0;
}

a {
    color: #111;
    opacity: 1;
    text-decoration: none;
    transition: 0.5s ease-out;
}

a:hover {
    color: #4e4c42;
    opacity: 0.7;
    text-decoration: none;
}

a:focus {
    color: #4e4c42;
    text-decoration: none;
}

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

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

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

img {
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: middle;
}

svg {
    vertical-align: middle;
    fill: currentcolor;
}

figure{
    margin: 0;
}

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

input,
textarea,
button,
select {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    border: none;
}

.wrapper {
    width: calc(1080 / 1266 * 100%);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.sub_wrapper {
    width: calc(720 / 1080 * 100%);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

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

.is-hidden {
    display: none;
}

/*テキスト*/
.section_heading {
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-weight: 600;
}

.section_sub_heading {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-weight: 600;
}

.link_arrow {
    position: relative;
    padding-left: 56px;
}

.link_arrow::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -4px;
    left: 0;
    margin: auto;
    width: 42px;
    height: 1px;
    background: #111;
    display: block;
}

.link_arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -4px;
    margin: auto;
    left: 35px;
    width: 6px;
    height: 1px;
    background: #111;
    transform-origin: right center;
    transform: rotate(40deg);
}

.link_arrow_vertical span {
    position: relative;
    padding-top: 64px;
}

.link_arrow_vertical span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 46px;
    background: #111;
    display: block;
}

.link_arrow_vertical span::after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    margin: auto;
    left: 0;
    right: -4px;
    width: 1px;
    height: 7px;
    background: #111;
    transform-origin: right center;
    transform: rotate(40deg);
}

.link_arrow:hover::before,
.link_arrow:hover::after,
.link_arrow_vertical:hover span::before,
.link_arrow_vertical:hover span::after {
    background: #4e4c42;
}

/* 共通部分
----------------------------------------------------*/

.page_heading {
    text-align: center;
    padding-bottom: 60px;
}

.page_not_found {
    text-align: center;
    padding: 100px 0;
    font-size: 1.5rem;
}

.information_container{
    width: 100%;
    background: #f2eee1;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 4px 0;
    margin-bottom: 4px;
    text-align: center;
}

.information_container a{
    display: block;
}

/* ----- メインヘッダー ----- */

.main_header {
    position: relative;
    height: 92px;
    width: calc(1266 / 1366 * 100%);
    margin-left: auto;
    margin-right: auto;
}

.main_logo_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 12px 12px 12px 0;
    background: #fff;
}

.main_logo_link,
.main_logo_link_top {
    display: block;
}

.main_logo_img_top {
    width: 120px;
}

.main_logo_img {
    width: 44px;
}

.main_nav_pc_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main_nav_pc_list {
    line-height: 92px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_nav_pc_item + .main_nav_pc_item {
    padding-left: 3.2%;
}

.main_nav_pc_link {
    font-size: 1.5rem;
    display: block;
}

.view_cart_button_container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.view_cart_button {
    line-height: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view_cart_button_icon {
    width: 22px;
    height: 16px;
    margin-right: 4px;
}

.view_cart_button_text {
    font-size: 1.4rem;
}

/*商品を探すの中身*/
#search_button,
#search_close {
    cursor: pointer;
    transition: 0.5s ease-out;
}

#search_button:hover,
#search_close:hover {
    opacity: 0.7;
}

.searchbox_container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    box-sizing: border-box;
    top: 92px;
    left: 0;
    right: 0;
    background: #f2eee1;
    width: 100%;
    z-index: 99;
    transition: 0.5s ease-out;
    padding-top: 48px;
    padding-bottom: 48px;
}

.is-active.searchbox_container {
    opacity: 1;
    visibility: visible;
}

.searchbox_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.searchbox_heading {
    font-size: 1.6rem;
    padding-bottom: 24px;
}

.searchbox_list_item {
    position: relative;
    padding-left: 16px;
}

.searchbox_list_item + .searchbox_list_item {
    margin-top: 12px;
}

.searchbox_list_item::before {
    position: absolute;
    width: 8px;
    height: 1px;
    background: #111;
    display: inline-block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.searchbox_list_link {
    font-size: 1.4rem;
    line-height: 1.4;
}

.searchbox_keyword_container {
    width: 28%;
}

.search_form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search_input {
    font-size: 1.5rem;
    width: 100%;
    height: 42px;
    background: #fff;
    padding: 6px 10px;
}

.search_submit {
    font-size: 1.5rem;
    margin-top: 20px;
    transition: 0.5s ease-out;
}

.search_submit:hover {
    color: #4e4c42;
}

.search_close_button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.4rem;
}

.search_close_button svg {
    width: 15px;
    height: 15px;
}

.search_close_button span {
    vertical-align: middle;
    padding-left: 4px;
}


/* ----- メインフッター ----- */

.main_footer {
    background: #F2EEE1;
    padding: 72px 0 80px;
}

.main_footer_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_footer_inner + .main_footer_inner {
    padding-top: 28px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main_footer_nav_container {
    width: 28%;
}

.main_footer_nav_heading {
    font-size: 1.8rem;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.main_footer_nav_item + .main_footer_nav_item {
    padding-top: 20px;
}

.main_footer_nav_link {
    font-size: 1.6rem;
}

.main_footer_nav_link span {
    vertical-align: middle;
}

.main_footer_nav_link_icon_mail {
    width: 14px;
    height: 14px;
    margin-right: 14px;
}

.main_footer_nav_link_icon_tel {
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.main_footer_contact_text {
    font-size: 1.3rem;
    line-height: 2;
    padding-top: 28px;
}

.main_footer_sns_container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.main_footer_sns_link {
    padding-right: 6%;
    padding-bottom: 12px;
}

.main_footer_sns_icon {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.main_footer_sns_link span {
    font-size: 1.6rem;
    vertical-align: middle;
}

.main_footer_company_link{
    width: 72%;
    display: block;
}

.main_footer_sub_nav_container {
    width: 40%;
}

.main_footer_sub_nav_list + .main_footer_sub_nav_list {
    padding-top: 12px;
}

.main_footer_sub_nav_item + .main_footer_sub_nav_item::before {
    content: '／';
    font-size: 1.3rem;
    padding-left: 10px;
    padding-right: 10px;
}

.main_footer_sub_nav_link {
    font-size: 1.3rem;
}

.main_footer_copyright {
    width: 60%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main_footer_illustration {
    width: 220px;
    margin-bottom: -8px;
    margin-right: 52px;
}

.main_footer_copyright small {
    font-size: 1.3rem;
}

/* ----- 商品を探す ----- */


#footer_category {
    margin-top: 10rem;
}

.main_category_inner {
    background: #FAF6EC;
    border-radius: 5px;
    padding-top: 8rem;
    padding-bottom: 9rem;
    padding-left: 8rem;
    padding-right: 8rem;
}

.main_category_heading {
    width: 17rem;
    margin: 0 auto 5.2rem;
}

.main_category_container .search_form {
    width: 47rem;
    padding: 0 2rem;
    margin: auto;
}

.main_category_container .search_input {
    font-size: 1.8rem;
    height: 5.4rem;
}

.main_category_container .search_submit {
    width: 2.4rem;
    right: 2rem;
}

.tab_menu {
    margin-top: 6rem;
}

.tab_menu_list {
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #c1beb6;
}

.tab_menu_item {
    position: relative;
    width: 17rem;
    padding: 1.8rem 1rem;
    margin: 0 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c1beb6;
    border-right: 1px solid #c1beb6;
    border-top: 1px solid #c1beb6;
}

.tab_menu_item:not(.is-active):hover {
    background: #FAEFD4;
}

.tab_menu_item.is-active {
    pointer-events: none;
}

.tab_menu_item.is-active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #FAF6EC;
    z-index: 1;
}

.tab_container {
    padding-top: 6rem;
}

.tab_item {
    display: none;
}

.tab_item.is-active {
    display: block;
}

.tab_heading {
    font-size: 1.9rem;
    margin-bottom: 3.6rem;
}

.tab_heading span {
    font-size: 2.4rem;
}

.tab_cat_link {
    display: block;
    position: relative;
}

.tab_cat_img {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.tab_cat_img img {
    overflow: hidden;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.tab_cat_img::after {
    position: absolute;
    content: "";
    background: #000;
    opacity: .35;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.tab_cat_body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
}

.tab_cat_name {
    letter-spacing: .08rem;
}

.tab_item_main .tab_cat_list {
    margin: 0 -2.2%;
}

.tab_item_main .tab_cat_item {
    width: calc(100% / 3);
    padding: 0 2.2% 2.8rem;
}

.tab_item_main .tab_cat_name {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
}

.tab_item_main .tab_cat_text {
    font-size: 1.5rem;
}

.tab_item_main + .tab_item_sub {
    margin-top: 4rem;
}

.tab_item_sub .tab_cat_list {
    margin: 0 -1.4%;
}

.tab_item_sub .tab_cat_item {
    width: calc(100% / 4);
    padding: 0 1.4% 2rem;
}

.tab_item_sub .tab_cat_name {
    margin-top: -.2rem;
    font-size: 2.4rem;
}

.tab_all_link,
.top_chaho_link {
    margin-top: 6rem;
    border: 1px solid #333;
    background: transparent;
    color: #333;
}

.tab_all_link:hover,
.top_chaho_link:hover {
    border-color: #64911d;
    color: #fff;
    background: #64911d;
}

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

.main_container {
    padding-top: 44px;
    padding-bottom: 100px;
}

.page_heading {
    font-size: 3rem;
    letter-spacing: .1rem;
    padding-bottom: 6rem;
}


/* 下層ページ
----------------------------------------------------*/

/* --- 固定ページ --- */

.page_main_header{
    margin-bottom: 10rem;
}

.page_main_heading{
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 6rem;
}

.page_main_slider,
.page_main_img{
    margin-bottom: 10rem;
}
.page_main_slider img,
.page_main_img img{
    border-radius: 5px;
    aspect-ratio: 1166 / 535;
    object-fit: cover;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2.4rem;
    left: 0;
    right: 0;
}

.dots-wrap li {
    width: .8rem;
    height: .8rem;
    margin: 0 .5rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    opacity: .8;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: transparent;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.page_sub_wrapper{
    width: calc(600 / 1166 * 100%);
    min-width: 70rem;
    margin: auto;
}

.page_main_container section + section{
    margin-top: 12rem;
}

.page_main_container h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 4.8rem;
}

.post_body * + * {
    margin-top: 2.8rem;
}

.post_body figure{
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

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

.blog_post_body h2{
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 8rem;
    margin-bottom: 3.6rem;
}

.post_body h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 6rem;
}

.post_body a {
    text-decoration: underline;
    word-break: break-all;
}

.post_body hr.wp-block-separator{
    border-top: 1px solid #ddd;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.wp-block-image :where(figcaption){
    margin-top: 1.4rem !important;
    color: #777670;
    font-size: 86%;
}

.is-type-video iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

ol.wp-block-list{
    list-style-type: decimal;
    margin-left: 2.6rem;
}

ul.wp-block-list{
    list-style-type: circle;
    margin-left: 2.6rem;
}

ol.wp-block-list li,
ul.wp-block-list li{
    margin-top: 1rem;
}

.wp-block-button__link{
    width: 26rem !important;
    height: 6.2rem !important;
    font-size: 2rem;
    font-weight: 600;
    margin: auto;
    color: #333;
    background: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-width: 1px !important;
    border-radius: 50vmax;
    position: relative;
    text-decoration: none !important;
}

.wp-block-button__link:hover {
    border-color: #64911d;
    color: #fff;
    background: #64911d;
}

.wp-block-button__link::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.blog_post_body{
    font-size: 1.6rem;
    line-height: 1.85;
    text-align: justify;
}

.wp-block-quote{
    margin: 4rem 0;
    padding: 5% 7%;
    background: rgba(242, 238, 225, 0.3);
}


/* --- ブログ --- */


.blog_category_nav{
    margin-bottom: 6rem;
}

.blog_category_list{
    align-items: center;
}

.blog_category_list_item{
    margin-right: 1.2rem;
}

.blog_category_list_link{
    font-size: 1.6rem;
    font-weight: 600;
    color: #968f77;
    border: 1px solid;
    padding: .5rem 1rem;
}

.blog_category_list_link:hover{
    background: #968f77;
    color: #fff;
}

.blog_list{
    margin: 0 -2%;
}

.blog_item {
    width: calc(100% / 3);
    padding: 0 2% 5rem;
}

.blog_item_img{
    margin-bottom: 2.8rem;
}

.blog_item_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.blog_item_sub{
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

.blog_item_date {
    font-size: 1.3rem;
    color: #777670;
}

.blog_item_cat{
    font-size: 1.3rem;
    font-weight: 600;
    color: #968f77;
    margin-left: 1.2rem;
}

.blog_item_title {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 600;
}

.blog_post_header{
    margin-bottom: 8rem;
}

.blog_post_sub{
    margin-bottom: 3rem;
    align-items: center;
}

.blog_post_date{
    font-size: 1.4rem;
    color: #777670;
}

.blog_post_cat{
    font-size: 1.4rem;
    font-weight: 600;
    color: #968f77;
    margin-left: 1.2rem;
}

.blog_post_title{
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
}

.blog_post_main_img{
    margin-top: 6rem;
}

.blog_post_container{
    margin-bottom: 10rem;
}

.blog_post_footer{
    margin-top: 10rem;
}

.blog_item_tag{
    font-size: 1.6rem;
    line-height: 1.75;
    margin-right: 1.2rem;
}

.blog_item_tag a{
    text-decoration: underline;
}

.blog_post_item_container{
    margin-top: 10rem;
}

.blog_post_item{
    position: relative;
    background: #F2EEE1;
    padding: 4.4rem 3.6rem;
    align-items: center;
}

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

.blog_post_item:not(:first-child) .blog_post_heading{
    display: none;
}

.blog_post_heading{
    position: absolute;
    top: -2.2rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 15.6rem;
}

.blog_post_item_img{
    width: 43%;
}

.blog_post_item_img img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog_post_item_body{
    width: 57%;
    padding-left: 7%;
}

.blog_post_item_name{
    font-size: 1.6rem;
    line-height: 1.5;
}

.blog_post_item_link_container{
    margin-top: 2rem;
    font-size: 1.6rem;
}

.related_post_container{
    border-top: 1px dotted;
    padding-top: 8rem;
}

.related_post_heading{
    font-size: 2.5rem;
    margin-bottom: 4.8rem;
}

.blog_link_all_container{
    margin-top: 4rem;
    text-align: right;
}

.blog_link_all{
    font-size: 1.6rem;
}


/*ページャー（WP-PageNavi）*/

.wp-pagenavi {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 2rem;
    margin: 0 .8rem;
    color: #333333;
    padding: 0 .8rem .8rem;
}

.wp-pagenavi a:hover{
    color: #968f77;
}

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

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

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

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

/* --- 404 --- */

.error_intro_container{
    margin: 10rem 0;
}

.error_intro_title {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
}

.no_article_text{
    font-size: 1.8rem;
    line-height: 1.5;
}

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

PCのみ、中間地点

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

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

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

@media print,
    screen and (max-width: 1090px) and (min-width: 768px) {
        html {
            font-size: 56%;
        }
}

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

スマートフォンのみ

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

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

    .wrapper {
        width: 100%;
        padding-left: 4.8%;
        padding-right: 4.8%;
    }

    .sub_wrapper {
        width: 100%;
    }

    .display_pc {
        display: none !important;
    }

    .is-scroll_prevent {
        height: 100%;
        overflow: hidden;
    }

    /*テキスト*/
    .section_heading {
        font-size: 2rem;
    }

    .section_sub_heading {
        font-size: 1.7rem;
    }

    /* 共通部分
    ----------------------------------------------------*/

    .page_heading {
        text-align: center;
        padding-bottom: 40px;
    }

    .page_not_found {
        text-align: center;
        padding: 100px 0;
        font-size: 1.5rem;
    }

    .information_container{
        font-size: 1.2rem;
        margin-bottom: 0;
    }



    /* ----- メインヘッダー ----- */

    .main_header {
        height: 62px;
        width: 100%;
        z-index: 9999;
    }

    h1.main_logo_container {
        padding: 12px 8px 8px 4.8%;
    }

    div.main_logo_container {
        padding: 10px 12px 10px 4.8%;
    }

    .main_logo_img_top {
        width: 80px;
    }

    .main_logo_img {
        width: 36px;
    }

    .view_cart_button_container {
        position: fixed;
        top: 22px;
        right: 60px;
        transform: none;
    }

    #drawer_button {
        position: fixed;
        top: 16px;
        right: 4%;
        z-index: 9999;
        padding: 8px 2%;
    }


    .information_container + .main_header .view_cart_button_container{
        top: 46px !important;
    }

    .information_container + .main_header #drawer_button{
        top: 40px !important;
    }


    .drawer_button_icon {
        position: relative;
        display: block;
        height: 1px;
        width: 24px;
        background: #111;
        transition: ease .5s;
    }

    .drawer_button_icon:nth-child(1) {
        top: 0;
    }

    .drawer_button_icon:nth-child(2) {
        margin: 5px 0;
    }

    .drawer_button_icon:nth-child(3) {
        top: 0;
    }

    /*OPEN時の動き*/
    .is-opened#drawer_button .drawer_button_icon:nth-child(1) {
        top: 6px;
        transform: rotate(35deg);
    }

    .is-opened#drawer_button .drawer_button_icon:nth-child(2) {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }

    .is-opened#drawer_button .drawer_button_icon:nth-child(3) {
        top: -6px;
        transform: rotate(-35deg);
    }

    .drawer_nav {
        position: fixed;
        z-index: -1;
        top: 0;
        right: -100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        transition: 0.3s ease-in;
        background: #F2EEE1;
        padding-top: 56px;
        padding-bottom: 80px;
        opacity: .7;
    }

    @supports (-webkit-touch-callout: none) {
        .drawer_nav {
            /* Safari用のハック */
            height: -webkit-fill-available;
        }
    }

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

    .is-opened#drawer_button ~ .drawer_nav {
        z-index: 1000;
        right: 0;
        opacity: 1;
    }

    .drawer_nav .wrapper {
        padding-left: 10%;
        padding-right: 10%;
    }

    .drawer_list_container {
        border-bottom: 1px dotted;
    }

    .drawer_heading {
        padding: 20px 0;
        font-size: 1.7rem;
        font-weight: 600;
        position: relative;
    }

    .drawer_heading.js-accordion::after {
        border-left: 1px solid;
        border-top: 1px solid;
        width: 6px !important;
        height: 6px !important;
        content: "";
        display: block;
        transition: 0.3s ease-out;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto;
        position: absolute;
        transform: rotate(135deg);
    }

    .is-opened.drawer_heading.js-accordion::after {
        transform: rotate(225deg);
    }

    .drawer_list {
        padding: 4px 0 20px;
    }

    .accordion_list {
        display: none;
    }

    .drawer_list_item + .drawer_list_item {
        padding-top: 20px;
    }

    .drawer_list_link {
        font-size: 1.5rem;
    }

    .search_input {
        font-size: 1.3rem;
    }

    .search_submit {
        font-size: 1.4rem;
        margin-top: 12px;
        margin-left: auto;
        display: block;
        padding-right: 0;
    }

    .drawer_cart_button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 52px;
        line-height: 52px;
        font-size: 1.5rem;
        border: 1px solid;
        margin: 32px 0 36px;
    }

    .drawer_cart_button_icon {
        margin-right: 6px;
    }

    .drawer_sub_nav_container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: center;
    }

    .drawer_sub_nav_item + .drawer_sub_nav_item {
        padding-top: 20px;
    }

    .drawer_sub_nav_link {
        font-size: 1.4rem;
    }


    /* ----- メインフッター ----- */

    .main_footer {
        background: #F2EEE1;
        padding: 52px 0 40px;
    }

    .main_footer_inner + .main_footer_inner {
        padding-top: 40px;
    }

    .main_footer_nav_container {
        width: 100%;
    }

    .main_footer_nav_container + .main_footer_nav_container {
        padding-top: 40px;
    }

    .main_footer_nav_heading {
        font-size: 1.6rem;
        font-weight: 600;
        border-bottom: 1px solid;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }

    .main_footer_nav_item + .main_footer_nav_item {
        padding-top: 16px;
    }

    .main_footer_nav_link {
        font-size: 1.3rem;
    }

    .main_footer_nav_link_icon_mail {
        margin-right: 12px;
    }


    .main_footer_contact_text {
        font-size: 1.2rem;
        padding-top: 24px;
    }

    .main_footer_sns_container {
        padding-top: 8px;
        padding-bottom: 32px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main_footer_sns_icon {
        width: 22px;
        height: 22px;
        margin-right: 4px;
    }

    .main_footer_sns_link {
        padding-right: 0;
        display: block;
        width: auto;
    }

    .main_footer_sns_link + .main_footer_sns_link {
        padding-left: 16px;
    }

    .main_footer_sns_link span {
        font-size: 1.6rem;
    }

    .main_footer_company_link{
        width: 60%;
        margin: auto;
    }

    .main_footer_sub_nav_container {
        width: 100%;
        padding-bottom: 40px;
    }

    .main_footer_sub_nav_list {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main_footer_sub_nav_list + .main_footer_sub_nav_list {
        padding-top: 16px;
    }

    .main_footer_sub_nav_item + .main_footer_sub_nav_item {
        margin-left: 14px;
    }

    .main_footer_sub_nav_item + .main_footer_sub_nav_item::before {
        content: '';
        padding: 0;
        display: none;
    }

    .main_footer_sub_nav_item {
        display: block;
        width: auto;
    }

    .main_footer_copyright {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main_footer_illustration {
        width: 200px;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: auto;
    }

    .main_footer_copyright small {
        font-size: 1.2rem;
    }


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

    .main_container {
        padding-top: 24px;
        padding-bottom: 50px;
    }

    .page_heading {
        font-size: 2.6rem;
        padding-bottom: 4rem;
    }

    /* 下層ページ
    ----------------------------------------------------*/

    /* --- 固定ページ --- */

    .page_main_header{
        margin-bottom: 6rem;
    }

    .page_main_heading{
        font-size: 2.2rem;
        margin-bottom: 2.8rem;
    }

    .page_main_slider,
    .page_main_img{
        margin: 0 calc(50% - 50vw) 6rem;
    }

    .page_main_slider img,
    .page_main_img img{
        border-radius: 0;
        aspect-ratio: 1166 / 600;
        object-fit: cover;
    }

    .dots-wrap {
        bottom: 1.6rem;
    }

    .dots-wrap li {
        width: .7rem;
        height: .7rem;
        margin: 0 .4rem;
    }

    .page_sub_wrapper{
        width: 100%;
        min-width: 0;
    }

    .page_main_container section + section{
        margin-top: 8rem;
    }

    .page_main_container h2 {
        font-size: 2.2rem;
        margin-bottom: 3.6rem;
    }

    .post_body * + * {
        margin-top: 2.4rem;
    }

    .post_body figure{
        margin-top: 3.6rem;
        margin-bottom: 3.6rem;
    }

    .blog_post_body h2{
        font-size: 1.9rem;
        margin-top: 6rem;
        margin-bottom: 3rem;
    }

    .post_body h3 {
        font-size: 1.7rem;
        margin-top: 3.6rem;
    }

    .post_body hr.wp-block-separator{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .wp-block-image :where(figcaption){
        margin-top: 1rem !important;
    }

    ol.wp-block-list{
        margin-left: 2rem;
    }

    ul.wp-block-list{
        margin-left: 2rem;
    }

    .wp-block-button__link{
        width: 21.6rem !important;
        height: 5.5rem !important;
        font-size: 1.7rem;
    }

    .wp-block-button__link::after {
        width: 7px;
        height: 7px;
    }
    
    :where(.wp-block-columns.is-layout-flex){
        gap: 0;
    }
    
    .wp-block-columns{
        margin-top: 3.6rem;
        margin-bottom: 3.6rem;
    }
    
    .wp-block-column figure{
        margin: 0 !important;
    }

    .blog_post_body{
        font-size: 1.4rem;
    }
    
    .blog_post_footer {
        margin-top: 8rem;
    }


    /* --- ブログ --- */

    .blog_category_nav{
        margin-bottom: 4rem;
    }

    .blog_category_list_item{
        margin-right: 1rem;
    }

    .blog_category_list_link{
        font-size: 1.4rem;
        padding: .5rem .7rem;
    }

    .blog_list{
        margin: 0 ;
    }

    .blog_item {
        width: 100%;
        padding: 0 0 3.6rem;
    }

    .blog_item_title {
        font-size: 1.8rem;
        margin-top: 1.2rem;
    }

    .blog_item_sub{
        margin-top: 2.2rem;
    }

    .blog_item_date {
        font-size: 1.3rem;
    }

    .blog_item_cat{
        font-size: 1.3rem;
        margin-left: .8rem;
    }

    .blog_item_text{
        margin-top: 1.6rem;
    }

    .blog_post_header{
        margin-bottom: 4rem;
    }

    .blog_post_sub{
        margin-bottom: 1.6rem;
    }

    .blog_post_date{
        font-size: 1.3rem;
        color: #777670;
    }

    .blog_post_cat{
        font-size: 1.3rem;
        margin-left: 1rem;
    }
    
    .blog_post_title{
        font-size: 2rem;
    }
    
    .blog_post_main_img {
        margin-top: 3rem;
    }
    
    .blog_post_container{
        margin-top: 0;
        margin-bottom: 6rem;
    }

    .blog_item_tag{
        font-size: 1.4rem;
        margin-right: 1rem;
    }
    

    .blog_post_item{
        padding: 3.2rem 2.4rem 4rem;
    }

    .blog_post_item + .blog_post_item{
        margin-top: 2.8rem;
    }

    .blog_post_heading{
        top: -1.8rem;
        width: 13rem;
    }

    .blog_post_item_img{
        width: 100%;
        margin-bottom: 2.4rem;
    }

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

    .blog_post_item_name{
        font-size: 1.5rem;
    }

    .blog_post_item_link_container{
        margin-top: 1.6rem;
        font-size: 1.4rem;
    }

    .related_post_container{
        padding-top: 4rem;
    }

    .related_post_heading{
        font-size: 2.1rem;
        margin-bottom: 4rem;
    }

    .blog_link_all_container{
        margin-top: 0;
    }

    .blog_link_all{
        font-size: 1.4rem;
    }

    /*ページャー（WP-PageNavi）*/

    .wp-pagenavi {
        margin-top: 3rem;
    }

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

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

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

    /* --- 404 --- */

    .error_intro_container{
        margin: 8rem 0;
    }

    .error_intro_title {
        font-size: 2.6rem;
    }

    .no_article_text{
        font-size: 1.6rem;
    }

}

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