@charset "UTF-8";

/* common */
.p-our-focus .page__title--en::before {
  background: linear-gradient(to right, #009FE8 21%, transparent 21%, transparent 78%, #009FE8 78%);
}

.p-our-focus .page__txt {
  margin-top: 40px;
}

.p-our-focus .index {
  margin-top: 60px;
  margin-bottom: 40px;
}

/* visual */
.p-our-focus.p-article .visual {
  padding: 0 30px;
  margin-top: -6%;
  position: relative;
  z-index: 1;
}

.p-our-focus.p-article .visual__main {
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.p-our-focus.p-article .l-box-white {
  padding-bottom: 90px;
  position: relative;
}

/* heading */
.p-our-focus.p-article .heading__num {
  line-height: 1.25;
  font-size: 2rem;
}

.p-our-focus.p-article .heading__catch {
  font-weight: 700;
}

.p-our-focus.p-article .heading__title {
  line-height: 1.75;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-our-focus.p-article .intro .c-btn {
  max-width: 280px;
  margin-top: 40px;
}


/* =========================
menu (ソート)
========================= */
.our-focus__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 50px;
  padding: 0 15px;
}

.our-focus__menu-item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  background: #fff;
  color: #222;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  /* transition: .3s; */
}

.our-focus__menu-item.item--all {
  padding: 3px 40px;
}

.our-focus__menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 0px;
  height: 2px;
  background: #009FE8;
  transform: translateX(-50%);
  /* transition: opacity .3s; */
}

.our-focus__menu-item.is-active {
  background: #009FE8;
  color: #fff;
}

.our-focus__menu-item.is-active::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .our-focus__menu-item {
    padding-right: 25px;
    padding-left: 25px;
  }

  .our-focus__menu-item.item--all {
    padding-right: 25px;
    padding-left: 25px;
  }

  .our-focus__menu-item::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #009FE8;
    transform: translateX(-50%);
    /* transition: opacity .3s; */
  }

  .our-focus__menu-item::after {
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 13px;
    height: 13px;
    background: transparent;
    border-top: 2px solid #009FE8;
    border-right: 2px solid #009FE8;
    transform: translateY(-50%) rotate(45deg);
    /* transition: border-color .3s; */
  }

  .our-focus__menu-item.is-active::before {
    opacity: 0;
  }

  .our-focus__menu-item.is-active::after {
    opacity: 1;
    border-color: #fff;
  }
}

/* article */
.p-our-focus.p-article .article__heading {
  padding-top: 140px;
}

/* report */
.p-our-focus.p-article .report {
  padding-top: 80px;
}

.p-our-focus.p-article.p-product .report {
  padding-top: 40px;
}

.p-our-focus.p-article .report__container {
  margin-top: 90px;
}

.p-our-focus.p-article .report__container:first-of-type {
  margin-top: 0;
}

.p-our-focus.p-article .report__title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #007EBA;
  text-align: center;
}

.p-our-focus.p-article .report__img {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 25px;
}

.p-our-focus.p-article .report__txt {
  max-width: 585px;
  margin: 40px auto 0;
}

/* interview */
.p-our-focus.p-article .interview {
  padding-top: 80px;
}

.p-our-focus.p-article .interview__container {
  margin-top: 90px;
}

.p-our-focus.p-article .interview__container:first-of-type {
  margin-top: 0;
}

.p-our-focus.p-article .interview__sub-title {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #007EBA;
  padding: 25px 30px;
  position: relative;
}

.p-our-focus.p-article .interview__sub-title::before,
.p-our-focus.p-article .interview__sub-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
}

.p-our-focus.p-article .interview__sub-title::before {
  border-top: 6px solid #007EBA;
  border-left: 6px solid #007EBA;
  top: 0;
  left: 0;
}

.p-our-focus.p-article .interview__sub-title::after {
  border-bottom: 6px solid #007EBA;
  border-right: 6px solid #007EBA;
  bottom: 0;
  right: 0;
}

.p-our-focus.p-article .interview__img {
  margin-top: 35px;
  overflow: hidden;
  border-radius: 25px;
}

.p-our-focus.p-article .interview__photo .interview__img+.interview__img {
  margin-top: 10px;
}

.p-our-focus.p-article .interview__row {
  max-width: 585px;
  margin: 35px auto 0;
}

.p-our-focus.p-article .interview__row.row--aeonretail {
  color: #007EBA;
}

.p-our-focus.p-article .interview__speaker {
  font-weight: 700;
  margin-bottom: 5px;
}

/* swiper */
.p-our-focus.p-article .swiper-container {
  margin-inline: auto;
  max-width: 930px;
  position: relative;
  padding: 0 13%;
}

.p-our-focus.p-article .swiper {
  max-width: 930px;
}

.p-our-focus.p-article .swiper-wrapper {
  margin-bottom: 20px;
}

.p-our-focus.p-article .swiper-slide {
  height: auto;
  width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(152, 84, 169, 0.5));
}

.p-our-focus.p-article .swiper-pagination-bullet {
  background-color: #C08CFF;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
}

.p-our-focus.p-article .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.p-our-focus.p-article .swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 23%;
  right: 10px;
  background: linear-gradient(to right, #009FE8, #00B9E8);
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-our-focus.p-article .swiper-button-next::after {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 23%;
  right: 22px;
  margin-top: -4.5px;
  transition: 0.3s ease-in;
}

.p-our-focus.p-article .swiper-button-prev::after {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(225deg);
  position: absolute;
  top: 23%;
  right: 19px;
  margin-top: -4.5px;
  transition: 0.3s ease-in;
}

.p-our-focus.p-article .swiper-button-prev {
  left: 13px;
}

.p-our-focus.p-article .swiper-button-next {
  right: -10px;
}

.p-our-focus.p-article .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15px;
}

/* modal */
.p-our-focus.p-article .c-gallery__modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}

.p-our-focus.p-article .c-gallery__modal-contents {
  max-width: 485px;
  width: 94%;
  background: #fff;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.p-our-focus.p-article .c-gallery__modal-inner {
  padding: 10px 60px 10px 15px;
  background: #fff;
  height: auto;
  min-height: 72px;
}

.p-our-focus.p-article .c-gallery__modal-xmark {
  position: absolute;
  bottom: 26px;
  right: 0px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.p-our-focus.p-article .c-gallery__modal-xmark span {
  height: auto;
  position: absolute;
  bottom: 26px;
  right: 21px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.p-our-focus.p-article .c-gallery__modal-xmark::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 14px;
  background: linear-gradient(to right, #009FE8, #00B9E8);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: -1
}

.p-our-focus.p-article .c-gallery__modal-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.p-our-focus.p-article .c-gallery__modal-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

/* foot */
.p-our-focus.p-article .foot {
  position: relative;
  border-radius: 22px;
  margin: 150px -15px 0;
  padding: 50px 15px;
  width: calc(100% + 30px);
}

.p-our-focus.p-article .foot.foot--product {
  padding-top: 110px;
}

.p-our-focus.p-article .foot__cat {
  width: 152px;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}

/* member */
.p-our-focus.p-article .member__image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.p-our-focus.p-article .member__info-title {
  margin-bottom: 2px;
}

.p-our-focus.p-article .member__info-desc+.member__info-title {
  margin-top: 10px;
}

/* product */
.p-our-focus.p-article .product__info-desc a {
  text-decoration: underline;
  word-break: break-all;
}

.p-our-focus.p-article .product__title {
  background: #ffffff;
  width: calc(100% + 30px);
  margin: 0 -15px 15px;
  padding: 10px 15px;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-our-focus.p-article .product__info {
  margin-bottom: 15px;
}

.p-our-focus.p-article .product__info-title {
  margin-bottom: 5px;
}

.p-our-focus.p-article .product__info-date {
  text-align: right;
}

/* other */
.p-our-focus.p-article .other {
  padding-top: 60px;
}

.p-our-focus.p-article .other__title {
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}


/* p-with */
.p-our-focus.p-article.p-with .l-main {
  background: linear-gradient(to right, #C4E800, #009FE8);
}

.p-our-focus.p-article.p-with .l-box-white {
  margin-top: calc(-80% + 90px);
  padding-top: calc(80% - 90px + 10px);
}

.p-our-focus.p-article.p-with .l-box-white::before {
  content: "";
  display: block;
  width: 140px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/img-with-plus.webp) top left / contain no-repeat;
}

.p-our-focus.p-article.p-with .visual__main {
  width: 91%;
  margin-left: 9%;
}

.p-our-focus.p-article.p-with .visual__sub {
  width: 43.5%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -40px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
  position: relative;
}

.p-our-focus.p-article.p-with .intro__txt {
  margin-top: 35px;
}

.p-our-focus.p-article.p-with .heading__cat {
  width: 240px;
  margin-left: calc(100% - 240px + 22px);
  margin-right: -22px;
}

.p-our-focus.p-article.p-with .heading__info {
  margin-top: -60px;
}

.p-our-focus.p-article.p-with .heading__date {
  color: #007EBA;
  margin-bottom: 5px;
}

.p-our-focus.p-article.p-with .heading__num {
  padding: 0 10px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  display: inline-block;
  margin-bottom: 10px;
}

.p-our-focus.p-article.p-with .heading__catch {
  margin-bottom: 20px;
}

.p-our-focus.p-article.p-with .heading__title {
  color: #007EBA;
}

.p-our-focus.p-article.p-with .summary {
  border: 1px solid #C4E800;
  border-radius: 20px;
  padding: 60px 20px 25px;
  position: relative;
  margin-top: 60px;
  background-color: #ffffff;
  position: relative;
}

.p-our-focus.p-article.p-with .summary::after {
  content: "";
  display: block;
  width: 146px;
  height: 125px;
  position: absolute;
  bottom: -95px;
  right: -30px;
  background: url(../img/img-with-plus.webp) top right / contain no-repeat;
}

.p-our-focus.p-article.p-with .summary__title {
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #C4E800, #009FE8);
  border-radius: 6px;
  padding: 9px 10px;
  text-align: center;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 290px;
}

.p-our-focus.p-article.p-with .summary__content {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.p-our-focus.p-article.p-with .summary__content::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background-color: #C4E800;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.p-our-focus.p-article.p-with .summary__with {
  position: relative;
  padding-top: 70px;
}

.p-our-focus.p-article.p-with .summary .c-cat--plus {
  width: 60px;
  padding: 18px 0;
  top: 0;
  font-size: 1.4rem;
}

.p-our-focus.p-article.p-with .summary__prof {
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.p-our-focus.p-article.p-with .summary-list {
  border-top: 1px dotted #C4E800;
  margin-top: 40px;
}

.p-our-focus.p-article.p-with .summary-list__item {
  padding: 10px 0;
  border-bottom: 1px dotted #C4E800;
}

.p-our-focus.p-article.p-with .summary-list__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.p-our-focus.p-article.p-with .article__title {
  background-color: #F3FBCC;
  padding: 35px 30px;
}

.p-our-focus.p-article.p-with .article__text {
  background-color: #C4E800;
  border-radius: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px 0px;
  max-width: 780px;
  margin: 0 auto;
}

.p-our-focus.p-article.p-with .swiper-pagination-bullet {
  background-color: #B8D903;
}

.p-our-focus.p-article.p-with .c-gallery,
.p-our-focus.p-article.p-with .c-flow,
.p-our-focus.p-article.p-with .foot {
  background: #F3FBCC;
}

/* store */
.p-our-focus.p-article.p-store .l-main {
  background: linear-gradient(to right, #C08CFF, #009FE8);
}

.p-our-focus.p-article.p-store .l-box-white {
  margin-top: calc(-63% + 90px);
  padding-top: calc(63% - 90px + 10px);
}

.p-our-focus.p-article.p-store .visual__main {
  width: 100%;
}

.p-our-focus.p-article.p-store .heading {
  position: relative;
  z-index: 1;
}

.p-our-focus.p-article.p-store .heading__box {
  display: inline-flex;
  align-items: center;
}

.p-our-focus.p-article.p-store .heading__num {
  font-size: 1.4rem;
}

.p-our-focus.p-article.p-store .heading__date {
  font-size: 1.4rem;
  margin-left: 14px;
  position: relative;
  margin-top: 1px;
}

.p-our-focus.p-article.p-store .heading__date::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -7px;
  background-color: #ffffff;
  transform: translateY(-50%);
}

.p-our-focus.p-article.p-store .heading__title .c-title--band {
  margin-top: 8px;
}

.p-our-focus.p-article.p-store .heading__cat {
  width: 240px;
  margin-left: calc(100% - 240px + 22px);
  margin-right: -22px;
  margin-top: 10px;
}

.p-our-focus.p-article.p-store .heading__img {
  width: 41%;
  margin-bottom: 20px;
}

.p-our-focus.p-article.p-store .intro__box {
  position: relative;
}

.p-our-focus.p-article.p-store .intro__box::after {
  content: "";
  width: 185px;
  height: 158px;
  display: block;
  position: absolute;
  bottom: -86px;
  right: -30px;
  background: url(../img/img-store-plus.webp) top left / contain no-repeat;
}

.p-our-focus.p-article.p-store .intro__img {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}

.p-our-focus.p-article.p-store .article__heading {
  padding-top: 70px;
  margin-bottom: 30px;
}

.p-our-focus.p-article.p-store .article__img {
  width: 230px;
  margin: 0 auto;
}

.p-our-focus.p-article.p-store .article__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: #f3e8ff;
  padding: 20px 0;
  position: relative;
}

.p-our-focus.p-article.p-store .article__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 30px solid #f3e8ff;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.p-our-focus.p-article.p-store .c-gallery,
.p-our-focus.p-article.p-store .c-flow,
.p-our-focus.p-article.p-store .foot {
  background: #f3e8ff;
}

/* product */
.p-our-focus.p-article.p-product .l-main {
  background: linear-gradient(to right, #00BDB4, #009FE8);
  padding-top: calc(70px + 90px);
}

.p-our-focus.p-article.p-product .l-box-white {
  padding-top: 120px;
}

.p-our-focus.p-article.p-product .heading {
  position: relative;
  z-index: 1;
}

.p-our-focus.p-article.p-product .heading__img {
  border-radius: 40px;
  overflow: hidden;
  max-width: 460px;
  margin: 0 auto;
}

.p-our-focus.p-article.p-product .heading__cat {
  width: 240px;
  position: absolute;
  top: -100px;
  right: -22px;
}

.p-our-focus.p-article.p-product .heading__info {
  padding: 50px 0;
  background: linear-gradient(to right, #00BDB4, #009FE8);
  color: #ffffff;
  margin-top: -25px;
}

.p-our-focus.p-article.p-product .heading__info-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-our-focus.p-article.p-product .heading__num {
  margin-bottom: 20px;
  font-weight: 700;
}

.p-our-focus.p-article.p-product .heading__title {
  line-height: 1.5;
}

.p-our-focus.p-article.p-product .intro__txt {
  margin-top: 80px;
}

.p-our-focus.p-article.p-product .point-list__item {
  background: #C8F1EF;
  border-radius: 30px;
  padding: 40px 20px;
  margin-top: 180px;
}

.p-our-focus.p-article.p-product .point-list__img {
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin: -170px auto 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}

.p-our-focus.p-article.p-product .point-list__catch {
  width: 65px;
  margin: -20px auto 14px;
}

.p-our-focus.p-article.p-product .point-list__title {
  text-align: center;
  font-weight: 700;
}

.p-our-focus.p-article.p-product .article .l-box-white__inner {
  padding: 50px 30px;
}

.p-our-focus.p-article.p-product .article__heading {
  padding-top: 0;
  margin-top: 140px;
  margin-bottom: 30px;
  background: #C8F1EF;
}

.p-our-focus.p-article.p-product .article__container {
  background-color: #ffffff;
  border-top: 3px solid #00BDB4;
  border-bottom: 3px solid #00BDB4;
  padding: 20px;
}

.p-our-focus.p-article.p-product .article__box {
  display: flex;
  justify-content: space-between;
}

.p-our-focus.p-article.p-product .article__title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-our-focus.p-article.p-product .article__img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.p-our-focus.p-article.p-product .article__profile {
  line-height: 1.5;
}

.p-our-focus.p-article.p-product .article__profile .profile--bold {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.p-our-focus.p-article.p-product .swiper-pagination-bullet {
  background-color: #00BDB4;
}

.p-our-focus.p-article.p-product .c-gallery,
.p-our-focus.p-article.p-product .c-flow,
.p-our-focus.p-article.p-product .foot {
  background: #C8F1EF;
}


@media screen and (min-width: 768px) {

  /* common */
    .p-our-focus .page__title--en::before {
      background: linear-gradient(to right, #009FE8 34%, transparent 34%, transparent 66%, #009FE8 66%);
      max-width: 780px;
    }

  .p-our-focus .page__txt {
    text-align: center;
  }

  .p-our-focus .index {
    margin-top: 80px;
  }

  .p-our-focus.p-article .l-main {
    padding-bottom: 10px;
  }

  /* visual */
  .p-our-focus.p-article .visual__main {
    border-radius: 0 0 60px 60px;
  }

  .p-our-focus.p-article .l-box-white {
    padding-bottom: 100px;
  }

  /* heading */
  .p-our-focus.p-article .heading__date {
    font-size: 1.8rem;
  }

  .p-our-focus.p-article .heading__catch {
    font-size: 1.8rem;
  }

  .p-our-focus.p-article .heading__title {
    font-size: 2.8rem;
  }


  /* navi */
  .our-focus__menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .our-focus__menu-item {
    width: auto;
    white-space: nowrap;
  }

  .our-focus__menu-item.item--all::after {
    width: 11rem;
  }

  .our-focus__menu-item.item--recycle::after {
    width: 10rem;
  }

  .our-focus__menu-item.item--product::after {
    width: 17rem;
  }

  .our-focus__menu-item.item--store::after {
    width: 24rem;
  }

  .our-focus__menu-item.item--with::after {
    width: 9rem;
  }



  /* interview */
  .p-our-focus.p-article .interview__sub-title {
    text-align: center;
    font-size: 2.8rem;
    padding: 45px 50px;
  }

  /* swiper */
  .p-our-focus.p-article .swiper-container {
    margin-inline: auto;
    max-width: 930px;
    position: relative;
    padding: 0 3%;
  }

  .p-our-focus.p-article .swiper-wrapper {
    margin-bottom: 30px;
  }

  .p-our-focus.p-article .swiper-button-prev {
    left: -0px;
  }

  .p-our-focus.p-article .swiper-button-next {
    right: -25px;
  }

  /* foot */
  .p-our-focus.p-article .foot {
    padding: 30px 50px;
  }

  .p-our-focus.p-article .foot.foot--product {
    padding-top: 40px;
  }

  .p-our-focus.p-article .foot__cat {
    top: -100px;
    left: auto;
    transform: none;
    right: 29px;
  }

  /* member */
  .p-our-focus.p-article .member__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p-our-focus.p-article .member__image {
    width: 220px;
  }

  .p-our-focus.p-article .member__info {
    width: calc(100% - 220px - 20px);
  }

  /* product */
  .p-our-focus.p-article .product__title {
    width: calc(100% + 100px);
    margin: 0 -50px 25px;
    padding: 24px 50px;
  }

  .p-our-focus.p-article .product__info {
    margin-bottom: 15px;
    display: flex;
  }

  .p-our-focus.p-article .product__info-title {
    margin-bottom: 0;
    width: 8em;
  }

  .p-our-focus.p-article .product__info-desc {
    width: calc(100% - 8em);
  }

  .p-our-focus.p-article .product__info-date {
    margin-top: 10px;
  }

  /* other */
  .p-our-focus.p-article .other {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .p-our-focus.p-article .other__title {
    font-size: 2.0rem;
  }


  /* p-with */
  .p-our-focus.p-article.p-with .l-box-white {
    margin-top: calc(-52.5% + 90px);
    padding-top: calc(52.5% - 90px + 40px);
    position: relative;
  }

  .p-our-focus.p-article.p-with .l-box-white::before {
    width: 186px;
    height: 159px;
    top: 60px;
    left: calc(50% - 350px);
    transform: translateX(-50%);
  }

  .p-our-focus.p-article.p-with .visual__main {
    width: 70%;
    margin-left: 30%;
  }

  .p-our-focus.p-article.p-with .visual__sub {
    width: 34%;
    border-radius: 40px;
    margin-top: -28%;
  }

  .p-our-focus.p-article.p-with .heading {
    display: flex;
  }

  .p-our-focus.p-article.p-with .heading__cat {
    width: 220px;
    margin-right: 20px;
    margin-left: 0;
  }

  .p-our-focus.p-article.p-with .heading__info {
    width: calc(100% - 240px);
    margin-top: 0;
  }

  .p-our-focus.p-article.p-with .heading__catch {
    margin-bottom: 10px;
  }

  .p-our-focus.p-article.p-with .summary {
    padding: 60px 40px 50px;
    margin-top: 80px;
  }

  .p-our-focus.p-article.p-with .summary::after {
    width: 214px;
    height: 182px;
    right: -220px;
  }

  .p-our-focus.p-article.p-with .summary__title {
    font-size: 1.8rem;
  }

  .p-our-focus.p-article.p-with .summary__content {
    font-size: 2.0rem;
    margin-bottom: 60px;
  }

  .p-our-focus.p-article.p-with .summary__with {
    padding-top: 0;
  }

  .p-our-focus.p-article.p-with .summary .c-cat--plus {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .p-our-focus.p-article.p-with .summary__prof {
    text-align: left;
    padding-left: 80px;
  }

  .p-our-focus.p-article.p-with .summary-list__item {
    padding: 12px 0;
    display: flex;
  }

  .p-our-focus.p-article.p-with .summary-list__title {
    text-align: left;
    margin-bottom: 0;
    width: 7em;
    margin-right: 1em;
  }

  .p-our-focus.p-article.p-with .summary-list__txt {
    width: calc(100% - 8em);
  }

  /* p-store */
  .p-our-focus.p-article.p-store .l-box-white {
    margin-top: calc(-53% + 90px);
    padding-top: calc(53% - 90px + 40px);
  }

  .p-our-focus.p-article.p-store .visual__main {
    width: 77%;
    margin-left: 23%;
  }

  .p-our-focus.p-article.p-store .heading {
    margin-top: -240px;
  }

  .p-our-focus.p-article.p-store .heading__num {
    font-size: 2.0rem;
  }

  .p-our-focus.p-article.p-store .heading__date {
    font-size: 1.8rem;
    margin-left: 16px;
  }

  .p-our-focus.p-article.p-store .heading__date::before {
    height: 14px;
    left: -8px;
  }

  .p-our-focus.p-article.p-store .heading__cat {
    width: 240px;
    margin-left: calc(100% - 240px + 22px);
    margin-right: -22px;
    margin-top: -85px;
  }

  .p-our-focus.p-article.p-store .intro__box {
    display: flex;
  }

  .p-our-focus.p-article.p-store .intro__box::after {
    width: 230px;
    height: 197px;
    bottom: -35px;
    right: -210px;
  }

  .p-our-focus.p-article.p-store .intro__img {
    width: 41%;
    margin-bottom: 0;
  }

  .p-our-focus.p-article.p-store .intro__txt {
    width: calc(59% - 30px);
    margin-left: 30px;
  }

  .p-our-focus.p-article.p-store .article__heading {
    position: relative;
    margin-top: 140px;
  }

  .p-our-focus.p-article.p-store .article__img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .p-our-focus.p-article.p-store .article__title {
    padding-left: 200px;
    font-size: 2rem;
  }

  /* p-product */
  .p-our-focus.p-article.p-product .l-box-white::before,
  .p-our-focus.p-article.p-product .l-box-white::after {
    content: "";
    width: 230px;
    height: 197px;
    display: block;
    position: absolute;
    background: url(../img/img-product-plus.webp) top left / contain no-repeat;
  }

  .p-our-focus.p-article.p-product .l-box-white::before {
    top: 5px;
    left: 5px;
  }

  .p-our-focus.p-article.p-product .l-box-white::after {
    top: 45px;
    right: 35px;
  }

  .p-our-focus.p-article.p-product .heading__img {
    border-radius: 60px;
  }

  .p-our-focus.p-article.p-product .heading__cat {
    width: 260px;
  }

  .p-our-focus.p-article.p-product .heading__num {
    font-size: 2.0rem;
  }

  .p-our-focus.p-article.p-product .heading__title {
    font-size: 2.8rem;
  }

  .p-our-focus.p-article.p-product .article__box {
    max-width: 525px;
    margin: 0 auto;
  }

  .p-our-focus.p-article.p-product .article__info {
    padding-top: 5px;
  }

  .p-our-focus.p-article.p-product .article__title {
    font-size: 2.0rem;
    text-align: left;
  }

  .p-our-focus.p-article.p-product .article__img {
    width: 220px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1080px) {

  /* interview */
  .p-our-focus.p-article .interview__row {
    max-width: none;
    display: flex;
  }

  .p-our-focus.p-article .interview__speaker {
    margin-bottom: 5px;
    width: 10em;
    margin-right: 40px;
  }

  .p-our-focus.p-article .interview__photo {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }

  .p-our-focus.p-article .interview__photo .interview__img {
    margin-top: 0;
    width: 49%;
  }

  .p-our-focus.p-article .interview__photo .interview__img+.interview__img {
    margin-top: 0;
  }

  .p-our-focus.p-article .interview__txt {
    width: calc(100% - 10em - 40px);
  }


  /* p-with */
  .p-our-focus.p-article.p-with .l-box-white {
    margin-top: calc(-54.25% + 90px);
    padding-top: calc(54.25% - 90px + 50px);
  }

  .p-our-focus.p-article.p-with .intro__txt {
    margin-top: 20px;
  }

  .p-our-focus.p-article.p-with .heading__cat {
    width: 240px;
  }

  .p-our-focus.p-article.p-with .heading__info {
    width: calc(100% - 260px);
  }

  .p-our-focus.p-article.p-with .heading__catch {
    display: inline-block;
    margin-left: 10px;
  }

  .p-our-focus.p-article.p-with .summary {
    padding: 60px 80px 50px;
  }

  .p-our-focus.p-article.p-store .l-box-white {
    margin-top: calc(-54.3% + 90px);
    padding-top: calc(54.3% - 90px + 50px);
  }

  /* p-store */
  .p-our-focus.p-article.p-store .heading {
    margin-left: -110px;
  }

  .p-our-focus.p-article.p-store .heading__cat {
    margin-top: -95px;
  }

  /* p-product */
  .p-our-focus.p-article.p-product .l-box-white {
    padding-top: 30px;
  }

  .p-our-focus.p-article.p-product .heading__visual {
    margin-left: calc(100% - 460px + 80px);
    margin-right: -110px;
  }

  .p-our-focus.p-article.p-product .heading__img {
    margin: 0;
  }

  .p-our-focus.p-article.p-product .heading__cat {
    top: 40px;
    right: 330px;
  }

  .p-our-focus.p-article.p-product .heading__info {
    margin-top: -270px;
  }

  .p-our-focus.p-article.p-product .heading__info-inner {
    padding: 0 40px;
  }

  .p-our-focus.p-article.p-product .point-list__item {
    padding: 20px calc(50px + 260px) 20px 50px;
    margin-top: 90px;
    position: relative;
  }

  .p-our-focus.p-article.p-product .point-list__img {
    width: 180px;
    margin: 0;
    position: absolute;
    top: -40px;
    right: 50px;
  }

  .p-our-focus.p-article.p-product .point-list__catch {
    margin: 0;
    position: absolute;
    top: -32px;
    left: 50px;
  }

  .p-our-focus.p-article.p-product .point-list__title {
    font-size: 2.0rem;
    text-align: left;
    margin-left: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .p-our-focus.p-article .visual {
    padding: 0;
  }
}