@charset "UTF-8";

.c-check__mark--radio::before {
  background-image: url(../common/images/ico_radio.png);
}

.c-check__mark--radio::after {
  background-image: url(../common/images/ico_radio_on.png);
}

.c-check__mark--checkbox::before {
  background-image: url(../common/images/ico_checkbox.png);
}

.c-check__mark--checkbox::after {
  background-image: url(../common/images/ico_checkbox_on.png);
}

.c-input--loupe {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: url(../common/images/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.c-star.rate1-0 {
  background-image: url(../common/images/rating/icon_star10.svg);
}

.c-star.rate1-5 {
  background-image: url(../common/images/rating/icon_star15.svg);
}

.c-star.rate2-0 {
  background-image: url(../common/images/rating/icon_star20.svg);
}

.c-star.rate2-5 {
  background-image: url(../common/images/rating/icon_star25.svg);
}

.c-star.rate3-0 {
  background-image: url(../common/images/rating/icon_star30.svg);
}

.c-star.rate3-5 {
  background-image: url(../common/images/rating/icon_star35.svg);
}

.c-star.rate4-0 {
  background-image: url(../common/images/rating/icon_star40.svg);
}

.c-star.rate4-5 {
  background-image: url(../common/images/rating/icon_star45.svg);
}

.c-star.rate5-0 {
  background-image: url(../common/images/rating/icon_star50.svg);
}

.p-ico-button__text__inner::before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: -9px;
  width: calc(100% - (-9px * 2));
  height: calc(100% - (-5px * 2));
  margin: auto;
  background: url(../common/images/bg_support-menu.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.p-search-form__loupe {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  overflow: hidden;
  /*background: url(../common/images/ico_loupe.svg) no-repeat;*/
  background-size: contain;
  text-indent: -9999px;
}

.p-sp-menu__search__loupe {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  overflow: hidden;
  background: url(../common/images/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.p-sp-menu__accordion__title--gaming {
  background-image: url(../common/images/ico_gaming.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--creator {
  background-image: url(../common/images/ico_creator.svg);
  background-size: auto 18px;
}

.p-sp-menu__accordion__title--desktop {
  background-image: url(../common/images/ico_desktop.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--notebook {
  background-image: url(../common/images/ico_notebook.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--server {
  background-image: url(../common/images/ico_server.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--used {
  background-image: url(../common/images/ico_used.svg);
  background-size: auto 18px;
}

.p-sp-menu__accordion__title--parts {
  background-image: url(../common/images/ico_parts.svg);
  background-size: auto 18px;
}

.p-sp-menu__accordion__body {
  padding: 0 15px;
}

/*.p-sp-menu-ranking__rank--first {
  background-image: url(../common/images/ico_rank1.png);
}

.p-sp-menu-ranking__rank--second {
  background-image: url(../common/images/ico_rank2.png);
}

.p-sp-menu-ranking__rank--third {
  background-image: url(../common/images/ico_rank3.png);
}*/

.p-product-show-detail__benchmark-modal::before {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 0;
  width: 340px;
  height: 38px;
  background: url(../images/products/product-show/BENCHMARK.png) 0 0 no-repeat;
  content: "";
}

.p-product-show-detail__review-area-button::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background: url(../common/images/ico_in_page_link_azure.svg) 0 0 no-repeat;
  content: "";
}

.p-product-show-detail__spec-button::after {
  top: calc(50% - 6px);
  right: 12px;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background: url(../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

.p-product-show-detail__benchmark-banner::before {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 0;
  width: 340px;
  height: 38px;
  background: url(../images/products/product-show/BENCHMARK.png) 0 0 no-repeat;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-internal-links__fixed-area li:hover a {
    color: #004da1;
  }
  .p-product-show-internal-links__fixed-area li:hover a::after {
    background: url(../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
  }
}

.p-product-show-internal-links__list li > a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 12px;
  height: 12px;
  background: url(../common/images/ico_in_page_link.svg) 0 0 no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list li > a::after {
    top: auto;
    right: calc(50% - 6px);
    bottom: 10px;
    width: 12px;
    height: 10px;
    background: url(../common/images/ico_in_page_link_sp.svg) 0 0 no-repeat;
  }
}

.p-product-show-internal-links__list li.js-stickyLink-activ a::after {
  background: url(../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list li.js-stickyLink-activ a::after {
    background: url(../common/images/ico_in_page_link_blue_sp.svg) 0 0 no-repeat;
  }
}

.p-products-all-item-filter__reset__button::before, .p-products-all-item-filter__reset__button--disabled::before {
  display: block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 19px;
  background: url(../common/images/ico_reset_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.p-products-all-item-filter__reset__button--disabled::before {
  background-image: url(../common/images/ico_reset.svg);
}

.p-products-all-item__more-full__button--full::before {
  background-image: url(../common/images/ico_reload_white.svg);
}

.p-products-all-item__more-full__button--more::before {
  background-image: url(../common/images/ico_reload.svg);
}

.p-products-all-item-search__menu-button > button::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 15px;
  margin-right: 12px;
  background: url(../common/images/ico_filter-btn.svg) no-repeat;
  background-size: contain;
  content: "";
}

.p-top-campaign__section {
	padding-bottom: 60px;
}
.p-top-campaign__section h2 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
.p-top-campaign__section {
	padding-bottom: 30px;
}
}

.p-top-campaign__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  padding: 0 0px 90px;
  padding-right: 0px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-campaign__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-campaign__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-campaign__inner {
    padding-right: calc( 0px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-campaign__inner {
    padding-right: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__inner {
    padding: 0 15px 45px;
  }
}

.p-top-campaign__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .p-top-campaign__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__list li {
    max-width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .p-top-campaign__list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__list li {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
}

.p-top-campaign__list li > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-top-campaign__list li > a img {
  width: 100%;
}

.p-top-campaign__button {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__button {
    width: 300px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__button {
    width: 100%;
    height: 40px;
  }
}

.p-top-fast-view {
  width: 100%;
  background-color: #000;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__container {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0 0px;
  }
}

.p-top-fast-view__slide {
  opacity: 0.5;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__slide {
    display: block;
    width: 480px;
    max-width: 480px;
  }
}

.p-top-fast-view__slide img {
  display: block;
  width: 100%;
}

.p-top-fast-view__slide.swiper-slide-active {
  opacity: 1;
}

.p-top-fast-view__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__tools {
    width: 590px;
    margin: 13px auto;
  }
}

.p-top-fast-view__pagination.swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 55px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__pagination.swiper-pagination {
    font-size: 14px;
    letter-spacing: 1.84px;
    line-height: 1.14;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__pagination.swiper-pagination {
    width: 60px;
    padding-right: 3px;
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 1.32px;
    line-height: 1.45;
  }
}

.p-top-fast-view__pagination.swiper-pagination > span:first-child {
  padding-right: 2px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__pagination.swiper-pagination > span:first-child {
    padding-right: 0px;
  }
}

.p-top-fast-view__pagination.swiper-pagination > span:last-child {
  padding-left: 2px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__pagination.swiper-pagination > span:last-child {
    padding-left: 0px;
  }
}

.p-top-fast-view__progress {
  display: block;
  z-index: 1;
  position: relative;
  width: 480px;
  height: 4px;
  margin: 7px auto;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__progress {
    width: 78%;
    height: 2px;
    margin: 15px auto;
  }
}

.p-top-fast-view__progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 45px;
  left: 0;
  width: auto;
  height: 4px;
  background-color: #484848;
}

.p-top-fast-view__progress-bar:after {
  z-index: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00a2e6;
  content: "";
}

.p-top-fast-view__progress.is-fvActive .p-top-fast-view__progress-bar:after {
  width: 0%;
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__progress.is-fvPassive .p-top-fast-view__progress-bar {
  opacity: 0;
}

.p-top-fast-view__progress.is-fvAnimate .p-top-fast-view__progress-bar:after {
  width: 100%;
  -webkit-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
          transition-delay: unset;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.p-top-fast-view__move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__move {
    width: 50px;
  }
}

.p-top-fast-view__stopbutton {
  width: 20px;
  height: 18px;
  cursor: pointer;
}

.p-top-fast-view__stopbutton.stop {
  position: relative;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__stopbutton.stop:before, .p-top-fast-view__stopbutton.stop:after {
  position: absolute;
  background-color: #fff;
  content: '';
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__stopbutton.stop:before, .p-top-fast-view__stopbutton.stop:after {
    top: 3px;
    width: 3px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__stopbutton.stop:before, .p-top-fast-view__stopbutton.stop:after {
    top: 5px;
    width: 2.2px;
    height: 9px;
  }
}

.p-top-fast-view__stopbutton.stop:before {
  left: 5px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__stopbutton.stop:before {
    left: 6px;
  }
}

.p-top-fast-view__stopbutton.stop:after {
  right: 5px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__stopbutton.stop:after {
    right: 6px;
  }
}

.p-top-fast-view__stopbutton.start {
  position: relative;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__stopbutton.start:before {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__stopbutton.start:after {
  content: none;
}

.p-top-headline {
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-top-headline {
    margin: 45px auto 25px;
  }
}

.p-top-important-news__section {
  width: 100%;
  padding: 30px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__section {
    padding: 15px 0;
  }
}

.p-top-important-news__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-important-news__inner {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-important-news__inner {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-top-important-news__inner {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-important-news__inner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-important-news__inner {
    padding: 0 15px;
  }
}

.p-top-important-news__header {
  position: relative;
  height: 50px;
  background-color: #004ea2;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header {
    height: 40px;
  }
}

.p-top-important-news__header::after {
  z-index: auto;
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header::after {
    right: 14px;
    width: 10px;
  }
}

.p-top-important-news__header::before {
  z-index: auto;
  position: absolute;
  top: calc(50% - 5px);
  right: 29px;
  width: 2px;
  height: 12px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header::before {
    right: 18px;
    height: 10px;
  }
}

.p-top-important-news__header.is-open::before {
  content: none;
}

.p-top-important-news__header-ico {
  width: 19px;
  height: 19px;
  margin-right: 15px;
}

@media screen and (min-width: 768px), print {
  .p-top-important-news__header-ico {
    width: 19px;
    height: 19px;
  }
}

.p-top-important-news__header-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header-title {
    font-size: 14px;
    font-weight: normal;
  }
}

.p-top-important-news__list {
  background-color: #fff;
}

.p-top-important-news__list > li {
  border-bottom: 2px dotted #c8c8c8;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li {
    border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-top-important-news__list > li > a {
  padding: 13px 30px;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li > a {
    padding: 17px 35px 17px 15px;
  }
}

.p-top-important-news__list > li > a.c-arrow, .p-top-important-news__list > li > a.c-arrow--down, .p-top-important-news__list > li > a.c-arrow--top, .p-top-important-news__list > li > a.c-arrow--left, .p-top-important-news__list > li > a.c-arrow--before {
  position: relative;
}

.p-top-important-news__list > li > a.c-arrow::after, .p-top-important-news__list > li > a.c-arrow--down::after, .p-top-important-news__list > li > a.c-arrow--top::after, .p-top-important-news__list > li > a.c-arrow--left::after, .p-top-important-news__list > li > a.c-arrow--before::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 27px;
  border-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li > a.c-arrow::after, .p-top-important-news__list > li > a.c-arrow--down::after, .p-top-important-news__list > li > a.c-arrow--top::after, .p-top-important-news__list > li > a.c-arrow--left::after, .p-top-important-news__list > li > a.c-arrow--before::after {
    right: 15px;
    width: 8px;
    height: 8px;
    border-color: #484848;
  }
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li > a .c-news__date {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.45;
  }
}

.p-top-important-news__list > li:last-child {
  border: 0;
}

.p-top-info-news__section {
  max-width: 1050px;
  margin: 90px auto 50px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-info-news__section {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 281);
  }
}

@media (min-width: 1050px) {
  .p-top-info-news__section {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-top-info-news__section {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 281);
  }
}

@media (min-width: 1050px) {
  .p-top-info-news__section {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__section {
    margin: 45px auto 25px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__inner {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.p-top-info-news__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__menu {
    max-width: 810px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu {
    width: 100%;
    max-width: none;
    height: 50px;
  }
}

.p-top-info-news__menu > li {
  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;
  height: 100%;
  background-color: #ececec;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__menu > li {
    width: 100%;
    max-width: 198px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu > li {
    width: 25%;
    max-width: none;
    margin-right: 3px;
  }
}

.p-top-info-news__menu > li:last-child {
  margin-right: 0;
}

.p-top-info-news__menu > li.is-active {
  border-top: 4px solid #004da1;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu > li.is-active {
    border-top: 2px solid #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__menu > li > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.31;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu > li > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-info-news__contents:not(:first-of-type) {
  display: none;
}

.p-top-info-news__list {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__list {
    margin: 10px auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list {
    width: calc(100% - 30px);
    margin: 5px auto 10px;
  }
}

.p-top-info-news__list > li {
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__list > li {
    border-bottom: 2px dotted #c8c8c8;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li {
    border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
  }
}

.p-top-info-news__list > li > a {
  padding: 30px 45px 30px 0px;
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li > a {
    padding: 19px 20px 19px 0px;
  }
}

.p-top-info-news__list > li > a.c-arrow, .p-top-info-news__list > li > a.c-arrow--down, .p-top-info-news__list > li > a.c-arrow--top, .p-top-info-news__list > li > a.c-arrow--left, .p-top-info-news__list > li > a.c-arrow--before {
  position: relative;
}

.p-top-info-news__list > li > a.c-arrow::after, .p-top-info-news__list > li > a.c-arrow--down::after, .p-top-info-news__list > li > a.c-arrow--top::after, .p-top-info-news__list > li > a.c-arrow--left::after, .p-top-info-news__list > li > a.c-arrow--before::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  border-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li > a.c-arrow::after, .p-top-info-news__list > li > a.c-arrow--down::after, .p-top-info-news__list > li > a.c-arrow--top::after, .p-top-info-news__list > li > a.c-arrow--left::after, .p-top-info-news__list > li > a.c-arrow--before::after {
    right: 2px;
    width: 8px;
    height: 8px;
    border-color: #484848;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__list > li > a .c-news__date {
    width: 7em;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li > a .c-news__date {
    font-size: 11px;
  }
}

.p-top-info-news__list > li:last-child {
  border: 0;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__button {
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__button {
    width: calc(100% - 30px);
    height: 40px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__section {
    padding: 1px 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__section {
    padding: 1px 0 35px;
  }
}

.p-top-lineup__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-top-lineup__inner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1460px) {
  .p-top-lineup__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 810px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 995px) {
  .p-top-lineup__list {
    width: 645px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list > li {
    width: 150px;
    height: 120px;
    margin: 0 15px 15px 0;
  }
  .p-top-lineup__list > li:nth-child(7n), .p-top-lineup__list > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1460px) {
  .p-top-lineup__list > li:nth-child(7n) {
    margin-right: 15px;
  }
  .p-top-lineup__list > li:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 995px) {
  .p-top-lineup__list > li:nth-child(7n) {
    margin-right: 15px;
  }
  .p-top-lineup__list > li:nth-child(5n) {
    margin-right: 15px;
  }
  .p-top-lineup__list > li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__list > li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .p-top-lineup__list > li:nth-child(7n), .p-top-lineup__list > li:nth-child(5n), .p-top-lineup__list > li:nth-child(4n) {
    margin-right: 0;
  }
}

.p-top-lineup__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__list > li > a {
    min-height: 50px;
    padding: 0 10px;
  }
}

.p-top-lineup__list > li > a.hover {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.p-top-lineup__list > li > a.hover::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  background-color: #cfcfcf;
  content: '';
  opacity: 0.3;
}

.p-top-lineup__list > li > a.hover--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}

.p-top-lineup__list > li > a.hover--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list > li > a.hover.server {
    padding-bottom: 12px;
  }
}

.p-top-lineup__image {
  display: block;
}

.p-top-lineup__image > img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__image {
    width: 38px;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__image {
    width: 26px;
    margin-right: 2px;
    margin-bottom: 0px;
  }
}

.p-top-lineup__title {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__title {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    letter-spacing: 0.7px;
    line-height: 1.36;
  }
  .server .p-top-lineup__title {
    letter-spacing: 0;
  }
}

.p-top-other-recommend___section {
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend___section {
    margin: 45px auto 25px;
  }
}

.p-top-other-recommend__inner {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 90px;
  }
}

@media (min-width: 769px) {
  .p-top-other-recommend__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-other-recommend__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-other-recommend__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-other-recommend__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto 25px;
    padding: 0;
  }
}

.p-top-other-recommend__panels {
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend__panels {
    width: 100%;
    max-width: 570px;
    min-height: 390px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend__panels {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.p-top-other-recommend__panels:last-child {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
  border-bottom: 1px solid #004da1;
  border-left: 1px solid #004da1;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend__panels:last-child {
    max-width: 530px;
  }
}

@media (min-width: 980px) {
  .p-top-other-recommend__panels:last-child {
    margin-left: calc( 10px + 30 * (100vw - 980px) / 460);
  }
}

@media (min-width: 1440px) {
  .p-top-other-recommend__panels:last-child {
    margin-left: 40px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend__panels:last-child {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend__panels:last-child {
    margin-top: 25px;
  }
}

.p-top-other-recommend--min {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min {
    max-width: 285px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend--min {
    max-width: none;
  }
}

.p-top-other-recommend--min > a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #004da1;
  border-right: 1px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a {
    min-height: 206px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--min > a {
    min-height: 122px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a:hover .cat_icon > img {
    -webkit-transform: scale(1.14, 1.14);
            transform: scale(1.14, 1.14);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a .cat_icon {
    width: 84px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--min > a .cat_icon {
    width: 62px;
  }
}

.p-top-other-recommend--min > a .cat_icon > img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-other-recommend--min > a .cat_title {
  color: #004da1;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a .cat_title {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--min > a .cat_title {
    margin-top: -4px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-other-recommend--min > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-other-recommend--min > a.c-panel-arrow::after {
  background-color: #004da1;
}

.p-top-other-recommend--small {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small {
    max-width: 285px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend--small {
    max-width: none;
  }
}

.p-top-other-recommend--small > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a {
    padding: 20px 20px 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a {
    padding: 18px 14px 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a:hover .product_image > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-top-other-recommend--small > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-other-recommend--small > a .product_shoulder-text {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_shoulder-text {
    margin-bottom: 18px;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_shoulder-text {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-other-recommend--small > a .product_image {
  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;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_image {
    width: 100%;
    max-width: 180px;
    min-height: 180px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_image {
    width: calc(100% - 12px);
    height: 115px;
    min-height: auto;
    margin-bottom: 22px;
  }
}

.p-top-other-recommend--small > a .product_image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-other-recommend--small > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-other-recommend--small > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_id {
    -webkit-line-clamp: 2;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-other-recommend--small > a .product_id {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_id {
    -webkit-line-clamp: 4;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.32px;
    line-height: 1.45;
  }
}

.p-top-other-recommend--small > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-top-other-recommend--small > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_price .unit {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_price .unit {
    font-size: 12px;
  }
}

.p-top-other-recommend--small > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-other-recommend--small > a.c-panel-arrow::after {
  background-color: #004da1;
}

.p-top-other-recommend--small:last-child > a {
  border-left: 0;
}

.p-top-recommend {
  margin: 90px auto 50px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-recommend {
    margin: 45px auto 25px;
  }
}

.p-top-recommend__section {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__section {
    margin: 0 auto 50px;
  }
}

@media (min-width: 769px) {
  .p-top-recommend__section {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__section {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-recommend__section {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 25px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__section:nth-child(odd) .p-top-recommend__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-recommend__section:nth-child(odd) .p-top-recommend__inner .p-top-recommend__panel--small > a {
    border: 1px solid #004da1;
    border-right: 0;
  }
  .p-top-recommend__section:nth-child(even) .p-top-recommend__inner .p-top-recommend__panel--small > a {
    border: 1px solid #004da1;
    border-left: 0;
  }
}

.p-top-recommend__section:last-child {
  margin-bottom: 0;
}

.p-top-recommend__inner {
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panels {
    width: 100%;
    max-width: 570px;
  }
}

.p-top-recommend__panel--large {
  background-image: linear-gradient(-45deg, #004da1, #0078c4);
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    min-width: 350px;
    max-width: 570px;
    min-height: 415px;
  }
}

.p-top-recommend__panel--large > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a {
    padding: 45px 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a {
    padding: 28px 18px 18px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a:hover .brand_image > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-top-recommend__panel--large > a:hover .brand_image > object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-recommend__panel--large > a .brand_shoulder {
  color: #ffdd11;
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_shoulder {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_shoulder {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.33;
  }
}

.p-top-recommend__panel--large > a .brand_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo {
    height: 55px;
  }
}

.p-top-recommend__panel--large > a .brand_logo img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo--galleria {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_logo--galleria {
    width: 142px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo--raytrek {
    max-width: 172px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_logo--raytrek {
    width: 86px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo--thirdwave {
    max-width: 254px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_logo--thirdwave {
    width: 127px;
  }
}

.p-top-recommend__panel--large > a .brand_text {
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 140px;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_text {
    width: 48%;
    margin-top: 20px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-recommend__panel--large > a .brand_image {
  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;
  max-width: 210px;
  padding-right: 2px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_image {
    z-index: 1000;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%;
    max-width: 300px;
    min-height: 240px;
    margin-left: 2%;
    padding-right: 20px;
    overflow: visible;
  }
}

@media (min-width: 1300px) {
  .p-top-recommend__panel--large > a .brand_image {
    max-width: calc( 210px + 90 * (100vw - 1300px) / 140);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--large > a .brand_image {
    max-width: 300px;
  }
}

@media (min-width: 1300px) {
  .p-top-recommend__panel--large > a .brand_image {
    padding-right: calc( 2px + 18 * (100vw - 1300px) / 140);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--large > a .brand_image {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-recommend__panel--large > a .brand_image {
    max-width: 210px;
    height: inherit;
    margin: 30px auto 0;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_image {
    width: calc(50% - 5px);
    margin: -45px 0 0;
  }
}

.p-top-recommend__panel--large > a .brand_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--large > a .brand_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--large > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-recommend__panel--large > a.c-panel-arrow::after {
  background-color: rgba(0, 0, 0, 0.35);
}

.p-top-recommend__panel--small {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small {
    max-width: 285px;
  }
}

.p-top-recommend__panel--small > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a {
    padding: 20px 20px 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a {
    padding: 18px 14px 16px;
    border-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a:hover .product_image > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-top-recommend__panel--small > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-recommend__panel--small > a .product_shoulder {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_shoulder {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_shoulder {
    margin-bottom: 18px;
  }
}

.p-top-recommend__panel--small > a .product_shoulder-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14.4px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: calc( 14.4px + 3.6 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-recommend__panel--small > a .product_shoulder-ico {
  width: 45.5px;
  margin-left: 9.6px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: 65px;
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: calc( 45.5px + 19.5 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: 65px;
  }
}

@media (min-width: 768px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    margin-left: calc( 9.6px + 6.4 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: 65px;
    margin-right: -3px;
    margin-left: 6px;
  }
}

.p-top-recommend__panel--small > a .product_shoulder-ico > img {
  width: 100%;
}

.p-top-recommend__panel--small > a .product_image {
  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;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_image {
    width: 100%;
    max-width: 180px;
    height: auto;
    height: 180px;
    min-height: 180px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_image {
    width: calc(100% - 12px);
    height: 115px;
    min-height: auto;
    margin-bottom: 22px;
  }
}

.p-top-recommend__panel--small > a .product_image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--small > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--small > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_id {
    -webkit-line-clamp: 2;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-recommend__panel--small > a .product_id {
    -webkit-line-clamp: 4;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_id {
    -webkit-line-clamp: 4;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.32px;
    line-height: 1.45;
  }
}

.p-top-recommend__panel--small > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-top-recommend__panel--small > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_price .unit {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_price .unit {
    font-size: 12px;
  }
}

.p-top-recommend__panel--small > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-recommend__panel--small > a.c-panel-arrow::after {
  background-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small:last-child > a {
    border-left: 0;
  }
}

.p-top-recommend__panel-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel-column {
    margin: 0px auto 0;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-recommend__panel-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 0%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel-column {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-selfcheck__section {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__section {
    margin: 0 auto 50px;
  }
}

@media (min-width: 769px) {
  .p-top-selfcheck__section {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-selfcheck__section {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-selfcheck__section {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-selfcheck__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__section {
    margin: 0 auto 25px;
    padding: 0 15px;
  }
}

.p-top-selfcheck__inner {
  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;
  width: 100%;
  border: 1px solid #004da1;
  border-radius: 2px;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__inner {
    padding: 45px 0;
    background-image: url(../images/top/bg_top-selfcheck.jpg);
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__inner {
    padding: 66px 0px;
    background-image: url(../images/top/bg_top-selfcheck_sp.jpg);
  }
}

.p-top-selfcheck__inner.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-selfcheck__inner.c-panel-arrow::after {
  background-color: #004da1;
}

.p-top-selfcheck__appeal {
  width: 100%;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__appeal {
    max-width: 810px;
    padding: 32px 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__appeal {
    width: 100%;
    padding: 22px 0 26px;
  }
}

.p-top-selfcheck__appeal-ttl {
  color: #ececec;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__appeal-ttl {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1.97;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__appeal-ttl {
    margin-bottom: 13px;
    font-size: 11px;
    letter-spacing: 0.64px;
    line-height: 1.45;
  }
}

.p-top-selfcheck__appeal-title {
  display: block;
}

.p-top-selfcheck__appeal-title > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__appeal-title {
    width: 430px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__appeal-title {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.p-top-selfcheck__button {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__button {
    width: 300px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__button {
    width: 225px;
    height: 50px;
  }
}

.p-top-useful__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  padding: 0 0px 70px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-useful__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-useful__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-useful__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-useful__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__inner {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__container {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-useful__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1455px) {
  .p-top-useful__wrapper {
    max-width: 850px;
    margin: 0 auto 0px;
  }
}

@media screen and (max-width: 995px) {
  .p-top-useful__wrapper {
    max-width: 560px;
    margin: 0 auto 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}

.p-top-useful__slide.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide {
    width: 270px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .p-top-useful__slide.swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1455px) {
  .p-top-useful__slide.swiper-slide:nth-child(4n) {
    margin-right: 20px;
  }
  .p-top-useful__slide.swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 995px) {
  .p-top-useful__slide.swiper-slide:nth-child(3n) {
    margin-right: 20px;
  }
  .p-top-useful__slide.swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide {
    display: block;
    width: 225px;
    max-width: 225px;
    height: 85px;
    margin: 0;
  }
  .p-top-useful__slide.swiper-slide:nth-child(2n), .p-top-useful__slide.swiper-slide:nth-child(3n), .p-top-useful__slide.swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}

.p-top-useful__slide.swiper-slide > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a {
    padding: 18px 18px 19px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a {
    padding: 15px 12px 15px 18px;
  }
}

.p-top-useful__slide.swiper-slide > a > .useful_ico {
  margin: auto 0;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a > .useful_ico {
    width: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a > .useful_ico {
    width: 28px;
    margin-right: 22px;
  }
}

.p-top-useful__slide.swiper-slide > a > .useful_ico > img {
  width: 100%;
}

.p-top-useful__slide.swiper-slide > a > .useful_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-useful__slide.swiper-slide > a .useful_text-h5 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a .useful_text-h5 {
    margin-right: -8px;
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a .useful_text-h5 {
    margin-right: -8px;
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a .useful_text-p {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a .useful_text-p {
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-top-useful__pagination.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__pagination.swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__pagination.swiper-pagination {
    width: calc(100% - 30px);
    margin: 0px auto 0;
  }
}

.p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  margin: 0 0 0 4px;
  border-radius: 0;
  background-color: #c8c8c8;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
}

.p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0;
}

.p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a2e6;
}

.p-top-was-selected {
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .p-top-was-selected {
    margin: 45px auto 0px;
    padding: 0 0 30px;
  }
}

.p-top-was-selected::before {
  z-index: -1;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #d9f1fb;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-was-selected::before {
    top: 45px;
    height: calc(100% - 45px);
  }
}

.p-top-was-selected__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-was-selected__inner {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-was-selected__inner {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-top-was-selected__inner {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-was-selected__inner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__inner {
    padding: 0 15px;
  }
}

.p-top-was-selected__header {
  padding: 1px 0 70px;
  border-radius: 2px;
  background-image: linear-gradient(-45deg, #004da1, #0078c4);
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__header > .p-top-headline {
    margin-top: 70px;
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__header > .p-top-headline {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__header {
    padding: 1px 0 35px;
  }
}

.p-top-was-selected__list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 35px;
    padding: 0px 7px;
  }
}

.p-top-was-selected__list > li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-was-selected__list > li::after, .p-top-was-selected__list > li::before {
  z-index: auto;
  position: absolute;
  background: #fff;
  content: "";
  opacity: 0.25;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__list > li {
    width: 260px;
    padding-top: 4px;
  }
  .p-top-was-selected__list > li::after {
    z-index: auto;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: 168px;
  }
  .p-top-was-selected__list > li:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list > li {
    width: 50%;
    padding: 6px 8px 23px;
  }
  .p-top-was-selected__list > li:nth-child(3), .p-top-was-selected__list > li:nth-child(4) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 6px;
  }
  .p-top-was-selected__list > li:nth-child(1)::after {
    top: 0;
    right: 0px;
    bottom: auto;
    width: 1px;
    height: calc(100% - 10px);
  }
  .p-top-was-selected__list > li:nth-child(3)::after {
    top: auto;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: calc(100% - 10px);
  }
  .p-top-was-selected__list > li:nth-child(1)::before, .p-top-was-selected__list > li:nth-child(2)::before {
    right: auto;
    bottom: 0;
    left: auto;
    width: calc(100% - 30px);
    height: 1px;
  }
}

.p-top-was-selected__list-icon {
  width: 108px;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list-icon {
    width: 72px;
    margin-bottom: 7px;
  }
}

.p-top-was-selected__list-icon > img {
  width: 100%;
  max-width: none;
}

.p-top-was-selected__list-text {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__list-text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list-text {
    font-size: 12px;
    letter-spacing: 1.56px;
    line-height: 1.46;
  }
}

@media screen and (max-width: 361px) {
  .p-top-was-selected__list-text {
    font-size: 12px;
  }
}

.p-top-was-selected__footer {
  width: 100%;
  max-width: 760px;
  margin: 50px auto 0;
  padding: 0 0;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 980px) {
  .p-top-was-selected__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    margin: 35px auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-qualification {
    position: relative;
    margin-right: 40px;
  }
  .p-top-was-selected__footer-qualification::after {
    position: absolute;
    top: 0px;
    right: -40px;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #80d1f3;
    content: "";
  }
}

@media screen and (max-width: 980px) {
  .p-top-was-selected__footer-qualification {
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
  }
  .p-top-was-selected__footer-qualification::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-qualification {
    width: calc(100% - 20px);
  }
}

.p-top-was-selected__footer-qualification-images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-qualification-images > span {
    height: 64px;
    margin-right: 30px;
  }
  .p-top-was-selected__footer-qualification-images > span:last-child {
    margin: 0;
  }
  .p-top-was-selected__footer-qualification-images > span > img {
    height: 100%;
  }
  .p-top-was-selected__footer-qualification-images > span.bnr_amd {
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-qualification-images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-was-selected__footer-qualification-images > span {
    margin-right: 4.34783%;
  }
  .p-top-was-selected__footer-qualification-images > span:last-child {
    margin: 0;
  }
  .p-top-was-selected__footer-qualification-images > span > img {
    width: 100%;
  }
  .p-top-was-selected__footer-qualification-images > span.bnr_amd {
    max-width: 27.33333%;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-aword {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 40px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-was-selected__footer-aword {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-aword {
    margin: 0 auto 0;
  }
}

.p-top-was-selected__footer-aword > span > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-aword > span.ico_dengeki {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-aword > span.ico_dengeki {
    width: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-aword > span.ico_kakaku {
    width: 73px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-aword > span.ico_kakaku {
    width: 69px;
    margin-left: 15px;
  }
}

.p-top-was-selected__button {
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__button {
    width: 300px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__button {
    width: 225px;
    height: 40px;
  }
}

.p-footer-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2px;
  background-color: #ccecfa;
}

@media screen and (min-width: 768px), print {
  .p-footer-app {
    width: 270px;
    padding: 19px 18px 20px 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app {
    max-width: 375px;
    margin: auto;
  }
}

.p-footer-app::before, .p-footer-app::after {
  display: block;
  z-index: 1;
  position: absolute;
  content: "";
}

.p-footer-app::before {
  right: 0;
  bottom: 0;
  background-color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-footer-app::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app::before {
    width: 16px;
    height: 16px;
  }
}

.p-footer-app::after {
  top: auto;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 768px), print {
  .p-footer-app::after {
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app::after {
    right: 6px;
    bottom: 4px;
    width: 7px;
    height: 7px;
  }
}

.p-footer-app__ico {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-footer-app__ico {
    width: 80px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app__ico {
    width: 100px;
    margin-right: 15px;
  }
}

.p-footer-app__name {
  margin-bottom: 5px;
  color: #004da1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.36;
}

.p-footer-app__description {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-footer-top {
    width: 100%;
    padding-top: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top {
    padding-top: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-top__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top__menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top__menu {
    width: auto;
    margin-bottom: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-top__sns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 270px;
    min-width: 270px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top__sns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top__sns {
    display: block;
    width: auto;
    margin: 0 15px 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom, .p-footer-products__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom, .p-footer-products__bottom {
    padding-bottom: 45px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-footer-bottom__menu {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__menu {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 15px;
  }
}

.p-footer-bottom__item {
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__item {
    margin-top: 10px;
    margin-right: 15px;
    padding-right: 14px;
    border-right: 1px solid #484848;
    letter-spacing: 0.72px;
    line-height: 1.1;
  }
  .p-footer-bottom__item:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__item {
    width: 50%;
    line-height: 1.42;
    text-align: center;
  }
  .p-footer-bottom__item > a {
    display: block;
    padding: 15px 0;
  }
}

.p-footer-bottom__copyright {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
  }
}

.p-footer-bottom__copyright__text {
  font-size: 10px;
}

.p-footer-bottom__logo {
  display: block;
  width: 134px;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__logo {
    margin-bottom: 5px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__logo {
    margin: 0 auto 10px;
  }
}

.p-footer-products {
  margin-top: 40px;
}

.p-footer-products__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-footer-products__bottom {
    padding-bottom: 175px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-products__bottom {
    padding-bottom: 205px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-products__bottom {
    padding-bottom: 175px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-products__bottom.pb {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-products__bottom.pb {
    padding-bottom: 45px;
  }
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-menu {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__item {
    margin-right: 25px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-menu__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__item:first-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer-menu__sublist {
  max-width: 145px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-footer-menu__sublist {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link + .p-footer-menu__link, .p-footer-menu__link--bold + .p-footer-menu__link, .p-footer-menu__link + .p-footer-menu__link--bold, .p-footer-menu__link--bold + .p-footer-menu__link--bold {
    margin-top: 10px;
  }
}

.p-footer-menu__link > a, .p-footer-menu__link--bold > a {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-footer-menu__link > a, .p-footer-menu__link--bold > a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link--bold + .p-footer-menu__link--bold {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__link--bold {
    width: 100%;
  }
}

.p-footer-menu__link--bold > a {
  color: #484848;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link--bold > a {
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__border, .p-footer-menu__border--left {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__border--left {
    border-left: 1px solid #c8c8c8;
  }
}

.p-footer-sns {
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns {
    margin: 0 0px 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-sns {
    margin-right: 60px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer-sns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  min-width: 50px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p-footer-sns__item + .p-footer-sns__item {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__item + .p-footer-sns__item {
    margin-left: 16px;
  }
}

.p-footer-sns__image {
  display: block;
  margin: 0 auto 5px;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns__image {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-sns__image {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__image {
    width: 45px;
    height: 45px;
  }
}

.p-footer-sns__text {
  font-size: 11px;
  font-weight: bold;
}

.p-common-footer_e_money__section {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-common-footer_e_money__section {
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-footer_e_money__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-common-footer_e_money__list li > img {
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-common-footer_e_money__list li {
    height: 50px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-footer_e_money__list li {
    height: 40px;
    margin: 0 3px;
  }
}

.p-common-headline {
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-common-headline {
    margin: 45px auto 25px;
  }
}

.p-common-item-slider__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-common-item-slider__section {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-item-slider__section {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-common-item-slider__section {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-item-slider__section {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__section {
    padding: 0;
  }
}

.p-common-item-slider__inner {
  position: relative;
  padding: 0 30px 30px;
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__inner {
    padding: 0 0 20px 15px;
  }
}

.p-common-item-slider__inner::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 178px;
  background-color: #f6f6f6;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__inner::before {
    height: 155px;
  }
}

.p-common-item-slider__wrapper {
  margin-bottom: 3px;
}

.p-common-item-slider__slide {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide {
    width: 212px;
    min-height: 324px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide {
    width: 130px;
    min-height: 323px;
    min-height: 250px;
  }
}

.p-common-item-slider__slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 1px solid #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a {
    padding: 35px 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a {
    padding: 22px 9px 17px;
  }
}

.p-common-item-slider__slide > a .product_image {
  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;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_image {
    width: 90%;
    height: 130px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_image {
    width: calc(100% - 14px);
    min-height: 95px;
    max-height: 95px;
    margin-bottom: 20px;
  }
}

.p-common-item-slider__slide > a .product_image img {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-common-item-slider__slide > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-common-item-slider__slide > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_id {
    -webkit-line-clamp: 3;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_id {
    -webkit-line-clamp: 4;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-common-item-slider__slide > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-common-item-slider__slide > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_price .unit {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_price .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a:hover .product_image > img {
    -webkit-transform: scale(1.12, 1.12);
            transform: scale(1.12, 1.12);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-common-item-slider__slide > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.12, 1.12);
            transform: scale(1.12, 1.12);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-common-item-slider__slide > a::before {
  border-color: #a3a3a3;
}

.p-common-item-slider__slide > a::after {
  background-color: #f6f6f6;
}

.p-common-item-slider__scrollbar.swiper-scrollbar {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 4px;
  margin-top: 30px;
  background-color: #c8c8c8;
}

.p-common-item-slider__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00a2e6;
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__scrollbar.swiper-scrollbar {
    width: calc(100% - 15px);
    height: 2px;
    margin-top: 17px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__section {
    background-color: transparent;
  }
}

.p-common-store-info__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  padding: 50px 0px 50px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-common-store-info__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-store-info__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-common-store-info__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-store-info__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__left {
    width: 100%;
    max-width: 568px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1px;
  }
}

.p-common-store-info__left-button {
  margin: 0 auto;
  border-radius: 0;
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__left-button {
    width: 100%;
    height: 99px;
  }
  .p-common-store-info__left-button:first-child {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__left-button {
    width: calc(50% - 0.5px);
    height: 80px;
  }
  .p-common-store-info__left-button:first-child {
    margin-right: 1px;
  }
  .p-common-store-info__left-button::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__left-button > span {
    font-weight: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__left-button > span {
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.p-common-store-info__shop-button {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
  color: #fff;
}

.p-common-store-info__shop-button::after {
  border-color: #fff;
}

.p-common-store-info__shop-button::before {
  background-color: #00a2e6;
  opacity: .3;
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__shop-button {
    max-width: 568px;
    height: 200px;
    background-image: url(../images/top/bg_top_storeinfo_pc.png);
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__shop-button {
    height: 160px;
    background-image: url(../images/top/bg_top_storeinfo_sp.png);
  }
  .p-common-store-info__shop-button::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__shop-button > span {
    font-size: 20px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__shop-button > span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.p-common-store-info__shop-button > span > small {
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__shop-button > span > small {
    font-size: 14px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__shop-button > span > small {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-common-support__section {
  margin: 0px auto 0px;
  padding: 1px 0 90px;
}

@media screen and (max-width: 767px) {
  .p-common-support__section {
    margin: 0px auto 0px;
    padding: 1px 0 45px;
  }
}

.p-common-support__inner {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-common-support__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 0px;
  }
}

@media (min-width: 769px) {
  .p-common-support__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-support__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-common-support__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-support__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__inner {
    width: calc(100% - 30px);
    margin: 0 auto 0px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-common-support__list li {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-common-support__list li {
    margin-right: 30px;
    padding: 38px 0 5px;
  }
  .p-common-support__list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list li {
    padding: 25px 0 5px;
  }
}

.p-common-support__list--1col {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-common-support__list--1col {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list--1col {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__list--2col li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list--2col li {
    margin-bottom: 15px;
  }
  .p-common-support__list--2col li:last-child {
    margin-bottom: 0;
  }
  .p-common-support__list--2col li .p-top-support__title {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__list--3col li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1150px) {
  .p-common-support__list--3col li {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-common-support__list--3col li:last-child {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list--3col li {
    margin-bottom: 15px;
  }
  .p-common-support__list--3col li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.p-common-support__befor {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor {
    height: 150px;
    margin-bottom: 50px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__befor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-title {
    z-index: auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 325px;
    overflow: hidden;
  }
  .p-common-support__befor-title::after {
    position: absolute;
    top: 0;
    left: -8%;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #d9f1fb;
    content: "";
  }
  .p-common-support__befor-title > span {
    z-index: 1;
    padding-right: 15px;
    color: #004da1;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__befor-title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 55px;
    padding: 5px;
    border-bottom: 2px solid #f6f6f6;
  }
  .p-common-support__befor-title > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-common-support__befor-title .ttl1 {
    z-index: auto;
    position: relative;
    width: 170px;
    overflow: hidden;
    color: #004da1;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
  .p-common-support__befor-title .ttl1::after {
    position: absolute;
    top: 0;
    left: -4%;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #d9f1fb;
    content: "";
  }
  .p-common-support__befor-title .ttl1 > span {
    z-index: 1;
    padding-left: 15px;
  }
  .p-common-support__befor-title .ttl2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -5px;
    padding-left: 8px;
    font-size: 12px;
    letter-spacing: 1.14px;
    line-height: 1.33;
    text-align: left;
  }
}

@media screen and (max-width: 359px) {
  .p-common-support__befor-title .ttl1 {
    width: 150px;
    font-size: 12px;
  }
  .p-common-support__befor-title .ttl2 {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-text {
    width: calc(100% - 325px);
    height: 100%;
  }
  .p-common-support__befor-text > span {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 72px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .p-common-support__befor-text > span {
    padding-left: calc( 20px + 52 * (100vw - 769px) / 671);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-common-support__befor-text > span {
    padding-left: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-text > span::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 25px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #004da1;
    content: "";
  }
  .p-common-support__befor-text > span > span {
    display: block;
  }
  .p-common-support__befor-text > span .ttl1 {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 13px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .p-common-support__befor-text > span .ttl1 {
    font-size: calc( 13px + 3 * (100vw - 769px) / 671);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-common-support__befor-text > span .ttl1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-text > span .ttl2 {
    font-size: 24px;
    font-size: 21px;
    letter-spacing: 1.44px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .p-common-support__befor-text > span .ttl2 {
    font-size: calc( 21px + 3 * (100vw - 769px) / 671);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-common-support__befor-text > span .ttl2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__befor-text {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 90px;
    padding: 0;
  }
  .p-common-support__befor-text::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 22px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #004da1;
    content: "";
  }
  .p-common-support__befor-text > span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.92px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-common-support__title {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__title {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__title {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.p-common-support__tel_shoulder {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__tel_shoulder {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__tel_shoulder {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.p-common-support__tel, .p-common-support__fax {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__tel, .p-common-support__fax {
    letter-spacing: 1.12px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__tel, .p-common-support__fax {
    font-weight: bold;
    letter-spacing: 1.92px;
    line-height: 1.21;
  }
}

.p-common-support__tel > .unit, .p-common-support__fax > .unit {
  position: relative;
  bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}

.p-common-support__tel > .num, .p-common-support__fax > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-common-support__tel > .num, .p-common-support__fax > .num {
    margin-left: 5px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__tel > .num, .p-common-support__fax > .num {
    margin-left: 3px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__fax {
    margin-top: 4px;
  }
  .p-common-support__fax > .num {
    font-size: 20px;
  }
}

.p-common-support__time {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__time {
    margin-top: 10px;
    margin-bottom: 32px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__time {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 1.42px;
    line-height: 1.8;
  }
}

.p-common-support__time > a {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

.p-common-support__time > a:hover {
  border-bottom: 1px solid #80d1f3;
  color: #80d1f3;
}

.p-common-support__mail {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__mail {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__mail {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 11px;
    letter-spacing: 1.42px;
    line-height: 1.8;
  }
}

.p-common-support__mail > a {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

.p-common-support__mail > a:hover {
  border-bottom: 1px solid #80d1f3;
  color: #80d1f3;
}

@media screen and (min-width: 768px), print {
  .p-common-support__2col_button {
    width: calc(100% - 10px);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-common-support__2col_button > .c-button, .p-common-support__2col_button > .c-button--cart-in, .p-common-support__2col_button > .c-button--white, .p-common-support__2col_button > .c-button--primary-blue, .p-common-support__2col_button > .c-button--primary-white, .p-common-support__2col_button > .c-button--primary-greyish, .p-common-support__2col_button > .c-button--secondaryA-blue, .p-common-support__2col_button > .c-button--secondaryA-white, .p-common-support__2col_button > .c-button--secondaryB-black, .p-common-support__2col_button > .c-button--secondaryB-white {
    margin-right: 5px;
  }
  .p-common-support__2col_button > .c-button:last-child, .p-common-support__2col_button > .c-button--cart-in:last-child, .p-common-support__2col_button > .c-button--white:last-child, .p-common-support__2col_button > .c-button--primary-blue:last-child, .p-common-support__2col_button > .c-button--primary-white:last-child, .p-common-support__2col_button > .c-button--primary-greyish:last-child, .p-common-support__2col_button > .c-button--secondaryA-blue:last-child, .p-common-support__2col_button > .c-button--secondaryA-white:last-child, .p-common-support__2col_button > .c-button--secondaryB-black:last-child, .p-common-support__2col_button > .c-button--secondaryB-white:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-common-support__2col_button > .c-button, .p-common-support__2col_button > .c-button--cart-in, .p-common-support__2col_button > .c-button--white, .p-common-support__2col_button > .c-button--primary-blue, .p-common-support__2col_button > .c-button--primary-white, .p-common-support__2col_button > .c-button--primary-greyish, .p-common-support__2col_button > .c-button--secondaryA-blue, .p-common-support__2col_button > .c-button--secondaryA-white, .p-common-support__2col_button > .c-button--secondaryB-black, .p-common-support__2col_button > .c-button--secondaryB-white {
    margin-right: 5px;
    font-size: 13px;
  }
  .p-common-support__2col_button > .c-button:last-child, .p-common-support__2col_button > .c-button--cart-in:last-child, .p-common-support__2col_button > .c-button--white:last-child, .p-common-support__2col_button > .c-button--primary-blue:last-child, .p-common-support__2col_button > .c-button--primary-white:last-child, .p-common-support__2col_button > .c-button--primary-greyish:last-child, .p-common-support__2col_button > .c-button--secondaryA-blue:last-child, .p-common-support__2col_button > .c-button--secondaryA-white:last-child, .p-common-support__2col_button > .c-button--secondaryB-black:last-child, .p-common-support__2col_button > .c-button--secondaryB-white:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__2col_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 0px);
  }
}

.p-common-support__button, .p-common-support__button--black {
  margin: 0 auto;
  border: 0;
}

@media screen and (min-width: 768px), print {
  .p-common-support__button, .p-common-support__button--black {
    width: calc(100% - 10px);
    height: 50px;
    margin: auto auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__button, .p-common-support__button--black {
    width: calc(100% - 10px);
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__button--black {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__button--black {
    margin-top: 5px;
  }
}

.p-parts__section .p-parts__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts__title {
    padding: 21px 15px 21px 15px;
  }
}

.p-parts__section .p-parts__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts__title h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts__section .p-parts__title h1 {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts__section .p-parts__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts__section .p-parts__title h1 {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts__section .p-parts__title h1 {
    padding-right: 150px;
  }
}

.p-parts__section h2 {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-parts__section h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}

.p-parts__section h2.fc-blue {
  color: #004da1;
}

.p-parts__section h2 span {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.p-parts__section .p-product-show-fv__section {
  height: 225px;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-product-show-fv__section {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-product-show-fv__section {
    height: auto;
  }
}

@media screen and (max-width: 767px){
  .p-product-show-fv__image {
    height: auto;
  }
  .p-product-show-fv__image > img {
    width: 100%;
    height: auto;
  }
}

.p-parts__section-category {
  /*border-top: 1px solid #c8c8c8;*/
	border-top: none;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category {
    padding: 45px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category h2 {
    margin-top: 90px;
  }
}

.p-parts__section-category h3 {
  border-top: 2px solid #004da1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3 {
    position: relative;
    margin: 20px 0 0 0;
    padding: 18px 16px;
    border-top: 0;
    border-radius: 2px;
    background-color: #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category h3 {
    padding: 30px 0;
    color: #004da1;
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3::before, .p-parts__section-category h3::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3::before {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3 + h3 {
    margin-top: 15px;
  }
}

.p-parts__section-category--list {
  display: block;
  width: 100%;
}

/*@media screen and (max-width: 767px) {
  .p-parts__section-category--list {
    display: none;
  }
}*/

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.p-parts__section-category--list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	align-items: flex-start;
}

.p-parts__section-category--list-box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #7fa6d0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box {
    width: calc((99.99% - 10.5%) / 4);
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box:nth-child(odd) {
    border-left: 1px solid #7fa6d0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box:nth-child(even) {
    border-right: 1px solid #7fa6d0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box .c-accordion__body {
    height: calc(100% - 50px);
    border-right: 1px solid #7fa6d0;
    border-bottom: 1px solid #7fa6d0;
    border-left: 1px solid #7fa6d0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box + div {
    margin-left: 3.5%;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box:nth-child(odd) {
    border-right: 1px solid #7fa6d0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list:first-of-type {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list:first-of-type .p-parts__section-category--list-box:nth-child(-n + 4) .c-accordion__body {
    /*display: block;*/
	  display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-review {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-parts__section-review .p-common-headline {
  margin-bottom: 0;
}

.p-parts__section-review-content {
  width: 100%;
  min-height: 200px;
  border: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-review-content {
    min-height: 450px;
  }
}

.p-parts__section-notable {
  padding-top: 35px;
  padding-bottom: 57px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable {
    padding-top: 70px;
    padding-bottom: 104px;
  }
}

.p-parts__section-notable .p-top-headline {
  margin-top: 0;
}

.p-parts__section-notable h2 {
  margin-bottom: 0;
}

.p-parts__section-notable-slide {
  position: relative;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts__section-notable-slide {
    width: 94.79%;
    margin: auto;
    padding: 0 2%;
  }
}

@media (min-width: 1024px) {
  .p-parts__section-notable-slide {
    margin-right: calc(20px + 130 * (100vw - 768px) / 672);
    margin-left: calc(20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable-slide::before, .p-parts__section-notable-slide::after {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable-slide::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable-slide::after {
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable .swiper-wrapper {
    width: 100%;
  }
}

.p-parts__section-notable .swiper-slide img {
  width: 100%;
}

.p-parts__section-notable .swiper-slide a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-parts__section-notable .swiper-container {
  position: static;
}

.p-parts__section-notable .swiper-button-prev, .p-parts__section-notable .swiper-button-next {
  width: 21px;
  height: 37px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable .swiper-button-prev, .p-parts__section-notable .swiper-button-next {
    display: none;
  }
}

.p-parts__section-notable .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23484848'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts__section-notable .swiper-button-prev {
    left: -2%;
  }
}

@media (min-width: 1024px) {
  .p-parts__section-notable .swiper-button-prev {
    left: -50px;
  }
}

.p-parts__section-notable .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23484848'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts__section-notable .swiper-button-next {
    right: -2%;
  }
}

@media (min-width: 1024px) {
  .p-parts__section-notable .swiper-button-next {
    right: -50px;
  }
}

.p-parts__section-notable .swiper-pagination {
  bottom: -25px;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable .swiper-pagination {
    bottom: -40px;
  }
}

.p-parts__section-notable .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  border-radius: 0;
  background-color: #00a2e6;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.swiper-pagination-fraction .swiper-pagination-current {
  padding-right: 2px;
}

.swiper-pagination-fraction .swiper-pagination-total {
  padding-left: 2px;
}

.p-parts__section .p-products-all-item__filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding: 20px 45px 20px 15px;
  border-bottom: 0;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title {
    height: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title {
    height: 50px;
    padding: 0 30px 0 22px;
    border-radius: 2px;
    color: #004da1;
    background-color: #fff;
    border: 1px solid #004da1;
  }
  .p-parts__section .p-products-all-item__filter__title.is-open {
    background-color: #004da1;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::before, .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::after {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::before, .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::after {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    background-color: currentColor;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross:hover::before, .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross:hover::after {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
}

.p-parts__section .p-products-all-item__filter__title.pc-title {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.pc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #484848;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span:first-child {
  top: 0;
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span.mdl {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span:last-child {
  bottom: 0;
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span.hide {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.sp-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title.sp-title + div + .c-accordion__body {
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 86.7%;
    max-width: 426.66667px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}

.p-parts__section .p-products-all-item__filter__title.sp-title + div + .c-accordion__body.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title.is-open {
    border-bottom: 1px solid #7fa6d0;
  }
}

.p-parts__section .p-products-all-item__filter__body {
  padding: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__body {
    border-bottom: 0;
  }
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 2px solid #004da1;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body .sp-sub-title {
    display: none;
  }
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title .p-sp-menu__close {
  width: 17px;
  height: 15px;
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title .p-sp-menu__close::before {
  width: 15px;
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title .p-sp-menu__close:after {
  height: 15px;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__body ul {
    margin-bottom: 0;
  }
}

.p-parts__section .p-products-all-item__filter__body ul li {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 20px 25px 20px 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__body ul li {
    border-bottom: 1px solid #ececec;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body ul li {
    padding: 12px 40px 12px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body ul li + li {
    border-top: 1px solid #7fa6d0;
  }
}

.p-parts__section .p-products-all-item__filter__body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
}

.p-parts__section .p-products-all-item__filter__body ul li::before {
  -webkit-transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  transform: skewX(-18deg);
  background-color: #7fa6d0;
  content: '';
  opacity: 0.2;
}

.p-parts__section .p-products-all-item__filter__body ul li::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body ul li::after {
    right: 21px;
  }
}

.p-parts__section .p-products-all-item__filter__body ul li:first-child {
  color: #004da1;
}

.p-parts__section .p-products-all-item__filter__body ul li:first-child::after {
  border-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend {
    padding-bottom: 45px;
  }
}

.p-parts__section .p-parts-sub__recommend-body {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body h2 {
    padding-top: 4px;
  }
}

.p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 40px;
    margin-top: 16px;
    border: 0;
    background-color: #004da1;
    color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
    position: absolute;
    top: 0;
    right: calc(20px + 130 * (100vw - 768px) / 672);
    width: 170px;
    height: 40px;
    padding: 12px 27px 12px 18px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
    right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white::after {
    border-color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white::after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body .p-parts__section .p-parts-sub__recommend-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-parts__section .p-parts-sub__recommend-body + .p-parts-sub__recommend-body {
  margin-top: 45px;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body + .p-parts-sub__recommend-body {
    margin-top: 90px;
  }
}

.p-parts__section .p-product-show-support__section {
  margin-top: 0;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-parts__section .sp-hide {
    display: none;
  }
}

.p-parts-sub__section .p-parts__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__section .p-parts__title {
    padding: 21px 15px 21px 15px;
  }
}

.p-parts-sub__section .p-parts__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__section .p-parts__title h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__section .p-parts__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-right: 150px;
  }
}

.p-parts-sub__section h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__section h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}

.p-parts-sub__section h2.fc-blue {
  color: #004da1;
}

.p-parts-sub__section h2 span {
  display: block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.p-parts-sub__section .p-products-all-item-search {
  padding-top: 35px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__section .p-products-all-item-search {
    padding-top: 50px;
  }
}

.p-parts-sub__recommend {
  padding-top: 45px;
  padding-bottom: 25px;
  background-color: #d9f1fb;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.p-parts-sub__recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-parts-sub__recommend-list > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 34px 0 18px;
  border: 1px solid #004da1;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list > a {
    width: 360px;
    height: 360px;
    padding: 50px 0 27px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:not(:first-child) {
    width: 50%;
    padding: 45px 0 18px;
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:not(:first-child) img {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:first-child img {
    max-width: 43.08%;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:nth-child(2) {
    border-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list > a + a {
    margin-left: 30px;
  }
}

.p-parts-sub__recommend-list > a .num {
  z-index: 2;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#0078c4), to(#004da1));
  background: linear-gradient(90deg, #0078c4 0%, #004da1 100%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list > a .num {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}

.p-parts-sub__recommend-list > a .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-parts-sub__recommend-list > a.c-panel-arrow::after {
  background-color: #004da1;
}

.p-parts-sub__recommend-list > a.c-panel-arrow::before {
  color: #fff;
}

.p-parts-sub__recommend-list > a:hover .p-parts-sub__recommend-list--img img {
  -webkit-transform: scale(1.12, 1.12);
          transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-parts-sub__recommend-list--img {
  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;
  min-height: 120px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--img {
    min-width: 180px;
    height: 178px;
    margin-bottom: 50px;
  }
}

.p-parts-sub__recommend-list--img img {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--img img {
    max-width: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-parts-sub__recommend-list--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt {
    margin-top: auto;
    padding: 0 20px;
  }
}

.p-parts-sub__recommend-list--txt .name {
  height: 2.2em;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt .name {
    font-size: 16px;
  }
}

.p-parts-sub__recommend-list--txt .price {
  margin-top: auto;
  padding-top: 5px;
  color: #e43344;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt .price {
    font-size: 20px;
  }
}

.p-parts-sub__recommend-list--txt .price .unit {
  font-size: 11px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt .price .unit {
    font-size: 12px;
  }
}

.p-parts-sub-search {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-parts-sub__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}

@media screen and (max-width: 1199px) {
  .p-parts-sub__info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list {
    padding: 70px 0;
    row-gap: 10px;
  }
}

.p-parts-sub__info-list div {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  padding-top: 24px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div {
    width: 271px;
    min-height: 242px;
    height: auto;
    padding: 42px 10px 18px;
  }
}
.p-parts-sub__info-list .p-parts-sub__info-list__packing {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div:not(:first-child):not(.p-parts-sub__info-list__box) {
    border-left: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:first-child, .p-parts-sub__info-list div:nth-child(2) {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:nth-child(2) {
    margin-left: 15px;
    border-left: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:nth-child(3) {
    margin-top: 15px;
    padding-top: 35px;
    padding-bottom: 22px;
    border-top: 1px solid #c8c8c8;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts-sub__info-list div:nth-child(3) .p-parts-sub__info-list--txt {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:nth-child(3) .detail-link {
    margin-top: 16px;
  }
}

.p-parts-sub__info-list div.p-parts-sub__info-list__box {
  padding: 4px;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div.p-parts-sub__info-list__box {
    margin-top: 15px;
    margin-left: 15px;
    padding: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div + div {
    margin-left: 10px;
  }
}

.p-parts-sub__info-list div img {
  width: auto;
  height: 52px;
}

.p-parts-sub__info-list .detail-link {
  font-size: 14px;
}

.p-parts-sub__info-list--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8c8;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list--inner {
    padding-bottom: 28px;
  }
}

.p-parts-sub__info-list--inner p {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--inner p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.p-parts-sub__info-list--inner .txt-large {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #004da1;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--inner .txt-large {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-parts-sub__info-list--txt {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt {
    margin-top: 41px;
    font-size: 14px;
  }
  .p-parts-sub__info-list__packing .p-parts-sub__info-list--txt {
    font-size: 13px;
  }
}

.p-parts-sub__info-list--txt span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt span {
    font-size: 20px;
  }
}

.p-parts-sub__info-list--txt + .detail-link,
.p-parts-sub__info-list__box .detail-link {
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt br {
    display: none;
  }
}

.swiper-slide.a01 {
  width: 235px!important;
}
.item__filter__title_stxt {
  font-size: 15px;
  letter-spacing: 0;
}

.item__filter__title_stxt {
  font-size: 15px;
  letter-spacing: 0;
}
.p-parts__section-notable-slide {
  max-width: 1000px;
  margin: auto;
}
.p-parts__section-recommend-maker-content {
  display: flex;
  flex-wrap: wrap;
}
.p-parts__section-recommend-maker-content > div {
  border: 1px solid #004da1;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  display: flex;
  flex-basis: 48%;
  margin: 0 0 4%;
  width: 50%;
}
.p-parts__section-recommend-maker-content > div:nth-of-type(2n-2) {
  margin: 0 0 4% 4%;
}
.maker_info {
  line-height: 1.4;
  padding: 20px;
  width: 60%;
}
.maker_info img {
  display: block;
  margin: 0 auto 20px;
  height: auto;
  width: 70%;
}
.p-parts__section-recommend-panel {
  border-left: 1px solid #004da1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  width: 40%;
}
.p-parts__section-recommend-panel a {
  display: block;
  height: 100%;
  padding: 20px;
}
.p-parts__section-recommend-panel > a.c-panel-arrow::before {
  color: #fff;
}
.p-parts__section-recommend-panel > a.c-panel-arrow::after {
  background-color: #004da1;
}
.p-parts__section-recommend-panel a:hover img {
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.p-parts__section-recommend-panel img {
  display: block;
  margin: 0 auto 20px;
  max-width: 180px;
  width: 100%;
}
.p-parts__section-recommend-panel .price {
  color: #e43344;
  font-size: 16px;
  margin-top: 10px;
}
.p-parts-sub__recommend-list > a.c-panel-arrow::after {
  background-color: #004da1;
}
@media screen and (max-width: 767px) {
  .p-parts__section-recommend-maker-content {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-parts__section-recommend-maker-content > div {
    display: block;
    width: 100%;
  }
  .p-parts__section-recommend-maker-content > div:nth-of-type(2n-2) {
    margin: 0 0 4%;
  }
  .maker_info {
    padding: 15px;
    width: 100%;
  }
  .p-parts__section-recommend-panel {
    border-left: none;
    border-top: 1px solid #004da1;
    width: 100%;
  }
  .p-parts__section-recommend-panel a {
    padding: 15px;
  }
  .p-parts__section-recommend-panel .price {
    margin-top: 5px;
  }
}

/*KV改修*/
.kv{
  padding: 4rem 0;
  background: #004da1 url(../images/top/kv-grid.webp) no-repeat top center/cover;
  position: relative;
}
.kv::before{
  content: "";
  display: block;
  width: calc((100% - 1140px) / 2 - 4rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/kv-bg-left.webp?001) repeat-y right;
}
.kv::after{
  content: "";
  display: block;
  width: calc((100% - 1140px) / 2 - 4rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top/kv-bg-right.webp?001) repeat-y left;
}
.kv h1{
  font-size: clamp(24px, 0.955rem + 2.73vw, 48px);
  color: #fff;
  font-weight: 900;
  width: 100%;
}
.kv img{
  width: 100%;
}
@media screen and (max-width:767px){
  .kv{
    padding: 2rem;
  }
}

.link-service-assembling a {
  background-color: #004da1;
  color: #fff;
  display: block;
  font-size: min(3.6vw,20px);
  letter-spacing: 1.6px;
  margin: 20px 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.link-service-assembling a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.link-service-assembling a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}
@media screen and (max-width: 767px) {
.acc_sp-open {
  /*display: block;*/
}
}

/* 安心のサポート＆サービス */
.p-parts__section-category-service-btn {
width: auto;
}

@media screen and (max-width: 767px) {
.p-parts__section-category-service-inner,
.p-parts__section-category-service-list-box {
  width: 100%;
  flex-direction: column;
}

.p-parts__section-category-service-list-box:nth-child(even) {
  border-left: 1px solid #7fa6d0;
}

.p-parts__section-category-service-btn {
  border: none;
}
}

.p-parts-sub__info-h2 {
margin-top: 50px;
font-size: 36px !important;
}
.p-ranking__spec {
font-size: 12px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.p-parts-sub__recommend-list--txt .name {
min-height: 1.4rem;
}

.p-parts-sub__recommend-list--txt .price {
padding-top: 0px;
}
.p-parts-sub__recommend-list > a .num {
top: 10px;
left: 10px;
width: 70px;
height: 70px;
font-size: 32px;
background: none;
}
.p-parts-sub__recommend-list > a .num img {
width: 100% !important;
}

.p-parts__section-category--list-box .emphasis-contents {
height: 90px;
padding: 0px 20px 0 10px;
}
.p-parts__section-category--list-box .emphasis-contents span {
font-size: 80%;

margin-left: -6px;
display: inline-block;
}

.p-parts__section-category--list-box .emphasis-img {
width: auto;
height: 70px;
margin-right: 10px;
display: flex;
justify-content: center;
overflow: hidden;
}
.p-parts__section-category--list-box .emphasis-img img {
height: 100%;
width: auto;
}

.p-parts-sub__info-list-02 {
  padding: 0;
  row-gap: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.p-parts-sub__info-list-02 .list-inner {
  width: 271px;
  min-height: 242px;
  height: auto;
  padding: 42px 10px 18px;
  border-left: 1px solid #c8c8c8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-parts-sub__info-list-02 .list-inner .img-wrapper {
  width: 80px;
  height: 80px;
}
.p-parts-sub__info-list-02 .list-inner .img-wrapper img {
  width: 100%;
}

.p-parts-sub__info-list-02 .list-inner:last-child{
border-right: 1px solid #c8c8c8;
}

.p-parts-sub__info-list-02 .list-inner div {
  text-align: center;
}

.p-parts-sub__info-list--txt span {
  font-size: 24px;
}
.p-parts-sub__info-list--txt {
  font-size: 16px;
}
.p-parts-sub__info-list--txt02 {
  font-size: 12px;
}

.p-parts__section-category {
padding-bottom: 0px;
}

#staff-start-content {
margin: 30px auto;
}
.p-parts__section-review .c-headline__h2 {
padding-bottom: 20px;
}
.p-parts__section h2 {
margin-bottom: 20px;
font-size: 28px;
}

@media screen and (max-width: 767px) {
.p-parts-sub__info-list-02 {
  flex-direction: column;
  row-gap: 0;
}
.p-parts-sub__info-list-02 .list-inner {
  width: 100%;
  min-height: 80px;
  flex-direction: row;
  border-left: none;
  border-top: 1px solid #c8c8c8;
  padding: 10px 0;
  align-items: center;
}
.p-parts-sub__info-list-02 .list-inner:last-child{
  border-right: none;
  border-bottom: 1px solid #c8c8c8;
}

.p-parts-sub__info-list-02 .list-inner div {
  text-align: left;
  padding-left: 1.5rem;
}
.p-parts-sub__info-list-02 .list-inner .img-wrapper {
  width: 80px;
  height: auto;
  overflow: hidden;
}
.p-parts-sub__info-list--txt span {
  font-size: 20px;
  margin: 0;
}
.p-parts-sub__info-list--txt {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
}
.p-parts-sub__info-list--txt02 {
  margin-top: .5rem;
}
.p-parts-sub__info-h2 {
  margin-top: 50px;
  font-size: 24px !important;
}
.p-parts-sub__recommend-list > a .num img:first-child {
  width: 100%;
}
.p-parts__section-category--list-box .emphasis-img {
  display: none;
}
.p-parts__section h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
}

/*スマホで特定のボタンだけ隠しておいて押下で表示*/
.p-parts__section-category--list-button{
  display: none;
}
.p-parts__section-category--list-button-text--close{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box-hide-sp {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    pointer-events:none;
  }
  .is-open-sp-hide .p-parts__section-category--list-box-hide-sp {
    opacity: 1;
    position: static;
    top: auto;
    pointer-events:all;
  }
  .p-parts__section-category--list-button{
    display: block;
    margin-top: -1px;
    padding: 20px;
    border: 1px solid #7fa6d0;
    position: relative;
    color: #004da1;
  }
  .p-parts__section-category--list-button.c-accordion__title--cross::before{
    right: 16px;
    background: #004da1;
  }
  .p-parts__section-category--list-button.c-accordion__title--cross::after{
    right: 20px;
    background: #004da1;
  }
  .is-open-sp-hide .p-parts__section-category--list-button .p-parts__section-category--list-button-text--open{
    display: none;
  }
  .is-open-sp-hide .p-parts__section-category--list-button .p-parts__section-category--list-button-text--close{
    display: block;
  }
  .is-open-sp-hide .p-parts__section-category--list-button.c-accordion__title--cross::after{
    display: none;
  }
}