/**
 * 共通パーツ
 */

/* animation */
.fadeUp {
  opacity: 0;
  transform: translateY(3em);
  transition-duration: 0.8s;
}

.fadeUp.active {
  opacity: 1;
  transform: translateX(0);
}

.fadeIn {
  opacity: 0;
  transition-duration: 0.8s;
}

.fadeIn.active {
  opacity: 1;
}


.sp_only {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

/* common style */
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

body .l-container {
  overflow: visible !important;
}

body .l-contents {
  font-family: ShoraiSansforWESTERX, Hiragino Kaku Gothic ProN, Hiragino Sans, meiryo, sans-serif;
  font-size: 1.33vw;
  font-weight: 300;
  color: #000;
  background-repeat: repeat;
  background-size: 102px;
  background-attachment: fixed;
  background-color: #f09ab7;
  background-image: radial-gradient(#f3abc3 14%, transparent 14%), radial-gradient(#f3abc3 14%, transparent 14%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;

  position: relative;
  display: flex;
  justify-content: center;
}
/* .l-contents {
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.04em;
} */

.l-contents img {
  display: block;
  height: auto;
  max-width: 100%;
}

.c-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.c-contentsImage {
  width: 100%;
}

.c-links a {
  color: #000;
}

.c-title {
  line-height: 150%;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 7.5px;
  column-gap: 7.5px;
}
.c-title:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #1daae7;
}

.c-btn {
  border: 2px solid #000;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px #000;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.c-btn span {
  font-size: 2.8em;
  font-weight: 900;
  display: inline-block;
  color: #000;
}

.c-btn svg {
  position: absolute;
  right: 3em;
  width: 4.7em;
  fill: #fff;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.c-list {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  text-align: left;
}

.c-list_item {
  line-height: 160%;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
}

.c-list_item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #166dc7;
  top: 9px;
  left: 0;
}


@media screen and (min-width: 801px) {
  body .l-contents {
    font-size: 6px;
  }

  .l-footer {
    background-color: #fff;
  }
}


/**
 * anchor
*/
.p-anchor {
  display: none;
}

@media screen and (min-width: 801px) {
  .p-anchor {
    position: sticky;
    top: 42em;
    left: 0;
    display: block;
    flex: 1;
    height: 100%;
  }

}

@media screen and (min-width: 1001px) {
  .pc_logo {
    width: 30%;
  }
}

.l-contents_side {
  width: calc((100vw - 450px) / 2);
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.l-contents_sideInner {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 178px;
  height: calc(100vh - 178px);
}

.l-contents_side_bg01 {
  position: absolute;
  top: 5%;
  left: 0;
  width: 90%;
}

.l-contents_side_bg02 {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 90%;
}

.l-contents_side_bg03 {
  position: absolute;
  top: 5%;
  right: 0;
  width: 80%;
}

.l-contents_side_bg04 {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 80%;
}

.l-contents_side_banner {
  width: 50%;
  margin: auto;
  padding-top: 8%;
}

.l-contents_sideAlert {
  position: relative;
  color: #fff;
  font-size: .72vw;
  margin: auto;
  margin-top: 3rem;
  width: 70%;
}

.l-contents_side .c-title {
  line-height: 150%;
  color: #fff;
  font-size: 3.8em;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: .6em;
  column-gap: .6em;
  margin-bottom: .4em;
}
.l-contents_side .c-title:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #1daae7;
}

.c-links_item {
  border-top: 2px solid #fff;
}

.c-links_item:last-child {
  border-bottom: 2px solid #fff;
}

.c-links {
  position: relative;
  width: 80%;
  max-width: 500px;
  margin: auto;
  padding-top: 28%;
}
.c-links .c-links_link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.8em;
  line-height: 150%;
  padding: 10px 40px 10px 0;
}

.c-links .c-links_link strong {
  display: block;
  color: #fff94e;
  font-size: 1.2em;
  font-weight: bold;
}

.c-links .c-links_link svg {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  width: 4vw;
  height: 1.5vw;
}

.c-links_alert {
  display: inline-block;
  text-decoration: underline;
  font-size: 2.5em;
  font-weight: 300;
  margin-top: 1.2em;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-underline-offset: 4px;
}

.c-links .c-links_alert svg {
  fill: #fff;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: .8px;
  width: 20px;
}

@media screen and (max-width: 1040px) {
  .l-contents_side {
    display: none;
  }
}


.l-contents_inner {
  background-color: #f3b4cf;
  max-width: 450px;
  width: 100%;
}


/**
 * mv
 */
.mv {
  position: relative;
  text-align: center;
}

.p-mv_banner {
  position: absolute;
  left: 5%;
  right: 5%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  bottom: 4%;
}
.p-mv_banner a {
  width: 75%;
}
.p-mv_banner a:nth-of-type(2) {
  margin-left: auto;
}

.p-mv_banner a img {
  width: 100%;
}

.p-mv_txt {
  position: absolute;
  right: 5%;
  bottom: 2.0%;
  color: #fff;
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  width: fit-content;
}

.p-mv_txt a {
  color: #fff;
  text-decoration: underline;
}

.p-mv_parts {
  position: absolute;
}

.p-mv_parts01 {
  right: 9%;
  bottom: 25%;
  width: 17.3em;
}

.p-mv_parts02 {
  left: 2%;
  bottom: -2.7%;
  width: 18em;
  z-index: 2;
}

@media screen and (min-width: 801px) {
  .p-mv_banner a {
    transition: opacity .3s;
  }

  .p-mv_banner a:hover {
    opacity: .7;
    transition: opacity .3s;
  }
}


/**
 * p-section
 */

.p-section_titleWrap {
  position: relative;
}

.p-section_parts03 {
  position: absolute;
  top: -1em;
  right: 20em;
  width: 17em;
}

.p-section_inner {
  margin: 0 10px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.p-section_img {
  margin-top: 20px;
  width: 100%;
}

.p-section_title {
  font-size: 18px;
}

.p-section_txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 160%;
}

.p-section_txt .link {
  text-decoration: underline;
  color: #000;
}

.c-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  gap: 5px;
}

.c-gallery a, .c-gallery img {
  width: 100%;
}

.p-section_line {
  width: 100%;
  height: 2px;
  background-color: #ffc2d7;
}

.p-section_alert {
  position: relative;
}

.p-section_alertInner {
  background-color: #fff;
  border-radius: 3em;
  margin: 0 3em 6rem;
  padding: 3em;
}

.p-section_alertInner strong {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 150%;
  display: inline-block;
}

.p-section_alertInner p {
  font-size: 13px;
  line-height: 160%;
}

.p-section_alertInner a {
  color: #000;
  text-decoration: underline;
}

.p-section_alert_parts04 {
  position: absolute;
  top: -19em;
  right: 2em;
  width: 32em;
}


/* section_step */
.p-section_step {
  border: 20px;
  background-color: #d5f2ff;
  border-radius: 20px;
  padding: 30px 20px;
}

.p-section_step.yellow {
  background-color: #ffffb6;
  margin-top: 10px;
}

.p-section_stepTitle {
  text-align: center;
  line-height: 150%;
  font-size: 18px;
  color: #166dc7;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 2px solid #166DC7;
  margin-bottom: 20px;
}

.p-section_stepList {
  display: flex;
  flex-direction: column;
  row-gap: 12em;
}

.p-section_stepItem {
  position: relative;
  text-align: center;
}

.p-section_stepTitleSmall {
  line-height: 150%;
  margin-top: 10px;
  color: #1d79c6;
  font-size: 18px;
  font-weight: 600;
}

.p-section_stepLead {
  line-height: 150%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.p-section_stepIcon {
  margin: 0 auto;
  width: 12em;
}

.p-section_stepArrow {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -10em;
  width: 6.6em;
  fill: none;
  stroke: #1d79c6;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.p-section_stepEntry {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.p-section_stepEntry img {
  width: 100%;
}

.p-section_stepBtn {
  position: relative;
  margin-top: 10px;
}


/* slider_slide */
.c-slider {
  overflow: hidden;
  padding-top: 15px;
  max-width: 320px;
  margin: 0 auto;
}

.c-slider_slide p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.c-slider .swiper-button-prev, .c-slider .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  min-width: 5em !important;
  height: 6em !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev svg, .swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}
.c-slider .swiper-button-next svg {
  rotate: 180deg;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 0;
  width: 0;
  height: 0;
}

.c-slider_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
  padding: 0 18px;
  max-width: 275px;
}

.c-slider .swiper-pagination {
  margin: 0 !important;
  top: auto !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2px;
  column-gap: 2px;
  width: auto !important;
}

.c-slider .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 30px !important;
  height: 30px !important;
  box-shadow: none !important;
  background-color: rgb(255, 255, 255) !important;
  transition: 0.2s;
  margin: 0px !important;
  position: relative;
}

.c-slider .swiper-pagination-bullet::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.c-slider .swiper-pagination-bullet:nth-of-type(1)::before {
  background-image: url(../../../img/campaign/mechatoku/1.svg);
}

.c-slider .swiper-pagination-bullet:nth-of-type(2)::before {
  background-image: url(../../../img/campaign/mechatoku/2.svg);
}

.c-slider .swiper-pagination-bullet:nth-of-type(3)::before {
  background-image: url(../../../img/campaign/mechatoku/3.svg);
}

.c-slider .swiper-pagination-bullet:nth-of-type(4)::before {
  background-image: url(../../../img/campaign/mechatoku/4.svg);
}

.c-slider .swiper-pagination-bullet:nth-of-type(5)::before {
  background-image: url(../../../img/campaign/mechatoku/5.svg);
}

.c-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.c-slider .swiper-pagination-bullet:hover {
  background-color: rgb(22, 109, 199) !important;
}

.c-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.c-slider .swiper-pagination-bullet:hover::before {
  filter: invert(100%) brightness(100%);
}




/* reason */
.p-reason {
  position: relative;
}

.p-reason_list {
  display: flex;
  flex-direction: column;
  position: absolute;
  row-gap: 10px;
  bottom: 6%;
}

.p-reason_list img {
  width: 100%;
}


/* other */
.p-other {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.p-other_inner {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 5em;
}

.p-other_title {
  font-weight: 600;
  line-height: 140%;
  font-size: 24px;
  margin-bottom: 20px;
}

.p-other_title_blue {
  color: #1d79c6;
}

.p-other_txt {
  font-size: 3.4em;
  font-weight: 600;
}

.p-other_banner {
  display: inline-block;
  margin: 20px 0;
}
