@media print, screen and (min-width: 1000px) {
  .shopify-section--main-blog .only-sp {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .only-pc {
    display: none;
  }
}

.shopify-section--main-blog .breadcrumb--floating {
  z-index: 3;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .breadcrumb--floating {
    left: 20px;
  }
}

.shopify-section--main-blog .breadcrumb__list {
  padding: 19px 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .breadcrumb__list {
    padding: 12px 0;
  }
}

.shopify-section--main-blog .breadcrumb__item a, .shopify-section--main-blog .breadcrumb__item span {
  color: #fff;
}

.shopify-section--main-blog .breadcrumb__item a svg {
  margin-right: 9px;
}

.shopify-section--main-blog .breadcrumb__item a svg path {
  fill: #fff;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .breadcrumb__item a svg {
    margin-right: 5px;
  }
}

.shopify-section--main-blog .breadcrumb__item + .breadcrumb__item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.061' height='10.707' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Path_11963' data-name='Path 11963' d='M8876.827,251.7l5-5-5-5' transform='translate(-8876.474 -241.345)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.shopify-section--main-blog .main-blog-banner {
  position: relative;
  background: #e0e0e0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.shopify-section--main-blog .main-blog-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}

.shopify-section--main-blog .page-header__text-wrapper {
  margin: 0 !important;
  padding: 98px 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.shopify-section--main-blog .page-header__text-wrapper h1 {
  font-size: 3.6rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .page-header__text-wrapper {
    padding: 106px 0;
  }
  .shopify-section--main-blog .page-header__text-wrapper h1 {
    font-size: 2.6rem;
  }
}

.shopify-section--main-blog .link-bar {
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 63px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .link-bar {
    margin-top: 40px;
  }
}

.shopify-section--main-blog .link-bar__wrapper {
  width: 100%;
  border-bottom: 1px solid #E6E3D9;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .link-bar__wrapper::after {
    content: none;
  }
}

.shopify-section--main-blog .link-bar__link {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #554338;
  padding-bottom: 23px;
  letter-spacing: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .link-bar__link {
    padding-bottom: 19px;
  }
}

.shopify-section--main-blog .link-bar__link-item {
  padding: 0;
}

.shopify-section--main-blog .link-bar__link-item.link-bar__link-item--selected a {
  color: #F5A000;
  font-weight: 700;
}

.shopify-section--main-blog .link-bar__linklist {
  gap: 38px;
}

.shopify-section--main-blog .link-bar .link--animated:after {
  bottom: 0;
  background: #F5A000;
  height: 3px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .link-bar .link--animated:after {
    height: 2px;
  }
}

.shopify-section--main-blog .vertical-breather--margin.vertical-breather--extra-tight {
  margin-top: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .vertical-breather--margin.vertical-breather--extra-tight {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.shopify-section--main-blog .article-list {
  --article-list-row-gap: 36px;
  --article-list-column-gap: 32.5px;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.shopify-section--main-blog .article-list + .pagination {
  margin-top: 50px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .article-list + .pagination {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 741px) and (max-width: 999px) {
  .shopify-section--main-blog .article-list {
    -ms-grid-columns: (calc(100% / 2 - var(--article-list-column-gap) * (1 / 2)))[auto-fit];
        grid-template-columns: repeat(auto-fit, calc(100% / 2 - var(--article-list-column-gap) * (1 / 2)));
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--main-blog .article-list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    --article-list-row-gap: 20px;
    --article-list-column-gap: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--blog-post-banner {
    background: #FEF5E6;
  }
  .shopify-section--blog-post-banner .breadcrumb__list {
    padding: 22px 0;
  }
}

.shopify-section--blog-post-banner .article__header {
  display: block;
  background: transparent;
}

.shopify-section--blog-post-banner .article__header--wrapper {
  padding-top: 83px;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-banner .article__header--wrapper {
    padding-top: 70px;
  }
}

.shopify-section--blog-post-banner .article__header-content {
  text-align: left;
  padding: 0;
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--blog-post-banner .article__header-content {
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 1000px;
    padding: 30px 59px 0;
  }
}

.shopify-section--blog-post-banner .article__category {
  font-size: 1.5rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  min-width: 68px;
  min-height: 28px;
  line-height: 28px;
  padding: 0 5px;
  background: #9FD070;
  border-radius: 33px;
  text-align: center;
  margin-bottom: 9px;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-banner .article__category {
    margin-bottom: 12px;
  }
}

.shopify-section--blog-post-banner .article__title {
  font-size: 3.4rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #554338;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-banner .article__title {
    font-size: 2.6rem;
    margin-bottom: 3px;
  }
}

.shopify-section--blog-post-banner .article__date {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  color: #554338;
}

.shopify-section--blog-post-banner .article__hastag {
  font-size: 1.5rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #554338;
  padding: 0 5px;
}

.shopify-section--blog-post-banner .article__hastag--list {
  margin: 7px -5px 0;
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--blog-post-banner .article__hastag--list {
    display: inline-block;
    margin: 0 -5px 0 14px;
  }
}

.shopify-section--blog-post-banner .article__image-wrapper {
  width: calc(100% + 118px);
  padding: 0;
  margin: 27px -59px 0;
  position: relative;
  padding-bottom: 61%;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-banner .article__image-wrapper {
    width: calc(100% + 40px);
    margin: 23px -20px 35px;
  }
}

.shopify-section--blog-post-banner .article__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--main-article {
    background: #FEF5E6;
  }
}

.shopify-section--main-article .article {
  margin: 0;
}

.shopify-section--main-article .article__inner {
  margin: 0 auto;
  max-width: 1000px;
  display: block;
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--main-article .article__inner {
    background: #fff;
    padding: 55px 60px 65px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
  }
}

.shopify-section--main-article .article__content {
  max-width: 100%;
}

.shopify-section--main-article .article__content .rte h2 {
  font-size: 2.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 40px;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 3px solid #F5A000;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte h2 {
    font-size: 2.2rem;
    line-height: 31px;
    letter-spacing: 1px;
    margin-bottom: 17px;
    padding-bottom: 22px;
  }
}

.shopify-section--main-article .article__content .rte h3 {
  font-size: 2.4rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 40px;
  margin: 52px 0 16px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte h3 {
    font-size: 2rem;
    line-height: 30px;
    margin: 30px 0 13px;
  }
}

.shopify-section--main-article .article__content .rte p {
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 36px;
  letter-spacing: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte p:not(.heading) + p {
    margin-top: 20px;
  }
}

.shopify-section--main-article .article__content .rte img:not([style*="float"]) {
  margin: 32px 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte img:not([style*="float"]) {
    margin: 20px 0;
  }
}

.shopify-section--main-article .article__content .rte .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopify-section--main-article .article__content .rte .flex-content .img {
  width: 270px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte .flex-content .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.shopify-section--main-article .article__content .rte .flex-content .img img {
  margin-bottom: 0 !important;
}

.shopify-section--main-article .article__content .rte .flex-content p:last-child {
  width: calc(100% - 270px);
  padding-left: 40px;
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte .flex-content p:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
  }
}

.shopify-section--main-article .article__content .rte .table-wrapper {
  margin-top: 42px;
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte .table-wrapper {
    margin-top: 40px;
    margin-bottom: 43px;
  }
}

.shopify-section--main-article .article__content .rte .table-wrapper table tr:first-child td {
  border-top: 1px solid #E6E3D9;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte .table-wrapper table tr:first-child td:last-child {
    border-top: 0;
  }
}

.shopify-section--main-article .article__content .rte .table-wrapper table tr td {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  padding-top: 23px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E6E3D9;
}

.shopify-section--main-article .article__content .rte .table-wrapper table tr td:first-child {
  color: #F5A000;
  width: 225px;
  font-weight: 700;
}

.shopify-section--main-article .article__content .rte .table-wrapper table tr td:last-child {
  width: calc(100% - 225px);
  padding-left: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte .table-wrapper table tr td {
    display: block;
    width: 100% !important;
    padding: 22px 0 0;
  }
  .shopify-section--main-article .article__content .rte .table-wrapper table tr td:first-child {
    border-bottom: 0;
  }
  .shopify-section--main-article .article__content .rte .table-wrapper table tr td:last-child {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}

.shopify-section--main-article .article__content .rte ul, .shopify-section--main-article .article__content .rte ol {
  list-style: none;
  margin: 0 0 42px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte ul, .shopify-section--main-article .article__content .rte ol {
    margin: 0 0 38px;
  }
}

.shopify-section--main-article .article__content .rte ul li, .shopify-section--main-article .article__content .rte ol li {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: 17px;
  letter-spacing: 0;
  padding: 0 0 0 35px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte ul li, .shopify-section--main-article .article__content .rte ol li {
    padding-left: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}

.shopify-section--main-article .article__content .rte ul li::before, .shopify-section--main-article .article__content .rte ol li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte ul li::before, .shopify-section--main-article .article__content .rte ol li::before {
    top: 10px;
  }
}

.shopify-section--main-article .article__content .rte ul li::before {
  width: 14px;
  height: 14px;
  background: #F5A000;
  border-radius: 50%;
}

.shopify-section--main-article .article__content .rte ol {
  counter-reset: section;
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte ol {
    margin-bottom: 35px;
  }
}

.shopify-section--main-article .article__content .rte ol li::before {
  counter-increment: section;
  content: counter(section) ".";
  color: #F5A000;
  top: 0;
  left: 1px;
}

.shopify-section--main-article .article__content .rte blockquote {
  background: #F5F5F2;
  padding: 40px 50px;
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__content .rte blockquote {
    padding: 25px 30px;
  }
}

.shopify-section--main-article .article__content .rte blockquote::before {
  content: none;
}

.shopify-section--main-article .article__info {
  position: initial;
  gap: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 34px;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__info {
    padding-top: 20px;
    padding-bottom: 55px;
    margin-top: 20px;
  }
}

.shopify-section--main-article .article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}

.shopify-section--main-article .article__share-label {
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #554338;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-article .article__share-label {
    width: 100%;
    text-align: center;
  }
}

.shopify-section--main-article .article__share-button-list {
  gap: 20px;
}

.shopify-section--main-article .article__share-button-list a {
  color: #000;
}

.shopify-section--main-article .article__share-button-list svg {
  width: 20px;
  height: 23px;
}

.shopify-section--main-article .article__share-button-list svg.icon--pinterest {
  height: 21px;
}

.shopify-section--main-article .article__share-button-list svg.icon--twitter {
  height: 25px;
  width: 25px;
}

.shopify-section--main-article .article__share-button-list svg.icon--share {
  height: 20px;
}

.shopify-section--blog-post-prev-next .article__prev-next {
  padding: 33px 0 70px;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-prev-next .article__prev-next {
    padding: 41px 0 50px;
  }
}

.shopify-section--blog-post-prev-next .article__prev-next .article-list {
  max-width: 1000px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--blog-post-prev-next .article__prev-next .article-list {
    --article-list-column-gap: 40px;
    -ms-grid-columns: (calc(100% / 2 - var(--article-list-column-gap) * (1 / 2)))[auto-fit];
        grid-template-columns: repeat(auto-fit, calc(100% / 2 - var(--article-list-column-gap) * (1 / 2)));
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-prev-next .article__prev-next .article-list {
    display: block;
  }
}

.shopify-section--blog-post-prev-next .article__prev-next .article-item {
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-prev-next .article__prev-next .article-item {
    width: 100%;
  }
  .shopify-section--blog-post-prev-next .article__prev-next .article-item + .article-item {
    margin-top: 31px;
  }
}

.shopify-section--blog-post-prev-next .article__prev-next .article-item h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}

.shopify-section--blog-post-prev-next .article__prev-next .article-item h2.right {
  text-align: right;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-post-prev-next .article__prev-next .article-item h2 {
    text-align: center !important;
    font-size: 2.8rem;
  }
}

.shopify-section--blog-post-prev-next .article__prev-next .article-item__image-container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.shopify-section--blog-post-prev-next .article__prev-next .article-item__content {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #E6E3D9;
  border-left: 1px solid #E6E3D9;
  border-right: 1px solid #E6E3D9;
}

.shopify-section--blog-post-prev-next .article__prev-next .article-item__label--list span {
  background: #9FD070 !important;
}

.shopify-section--blog-posts .section {
  margin: 62px 0px 70px;
}

@media screen and (max-width: 999px) {
  .shopify-section--blog-posts .section {
    margin: 43px 0 30px;
  }
}

.shopify-section--blog-posts .article-list {
  margin: 0;
  --article-list-row-gap: 30px;
  --article-list-column-gap: 30px;
}

@media screen and (min-width: 741px) and (max-width: 999px) {
  .shopify-section--blog-posts .article-list {
    --article-list-column-gap: 30px;
    -ms-grid-columns: (calc(100% / 2 - var(--article-list-column-gap) * (1 / 2)))[auto-fit];
        grid-template-columns: repeat(auto-fit, calc(100% / 2 - var(--article-list-column-gap) * (1 / 2)));
  }
  .shopify-section--blog-posts .article-list--scrollable {
    grid-auto-flow: row;
  }
  .shopify-section--blog-posts .article-list .article-item {
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .shopify-section--blog-posts .article-list {
    display: block;
  }
  .shopify-section--blog-posts .article-list .article-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--blog-posts .section__header {
    margin-bottom: 24px;
  }
}

.article-item {
  background: #FEF5E6;
  border-radius: 10px;
  border-bottom: 1px solid #E6E3D9;
  border-left: 1px solid #E6E3D9;
  border-right: 1px solid #E6E3D9;
  overflow: hidden;
}

.article-item__image-container {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 66.666667%;
}
  
.article-item__image-container img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-item__content {
  position: relative;
  padding: 32px 25px 29px 35px;
}

@media screen and (max-width: 999px) {
  .article-item__content {
    padding: 28px 24px 28px 29px;
  }
}

.article-item__label--list {
  position: absolute;
  top: -15px;
  left: 33px;
}

@media screen and (max-width: 999px) {
  .article-item__label--list {
    left: 29px;
  }
}

.article-item__label--list span {
  font-size: 1.5rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
  display: inline-block;
  color: #fff;
  min-width: 68px;
  min-height: 28px;
  line-height: 28px;
  padding: 0 5px;
  background: #9FD070;
  border-radius: 33px;
  text-align: center;
}

.article-item__date {
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  color: #554338;
  margin-bottom: 6px;
}

.article-item__title {
  font-size: 2.2rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #554338;
  margin: 0 0 8px !important;
  letter-spacing: 0;
}

.article-item__hastagList {
  margin: 0 -5px;
}

.article-item__hastagList a {
  font-size: 1.5rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #554338;
  padding: 0 5px;
}

.article-item:nth-child(3n + 2) .article-item__label--list span {
  background: #70ABD0;
}

:root {
  --grid-gap: 26px;
}
/*# sourceMappingURL=custom-blog.css.map */