@charset "UTF-8";
.article-detail .breadcrumb {
  position: relative;
}

.breadcrumb {
  margin: 15px auto -10px;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    min-width: 1190px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    position: relative;
    height: 15px;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
  }
  .breadcrumb.text-overflow::after {
    content: "...";
    position: absolute;
    height: 15px;
    background-color: #fff;
    right: 0;
    top: 0;
    color: #777;
  }
  .breadcrumb ol {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.article_c hr {
  width: 100%;
  max-width: 750px;
  margin: 74px auto 74px auto;
  border-top: 1px solid #eee;
  color: #eee;
}

@media screen and (max-width: 768px) {
  .article_c hr {
    margin: 65px auto 65px auto;
  }
}

.article_c > .section-title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: #ff322d;
}

@media screen and (max-width: 768px) {
  .article_c > .section-title {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 29px;
  }
}

.article_c > .section-title + .text {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .article_c > .section-title + .text {
    margin-top: 16px;
  }
}

.article_c > .section-title + .section-subtitle {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .article_c > .section-title + .section-subtitle {
    margin-top: 19px;
  }
}

.article_c > .section-subtitle {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #222;
}

@media screen and (max-width: 768px) {
  .article_c > .section-subtitle {
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 25px;
  }
}

.article_c > .section-subtitle + .text {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .article_c > .section-subtitle + .text {
    margin-top: 13px;
  }
}

.article_c > .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: left;
  color: #222;
}

@media screen and (max-width: 768px) {
  .article_c > .text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
}

.article_c > .text + .section-title {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .article_c > .text + .section-title {
    margin-top: 40px;
  }
}

.article_c > .text + .section-subtitle {
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .article_c > .text + .section-subtitle {
    margin-top: 40px;
  }
}

.article_c > .text + .item-box {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .article_c > .text + .item-box {
    margin-top: 42px;
  }
}

.article_c .section-title,
.article_c .section-subtitle,
.article_c .text,
.article_c .item-box {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.article_c .section-title + .slider-container,
.article_c .section-subtitle + .slider-container,
.article_c .text + .slider-container,
.article_c .item-box + .slider-container {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .article_c .section-title,
  .article_c .section-subtitle,
  .article_c .text,
  .article_c .item-box {
    width: 85%;
  }
}

.article_c .slide-title {
  max-width: 982px;
  width: 982px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .article_c .slide-title {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.article_c .slide-title .main {
  width: 100%;
  max-width: 982px;
  margin-right: auto;
  margin-left: auto;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #222;
}

.article_c .slide-title .sub {
  position: absolute;
  right: -109px;
  bottom: 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: left;
  color: #ff322d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .article_c .slide-title .sub {
    display: none;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
}

.article_c .slide-title .sub .img {
  margin-left: 13px;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .article_c .slide-title .sub .img {
    width: 22px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .article_c .slide-title.sp-only .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}

.article_c .slider-container {
  padding-top: 52px;
  padding-bottom: 44px;
  background-color: #F6F6F6;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.article_c .slider-container > .slider-title {
  max-width: 982px;
  width: 982px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container > .slider-title {
    width: 85%;
  }
}

.article_c .slider-container > .slider-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: block;
}

.article_c .slider-container > .slider-title .sub {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #ff322d;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container > .slider-title .sub {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: left;
    color: #ff322d;
  }
}

.article_c .slider-container > .slider-title .main {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
  text-align: left;
  color: #ff322d;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .article_c .slider-container > .slider-title .main {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .article_c .slider-container > .slider-title .main {
    font-family: "TTNormsPro-Bold", sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 44px;
    white-space: nowrap;
    margin-top: 4px;
  }
}

.article_c .slider-container > .slider-title .main .text {
  max-width: 982px;
  width: 100%;
}

.article_c .slider-container > .slider-title .main .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 31px;
  margin-top: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container > .slider-title .main .arrow {
    width: 7px;
    margin-left: 13px;
  }
  .article_c .slider-container > .slider-title .main .arrow .img {
    width: 100%;
  }
}

.article_c .slider-container > .slider-title + .slide-title {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container > .slider-title + .slide-title {
    margin-top: 10px;
  }
}

.article_c .slider-container + .section-subtitle {
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container + .section-subtitle {
    margin-top: 46px;
  }
}

.article_c .slider-container .box-slider {
  width: 982px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider {
    margin-top: 13px;
    width: 100%;
    overflow: scroll;
  }
  .article_c .slider-container .box-slider::-webkit-scrollbar {
    display: none;
  }
}

.article_c .slider-container .box-slider .slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider .slider {
    width: auto;
    min-width: 100%;
    margin-left: 7.5vw;
  }
}

.article_c .slider-container .box-slider .slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
  -webkit-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider .slide {
    width: 35vw;
    margin-right: 12px;
  }
  .article_c .slider-container .box-slider .slide:last-child {
    width: calc(35vw);
    padding-right: 24px;
  }
}

.article_c .slider-container .box-slider .slide.is-slidein {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
  transition: opacity 0.2s ease, -webkit-transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
  transition: opacity 0.2s ease, transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
  transition: opacity 0.2s ease, transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.article_c .slider-container .box-slider .slide a {
  width: 100%;
  text-decoration: none;
}

.article_c .slider-container .box-slider .slide a .img {
  width: 100%;
}

.article_c .slider-container .box-slider .slide a .img img {
  width: 100%;
}

.article_c .slider-container .box-slider .slide .texts {
  text-decoration: none;
}

.article_c .slider-container .box-slider .slide .texts .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: left;
  color: #222;
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider .slide .texts .title {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 18px;
    margin-top: 7px;
  }
}

.article_c .slider-container .box-slider .slide .texts .price {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: left;
  color: #222;
  margin-top: 5px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider .slide .texts .price {
    margin-top: 8px;
    font-size: 11px;
    line-height: 18px;
  }
}

.article_c .slider-container .box-slider .slide .texts .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider .slide .texts .tags {
    margin-top: 10px;
  }
}

.article_c .slider-container .box-slider .slide .texts .tags .tag {
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  color: #222222;
  text-decoration: none;
}

.article_c .slider-container .box-slider .slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .article_c .slider-container .box-slider .slider-dots {
    display: none;
  }
}

.article_c .slider-container .box-slider .slider-dots .swiper-pagination-bullet-active {
  background: #FF322D;
}

.article_c .slider-container .box-slider .slider-dots .swiper-pagination-bullet {
  margin: 0 3px;
}

.article_c .slider-container .box-slider + .slide-title {
  margin-top: 98px;
}

.article_c .slider-container .box-slider + .slide-title.sp-only {
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  .article_c .slider-container .box-slider + .slide-title.sp-only {
    display: none;
  }
}

.article_c .slider-container .box-slider + .slide-title.sp-only + .slide-title {
  margin-top: 91px;
}

.article_c .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article_c .item-box .box {
  width: 368px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box {
    width: 100%;
  }
}

.article_c .item-box .box.img-box {
  width: 351px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box.img-box {
    display: none;
  }
}

.article_c .item-box .box.img-box .img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article_c .item-box .box .item-box-title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #222;
  width: 100%;
}

.article_c .item-box .box .item-box-title + .text {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .item-box-title + .text {
    margin-top: 10px;
  }
}

.article_c .item-box .box .item-box-title + .item-box-subtitle {
  margin-top: 18px;
}

.article_c .item-box .box .item-box-subtitle {
  width: 100%;
  padding-left: 12px;
  border-left: 4px solid #FF322D;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #222;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .item-box-subtitle {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
  }
}

.article_c .item-box .box .item-box-subtitle + .text {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .item-box-subtitle + .text {
    margin-top: 13px;
  }
}

.article_c .item-box .box .text {
  width: 100%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: left;
  color: #222;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
  .article_c .item-box .box .text + .img-box {
    margin-top: 20px;
  }
}

.article_c .item-box .box .text + .img-box + .item {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .text + .img-box + .item {
    margin-top: 21px;
  }
}

.article_c .item-box .box .text + .img-box + .link {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .text + .img-box + .link {
    margin-top: 21px;
  }
}

.article_c .item-box .box .text + .item-box-subtitle {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .text + .item-box-subtitle {
    margin-top: 44px;
  }
}

.article_c .item-box .box .item {
  text-decoration: underline;
  color: #ff322d;
}

@media screen and (min-width: 769px) {
  .article_c .item-box .box .item:hover {
    text-decoration: none;
  }
}

.article_c .item-box .box .item .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: left;
  color: #ff322d;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .item .text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
}

.article_c .item-box .box .item .img {
  width: 16px;
  margin-left: 6px;
  margin-right: 0px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .item .img {
    width: 16px;
  }
}

.article_c .item-box .box .item + .item {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .item + .item {
    margin-top: 23px;
  }
}

.article_c .item-box .box .link .price {
  margin-top: 5px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: left;
  color: #222;
}

.article_c .item-box .box .link .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}

.article_c .item-box .box .link .tags .tag {
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  color: #222222;
  text-decoration: none;
}

.article_c .item-box .box .link + .link {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box .link + .link {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .article_c .item-box .box > .img-box {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .article_c .item-box .box > .img-box {
    width: 100%;
  }
  .article_c .item-box .box > .img-box img {
    width: 100%;
  }
  .article_c .item-box .box > .img-box + .item {
    margin-top: 20px;
  }
  .article_c .item-box .box > .img-box + .link {
    margin-top: 20px;
  }
}

.article_c .item-box + .item-box {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .article_c .item-box + .item-box {
    margin-top: 62px;
  }
}

.article_c .item-box + .section-subtitle {
  margin-top: 50px;
}

.article_c .item-box + .section-title {
  margin-top: 50px;
}

.article_c .item-box + .text {
  margin-top: 50px;
}

.article_c .border_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(45, 250, 255, 0.35)));
  background: linear-gradient(transparent 70%, rgba(45, 250, 255, 0.35) 70%);
  background-repeat: no-repeat;
}

.recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .recommended {
    width: 93%;
    min-width: 93%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 29px;
    margin-bottom: 30px;
  }
}

.recommended .item {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 11px;
  text-align: left;
  text-decoration: none;
  background-color: white;
  color: #FF322D;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: #ccc;
}

@media screen and (max-width: 768px) {
  .recommended .item {
    width: 50%;
    height: 36px;
  }
}

.recommended .item:first-child {
  border-left: 1px solid #ccc;
  border-radius: 5px 0px 0px 5px;
}

.recommended .item:first-child.non-active {
  background-color: #FF322D;
  color: white;
  border-top: 1px solid #FF322D;
  border-bottom: 1px solid #FF322D;
  border-left: 1px solid #FF322D;
  border-color: #FF322D;
  pointer-events: none;
}

.recommended .item:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ccc;
}

.recommended .item:last-child.non-active {
  background-color: #FF322D;
  color: white;
  border-top: 1px solid #FF322D;
  border-bottom: 1px solid #FF322D;
  border-right: 1px solid #FF322D;
  border-color: #FF322D;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .recommended .item:last-child {
    margin-right: 25px;
  }
}

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

.soldout span {
  color: black !important;
}

.article {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.article_title {
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .article_title {
    margin-top: 30px;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}

.article_title_txt {
  text-align: center;
  margin: auto;
  line-height: 39px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #222;
}

@media screen and (max-width: 768px) {
  .article_title_txt {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 35px;
    color: #222;
    text-align: left;
  }
  .article_title_txt br {
    display: none;
  }
}

.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;
}

@media screen and (max-width: 768px) {
  .article_container_box_txt.mv {
    font-size: 13px;
    line-height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .article_container_box_txt {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.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: 750px;
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .article_container_box_img.mv {
    margin-top: 19px;
  }
}

.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: 45px;
  width: 100%;
  max-width: 700px;
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .article_container_box_index {
    width: 91%;
    margin-top: 31px;
    padding-bottom: 23px;
  }
}

.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;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_title {
    padding-top: 33px;
  }
}

.article_container_box_index_list {
  width: 90%;
  margin: auto;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_list {
    margin-top: 24px;
  }
}

.article_container_box_index_list li {
  font-size: 13px;
  position: relative;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_list li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
}

.article_container_box_index_list li a,
.article_container_box_index_list li p {
  text-decoration: none;
}

.article_container_box_index_list li a,
.article_container_box_index_list li p {
  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: 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;
  transition: all 0.4s ease;
  background-position: center 10px;
}

.article_container_box_index_list li a:hover {
  background-position: center 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0, #ff322d));
  background-image: linear-gradient(180deg, transparent 97%, #ff322d 0);
  color: #ff322d;
}

.article_container_box_index_list li p:hover {
  background-position: center 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0, #ff322d));
  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: 0px;
  color: #333;
}

.article_container_box_index_list li .open-link {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.article_container_box_index_list li .open-link a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #999;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_list li .open-link a {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }
}

.article_container_box_index_list li .open-link a:hover {
  color: #ff322d;
}

.article_container_box_index_list li .open-link a:first-child {
  margin-top: 6px;
}

.article_container_box_index_list li .open-link.open {
  max-height: 1000px;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_list li.is-open {
    position: relative;
  }
  .article_container_box_index_list li.is-open::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 13px;
    height: 7px;
    top: 18px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../images/c_article/ico_list_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: background-image .5s ease;
    transition: background-image .5s ease;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .article_container_box_index_list li.is-open::after {
    width: 8px;
    height: 7px;
    right: 10;
  }
}

.article_container_box_index_list li.is-open p {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.article_container_box_index_list li.is-open p::after {
  content: "";
  position: absolute;
  right: -19px;
  display: block;
  width: 13px;
  height: 7px;
  top: 7px;
  background-image: url(../images/c_article/ico_list_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image .5s ease;
  transition: background-image .5s ease;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_list li.is-open p::after {
    content: none;
  }
}

.article_container_box_index_list li.is-open.is-opened::after {
  background-image: url(../images/c_article/ico_list_arrow_r.svg);
}

.article_container_box_index_list li.is-open.is-opened p::after {
  background-image: url(../images/c_article/ico_list_arrow_r.svg);
}

.article_container_box_index_btn {
  width: 90%;
  margin: auto;
  margin-top: 35px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_btn {
    width: 95%;
    margin-top: 39px;
  }
}

.article_container_box_index_btn a {
  padding: 23px 67px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .article_container_box_index_btn a {
    padding: 23px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.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;
  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_container_box .day {
  text-align: center;
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .article_container_box .day {
    margin-top: 28px;
  }
}

.article_container_box .day .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 20px;
  color: #999;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .article_container_box .day .text {
    font-size: 11px;
    line-height: 11px;
    margin-top: 30px;
  }
}

.article_container_box .day + .article_container_box_txt.mv {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .article_container_box .day + .article_container_box_txt.mv {
    margin-top: 18px;
  }
}

.article_container + .section-title,
.article_container .section-subtitle,
.article_container .text {
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .article_container + .section-title,
  .article_container .section-subtitle,
  .article_container .text {
    margin-top: 48px;
  }
}

.grid.show {
  -webkit-animation: opacity_fade 0.5s ease;
  animation: opacity_fade 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.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);
  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);
  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);
  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;
  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%;
  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);
  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;
}

@media screen and (min-width: 769px) {
  .related_article {
    margin-top: 60px;
    padding-top: 80px;
    border-top: 1px solid #eee;
  }
}

.related_article hr {
  border-top: 1px solid #eee;
  color: #eee;
}

.related_article_title {
  font-size: 16px;
  color: #999999;
  margin-top: 0px;
  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;
  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;
  transition: all 0.3s ease;
}

.article-detail #ranking {
  margin-bottom: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .article-detail .section-item-list .box-filter-list {
    margin-left: 1.639%;
  }
}

@media only screen and (max-width: 768px) {
  .recommended {
    margin-bottom: 30px;
  }
  .article-detail .section-item-list .box-filter-list {
    margin-bottom: 25px;
  }
  .article-detail #ranking {
    margin-bottom: 32px;
    padding-bottom: 55px;
    border-bottom: 1px solid #eee;
  }
  .article_container_box_link-box + .article_container_box_img {
    margin-top: 60px;
  }
  .related_article {
    margin-top: 32px;
    padding-top: 65px;
    border-top: 1px solid #eee;
  }
  .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;
  }
}

.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;
  display: none;
}

.section-product-list-title .box-title::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  .section-product-list-title {
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c hr {
    width: 100%;
    max-width: 750px;
    margin: 74px auto 74px auto;
    border-top: 1px solid #eee;
    color: #eee;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c hr {
    margin: 65px auto 65px auto;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .section-title {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
    color: #ff322d;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .section-title {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 29px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .section-title + .text {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .section-title + .text {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .section-title + .section-subtitle {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .section-title + .section-subtitle {
    margin-top: 19px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .section-subtitle {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #222;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .section-subtitle {
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 25px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .section-subtitle + .text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .section-subtitle + .text {
    margin-top: 13px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .text {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    color: #222;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .text + .section-title {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .text + .section-title {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .text + .section-subtitle {
    margin-top: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .text + .section-subtitle {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c > .text + .item-box {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c > .text + .item-box {
    margin-top: 42px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .section-title,
  .is-ie .article_c .section-subtitle,
  .is-ie .article_c .text,
  .is-ie .article_c .item-box {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .is-ie .article_c .section-title + .slider-container,
  .is-ie .article_c .section-subtitle + .slider-container,
  .is-ie .article_c .text + .slider-container,
  .is-ie .article_c .item-box + .slider-container {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .section-title,
  .is-ie .article_c .section-subtitle,
  .is-ie .article_c .text,
  .is-ie .article_c .item-box {
    width: 85%;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slide-title {
    max-width: 982px;
    width: 982px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slide-title {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slide-title .main {
    width: 100%;
    max-width: 982px;
    margin-right: auto;
    margin-left: auto;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #222;
  }
  .is-ie .article_c .slide-title .sub {
    position: absolute;
    right: -109px;
    bottom: 0;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: left;
    color: #ff322d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slide-title .sub {
    display: none;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slide-title .sub .img {
    margin-left: 13px;
    width: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slide-title .sub .img {
    width: 22px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slide-title.sp-only .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container {
    padding-top: 52px;
    padding-bottom: 44px;
    background-color: #F6F6F6;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container > .slider-title {
    max-width: 982px;
    width: 982px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container > .slider-title {
    width: 85%;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container > .slider-title span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: block;
  }
  .is-ie .article_c .slider-container > .slider-title .sub {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #ff322d;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container > .slider-title .sub {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: left;
    color: #ff322d;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container > .slider-title .main {
    font-family: "TTNormsPro-Bold", sans-serif;
    font-size: 80px;
    letter-spacing: -0.02em;
    line-height: 80px;
    text-align: left;
    color: #ff322d;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .is-ie .article_c .slider-container > .slider-title .main {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container > .slider-title .main {
    font-family: "TTNormsPro-Bold", sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 44px;
    white-space: nowrap;
    margin-top: 4px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container > .slider-title .main .text {
    max-width: 982px;
    width: 100%;
  }
  .is-ie .article_c .slider-container > .slider-title .main .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 31px;
    margin-top: -10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container > .slider-title .main .arrow {
    width: 7px;
    margin-left: 13px;
  }
  .is-ie .article_c .slider-container > .slider-title .main .arrow .img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container > .slider-title + .slide-title {
    margin-top: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container > .slider-title + .slide-title {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container + .section-subtitle {
    margin-top: 57px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container + .section-subtitle {
    margin-top: 46px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider {
    width: 982px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider {
    margin-top: 13px;
    width: 100%;
    overflow: scroll;
  }
  .is-ie .article_c .slider-container .box-slider::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider .slider {
    width: auto;
    min-width: 100%;
    margin-left: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 1;
    -webkit-transform: translate(150%, 0);
    transform: translate(150%, 0);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider .slide {
    width: 35vw;
    margin-right: 12px;
  }
  .is-ie .article_c .slider-container .box-slider .slide:last-child {
    width: calc(35vw);
    padding-right: 24px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slide.is-slidein {
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
    transition: opacity 0.2s ease, -webkit-transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
    transition: opacity 0.2s ease, transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
    transition: opacity 0.2s ease, transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .is-ie .article_c .slider-container .box-slider .slide a {
    width: 100%;
    text-decoration: none;
  }
  .is-ie .article_c .slider-container .box-slider .slide a .img {
    width: 100%;
  }
  .is-ie .article_c .slider-container .box-slider .slide a .img img {
    width: 100%;
  }
  .is-ie .article_c .slider-container .box-slider .slide .texts {
    text-decoration: none;
  }
  .is-ie .article_c .slider-container .box-slider .slide .texts .title {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: left;
    color: #222;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider .slide .texts .title {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 18px;
    margin-top: 7px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slide .texts .price {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 17px;
    text-align: left;
    color: #222;
    margin-top: 5px;
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider .slide .texts .price {
    margin-top: 10px;
    font-size: 11px;
    line-height: 18px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slide .texts .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin-top: 9px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider .slide .texts .tags {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slide .texts .tags .tag {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    color: #222222;
    text-decoration: none;
  }
  .is-ie .article_c .slider-container .box-slider .slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .slider-container .box-slider .slider-dots {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider .slider-dots .swiper-pagination-bullet-active {
    background: #FF322D;
  }
  .is-ie .article_c .slider-container .box-slider .slider-dots .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .is-ie .article_c .slider-container .box-slider + .slide-title {
    margin-top: 98px;
  }
  .is-ie .article_c .slider-container .box-slider + .slide-title.sp-only {
    margin-top: 17px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider + .slide-title.sp-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .slider-container .box-slider + .slide-title.sp-only + .slide-title {
    margin-top: 91px;
  }
  .is-ie .article_c .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is-ie .article_c .item-box .box {
    width: 368px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box.img-box {
    width: 351px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box.img-box {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box.img-box .img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .is-ie .article_c .item-box .box .item-box-title {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #222;
    width: 100%;
  }
  .is-ie .article_c .item-box .box .item-box-title + .text {
    margin-top: 7px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .item-box-title + .text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .item-box-title + .item-box-subtitle {
    margin-top: 18px;
  }
  .is-ie .article_c .item-box .box .item-box-subtitle {
    width: 100%;
    padding-left: 12px;
    border-left: 4px solid #FF322D;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #222;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .item-box-subtitle {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .item-box-subtitle + .text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .item-box-subtitle + .text {
    margin-top: 13px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .text {
    width: 100%;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: left;
    color: #222;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
  .is-ie .article_c .item-box .box .text + .img-box {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .text + .img-box + .item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .text + .img-box + .item {
    margin-top: 21px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .text + .item-box-subtitle {
    margin-top: 54px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .text + .item-box-subtitle {
    margin-top: 44px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-decoration: underline;
    color: #ff322d;
    width: 100%;
  }
  .is-ie .article_c .item-box .box .item::after {
    content: "";
    display: block;
  }
  .is-ie .article_c .item-box .box .item .text {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: left;
    color: #ff322d;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .item .text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .item .img {
    width: 24px;
    margin-left: 7px;
    margin-top: -2px;
    margin-right: 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .item .img {
    width: 22px;
    margin-top: -1px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box .box .item + .item {
    margin-top: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box .item + .item {
    margin-top: 23px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .is-ie .article_c .item-box .box > .img-box {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box .box > .img-box {
    width: 100%;
  }
  .is-ie .article_c .item-box .box > .img-box img {
    width: 100%;
  }
  .is-ie .article_c .item-box .box > .img-box + .item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .item-box + .item-box {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .is-ie .article_c .item-box + .item-box {
    margin-top: 62px;
  }
}

@media screen and (min-width: 769px) {
  .is-ie .article_c .border_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(45, 250, 255, 0.35)));
    background: linear-gradient(transparent 70%, rgba(45, 250, 255, 0.35) 70%);
    background-repeat: no-repeat;
  }
}

.ranking-box {
  max-width: 982px;
  margin: 0 auto 0;
  padding-top: 0px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ranking-box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ranking-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 60px;
    width: 100%;
  }
}

.ranking-box .title-box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ranking-box .title-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.ranking-box .title-box .title-main {
  font-family: "TTNormsPro-Medium", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .ranking-box .title-box .title-main {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.ranking-box .title-box .title-main span {
  font-size: 30px;
  color: #ff322d;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ranking-box .title-box .title-main span {
    font-size: 22px;
  }
}

.ranking-box .title-box .title-main span:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff322d;
}

.ranking-box .splide {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .ranking-box .splide .splide__track .splide__list .splide__slide a {
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a:hover .img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a:hover .text-box .title-main {
    color: #ff322d;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a:hover .text-box .text-main {
    color: #ff322d;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .num {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: transparent;
    text-stroke: 1px #ff322d;
    -webkit-text-stroke: 1px #ff322d;
    text-align: center;
    position: relative;
    margin-bottom: -20px;
    z-index: 1;
    letter-spacing: 0.1em;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .img-box:before {
    content: "";
    display: block;
    padding-top: 76.56%;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .img-box img {
    position: absolute;
    bottom: 0;
    left: calc(50% - 34.4%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 68.75%;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .text-box {
    background-color: #F2F2F2;
    border-radius: 0 0 6px 6px;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .text-box .title-main {
    font-family: "TTNormsPro-Medium", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .ranking-box .splide .splide__track .splide__list .splide__slide a .text-box .text-main {
    font-family: "TTNormsPro-Medium", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
    text-align: center;
    color: #000;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .ranking-box .splide .slider-parts .splide__arrow {
    background: none;
    height: 30px;
    width: 30px;
    background-color: #ff322d;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
  }
  .ranking-box .splide .slider-parts .splide__arrow:disabled {
    opacity: 0;
    pointer-events: none;
  }
  .ranking-box .splide .slider-parts .splide__arrow svg {
    fill: #FFF;
    width: 1em;
    height: 1em;
  }
  .ranking-box .splide .slider-parts .splide__arrow--prev {
    left: -40px;
  }
  .ranking-box .splide .slider-parts .splide__arrow--next {
    right: -40px;
  }
  .ranking-box .splide .slider-parts .splide__pagination {
    height: 15px;
    bottom: -30px;
    left: 0;
  }
  .ranking-box .splide .slider-parts .splide__pagination li {
    line-height: 0;
  }
  .ranking-box .splide .slider-parts .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
    background-color: #999999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
  }
  .ranking-box .splide .slider-parts .splide__pagination .splide__pagination__page.is-active {
    background-color: #ff322d;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  .ranking-box .splide {
    margin-top: 20px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .ranking-box .splide .splide__list .splide__slide a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .ranking-box .splide .splide__list .splide__slide a .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
  .ranking-box .splide .splide__list .splide__slide a .img-box:before {
    content: "";
    display: block;
    padding-top: 93.63%;
  }
  .ranking-box .splide .splide__list .splide__slide a .img-box img {
    position: absolute;
    bottom: 0;
    left: calc(50% - 42%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 84%;
  }
  .ranking-box .splide .splide__list .splide__slide a .num {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 30px;
    line-height: 40px;
    color: transparent;
    text-stroke: 1px #ff322d;
    -webkit-text-stroke: 1px #ff322d;
    text-align: center;
    position: relative;
    margin-bottom: -20px;
    z-index: 1;
  }
  .ranking-box .splide .splide__list .splide__slide a .text-box {
    background-color: #F2F2F2;
    border-radius: 0 0 6px 6px;
    padding-top: 19px;
    padding-bottom: 17px;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ranking-box .splide .splide__list .splide__slide a .text-box .title-main {
    font-family: "TTNormsPro-Medium", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.15;
  }
  .ranking-box .splide .splide__list .splide__slide a .text-box .text-main {
    font-family: "TTNormsPro-Medium", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 21px;
    text-align: center;
    color: #000;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
  }
  .ranking-box .splide .slider-parts {
    padding-right: 24px;
    position: relative;
    margin-top: 12px;
    height: 30px;
  }
  .ranking-box .splide .slider-parts .splide__arrow {
    background: none;
    height: 30px;
    width: 30px;
    background-color: #ff322d;
    top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
  }
  .ranking-box .splide .slider-parts .splide__arrow:disabled {
    opacity: 0;
    pointer-events: none;
  }
  .ranking-box .splide .slider-parts .splide__arrow svg {
    fill: #FFF;
    width: 16px;
    height: 16px;
  }
  .ranking-box .splide .slider-parts .splide__arrow--prev {
    left: 0;
  }
  .ranking-box .splide .slider-parts .splide__arrow--next {
    right: 0;
  }
  .ranking-box .splide .slider-parts .splide__pagination {
    height: 15px;
    top: 8px;
    left: 0;
  }
  .ranking-box .splide .slider-parts .splide__pagination li {
    line-height: 0;
  }
  .ranking-box .splide .slider-parts .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 7px;
    margin-left: 7px;
    background: transparent;
    background-color: #999999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
  }
  .ranking-box .splide .slider-parts .splide__pagination .splide__pagination__page.is-active {
    background-color: #ff322d;
    -webkit-transform: none;
            transform: none;
  }
}

.ranking-box.bestseller .splide .splide__track .splide__list .splide__slide a .text-box {
  padding-top: 15px;
}

.ranking-box.bestseller .splide .splide__track .splide__list .splide__slide a .text-box .title-main {
  font-family: "TTNormsPro-Medium", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #999;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ranking-box.bestseller .splide .splide__track .splide__list .splide__slide a:hover .text-box .title-main {
  color: #ff322d;
}

#ranking.ranking-box {
  margin-top: 80px;
  padding-bottom: 110px;
}
