@charset "UTF-8";
.breadcrumb {
  margin: 15px auto -10px;
}

.article_s hr {
  width: 100%;
  max-width: 700px;
  margin: 70px auto 70px auto;
  border-top: 1px solid #eee;
  color: #eee;
}

.soldout {
  color: black !important;
  text-decoration: none !important;
  pointer-events: none !important;
}
.soldout span {
  color: black !important;
}

.article-detail .soldout {
  color: black !important;
  text-decoration: none !important;
  pointer-events: none !important;
}
.article-detail .soldout span {
  color: black !important;
}
.article-detail .article_s a.border-bottom {
  text-decoration: underline;
}
.article-detail .article_s a.border-bottom:hover {
  color: #ff322d;
  text-decoration: underline;
}

.article {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_information {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 40px auto 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_information_line {
  margin: 0 10px 0 10px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_information_tag {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_information_day {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_title_txt {
  font-size: 40px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 750px;
  margin: auto;
  margin-top: 27px;
  line-height: 1.2;
}
.article_container_box_txt {
  margin: auto;
  margin-top: 25px;
  font-size: 13px;
  max-width: 700px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.article_container_box_txt.mv {
  max-width: 750px;
  margin-top: 30px;
}
.article_container_box_img {
  width: 100%;
  margin: auto;
  margin-top: 60px;
  max-width: 700px;
  position: relative;
}
.article_container_box_img .img_caption {
  font-size: 11px;
  color: #999;
  margin-top: 10px;
  position: absolute;
  right: 0;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
.article_container_box_img img {
  width: 100%;
}
.article_container_box_img.mv {
  max-width: 980px;
  margin-top: 25px;
}
.article_container_box_img.img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.article_container_box_img.img-flex.column_2 > img {
  width: 49.8%;
}
.article_container_box_img.img-flex.column_2 a {
  width: 49.8%;
}
.article_container_box_img.img-flex.column_3 > img {
  width: 33%;
}
.article_container_box_img.img-flex.column_3 a {
  width: 33%;
}
.article_container_box_img.img-flex a {
  min-width: 232px;
  margin-bottom: 1px;
}
.article_container_box_img.img-flex a img {
  width: 100%;
}
.article_container_box_index {
  background: #eeeeee;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 700px;
  padding-bottom: 30px;
}
.article_container_box_index_title {
  color: #999;
  font-size: 16px;
  margin: auto;
  padding-top: 30px;
  width: 90%;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}
.article_container_box_index_list {
  width: 90%;
  margin: auto;
  margin-top: 9px;
}
.article_container_box_index_list li {
  font-size: 13px;
  position: relative;
  margin-left: 13px;
  margin-top: 9px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.article_container_box_index_list li a {
  text-decoration: none;
}
.article_container_box_index_list li a {
  padding-bottom: 9px;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0, rgba(255, 50, 45, 0)));
  background-image: -o-linear-gradient(top, transparent 97%, rgba(255, 50, 45, 0) 0);
  background-image: linear-gradient(180deg, transparent 97%, rgba(255, 50, 45, 0) 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: center 10px;
}
.article_container_box_index_list li a:hover {
  background-position: center -7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0, #ff322d));
  background-image: -o-linear-gradient(top, transparent 97%, #ff322d 0);
  background-image: linear-gradient(180deg, transparent 97%, #ff322d 0);
  color: #ff322d;
}
.article_container_box_index_list li.red {
  color: #ff322d;
  text-decoration: underline;
}
.article_container_box_index_list li:first-child {
  margin-top: 0;
}
.article_container_box_index_list li:before {
  content: "・";
  position: absolute;
  left: -13px;
  color: #333;
}
.article_container_box_index_btn {
  width: 90%;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 10px;
}
.article_container_box_index_btn a {
  padding: 23px 61px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_container_box_title {
  width: 100%;
  margin: auto;
  max-width: 700px;
  font-size: 22px;
  color: #ff322d;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-top: 45px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.article_container_box_subtitle {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: -10px;
  max-width: 700px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_container_box_link-box {
  margin-top: 30px;
}
.article_container_box_link {
  width: 100%;
  margin: auto;
  max-width: 700px;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.4;
}
.article_container_box_link span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article_container_box_link:hover {
  color: #ff322d;
}
.article_container_box_link:hover span {
  color: #ff322d;
}
.article_container_box_link .link_maker {
  color: #999;
}
.article_container_box_btn {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 70px;
}
.article_container_box_btn a {
  padding: 22px 110px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_container_box_set {
  margin: auto;
  margin-top: 44px;
  width: 100%;
  max-width: 700px;
}
.article_container_box_set_text {
  color: #999;
  font-size: 16px;
  margin: auto;
}
.article_container_box_set_list {
  width: 100%;
  margin: auto;
  margin-top: 18px;
}
.article_container_box_set_list li {
  font-size: 13px;
  position: relative;
  margin-left: 13px;
  margin-top: 14px;
  letter-spacing: 0.01em;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
.article_container_box_set_list li:first-child {
  margin-top: 0;
}
.article_container_box_set_list li:before {
  content: "・";
  position: absolute;
  left: -13px;
}
.article_container_box_set_btn {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
.article_container_box_set_btn a {
  padding: 23px 110px;
}

.article_s-item-list .section-item-list .grid.no-masonry {
  margin: 0 1.639%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto !important;
}
.article_s-item-list .section-item-list .grid.no-masonry .grid-child {
  width: calc(25% - 20px);
  position: relative !important;
}
.article_s-item-list .section-item-list .grid-child.is-fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.article_s-item-list .section-item-list .grid-child {
  width: 23.77%;
  color: #fff;
  background-color: #fff;
  margin: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  -o-transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  z-index: 1;
}
.article_s-item-list .section-item-list .grid-child a {
  display: block;
  opacity: 1;
}
.article_s-item-list .section-item-list .btn {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
.article_s-item-list .section-item-list .btn a {
  width: 300px;
  padding: 23px 0;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.article_s-item-list .section-item-list .grid-child a figure {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0);
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0);
  position: relative;
}
.article_s-item-list .section-item-list .grid-child img {
  width: 100%;
}
.article_s-item-list .section-item-list .grid-child .product-title {
  position: absolute;
  top: 4.2%;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.article_s-item-list .section-item-list .grid-child .product-title p {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 22px;
  color: #333333;
  overflow: hidden;
  width: 75.3333%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  white-space: nowrap;
}
.article_s-item-list .section-item-list .grid-child .product-title p.name {
  color: #777;
}
.article_s-item-list .section-item-list .grid-child .product-title p.price {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #333;
}
.article_s-item-list .section-item-list .grid-child a:hover figure {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0.1);
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0.1);
  z-index: 2;
}

.article-detail + .section-item-list::before,
.article-detail .section-item-list::before {
  background-color: transparent;
}

.related_article {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.related_article hr {
  border-top: 1px solid #eee;
  color: #eee;
}
.related_article_title {
  font-size: 16px;
  color: #999999;
  margin-top: 70px;
  font-weight: 700;
}
.related_article_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.related_article_container_box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
}
.related_article_container_box:hover .related_article_container_box_option_txt {
  text-decoration: underline;
  color: #ff322d;
}
.related_article_container_box_img {
  width: 44%;
}
.related_article_container_box_img img {
  width: 100%;
}
.related_article_container_box_option {
  width: 52%;
}
.related_article_container_box_option_day {
  color: #999999;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-weight: initial;
}
.related_article_container_box_option_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-inline: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  letter-spacing: 0.05em;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .article_container_box_link-box + .article_container_box_img {
    margin-top: 60px;
  }

  .related_article_title {
    width: 85%;
    margin: auto;
  }
  .related_article_container_box {
    width: 85%;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .related_article_container_box_option_txt {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .article_s hr {
    width: 92%;
    max-width: 700px;
    margin: 60px auto 40px auto;
  }

  .article_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0 auto;
    width: 85%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .article_information_line {
    margin: 0 10px 0 10px;
  }
  .article_title_txt {
    font-size: 30px;
    margin-top: 27px;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .article_container_box_txt {
    margin: auto;
    margin-top: 20px;
    font-size: 13px;
    line-height: 24px;
    width: 85%;
  }
  .article_container_box_txt.mv {
    max-width: 750px;
    margin-top: 30px;
  }
  .article_container_box_img {
    width: 85%;
    margin: auto;
    margin-top: 20px;
    max-width: 700px;
  }
  .article_container_box_img img {
    width: 100%;
  }
  .article_container_box_img.mv {
    max-width: 980px;
    margin-top: 25px;
    width: 100%;
  }
  .article_container_box_img.img-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .article_container_box_img.img-flex.column_2 a {
    width: 100%;
  }
  .article_container_box_img.img-flex.column_3 a {
    width: 100%;
  }
  .article_container_box_img.img-flex a {
    width: 100%;
    min-width: 232px;
    margin-bottom: 2px;
  }
  .article_container_box_img.img-flex a img {
    width: 100%;
  }
  .article_container_box_img.img-flex a:last-child {
    margin-bottom: 0px;
  }
  .article_container_box_index {
    background: #eeeeee;
    margin: auto;
    margin-top: 20px;
    width: 91%;
    max-width: 700px;
    padding-bottom: 30px;
  }
  .article_container_box_index_title {
    color: #999;
    font-size: 16px;
    margin: auto;
    padding-top: 30px;
    width: 90%;
  }
  .article_container_box_index_list {
    width: 90%;
    margin: auto;
    margin-top: 9px;
  }
  .article_container_box_index_list li {
    font-size: 13px;
    position: relative;
    margin-left: 13px;
    margin-top: 9px;
  }
  .article_container_box_index_list li:first-child {
    margin-top: 0;
  }
  .article_container_box_index_list li:before {
    content: "・";
    position: absolute;
    left: -13px;
  }
  .article_container_box_index_btn {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article_container_box_index_btn a {
    padding: 23px 21%;
    word-break: keep-all;
  }
  .article_container_box_title {
    width: 85%;
    margin: auto;
    max-width: 700px;
    font-size: 18px;
    color: #ff322d;
    margin-top: 40px;
    line-height: 22px;
  }
  .article_container_box_subtitle {
    width: 85%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: -10px;
    max-width: 700px;
    font-size: 15px;
    line-height: 22px;
  }
  .article_container_box_link-box {
    margin-top: 25px;
  }
  .article_container_box_link {
    width: 85%;
    margin: auto;
    max-width: 700px;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
  }
  .article_container_box_link .link_maker {
    color: #999;
  }
  .article_container_box_btn {
    width: 85%;
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .article_container_box_btn a {
    padding: 22px 0;
    width: 100%;
    text-align: center;
  }
  .article_container_box_set {
    margin: auto;
    margin-top: 44px;
    width: 85%;
    max-width: 700px;
  }
  .article_container_box_set_text {
    color: #999;
    font-size: 16px;
    margin: auto;
  }
  .article_container_box_set_list {
    width: 100%;
    margin: auto;
    margin-top: 18px;
  }
  .article_container_box_set_list li {
    font-size: 13px;
    position: relative;
    margin-left: 13px;
    margin-top: 14px;
  }
  .article_container_box_set_list li:first-child {
    margin-top: 0;
  }
  .article_container_box_set_list li:before {
    content: "・";
    position: absolute;
    left: -13px;
  }
  .article_container_box_set_btn {
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .article_container_box_set_btn a {
    padding: 23px 0;
    text-align: center;
    width: 100%;
  }

  .article_s-item-list .section-item-list .grid.two {
    opacity: 0;
    -webkit-animation: post-info-animation 0.3s ease;
    animation: post-info-animation 0.3s ease;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .article_s-item-list .section-item-list .grid.two .grid-child:first-child,
.article_s-item-list .article-list .section-item-list .grid.two .grid-child:nth-child(16) {
    -ms-grid-column: auto;
    grid-column-start: auto;
    -ms-grid-column-span: NaN;
    grid-column-end: auto;
    -ms-grid-row: auto;
    grid-row-start: auto;
    -ms-grid-row-span: NaN;
    grid-row-end: auto;
  }
  .article_s-item-list .section-item-list .grid.no-masonry .grid-child {
    width: calc(50% - 10px);
    margin: 0 5px 40px 5px;
  }
  .article_s-item-list .section-item-list .grid.two .grid-child {
    color: #fff;
    background-color: #fff;
    margin: 0 0 40px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .article_s-item-list .section-item-list .grid.two .grid-child a {
    display: block;
    text-decoration: none;
  }
  .article_s-item-list .section-item-list .grid.two .grid-child img {
    width: 100%;
  }
  .article_s-item-list .section-item-list .grid.two .grid-child .product-title {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
.section-item-list {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.article_container_box_txt + .article_container_box_img {
  margin-top: 30px;
}

.section-product-list-title {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -80px;
  border-bottom: 0px;
}
.section-product-list-title .box-title::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  .section-product-list-title {
    margin-bottom: -20px;
  }
}
/*# sourceMappingURL=s_article.css.map */