@charset "UTF-8";
#maincontent {
	margin-bottom: clamp(30px, -0.852rem + 9.09vw, 90px);
}
/*
.p-desktop-pc__title メインタイトル
.p-desktop-pc-sub__fv__section メインビジュアル
.p-desktop-pc__topics ローテバナー
.p-desktop-pc__type タイプから選ぶ
.p-desktop-pc__condition 条件から選ぶ
.p-desktop-pc__condition 用途・目的から選ぶ
.p-desktop-pc__camp キャンペーン・特集
*/

/* p-desktop-pc__condition ------------ */
.p-desktop-pc__condition {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__condition {
    padding-bottom: 45px;
  }
}

.p-desktop-pc__condition__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__condition__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-desktop-pc__condition__title {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__condition__title {
    margin-bottom: 21px;
  }
}

.p-desktop-pc__condition__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__condition__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-desktop-pc__condition__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__condition__button a {
    width: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .p-desktop-pc__condition__button a:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .p-desktop-pc__condition__button a {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__condition__button a {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-desktop-pc__condition__button a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__condition__button a > span {
    font-size: 16px;
  }
}

/* p-desktop-pc__purpose ------------ */
.p-desktop-pc__purpose {
  padding-top: 86px;
  padding-bottom: 88px;
  background-color: #ecf8fd;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose {
    padding: 45px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__purpose__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  .p-desktop-pc__purpose__inr {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__inr {
    padding: 0 15px;
  }
}

.p-desktop-pc__purpose__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__title {
    margin-bottom: 21px;
  }
}

.p-desktop-pc__purpose__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-desktop-pc__purpose__layout {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 1140px) {
  /*.p-desktop-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }*/
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-desktop-pc__purpose__card {
  border: solid 1px #ececec;
  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);
}

.p-desktop-pc__purpose__card div {
  overflow: hidden;
}

.layout-col3 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .layout-col3 .p-desktop-pc__purpose__card {
    width: 360px;
  }
}

@media screen and (max-width: 1140px){
  .layout-col3 .p-desktop-pc__purpose__card {
    width: 32%;
  }
  
  .layout-col3 .p-desktop-pc__purpose__card img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px){
  .layout-col3 .p-desktop-pc__purpose__card {
    width: 100%;
  }
}

.layout-col3 .p-desktop-pc__purpose__card h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 14px 20px;
}

.layout-col3 .p-desktop-pc__purpose__en-name {
  color: #00a2e6;
  font-size: 12px;
  padding: 0 20px 30px 20px;
}

.layout-col3 .p-desktop-pc__purpose__text--middle {
  line-height: 1.4;
  padding: 0 20px 40px 20px;
}

@media screen and (max-width: 767px){
  .layout-col3 .p-desktop-pc__purpose__card a {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .layout-col3 .p-desktop-pc__purpose__card a div:first-child {
    width: 40%;
    height: 128px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 40% top 0;
  }
  
  .bg-value {
    background-image: url(../../../category-top/desktop-pc/images/desktop-pc/value_main_visual.png);
  }
  
  .bg-basic {
    background-image: url(../../../category-top/desktop-pc/images/desktop-pc/basic_main_visual.png);
  }
  
  .bg-allround {
    background-image: url(../../../category-top/desktop-pc/images/desktop-pc/allround_main_visual.png);
  }
  
  .layout-col3 .p-desktop-pc__purpose__card a div:last-child {
    width: 60%;
  }
  
  .layout-col3 .p-desktop-pc__purpose__card a div img {
    display: none;
  }

  .layout-col3 .p-desktop-pc__purpose__card h3 {
    padding: 20px 5px 10px 20px;
    font-size: 1rem;
  }
  
  .layout-col3 .p-desktop-pc__purpose__en-name {
    padding: 0 20px 10px 20px;
  }
  
  .layout-col3 .p-desktop-pc__purpose__text--middle {
    font-size: .8rem;
    padding: 0 20px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .layout-col2 .p-desktop-pc__purpose__card {
    width: 555px;
  }
}

@media screen and (max-width: 1140px) {
  .layout-col2 .p-desktop-pc__purpose__card {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .layout-col2 .p-desktop-pc__purpose__card {
    width: 100%;
  }
}

.layout-col2 .p-desktop-pc__purpose__card img {
  margin: 30px auto 0;
  display: block;
}

.layout-col2 .p-desktop-pc__purpose__card p {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 30px;
  text-align: center;
}

@media screen and (max-width: 767px){
  .layout-col2 .p-desktop-pc__purpose__card img {
    margin: 20px auto 0;
  }
  
  .layout-col2 .p-desktop-pc__purpose__card p {
    padding: 10px 0 20px;
  }
}

.p-desktop-pc__purpose__card:hover {
  -webkit-animation-duration: 0.6s;
    /*-webkit-animation-name: flash;
    animation-name: hover-flash;*/
    animation-duration: 0.6s;
    opacity: 1;
}

@media screen and (max-width: 1140px) {
  .p-desktop-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__purpose__card a:hover 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-desktop-pc__purpose__card a:hover 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-desktop-pc__adobe {
  padding-top: 20px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__adobe {
    margin-top: 10px;
    padding-top: 43px;
    padding-bottom: 35px;
  }
}

.p-desktop-pc__adobe__inr {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__adobe__inr {
    padding: 0 15px;
  }
}

.p-desktop-pc__adobe__head {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__adobe__head {
    margin-bottom: 33px;
  }
}

.p-desktop-pc__adobe__head h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__adobe__head h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-desktop-pc__adobe__img {
	text-align: center;
}
.p-desktop-pc__adobe__inr a {
	display: inline-block;
}
.p-desktop-pc__adobe__img img {
	max-width: 100%;
}
.p-desktop-pc__adobe__inr a:hover img {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
}
.p-desktop-pc__relation {
  padding-top: 88px;
  padding-bottom: 70px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation {
    margin-top: 38px;
    padding-top: 43px;
    padding-bottom: 35px;
  }
}

.p-desktop-pc__relation__title {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__title {
    margin-bottom: 33px;
  }
}

.p-desktop-pc__relation__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-desktop-pc__relation__slider {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__slider {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

.p-desktop-pc__relation__slider__inr {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  overflow: hidden;
  background-color: #001e60;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__slider__inr {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.p-desktop-pc__relation__slider__inr::after {
  text-align: center;
  content: "※ raytrekブランドサイトへ遷移します｡";
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__slider__inr::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__slider__inr::after {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-desktop-pc__relation__slider__title {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__slider__title {
    margin-bottom: 22px;
  }
}

.p-desktop-pc__relation__slider__title p {
  color: rgba(0, 162, 230, 0.3);
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 4.32px;
  line-height: 0.58;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__slider__title p {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 0.88;
  }
}

.p-desktop-pc__relation__slider__view {
  width: 1020px;
  margin: 0 auto;
  padding-bottom: 114px;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__slider__view {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__slider__view {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-desktop-pc__relation__steam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__steam {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 51px 134px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
  }
}

.p-desktop-pc__relation__steam__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__steam__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .p-desktop-pc__relation__steam__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-desktop-pc__relation__steam-wrap {
  margin-bottom: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam-wrap {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam__text-area {
    width: 51%;
    margin-left: 20px;
  }
}

.p-desktop-pc__relation__steam__text-area__text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam__text-area__text h3 {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: left;
  }
}

.p-desktop-pc__relation__steam__text-area__text p {
  margin-bottom: 27px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam__text-area__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-desktop-pc__relation__steam__img-area {
  width: 334px;
}

@media screen and (max-width: 1080px) {
  .p-desktop-pc__relation__steam__img-area {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam__img-area {
    width: 130px;
    margin-bottom: 0;
  }
}

.p-desktop-pc__relation__steam__img-area img {
  width: 100%;
}

.p-desktop-pc__relation__steam__button {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.p-desktop-pc__relation__steam__button::before {
  background-color: #fff;
}

.p-desktop-pc__relation__steam__button:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__steam__button {
    width: 100%;
    height: 40px;
    margin-top: -3px;
  }
  .p-desktop-pc__relation__steam__button span {
    font-size: 16px;
  }
}

.p-desktop-pc__relation__bnr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__bnr {
    width: 100%;
    padding-top: 35px;
  }
}

.p-desktop-pc__relation__bnr__inr {
  width: 555px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__bnr__inr {
    width: 100%;
    padding: 0 35px;
  }
}

.p-desktop-pc__relation__bnr__img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__bnr__img {
    margin-bottom: 15px;
  }
}

.p-desktop-pc__relation__bnr__img:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__bnr__img a:hover img {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}

.p-desktop-pc__relation__bnr__img img {
  width: 100%;
}

.p-desktop-pc__relation__swiper-container {
  position: relative;
}

.p-desktop-pc__relation__swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.p-desktop-pc__relation__swiper-container .swiper-pagination-bullets {
  bottom: -40px;
}

.p-desktop-pc__relation__swiper-container .swiper-pagination-bullets > .swiper-pagination-bullet {
  margin: 0 7.5px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-container .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

.p-desktop-pc__relation__swiper-container .swiper-pagination-bullet-active {
  background-color: #479de4;
}

.p-desktop-pc__relation__swiper-slide {
  position: relative;
  height: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__swiper-slide {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide {
    width: 116px !important;
    margin-bottom: 25px;
  }
}

.p-desktop-pc__relation__swiper-slide::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 68px);
  width: 136px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 37px 15px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 37px 15px 5px rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__swiper-slide::after {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide::after {
    left: 19%;
    width: 66%;
    height: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 24px 9px 5px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 24px 9px 5px rgba(0, 0, 0, 0.8);
  }
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__swiper-slide:hover {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  .p-desktop-pc__relation__swiper-slide:hover::after {
    display: block;
    bottom: -20px;
    -webkit-transform: translate(0, calc(100% + 20px)) scale(0.7);
            transform: translate(0, calc(100% + 20px)) scale(0.7);
    opacity: 0.6;
  }
}

.p-desktop-pc__relation__swiper-slide__inr {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 2px solid #7d8dae;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide__inr {
    border: 2px solid #7d8dae;
  }
}

.p-desktop-pc__relation__swiper-slide__img {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide__img {
    width: 100%;
  }
}

.p-desktop-pc__relation__swiper-slide__img img {
  width: 100%;
}

.p-desktop-pc__relation__swiper-slide__text {
  display: block;
  height: 100%;
  padding: 27px 10px 20px 15px;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__relation__swiper-slide__text {
    min-height: 78px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide__text {
    padding: 14px 10px 14px 10px;
  }
}

.p-desktop-pc__relation__swiper-slide__text span {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide__text span {
    font-size: 8px;
    letter-spacing: 0.48px;
  }
}

.p-desktop-pc__relation__swiper-slide__text p {
  font-size: 13px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__relation__swiper-slide__text p {
    font-size: 10px;
    letter-spacing: 0.48px;
  }
}

.p-desktop-pc__select-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider {
    padding-top: 42px;
    padding-bottom: 0;
  }
}

.p-desktop-pc__select-slider::after {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 180px;
  background-color: #fff;
  background-color: #f6f6f6;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider::after {
    bottom: 15.5%;
    height: 37.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider.u-pt0 {
    padding-top: 42px;
  }
}

.p-desktop-pc__select-slider__head {
  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%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__head {
    margin-bottom: 17px;
  }
}

.p-desktop-pc__select-slider__head h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__head h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-desktop-pc__select-slider__inr {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__select-slider__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
    height: 40px;
  }
}

.p-desktop-pc__select-slider__button::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__button::after {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__button {
    max-width: 225px;
    height: 40px;
    margin: 0 auto;
    margin-top: 33px;
    background-color: #004da1;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__button > span {
    color: #fff;
    font-size: 16px;
  }
}

.p-desktop-pc__select-slider__swiper-container {
  position: relative;
  overflow: hidden;
}

.p-desktop-pc__select-slider__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}

.p-desktop-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }
}

.p-desktop-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-desktop-pc__select-slider__swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__swiper-wrapper {
    padding-left: 254%;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-desktop-pc__select-slider__swiper-wrapper {
    padding-left: 20%;
  }
}

.p-desktop-pc__select-slider__swiper-slide {
  overflow: hidden;
  border: solid 1px #ececec;
  -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);
}

.p-desktop-pc__select-slider__swiper-slide div {
  overflow: hidden;
}

.p-desktop-pc__select-slider__swiper-slide img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__select-slider__swiper-slide a:hover 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;
  }
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__select-slider__swiper-slide:first-child {
    width: 342% !important;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-desktop-pc__select-slider__swiper-slide:first-child {
  width: 360px !important;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__swiper-slide {
    width: 225px !important;
    height: 217px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-desktop-pc__select-slider__swiper-slide {
    width: 225px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__swiper-slide a img {
    width: 100%;
  }
}

.p-desktop-pc__select-slider__swiper-slide a p {
  padding: 20px;
  background-color: #fff;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

.p-desktop-pc__select-slider__swiper-slide a p.min-height {
  min-height: 82px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__select-slider__swiper-slide a p {
    height: 100%;
  }
}

.p-desktop-pc__topics {
  padding: 64px 99px 72px 100px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics {
    padding: 42px 0 31px 0;
  }
}

.p-desktop-pc__topics__inr {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__inr {
    padding: 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .p-desktop-pc__topics__inr {
    padding: 0 15px;
    width: 100%;
  }
}

.p-desktop-pc__topics__inr .swiper-button-next {
  top: 54%;
  right: -56px;
  background-image: url("../../../category-top/create-pc/images/create-pc/ico_arrow.png");
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__inr .swiper-button-next {
    display: none;
  }
}

.p-desktop-pc__topics__inr .swiper-button-prev {
  top: 54%;
  left: -55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../../../category-top/create-pc/images/create-pc/ico_arrow.png");
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__inr .swiper-button-prev {
    display: none;
  }
}

.p-desktop-pc__topics__title {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__title {
    margin-bottom: 25px;
  }
}

.p-desktop-pc__topics__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-desktop-pc__topics__swiper-container {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__swiper-container {
    width: 100%;
  }
}

.p-desktop-pc__topics__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}

.p-desktop-pc__topics__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}

.p-desktop-pc__topics__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-desktop-pc__topics__swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 270px;
  }
}

@media screen and (max-width: 1240px) {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 235px;
  }
}

@media screen and (max-width: 1140px) {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 205px;
  }
}

@media screen and (max-width: 1040px) {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 182px;
  }
}

@media screen and (max-width: 940px) {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 160px;
  }
}

@media screen and (max-width: 840px) {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 135px;
  }
}

@media screen and (max-width: 740px) {
  .p-desktop-pc__topics__swiper-wrapper {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__swiper-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 178%;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-desktop-pc__topics__swiper-wrapper {
    padding-left: 10%;
  }
}

.p-desktop-pc__topics__swiper-slide > a {
  width: 100%;
}

.p-desktop-pc__topics__swiper-slide > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-desktop-pc__topics__swiper-slide > a > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__topics__swiper-slide {
    opacity: 0.6;
  }
  .p-desktop-pc__topics__swiper-slide > a {
    width: 100%;
  }
  .p-desktop-pc__topics__swiper-slide > a > img {
    width: 100%;
  }
  .p-desktop-pc__topics__swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.p-desktop-pc__type__title h2 {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

.p-desktop-pc__type__box h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__type {
    padding-top: 90px;
    padding-bottom: 90px; 
  }
  
  .p-desktop-pc__type__inr {
    width: 100%;
    /*max-width: 1140px;*/
    margin: 0 auto;
  }
  
  .p-desktop-pc__type__title {
    margin-bottom: 50px;
  }
  
  .p-desktop-pc__type__title h2 {
    font-size: 28px;
  }
  
  .p-desktop-pc__type__list div:first-child {
    margin-bottom: 70px;
  }
  
  .p-desktop-pc__type__card {
    background-image: url("../../note-pc/images/note-pc/img_bg_type.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    position: relative;
  }
	.p-desktop-pc__type__card .c-button--primary-white {
		width: 360px;
	} 
  .p-desktop-pc__type__box {
    width: 100%;
    max-width: 1140px; 
    margin: 0 auto;
  }
  
  .p-desktop-pc__type__box h3 {
    font-size: 48px;
  }
  
  .p-desktop-pc__type__box p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  .img_type_desk, .img_type_note {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 300px;
    margin: 0;
  }
  
  .img_type_desk {
    right: 330px;
  }
  
  .img_type_note {
    right: 400px;
  }
}

@media screen and (max-width: 767px){
  .p-desktop-pc__type {
    padding-top: 45px;
    padding-bottom: 45px; 
  }
  .p-desktop-pc__type__title {
    margin-bottom: 20px;
  }
  
  .p-desktop-pc__type__title h2 {
    font-size: 1.2rem;
  }
  
  .p-desktop-pc__type__card {
    background-image: url("../../note-pc/images/note-pc/img_bg_sp_type.webp");
    position: relative;
    padding: 30px 15px;
    background-size: 100% 66%;
    background-repeat: no-repeat;
  }
	.p-desktop-pc__type__card .c-button--primary-white {
		width: 100%;
	}
  .p-desktop-pc__type__box h3 {
    font-size: 2.2rem;
  }
  
  .p-desktop-pc__type__box p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .img_type_desk, .img_type_note {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}


.p-desktop-pc__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__title {
    padding: 21px 15px 21px 15px;
  }
}

.p-desktop-pc__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__title h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__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-desktop-pc__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-desktop-pc__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-desktop-pc__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-desktop-pc__title h1 {
    padding-right: 150px;
  }
}

.p-desktop-pc__fv__section {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__fv__section {
    height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .p-desktop-pc__fv__section {
    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: auto;
  }
}

@media screen and (max-width: 767px) {
  /*.p-desktop-pc__fv__section {
    height: 107vw;
    background: url("../../../../category-top/desktop-pc/images/desktop-pc/img_desktop-pc_mv_sp.png") no-repeat;
    background-position: center;
    background-size: cover;
  }*/
}

@media screen and (max-width: 374px) {
  .p-desktop-pc__fv__section {
    height: 240px;
  }
}

.p-desktop-pc__fv__image {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__fv__image {
	position: static;
    /*position: absolute;
    top: 0;
    left: 50%;
    min-width: 1440px;*/
  }
  .p-desktop-pc__fv__image > img {
    width: 100%;
    height: auto;
    /*-webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);*/
  }
  .p-desktop-pc__fv__image > img.fv__image_wide, .p-desktop-pc__fv__image > img.fv__image_sp {
    display: none;
  }
  .p-desktop-pc__fv__image > img.fv__image_1440 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .p-desktop-pc__fv__image {
    position: static;
  }
  .p-desktop-pc__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  .p-desktop-pc__fv__image > img.fv__image_wide {
    display: block;
  }
  .p-desktop-pc__fv__image > img.fv__image_1440, .p-desktop-pc__fv__image > img.fv__image_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__fv__image {
	position: static;
    /*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: 300px;*/
  }
  .p-desktop-pc__fv__image > img {
    /*width: auto;
    height: 100%;*/
	width: 100%;
    height: auto;
  }
  .p-desktop-pc__fv__image > img.fv__image_sp {
    display: block;
  }
  .p-desktop-pc__fv__image > img.fv__image_wide, .p-desktop-pc__fv__image > img.fv__image_1440 {
    display: none;
  }
}

/*@media screen and (max-width: 374px) {
  .p-desktop-pc__fv__image {
    height: 240px;
  }
}*/

.p-desktop-pc-sub__fv__section {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  /*.p-desktop-pc-sub__fv__section {
    height: 375px;
  }*/
}

@media screen and (min-width: 768px) {
  .p-desktop-pc-sub__fv__section {
    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: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc-sub__fv__section {
    /*height: 88vw;
    background: url("../../../../category-top/desktop-pc/images/desktop-pc/img_desktop-pc_mv_sp.png") no-repeat;
    background-position: center;
    background-size: cover;*/
  }
}

@media screen and (max-width: 374px) {
  /*.p-desktop-pc-sub__fv__section {
    height: 240px;
  }*/
}

.p-desktop-pc-sub__fv__section a {
  position: absolute;
  right: 10.5%;
  bottom: 5%;
  width: 300px;
}

@media screen and (max-width: 1440px) {
  .p-desktop-pc-sub__fv__section a {
    right: 9%;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc-sub__fv__section a {
    right: 15px;
    bottom: 15px;
    width: 165px;
  }
  .p-desktop-pc-sub__fv__section a > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
    text-align: center;
  }
  .p-desktop-pc-sub__fv__section a::after {
    right: 16px;
  }
}

.p-desktop-pc-sub__fv__image {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc-sub__fv__image {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 1440px;
  }
  .p-desktop-pc-sub__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 1440px) {
  .p-desktop-pc-sub__fv__image {
    position: static;
  }
  .p-desktop-pc-sub__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .p-desktop-pc-sub__fv__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;
    height: 300px;
  }
  .p-desktop-pc-sub__fv__image > img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-desktop-pc-sub__fv__image {
    height: 240px;
  }
}

.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-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__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;
  }
}

.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;
  }
}

.p-parts__section-category {
  border-top: 1px solid #c8c8c8;
}

@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;
    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;
}

.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% - 60px) / 4);
    margin-bottom: 20px;
  }
}

@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: 20px;
  }
}

@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;
  }
}

@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: '';
  }
}

@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;
    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: #fff;
    -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;
}

.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-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: 767px) {
  .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;
  }
}

.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;
    height: 242px;
    padding: 42px 10px 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div:not(:first-child):not(:last-child) {
    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:last-child {
  padding: 4px;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:last-child {
    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: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8c8;
}

@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: 14px;
  }
}

.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--txt span {
  display: block;
  margin-top: 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 {
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt br {
    display: none;
  }
}

/* Utility ------------ */
.u-block {
  display: block;
}

.u-block-none {
  display: none;
}

@media screen and (min-width: 768px), print {
  .u-pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .u-pc-header-hide {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .u-sp-header-hide {
    display: none;
  }
}

.u-border-none {
  border: none;
}

.u-border-none-l {
  border-left: 0;
}

.u-border-none-r {
  border-right: 0;
}

.u-border-none-t {
  border-top: 0;
}

.u-border-none-b {
  border-bottom: 0;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

@media screen and (min-width: 768px), print {
  .u-pc-width {
    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) {
  .u-pc-width {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
  .content-asset .u-pc-width:has(.delivery-appeal-contents){
      padding:0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-left: 150px;
  }
  .content-asset .u-pc-width:has(.delivery-appeal-contents){
      padding:0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
  .content-asset .u-pc-width:has(.delivery-appeal-contents){
      padding:0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-right: 150px;
  }
  .content-asset .u-pc-width:has(.delivery-appeal-contents){
      padding:0;
  }
}

@media screen and (min-width: 768px), print {
  .u-pc-width--120 {
    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) {
  .u-pc-width--120 {
    padding-left: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-left: 120px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width--120 {
    padding-right: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-right: 120px;
  }
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tab__item {
  cursor: pointer;
}

.c-tab__box {
  display: none;
}

.c-tab__box.is-show {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-desktop-pc__camp {
    margin-bottom: 90px;
  }
  
  .p-desktop-pc__camp__list {
    margin-bottom: 50px;
  }
}


.p-desktop-pc__camp__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
}

.p-desktop-pc__camp__list ul li {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .p-desktop-pc__camp {
    margin-bottom: 40px;
  }
  .p-desktop-pc__camp__list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-desktop-pc__camp__list ul li {
    width: 47.8%;
    margin-bottom: 15px;
  }
}
/*  ------------ */
.p-general-pc__bg_blue {
  /*background: #011e60;*/
}
.p-general-pc__bg_blue h2 {
  /*color: #0091da;*/
}
.p-general-pc__bg_blue h2 + p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}
.p-general-pc__bg_blue .p-desktop-pc__purpose__layout {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.p-general-pc__bg_blue .p-desktop-pc__purpose__card {
  width: calc((100% - 20px)/2);
}
.p-general-pc__bg_blue .p-desktop-pc__purpose__card a {
  height: 100%;
  align-items: center;
  display: flex;
  padding: 20px;
}
.p-general-pc__bg_blue .p-desktop-pc__purpose__card__text {
  width: 100%;
  padding-top: 0;
	text-align: center;
}
.p-general-pc__bg_blue .p-desktop-pc__purpose__card__text h4,
.p-desktop-pc__purpose__card__text .p-desktop-pc__purpose__card__title {
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
}
.p-general-pc__bg_blue .p-desktop-pc__purpose__card__text p {
  font-size: 15px;
margin-top: 4px;
    letter-spacing: .87px;
    line-height: 1.45;
}
@media screen and (min-width: 768px), print {
  .p-general-pc__bg_blue .p-desktop-pc__purpose__card:first-child {
    margin-right: 0;
  }
  .p-general-pc__bg_blue .p-desktop-pc__purpose__card:hover {
    -webkit-animation-duration: .6s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: .6s;
    opacity: 1;
  }
}
@media screen and (max-width: 1140px) {
  .p-general-pc__bg_blue .p-desktop-pc__purpose__layout {
    flex-direction: row;
  }
  .p-general-pc__bg_blue .p-desktop-pc__purpose__card:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-general-pc__bg_blue h2 + p {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
  }
  .p-general-pc__bg_blue .p-desktop-pc__purpose__layout {
    flex-direction: column;
    gap: 15px;
  }
  .p-general-pc__bg_blue .p-desktop-pc__purpose__card:first-child {
    margin-bottom: 0;
  }
  .p-general-pc__bg_blue .p-desktop-pc__purpose__card {
    width: 100%;
  }
.p-general-pc__bg_blue .p-desktop-pc__purpose__card a {
  padding: 15px;
}
  .p-general-pc__bg_blue .p-desktop-pc__purpose__card__text h4,
  .p-desktop-pc__purpose__card__text .p-desktop-pc__purpose__card__title {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
.p-general-pc__bg_blue .p-desktop-pc__purpose__card__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
}
}