.l-header-tool__lang a {
  color: #fff;
}
.l-header-tool__lang a::before {
  opacity: 0;
}
.is-open .l-header-tool__lang a::before {
  opacity: 1;
}
.l-header-tool__lang img {
  opacity: 1;
}
.is-open .l-header-tool__lang img {
  opacity: 0;
}

.p-mv {
  position: relative;
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    overflow: hidden;
    padding: 1rem 0 0;
  }
}
.p-mv__wrap {
  position: relative;
  width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    width: 100%;
  }
}
.p-mv__wrap > svg {
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__ttl {
  position: absolute;
  top: 2.5rem;
  right: 4rem;
  width: 49rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    top: auto;
    bottom: 0;
    width: 36rem;
    right: 1rem;
  }
}
.p-mv__slide {
  position: relative;
  width: 116rem;
  height: 68rem;
  -webkit-clip-path: url(#clippath);
  clip-path: url(#clippath);
  margin-left: -17rem;
}
@media screen and (max-width: 767px) {
  .p-mv__slide {
    width: calc(100% + 0.2rem);
    height: 76.2rem;
    -webkit-clip-path: url(#clippath_sp);
    clip-path: url(#clippath_sp);
    margin: 0 -0.1rem;
  }
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__slide .swiper-slide {
  position: relative;
}
.p-mv__slide .swiper-slide::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.p-mv__slide .swiper-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 0;
  gap: 0 1rem;
  color: #fff;
  font-size: 2.6rem;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__slide .swiper-pagination {
    display: none;
    font-size: 2rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.p-mv__slide .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  background: #fff;
}
.p-mv__slide .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
}
.p-mv__leaf {
  position: absolute;
  top: 4.4rem;
  right: 16.8rem;
  width: 4.4rem;
  height: 4.4rem;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__leaf {
    display: none;
  }
}
.p-mv__leaf.u-02 {
  top: auto;
  right: auto;
  bottom: -6.4rem;
  left: 3.2rem;
  z-index: 1;
}

.p-news {
  padding: 11.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.6rem 0 0;
  }
}
.p-news__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    padding: 0 1.6rem;
  }
}
.p-news__ttl {
  width: 11.4rem;
  margin-left: 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    width: 9.8rem;
    margin: 0 auto 2rem;
  }
}
.p-news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 3rem;
  margin-right: -11.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem 0;
    margin: 0;
  }
}
.p-news-list__item {
  width: 31rem;
}
.p-news-list__item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-list__item {
    width: 16rem;
  }
  .p-news-list__item:first-child {
    width: 100%;
  }
  .p-news-list__item:first-child .p-news-list__img {
    height: 22rem;
  }
  .p-news-list__item:first-child .p-news-list__date {
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }
  .p-news-list__item:first-child .p-news-list__ttl {
    font-size: 2rem;
    line-height: 1.35;
    margin: 0.8rem 0 0;
  }
}
.p-news-list__img {
  width: 31rem;
  height: 25.4rem;
  border-radius: 1.3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-list__img {
    width: 100%;
    height: 13.2rem;
    border-radius: 0.6rem;
  }
}
.p-news-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news-list__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 0.8rem;
    margin: 1rem 0 0;
  }
}
.p-news-list__ttl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__ttl {
    margin: 0.5rem 0 0;
    font-size: 1.2rem;
  }
}
.p-news__btn {
  width: 100%;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    font-size: 1.2rem;
    margin: 3.4rem 0 0;
  }
}
.p-news__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__btn a {
    gap: 0 0.8rem;
  }
}
.p-news__btn a img {
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__btn a img {
    width: 3rem;
  }
}

.p-about {
  margin: 10rem 0 0;
}

.p-block {
  background: #eb6300;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-block {
    padding: 0 0 6rem;
  }
}
.p-block.p-union {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-block.p-union {
    padding: 0 0 9rem;
  }
}
.p-block__roll {
  position: absolute;
  top: -9.5rem;
  left: 0;
  width: 18.4rem;
}
@media screen and (max-width: 767px) {
  .p-block__roll {
    top: -5.1rem;
    left: 2rem;
    width: 10rem;
  }
}
.is-reverse .p-block__roll {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block__roll {
    right: 2rem;
  }
}
.p-block__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  padding: 22rem 0 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-block__wrap {
    display: block;
    padding: 16.5rem 0 0;
  }
}
.is-reverse .p-block__wrap {
  flex-flow: row;
  padding: 22rem 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block__wrap {
    padding: 18rem 0 0;
  }
}
.p-union .p-block__wrap {
  padding: 37rem 0 0 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-union .p-block__wrap {
    padding: 19rem 0 0;
  }
}
.p-block__ttl {
  position: absolute;
  top: 5.5rem;
  right: 0;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  .p-block__ttl {
    top: 7rem;
    right: 2rem;
    width: 33.2rem;
  }
}
.p-producer .p-block__ttl {
  width: 68.6rem;
}
@media screen and (max-width: 767px) {
  .p-producer .p-block__ttl {
    top: 9.3rem;
    width: 33.2rem;
  }
}
.is-reverse .p-block__ttl {
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block__ttl {
    left: 2rem;
    width: 33.2rem;
  }
}
.p-union .p-block__ttl {
  top: 24.6rem;
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-union .p-block__ttl {
    top: 9rem;
    width: 33.2rem;
  }
}
.p-block__img {
  width: 89.5rem;
  margin-right: -15rem;
}
@media screen and (max-width: 767px) {
  .p-block__img {
    width: 35.7rem;
    margin: 0 0 0 auto;
  }
}
.is-reverse .p-block__img {
  margin: 0 0 0 -15rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block__img {
    margin: 0 auto 0 0;
  }
}
.p-block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  height: 44rem;
}
@media screen and (max-width: 767px) {
  .p-block-content {
    display: block;
    height: auto;
    text-align: center;
    line-height: 1;
    margin: 3.8rem 0 0;
  }
}
.is-reverse .p-block-content {
  height: 48rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block-content {
    height: auto;
    padding-top: 0;
  }
}
.p-union .p-block-content {
  height: 54.5rem;
  padding-top: 6.4rem;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-union .p-block-content {
    height: auto;
    padding-top: 0;
  }
}
.p-block-content__txt {
  writing-mode: vertical-rl;
  font-size: 2.1rem;
  line-height: 2.6;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-block-content__txt {
    display: inline-block;
    font-size: 1.5rem;
    text-align: left;
  }
  .p-block-content__txt .u-sp {
    line-height: 0;
  }
}
.p-union .p-block-content__txt {
  color: #222;
  line-height: 2.4;
}
.p-block-content__btn {
  writing-mode: vertical-rl;
  align-self: flex-end;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-block-content__btn {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    padding: 0 2.2rem;
    margin: 6rem 0 0;
  }
  .p-block-content__btn img {
    width: 4rem;
  }
}
.p-block-content__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-block-content__btn a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.6rem;
  }
}
.p-union .p-block-content__btn a {
  color: #222;
}
.p-product {
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding: 0 0 10rem;
  }
}
.p-product__img {
  position: absolute;
  top: -18.6rem;
  right: 0;
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  .p-product__img {
    width: 9.4rem;
    top: -6rem;
    left: 3rem;
  }
}
.p-product__wrap {
  position: relative;
  width: 118rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-product__wrap {
    width: auto;
    padding: 15rem 0 0;
  }
}
.p-product__ttl {
  width: 26.8rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    width: 15.5rem;
    margin: 0 auto 4.5rem;
  }
}
.p-product-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product-main {
    display: block;
    padding: 0 2rem;
  }
}
.p-product-main__img {
  width: 76.8rem;
  height: 51.8rem;
  overflow: hidden;
  border-radius: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-product-main__img {
    width: 100%;
    height: 22.8rem;
    border-radius: 1rem;
  }
}
.p-product-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-main-content {
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .p-product-main-content {
    width: 100%;
    padding: 3rem 0 0;
  }
}
.p-product-main-content__pre {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-main-content__pre {
    font-size: 1.6rem;
  }
}
.p-product-main-content__ttl {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-main-content__ttl {
    font-size: 3.2rem;
    margin: 0.5rem 0 0;
  }
}
.p-product-main-content__txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-main-content__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin: 1rem 0 0;
  }
}
.p-product-sub {
  position: relative;
  margin: 9.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-sub {
    margin: 6rem 0 0;
    padding: 0 2rem;
  }
}
.p-product-sub__slider {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product-sub__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-sub__item {
    width: 16.2rem;
  }
}
.p-product-sub__img {
  width: 35.6rem;
  height: 27.5rem;
  border-radius: 1.8rem;
  overflow: hidden;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-product-sub__img {
    width: 100%;
    height: 12.4rem;
    border-radius: 1rem;
    margin: 0 0 1rem;
  }
}
.p-product-sub__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-sub__pre {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-sub__pre {
    font-size: 1rem;
  }
}
.p-product-sub__ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-product-sub__ttl {
    font-size: 2rem;
    margin: 0.3rem 0 0;
  }
}
.p-product-sub .swiper-button-prev {
  top: 12.2rem;
  left: -3.8rem;
  width: 2.2rem;
  height: 3.2rem;
  background: url(../img/common/icn_slider_prev.svg) 0 0/100% auto no-repeat;
  margin-top: 0;
}
.p-product-sub .swiper-button-prev::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-product-sub .swiper-button-prev3 {
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 0.9rem;
    height: 1.4rem;
    background: url(../img/common/icn_slider_prev.svg) 0 0/100% auto no-repeat;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .p-product-sub .swiper-button-prev3::after {
    content: none;
  }
}
.p-product-sub .swiper-button-next {
  top: 12.2rem;
  right: -3.8rem;
  width: 2.2rem;
  height: 3.2rem;
  background: url(../img/common/icn_slider_next.svg) 0 0/100% auto no-repeat;
  margin-top: 0;
}
.p-product-sub .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-product-sub .swiper-button-next3 {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    width: 0.9rem;
    height: 1.4rem;
    background: url(../img/common/icn_slider_next.svg) 0 0/100% auto no-repeat;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .p-product-sub .swiper-button-next3::after {
    content: none;
  }
}

.p-bnr {
  padding: 0 0 17.6rem;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    padding: 0 1.4rem 7.6rem;
  }
}
.p-bnr__item {
  width: 106.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-bnr__item {
    width: 100%;
  }
}
.p-bnr-select {
  position: relative;
  width: 106.4rem;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-bnr-select {
    width: 100%;
    margin-top: 1.4rem;
  }
}
.p-bnr-select__wrap {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-bnr-select__wrap {
    bottom: 2rem;
  }
}
.p-bnr-select__inner {
  position: relative;
  width: 38rem;
  height: 5.2rem;
  font-size: 2.1rem;
  background: #fff;
  border-radius: 0.3rem;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-bnr-select__inner {
    width: 27.6rem;
    height: 3.8rem;
    font-size: 1.6rem;
  }
}
.p-bnr-select__inner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
.p-bnr-select__inner select {
  width: 100%;
  height: 100%;
  padding: 0 5.2rem 0 2.2rem;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-bnr-select__inner select {
    padding: 0 3.6rem 0 1.4rem;
  }
}

.p-union__img {
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 30.4rem;
}
@media screen and (max-width: 767px) {
  .p-union__img {
    top: -4.6rem;
    left: 2rem;
    width: 15rem;
  }
}

.p-sns {
  margin: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sns {
    margin: 0;
    padding: 0 1.4rem;
  }
}
.p-sns__ttl {
  width: 13.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sns__ttl {
    width: 100%;
    text-align: center;
    margin: 0 0 3.8rem;
  }
  .p-sns__ttl img {
    width: auto;
    height: 2.3rem;
  }
}
.p-sns__btn {
  width: 40.5rem;
  height: 8.4rem;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 4.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sns__btn {
    width: 33rem;
    height: 6.8rem;
    font-size: 2rem;
    margin: 2.4rem auto 0;
  }
}
.p-sns__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eb6300;
  color: white;
  border-radius: 5rem;
}
.p-sns__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  width: 1.6rem;
  height: 2.4rem;
  background: url(../img/common/icn_btn_arrow_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sns__btn a::before {
    width: 1.3rem;
    height: 2rem;
  }
}
.p-sns-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 8.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sns-column {
    flex-flow: column;
    gap: 9.5rem 0;
    margin: 9.5rem 0 0 0;
  }
}
.p-sns-column__item {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-sns-column__item {
    width: 100%;
  }
}
.p-sns__sub {
  text-align: center;
  margin: 0 0 2.8rem;
}
.p-sns__sub img {
  width: auto;
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-sns__sub img {
    width: auto;
    height: 2.3rem;
  }
}
.p-sns-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sns-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 2.4rem;
    margin: 7.4rem 0 0;
  }
}
.p-sns-list__item {
  height: 3rem;
  line-height: 1;
}
.p-sns-list__item img {
  width: auto;
  height: 100%;
}

.p-follow {
  margin: 13.4rem 0 0;
}
.p-follow__ttl {
  width: 39rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-follow__ttl {
    display: none;
  }
}
.p-follow__img01 {
  position: absolute;
  top: -11rem;
  right: -5.6rem;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-follow__img01 {
    top: -12rem;
    right: 0;
    width: 14.8rem;
  }
}
.p-follow__img02 {
  position: absolute;
  bottom: -9.5rem;
  left: -8rem;
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  .p-follow__img02 {
    bottom: -13rem;
    left: 0;
    width: 14.4rem;
  }
}
.p-follow__wrap {
  background: #f18700;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-follow__wrap {
    padding: 5.6rem 2rem;
  }
}
.p-follow__inner {
  position: relative;
  width: 117rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-follow__inner {
    width: 100%;
  }
}
.p-follow__btn {
  position: absolute;
  bottom: 3.3rem;
  left: 50%;
  width: 52.6rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-follow__btn {
    bottom: 3.6rem;
    width: 28.8rem;
  }
}

.p-link {
  position: relative;
  width: 93rem;
  margin: 0 auto;
  padding: 13.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-link {
    width: 100%;
    padding: 12.4rem 0 10rem;
  }
}
.p-link .swiper-button-prev2,
.p-link .swiper-button-prev4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 3.2rem;
  background: url(../img/common/icn_slider_prev.svg) 0 0/100% auto no-repeat;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-link .swiper-button-prev2,
  .p-link .swiper-button-prev4 {
    left: 1.4rem;
    width: 1.1rem;
    height: 1.6rem;
    background: url(../img/common/icn_slider_prev_sp.svg) 0 0/100% auto no-repeat;
  }
}
.p-link .swiper-button-prev2::after,
.p-link .swiper-button-prev4::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-link .swiper-button-prev4 {
    top: calc(50% + 1.2rem);
  }
}
.p-link .swiper-button-next2,
.p-link .swiper-button-next4 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.2rem;
  height: 3.2rem;
  background: url(../img/common/icn_slider_next.svg) 0 0/100% auto no-repeat;
  margin-top: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-link .swiper-button-next2,
  .p-link .swiper-button-next4 {
    right: 1.4rem;
    width: 1.1rem;
    height: 1.6rem;
    background: url(../img/common/icn_slider_next_sp.svg) 0 0/100% auto no-repeat;
  }
}
.p-link .swiper-button-next2::after,
.p-link .swiper-button-next4::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-link .swiper-button-next4 {
    top: calc(50% + 1.2rem);
  }
}
.p-link .swiper-pagination2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 10rem;
  left: 0;
  gap: 0 1rem;
  color: #fff;
  font-size: 2.6rem;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-link .swiper-pagination2 {
    font-size: 2rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.p-link .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  background: #000;
}
.p-link .swiper-pagination-bullet-active {
  width: 0.8rem;
  height: 0.8rem;
}
.p-link__slider {
  width: 79rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-link__slider {
    width: 34rem;
  }
}
.p-link-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 79rem;
  gap: 3rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-link-list {
    width: 30rem;
    gap: 1.7rem 0;
  }
}
.p-link-list__item {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-link-list__item {
    width: 13.8rem;
  }
}