@charset "UTF-8";
/*
*/
header#header .nav ul > li a {
  font-size: 15px;
}

header#header.isMin .nav ul > li a {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .pageShareBtns {
    padding: 0;
  }
}

.pageBackto {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pageBackto a span {
  background-position: left 2px;
}

[data-display-state="hidden"],
[data-display-state2="hidden"] {
  display: none;
}

[data-animation-state]:not(#section1),
[data-animation-state2] {
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state]#section1 {
  transition: all 2.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state="transparent"],
[data-animation-state2="transparent"] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state="active"] {
  opacity: 1;
  transform: translateY(0);
}

[data-animation-state2="active"] {
  opacity: .9;
  transform: translateY(0);
}

.js-fadeIn_item {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.js-fadeIn_item.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*
@for $value from 1 through 7 {
  .js-fadein_item {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    &.is-active {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
*/
@keyframes anipic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

[class*='c-wrap'] {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  [class*='c-wrap'] {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  [class*='c-wrap'] {
    width: 90%;
  }
}

.c-wrap {
  max-width: 1310px;
}

.c-wrap-1040 {
  max-width: 1080px;
}

.c-wrap-1020 {
  max-width: 1060px;
}

.c-wrap-980 {
  max-width: 1020px;
}

.c-wrap-960 {
  max-width: 1000px;
}

.c-wrap-800 {
  max-width: 840px;
}

.c-wrap-780 {
  max-width: 820px;
}

.c-wrap-630 {
  max-width: 670px;
}

.c-wrap-610 {
  max-width: 650px;
}

.c-wrap-400 {
  max-width: 440px;
}

.c-title {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 34px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.c-text {
  text-align: justify;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 14px;
  }
}

.c-text a {
  color: #1e1e1e;
}

.c-caption {
  text-align: justify;
  font-size: 12px;
  line-height: 22px;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .c-caption {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-caption {
    padding-top: 15px;
  }
}

.c-caption a {
  color: #1e1e1e;
}

@media screen and (min-width: 768px) {
  .c-copyright {
    font-size: 12px;
    line-height: 22px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-copyright {
    font-size: 11px;
    line-height: 16px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 {
    width: 100%;
  }
}

.btn-01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background: linear-gradient(193deg, #B67924 -131.03%, #3E2B0B 90.46%);
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  opacity: 1;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .btn-01 a {
    width: 400px;
    min-height: 80px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 a {
    width: 100%;
    min-height: 70px;
    font-size: 14px;
  }
}

.btn-01 a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 15px;
  content: '';
  background: url(../img/icon-arr-w.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .btn-01 a:before {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 a:before {
    right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .btn-02 {
    width: 100%;
  }
}

.btn-02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #1e1e1e !important;
  background-color: #fff;
  opacity: 1;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .btn-02 a {
    font-size: 16px;
    min-height: 80px;
    width: 370px;
    border: 4px solid #1e1e1e;
  }
}

@media screen and (max-width: 767px) {
  .btn-02 a {
    font-size: 13px;
    min-height: 60px;
    width: 100%;
    border: 3px solid #1e1e1e;
  }
}

.btn-02 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: '';
  background: url(../img/icon-arr2.svg) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .btn-02 a:before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn-02 a:before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .btn-01 a,
  .btn-02 a {
    /* iOSバグ対応 */
  }
  .btn-01 a:hover,
  .btn-02 a:hover {
    opacity: .6;
    transition: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.modal-window-close {
  display: none;
  position: absolute;
  top: calc(-38px - 20px);
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/icon_close.png);
  background-size: 100%;
  cursor: pointer;
}

[data-modal-section] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: #fff;
  transform: translate(-50%, -48%);
}

@media screen and (min-width: 768px) {
  [data-modal-section] {
    padding: 80px 30px 40px;
    width: 600px;
    height: 620px;
    border: 10px solid #000;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] {
    padding: 30px 15px 10px;
    width: 335px;
    height: 360px;
    border: 5px solid #000;
  }
}

[data-modal-section] p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  [data-modal-section] p {
    width: 480px;
    margin: 60px auto 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] p {
    margin: 30px auto 0;
    font-size: 11px;
  }
}

[data-modal-section] img {
  display: block;
  margin: 0 auto;
}

[data-modal-section] .slick-prev, [data-modal-section] .slick-next {
  z-index: 5;
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 10px;
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-prev {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev {
    left: 2%;
  }
}

[data-modal-section] .slick-prev:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: '　';
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev:before {
    font-size: 10px;
  }
}

[data-modal-section] .slick-next {
  top: 50%;
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-next {
    right: 5%;
    transform: translateY(-50%) rotate(-180deg);
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-next {
    right: 2%;
    transform: translateY(-115%) rotate(-180deg);
  }
}

[data-modal-section] .slick-next:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: '　';
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-next:before {
    font-size: 10px;
  }
}

.special-251006-perrier-jouet {
  box-sizing: content-box;
  background-color: #fff;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #1e1e1e;
  background: linear-gradient(180deg, #FFFFFF, #FFF2C0 50%, #FFE0CC);
}

.special-251006-perrier-jouet img {
  width: auto;
  max-width: 100%;
}

.special-251006-perrier-jouet a {
  transition: .4s;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .special-251006-perrier-jouet a:hover {
    transition: .4s;
    opacity: .4;
  }
}

.special-251006-perrier-jouet * {
  box-sizing: border-box;
}

.article-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .article-footer {
    padding-top: 60px;
  }
}

.article-footer .article-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .article-footer .article-btn {
    padding-top: 100px;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-btn {
    padding-bottom: 60px;
    gap: 20px;
  }
}

.article-footer .article-footer-title {
  position: relative;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-title {
    padding-top: 104px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-title {
    font-size: 12px;
  }
}

.article-footer .article-footer-title::after {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  content: '';
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-title::after {
    height: 2px;
    bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-title::after {
    height: 1px;
    bottom: -8px;
  }
}

.article-footer .article-contact {
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .article-footer .article-contact {
    padding-top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-contact .article-contact-name {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact .article-contact-name {
    padding-bottom: 18px;
  }
}

.article-footer .article-contact .article-contact-tel {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .article-footer .article-contact .article-contact-tel img {
    width: 26px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact .article-contact-tel img {
    width: 29px;
  }
}

.article-footer .article-contact-btn {
  /* a {
      @include mq(pc){ width: 300px; min-height: 60px; }
    } */
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact-btn {
    padding: 0 20px 52px;
    width: 100%;
  }
}

.article-footer .article-footer-sns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-sns {
    margin: 32px auto 4px;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-sns {
    margin: 32px auto 28px;
    gap: 42px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-sns img {
    height: 31px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-sns img {
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit h2,
  .article-footer .article-footer-credit2 h2 {
    font-size: 14px;
    line-height: 1.67;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit h2,
  .article-footer .article-footer-credit2 h2 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit ul {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit ul {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit2 {
    margin-top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit2 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit2 ul {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit2 ul {
    font-size: 12px;
    line-height: 20px;
  }
}

.article-footer .topScrollBtn {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .article-footer .topScrollBtn {
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .topScrollBtn {
    padding: 96px 0 120px;
  }
}

.special-251006-perrier-jouet .section-top {
  position: relative;
  display: flex;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top {
    font-size: 15px;
    flex-direction: column;
  }
}

.special-251006-perrier-jouet .section-top .section-top-label {
  position: absolute;
  font-family: "Crimson Pro", sans-serif;
  line-height: 1;
  color: #D2D2D2;
  z-index: 2;
  transition-duration: 0.4s;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-label {
    top: 38px;
    right: 11%;
    font-size: clamp(13px, 1.25vw, 16px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .special-251006-perrier-jouet .section-top .section-top-label {
    top: 20px;
    right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top .section-top-label {
    top: 18px;
    right: 1%;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-img {
    width: 51.6%;
  }
}

.special-251006-perrier-jouet .section-top .section-top-img img {
  width: 100%;
}

.special-251006-perrier-jouet .section-top .section-top-contents {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-contents {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4.53125vw, 58px);
    padding: 93px 12.5% 0 5%;
    width: 48.4%;
    background: linear-gradient(180deg, #BEF1A9 0%, #EBF1B2 32.69%, #FFF3C8 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .special-251006-perrier-jouet .section-top .section-top-contents {
    gap: 24px;
    padding: 50px 4% 0;
  }
}

.special-251006-perrier-jouet .section-top .section-top-contents-head {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-contents-head {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4.53125vw, 58px);
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top .section-top-contents-head {
    padding: 20px 5% 26px;
    background: linear-gradient(180deg, #BEF1A9 0%, #EBF1B2 32.69%, #FFF3C8 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .special-251006-perrier-jouet .section-top .section-top-h1 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top .section-top-h1 {
    width: 67%;
  }
}

.special-251006-perrier-jouet .section-top .section-top-txt {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-txt {
    width: 110%;
    margin-left: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .special-251006-perrier-jouet .section-top .section-top-txt {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top .section-top-txt {
    width: 100%;
    margin-top: 24px;
  }
}

.special-251006-perrier-jouet .section-top .section-top-lead {
  position: relative;
  z-index: 1;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-lead {
    margin-left: -4px;
    margin-top: -4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .special-251006-perrier-jouet .section-top .section-top-lead {
    letter-spacing: -.32px;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top .section-top-lead {
    letter-spacing: -0.3px;
    padding: 80px 6% 0 5%;
  }
}

.special-251006-perrier-jouet .section-top .section-top-lead p {
  position: relative;
  z-index: 1;
}

.special-251006-perrier-jouet .section-top [class*='section-top-obj-'] {
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-top .section-top-obj-04, .special-251006-perrier-jouet .section-top .section-top-obj-05, .special-251006-perrier-jouet .section-top .section-top-obj-06 {
    display: none;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-01 {
    top: 0;
    left: 0;
    width: 53%;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-02 {
    bottom: -6%;
    right: 8.5%;
    width: 16%;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-03 {
    bottom: 0;
    right: 0;
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-top .section-top-obj-01, .special-251006-perrier-jouet .section-top .section-top-obj-03 {
    display: none;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-02 {
    top: -46%;
    right: 21%;
    width: 12%;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-04 {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-05 {
    top: 0;
    left: 0;
    width: 53%;
  }
  .special-251006-perrier-jouet .section-top .section-top-obj-06 {
    bottom: 0;
    right: 0;
    width: 100%;
    translate: 0 85%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section.section-other {
    padding-top: 80px;
    gap: 52px;
  }
}

.special-251006-perrier-jouet .section .section-other-image .img1 {
  box-shadow: 4px 4px 20px 0 #D7C191;
  position: relative;
  z-index: 1;
}

.special-251006-perrier-jouet .section2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 #E2C2AC;
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section2 {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section2 + .section2 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section2 + .section2 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section2.section-other {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section2.section-other {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.special-251006-perrier-jouet .section2 .c-caption {
  font-size: 11px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section2 .section-other-inner {
    width: 88%;
  }
  .special-251006-perrier-jouet .section2 .section-other-text {
    margin-bottom: 20px;
  }
  .special-251006-perrier-jouet .section2 .section-other-btn {
    margin-top: 20px;
  }
}

.special-251006-perrier-jouet .section-other {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-other {
    padding-top: 100px;
    gap: 40px;
  }
}

.special-251006-perrier-jouet .section-other .section-other-inner {
  position: relative;
  z-index: 1;
}

.special-251006-perrier-jouet .section-other .section-other-title,
.special-251006-perrier-jouet .section-other .section-other-title2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: -0.56px;
}

.special-251006-perrier-jouet .section-other .section-other-title {
  border-bottom: 1px solid #1e1e1e;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-other .section-other-title {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-other .section-other-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.44px;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet .section-other .section-other-title2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet .section-other .section-other-title2 {
    margin-bottom: 20px;
  }
}

.special-251006-perrier-jouet .section-other .section-other-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.2em;
  z-index: 2;
}

.special-251006-perrier-jouet .section-other .section-other-text .c-text {
  position: relative;
  z-index: 1;
}

.special-251006-perrier-jouet .section-other .section-other-image {
  position: relative;
  z-index: 1;
}

.special-251006-perrier-jouet [class*='section-obj-'] {
  position: absolute;
  z-index: -1;
}

.special-251006-perrier-jouet [class*='section-obj-sp-'] {
  left: 50%;
  width: 111%;
  max-width: initial;
  translate: -50% 0;
}

.special-251006-perrier-jouet #section1 {
  position: relative;
}

.special-251006-perrier-jouet #section1 .section-other-inner {
  display: flex;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section1 .section-other-inner {
    gap: 6.25%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section1 .section-other-inner {
    gap: 60px;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section1 .section-other-contents {
    width: 53.75%;
  }
  .special-251006-perrier-jouet #section1 .section-other-image {
    width: 40%;
    max-width: 384px;
  }
  .special-251006-perrier-jouet #section1 .section-obj-pc-01 {
    width: 30%;
    top: 0;
    left: 0;
  }
  .special-251006-perrier-jouet #section1 .section-obj-pc-02 {
    width: 45%;
    bottom: 9%;
    left: 5.5%;
  }
  .special-251006-perrier-jouet #section1 .section-obj-sp-01 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section1 .section-other-image {
    position: relative;
  }
  .special-251006-perrier-jouet #section1 .section-obj-pc-01,
  .special-251006-perrier-jouet #section1 .section-obj-pc-02 {
    display: none;
  }
  .special-251006-perrier-jouet #section1 .section-obj-sp-01 {
    top: -14%;
  }
}

.special-251006-perrier-jouet #section2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section2 .section-other-inner:nth-of-type(1) .section-other-image {
    margin-top: 66px;
    width: 70.4%;
    max-width: 676px;
  }
  .special-251006-perrier-jouet #section2 .section-other-inner:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
    gap: 6.25%;
    padding-bottom: 90px;
  }
  .special-251006-perrier-jouet #section2 .section-other-inner:nth-of-type(2) .section-other-text {
    width: 49.375%;
    max-width: 474px;
  }
  .special-251006-perrier-jouet #section2 .section-other-inner:nth-of-type(2) .section-other-image {
    width: 44.375%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section2 .section-other-inner:nth-of-type(1) .section-other-image {
    margin-top: 110px;
  }
  .special-251006-perrier-jouet #section2 .section-other-inner:nth-of-type(2) .section-other-image {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section2 .section-other-image > div {
    position: relative;
  }
  .special-251006-perrier-jouet #section2 .section-obj-pc-01 {
    width: 57%;
    bottom: 0;
    right: -51.5%;
  }
  .special-251006-perrier-jouet #section2 .section-obj-pc-02 {
    /* width: 29%; */
    width: 404px;
    top: 84.5%;
    left: 21.5%;
  }
  .special-251006-perrier-jouet #section2 .section-obj-sp-01,
  .special-251006-perrier-jouet #section2 .section-obj-sp-02,
  .special-251006-perrier-jouet #section2 .section-obj-sp-03 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section2 .section-obj-pc-01,
  .special-251006-perrier-jouet #section2 .section-obj-pc-02 {
    display: none;
  }
  .special-251006-perrier-jouet #section2 .section-obj-sp-01 {
    top: -32%;
  }
  .special-251006-perrier-jouet #section2 .section-obj-sp-02 {
    top: -28%;
    width: 90%;
  }
  .special-251006-perrier-jouet #section2 .section-obj-sp-03 {
    bottom: -15%;
    width: 22%;
    left: 73%;
  }
}

.special-251006-perrier-jouet #section3 .section-other-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section3 .section-other-inner {
    display: flex;
    gap: 6.25%;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner .section-other-text {
    width: 49.375%;
    max-width: 474px;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner .section-other-image {
    width: 44.375%;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(1) {
    padding-bottom: 172px;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(2) {
    flex-direction: row-reverse;
    padding-bottom: 324px;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(2) .section-other-image .c-caption {
    margin-right: 27%;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(2) .section-other-image2 {
    position: absolute;
    width: 42.6%;
    left: 39.5%;
    top: 33.2%;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(1) .section-other-image {
    margin-top: 50px;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(2) .section-other-image {
    margin-top: 60px;
  }
  .special-251006-perrier-jouet #section3 .section-other-inner:nth-of-type(2) .section-other-image2 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section3 .section-obj-pc-01 {
    /* width: 42%; */
    width: 420px;
    bottom: -22%;
    right: 18%;
  }
  .special-251006-perrier-jouet #section3 .section-obj-pc-02 {
    width: 36%;
    bottom: 0;
    left: 0;
  }
  .special-251006-perrier-jouet #section3 .section-obj-pc-03 {
    width: 23.5%;
    bottom: 0;
    right: 0;
  }
  .special-251006-perrier-jouet #section3 .section-obj-sp-01,
  .special-251006-perrier-jouet #section3 .section-obj-sp-02,
  .special-251006-perrier-jouet #section3 .section-obj-sp-03 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section3 {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .special-251006-perrier-jouet #section3 .section-obj-pc-01,
  .special-251006-perrier-jouet #section3 .section-obj-pc-02,
  .special-251006-perrier-jouet #section3 .section-obj-pc-03 {
    display: none;
  }
  .special-251006-perrier-jouet #section3 .section-obj-sp-01 {
    top: -32%;
  }
  .special-251006-perrier-jouet #section3 .section-obj-sp-02 {
    top: -25%;
  }
  .special-251006-perrier-jouet #section3 .section-obj-sp-03 {
    bottom: -14%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section4 .section-other-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .special-251006-perrier-jouet #section4 .section-other-inner .section-other-contents {
    display: flex;
    gap: 6.25%;
    flex-wrap: wrap;
  }
  .special-251006-perrier-jouet #section4 .section-other-inner .section-other-contents .section-other-text-wrap {
    width: 48%;
    max-width: 461px;
  }
  .special-251006-perrier-jouet #section4 .section-other-inner .section-other-contents .section-other-image {
    width: 45.75%;
  }
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section5 {
    padding-top: 90px;
  }
}

.special-251006-perrier-jouet #section5 .section-other-contents {
  display: flex;
}

@media screen and (min-width: 768px) {
  .special-251006-perrier-jouet #section5 .section-other-contents {
    margin-top: 60px;
    gap: 6.25%;
  }
  .special-251006-perrier-jouet #section5 .section-other-contents > div {
    width: 46.875%;
  }
  .special-251006-perrier-jouet #section5 .section-other-contents .section-other-btn {
    margin-top: 36px;
  }
  .special-251006-perrier-jouet #section5 .section-other-contents a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .special-251006-perrier-jouet #section5 .section-other-contents {
    flex-direction: column;
    gap: 30px;
  }
}
