/** Shopify CDN: Minification failed

Line 737:30 Unexpected "{"
Line 765:2 "adding-bottom" is not a known CSS property
Line 2198:6 Expected ":"
Line 2221:6 Expected ":"
Line 2265:0 Unexpected "}"
Line 2802:52 Expected identifier but found whitespace

**/
@font-face {
  font-family: "Noto Serif JP";
  src: url("/cdn/shop/files/NotoSerifJP-Light.woff?v=1702877271") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* bold */
@font-face {
  font-family: "Noto Serif JP";
  src: url("/cdn/shop/files/NotoSerifJP-Medium.woff?v=1702877284") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.sp{display:none !important;}
@media screen and (max-width: 768px){
  .sp{display:inline-block !important;}
  .pc{display:none !important;}
}

body{
    opacity:0;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
.gpo-app .gpo-label, .gpo-app .gpo-label span.label-content, .gpo-app .gpo-label span.addOn, .gpo-app .gpo-label.required span.label-content::after,
input, textarea{
    font-family: 'Noto Serif JP', serif;
}
*:focus-visible {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}
.rte table {
    width: 100%;
}
@media screen and (min-width: 750px){
  body {
    font-size: 1.5rem;
  }
}
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
    color: rgba(var(--color-foreground),1);
}
body.onload {
    opacity: 1;
}
body:not(.index) #MainContent{
  padding-bottom:120px;
  padding-top:85px;
  width:100%;
  max-width:1600px;
  margin: 0 auto;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a{
  color:#333;
}
.recently-viewed .evm_wiser_heading,
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
  font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
a{
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
body .button, body .button-label, body .shopify-challenge__button,
body .customer button {
    box-shadow: none;
    border: none;
    font-size: 15px;
    line-height: 1;
    padding: 20px 12px 22px;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before,
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
  display:none;
}

body .gpo-app {
    background: transparent !important;
}

/* 共通 */
div.block-aw {
    max-width: 480px;
    width: 100%;
}
div.block-aw p.tit {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2;
  font-weight: 400;
}
div.block-aw table {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-collapse: collapse;
  width: 100%;
}
div.block-aw table tr td,
div.block-aw table tr th{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
    font-size: 15px;
}
div.block-aw table tr td {
    text-align: center;
}
div.block-aw table tr th {
    background: #f8f8f8;
    font-weight: 400;
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
}

body .slideshow__controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    z-index: 2;
}
body .slider-button{display:none;}
body .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff;
}
body .slider-counter__link--dots .dot {
    border: 0.1rem solid #fff;
}

@media screen and (max-width: 980px){
  .js body .menu-drawer__menu li {
    margin-bottom: 0;
  }
  /* ハンバーガーメニュー */
  body .menu-ac .menu-drawer__inner-submenu {
    padding-bottom: 0;
  }
  .menu-ac {
    margin: 0;
    margin-left:1.6rem;
    border-bottom: 1px solid #eee;
  }
  .menu-ac .menu-ac{
    margin-left:1.2rem;
  }
  .menu-drawer__menu.list-menu li:last-child .menu-ac {
    border-bottom: none;
  }
  .menu-drawer__navigation-container .menu-drawer__navigation > ul > li:last-child .menu-ac {
    border-bottom: 1px solid #eee;
  }
  .menu-drawer__menu .menu-drawer__menu .list-menu-last{
    padding-bottom:1.2rem;
  }
  .menu-ac {
    margin-left:1.6rem;
  }
  .menu-ac dt {
    position: relative;
    padding: 1.2rem 3.2rem 1.2rem 0;
  }
  .menu-ac dt .icon {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
      transition: .3s ease;
  }
  .menu-ac dt.open .icon {
    transform: rotate(180deg);
    margin-top: -0.4rem;
  }
  .menu-ac dd {
    display: none;
    margin-left:0;
 }
  
  div.block-aw table tr td, div.block-aw table tr th {
    padding: 15px;
    font-size: 14px;
  }
  div.block-aw table tr th {
    width: 160px;
  }
}
body .rte img {
    border: none;
    box-shadow: none;
}
body .cart__note .field__input {
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0;
}
body .cart__note label {
    display: block;
    line-height: 1.5;
    height: 4.5rem;
    top: -4.5rem;
}
body .cart__note label span{
    display: block;
}


/* header */
#shopify-section-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.header__icon .icon {
    height: 2.5rem;
    width: 2.5rem;
}
.header__icon .icon path{
    fill: #fff;
}
body .menu-drawer {
    top: 0;
}
.menu-drawer__menu li .menu-drawer__menu-item{
    margin: 0;
}
.header__icon--menu[aria-expanded=true]:before {
    top: 0;
    height: 100vh;
}
.js body .menu-drawer {
    height: 100vh;
}
body .menu-drawer__navigation {
    padding: 2rem 0 10rem;
}
body .menu-drawer__inner-submenu {
    padding-bottom: 16vh;
}
body .header-wrapper header.page-width {
    padding: 0.4rem 2rem;
}
header.header{
    grid-template-areas:
        "heading icons"
        "navigation navigation";
    grid-template-columns: 1fr auto;
    align-items: start;
}
/*
body.collection.tit-noimg .header__heading-logo,
body.search .header__heading-logo,
body.nf .header__heading-logo,
body.page.how_to_order .header__heading-logo,
body.page.faq .header__heading-logo,
body.page.contact .header__heading-logo,
body.page.contact-corp .header__heading-logo,
body.page.contact-ec .header__heading-logo,
body.page.shipping_handling .header__heading-logo,
body.page.noshi .header__heading-logo,
body.page.jrkyotoisetan-store-page .header__heading-logo,
body.page.delivery-freeze .header__heading-logo,
body.page.delivery-cool .header__heading-logo,
body.page.delivery-difficulty .header__heading-logo,
body.payment_method .header__heading-logo,
body.user_guide .header__heading-logo,
body.store_list .header__heading-logo,
body.cart .header__heading-logo,
body.addresses .header__heading-logo,
body.c_news .header__heading-logo,
body.news .header__heading-logo,
body.register .header__heading-logo,
body.login .header__heading-logo,
.product .header__heading-logo,
.account .header__heading-logo,
.color .header__heading-logo {
    filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
*/
.menu-drawer-container .header__icon .icon path,
body.collection.tit-noimg #Details-menu-drawer-container .header__icon .icon path,
body.search #Details-menu-drawer-container .header__icon .icon path,
body.nf #Details-menu-drawer-container .header__icon .icon path,
body.page.how_to_order #Details-menu-drawer-container .header__icon .icon path,
body.page.faq #Details-menu-drawer-container .header__icon .icon path,
body.page.contact #Details-menu-drawer-container .header__icon .icon path,
body.page.contact-corp #Details-menu-drawer-container .header__icon .icon path,
body.page.contact-ec #Details-menu-drawer-container .header__icon .icon path,
body.page.shipping_handling #Details-menu-drawer-container .header__icon .icon path,
body.page.noshi #Details-menu-drawer-container .header__icon .icon path,
body.page.jrkyotoisetan-store-page #Details-menu-drawer-container .header__icon .icon path,
body.page.delivery-freeze #Details-menu-drawer-container .header__icon .icon path,
body.page.delivery-cool #Details-menu-drawer-container .header__icon .icon path,
body.page.delivery-difficulty #Details-menu-drawer-container .header__icon .icon path,
body.payment_method #Details-menu-drawer-container .header__icon .icon path,
body.user_guide #Details-menu-drawer-container .header__icon .icon path,
body.store_list #Details-menu-drawer-container .header__icon .icon path,
body.cart #Details-menu-drawer-container .header__icon .icon path,
body.addresses #Details-menu-drawer-container .header__icon .icon path,
body.c_news #Details-menu-drawer-container .header__icon .icon path,
body.news #Details-menu-drawer-container .header__icon .icon path,
body.register #Details-menu-drawer-container .header__icon .icon path,
body.login #Details-menu-drawer-container .header__icon .icon path,
.product #Details-menu-drawer-container .header__icon .icon path,
.account #Details-menu-drawer-container .header__icon .icon path,
.color #Details-menu-drawer-container .header__icon .icon path {
    fill: #717070;
}

body.index div.blog{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
body header.page-width,
body.index .page-width {
    max-width: 100vw;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0;
}
body.index .multicolumn-card-spacing {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 990px){
  body.index .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 0.5rem * 2 / 3);
    max-width: calc(33.33% - 0.5rem * 2 / 3);
  }
}
@media screen and (min-width: 750px){
  body.index .grid {
    column-gap: 0.5rem;
  }
}
.evm-wiser-owl-carousel .owl-stage {
    min-width: 100%;
}
body.index .shopify-section.section.iwt{
    padding: 0 0 240px;
}
body.index section.section {
    padding: 0 0 300px;
}
body.index .shopify-section section .blog{padding-top: 300px;}
body.index .shopify-section.section.iwt .image-with-text__grid{
    align-items: center;
}
body.index .shopify-section.section.iwt .image-with-text__grid h2.image-with-text__heading  {
    text-align: center;
    writing-mode: vertical-lr;
    width: 100%;
    margin: 0;
    letter-spacing: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
    font-size: 18px;
}
.header-wrapper--border-bottom {
    border-bottom: none;
}
/*
body {
    background: #FBF7ED;
    padding-bottom: 175px;
    margin: -100px 0 200px;
}
*/
body .ws-card__price.evm-no-compare-price,
body .evm-ws-add-to-cart-popup-outer{
    display: none;
}
body .ws-card__title {
    letter-spacing: 2px;
    font-size: 16px!important;
    margin-top: 12px!important;
    text-align: left !important;
}
body .evm-wscontainer {
    max-width: 100%;
    padding: 0;
}

body #presets4 .evm-ws-card {
    margin: 0 0 25px;
}
body #presets4 .ws-card__header-link {
    padding: 0;
}
body #presets4 .owl-item .ws-box-wrapper {
    padding: 0;
}
/* 最近見た商品 */
body.index .recently-viewed {
    background: #FBF7E9;
    padding: 60px 0.5rem 240px;
    margin: 0 -0.5rem 240px;
}
.evm-new-arrivals-product .evm_wiser_heading,
.recently-viewed .evm_wiser_heading {
    font-size: 28px!important;
    text-align: center!important;
    padding: 180px 0;
    letter-spacing: .5em;
    color: #333!important;
    margin: 0;
}
body #presets4 .ws-card__title {
    font-weight: 300;
}

.recently-viewed p.evm_wiser_heading {
        margin: 0 auto;
    padding-left: 0.5em;
}
body .evm-wiser-owl-carousel .owl-stage > .owl-item {
    padding-left: 0.5rem;
}
body.cart .evm-wiser-owl-carousel .owl-stage {
    margin-left: -0.5rem;
}
.recently-viewed .owl-nav {
    display: none;
}
@media screen and (max-width: 767px){
  body .evm-wiser-owl-carousel .owl-stage>.owl-item {
    width: 42vw !important;
  }
  body.cart .evm-wiser-owl-carousel .owl-stage-outer {
    margin-right: -1.5rem;
  }
  body .circle-divider, body .article-card__info {
    font-size: 13px;
  }
}
#MainContent h1, #MainContent .h1 {
    font-size: 28px;
    text-align: center;
    /*margin: 0 auto 180px!important;*/
    margin: 0 auto 180px auto;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}
body.page #MainContent h1, body.page #MainContent .h1 {
    padding-left: 0;
}

.title, .title-wrapper-with-link {
    margin: 0;
}
.index .list-top.multicolumn .multicolumn-card__info,
.index .list-top.multicolumn .multicolumn-card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    padding: 2.2rem 2.5rem;
}
.index .list-top.multicolumn .multicolumn-card__info h3,
.index .list-top.multicolumn .multicolumn-card__info h3{
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}
.evm-wscontainer {
    width: 100%;
    max-width: 100vw;
    padding: 0;
}
body.page.store_list .blog,
body.blog.news .blog-articles ,
body.blog.c_news .blog-articles ,
body.index .blog .page-width-desktop {
    max-width: 800px;
    padding: 0;
}

body.page.store_list .blog {
    margin: 0 auto;
}
body.page.store_list .blog  .page-width-desktop {
    max-width: 100%;
    padding: 0;
}
body.page.store_list .blog .grid {
    row-gap: 0;
}
body.page.store_list .blog__posts,
body.blog.news .blog-articles ,
body.blog.c_news .blog-articles ,
body.index .blog__posts.articles-wrapper {
    margin-top: 0;
    border-top: 1px solid #dddddd;
    padding: 0 0 60px;
}
body.page.store_list .blog__posts.articles-wrapper .article,
body.blog.news .blog-articles .blog-articles__article.article,
body.blog.c_news .blog-articles .blog-articles__article.article,
body.index .blog__posts.articles-wrapper .article {
    border-bottom: 1px solid #dddddd;
}
.blog__view-all a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 0 3px 2px 2px;
    letter-spacing: 1px;
}
body.index .blog__view-all a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 0 3px 2px 2px;
    letter-spacing: 1px;
}
body.blog.news .article-card .card__heading,
body.blog.c_news .article-card .card__heading,
body.index .article-card .card__heading{
letter-spacing: 1px;
}
body.blog.news .blog-articles,
body.blog.c_news .blog-articles {
    margin: 0 auto;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
}
body.blog.news .blog-articles .card__content ,
body.blog.c_news .blog-articles .card__content {
    padding: 0;
}
body.blog.news .blog-articles .article-card .card__information,
body.blog.c_news .blog-articles .article-card .card__information {
    padding: 0 !important;
}
/*
.card--standard>.card__content .card__information h3 a:before {
    outline-offset: 0.3rem;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  height:75%;
}
.card--standard>.card__content .card__information h3 a:after {
    outline-offset: 0.3rem;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    height: 18%;
    top: auto;
}
*/
div[class*="preorder-container"] + .card__content {
  display:none;
}
div[class*="preorder-container"] .preorder-badge.rectangle  {
    background: rgba(60,60,60,.9)!important;
    top: auto;
    left: 15px;
    bottom: 15px;
    font-size: 12px;
    padding: 4px 5px 6px 6px;
    width: 104px;
    letter-spacing: 2px;
}
body.account a[class*="preorder-container"] {
    position: relative;
}
body.account .preorder-badge.rectangle {
    background: rgba(60,60,60,.9)!important;
    top: calc(13vw - 37px);
    left: 10px;
    bottom: 15px;
    font-size: 11px;
    padding: 3px 4px 0 6px;
    width: 94px;
    letter-spacing: 2px;
    height: 27px;
}
@media screen and (min-width: 769px){
  .blog__view-all a:hover {
     opacity: 0.6;
    border: none;
  }
}
@media screen and (max-width: 768px){
  body.account .preorder-badge.rectangle {
    top: calc(30.5vw - 37px);
  }
}
body.page.store_list #MainContent .blog .h1,
#MainContent .blog .h1 {
    margin: 0 auto 80px!important;
}
.grid--1-col-desktop .article-card .card__content {
    padding: 0;
}
body .circle-divider,
body .article-card__info {
    padding: 0;
    font-size: 14px;
}
body.blog.news .blog-articles .article-card .card__information .full-unstyled-link,
body.blog.c_news .blog-articles .article-card .card__information .full-unstyled-link,
.blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
    padding:30px 0 !important;
    text-align: left;
}
body .article-template__hero-container {
    max-width: 100vw;
    margin: 0 auto;
}
body.article .circle-divider{
    display: inherit;
    max-width: 72.6rem;
    margin: 0 auto;
    text-transform: inherit;
}
.article-card .card__heading {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
}
.full-unstyled-link {
    text-decoration: none !important;
}
body.article .circle-divider a{
    color: #333;
    text-decoration: none;
    margin-left: 10px;
}
body.article .circle-divider time + span a {
    margin-left: 2px;
}
body.article .circle-divider time + span::before{
  content:"｜";
}
body.article p.taggedlink {
    text-align: center;
    letter-spacing: 1px;
}
body.article p.taggedlink a{
    color: #333;
    text-underline-offset: 0.3rem;
}
@media screen and (max-width: 767px){
  body .circle-divider, body .article-card__info {
    font-size: 13px;
  }
  body .article-template header {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.article .article-template header.page-width {
    padding: 0;
  }
  body.article #MainContent h1.article-template__title {
    margin: 7rem auto 6rem !important;
letter-spacing: 0.2em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    line-height: 1.5;
  }
  body.article .circle-divider{
    padding: 0 1.5rem;
  }
  body.article .article-template__link {
    font-size: 1.4rem;
  }
  body.page.store_list .blog{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bag-link {
    font-size: 1.4rem;
    margin: 0 0 2rem;
}
.bag-link a {
    color: rgba(var(--color-link),var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
}

body.page.user_guide .list-top .page-width a:hover,
body.noshi .menu-list a:hover, body.dlyOn #popup-delivery div .btn-close:hover,
body.product .swym-add-to-wishlist:hover, body.blog.news .underline-links-hover a.post__tags__tag:hover,
body .button:hover, body .button-label:hover, body .shopify-challenge__button:hover,
body .customer button:hover, table.address tr td a:hover, body.ocha-detail .buttons a:hover,
dl.contact-link a:hover{
  opacity:0.6;
}
.button-nf,
div.btn-close, body.cart #cart-attribute__field ul li a,
body.noshi .menu-list a, body.article p.taggedlink a,
body.blog.news .underline-links-hover a.post__tags__tag,
.underlined-link, .customer a,{
      -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
.button-nf:hover, .bag-link a:hover, ul.blog-tags-list li a:hover,
body.page.store-info .buttons a:hover, body.cart #cart-attribute__field ul li a:hover,
body.page.store_list .store-menu a:hover, body.page.store_list .buttons a:hover,
body.page.cha_list .image-with-text__text-item .buttons a:hover,
body.page .rich-text__wrapper .btn-link-box .btn-link:hover,
.underlined-link:hover, .customer a:hover,
.text p a:hover, body.article p.taggedlink a:hover,
body .rte a:hover,
body.index .blog__view-all a:hover,
.footer-block__details-content　li a:hover,
.full-unstyled-link:hover {
  opacity:0.6;
  border:none;
text-decoration-thickness: 0;
text-decoration: none;
}


@media screen and (max-width: 749px){
  body .slider.slider--mobile {
    margin-bottom: 0;
  }
  body .slider.slider--mobile .slider__slide {
    padding-top: 0;
  adding-bottom: 0;
  }
  h1, .h1 {
    font-size: 20px;
  }
}
.product__title + .no-js-hidden > div{
    display: inline-block;
}

.ac {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 40px;
}
body.product.subscription-checked .ac {
    display: none;
}
.ac dt {
    position: relative;
    padding: 16px 40px 16px 0;
    cursor: pointer;
}
.ac dt::before, .ac dt::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 11px;
    height: 1px;
    background-color: currentColor;
    transition: .3s ease;
    transition-property: transform,opacity;
}
.ac dt::before {
    transform: rotate(-90deg);
}
.ac dt.open::before {
    transform: rotate(90deg);
    opacity: 0;
}
.ac dt.open::after {
    transform: rotate(180deg);
}
.ac dd {
    margin-left: 0;
    display: none;
}
.product__description-add {
    margin: 0;
}
.product__description-add .ac {
    border: 0.1rem solid rgba(var(--color-foreground),.2);
margin: 0;
  font-size: 1.4rem;
}
.product__description-add .ac + .ac{
  border-top:none;
}
.product__description-add dl.ac:first-of-type {
margin: 20px 0 0;
}
.product__description-add dl.ac:last-of-type {
margin: 0 0 40px;
}
.product__description-add .ac dt{
    padding-left: 1.2rem;
}
.product__description-add .ac dd{
    padding:0 1.2rem 1.2rem;
}
/*
.product__description table tr td{
    width: 100px !important;
}
.product__description table tr td + td{
    width: calc(100% - 100px) !important;
}
*/
.product__description table tr td:first-child{
    width: 100px !important;
}
#presets4 .ws-card__title {
    color: #333 !important;
}
#MainContent .image-with-text .h1  {
    padding-bottom: 3rem;
}

/* 商品詳細 */
.product .collection {
    background: #FFFEF8;
}
.section-template--16577505427669__main-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100%;
    padding: 0;
}
body.collection,
body.product  {
    background: rgb(255 254 248);
}
body.index .blog .slider-buttons.no-js-hidden{display:none;}



/* 関連記事 */
.product .related_product_articles_header,
.product .related_product_articles_slider {
    margin-top: 0;
    margin-bottom: 0;
}
.product .related_product_articles_slider {
    margin-bottom: 200px;
}
.related_product_articles_header h3{
    font-size: 28px;
    text-align: center;
    padding: 180px 0;
    letter-spacing: .5em;
    color: #333;
    margin: 0;
}
.related_product_articles_slider .pb_image_wrapper a {
    border: 0px;
    display: block;
    line-height: 0;
}
.related_product_articles_slider .pb_image_wrapper a img{
    position: relative;
}
.related_product_articles_slider .pb-text-excerpt,
.related_product_articles_slider .pb_image_wrapper:after {
    display: none;
}
.related_product_articles_slider .pb-text-title {
    line-height: 1.5;
    font-size: 15px;
text-align: left;
}
.related_product_articles_slider owl-item .pb-text-wrapper {
    margin-top: 0;
}
@media screen and (min-width: 749px){
  .section.slideshow-top + .shopify-section.section + .shopify-section.section .list-top.multicolumn .multicolumn-list {
    white-space: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
}
@media screen and (max-width: 990px){
  body.page.store_list .blog__posts,
  body.index .blog__posts.articles-wrapper {
    display: block;
    margin: 0;
    padding: 0 0 5vh;
  }
  body.index .blog .blog__posts > li {
    width: 100% !important;
    max-width: 100%;
  }
  .blog-link {
    margin-bottom: 0;
    text-align: center;
  }
  body.index .grid--peek.slider:after{display:none;}
  body.page.store_list .blog__posts.articles-wrapper .article,
  body.index .blog__posts.articles-wrapper li{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
  body .article-card__info {
    padding-top: 0;
  }
  body .article-card .card__heading {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px){
    ul.blog-tags-list {
    margin: 0 auto 5rem;
  }
  .product__description-add dl.ac:last-of-type {
    margin: 0;
  }
  /* 関連記事 */
.related_product_articles_header h3{
    padding: 12vh 0 7vh;
  font-size: 20px;
  }
}
@media screen and (max-width: 749px){
  header.header {
    width: 100vw;
    margin: 0;
  }
  body .product__media-list .product__media-item {
    width: 100vw;
  }
  .section-template--16577505427669__main-padding .grid {
    column-gap: 0;
    row-gap: 0;
  }
  .section-template--16577505427669__main-padding .global-media-settings {
    border: none;
  }
  body .product__media-icon{display:none;}
  .grid__item.product__media-wrapper + .product__info-wrapper.grid__item{
    padding: 0 1.5rem;
  }
  body .banner--mobile-bottom .slideshow__text-wrapper,
  body .slideshow__media.banner__media.media::before{
    display: none !important;
  }
  body .slideshow__media.banner__media.media img{
      position: static;
  }
  body.index .shopify-section.section.iwt,
  body.index section.section {
    padding: 0 0 30vh;
  }
  body.index .shopify-section.section.iwt{
    font-size: 17px;
  }
  #MainContent h1, #MainContent .h1 {
    font-size: 20px;
    margin: 0 auto 10vh!important;
  }
  .index .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, 
  .index .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: 100%;
    margin: 0;
  }
  body.index .list-top .page-width {
    padding-right: 0;
    padding-left: 0;
  }
  body.index .list-top .slider.slider--mobile {
    scroll-padding-left: 0;
    column-gap: 0;
  }

  .index .list-top.multicolumn  .multicolumn-card__info, 
  .index .list-top.multicolumn  .multicolumn-card__info {
    padding: 2.2rem 2.2rem 3rem;
  }
  .index .list-top.multicolumn  .multicolumn-card__info h3, 
  .index .list-top.multicolumn  .multicolumn-card__info h3 {
    font-size: 15px;
  }
  .slider-buttons.no-js-hidden {
    margin-top: -36px;
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: 0.8;
  }
  .slider-buttons.no-js-hidden .slider-button {
    color: #fff;
    height: 36px;
  }
  .slider-buttons.no-js-hidden .slider-button[disabled] .icon{color: #fff;opacity: 0.5;}
  .slider-buttons.no-js-hidden .slider-button:not([disabled]):hover{color: #fff;}
  .slider-counter.caption span {
    margin: 0 2px;
  }
/* 最近見た商品 */
  body.index .recently-viewed {
    padding: 0 0 10vh;
    margin: -20vh -0.5rem 30vh;
}
  .recently-viewed .evm_wiser_heading {
    font-size: 20px!important;
    text-align: center!important;
    padding: 12vh 0 8vh;
  }
  #presets4 .ws-card__title {
    font-size: 14px !important;
    margin-top: 8px !important;
    line-height: 1.5;
  }
  .iwt .image-with-text__text-item,
  .iwt .image-with-text__media-item {
    width: calc(50vw - 0.5rem);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .iwt .image-with-text__media-item .image-with-text__media {
    padding-bottom: 0!important;
    line-height: 0;
  }
  .iwt .image-with-text__media-item .image-with-text__media img.sp{
    position: static;
  }

  .iwt .image-with-text__grid.ph-right .image-with-text__text-item{
    order: 1;
  }
  .iwt .image-with-text__grid.ph-right .image-with-text__media-item {
    order: 2;
  }
}


/* footer */
footer.footer {
    background: #F8F8F8;
}
.footer {
    margin: 0 !important;
    padding: 120px 5vw 20px !important;
}
body .footer ,
body .footer__content-bottom{
    border-top: none;
}
footer.footer .page-width {
    padding-right: 0;
    padding-left: 0;
}
.footer-block__details-content .list-menu__item--link {
    letter-spacing: 1px;
}
.footer-block .footer__list-social.list-social:only-child {
    justify-content: left;
}
.list-social__item .icon {
    height: 2rem;
    width: 2rem;
}
.footer-block .list-social__link {
    margin: 1.3rem 1.3rem 1.3rem 0;
    padding: 0;
}
.footer-block__details-content　li a{
    text-decoration: none;
}
footer .footer-block__details-content .list-menu__item--active {
    color: rgba(var(--color-foreground),.75);
  text-decoration: none;
}
footer .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.1rem;
}

dl.tel {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    max-width: 340px;
}
dl.tel dd, dl.tel dt {
    padding: 8px 15px;
    font-size: 13px;
    width: 100%;
}
dl.tel dd {
    margin: 5px 0 0;
    border-top: 1px solid;
    padding-top: 14px;
}
dl.tel dd.fax span + span,
dl.tel dd p,
dl.tel dt p{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
    line-height: 1.2;
}
dl.tel dd i,
dl.tel dd a,
dl.tel dt i {
    font-style: normal;
    font-size: 12px;
}
dl.tel dd i,
dl.tel dd span,
dl.tel dt i,dl.tel dd a,
dl.tel dt span{
    color: #333;
}

.footer-block--newsletter {
    display: flex;
    margin-top: 6rem;
}
.footer__blocks-wrapper .footer-block.grid__item:last-of-type {
    width: 100%;
    text-align: center;
}
.logo-footer a {
    display: inline-block;
    line-height: 0;
    width: 360px;
    margin: 10px 0 35px;
}
body.index .shopify-section.section + .shopify-section.section.slideshow-top {
    padding: 0;
}
body.index .shopify-section.section + .shopify-section.section.slideshow-top .slider.slider--everywhere .slider__slide {
    line-height: 0;
}
p.trademark {
    font-size: 12px;
    text-align: right;
    color: rgba(var(--color-foreground),1);
    margin-top: -18px;
}
p.trademark span.mrt {
    display: inline-block;
    width: 24px;
    line-height: 0;
    margin: 0 2px;
    vertical-align: -7px;
}
p.trademark span.mrt img{
    width: 100%;
}
@media screen and (max-width: 768px){  
  .footer__column.footer__localization form {
    display: flex;
  }
  .footer__column.footer__localization {
  padding: 0;
 }
  .footer__column.footer__localization form .no-js-hidden{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  p.trademark {
    margin-top: 30px;
  }
}
@media screen and (max-width: 749px){  
  .footer {
    padding: 8.6vh 1.5rem 26px!important;
  }
  body .footer .grid {
    display: flex;
    column-gap: 0;
    row-gap: 0;
  }
  body .footer-block.grid__item {
    padding: 0;
    margin: 0 0 2.5vh;
    width: 50%;
  }
  body .footer-block.grid__item:last-of-type {
    margin: 0;
  }
  dl.tel {
    align-items: flex-start;
    max-width: 100%;
  }
    dl.tel dd, dl.tel dt {
    padding: 0 1.5rem 0 0;
    width: 50%;
    font-size: 11px;
  }
  dl.tel dt {
      border-right: 1px solid;
  }
  dl.tel dd {
    margin: 0;
    padding: 0 0 0 1.5rem;
    border-top: none;
  }
  dl.tel dd p, dl.tel dt p {
    font-size:21px !important;
    margin: 3px 0;
  }
  dl.tel dd i, dl.tel dd a, dl.tel dt i {
    font-size: 10px;
  }
  .footer__blocks-wrapper .footer-block.grid__item:nth-of-type(3){
    order: 4;
    display: inherit;
  }
  .footer__blocks-wrapper .footer-block.grid__item:last-of-type {
    order: 3;
    display: inherit;
  }
  .footer__blocks-wrapper .footer-block.grid__item:nth-of-type(1) {
    padding: 0 5px 0 0;
  }
  .footer__blocks-wrapper .footer-block.grid__item:nth-of-type(1) {
    padding: 0 0 0 5px;
  }
  .footer__blocks-wrapper .footer-block.grid__item:nth-of-type(3)  .html,
  .footer__blocks-wrapper .footer-block.grid__item:last-of-type .html{
    width: 100%;
  }
  .logo-footer a {
    width: 60vw;
    margin: 0 0 20px;
  }
}


/* 下層 */
body .red {
    color: #e54343;
}
body .green {
    color: #29c21c;
}
body .blue {
    color: #2112c0;
}
body:not(.index) #MainContent h1, body:not(.index) #MainContent .h1{
   /*margin: 180px auto 180px !important;*/
  margin: 180px auto 180px auto;
}
body textarea{
    font-size: 14px;
}
@media (max-width: 990px){
  body:not(.index) #MainContent {
    padding-top: 30px;
  }
}
@media (max-width: 767px){
  body:not(.index) #MainContent {
    padding-bottom: 80px;
  }
}

/* customer */
body.login header.header a.header__heading-link {
    margin: 0;
}
.customer button {
    min-width: 240px;
}

body .customer:not(.account):not(.order) .cf-form-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body .cf-form-inner .cf-form-actions .cf-step-invalid .cf-error-message,
body .cf-form-inner .cf-form-actions .cf-step-invalid {
    width: 100%;
  margin-top:0;
text-align: left;
}
body .customer:not(.account):not(.order) .cf-form-actions .cf-submit-form{
    order: 1;
  margin-right: 0;
}
body .customer:not(.account):not(.order) .cf-form-actions .cf-cancel{
    order: 2;
  margin-right: 0;
    background: #888;
}
body .cf-field-container[data-cf-column-width="11"] {
    width: 100%;
}
body .cf-field>label {
    margin-bottom: 1rem !important;
    font-size: 15px;
}

body.account h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 24px;
}
body.account .list {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.account .list li{
    padding: 0 0 1rem;
}
body.account .customer a {
    color: #333;
}
.customer .pagination ul {
    position: relative;
    padding-top: 3rem !important;
}
a.cf-edit-account-link {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}
body.addresses ul#addresses-list{
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    grid-row-gap: 1rem;
}
body.addresses ul#addresses-list li[data-address] {
    margin-top: 0;
    padding: 2.4rem;
    border: 1px solid #e9e9e9;
    text-align: left;
    position: relative;
}
body.addresses ul#addresses-list li[data-address] > h2{
    position: absolute;
    top: 12px;
    left: 12px;
    margin: 0;
    font-size: 13px;
    border: 1px solid #555;
    line-height: 1;
    padding: 3px 10px 4px 12px;
    border-radius: 20px;
}
body.addresses ul#addresses-list li[data-address] > div h3{
    margin-bottom: -2rem;
    border-top: 1px solid #e9e9e9;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
}
body.addresses ul#addresses-list li[data-address] .AccountAddress {
    min-height: 110px;
    letter-spacing: 1px;
}
body.addresses ul#addresses-list li[data-address] .AccountAddress span{
    display: inherit;
    margin: 0 0 5px;
}
body.addresses ul#addresses-list li[data-address] .AccountAddress + button + button,
body.addresses ul#addresses-list li[data-address] .AccountAddress + button{
    margin: 1rem 1rem 0 0;
    padding: 0;
    min-width: auto;
    letter-spacing: 1px;
height: auto;
    min-height: auto;
}
body.addresses ul#addresses-list li[data-address] form div:last-of-type {
    text-align: center;
}
.addresses [aria-expanded=true]~div[id] {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.box-form-message {
    border: 1px solid #e54343;
    padding: 15px;
}
.login .box-form-message h3{
    margin-top: 0;
  color: #e54343;
}
.login .box-form-message ul{
    margin: 0;
    padding: 0 0 0 18px;
}
.login .box-form-message ul li + li{
    padding-top: 5px;
}
.footer-block__details-content li {
    text-align: left;
}
.footer-block--newsletter .footer-block__newsletter h2 {
    text-align: center;
}
.footer-block--newsletter #ContactFooter {
    display: block;
}
.footer-block--newsletter #ContactFooter .newsletter-form__field-wrapper {
    margin: 0 auto;
}
@media screen and (min-width: 750px){
   :is(.account,.order) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
   :is(.account,.order) #MainContent{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  body .customer:not(.account):not(.order):not(.addresses)  {
    max-width: 53rem;
  }
  body.addresses #MainContent .customer.addresses  {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px){
#FooterLanguageForm .no-js-hidden {
    min-width: 105px !important;
}
}
@media (max-width: 767px){
  body .customer:not(.account):not(.order){
    max-width: 100vw;
  }
  .customer button {
    min-width: 44vw;
  }
  .cf-field-container[data-cf-column-width="9"] {
    width: 100%;
  }
  a.cf-edit-account-link {
    top: -20px;
  }
}


/* blog */
ul.blog-tags-list {
    margin: 0 auto 120px;
    list-style: none;
    padding: 0;
    text-align: center;
}
body.news ul.blog-tags-list {
    display: none;
}
ul.blog-tags-list li{
    display: inline-block;
}
ul.blog-tags-list li:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin: 0 4px;
}
ul.blog-tags-list li a{
    text-decoration: none;
    color: #333;
}
body.life_with_cha #MainContent h1 {
    display: none;
}
body.life_with_cha #MainContent .main-blog {
    padding-top: 120px;
}

body.life_with_cha .card__inner:not(.ratio)>.card__content ,
body.news .card__inner:not(.ratio)>.card__content {
    height: auto;
    margin: 0;
    padding: 0;
}
body .article-card .card__heading {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 15px;
}
body.blog .blog-articles .article-card .card__information {
    padding:0.5rem 0 2rem !important;
}
body.blog .post__tags__tag {
    font-size: 13px;
    color: #444;
    text-decoration: none;
margin: 0 5px 5px 0;
    display: inline-block;
}
body.blog.news .post__tags__tag {
    display: none;
}

body.life_with_cha .blog-articles,
body.news .blog-articles {
    column-gap: 1rem;
    row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
}
body.blog .card__media, body.blog .card .media,
body.blog .media>*:not(.zoom):not(.deferred-media__poster-button), body.blog .media model-viewer {
    position: relative;
}
@media screen and (min-width: 990px){
  body.blog.life_with_cha .underline-links-hover:hover a  ,
  body.blog.news .underline-links-hover:hover a {
    text-decoration: none;
  }
}
@media screen and (min-width: 750px){
  body.life_with_cha .blog-articles ,
  body.news .blog-articles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px){
  body.life_with_cha #MainContent .main-blog {
    padding-top: 5rem;
  }
  body.blog .blog-articles .article-card .card__information {
    padding: 0.5rem 0 0 !important;
  }
  body.blog .blog-articles .article-card .card__information .article-card__info {
    font-size: 12px;
  }

body.blog.news .card__heading a:after {
    height: 30.5vw;
  }
}

/* collections */
body.collection #MainContent h1.collection-hero__title{
    margin: 0 auto !important;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
body .collection-hero__image-container {
    margin-left: 0;
    min-height: 70vh;
    margin-bottom: 120px !important;
}
body.collection.tit-noimg .collection-hero {
    background: transparent;
}
body.collection.tit-noimg .collection-hero__inner.page-width {
    display: block;
}
body.collection.tit-noimg .collection-hero__image-container {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
body.collection.tit-noimg #MainContent h1.collection-hero__title{
    color: #333;
}
body .collection-hero.collection-hero--with-image {
    padding: 0 0 160px;
    background: transparent;
}
.collection-hero.collection-hero--with-image .page-width {
    max-width: 100vw;
    padding: 0;
    display: block;
}
.collection-hero__text-wrapper {
    margin: auto;
    width: calc(100% - 4rem / var(--font-body-scale));
    max-width: 78rem;
    padding: 0 !important;
}
body.collection .grid__item .card__media {
    position: absolute;
}
body .boost-pfs-filter-right-col {
    padding-left: 50px;
}
body .product-grid .grid__item h3.card__heading{
    font-size: 15px;
}
body .product-grid .grid__item .price {
    font-size: 13px;
}
body .boost-pfs-filter-option-item {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 21px;
}
body .boost-pfs-filter-option-item button {
    color: #333;
}
body .boost-pfs-filter-option-value {
    letter-spacing: 1px;
}
.facet-filters .facet-filters__field {
    color: #333;
}
.product-count.light {
    opacity: 1;
    color: #333;
}
@media screen and (min-width: 750px){
  body:not(.index) .grid {
    row-gap: 60px;
  }
}
.sml,
body .product__tax {
    font-size: 0.7em;
    color: #333;
  font-style: normal;
}
@media (max-width: 767px){
  body .collection-hero__image-container {
    min-height: 130vw;
    margin-bottom: 10vh !important;
    border: none;
    box-shadow: none;
  }
  body.collection.tit-noimg .collection-hero__image-container {
    min-height: 100vw;
  }
  .page-width.collection-filters {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  body .collection-hero.collection-hero--with-image {
    padding: 0 0 10vh;
  }
  .boost-pfs-container-default .facets__form {
    gap: 0;
  }
  .product-count {
    text-align: left;
  }
  body .boost-pfs-filter-tree-mobile-button button {
    background: #fff;
    color: #555;
    padding: 10px 10px 12px;
    margin: 1.5rem 0;
    border: 1px solid #777;
  }
  body .boost-pfs-filter-right-col {
    padding-left: 0;
  }
  ul#product-grid.grid {
    row-gap: 2rem;
  }
  body.collection .card__content .card__badge .badge{
    font-size: 10px;
    padding: 0.3em 1em 0.45em;
  }
}

/* products */

body.product .product__media-icon {
  left: inherit;
  top: inherit;
  right: calc(1.2rem + var(--media-border-width));
  bottom: calc(1.2rem + var(--media-border-width));
}
body.product .catchphrase {
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 18px;
    margin: 0 0 40px;
}
body.product #MainContent .product__info-wrapper h1{
    margin: 0 0 80px!important;
    padding: 0;
    text-align: left;
    line-height: 1.4;
}
.product-form__input.product-form__quantity {
    display: flex;
    align-items: center;
    margin: 20px 0 40px;
}
body .product-form__quantity .form__label {
    margin: 0 1.4rem 0 0;
}
body div[data-anygift=ProductPageGiftUi] {
    margin: 25px 0 !important;
}
body.product .swym-button-bar {
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: 1;
}
body.product .swym-add-to-wishlist {
    background: transparent !important;
    color: #333 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 1 !important;
    height: auto !important;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
body.product button.swym-button.disabled, body.product button.swym-button:disabled {
    opacity: 0.7;
}
body.product .swym-btn-container .swym-button.swym-added *:not(.swym-tooltip) {
    opacity: 1;
}
body.product .product__description {
    margin: 60px 0 0;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
body.product .evm-new-arrivals-product .evm_wiser_heading,
body.product .recently-viewed .evm_wiser_heading {
    padding: 180px 0 100px;
}
body:not(.index) #MainContent .collection__title .h1 {
    margin: 180px 0 105px !important;
    line-height: 1.8;
}
body.product .global-media-settings{border:none;}
body.product .preorder-description {
    text-align: center;
    font-size: 15px;
    padding: 0 0 12px;
    font-weight: 400;
}
body.collection .card__inner .card__badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: flex-end;
}
body.collection .preorder-badge.rectangle {
    background: rgba(60,60,60,.9)!important;
    top: auto;
    left: 15px;
    bottom: 15px;
    font-size: 12px;
    padding: 4px 5px 6px 6px;
    width: 104px;
    letter-spacing: 2px;
}
body.product .preorder-badge.rectangle {
    background: rgba(60,60,60,.9)!important;
    box-shadow: none!important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    left: 20px;
    bottom: 20px;
    top: auto;
  width: 14rem;
}
body.product .product__info-wrapper .preorder-badge.rectangle {display:none;}

body.product .line-item-property__field {
    padding: 1.5rem;
    border: 1px solid #999;
    margin: 0 0 40px;
}
body.product .line-item-property__field .tit{
    margin: 0 0 1.5rem;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    padding: 0 0 1.5rem;
}
body.product .line-item-property__field dl{
    margin: 0;
}
body.product .line-item-property__field dl dt,
body.product .line-item-property__field dl dd{
    display: flex;
    align-items: center;
}
body.product .line-item-property__field dl dd{
    margin-left: 0;
    margin-top: 1rem;
}
body.product .line-item-property__field dl label {
    font-size: 14px;
    width: 5.5rem;
}
body.product .line-item-property__field dl dd select,
body.product .line-item-property__field dl dt input{
    border: 1px solid #aaa;
    padding: 8px 10px;
    width: 70%;
    line-height: 1.5;
    font-size: 14px;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
@media screen and (min-width: 990px){
  body.product .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 60%;
    width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  body.product .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 10rem 4rem 0;
    max-width: 40%;
    width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 767px){
  body.product .preorder-badge.rectangle {
    width: 10rem;
    font-size: 13px;
  }
  body.product div.product.product--large {
    width: 100vw;
  }
  body.product .shopify-section.section > div.page-width {
    padding: 0 1rem;
  }
  body header.page-width {
    padding: 1rem 0 0 0.5rem;
  }
  body.product .evm-new-arrivals-product .evm_wiser_heading, 
  body.product .recently-viewed .evm_wiser_heading {
    font-size: 20px!important;
    padding: 12vh 0 7vh;
  }
  .shopify-block.shopify-app-block + .shopify-block.shopify-app-block p.evm_wiser_heading{
    padding-top: 8vh;
  }
  body:not(.index) #MainContent .collection__title .h1 {
    margin: 8vh auto !important;
  }
}
@media screen and (max-width: 749px){
  body.product .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }
  body.product .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin: 0 !important;
  }
  body.product .slider.slider--mobile {
    scroll-padding-left: 0;
  }
  body.product .slider-buttons.no-js-hidden .slider-button {
    height: 32px;
  }
  body.product .grid__item.product__media-wrapper+.product__info-wrapper.grid__item {
    padding: 2.5rem 1.5rem 0;
  }
  body.product .catchphrase {
    font-size: 16px;
    margin: 0 0 2.2rem;
      margin: 16px 0 0 0;
  }
  body.product #MainContent .product__info-wrapper h1 {
    margin: 0 0 40px!important;
  }
    body.product .product__info-wrapper.grid__item:not(:has(.catchphrase)) {
    margin-top: 28px;
  }
}


/* お問い合わせ */
body.page.contact-ec #MainContent h1,
body.page.contact-corp #MainContent h1,
body.page.contact #MainContent h1 {
    margin: 180px auto 120px !important;
    line-height: 1.5;
}
dl.contact-link {
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
body.page.how_to_order #guide .text p.btn a,
dl.contact-link a{
    text-decoration: none;
    color: #333;
    padding: 20px;
    border: 1px solid #555;
    display: inherit;
    min-width: 300px;
    border-radius: 2px;
    letter-spacing: 1px;
}
body.page.how_to_order #guide .text p.btn a {
    max-width: 300px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
body.page.how_to_order #guide .text p.btn a + span{
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
}
body.account .customer a,
.text p a, .rte a {
    color: #333;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
body .customer thead:after, body .customer tfoot:before{display:none;}
body .customer table thead tr th {
    background: #f8f8f8;
}
body .customer table {
    box-shadow: none;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-shadow: none;
}
body .account table td:first-of-type a {
    padding: 0;
    text-decoration: none;
    box-shadow: none;
    border: none;
    font-size: 1.2rem;
    margin-right: 5px;
}
body .account table td:first-of-type a:hover {
    box-shadow: none;
}
body .order tfoot tr:last-of-type td,
body .customer tfoot td:first-of-type, .customer tfoot td,
body .customer tfoot tr:first-of-type td,
body .customer tbody td:first-of-type,
body .customer tbody td:last-of-type,
body .customer table tr th,
body .customer table tr td{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding:2rem 1.5rem;
}
body .order tfoot tr:last-of-type td {
    font-size: 16px;
}
body .customer tfoot td:first-of-type, .customer tfoot td,
body .customer tfoot tr:first-of-type td {
    font-size: 14px;
}
body .customer table tr th{padding: 1.5rem;}
body .order .properties {
    margin-top: 1.2rem;
}
body .order .properties span {
    line-height: 1.7;
}
body .customer tbody td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
body .customer th:first-of-type, body .customer td:first-of-type {
    padding-left: 1.5rem;
}
body :is(.account,.order) p {
    font-size: 1.5rem;
}
div.billing_address {
    border-bottom: 1px solid #e9e9e9;
}


/* 定期購買 */
.huckleberry-subscription-detail-history-date, .huckleberry-subscription-detail-history-date *, 
.huckleberry-subscription-detail-product-name *, .huckleberry-subscription-list-id *{
font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
#huckleberry-subscription-customer-portal-wrap {
    padding: 0 5rem;
    font-size: 15px;
    position: relative;
}
#huckleberry-subscription-customer-portal-wrap > p{
    text-align: right;
    position: absolute;
    right: 5rem;
    bottom: 0;
    margin: 0;
}
#huckleberry-subscription-customer-portal-wrap > p a{
    font-size: 14px;
    color: #333;
    text-underline-offset: 0.3rem;
}
h2.huckleberry-subscription-detail-title,
h2.huckleberry-subscription-list-title{
    font-size: 28px;
    text-align: center;
    margin: 180px 0;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}
h2.huckleberry-subscription-detail-title{
    letter-spacing: 0.1em;
    padding-left: 0;
}
.huckleberry-subscription-list-color #root > section {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    position: relative;
    padding-bottom: 100px;
}
.content.content-left > section,
.huckleberry-subscription-list-color #root > section article{
  padding:2rem;
    border: 1px solid #e9e9e9;
}
.huckleberry-subscription-list-color #root > section article{
    overflow-x:scroll;
}
.content.content-left > section + section{
  padding:0;
    border: none;
}
.content.content-left > section + section article{
  padding:2rem;
    border: 1px solid #e9e9e9;
}
.content.content-left > section article{
    margin: 0 !important;
}
.content.content-left > section article + article{
    border-top: 1px solid #e9e9e9 !important;
    margin-top: 1.5rem !important;
    padding-top: 1.5rem;
}
.content.content-left .huckleberry-subscription-detail-product-summary + div {
    font-size: 0.8em;
}
.huckleberry-subscription-list-color #root > section > div.subscription-history{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.huckleberry-subscription-list-color #root > section > div.subscription-history a{
    display: inline-block;
    width: 240px;
}
.huckleberry-subscription-list-color #root > section > div.subscription-history a .back-btn {
    margin-top: 0;
    margin-bottom: 0;
}
.huckleberry-subscription-detail-history-detail, .huckleberry-subscription-detail-product-detail, .huckleberry-subscription-detail-product-summary, .huckleberry-subscription-list-detail,
article.subscription-history dl.huckleberry-subscription-list-detail {
    margin: 0;
}
article.subscription-history dl.huckleberry-subscription-list-detail + dl.huckleberry-subscription-list-detail {
    margin-bottom: 0.5rem;
}
article.huckleberry-subscription-detail-delivery .huckleberry-subscription-detail-delivery-title,
article.huckleberry-subscription-detail-order .huckleberry-subscription-detail-order-title,
.huckleberry-subscription-detail-delivery-title .huckleberry-subscription-detail-order-title, .huckleberry-subscription-detail-payment-title, .huckleberry-subscription-detail-schedule-title,
.huckleberry-subscription-detail-history-date, .huckleberry-subscription-detail-history-date-title, .huckleberry-subscription-detail-product-name, .huckleberry-subscription-detail-product-title, .huckleberry-subscription-list-id, .huckleberry-subscription-list-id-title,
.huckleberry-subscription-detail-history-date, .huckleberry-subscription-detail-product-name, .huckleberry-subscription-list-id,
.huckleberry-subscription-detail-product-title, .huckleberry-subscription-list-id-title,
article.subscription-history dl.huckleberry-subscription-list-detail .huckleberry-subscription-list-id ,
article.subscription-history dl.huckleberry-subscription-list-detail .huckleberry-subscription-list-id-title {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 1rem;
    line-height: 1.3;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
  color:#333;
}
.huckleberry-subscription-detail-btn.back,
article.huckleberry-subscription-detail-delivery a {
    text-decoration: none;
}
.huckleberry-subscription-detail-btn.cancel {
    margin-top: 2rem;
    width: 100%;
    margin-left: 0;
}
.huckleberry-subscription-detail-btn.cancel + .huckleberry-subscription-detail-btn.back {
    margin: 2rem 0 0;
}
.huckleberry-subscription-detail-history-detail .label, .huckleberry-subscription-detail-product-detail .label, .huckleberry-subscription-detail-product-summary .label, .huckleberry-subscription-list-detail .label {
    font-weight: 500;
    font-size: 16px;
  color:#333;
}
.huckleberry-subscription-detail-history-detail .value, .huckleberry-subscription-detail-product-detail .value, .huckleberry-subscription-detail-product-summary .value, .huckleberry-subscription-list-detail .value {
    font-size: 16px;
}
.subscription-history .back-btn, .subscription-history .detail-btn {
    margin: 1rem 0 0;
}
.huckleberry-subscription-detail-history-title, .huckleberry-subscription-detail-title, .huckleberry-subscription-list-title {
    font-size: 20px;
    margin: 0 0 20px;
    letter-spacing: 1px;
}
.huckleberry-subscription-detail-delivery main, .huckleberry-subscription-detail-order main, .huckleberry-subscription-detail-payment main, .huckleberry-subscription-detail-schedule main {
    margin: 0;
    font-size: 1.5rem;
}
@media (max-width: 767px){
  :is(.account,.order) {
    margin: 0 auto;
    max-width: var(--page-width);
    padding-left: 0;
    padding-right: 0;
  }
  :is(.account,.order) {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.account .customer.account {
    max-width: 100%;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  body .customer table.order-history {
    border: none;
  }
  body .customer table.order-history tr{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-bottom: 2rem;
  }
  body.addresses ul#addresses-list {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    grid-row-gap: 2rem;
  }

  body.huckleberry-subscription-list-color {
    margin: 0 !important;
  }
  #huckleberry-subscription-customer-portal-wrap {
    padding: 0 2rem;
　　}
  .huckleberry-subscription-list-color #root > section {
    grid-template-columns: 1fr;
  }

  article.huckleberry-subscription-detail-delivery .huckleberry-subscription-detail-delivery-title,
article.huckleberry-subscription-detail-order .huckleberry-subscription-detail-order-title,
.huckleberry-subscription-detail-delivery-title .huckleberry-subscription-detail-order-title, .huckleberry-subscription-detail-payment-title, .huckleberry-subscription-detail-schedule-title,
.huckleberry-subscription-detail-history-date, .huckleberry-subscription-detail-history-date-title, .huckleberry-subscription-detail-product-name, .huckleberry-subscription-detail-product-title, .huckleberry-subscription-list-id, .huckleberry-subscription-list-id-title,
.huckleberry-subscription-detail-history-date, .huckleberry-subscription-detail-product-name, .huckleberry-subscription-list-id,
.huckleberry-subscription-detail-product-title, .huckleberry-subscription-list-id-title,
article.subscription-history dl.huckleberry-subscription-list-detail .huckleberry-subscription-list-id ,
article.subscription-history dl.huckleberry-subscription-list-detail .huckleberry-subscription-list-id-title {
    font-size: 1.5rem;
  }
  .huckleberry-subscription-detail-product-title,
  .huckleberry-subscription-list-id-title {
    width: 8rem;
  }
  .subscription-history .back-btn, .subscription-history .detail-btn,
  .huckleberry-subscription-detail-history-detail .value, .huckleberry-subscription-detail-product-detail .value, .huckleberry-subscription-detail-product-summary .value, .huckleberry-subscription-list-detail .value,
  .huckleberry-subscription-detail-history-detail .label, .huckleberry-subscription-detail-product-detail .label, .huckleberry-subscription-detail-product-summary .label, .huckleberry-subscription-list-detail .label {
    font-size: 14px;
　　}
    .huckleberry-subscription-list-color #root > .grid__item {
    width: 100%;
    max-width: 100%;
      padding-top:8rem;
  }
    .huckleberry-subscription-list-color #root .grid__item .grid > .grid__item:not(.medium-up--one-half) {
    width: 100%;
    max-width: 100%;
  }
    .huckleberry-subscription-list-color #root > .grid__item .grid {
    column-gap: 1rem;
  }
  .huckleberry-subscription-list-color #root > .grid__item input,
    .huckleberry-subscription-list-color #root > .grid__item select{
    width: 100%;
    padding: 8px;
    color: #333;
  }
  .huckleberry-subscription-list-color #root > .grid__item .text-center
    text-align: center;
  }
    .huckleberry-subscription-list-color #root > .grid__item .text-center button.btn {
    max-width: 360px;
    font-weight: 400;
    letter-spacing: 10px;
    display: inline-block;
    height: 52px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
        width: 100%;
    color: #fff;
    background: #333;
    margin-bottom: 10px;
  }
#huckleberry-subscription-customer-portal-wrap > p {
    right: auto;
    bottom: 0;
    margin: 0;
    left: 2rem;
  }
}


@media (max-width: 767px){
body.page.contact-ec #MainContent .rich-text__wrapper ,
body.page.contact-corp #MainContent .rich-text__wrapper ,
body.page.contact #MainContent .rich-text__wrapper {
    width: 100%;
}
body.page.contact-ec #MainContent h1,
body.page.contact-corp #MainContent h1,
body.page.contact #MainContent h1 {
    letter-spacing: .35em;
  }
body.page.contact-ec #MainContent .rich-text__wrapper .rich-text__blocks,
body.page.contact-corp #MainContent .rich-text__wrapper .rich-text__blocks,
body.page.contact #MainContent .rich-text__wrapper .rich-text__blocks{
    text-align: left;
    line-height: 1.4;
}
  dl.contact-link {
    padding: 0 1.5rem;
  }
  dl.contact-link dd,
  dl.contact-link dt{
    width: 94%;
    margin: 0;
  }
  dl.contact-link dt{
    margin-bottom: 3rem;
  }
}

/* 手提げ袋について */
body.life_with_cha .slideshow .slideshow__text ,
body.bag-option .slideshow .slideshow__text {
    background: transparent;
}
body.life_with_cha .slideshow .slideshow__text .banner__heading.h1,
body.bag-option .slideshow .slideshow__text .banner__heading.h1 {
    color: #fff;
}
body.life_with_cha .slideshow__media.banner__media.media::after {
    opacity: 0.1;
}


body.bag-option .fukuro {
    width: 900px;
    margin: 0 auto;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
border-collapse: collapse;
}
body.bag-option .fukuro tr td,
body.bag-option .fukuro tr th{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px;
    font-size: 15px;
}
body.bag-option .fukuro thead tr th {
    background: #f8f8f8;
    padding: 10px;
}
body.bag-option .fukuro tr th {
    font-weight: 400;
    letter-spacing: 1px;
}
body.bag-option .fukuro tbody tr th {
    width: 300px;
    text-align: center;
}
body.bag-option .fukuro tbody tr th .ph{
    margin: 0 0 10px;
    line-height: 0;
}
body.bag-option .fukuro tbody tr th .ph img{
    width: 100%;
    max-width: 240px;
}
body.bag-option .fukuro tbody tr th .tit{
    margin: 0;
}
body.bag-option .fukuro tbody tr th .tit .sml{
    display: inherit;
      font-size: .8em;
}
@media (max-width: 767px){
  body div#guide, body.page.user_guide .shopify-section .list-top,
  body.bag-option .fukuro {
    width: calc(100% - 3rem);
  }
  body.bag-option .fukuro thead{
    display: none;
  }
  body.bag-option .fukuro tbody tr td,
  body.bag-option .fukuro tbody tr th {
    width: 100%;
    display: block;
  }
  body.bag-option .fukuro tbody tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  body.bag-option .fukuro tbody tr td {
    padding: 2rem 2rem 24px;
  }
  body.bag-option .fukuro tbody tr td::before {
  content:"お包みする商品例";
display: block;
    text-align: center;
    font-size: 14px;
    background: #f8f8f8;
    padding: 3px;
    margin: 0 0 1rem;
    letter-spacing: 2px;
  }
}

/* ご注文方法 */
body.page div.page-width.page-width--narrow{
    padding-bottom: 0;
}
body.page.user_guide .list-top {
    width: 960px;
    margin: 0 auto;
}
body #guide {
    width: 900px;
    margin: 0 auto;
}
body.page #guide h2{
  letter-spacing: 2px;
    text-align: center;
    margin: 0 0 80px;
}
body.page #guide h3{
    font-weight: 500;
    margin: 0 0 20px;
}
body.page #guide p{
    margin-top: 0;
}
body.page #guide p span.bold{
    font-weight: 500;
    font-size: 102%;
}
body.page #guide .block + .block{
    margin-top: 120px;
}
div.guide ul,
body.page #guide ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
div.guide table,
body.page #guide table {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-collapse: collapse;
    max-width: 700px;
    width: 100%;
}
div.guide table tr td,
div.guide table tr th,
body.page #guide table tr td,
body.page #guide table tr th{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
    font-size: 15px;
}
div.guide table tr th,
body.page #guide table tr th {
    background: #f8f8f8;
    font-weight: 400;
    letter-spacing: 1px;
  width:240px;
}
body.page #guide ul.guide-list li:not(.last-child) {
    margin: 0 0 80px;
}
div.text {
    padding-bottom: 1rem;
}
@media (max-width: 767px){
  div.guide h2, 
  body.page #guide h2, body.page #guide .h2 {
    margin: 0 0 40px;
    font-size: 2rem;
    line-height: 1.5;
  }
  body.page #guide .block+.block {
    margin-top: 60px;
  }
  body.page #guide .block.ec+.block+.block {
    margin-top: 80px;
  }
  div.guide table tr td,
  div.guide table tr th,
  body.page #guide table tr td,
  body.page #guide table tr th {
    width: 100%;
    display: block;
    padding: 1.5rem;
  }
  div.guide table tr th,
  body.page #guide table tr th {
    border-bottom: none;
    padding: 1rem 1.5rem;
  }
  body.page #guide ul.guide-list li:not(.last-child) {
    margin: 0 0 30px;
  }
  body.page #guide .block.ec + .block ul.guide-list li:not(.last-child) {
    margin: 0 0 62px;
  }
  body.page #guide h3 {
    margin: 0 0 12px;
  }
}

body.page.shipping_handling #guide table {
    max-width: 100%;
    margin-bottom: 90px;
}
body.page.shipping_handling #guide table tr th {
    width: 200px;
    font-weight: 300;
}
body.page.shipping_handling #guide table tr td {
    text-align: center;
}
body.page.shipping_handling #guide table thead tr th {
    text-align: center;
    padding: 12px;
}
body.page #guide table tr th .bold{
    font-weight: 500;
}
body.page.shipping_handling #guide table tr th:first-of-type {
    width: 500px;
}
body.page.shipping_handling #guide ul.guide-list li:not(.last-child) {
    margin: 0 0 50px;
}
@media (max-width: 767px){
  body.page.shipping_handling #guide table {
    margin-bottom: 70px;
  }
  body.page.shipping_handling #guide table tr td,
  body.page.shipping_handling #guide table tr th{
    display: table-cell;
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
  body.page.shipping_handling #guide table tr th{
    border-bottom: 1px solid #eee;
  }
  body.page.shipping_handling #guide table tr th {
    width: 25%;
  }
  body.page.shipping_handling #guide table tr th:first-of-type {
    width: 50%;
  }
  body.page.shipping_handling #guide ul.guide-list li:not(.last-child) {
    margin: 0 0 30px;
  }
  .section-template--16661382889685__3fb8ff16-5758-4ae5-86a6-1b632fa1ddd0-padding {
    padding-bottom: 0;
  }
}


/* 熨斗紙のご案内 */
body.page.cha_with_us div.banner.banner--content-align-center {
    margin: 240px 0 80px;
}
body.page.cha_with_us div.banner + .banner__text.body {
    margin:0 auto 240px;
    width: calc(100% - 8rem / var(--font-body-scale));
    max-width: 78rem;
}
.text.lead {
    text-align: center;
}
body.noshi .menu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
body.noshi .menu-list a{
    color: #333;
    text-decoration: none;
}
#noshi-list dl{
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#noshi-list dl dd{
    width: 49%;
    margin: 0;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 2%;
}
#noshi-list dl dd h3 {
    text-align: center;
    margin: 0 !important;
}
body.noshi p span.ph {
    display: inherit;
    line-height: 0;
}
#noshi-list dl dd img{
    width: 100%;
}
body.noshi #noshi-list dl .text {
    min-height: 390px;
    letter-spacing: 1px;
}
body.noshi .sml {
    display: inherit;
    line-height: 1.3;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
body.noshi #guide table {
    max-width: 100%;
    width: 100%;
}
body.page #guide table tr th + th {
    width: calc(100% - 240px);
}
@media (max-width: 767px){
  body.page.cha_with_us div.banner + .banner__text.body {
    margin: 0 auto 20vh;
    width: calc(100% - 4rem / var(--font-body-scale));
    max-width: 100rem;
    padding: 0 0.5rem;
  }

  .text.lead {
    text-align: left;
    font-size: 15px;
  }
  body.noshi .menu-list a {
    width: 50%;
    font-size: 14px;
    margin: 0 0 10px;
  }
  body.noshi .menu-list a:last-of-type {
    width: 100%;
  }
  #noshi-list dl dd {
    width: 100%;
    padding: 20px 1.5rem 1.5rem;
    margin: 0 0 3rem;
  }
  body.noshi #noshi-list dl .text {
    min-height: auto;
  }
  body.page #guide table tr td,
  body.page #guide table tr th {
      font-size: 14px;
    display: table-cell;
        width: auto;
  }
  body.page #guide table tr th {
    width: 120px;
  }
  body.page #guide table tr th + th {
    width: calc(100% - 120px);
  }
}

body.huckleberry-subscription-list-color {
    opacity: 1;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
.huckleberry-subscription-list-color{
    font-family: 'Noto Serif JP', serif;
}


/* わたしたちとお茶 */
body.page #MainContent .page-width,
body.page.about #MainContent .page-width,
body.page.store-info #MainContent .page-width,
body.page.how_to_brew #MainContent .page-width,
body.page.how_to_store #MainContent .page-width,
body.page.ocha-detail #MainContent .page-width,
body.page.store_list #MainContent .page-width,
body.page.cha_list #MainContent .page-width ,
body.page.cha_with_us #MainContent .page-width {
    max-width: 100vw;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
  padding-bottom: 0;
}
body.page  .shopify-section.section.slideshow-top{
    margin-bottom: 140px;
}
.slideshow-top .slideshow__slide > a{
    display: block;
    width: 100%;
    height: 100%;
}
body.page  .banner .banner__box.content-container,
body.page .slideshow__text.banner__box {
    background: transparent;
}
body.page  .banner .banner__box.content-container h2.banner__heading.h2,
body.page .slideshow__text.banner__box h2.banner__heading.h1{
    color: #fff;
}
body.page .rich-text__wrapper{
    letter-spacing: 1px;
}
body.page .rich-text__blocks.left .rich-text__buttons{
    display: block;
    text-align: center;
    max-width: 100%;
    margin-top: 60px;
}
body.page.cha_list .image-with-text__text-item .buttons a,
body.page .rich-text__wrapper .btn-link-box .btn-link{
    color: #333;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 1px;
}
body.page .rich-text.content-container.gradient {
    padding-top: 0;
    padding-bottom: 140px;
}
body.page .image-with-text.page-width.isolate,
body.page .video-section.isolate.page-width{
    margin-bottom: 240px;
}
body.page.cha_with_us .image-with-text .image-with-text__content {
    flex-direction: initial;
    padding: 3.5rem 7rem;
    height: 31vw;
    justify-content: center;
}
body.page.cha_with_us .image-with-text .image-with-text__text.rte.body{
    order: 1;
    margin: 0 2rem 0 0;
}
body.page.cha_with_us .image-with-text .image-with-text__heading.h2{
    font-size: 18px;
    order: 2;
    letter-spacing: 1em;
    height: 100%;
    margin: 0;
}
body.page.cha_with_us .image-with-text .ph-right .image-with-text__text.rte.body{
    order: 2;
    margin: 0 0 0 2rem;
}
body.page.cha_with_us .image-with-text .ph-right .image-with-text__heading.h2{
    order: 1;
}
body.page.cha_with_us .image-with-text .image-with-text__heading.h2,
body.page.cha_with_us .image-with-text .image-with-text__text.rte.body{
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

body.page .image-with-text .image-with-text__heading.h2{
    font-size: 18px;
}

@media screen and (max-width: 767px){
  body.page .image-with-text.page-width.isolate, 
  body.page .video-section.isolate.page-width {
    margin-bottom: 20vh;
  }
  body.page.cha_list .shopify-section .image-with-text.page-width.isolate{
    margin-bottom: 10vh;
  }
  body.page.cha_list .shopify-section:last-of-type .image-with-text.page-width.isolate{
    margin-bottom: 0;
  }
  body.page.how_to_brew #MainContent .rich-text:not(.rich-text--full-width) .rich-text__wrapper,
  body.page.how_to_store .rich-text:not(.rich-text--full-width) .rich-text__wrapper,
  body.page.cha_with_us .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
    margin: auto;
    width: calc(100% - 4rem / var(--font-body-scale));
  }
  body.page.cha_list .rich-text.content-container.gradient,
  body.page.cha_with_us .rich-text.content-container.gradient {
    padding-bottom: 10vh;
  }
  body.page.about slideshow-component .slideshow.banner,
  body.page.company_profile slideshow-component .slideshow.banner,
  body.page.store-info slideshow-component .slideshow.banner,
  body.page.how_to_brew #MainContent slideshow-component .slideshow.banner,
  body.page.how_to_store slideshow-component .slideshow.banner,
  body.page.cha_with_us slideshow-component .slideshow.banner,
  body.page.cha_list slideshow-component .slideshow.banner{
    height: 130vw;
  }
  body.page.about .shopify-section.section.slideshow-top,
  body.page.company_profile .shopify-section.section.slideshow-top,
  body.page.how_to_brew #MainContent .shopify-section.section.slideshow-top,
  body.page.how_to_store .shopify-section.section.slideshow-top,
  body.page.ocha-detail .shopify-section.section.slideshow-top,
  body.page.cha_list .shopify-section.section.slideshow-top,
  body.page.cha_with_us .shopify-section.section.slideshow-top {
    margin-bottom: 10vh;
  }
  body.page.cha_with_us .image-with-text .image-with-text__content {
    padding: 2.5rem 7rem 2rem 6rem;
    height: 57.5vh;
  }
  body.page.cha_with_us .image-with-text .image-with-text__text.rte.body {
    margin: 0 1rem 0 0;
  }
  body.page.cha_with_us .image-with-text .ph-right .image-with-text__text.rte.body {
    margin: 0 0 0 1rem;
  }
  body.page.cha_with_us .image-with-text .ph-right . .image-with-text__content {
    padding: 2.5rem 6rem 2rem 7rem;
  }
  body.page.cha_with_us div.banner.banner--content-align-center {
    margin: 0 0 6vh;
  }
}
@media screen and (min-width: 750px){
  body.page.cha_with_us .rich-text__wrapper {
    justify-content: center;
  }
}


/* 中村銘茶のご紹介 */
body.page.cha_list .slideshow .slideshow__slide .slideshow__text-wrapper {
    background: rgba(0,0,0,0.2);
}
body.page.cha_list .image-with-text__grid {
    align-items: center;
}
body.page.cha_list .image-with-text .grid__item {
    position: relative;
    /*min-height: 31vh;*/
}
body.page.cha_list #MainContent .h1 {
    margin: 0 auto !important;
    padding-bottom: 5rem;
}
body.page.how_to_brew #MainContent .image-with-text__content,
body.page.how_to_store .image-with-text__content,
body.page.cha_list .image-with-text__content {
    padding: 4rem 3.5rem 4rem 4rem;
}
body.page.cha_list .image-with-text__content>*+* {
    letter-spacing: 1px;
    margin: 0 0 5rem;
}
body.page.cha_list .image-with-text__text-item .buttons {
    text-align: center;
    margin: 0;
    display: block;
    width: 100%;
}
body.page.cha_list .image-with-text__text-item .buttons a{
    display:inline-block;
    margin: 0 2rem;
}
@media screen and (max-width: 767px){
  body.page #MainContent .page-width,
  body.page.about #MainContent .page-width,
  body.page.store-info #MainContent .page-width,
  body.page.how_to_brew #MainContent .page-width,
  body.page.store_list #MainContent .shopify-section.section .page-width,
  body.page.cha_list #MainContent .page-width{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  body.page.cha_list .iwt .image-with-text__text-item,
  body.page.cha_list .iwt .image-with-text__media-item {
    width: 100%;
  }
  body.page.cha_list .iwt .image-with-text__media {
    /*padding-bottom: 64.30868167202571%;
    margin-left: -1rem;*/
    padding-bottom: 2rem;
    border: none;
  }
  body.page.cha_list .iwt .image-with-text__media img {
    position: static;
  }
  body.page.cha_list .image-with-text__content .image-with-text__text {
    margin: 0 0 3rem;
    padding: 0 1.5rem;
  }
  body.page.cha_list .image-with-text__text-item {
    position: relative;
    z-index: 10;
    transform: translateY(-5rem);
    background: transparent;
  }
  body.page.cha_list .image-with-text__content {
    padding: 0;
    background: transparent;
  }
  body.page.cha_list #MainContent .h1 {
    margin: 0 !important;
    padding-bottom: 4.5rem;
    padding-left: 1.5rem;
    /*font-size: 17px;
    font-weight: 400;*/
    text-shadow: 0 0 4px rgb(0 0 0 / 90%);
    color: #fff;
  }
  body.page.cha_list .image-with-text__grid.ph-right{
    display: inherit;
  }
  body.page.cha_list #MainContent .image-with-text__grid.ph-right .h1 {
    padding-left: 1.5rem;
  }
  body.page.cha_list .image-with-text__grid.ph-right .image-with-text__media {
    margin-left: 0;
    /*margin-right: -1rem;*/
  }
  body.page.cha_list .image-with-text__grid.ph-right .image-with-text__media-item {
    order: 1;
  }
  body.page.cha_list .image-with-text__grid.ph-right .image-with-text__text-item {
    order: 2;
  }
  body.page.cha_list .image-with-text__text-item .buttons a {
    margin: 0 1.6rem;
    font-size: 14.5px;
  }
}
@media screen and (min-width: 750px) {
  body.page.cha_list .iwt.grid--2-col-tablet .grid__item.image-with-text__text-item,
  body.page.cha_list .iwt.grid--2-col-tablet .grid__item.image-with-text__media-item {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  body.page.cha_list .iwt .image-with-text__text-item,
  body.page.cha_list .iwt .image-with-text__media-item {
    width: 100%;
    max-width: 100%;
  }
  body.page.how_to_brew #MainContent .image-with-text__content {
    padding: 3rem 0.5rem;
  }
}

/* 各店舗ご案内 */
body.page.store_list .image-with-text svg {
    opacity: 0;
}
body.page.store_list .store-menu {
    text-align: center;
    margin: -140px 0 0;
}
body.page.store_list .store-menu a{
    color: #333;
}
body.page.store_list .image-with-text .tit-ac {
    text-align: center;
    font-size: 24px;
    letter-spacing: 10px;
    padding: 120px 0 120px 10px;
    margin: 0;
}
body.page.store_list #MainContent .image-with-text .h1 {
    margin: 0 !important;
    font-size: 24px;
    padding-bottom: 3.5rem;
}
body.page.store_list .image-with-text .image-with-text__media {
    border: none;
}
body.page.store_list .image-with-text .image-with-text__media-item{
    max-height: 40vh;
}
ul.icon-list {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 0;
}
ul.icon-list li{
    display: inline-block;
}
ul.icon-list li p{
    margin: 0 15px 1rem 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 1px;
}
ul.icon-list li .ico{
    display: inline-block;
    margin: 0 6px 0 0;
    width: 40px;
    line-height: 0;
    border: 1px solid #666;
    border-radius: 100%;
    overflow: hidden;
}
ul.icon-list li img{
    max-width: 100%;
}
table.address {
    margin: 0 0 3rem;
    font-size: 15px;
    letter-spacing: 1px;
}
table.address tr td,
table.address tr th{
  padding: 0 0 5px;
}
table.address tr th {
    font-weight: 300;
    letter-spacing: 2px;
    min-width: 9rem;
    vertical-align: top;
    text-align: left;
}
table.address tr td a{
    color: #333;
}
table.address tr td .tit-time {
    min-width: 8rem;
    display: inline-block;
}
.button-nf,
body.page.store-info .buttons a,
body.page.store_list .buttons a{
    color: #333;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 1px;
    font-size: 15px;
}

@media screen and (min-width: 990px){
  body.page.store_list  .image-with-text__content {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px){
  body.page.store_list #MainContent .page-width .image-with-text__media{
    margin-left: -1rem;
    border: none;
  }
  body.page.store_list #MainContent .page-width .ph-right .image-with-text__media{
    margin-left: 0;
    margin-right: -1rem;
  }
  body.page.store_list  #MainContent h1.main-page-title {
    margin: 30vh auto !important;
  }
  body.page.store_list .store-menu {
    margin: -24vh 0 0;
  }
  body.page.store_list .image-with-text .tit-ac {
    font-size: 20px;
    padding: 12vh 0 12vh 10px;
  }
  body.page.store_list .image-with-text__content {
    padding: 3rem 0.5rem 0;
  }
  body.page.store_list #MainContent .image-with-text .h1 {
    font-size: 20px;
    letter-spacing: 4px;
  }
  ul.icon-list li .ico {
    margin: 0 5px 0 0;
    width: 36px;
  }
  body.page.store_list .buttons {
    margin: 0;
  }
}

/* 店舗 詳細 */
body.page.store-info .slideshow__autoplay.slider-button.no-js-hidden{
  display:none;
}
body.page.store-info .bold {
    font-weight: 500;
}
body.page.store-info table tr td p {
    margin-top: 0;
}
body.page.store-info .slideshow__controls {
    border: none;
    margin-top: -44px;
    color: #fff;
z-index: 5;
}
body.page.store-info .slider-counter.slider-counter--dots .slider-counter__link--dots .dot {
    border: 0.1rem solid rgba(255,255,255,0.5);
}
body.page.store-info .slider-counter.slider-counter--dots .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff;
}
body.page.store-info .slideshow__controls .slider-button svg path{
    fill: #fff;
}
body.page.store-info .slideshow-top + .shopify-section .image-with-text .image-with-text__media-item {
    display: none;
}
body.page.store-info #MainContent .shopify-section + .shopify-section .h1 {
    margin: 0 auto 120px !important;
}
body.page.store-info #MainContent .slideshow-top + .shopify-section .image-with-text__text-item {
    margin:0 auto;
    width: calc(100% - 8rem / var(--font-body-scale));
max-width: 78rem;
}
body.page.store-info #MainContent .slideshow-top + .shopify-section .image-with-text__text-item .image-with-text__content {
    padding: 0;
}
body.page.store-info table tr td a {
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 1px;
}
div.box-red {
    color: #e54343;
    border: 1px solid;
    width: 100%;
    padding:2.6rem 3rem;
    margin: 0 0 3rem;
}
div.box-red p{
    margin-top: 0;
}
div.box-red p.tit{
    margin: 0 0 0.8rem;
    font-weight: 500;
    font-size: 1.01em;
}
body.page.store-info table.address tr td, body.page.store-info table.address tr th {
    padding: 0 0 25px;
}

/* 本店 */
body.page.honten_store_page .image-with-text__content {
    padding: 4rem 4rem 3rem 5rem;
}
body.page.honten_store_page .image-with-text__text.rte p{
    font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 1.5;
}
body.page.store-info #MainContent .slideshow-top + .shopify-section .image-with-text__text-item .image-with-text__text.rte p{
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2;
}

@media screen and (max-width: 767px){
  body.page.store-info .slideshow__controls {
    margin-top: -10px;
  }
  body.page.store-info .shopify-section.section.slideshow-top{
        margin-bottom: 4vh;
  }
  body.page.store-info #MainContent .shopify-section + .shopify-section h2.h1 {
    text-align: left;
    width: 100%;
    margin: 0 !important;
  }
  body.page.store-info .rich-text__wrapper,
  body.page.store-info .image-with-text__grid{
    padding: 0 0.5rem ;
  }
  div.box-red {
    padding: 1.6rem 2rem;
    margin: 0 0 3.5rem;
  }
  body.page.store-info .image-with-text__text{
    margin-top:0;
  }
  body.page.store-info #MainContent .slideshow-top + .shopify-section .image-with-text__text-item .image-with-text__text.rte p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  body.page.store-info #MainContent .rich-text__wrapper{
    width: 100%;
  }
  body.page.store-info #MainContent .shopify-section + .shopify-section .rich-text .h1 {
    text-align: center;
    margin: 0 0 6vh !important;
  }
  body.page.store-info .rich-text__text.rte p {
    font-size: 1.5rem;
    text-align: left;
  }

  /* 本店 */
  body.page.honten_store_page .rich-text.content-container.gradient {
    padding-bottom: 7vh;
  }
  body.page.honten_store_page .image-with-text__content {
    padding: 3.5rem 0 0;
    margin: 0 auto;
  }
  body.page.honten_store_page .image-with-text__text.rte p {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }

  body.page.honten_store_page div.buttons {
    margin: 0 auto;
  }

}


/* お茶 詳細 */
body.ocha-detail .method h2.banner__heading,
body.ocha-detail .quality-list h2,
body.ocha-detail h2.rich-text__heading {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 80px;
}
body.ocha-detail .quality-list {
    width: 78rem;
    margin: 0 auto 140px;
    padding: 140px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    max-width: calc(100% - 2rem);
}
body.page .slideshow__text.banner__box {
    max-width: 64.5rem;
}
body.ocha-detail .quality-list ul{
    margin:2rem 0 0;
    padding: 0;
    list-style: none;
}
body.ocha-detail .quality-list ul li dl {
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: self-start;
}
body.ocha-detail .quality-list ul li:not(:last-child) {
    margin: 0 0 15px;
}
body.ocha-detail .quality-list ul li dl dt {
    width: 90px;
    position: relative;
    z-index: 1;
}
body.ocha-detail .quality-list ul li dl dd {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 1.4;
    width: calc(100% - 90px);
}
body.ocha-detail .quality-list ul li dl dd p {
    margin: 5px 0 12px;
    position: relative;
    height: 55px;
}
body.ocha-detail .quality-list ul li img{
    width: 100%;
}
body.ocha-detail .quality-list ul li dl dd p::after {
    content: "";
    width: calc(100% + 40px);
    display: block;
    height: 1px;
    background: #CB3539;
    margin: 0 0 0 -40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
body.ocha-detail .quality-list ul li:nth-child(2) dl dd p::after {
    background: #C54E2C;
}
body.ocha-detail .quality-list ul li:nth-child(3) dl dd p::after {
    background: #5E5F8C;
}
body.ocha-detail .quality-list ul li:nth-child(4) dl dd p::after {
    background: #A1801F;
}
body.ocha-detail .quality-list ul li:nth-child(5) dl dd p::after {
    background: #657624;
}
body.ocha-detail .quality-list ul li:nth-child(6) dl dd p::after {
    background: #5294A3;
}
body.ocha-detail .method h2.banner__heading{
    padding-left:10px;
    letter-spacing: 10px;
}

body.ocha-detail  .multicolumn {
    max-width: 980px;
    margin: 0 auto 240px;
}
body.ocha-detail .multicolumn .multicolumn-list {
    row-gap: 100px;
}
body.ocha-detail .multicolumn .multicolumn-list li:last-child{
    margin: 0 auto;
}
body.ocha-detail .multicolumn-list .media {
    padding-bottom: 0 !important;
}
body.ocha-detail .multicolumn-list .media img{
    position: static;
    transform: translate(0);
}
body.ocha-detail .multicolumn-list .multicolumn-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    margin: 0;
    padding: 0 2rem;
}
body.ocha-detail .multicolumn-list .multicolumn-card .multicolumn-card__image-wrapper{
    order: 2;
}
body.ocha-detail .multicolumn-list .multicolumn-card .multicolumn-card__info{
    order: 1;
    padding: 0;
}
body.ocha-detail .multicolumn-list .multicolumn-card .multicolumn-card__info h3{
    font-size: 20px;
    letter-spacing: 8px;
    padding: 0 0 40px 8px;
}
body.ocha-detail .image-with-text .image-with-text__media-item {
    max-height: 40vh;
}
body.ocha-detail .image-with-text__content {
    padding: 4rem;
}
body.ocha-detail #MainContent .image-with-text .h1 {
    margin: 0 !important;
    font-size: 24px;
    padding-bottom: 3.5rem;
}
body.ocha-detail #MainContent .image-with-text__text {
    margin: 0 0 2rem;
}
body.ocha-detail .buttons a {
    color: #333;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 1px;
    font-size: 15px;
}

@media screen and (max-width: 767px){
  body.ocha-detail #MainContent {
    padding-bottom: 0;
  }
  body.ocha-detail .method h2.banner__heading, body.ocha-detail .quality-list h2, body.ocha-detail h2.rich-text__heading{
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 6vh;
  }
  body.page.how_to_store #MainContent .page-width,
  body.page.ocha-detail #MainContent .page-width{
    max-width: 100vw;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  body.page .rich-text.content-container.gradient {
    padding-bottom: 10vh;
  }
  body.ocha-detail .quality-list ul {
    margin: 0;
  }
  body.ocha-detail .quality-list {
    margin: 0 auto 10vh;
    padding: 10vh 0;
  }
  body.ocha-detail .image-with-text__content {
    padding: 0;
    width: calc(100% - 4rem / var(--font-body-scale));
    margin: 0 auto;
  }
  body.ocha-detail .quality-list div.text {
    padding-bottom: 3rem;
    width: calc(100% - 4rem / var(--font-body-scale));
    margin: 0 auto;
  }
  body.ocha-detail .quality-list ul li dl {
    margin: 0 0 0 -0.5rem;
  }
  body.ocha-detail .quality-list ul li dl dt {
    width: 60px;
  }
  body.ocha-detail .quality-list ul li dl dd {
    padding: 0 0 0 8px;
    line-height: 1.3;
    width: calc(100% - 60px);
    font-size: 12px;
    letter-spacing: 0;
  }
  body.ocha-detail .quality-list ul li dl dd p {
    margin: 0 0 10px;
    position: relative;
    height: 44px;
  }
  body.ocha-detail .multicolumn-list .multicolumn-card .multicolumn-card__info h3 {
    font-size: 18px;
    padding: 0 0 20px 8px;
  }
  body.ocha-detail .multicolumn-list .multicolumn-card {
    padding: 0;
  }
  body.ocha-detail .multicolumn-list .multicolumn-card-spacing {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.ocha-detail .multicolumn-list .multicolumn-card-spacing img{
  width: 100%;
  }
  body.ocha-detail .multicolumn {
    margin: 0 auto 24vh;
  }
  body.ocha-detail .image-with-text__content {
    overflow: visible;
  }
  body.ocha-detail #MainContent .image-with-text .h1 {
    margin: 0 auto !important;
    font-size: 18px;
    padding-bottom: 0;
    text-align: center;
    transform: translateY(-86vw);
  }
  body.ocha-detail .buttons {
    margin: 0 auto;
  }
  body.ocha-detail .buttons + .buttons{
    margin-top: 2rem;
  }
  body.ocha-detail #MainContent .image-with-text__text {
    margin: 0.5rem 0 3.5rem;
  }
}


/* ご利用ガイド */
body.page.user_guide .list-top .page-width {
    padding: 0;
}
body.page.user_guide .multicolumn.background-primary .multicolumn-card {
    background: transparent;
}
body.page.user_guide .list-top .multicolumn-card__info {
    padding: 0;
}
body.page.user_guide .list-top .page-width a{
    text-decoration: none;
}
body.page.user_guide .list-top .page-width a h3 {
    font-size: 15px;
}
body.page.user_guide #MainContent .shopify-section + .shopify-section{
    padding: 0 0 80px;
}
body.page.how_to_store #MainContent .shopify-section + .shopify-section h2.h1,
body.page.user_guide #MainContent .shopify-section + .shopify-section h2.h1 {
    margin-bottom: 120px !important;
}
@media screen and (max-width: 767px){
  body.page.user_guide #MainContent .shopify-section + .shopify-section {
    padding: 0 0 20vh;
  }
  body.page.user_guide .multicolumn-list li:not(:last-child) {
    margin-bottom: 3rem;
  }
  body.page.how_to_store #MainContent .shopify-section + .shopify-section h2.h1{
    margin-bottom: 6vh !important;
  }
  body.page.how_to_brew #MainContent .shopify-section + .shopify-section h2.h1,
  body.page.how_to_store #MainContent .shopify-section + .shopify-section h2.title.h1 {
    margin-bottom: 6.5vh !important;
    padding: 0;
  }
  body.page.user_guide #MainContent .shopify-section + .shopify-section h2.h1 {
    margin: 2vh auto 7vh!important;
  }
}

/* お支払い方法 */
body.page #guide img {
    max-width: 100%;
}
.ph-card {
    display: inline-block;
    line-height: 0;
    max-width: 400px;
    padding-top: 20px;
    width: 60%;
}
.ph-cs {
    display: inline-block;
    line-height: 0;
    max-width: 500px;
    padding-top: 15px;
    width: 100%;
}
body.page.payment_method #guide table tr th {
    font-weight: 400;
    letter-spacing: 1px;
    width: 400px;
}
body.page.payment_method #guide table.cs-list tr td,
body.page.payment_method #guide table.commission tr td {
    text-align: center;
}
body.page.payment_method #guide table.bank-list tr th,
body.page.payment_method #guide table.pay-list tr th {
    text-align: center;
    width: 300px;
}
body.page.payment_method #guide table.pay-list tr td {
    line-height: 3em;
}
@media screen and (max-width: 767px){
  .ph-card {
    width: 90%;
  }
  body.page.payment_method #guide table.pay-list tr td,
  body.page.payment_method #guide table.pay-list tr th,
  body.page.payment_method #guide table.bank-list tr td,
  body.page.payment_method #guide table.bank-list tr th,
  body.page #guide table.bank-list tr td,
  body.page #guide table.bank-list tr th {
    width: 100%;
    display: block;
  text-align: left;
  }
}


/* お茶の上手な保存方法 */
body.page #guide h2,
body.page #MainContent h2.rich-text__heading.h1 {
    font-size: 24px;
}
body.page .image-with-text__text.rte p,
body.page .rich-text__text.rte p{
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2;
}
body.page.how_to_store .cause-list tr th{
    width: 110px;
    vertical-align: top;
    letter-spacing: 10px;
}
body.page.how_to_store .cause-list tr td{
    letter-spacing: 1px;
  padding:0 0 20px;
}
body.page.how_to_store .cause-list tr:last-of-type td{
  padding:0;
}
body.page.how_to_store #MainContent .shopify-section.iwt + .shopify-section h2.rich-text__heading.h1 {
    margin-top: 0 !important;
}
body.page.how_to_store #MainContent h2.title.h1 {
    font-size: 24px;
}
@media screen and (max-width: 767px){
  body.page.page.how_to_store #MainContent {
    padding-bottom: 80px;
    margin-bottom: 6vh;
  }
  body.page .image-with-text__text.rte p,
  body.page .rich-text__text.rte p{
    font-size: 1.5rem;
  }
  body.page.how_to_store #MainContent h2.title.h1 ,
  body.page #guide h2, body.page #MainContent h2.rich-text__heading.h1 {
    font-size: 20px;
  }
  body.page.how_to_brew #MainContent .shopify-section + .shopify-section h2.h1{
    margin-top: 10vh !important;
  }
  body.page.how_to_store .cause-list tr th {
    width: 70px;
  }
  body.page.how_to_store .cause-list tr td {
    padding: 0 0 2vh;
    line-height: 1.6;
  }
  body.page.how_to_brew .image-with-text__content,
  body.page.how_to_store .image-with-text__content {
    padding: 3.5rem 0 0;
    width: calc(100% - 4rem / var(--font-body-scale));
  margin: 0 auto;
  }
}


/* お茶の上手な保存方法 */
span.ph-how {
    border: none;
    max-width: 650px;
    line-height: 0;
    display: inline-block;
    padding: 1rem 0 0;
}
span.ph-how img{
    border: none;
}
body.page.how_to_brew #MainContent .image-with-text__heading.h1 {
    display: none;
}
body.page.how_to_brew #MainContent ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
body.page.how_to_brew #MainContent ul li{
    text-indent: -1em;
    line-height: 1.6;
    padding: 0 0 8px 1em;
    letter-spacing: 1px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px){
  body.page.how_to_brew #MainContent .image-with-text .title.h1 {
    display: none;
  }
  body.page.how_to_brew #MainContent .image-with-text .title.h1 + .image-with-text__grid {
    margin-top: 10vh;
  }
  body.page.how_to_brew #MainContent .shopify-section + .shopify-section h2.image-with-text__heading.h1 {
    display: block;
        margin-top: 1rem !important;
    margin-bottom: 2rem !important;
  }
}

/* 会社概要 */
body.page.company_profile .slideshow .slideshow__slide .slideshow__text-wrapper {
    background: rgba(0,0,0,0.2);
}
body.page.company_profile table.address tr td, 
body.page.company_profile table.address tr th {
    padding: 0 0 24px;
    text-align: left;
}
body.page.company_profile table.address tr th {
    min-width: 18rem;
}
body.page.company_profile table.address tr td p{
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
}
body.page.company_profile #MainContent h2.rich-text__heading.h1 {
    margin: 0 auto 120px !important;
}
@media screen and (max-width: 767px){
  body.page.company_profile .rich-text__wrapper {
    width: 100%;
  }
  body.page.company_profile table.address tr td, table.address tr th {
    display: block;
  }
  body.page.company_profile table.address {
    width: 100%;
    margin: 0;
  }
  body.page.company_profile table.address tr th {
    min-width: 100%;
    font-weight: 700;
    padding: 0;
    letter-spacing: 4px;
  }
  body.page.company_profile .shopify-section + .shopify-section slideshow-component .slideshow.banner{
    height: 94vw;
  }
  body.page.company_profile #MainContent h2.rich-text__heading.h1 {
    margin: -2vh auto 7vh !important;
  }
}


/* 中村藤吉本店について */
body.page.about .rich-text.content-container.gradient {
    padding-bottom: 240px;
}
body.page.about .image-with-text__content {
    padding: 4rem 4rem 0 4.5rem;
}
body.page.about .ph-right .image-with-text__content {
    padding: 4rem 4.5rem 0 4rem;
}
body.page .image-with-text__content p.mrt{
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2;
  margin-bottom:0;
}
body.page .image-with-text__content p.mrt span.mrt{
    display: inline-block;
    width: 30px;
    line-height: 0;
    margin: 0 0 0 7px;
}
body.page .image-with-text__content p.mrt span.mrt img{
    width: 100%;
    transform: translateY(8px);
}
body.page.about .image-with-text .image-with-text__media-item {
    max-height: 31vw;
}
body.page.about .image-with-text .image-with-text__media {
    border: none;
}

/* 中村藤吉本店の歴史 */
body.page.history #history-list {
    padding: 0 0.5rem;
}
body.page.history #history-list .inner {
    position: relative;
    padding-bottom: 1px;
}
body.page.history #history-list .inner::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    left: calc(50% + 3.5rem + 7px);
    position: absolute;
    top: 20px;
    background: #666;
}
body.page.history #history-list dl img{
    width: 100%;
}
body.page.history #history-list dl {
    margin: 0 0 240px;
    display: flex;
    position: relative;
    z-index: 1;
}
body.page.history #history-list dl dd,
body.page.history #history-list dl dt{
    width: 50%;
}
body.page.history #history-list dl dt {
    line-height: 0;
}
body.page.history #history-list dl img.bd{
    border: 1px solid #eee;
}
body.page.history #history-list dl dd {
    margin: 0;
    padding: 4rem 4rem 0 3.5rem;
    font-size: 16px;
    letter-spacing: 1px;
}
body.page.history #MainContent .slideshow-top + .shopify-section h2.rich-text__heading.h1 {
    margin: 20px 0 140px !important;
}
body.page.history #history-list > h2 {
    font-size: 28px;
    text-align: center;
    margin: 180px 0;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}
body.page.history #history-list dl dd h2 {
    margin: 0 0 3rem;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
}
body.page.history #history-list dl dd h2 span{
    font-size: 0.45em;
    margin: 3px 0 0 10px;
}
body.page.history #history-list dl dd h2::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-radius: 100%;
    background: #fff;
    margin: 4px 10px 0 0;
}
body.page.history #history-list dl dd h3 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0 0 3.5rem 24px;
line-height: 1.5;
}

body.page.history span.mrt{
    display: inline-block;
    width: 30px;
    line-height: 0;
    margin: 0 5px;
}
body.page.history span.mrt img{
    width: 100%;
    transform: translateY(8px);
}
body.page.history #history-list dl dd .text {
    margin: 0 0 0 24px;
}
body.page.history #history-list dl dd .text h3{
    margin: 0;
}


@media screen and (max-width: 767px){
  body.page.history .shopify-section.section.slideshow-top,
  body.page.about .shopify-section.section.slideshow-top{
    margin-bottom: 7vh;
  }
  body.page.history #MainContent .shopify-section + .shopify-section h2.rich-text__heading.h1 {
    margin: 10vh auto !important;
  }
  body.page.history #MainContent .slideshow-top + .shopify-section h2.rich-text__heading.h1 {
    margin: 0 0 6vh !important;
  }
  body.page.history .rich-text .rich-text__wrapper{
    width: 100%;
  }
  body.page .rich-text__blocks.left .rich-text__buttons {
    margin-top: 5vh;
  }
  body.page.about #MainContent .image-with-text.page-width.isolate{
    margin-bottom: 14vh;
  }
  body.page.about .rich-text.content-container.gradient {
    padding-bottom:14vh;
  }
  body.page.about .rich-text .rich-text__wrapper {
    padding: 0 0.5rem;
    width: 100%;
  }
  body.page.about .image-with-text .image-with-text__media-item {
    max-height: 100%;
  }
  body.page.about .image-with-text .image-with-text__media {
    margin-left: -1rem;
  }
  body.page.about .image-with-text .ph-right .image-with-text__media {
    margin-left: 0;
    margin-right: -1rem;
  }
  body.page.about .ph-right .image-with-text__content ,
  body.page.about .image-with-text__content {
    padding: 4rem 0.5rem 0;
  }

body.page.history #history-list {
    padding: 0 1rem;
}
  body.page.history #history-list > h2 {
    font-size: 22px;
    margin: 10vh 0;
  }
  body.page.history #history-list dl {
    margin: 0 0 12vh;
    display: block;
  }
  body.page.history #history-list dl dd, body.page.history #history-list dl dt {
    width: 100%;
  }
  body.page.history #history-list dl dt  {
    margin-left: -1rem;
    width: calc(100% + 1rem);
  }
  body.page.history #history-list dl.ph-right dt  {
    margin-left: 0;
    margin-right: -1rem;
    width: calc(100% + 1rem);
  }
  body.page.history #history-list dl:first-of-type dt  {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
  body.page.history #history-list dl dd {
    padding: 3rem 0 0 1rem ;
    font-size: 15px;
  }
  body.page.history #history-list .inner::after {
    left: 1.5rem;
  }
  body.page.history #history-list dl dd h2::before {
    width: 13px;
    height: 13px;
    margin: 4px 8px 0 -1px;
  }
  body.page.history #history-list dl dd h2 {
    margin: 0 0 2rem;
    font-size: 26px;
 }
  body.page.history #history-list dl dd h3 {
    font-size: 18px;
    margin: 0 0 2rem 22px;
  }
}


/* その他のお茶 */
@media screen and (max-width: 767px){
  body.page.ocha-detail.other-tea-page .shopify-section.section.slideshow-top {
    margin-bottom: 24vh;
  }
  body.page.ocha-detail.other-tea-page .image-with-text__grid.ph-right .image-with-text__media-item {
    order: 1;
  }
  body.page.ocha-detail.other-tea-page .image-with-text__grid.ph-right .image-with-text__text-item {
    order: 2;
  }
}


/* 玄米茶 
body.page.genmaicha-page #MainContent #shopify-section-template--16673160298709__cff4b968-a5b4-4ce4-8789-0240d07cbe7b h2.rich-text__heading.h1 {
    margin: 180px auto 80px !important;
}
body.page.genmaicha-page #shopify-section-template--16673160298709__cff4b968-a5b4-4ce4-8789-0240d07cbe7b .rich-text.content-container.gradient {
    padding-bottom: 280px;
}
@media screen and (max-width: 767px){
  body.page.ocha-detail #MainContent #MainContent #shopify-section-template--16673160298709__cff4b968-a5b4-4ce4-8789-0240d07cbe7b .page-width {
    padding-right: 0;
    padding-left: 0;
  }
  body.page.genmaicha-page #shopify-section-template--16673160298709__cff4b968-a5b4-4ce4-8789-0240d07cbe7b .rich-text.content-container.gradient {
    padding-bottom: 10vh;
    margin: 0 1rem 10vh;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
body.page.genmaicha-page #MainContent #shopify-section-template--16673160298709__cff4b968-a5b4-4ce4-8789-0240d07cbe7b h2.rich-text__heading.h1 {
    font-size: 18px;
    margin: 10vh 0 6vh !important;
  }
}
*/
  

/* 水出し煎茶 */
body.page.reicha-page .rich-text.content-container.gradient {
    padding-bottom: 240px;
}
@media screen and (max-width: 767px){
  body.page.reicha-page .rich-text.content-container.gradient {
    padding-bottom: 16vh;
  }
}


/* 玉露 */
body.page.gyokuro-page .slideshow .slideshow__slide .slideshow__text-wrapper {
    background: rgba(0,0,0,0.2);
}

/* 「煎茶」藤吉 */
body.ocha-detail.sencha-tokichi-page .quality-list ul li dl dd {
    padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px){
  body.ocha-detail.sencha-tokichi-page .quality-list ul li dl dd {
    padding: 6px 0 0 8px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}


/* 消費期限の短い商品の注文を承れない地域 */
body.page.delivery-freeze #guide table {
    max-width: 100%;
}
body.page.delivery-difficulty #guide table {
    max-width: 100%;
}
body.page.delivery-difficulty #guide table tr th:first-of-type,
body.page.delivery-difficulty #guide table tr td:first-of-type{
    text-align: center;
}
body.page.delivery-difficulty #guide ul.guide-list li h3 {
    text-align: center;
}
body.page.delivery-cool #guide table + .text,
body.page.delivery-freeze #guide table + .text{
    margin-top: 1.5rem;
}

/* cart */
.cart-items td {
    line-height: 0;
}
.cart__ctas div > button {
    margin: 0 !important;
    width: 100%;
}
#all-in-gift-checkout-button{
    background: #333333;
    box-shadow: none;
    outline: none;
    border: none;
    min-height: 57px;
    border-radius: 0;
}

#popup-delivery .btn-close,
#cart-block *{
    pointer-events: none;
    opacity: 0.4;
}
#all-in-gift-checkout-button:hover {
    opacity: 0.4;
}
.shopify-block.shopify-app-block + #block-checkout{
    width: 100%;
    height: 70px;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
#block-checkout + .shopify-block.shopify-app-block {
    margin: 0;
}
#block-checkout + .shopify-block.shopify-app-block .delivery-container .delivery-title {
    margin-bottom: 0;
    margin-top: 0;
    padding:10px 0;
}
body.cartOn .shopify-block.shopify-app-block + #block-checkout {
  display:none;
}
body.cartOn #all-in-gift-checkout-button,
body.dlyOn #popup-delivery .btn-close,
body.cartOn #cart-block *{
    pointer-events: auto;
    opacity: 1;
}
body.cart #cart-attribute__field{
    border: 1px solid #999;
    padding: 2rem;
    margin: 3rem 0;
    font-size: 14px;
    line-height: 1.4;
}
body.cart #cart-attribute__field > p{
    margin-top: 0;
}
body.cart #cart-attribute__field ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
body.cart #cart-attribute__field ul li{
    text-indent: -1.8em;
    padding: 0 0 1rem 1.8rem;
}
body.cart #cart-attribute__field ul li:last-child{
    text-indent: -1.8em;
    padding: 0 0 0 1.8rem;
}
body.cart #cart-attribute__field ul li a{
  color:#333;
}

@media screen and (max-width: 767px){
  body .totals,
  body .tax-note {
    text-align: left;
  }
}

/* ポップアップ */
.popupBox{
	display:none;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	z-index:10010;
    text-align: left;
}
.popOn #popup-delivery{
  display:block;
}
#popup-delivery.popupBox .block {
    top: 7vh;
    margin: 0;
    height: 86vh;
    overflow-y: scroll;
}
.popupBox .closeBg{
	display:block;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:1001;
}
.popupBox .block{
	position:absolute;
	top:49%;
	left:50%;
	width:90%;
	max-width: 860px;
	z-index:1100;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.popupBox .block{top:55%;}

.popupBox{
  overflow: scroll;
}
.popupBox .block{
    position: absolute;
    top: 10%;
    left: 50%;
    width: 90%;
    max-width: 800px;
    z-index: 1100;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0 0 60px;
}

.popupBox .close .top{
	position:absolute;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popupBox .close .bottom{
	position:absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popupBox .inner {
    background: #fff;
    padding: 30px;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
}
.popupBox .inner p {
    font-size: 14px;
}
.popupBox .inner .tit{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding: 0 0 25px;
}

.popupBox .inner .titSub{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 0 20px;
}
.popupBox .inner .tit + .text{
    padding: 10px 0 20px;
}
.popupBox .inner .lead p, .popupBox .inner .text > p{
    padding: 0;
    margin: 0;
}
.popupBox .inner a{
  color: #000;
  text-decoration: underline;
}

.popupBox .inner .lead {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
    margin: 0 0 40px;
}
.popupBox .inner .notice {
    margin: 0 0 0 -5px;
}
.popupBox .inner .notice li{
    text-indent: -1em;
    padding: 0 0 8px 1em;
}
.popupBox .inner .notice li span.indent{
    display: inherit;
    padding: 0 0 0 1em;
}
.popupBox .inner .notice + .text{
    padding: 10px 0 0;
}
.popupBox .inner #guideLines dl dt{
    padding: 0 0 35px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}
.popupBox .inner #guideLines dl dd:not(:last-child){
    padding: 0 0 25px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}

.popupBox .inner #guideLines .appBtn{
    text-align: center;
}
.popupBox .inner #guideLines .appBtn a {
    margin: 15px;
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    text-indent: 0;
}
.popupBox .inner #guideLines .appBtn a:hover{
  opacity:0.6;
}
.popupBox .inner #guideLines .appBtn a img{
    height: 60px;
    width: auto;
}

@media screen and (min-width: 960px) {
  .popupBox .close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
  .popupBox .close span{
  	top:20px;
  	width:40px;
  	height:2px;
  	position:absolute;
  	background:#fff;
  }
  .popupBox .close:hover{
  	-moz-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
  }
  .popupBox .inner a:hover{
    color: #000;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .popupBox .close{
  	position:absolute;
  	width:30px;
  	height:30px;
  	top:-40px;
  	right:-3px;
  }
  .popupBox .close span{
  	top:20px;
  	width:30px;
  	height:2px;
  	position:absolute;
  	background:#fff;
  }
  .popupBox .block{    
	top: 10%;
	transform: translate(-50%,0);
  }
  .popupBox .inner{margin:0 0 20px;}
  
}

/* popup-delivery */
#popup-delivery div.text {
    padding-bottom: 0;
}
#popup-delivery div.text > p{
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 3rem;
}
div.guide{
    border: 1px solid #999;
    padding: 20px;
  margin-bottom:30px;
}
div.guide h2{
    text-align: center;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 1rem 0 3rem;
}
div.guide h3{
    font-size: 1.7rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 1.4rem;
}
div.guide .guide-list li{
    margin-bottom: 2.4rem;
}
div.guide table {
    width: 100%;
}
div.guide table.subject {
    margin: 0 0 1.6rem;
}
div.guide table tr th,
div.guide table tr td{
    padding: 15px 20px;
  font-size: 14px;
}
div.guide table.subject tr td{
    font-weight: 500;
}
div.guide p.check {
    padding: 24px;
    margin: 24px -20px -20px;
    background: #eee;
    color: #000;
    letter-spacing: 1px;
    font-size: 1.5rem;
}
div.btn-close {
    background: #333;
    width: 240px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 2px;
cursor: pointer;
}

@media screen and (max-width: 960px) {
  #popup-delivery.popupBox .block {
    top: 4vh;
    margin: 0;
    height: 80vh;
    overflow-y: scroll;
  }
  .popupBox .inner {
    padding: 20px;
  }
  #popup-delivery div.text > p {
    margin-bottom: 2rem;
  }
  div.guide {
    padding: 15px;
    margin-bottom: 20px;
  }
  div.guide h2 {
    font-size: 18px;
    margin: 0 0 1rem;
  }
  div.guide h3 {
    font-size: 1.5rem;
  }
  div.guide table tr th, div.guide table tr td {
    padding: 12px 15px;
  }
  div.guide table tr td,
  div.guide table tr th {
    display: table-cell;
  }
  div.guide table tr td,
  div.guide table tr th {
    width: 35%;
  }
  div.guide table tr th + th{
    width: 65%;
  }
  div.guide p.check {
    padding: 15px;
    margin: 15px -15px -15px;
  }
  div.guide p.check label{
    text-indent: -1.8em;
    display: inline-block;
    padding: 0 0 0 1.8em;
  }
}


/* 初代 中村藤吉 */

dl#tokichi {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
dl#tokichi h3{
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 500;
}
dl#tokichi img{
    width: 100%;
}
dl#tokichi dt {
    line-height: 0;
    width: 49%;
}
dl#tokichi dd {
    margin: 0;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
    width: 51%;
}
@media screen and (max-width: 768px) {
  dl#tokichi {
    display: block;
  }
  dl#tokichi dt {
    width: 70%;
    margin: 0 auto;
  }
  dl#tokichi dd {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  dl#tokichi h3 {
    margin: -12px 0 -2px;
    text-align: center;
    font-size: 20px;
  }

}

/* Hulk Form Builder
.form_generater_form_div {
    padding: 0;
    max-width: 600px;
}
.form_submit_div button.btn {
    max-width: 360px;
    font-weight: 400;
    letter-spacing: 10px;
    display: inline-block;
    height: 52px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    width: 100%;
}
.form_submit_div button.btn:hover{
  opacity:0.6;
    font-size: 15px;
}
input.form-control {
    box-shadow: none;
    height: 46px;
}
textarea.form-control {
    box-shadow: none;
}
*/



/* 商品詳細ページ tab用  2024.11.15　*/
.tab-block {
    box-sizing: border-box;
}
.tab-block .tab-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tab-block .tab-1 > label {
    flex: 1 1;
    order: -1;
    width: 25%;
    padding: .7em 1em .5em;
    margin: 0;
    border-color: rgba(15,15,15,.2) rgba(15,15,15,.2) #fff #fff ;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #535353;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}
.tab-block .tab-1 > label.tab-first {
    border-color: rgba(15,15,15,.2) rgba(15,15,15,.2) #fff rgba(15,15,15,.2);
}
.tab-block .tab-1 > label:hover {
    opacity: .8;
}
.tab-block .tab-1 input {
    display: none;
}
.tab-block .tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    border: 1px solid rgba(15,15,15,.2);
}
.tab-block .tab-1 label:has(:checked) {
    border-color: #036c46 rgba(15,15,15,.2) #fff #fff;
    border-style: solid;
    border-width: 4px 1px 1px 1px;
    color: #333333;
}
.tab-block .tab-1 label.tab-first:has(:checked) {
    border-color: #036c46 rgba(15,15,15,.2) #fff rgba(15,15,15,.2);
}
.tab-block .tab-1 label:has(:checked) + div {
    display: block;
}


/* 商品詳細ページ 備考モーダル用  2024.11.15 */
.item-note-btn {
    padding: 0.5em;
}
.item-note-btn a,
.item-note-close {
    text-decoration: underline;
    color: #4D4D4D;
}
.item-note-btn a:hover,
.item-note-close:hover {
    text-decoration: none;
    color: #CCC;
}

.modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index:99;
}
.modal__bg {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    flex-flow: column;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    height: inherit;
    max-height: 80vh;
    font-size: 85%;
}

@media screen and (max-width: 749px){
  .modal__content {
    padding: 20px;
  }
}

/* コレクションページ 商品一覧アイコン用  2024.12.2 */
li:has(.new-icon){
    position:relative;
}
.new-icon{
    position: absolute;
    top:0;
    left:0;
    width: 45px;
    max-width: 25%;
    height: 45px;
    z-index: 2;
}
.new-icon img{
    width: 100%;
    max-width: 45px;
}

/* LPページ フェードイン用  2024.12.11 */
.ani-block {
    opacity: 0;
    transition: all 2s;
    transform: translate(0,50px);
}
.fade-in {
    animation-name: imageBlur;
    transition: transform 1.5s linear;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}


/* 味わい・香り用 2025.1 */

.item-detail-block-waku {
  display: flex;
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  margin: 1em auto;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 750px) {
  .item-detail-block-waku { flex-flow: column;}
}
.item-detail-block {
  width: 100%;
  max-width: 650px;
  margin:  1em auto;
  padding: 1.5em;
  box-sizing: border-box;
}
.item-detail-block table tr td:first-child {
    width: 100px !important;
}
.tab-block .tab-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tab-block .tab-2 > label {
    flex: 1 1;
    order: -1;
    width: 25%;
    padding: .25em .5em .25em;
    margin: 0 5px;
    border-color: #EFEFEF #EFEFEF #fff #EFEFEF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #535353;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}
.tab-block .tab-2 > label:hover {
    opacity: .8;
}
.tab-block .tab-2 input {
    display: none;
}
.tab-block .tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    border: 1px solid rgba(15,15,15,.2)
}
.tab-block .tab-2 label:has(:checked) {
    background-color: #036c46;
    border-color: #036c46 #036c46 #036c46 #036c46;
    border-style: solid;
    border-width: 4px 1px 1px 1px;
    color: #FFF;
}
.tab-block .tab-2 label.tab-first:has(:checked) {
    border-color: #036c46 #036c46 #036c46 #036c46;
}
.tab-block .tab-2 label:has(:checked) + div {
    display: block;
}


.item-features {
    position: relative;
    margin: 2em 0;
    padding: 1.5em;
    border: 3px solid #EFEFEF;
}
.item-features .features-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: calc(50% - 60px);
    width: 120px;
    padding: 0 9px;
    line-height: 1;
    font-size: 110%;
    background: #fffef8;
    color: #000;
    text-align: center;
}
.item-features p {
    margin: 0; 
    padding: 0;
}

.item-scene {
    position: relative;
    margin: 2em 0;
    padding: 1.5em;
    border: 3px solid #036C46;
    background-color: #FFF;
}
.item-scene .scene-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 100%;
    background: #036C46;
    color: #ffffff;
}
.item-scene p {
    margin: 0;
    padding: 0;
}

.taste-chart {
    width: 100%;
    table-layout: fixed;
}
.taste-chart th{
    width: 60px;
    word-break: keep-all;
    text-align: left;
    font-weight: normal;
}
.taste-chart td {
    font-size: 0.85em;
}
.taste-chart td.tL { text-align: left;}
.taste-chart td.tC { text-align: center;}
.taste-chart td.tR { text-align: right;}
.taste-chart td img{
    width: 100%;
}

.title-line {
  text-align: center;
}
.title-line h4{
  position: relative;
  display: inline-block;
  padding: 0 80px;
  font-size: 120%;
  word-break: keep-all;
}

.title-line h4:before, .title-line h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 3px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.title-line h4:before {
  left:0;
}
.title-line h4:after {
  right: 0;
}

.more-link-btn {
  border: 1px solid #CCC;
  text-align: left;
  position: relative;
  margin: 1em auto;
  width: 90%;
  max-width: 400px;
  font-size: 90%;
}
.more-link-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 15px;
  background: #8DC21F;
  margin: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.more-link-btn a {
  display: block;
  padding: 0.75em 20px;
  text-decoration: none;
  color: #4D4D4D;
}
.more-link-btn a:hover {
  background-color: #FFF;
  color: #4D4D4D;
}


/* 中村銘茶ページ改定用 2025.1 */

.page-anchor-link {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 1em;
    box-sizing: border-box;
}
.page-anchor-link a{
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #4D4D4D;
}
@media screen and (max-width: 750px) {
    .page-anchor-link a span { display: block;}
}
@media screen and (max-width: 600px) {
    .page-anchor-link a span { display: inline-block}
}
.page-anchor-link a:hover{
    color: #000;
    background-color: #efefef;
}
.page-anchor-link .row{
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.page-anchor-link .row li {
    border: 1px solid #CCC;
    font-size: 90%;
    text-align: left;
    position: relative;
    margin-bottom: 1em;
}
.page-anchor-link .row li::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    display: inline-block;
    width: 15px;
    height: 8px;
    background: #8DC21F;
    margin: 0;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.page-anchor-link .row .col-3 { width: calc(100% / 3 - 20px);}

@media screen and (max-width: 600px) {
    .page-anchor-link .row { display: block;}
    .page-anchor-link .row .col-3 { width: 100%;}
}

.rich-text__text {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2;
}

.parentheses-block {
    position: relative;
    width: 780px;
    max-width: calc(100% - 2rem);
    margin: 40px auto;
    padding: 1em 2em;
    box-sizing: border-box;
}

.parentheses-block::before,
.parentheses-block::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.parentheses-block::before {
    border-left: solid 1px #ccc;
    left: 0;
}

.parentheses-block::after {
    border-right: solid 1px #ccc;
    right: 0;
}

.spec-table dl {
    border-bottom: 1px dotted #CCC;
    display: flex;
    padding: 10px;
    margin: 0;
    font-size: 90%;
}
.spec-table dt {
    width: 100px;
    padding-right: 10px;
    line-height: 1.5;
}
.spec-table dt span{
    font-size: 75%;
    word-break: keep-all;
}
.spec-table dd {
    flex: 1;
    line-height: 1.5;
    margin-left: 20px;
}

.finishing-block {
    width: 780px;
    max-width: calc(100% - 2rem);
    margin: 40px auto;
    padding: 1em 0;
    box-sizing: border-box;
}
.finishing-block .spec-table dt {
    width: 65px;
    text-align: center;
}
.finishing-block .spec-table dt p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #006800;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 65px;
    font-weight: bold;
}
.finishing-block .spec-table dt p.i-circle02 {
    background: #8DC21F;
}
.finishing-block .spec-table dt p span{
    font-size: 70%;
    display: block;
}
.finishing-block .spec-table dd {
    display:flex;
    align-items: center;
}

.column-block {
    width: 780px;
    max-width: calc(100% - 2rem);
    margin: 40px auto;
    padding: 1em 0;
    box-sizing: border-box;
}
.column-block .row {
    display: flex;
    justify-content: space-between;
}
.column-block .row2 {
    display: flex;
    justify-content: space-between;
}
.column-block .col-2 {
    width: calc(100% / 2 - 20px);
    margin-bottom: 1em;
}
.column-block .col-2a {
    width: 30%;
}
.column-block .col-2b {
    width: 65%;
}
.column-block .order1 {
    order: 1;
}
.column-block .order2 {
    order: 2;
}
.column-block .col-3 {
    width: calc(100% / 3 - 20px);
    margin-bottom: 1em;
}
.column-block .col-2 img,
.column-block .col-3 img {
    max-width: 100%;
}
.column-block .col-3 h4 {
    text-align: center;
    margin: 0.5em 0;
}
.column-block .col-3 p {
    font-size: 85%;
    line-height: 1.8;
}
.column-block .col-2a .kaori { text-align: center;}
.column-block .col-2a .kaori img {
    width: 100%;
    max-width: 220px;
}
@media screen and (max-width: 600px) {
    .column-block .row { flex-flow: column;}
    .column-block .col-2 { width: 100%;}
    .column-block .col-2a { width: 100%;}
    .column-block .col-2b { width: 100%;}
    .column-block .order1 { order: 2;}
    .column-block .order2 { order: 1;}
    .column-block .row2 { flex-wrap: wrap;}
    .column-block .row2 .col-3 { width: calc(100% / 2 - 10px);}
    .column-block .col-2a .kaori img { width: 50%;}
}
@media screen and (max-width: 480px) {
    .column-block .row2 { flex-flow: column;}
    .column-block .row2 .col-3 { width: 100%;}
}

.product-item-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.quality-block {
    width: 780px;
    margin: 0 auto 80px;
    padding: 80px 0;
    /*border-top: 1px solid #dddddd;*/
    max-width: calc(100% - 2rem);
}
.quality-list-block {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.quality-list-block li {
    width: calc(100% / 3 - 25px);
    margin: 0;
    margin-bottom: 3em;
    border-bottom: 1px dotted #CCC;
    display: flex;
    flex-direction:column;
}
.quality-list-block li.col-2 {
    width:48%;
    margin: 0;
    margin-bottom: 3em;
    border-bottom: 1px dotted #CCC;
    display: flex;
    flex-direction:column;
}
@media screen and (max-width: 600px) {
    .quality-list-block li { width:48%;}
}
@media screen and (max-width: 400px) {
    .quality-list-block li, 
    .quality-list-block li.col-2 { width:100%;}
}
.quality-list-block li h4 {
    font-weight: 300;
    text-align: center;
    padding: 0.75em;
    margin: 0;
    font-size: 120%;
}
.quality-list-block li p {
    font-size: 80%;
    margin-top: 0;
}
.quality-list-block li .difference {
    position: relative;
    padding-top: 25px;
}
.quality-list-block li .difference p::before {
    content: "Difference";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #006800;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    line-height: 1.5;
}
.quality-list-block li .high {
    position: relative;
    padding-top: 25px;
    height: auto;
    flex-grow:1;
}
.quality-list-block li .high p::before {
    content: "High Quality";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #006800;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    line-height: 1.5;
}
.quality-list-block li .high.notext p::before {
    content: "　";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #006800;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    line-height: 1.5;
}
.quality-list-block li .standard {
    position: relative;
    padding-top: 25px;
    height: auto;
    min-height: 150px;
}
@media screen and (max-width: 400px) {
    .quality-list-block li .standard { min-height: inherit;}
}
.quality-list-block li .standard p::before {
    content: "Standard";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #9CB500;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    line-height: 1.5;
}
.quality-list-block li .standard.notext p::before {
    content: "　";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #9CB500;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    line-height: 1.5;
}

/* メニューアレルギー情報ページ用 2025.2 */

.allergy-info-block {
    width: 960px;
    margin: 0 auto 40px;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    max-width: calc(100% - 2rem);
}
.allergy-info-block h2 {
    margin-top: 0;
    margin-bottom: 2em;
    padding-top: 120px;
}
@media screen and (max-width: 749px) {
    .allergy-info-block h2 {
        margin: 60px auto 10vh !important;
    }
}
.allergy-info-block h2 span {
    display: block;
    font-size: 60%;
}
.allergy-info-block-inner {
    overflow-x: scroll;
    margin-bottom: 40px;
}
.allergy-info-block-inner::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #EFEFEF; 
}
.allergy-info-block-inner::-webkit-scrollbar-thumb {
    background: #CCC;
    width: 2px;
    height: 3px;
    border-radius: 3px;
}
.allergy-info-block-inner img {
    width: 100%;
    min-width: 100%;
}
@media screen and (max-width: 750px) {
    .allergy-info-block-inner img { min-width: 800px;}
}

.arrow-block {
    display: none;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    font-size: 75%;
}
@media screen and (max-width: 750px) {
    .arrow-block{ display: flex;}
}
.arrow {
    position: relative;
    width: 120px;
    height: 1px;
    margin-left: 5px;
    display: inline-block;
}
.arrow span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 120px;
    height: 1px;
    overflow: hidden;
}
.arrow span::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    background-color: #CCC;
    animation: arrow 3s linear infinite;
}
@keyframes arrow {
  0%   { opacity: 0; transform: translateX(-100%); }
  20%  { opacity: 1; transform: translateX(0); }
  45%  { opacity: 1; transform: translateX(0); }
  70%  { opacity: 1; transform: translateX(100%); }
  80%  { opacity: 0; transform: translateX(100%); }
  100% { opacity: 0; transform: translateX(100%); }
}

.recipepage-btn {
    width:200px;
    text-align:center;
    margin-bottom: 30px;
}
.recipepage-btn a {
    display:block;
    padding:10px;
    background:#4D4D4D;
    text-decoration:none;
    color: #FFF !important;
}


/* ブログタグ用 2025.8 */
.tag-label a.post__tags__tag {
  font-size:75%;
	background: #666;
	color: #FFF !important;
	padding-right:7px;
  padding-left:7px;
}
.tag-label a.post__tags__tag:hover {
	background: #000;
}

/* 商品ページ手提げ袋用 2025.11 */
.handbag-select {
  border-top: 1px solid #ccc;
  padding: 16px 0;
}
.handbag-select a {
    color: rgba(var(--color-link), var(--alpha-link));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: all 0.3s 0s ease;
}
.handbag-select a:hover {
    text-decoration: none;
}
