/** Shopify CDN: Minification failed

Line 439:3 Unexpected "{"

**/
/* Place any CSS overrides in this file. */
/*
================ Common ================
*/
@media (min-width:321px) {
 .visible-sp-320 {
   display: none!important
 }
}

@media (min-width:768px) {
  .visible-sp {
    display: none!important
  }
}

@media (min-width:992px) {
  .visible-tb {
    display: none!important
  }
}

@media (max-width:991px) {
  .visible-pc {
    display: none!important
  }
}

@media (max-width:767px) {
  .hidden-sp {
    display: none!important
  }
}

@media (max-width:991px) {
  .hidden-tb {
    display: none!important
  }
}

@media (min-width:992px) {
  .hidden-pc {
    display: none!important
  }
}
/* Header */
#sm-twitter img {
  width: 21px;
  height: auto;
}
.fa-twitter:before {
  font-size: 1.5em;
}
#powrIframeLoader {
  display: none;
}

/* Main Content */
.main-content {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .main-content {
    padding: 0 20px;
  }
}
/* Page Title */
.sitewide--title-wrapper {
  line-height: 1;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sitewide--title-wrapper {
    margin: 0 0 60px;
  }
}
.page--title-wrap {
  display: inline-block;
  position: relative;
  padding: 0 10px 15px;
  border-bottom: 2px solid #EE1C26;
}
.page--title {
  font-size: 40px;
  margin-bottom: 0;
}
.page--title-wrap:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 54px;
    border-bottom: 2px solid #00A4E7;
}
@media only screen and (max-width: 768px) {
  .page--title {
    font-size: 30px;
  }
}

/* Breadcrumb */
.breadcrumb {
    list-style: none;
    overflow: auto;
    margin: 0 0 10px;
    padding: 15px 0;
    font-size: 1rem;
    white-space: nowrap;
}
.breadcrumb__item {
  display: inline;
  position: relative;
  margin-right: 20px;
  white-space: normal;
}
.breadcrumb__item:after {
    content: "＞";
    position: absolute;
    top: 0;
    right: -15px;
}
.breadcrumb__item:last-child::after {
  content: none;
}
.breadcrumb__item a {
  color: #3251AD;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item span span {
  font-size: 0.5em;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
      max-width: 1100px;
      margin: 0 auto 25px;
      padding: 18px 30px;
      font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 10px;
    padding: 15px 20px;
  }
}

/* Button */
.cart--button-checkout {
  border-color: #EE1C26;
}
.btn--primary {
  max-width: 260px !important;
  border: 2px solid #EE1C26 !important;
  border-radius: 20px !important;
  margin: 30px auto 0 !important;
}
.homepage-sections-wrapper--dark .button-primary {
  color: #EE1C26;
}
.homepage-sections-wrapper--dark .button-primary:hover {
  background: #EE1C26;
  color: #fff;
  border: 2px solid #fff;
}
.homepage-sections-wrapper--dark .button-primary:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn--secondary {
  border-color: #ddd;
}

/* Pagination */
.pagination {
  text-align: center;
  width: 100%;
}
.pagination .pagination-number a {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 7px;
  padding: 7px 17px;
  font-size: 1rem;
  line-height: 1.6;
}
.pagination .pagination-number a:first-child {
  margin-left: 0;
}
.pagination .pagination-arrow a {
  padding: 7px 17px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.6;
}
.pagination .pagination-arrow a:hover {
  opacity: .7;
}
.pagination .pagination-arrow a:hover:before {
  content: none;
}

/* ®の下付き */
.product-details-product-title span {
  font-size: .5em;
}
.product-grid--title a span{
  font-size: .5em; 
}
.trademark {
  font-size: .5em; 
}

/* etc */
.tax {
  font-size: .7em;
}
/*
================ Section ================
*/
h2.homepage-sections--title {
  font-size: 40px;
  letter-spacing: .1em;
  margin-bottom: 30px;
  color: #EE1C26;
}
@media only screen and (max-width: 768px) {
  h2.homepage-sections--title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .shopify-section .homepage-sections-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 0;
  }
}
/* Image with Text */
.homepage-sections-wrapper--dark .homepage-featured-box-btn {
  border: 1px solid #ee1c26;
  font-weight: bold;
}
.homepage-sections-wrapper--dark .homepage-featured-box-btn:hover {
  border: 1px solid #fff;
}

/* Info columns */
.info-columns-header {
  max-width: 1070px;
  width: 70%;
  padding: 20px 15px;
  margin: 0 auto 50px;
  border-radius: 40px;
  background-color: #fff;
  color: #333;
}
.info-columns-header p {
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.info-columns-header img {
  margin-bottom: 15px;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .info-columns-header img {
    max-width: 200px;
  }
}
.info-cols--title {
  text-align: center;
}
.info-cols--text {
  text-align: center;
}
.info-cols--row {
  max-width: 1130px;
  width: calc(70% + 60px);
}
.info-cols--image .responsive-image-wrapper img {
  max-width: 400px;
}
.info-cols--link--wrapper {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.info-cols-btn .button-primary {
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .info-cols--container {
    padding: 20px 0 !important;
  }
  .info-columns-header {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
  }
  .info-columns-header h2 {
    font-size: 20px;
  }
  .info-columns-header p {
    font-size: 12px;
    font-weight: normal;
  }
  .info-cols--title {
    font-size: 18px;
  }
  .info-cols--container [class^=info-cols--item] {
    padding: 0;
  }
}

/* For ATHLETE */
#index-athlete-01 {
  margin-top: 60px;
}
#index-athlete-01 .responsive-image-wrapper img {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #index-athlete-01 {
    margin-top: 40px;
  }
  #index-athlete-01 .sitewide--title-wrapper {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
   #index-athlete-01 .homepage-sections-wrapper {
     margin-left: 0;
     margin-right: 0;
   }
  #index-athlete-01 .responsive-image-wrapper img {
    max-width: 250px;
    object-fit: contain;
  }

}

/* 適正糖質シリーズ */
#index-toushitsu-01 {
  background-image: url(/cdn/shop/files/lp_bg_y.jpg?v=1669951445);
}
#index-toushitsu-01 h2,
#index-toushitsu-01 h3 {
  color: #ff5600;
}
#index-toushitsu-01 .responsive-image-wrapper img {
  border-radius: 20px;
}
#index-toushitsu-01 .button-primary {
  background: #ff5600;
  color: #fff;
  border: 2px solid #ff5600;
}
#index-toushitsu-01 .button-primary:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#index-toushitsu-01 .button-primary:hover {
  background: #fff;
  color: #ff5600;
  border: 2px solid #ff5600; 
}
#index-toushitsu-01 .button-primary:hover:after {
  border-top: 1px solid #ff5600;
  border-right: 1px solid #ff5600;  
}
@media only screen and (max-width: 768px) {
  #index-toushitsu-01 .homepage-sections-wrapper {
     margin-left: 0;
     margin-right: 0;
   }
  #index-toushitsu-01 .sitewide--title-wrapper {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-toushitsu-01 .responsive-image-wrapper img {
    max-width: 250px;
    object-fit: contain;
  }
}

/* メディミルシリーズ */
#index-medimeal-01  {
  background-image: url(/cdn/shop/files/section_medimeal_bg.jpg?v=1673240801);
  background-size: cover;
  background-position: center;
}
#index-medimeal-01  h2 {
  color: #ff8b04;
}
#index-medimeal-01  h3 {
 color: #803236;
}
#index-medimeal-01  .responsive-image-wrapper img {
  border-radius: 20px;
}
#index-medimeal-01 .button-primary {
  background: #00a33e;
  color: #fff;
  border: 2px solid #00a33e;
  font-weight: bold;
  margin-top: 30px;
}
#index-medimeal-01  .button-primary:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#index-medimeal-01 .button-primary:hover {
  background: #fff;
  color: #00a33e;
  border: 2px solid #00a33e; 
}
#index-medimeal-01  .button-primary:hover:after {
  border-top: 1px solid #00a33e;
  border-right: 1px solid #00a33e;  
}
@media only screen and (max-width: 768px) 
  #index-medimeal-01 .sitewide--title-wrapper {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }{
  #index-medimeal-01  .homepage-sections-wrapper {
     margin-left: 0;
     margin-right: 0;
   }
}


/* やわらかシリーズ */
#index-yawaraka-01 {
  background: #629dcf;
}
#index-yawaraka-01  .responsive-image-wrapper img {
  border-radius: 20px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  #index-yawaraka-01  .responsive-image-wrapper img {
    width: 100%;
  }
}
#index-yawaraka-01 .info-columns-header h2 {
  color: #012c76;
}
#index-yawaraka-01 .info-cols--title {
  color: #012c76;
}
#index-yawaraka-01 .info-cols--text {
  color: #fff;
}
#index-yawaraka-01 .button-primary {
  background: #012c76;
  color: #fff;
  border: 2px solid #012c76;
  font-weight: bold;
  margin-top: 30px;
}
#index-yawaraka-01  .button-primary:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#index-yawaraka-01 .button-primary:hover {
  background: #fff;
  color: #012c76;
  border: 2px solid #012c76;
}
#index-medimeal-01  .button-primary:hover:after {
  border-top: 1px solid #012c76;
  border-right: 1px solid #012c76;
}

/* 食物アレルギー配慮商品 */
#index-allergy {
  background: #fff;
}
#index-allergy .info-columns-header {
  border: 2px solid #EE1C26;
}
#index-allergy  .responsive-image-wrapper img {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
   #index-allergy  .info-cols--title {
    margin-top: 0;
  }
  #index-allergy  .responsive-image-wrapper img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
  }
}
#index-allergy .info-columns-header h2 {
  color: #EE1C26;
}
#index-allergy .info-cols--title {
  color: #EE1C26;
}
#index-allergy .info-cols--text {
  color: #fff;
}
#index-allergy .button-primary {
  background: #EE1C26;
  color: #fff;
  border: 2px solid #EE1C26;
  font-weight: bold;
  margin-top: 30px;
}
#index-allergy  .button-primary:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#index-allergy .button-primary:hover {
  background: #fff;
  color: #EE1C26;
  border: 2px solid #EE1C26;
}
#index-allergy  .button-primary:hover:after {
  border-top: 1px solid #EE1C26;
  border-right: 1px solid #EE1C26;
}

/* 減塩シリーズ */
#index-salt  {
  background-image: url(/cdn/shop/files/section_salt_bg.png?v=1704701350);
  background-size: cover;
  background-position: center;
}
#index-salt .responsive-image-wrapper {
  /*border-radius: 20px;
  background: #fff;*/
}
#index-salt  .responsive-image-wrapper img {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  #index-salt  .info-cols--title {
    margin-top: 0;
  }
  #index-salt  .responsive-image-wrapper img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
  }
}
#index-salt .info-columns-header h2 {
  color: #a9874d;
}
#index-salt .info-cols--title {
  color: #a9874d;
}
#index-salt .info-cols--text {
  color: #fff;
}
#index-salt .button-primary {
  background: #a9874d;
  color: #fff;
  border: 2px solid #a9874d;
  font-weight: bold;
  margin-top: 30px;
}
#index-salt  .button-primary:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#index-salt .button-primary:hover {
  background: #fff;
  color: #a9874d;
  border: 2px solid #a9874d;
}
#index-salt  .button-primary:hover:after {
  border-top: 1px solid #a9874d;
  border-right: 1px solid #a9874d;
}

/* たんぱくシリーズ */
#index-protein {
  background: #FFF9E6;
}
#index-protein .info-columns-header {
  border: 2px solid #D0A900;
}
#index-protein .responsive-image-wrapper img {
  padding: 15px;
  aspect-ratio: 1;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #index-protein  .info-cols--title {
    margin-top: 0;
  }
  #index-protein  .responsive-image-wrapper img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
  }
}
#index-protein .info-columns-header h2 {
  color: #EE1C26;
}
#index-protein .info-cols--title {
  color: #EE1C26;
}
#index-protein .info-cols--text {
  color: #fff;
}
#index-protein .button-primary {
  background: #EE1C26;
  color: #fff;
  border: 2px solid #EE1C26;
  font-weight: bold;
  margin-top: 30px;
}
#index-protein  .button-primary:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#index-protein .button-primary:hover {
  background: #fff;
  color: #EE1C26;
  border: 2px solid #EE1C26;
}
#index-protein .button-primary:hover:after {
  border-top: 1px solid #EE1C26;
  border-right: 1px solid #EE1C26;
}

/* Featured collection */
.homepage-product-grid-wrapper {
  justify-content: space-around;
}
.grid-view-item-image {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .homepage-product-grid-wrapper {
    justify-content: center;
  }
}

/**/
.swiper-pagination {
  margin-top: 20px;
}


/* image--gallery.liquid */
.image-gallery-wrapper .gallery-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 15px;
  row-gap: 30px;
}
.homepage-gallery-grid-item {
 width: 50%; 
  max-width: 535px;
}
.image-gallery-wrapper .remove-spacing .homepage-gallery-grid-item {
  padding: 0 15px !important;
}
@media only screen and (max-width: 768px) {
  .image-gallery-wrapper .gallery-grid {
    padding: 50px 0;
  }
}

/* newsletter */
.newsletter--section {
  max-width: 800px;
  margin: 30px auto 60px;
  padding: 0 !important;
}
.newsletter--section-inner {
    border: 1px solid #ee1c26;
  border-radius: 40px;
  padding: 50px 15px;
}
.newsletter--section .newsletter_title h3 {
  color: #ee1c26;
  margin-bottom: 15px;
}
.newsletter--section .newsletter_title h3:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/cdn/shop/files/icon-mail-color.svg?v=1668987951);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.newsletter--section .newsletter_title p {
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
}
.newsletter--section .wrapper .newsletter-form-wrap {
  display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
}
.newsletter--section .newsletter-form-wrap .grid__item {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.newsletter--section .newsletter--section--grid_inner #newsletter-wrapper {
  width:80% !important;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .shopify-section .newsletter--section {
    padding: 45px 8vw 40px;
  }
  .newsletter--section .newsletter-form-wrap .grid__item {
    margin-top: 0;
  }
  .newsletter--section .newsletter_title h3 {
    font-size: 24px;
  }
  .newsletter--section .newsletter_title p {
    font-weight: 400;
    font-size: 14px;
  }
  .newsletter--section .newsletter--section--grid_inner #newsletter-wrapper {
    width: 100% !important;
    margin-top: 0;
  }
}
/* Blog posts list */
.blog-posts-list-wrapper {
  max-width: 800px;
  margin: 0 auto 30px;
}  
.blog-posts-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}  
.blog-posts-list-item:first-child {
  border-top: 1px solid #DDDDDD;
}
.blog-posts-list-item-date {
  margin: 0 0 10px;
  font-weight: bold;
}  
.blog-posts-list-item-title {
  position: relative;
  padding: 0 0 0 20px;
  transition: all 0.3s ease;
  line-height: 1.8;
  font-weight: bold;
}
.blog-posts-list-item a:hover .blog-posts-list-item-title {
  color: #3251AD;
  text-decoration: underline;
}
.blog-posts-list-item-title span:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 7px 10px 0 0;
  border-top: 1px solid #EE1C26;
  border-right: 1px solid #EE1C26;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
  margin: 0;
}  
.blog__view-all {
  max-width: 280px;
  margin: 0 auto;
}
.button-primary {
  display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: inherit;
    padding: 10px;
    border: 1px solid #EE1C26;
    border-radius: 100px;
    background-color: #fff;
    box-sizing: border-box;
    color: #EE1C26;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
  border-width: 2px;
    cursor: pointer;
}
.button-primary:after {
      content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #EE1C26;
    border-right: 1px solid #EE1C26;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}
/* Custom Content */
h2.text-size-large {
  font-size: 40px;
  letter-spacing: .1em;
  margin-bottom: 30px;
  color: #ee1c26;
}
h2.text-size-medium {
  font-family: var(--body-font-stack);
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}
h2.text-size-small {
  
}
.cutom-content-wrapper .textarea {
  max-width: 800px;
  margin: 30px auto 60px;
  text-align: center;
}
.cutom-content-wrapper .textarea p {
  line-height: 1.8;
  font-weight: 700;
  font-size: 16px;
}
.cutom-content-wrapper .btn-wrap {
  max-width: 380px;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  h2.text-size-large {
    font-size: 24px;
  }
  h2.text-size-medium {
    font-size: 18px;
  }
  .cutom-content-wrapper .textarea p {
    font-weight: 400;
    font-size: 14px;
  }
}

/*
================ Header ================
*/
.site-header__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.site-nav__dropdown {
  min-width: 200px;
}
.top-links--icon-links {
  margin-left: 30px;
}
.top-links--icon-links li a {
  padding: 15px 5px;
}
.top-links--icon-links .fa-lg {
  font-size: 1.5em;
}
/* mobile */
.mobile-grid--table .site-nav--mobile .fa-2x {
  font-size: 20px;
}  
.right-side.has-search-icon .site-nav--mobile {
  align-items: center;
}  
.mobile-nav-bar-wrapper .site-nav__link {
  padding: 11px 11px 11px 0;
} 
@media only screen and (max-width: 768px) {
  .mobile-nav-bar-wrapper {
    padding: 0;
  }
  .mobile-nav-bar-wrapper .mobile-grid--table {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-nav--mobile a {
    padding: 20px 0px;
  }
  .site-nav--mobile .search-button i, .site-nav--mobile .fa-2x {
    font-size: 24px;
  }
}


/*
================ Footer ================
*/
.site-footer {
  margin-top: 45px;
}
.footer-wrapper .bottom--footer {
  margin-top: 0;
  text-align: center;
  background: #ee1c26;
}
.footer-links {
  display: flex;
  justify-content: space-around;
}
.footer-wrapper .bottom--footer---links {
  margin: 0;
  padding: 5px 0;
}
.footer-wrapper .bottom--footer---links a {
  color: #fff;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    row-gap: 15px;
  }
}
/*
================ Index ================
*/
.flow-homepage .sitewide--title-wrapper {
  margin: 0 0 30px;
}
.flow-homepage .homepage-product-grid-wrapper .grid__item {
  margin-bottom: 0;
}
/*
================ Product ================
*/
.product-details-wrapper {
  background: #fff;  
  padding: 0;
}
/* Image */
.product-medias__media[data-media-type=image] img {
  border-radius: 20px;
}
.product-medias__main {
  aspect-ratio: 4 / 3;
}
.swiper-wrapper {
  height: 100%  !important;
  align-items: center !important;
}
.swiper-slide {
  display: flex;
  align-items: center;
  height: 100% !important;
}
.product-medias__thumbnail img {
  border-radius: 20px;
}
.product-medias__with-thumbnails.product-medias__with-thumbnails--below .product-medias__thumbnails {
  align-items: center;
}
/* Title */
.product-details-product-title {
  font-family: var(--body-font-stack);
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
  .product-details-product-title {
      font-size: 24px;
  }
}

/* Price */
.product-details-product-price .money {
  font-family: var(--body-font-stack);
      margin: 0 0 20px;
    font-size: 20px;
      font-weight: bold;
}
.product-details-product-price .money:after,
.cart__subtotal .money:after {
  content: "（税込）";
  font-size: 0.7em;
  margin-left: -6px;
}

/* Description */
.product-description-container h2 {
  font-family: var(--body-font-stack);
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-top: 3px solid #CCCCCC;
  padding-top: 20px;
  margin-top: 60px;
  margin-bottom: 25px;
}
.product-description-container h2:first-child{
  margin-top: 0;
}
.product-description-container h2:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 105px;
  height: 3px;
  background: #EE1C26;
}
.product-description-container th {
  width: 30%;
  border: 1px solid #D7D7D7;
  background: #EEEEEE;
  padding: 7px 15px;
}
.product-description-container td {
  width: 70%;
  border: 1px solid #D7D7D7;
  border-left: none;
  padding: 7px 15px;
}
.product-description-container img {
   height: auto !important;
   width: auto !important;
}
.product-origin__data,
.product-nutrition__data {
  max-width: 500px;
  margin-bottom:10px;
}
.product-origin__data th,
.product-origin__data td,
.product-nutrition__data th,
.product-nutrition__data td {
  width: 50%;
}
.product-origin__data tr td:first-child {
  border-left: 1px solid #D7D7D7;
}

/* Buy Button */
#AddToCart {
  max-width: 240px;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  padding: 10px 40px 10px 30px;
  border: 1px solid #EE1C26;
  border-radius: 100px;
  background-color: #EE1C26;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#AddToCart:hover {
  text-decoration: none;
  opacity: .7;
}
#AddToCart .js {
  font-weight: bold;
}
#AddToCart .js:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* Variation Buttons */
.swatch input:checked+label {
  background: #EE1C26;
  color: #fff;
}
.swatch-element.available label {
  color: #333;
  background: transparent;
  font-weight: bold;
  border-radius: 5px;
}
.swatch-element label {
  border: 1px solid #333;
}

/* Metafields */
.product-details-product-metafields {
  margin-top: 10px;
}
.product-metafields-product-storage-method-item {
    display: inline-block;
    padding: 1px 8px 2px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}
.product-metafields-product-storage-method-item.icon-freezing {
  background: #0000cc;
}  
.product-metafields-product-storage-method-item.icon-chilled {
  background: #06b0f0;
}  
.product-metafields-product-storage-method-item.icon-normal {
  background: #ed7d32;
}    
.product-metafields-product-feature {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.product-metafields-product-feature-list {
  list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.product-metafields-product-feature-list li {
      padding-left: 1em;
    text-indent: -1em;
}
.product-metafields-product-feature-list li:before {
  content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    border-radius: 100%;
    background: #EE1C26;
}
.product-metafields-product-data {
  padding: 15px 30px;
  background: #EEEEEE;
}
.product-metafields-product-data p {
  margin-bottom: 0;
}
.product-metafields-product-textarea {
  list-style: none;
  margin: -20px 0 30px;
}
.product-allergy-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  margin: 0 0 10px;
}
.product-allergy-item {
  padding: 1px 8px 2px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background: #71ad47;
}  

/* Swiper */
.swiper-button--prev,
.swiper-button--next {
  border-radius: 50%;
  background: #EE1C26
}
.swiper-button-disabled {
  display: none;
  background: var(--border-color);
}
@media only screen and (max-width: 768px) {
  .swiper-button--next, 
  .swiper-button--prev {
    top: calc(50% - 30px);
  }
}

/* Note */
.subscription-note {
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #EE1C26;
  text-decoration: underline;
}        
  .btob-note {
  font-weight: bold;
  color: #EE1C26;
}

/* Product recommendations */
.product-page-related-products .page--title {
  font-size: 20px;
    letter-spacing: .1em;
}
.product-page-related-products .sitewide--title-wrapper {
  margin: 0 0 30px;
}
.product-page-related-products .swiper-wrapper {
  justify-content: center;
}
.recently-viewed-products .page--title {
  font-size: 20px;
    letter-spacing: .1em;
}
.recently-viewed-products .sitewide--title-wrapper {
  margin: 0 0 30px;
}
.recently-viewed-products .swiper-wrapper {
  justify-content: center;
}

/*
================ Collection ================
*/
.collection-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.collection-wrapper .sitewide--title-wrapper {
  
}
.product-grid--title h2 {
  font-size: var(--base-font-size);
  line-height: 1.6;
  font-family: var(--body-font-stack);
  font-style: var(--body-font-style);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}
.grid__item .aspect-ratio img, .aspect-ratio svg {
  object-fit: contain;
} 

/*
================ Collection List ================
*/
@media only screen and (max-width: 768px) {
  .collection-list-wrap {
    display: flex;
    flex-direction: column;
  }
  .collection-list-wrap .grid__item {
    width: 100%;
  }
}
  
/*
================ Page ================
*/
/* Common */
.tamplate-page-content h2 {
  font-family: var(--body-font-stack);
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-top: 3px solid #CCCCCC;
  padding-top: 20px;
  margin-top: 60px;
  margin-bottom: 25px;
}
.tamplate-page-content h2:first-child{
  margin-top: 0;
}
.tamplate-page-content h2:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 105px;
  height: 3px;
  background: #EE1C26;
}
.tamplate-page-content th {
  width: 30%;
  border: 1px solid #D7D7D7;
  background: #EEEEEE;
  padding: 7px 15px;
}
.tamplate-page-content td {
  width: 70%;
  border: 1px solid #D7D7D7;
  border-left: none;
  padding: 7px 15px;
}

/* Contact */
.contact-page .page-main--wrapper {
  max-width: 780px;
  margin: 0 auto;
}
#contact_form textarea {
  max-height: 100px;
}
.contact-form--submit-button {
  text-align: center;
}
form#contact_form .contact-form--submit-button .btn {
  float: none;
  width: 260px;
}

/* FAQ */
.accordion--faq-wrapper h2 {
  font-family: var(--body-font-stack);
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-top: 3px solid #CCCCCC;
  padding-top: 20px;
  margin-top: 60px;
  margin-bottom: 25px;
  color: #333;
  text-align: left;
}
.accordion--faq-wrapper h2:first-child{
  margin-top: 0;
}
.accordion--faq-wrapper h2:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 105px;
  height: 3px;
  background: #EE1C26;
}

/* アンバサダーファンボード */
.template-page-amb-eca .page--title{
  font-size: 30px;
}
.template-page-amb-eca .page-text {
    line-height: 1.6;
    color: var(--text-color);
    font-family: var(--body-font-stack);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.template-page-amb-eca h2 {
  border-top: none;
  margin-bottom: 60px;
}
.template-page-amb-eca h2:after {
  content: none;
}
.template-page-amb-eca h2 a {
  color: #ee1c26;
}
@media only screen and (max-width: 768px) {
  .template-page-amb-eca .page--title{
    font-size: 22px;
  }
  .template-page-amb-eca .page-text {
    font-size: 1rem;
  }
}

/* Survey */
.survey-terms-of-use-container {
  max-width: 800px;
  margin: 0 auto;
}  
  
.survey-terms-of-use-inner {
  margin: 0 0 30px;
  padding: 20px;
  width: 100%;
  height: 300px;
  overflow: scroll;
  border: 1px solid #888;
  text-align: left !important;
}
.survey-terms-of-use-inner a {
  text-decoration: underline;
  color: #EE1C26;
}

.survey-terms-of-use-input {
  margin: 20px 0 50px;
  text-align: center;
}
.survey-terms-of-use-btn {
  text-align: center;
}
.btn-disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}  

/* Download */
.dowonload-wrap {
  max-width:600px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}  
.download-newsletter {
  display: none;
}
.btn-disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}


/*
================ Blog ================
*/
.blog-template--main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.article--indiv {
  width: 50%;
  margin: 0;
}
.article-item {
  padding-left: 0;
}

/*
================ Article ================
*/
.article-container .page--title {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .article-container .page--title {
    font-size: 22px;
  }
}
.article--image-wrapper img {
  max-width: 600px;
  height: auto;
}

/*
================ Cart ================
*/
.cart__row label {
  display: block;
}
.cart__subtotal .money {
  font-size: 20px;
}
.cart-note-wrap {
  padding-left: 55px;
}
.cart-note-wrap textarea {
  width: 80%;
}
.cart--button-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .cart-note-wrap textarea {
    width: 100%;
  }
  .cart--button-wrap {
    flex-direction: column;
  }
}

.continue-shopping-button a {
  background: #ee1c26;
  color: #fff;
  width: 80%;
  border-radius: 20px;
  padding: 15px 35px;
  border: 1px solid #ee1c26;
  margin-top: 30px; 
}
 .continue-shopping-button a:hover {
   background: #fff;
   color: #ee1c26;
}
@media only screen and (max-width: 768px) {
  .cart-note-wrap {
    display: flex;
    flex-direction: column;
  }
  .cart-note-container {
    order: 2;
  }
  .continue-shopping-button {
    order: 1;
    text-align: center;
  }
  .continue-shopping-button a {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/* Note */
 .cart-note-btob-item {
  width: 80%;
  margin-bottom: 20px;
}
.cart-note-btob-item input {
  border: 1px solid var(--border-color);
  width: 100%;
}
.cart-note-btob-wrap .super {
  vertical-align: super;
  color: #ee1c26 ;
  font-size: 0.5em;
}
.cart-note-btob-wrap {
  margin-top: 20px;
}
.cart-note-btob-wrap p {
  color: #ee1c26 ;
  margin-bottom: 5px;
}
.cart-note-btob-wrap .cart-note-btob-item:first-child {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .cart-note-btob-item {
    width: 100%;
  }
  .cart-note-btob-wrap {
    order: 3;
  }
  .cart-note-container {
    order: 2;
  }
}

/*
================ Search ================
*/
#SearchContainer #search-input {
  background: #fff;
  padding-left: 10px;
}
.search--header .sitewide--title-wrapper {
  width: 100%;
}
.search--header .page--title {
  font-family: var(--body-font-stack);
  font-size: 20px;
  text-align: left;
}
.template-search .input-group.search-bar {
  width: 50%;
}
/*
================ Account ================
*/
/* Link */
.template-customers a {
  transition: all 0.3s ease;
}
.template-customers a:hover {
  color: #fff;
}
/* Button */
.account-section--btn {
  max-width: 260px;
  border: 2px solid #EE1C26;
  border-radius: 20px;
  margin: 30px auto 0;
}
.drawer--right .account-section--btn {
  max-width: 260px;
  border: 2px solid #EE1C26;
  border-radius: 20px;
  margin: 30px auto 0;
}
.account-section--btn:focus-visible {
  outline: none;
}
.account-section--secondary--btn {
  max-width: 260px;
  border: 2px solid #ddd;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.account-section--secondary--btn:hover {
  background-color: #F2F2F2;
}
.account-section--secondary--btn:focus-visible {
  outline: none;
}
/* Login */
.drawer {
  background-color: #fff;
}
.recover_password-title {
  font-size: 1em;
}
/* Register */
.form-accepts_marketing {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
}
.form-accepts_marketing span {
  padding-left: 20px;
  display: inline-block;
  font-weight: normal;
}
/* Account */
 .account__logout-btn {
  min-width: 200px;
  text-align: center;
  margin-top: 0;
}
.account__subscription-btn a {
  background: #ee1c26;
  color: #fff;
  min-width: 200px;
  max-width: 260px;
  border-radius: 20px;
  padding: 10px 35px;
  border: 2px solid #ee1c26;
  margin-top: 30px;
  margin-bottom: 0;
}
.account__subscription-btn a:hover {
  background: #fff;
  color: #ee1c26;
}
.account__subscription-btn-text {
  margin-bottom: 40px;
}
.account__subscription-btn-text p {
  margin-bottom: 5px;
}
.account__subscription-btn-text ul {
  margin-left: 5px;
}  
.account__subscription-btn-text a {
  color:#ee1c26;
  text-decoration: underline;
  margin-left: 3px;
}
.account__subscription-btn-text a:hover {
 color:#ee1c26;
 opacity: 0.8;
}

.account__form-btn-text {
  margin-top: 20px;
}
.account__form-btn-text ul {
  margin: 0;
}
.account__form-btn-text ul li {
  list-style: none;
}
.account__form-btn-text a {
  color:#ee1c26;
  text-decoration: underline;
  margin-left: 3px;
}
.account__form-btn-text a:hover {
 color:#ee1c26;
 opacity: 0.8;
}


/* Address */
.account-customer-name {
  font-family: var(--body-font-stack);
    padding: 0 10px;
    background: #EE1C26;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
  font-weight: bold;
}
.account--sub-title {
  font-family: var(--body-font-stack);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.template-customer-address form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 20px;
  border: 1px solid #ADADAD;
}
.adress-new-btn {
  text-align: center;
  margin-bottom: 60px;
}
.adress-new-btn a:hover {
  color: #fff;
}
.account-cancel-btn {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .template-customer-address form {
    padding: 30px 20px;
  }
}

/*
================ Policy ================
*/
/* Title */
.shopify-policy__title {
  display: inline-block;
  position: relative;
  padding: 0 10px 15px;
  border-bottom: 2px solid #EE1C26;
  margin-bottom: 60px;
}
.shopify-policy__title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 54px;
  border-bottom: 2px solid #00A4E7;
}
.shopify-policy__title h1 {
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .shopify-policy__container {
    padding-left: 0;
    padding-right: 0;
  }
  .shopify-policy__title h1 {
    font-size: 24px;
  }
  .shopify-policy__container .shopify-policy__body th {
    white-space:normal;
    padding: 4px 10px;
    width: 40%;
  }
  .shopify-policy__container  .shopify-policy__body td {
    padding: 4px 10px;
    width: 60%;
  }
}
/* Contents */
.shopify-policy__container {
  max-width: 800px;
  text-align: center;
}
.shopify-policy__body {
  text-align: left;
}
.shopify-policy__container a {
  color: #3251AD;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: none;
}
.shopify-policy__container a:hover {
  text-decoration: underline;
}
.shopify-policy__body table {
  width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #D7D7D7;
}
.shopify-policy__body th {
  display: table-cell;
    padding: 15px 20px;
    border: 1px solid #D7D7D7;
    white-space: nowrap;
    background: #EEEEEE;
}
.shopify-policy__body td {
  display: table-cell;
  padding: 15px 20px;
  border: 1px solid #D7D7D7;
}

/*
================ App ================
*/
/* GLO Related Products */
#ga-product_related h2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
.ga-products .gowl-stage {
  width: 100% !important;
    display: flex;
    justify-content: center;
}
.ga-products .gowl-item {
  width: calc(100% / 4) !important;
}
.ga-carousel_wrapper .ga-product {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
}
.ga-product_image {
  border-radius: 20px;
  background-size: cover;
}
#ga-cart h2 {
  margin-bottom: 30px;
}
.gowl-stage {
  margin: 0 auto;
}
.ga-product_price.money {
  font-weight: 400 !important;
}
.ga-product_price.money:after {
  content: "(税込)";
  font-size: 0.7em;
}
.ga-product_addtocart {
      border-radius: var(--alt-btn-border-radius) !important;
}

/* Mikawaya */
.mikawaya-product-page-widget-container {
  background: #eee !important;
}
#one-time-purchase-option,
#subscription-purchase-option-label input {
  display: none;
}
.mikawaya-selling-plan-radio-container:first-child {
  margin-top: 10px;
}
.mikawaya-radio-button {
  transform: scale(1.5) !important;
  margin-bottom: 0px !important;
}
.cart__meta-text__subscription {
  font-weight: bold;
  color: #ee1c26;
}
.cart__meta-text__subscription-text {
  font-weight: initial;
  color: initial;
}
.css-17cnxsj {
  font-size: 0;
}
.css-17cnxsj:before {
  font-size:18px;
  content:'定期購入を停止する';
}
#mikawaya-subscription-lines-items + p,
#mikawaya-subscription-lines-coupon {
  display: none !important;
}
#subscription-purchase-text {
  line-height: 1.2;
  margin-top: 0 !important;
}
#subscription-purchase-text:after {
  content: '\A通常価格から\A 10％OFF';
  font-size: 14px;
  white-space: pre;
}
@media only screen and (max-width: 768px) {
  #subscription-purchase-text:after {
    font-size: 13px;
  }
}
#mikawaya-subscription-lines-items {
  overflow: hidden !important;
}
