/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.p-main-slider .bx-wrapper .bx-pager {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 25px;
  bottom: 45px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #000000;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #333333;
}
.p-main-slider .bx-wrapper .bx-pager-item {
  text-align: left;
}
.p-main-slider .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}
.p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
  margin-top: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
  }
}
.p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
  }
}
.p-main-slider .bx-wrapper .bx-prev:hover, .p-main-slider .bx-wrapper .bx-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.p-main-slider .bx-wrapper .bx-prev {
  left: 0;
}
.p-main-slider .bx-wrapper .bx-prev::before {
  transform: rotate(135deg);
}
.p-main-slider .bx-wrapper .bx-next {
  right: 0;
}
.p-main-slider .bx-wrapper .bx-next::before {
  transform: rotate(-45deg);
}
.p-main-slider + .p-line-informaiton {
  margin-top: 0;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-line-informaiton + .p-concept {
  margin-top: 0;
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-line-informaiton-list__item {
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    overflow: visible;
    display: block !important;
  }
}
.p-line-informaiton-list__date {
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton-list__date {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 5px;
    width: auto;
  }
}
.p-line-informaiton-list__ttl {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__ttl {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
}
.p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
  z-index: 10;
  height: 35px;
  width: 35px;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
    height: 45px;
    width: 45px;
  }
}
.p-line-informaiton-list .slick-prev:before, .p-line-informaiton-list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
}
.p-line-informaiton-list .slick-prev:hover, .p-line-informaiton-list .slick-next:hover {
  background: #f5f5f5;
}
.p-line-informaiton-list .slick-prev {
  left: auto;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev {
    right: auto;
    left: -50px;
  }
}
.p-line-informaiton-list .slick-prev:before {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}
.p-line-informaiton-list .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-next {
    right: -50px;
  }
}
.p-line-informaiton-list .slick-next:before {
  margin-left: -3px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.js-news-slider {
  display: none;
}
.js-news-slider.slick-initialized{
  display: block;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    width: auto;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 45px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 20px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
.p-recommend-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-recommend-bg img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recommend-bg img {
    object-fit: cover;
    height: 270px;
  }
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
.p-ranking-list__item.is-hidden {
  display: none;
}
.p-ranking-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  padding-top: 3px;
  min-width: 60px;
  line-height: 57px;
  font-size: 28px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.1s;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__num {
    top: 20px;
    left: 20px;
    padding-top: 3px;
    min-width: 45px;
    line-height: 42px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    top: 10px;
    left: 10px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 17px;
  }
}
.p-ranking-list__num.is-1 {
  background: #dbc131;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #bababa;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #c09257;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************/
/* TOP Å¹ÊÞ¾Ò²ð */
/******************************/
.p-shop {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-shop__txt {
  text-align: center;
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #2d2d2d;
}
.p-free {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-free {
    margin-top: 60px;
  }
}
.p-free img {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-free img {
    object-fit: cover;
    height: 270px;
  }
}










/*************************************/
.l-main.is-top a,
.l-main.is-top a:hover {
  text-decoration: none;
}

/* slider */
.p-main-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
  text-align: right;
  padding-right: 100px;
  box-sizing: border-box;
}

.p-main-slider .swiper-pagination-bullet {
  background-color: #fff;
  width: 40px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
}

.p-main-slider .swiper-pagination-bullet-active {
  background-color: #0050B4;
  opacity: 1;
}

.p-main-slider a:hover {
  opacity: 0.7;
}

.p-main-slider img {
  width: 100%;
}

/* news */
.p-line-information {
  padding: 18px 0;
}

.p-line-information a:hover {
  text-decoration: underline;
}

.p-line-information .p-line-information-list__item.slick-slide {
  display: flex;
  padding: 0 100px;
  box-sizing: border-box;
}

.p-line-information-list__date {
  color: #0050B4;
  width: 10rem;
}

.p-line-information-list__ttl {
  width: calc(100% - 10rem);
}

.p-line-information-list .slick-prev,
.p-line-information-list .slick-next {
  z-index: 1;
}

.p-line-information-list .slick-prev {
  left: auto;
  right: 45px;
}

.p-line-information-list .slick-next {
  right: 20px;
}

.p-line-information-list .slick-prev:hover,
.p-line-information-list .slick-next:hover {
  background: none;
}

.p-line-information-list .slick-prev:before,
.p-line-information-list .slick-next:before {
  /* border-color: #A6A8AA; */
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 5px;
  z-index: 2;
}

.p-line-information-list .slick-prev:before {
  border-bottom: 1px solid #A6A8AA;
  border-left: 1px solid #A6A8AA;
  left: 5px;
}

.p-line-information-list .slick-next:before {
  border-top: 1px solid #A6A8AA;
  border-right: 1px solid #A6A8AA;
}

.p-line-information-list .slick-prev:hover:before,
.p-line-information-list .slick-next:hover:before {
  border-color: #0050B4;
}

.l-main.is-top .p-line-information a:hover {
  text-decoration: underline;
}

/* concept */
.p-concept {
  margin-top: 0;
  margin-bottom: 0;
  padding: 123px 0;
  background: linear-gradient(0deg, rgba(244, 249, 252, 0), rgba(120, 201, 215, 0.2));
}

.p-concept__img {
  background: none;
  min-height: 100px;
}

.p-concept__txt {
  padding: 25px;
}

.p-concept__body {
  line-height: 1.7;
}

.p-concept__body img {
  width: 301px;
}

.p-concept__body h3 {
  color: #0050B4;
}

/* products */
.p-recommend {
  margin-top: 0;
}

.p-recommend-item-list__item {
  display: flex;
  width: 100%;
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/products-bg2.jpg');
  background-size: cover;
}

.c-item-list__in {
  position: relative;
  display: flex;
}

.p-recommend-item-list__item:nth-child(2){
  background-image: url('https://img21.shop-pro.jp/PA01515/717/etc_base64/aGFpa2Vp.png?cmsp_timestamp=20250625101443');
}

.p-recommend-item-list__item:nth-child(even) .c-item-list__in {
  flex-direction: row-reverse;
}

.p-recommend-item-list__item:nth-child(even) .c-item-list__btn {
  right: 25px;
}

.p-recommend .c-item-list__img,
.p-recommend .c-item-list__lead {
  width: 50vw;
}

.c-item-list__btn:hover {
  opacity: 0.7;
}

.c-item-list__lead a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.c-item-list__text {
  width: 324px;
}

.c-item-list__ttl {
  font-size: 28px;
  font-weight: 500;
}

.c-item-list__price {
  margin-top: 5px;
  font-size: 16px;
}

.c-item-list__button {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.c-item-list__button::after {
  position: absolute;
  content: '';
  width: 25px;
  height: calc(17px / 2);
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/arrrow-w.png');
  background-size: cover;
  top: 17px;
  right: 28px;
}

.c-item-list__lead a:hover {
  color: #fff;
}

.c-item-list__lead a:hover .c-item-list__button {
  background-color: #fff;
  color: #0050B4;
}

.c-item-list__lead a:hover .c-item-list__button::after {
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/arrrow-b.png');
}

/* parallax */
.p-parallax img {
  width: 100%;
  height: 50vw;
  max-height: 800px;
}

/* media */
.p-recommend .c-ttl-main,
.p-media .c-ttl-main,
.p-blog .c-ttl-main {
  position: relative;
  color: #0050B4;
  font-size: 2.2rem;
  font-family: "Roboto", serif;
  margin-top: 120px;
}

.p-recommend .c-ttl-main {
  margin-top: 0;
}

.p-recommend .c-ttl-main::before,
.p-media .c-ttl-main::before,
.p-blog .c-ttl-main::before {
  position: absolute;
  content: '';
  width: 90px;
  height: 9px;
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/common/favorite-before.svg');
  background-size: cover;
  top: 50%;
  left: calc(50% - 140px);
  transform: translate(-50%, -50%);
}

.p-recommend .c-ttl-main::after,
.p-media .c-ttl-main::after,
.p-blog .c-ttl-main::after {
  position: absolute;
  content: '';
  width: 90px;
  height: 9px;
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/common/favorite-after.svg');
  background-size: cover;
  top: 50%;
  left: calc(50% + 140px);
  transform: translate(-50%, -50%);
}

.p-recommend .c-ttl-main::before {
  left: calc(50% - 160px);
}

.p-recommend .c-ttl-main::after {
  left: calc(50% + 160px);
}

.u-square-img img {
  width: 100%;
}

.p-media .swiper {
  margin: 40px auto 0;
  max-width: 1200px;
  padding: 0 26px;
  box-sizing: border-box;
}

.p-media .swiper p {
  margin-top: 10px;
}

.p-media .swiper-button-prev {
  left: 0;
}

.p-media .swiper-button-next {
  right: 0;
}

.p-media .swiper-button-prev:after {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #0050B4;
  border-left: 2px solid #0050B4;
  transform: rotate(45deg);
}

.p-media .swiper-button-next:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #0050B4;
  border-right: 2px solid #0050B4;
  transform: rotate(45deg);
}

.p-media .swiper-button-prev,
.p-media .swiper-button-next {
  top: calc(50% - 30px);
}

.p-media .swiper img {
  width: 100%;
  height: auto;
  aspect-ratio: 383/234;
  object-fit: contain;
  object-position: center;
}

/* about */
.p-about {
  margin-top: 100px;
  padding: 100px 0;
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/about-bg.jpg');
  background-size: cover;
  text-align: center;
  color: #fff;
}

.c-about-title {
  font-size: 1.6rem;
  margin: 50px auto 0;
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-about-title span {
  width: 2px;
  height: 50px;
  transform: rotate(40deg);
  position: relative;
  background-color: #fff;
  display: inline-block;
}

.c-about-title span:nth-child(1) {
  left: -25px;
}

.c-about-title span:nth-child(2) {
  left: -20px;
}

.c-about-title span:nth-child(4) {
  right: -20px;
}

.c-about-title span:nth-child(5) {
  right: -25px;
}

.c-about-sub-title {
  font-size: 1.3rem;
  margin-top: 30px;
}

.p-about p {
  text-align: center;
  margin-top: 20px;
}

.p-about a {
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.p-about a:hover {
  opacity: 0.7;
  color: #fff;
}

.p-about .e-link {
  padding-right: 18px;
}

.p-about .e-link::after {
  top: 7px;
  right: -6px;
}

.c-about-asterisk {
  position: relative;
  padding-left: 12px;
  font-size: 0.7rem;
  margin: 10px auto 0;
  width: fit-content;
}

.c-about-asterisk::before {
  position: absolute;
  content: '¢¨';
  left: 0;
}

/* blog */
.c-blog-inner {
  display: flex;
  max-width: 1200px;
  margin: 40px auto 0;
}

.c-blog-image,
.c-blog-lead {
  width: 100%;
}

.c-blog-lead a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-blog-text {
  width: 100%;
  padding: 0 100px;
}

.c-blog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  color: #0050B4;
  border-top: 1px solid #0050B4;
  border-bottom: 1px solid #0050B4;
  margin-top: 40px;
  max-width: 324px;
}

.c-blog-button::after {
  position: absolute;
  content: '';
  width: 25px;
  height: calc(17px / 2);
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/arrrow-b.png');
  background-size: cover;
  top: 18px;
  right: 28px;
}

.c-blog-lead a:hover .c-blog-button {
  background-color: #0050B4;
  color: #fff;
}

.c-blog-lead a:hover .c-blog-button::after {
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/arrrow-w.png');
}

/* partner products */
.p-partner-products {
  max-width: 1200px;
  margin: 100px auto 0;
}

.p-partner-products a:hover {
  opacity: 0.7;
}

/* contact */
.p-contact {
  margin-top: 100px;
  padding: 100px 0;
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/contact-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.c-contact-image {
  width: calc(87px / 2);
  margin: auto;
}

.c-contact-title {
  font-size: 1.5rem;
  margin-top: 15px;
}

.c-contact-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 40px auto 0;
  max-width: 324px;
}

.c-contact-button a::after {
  position: absolute;
  content: '';
  width: 25px;
  height: calc(17px / 2);
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/arrrow-w.png');
  background-size: cover;
  top: 18px;
  right: 28px;
}

.c-contact-button a:hover {
  background-color: #fff;
  color: #179BE5;
}

.c-contact-button a:hover::after {
  background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/arrrow-s.png');
}

.l-bottom {
  display: block;
  margin-top: 0;
}

.l-footer {
  margin-top: 0 !important;
}

@media screen and (max-width:767px) {
  /* slider */
  .p-main-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 8px;
    padding-right: 0;
    text-align: center;
  }

  /* news */
  .p-line-information .p-line-information-list__item.slick-slide {
    flex-direction: column;
    padding: 0 20px;
  }

  .p-line-information-list__date,
  .p-line-information-list__ttl {
    width: 100%;
  }

  .p-line-information-list .slick-prev,
  .p-line-information-list .slick-next {
    top: 10px;
  }

  /* concept */
  .p-concept {
    padding: 60px 20px 40px;
    box-sizing: border-box;
  }

  .p-concept__txt {
    padding: 25px 0;
  }

  /* products */
  .p-recommend-item-list__item,
  .c-item-list__in,
  .p-recommend-item-list__item:nth-child(even) .c-item-list__in,
  .c-blog-inner {
    flex-direction: column;
  }

  .p-recommend-item-list__item {
    margin-bottom: 0;
  }

  .p-recommend .c-item-list__img,
  .p-recommend .c-item-list__lead,
  .c-item-list__text {
    width: 100%;
  }

  .c-item-list__text {
    padding: 60px 20px 80px;
  }

  /* parallax */
  .p-parallax img {
    height: 100%;
    max-height: 400px;
  }

  /* media */
  .p-recommend .c-ttl-main,
  .p-media .c-ttl-main,
  .p-blog .c-ttl-main {
    font-size: 1.8rem !important;
  }

  .p-blog .c-ttl-main::before {
    left: calc(50% - 120px);
  }

  .p-blog .c-ttl-main::after {
    left: calc(50% + 120px);
  }

  .p-media .swiper {
    padding: 0;
  }

  .p-media .swiper-button-prev,
  .p-media .swiper-button-next {
    top: calc(50% - 50px);
  }

  .p-recommend .c-ttl-main::before {
    left: calc(50% - 140px);
  }

  .p-recommend .c-ttl-main::after {
    left: calc(50% + 140px);
  }

  /* about */
  .p-about {
    padding: 80px 20px;
    background-image: url('https://file001.shop-pro.jp/PA01515/717/img/top/about-bg_sp.jpg');
  }

  .c-about-title {
    width: 16rem;
  }

  .c-about-title-inner {
    line-height: 1.3;
  }

  .p-about p {
    font-size: 0.95rem;
  }

  /* blog */
  .c-blog-inner {
    padding: 0 20px;
  }

  .c-blog-text {
    padding: 40px 0;
  }

  .c-blog-button {
    max-width: none;
  }

  /* partner products */
  .p-partner-products {
    padding: 0 20px;
    margin-top: 60px;
  }

  /* contact */
  .c-contact-title {
    font-size: 1.1rem;
  }
}