@charset "UTF-8";

/*共通 */
.main-contents img {
  width: 100%;
  height: auto;
}

html {
  overflow-x: hidden;
}

.main-area {
  overflow: unset;
  padding-top: 42px;
}

.main-contents a,
.main-contents picture {
  display: block;
}

.main-contents * {
  font-weight: inherit;
}

/* * {
  outline: 1px solid magenta;
}
 */

.main-contents video {
  width: 100%;
  display: block;
}

.main-contents {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: calc(200 * (100vw / 750));
}

.header .header-inner {
  background-color: transparent;
}

/* __________アニメーション__________ */
/* アニメーション */
.main-contents .js_fade {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
}

.main-contents .js_fade.active {
  opacity: 1;
  transform: none;
}

/* 下から */
.main-contents .js_fade_up {
  transform: translateY(50px);
}


.main-contents .js_fade_in {
  transition-delay: 0.3s;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s ease;
}

/* 生えてくるやつ */
.main-contents .fade_in {
  transition-duration: 1s;
  transform: translateY(0);
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

/* __________mainvisual__________ */

.main-contents .mainvisual_wrapper {
  position: relative;
  margin-bottom: calc(160 * (100vw / 750));
  text-align: center;
  margin-top: calc(137 * (100vw / 750));
}

.main-contents .mainvisual_wrapper .mainvisual_img {
  margin-bottom: calc(86 * (100vw / 750));
}

.main-contents .mainvisual_wrapper .mainvisual_video {
  margin-bottom: calc(82 * (100vw / 750));
  width: calc(580 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
}

.main-contents .mainvisual_wrapper .mainvisual_lead {
  font-size: calc(24 * (100vw / 750));
  line-height: 2.333;
  margin-bottom: calc(142 * (100vw / 750));
}


/* __________共通__________ */

.main-contents .section_top_heading {
  text-align: center;
}

.main-contents .section_number {
  font-family: tenez, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-feature-settings: "palt";
  font-size: calc(70 * (100vw / 750));
  margin-bottom: calc(38 * (100vw / 750));
}

.main-contents .section_heading_text {
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: calc(37 * (100vw / 750));
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(44 * (100vw / 750));
  padding-right: calc(44 * (100vw / 750));
}

.main-contents .section_heading_text::before {
  content: "";
  z-index: 2;
  position: absolute;
  background-image: url(/Page/feature/2022/1201/img/sp_left.svg);
  background-repeat: no-repeat;
  width: calc(14.4 * (100vw / 750));
  height: calc(41.6 * (100vw / 750));
  top: calc(-14 * (100vw / 750));
  left: 0;
}

.main-contents .section_heading_text::after {
  content: "";
  z-index: 2;
  position: absolute;
  background-image: url(/Page/feature/2022/1201/img/sp_right.svg);
  background-repeat: no-repeat;
  width: calc(14.4 * (100vw / 750));
  height: calc(41.6 * (100vw / 750));
  top: 0;
  right: 0;
}

.main-contents .product_lead {
  font-size: calc(31 * (100vw / 750));
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
  margin-left: calc(40 * (100vw / 750));
  margin-bottom: calc(34 * (100vw / 750));
}

.main-contents .product_text {
  width: calc(670 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  margin-bottom: calc(28 * (100vw / 750));
}

.section_inner_01 {
  margin-bottom: calc(133 * (100vw / 750));
}

.main-contents .credit_wrapper {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 0.02em;
  font-size: calc(24 *(100vw / 750));
  margin-left: calc(40 * (100vw / 750));
  text-align: left;
}

.main-contents .credit_link {
  display: inline-block;
  margin-right: calc(13 * (100vw / 750));
}

.main-contents .heading_title {
  font-size: calc(40 * (100vw / 750));
  font-family: tenez, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-feature-settings: "palt";
  margin-left: calc(50 * (100vw / 750));
  padding-bottom: calc(31 * (100vw / 750));
  margin-bottom: calc(42 * (100vw / 750));
  position: relative;
}

.main-contents .heading_title::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: calc(519 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  bottom: 0;
  left: 0;
  background-color: #000;
}

.main-contents .section_inner_02 {
  position: relative;
}

.main-contents .section_inner_02 .product_text {
  width: calc(519 * (100vw / 750));
  margin-left: calc(50 * (100vw / 750));
  margin-bottom: 0;
}


/* __________共通__________ */


/* __________section01__________ */

.main-contents .section01 {
  margin-bottom: calc(150 * (100vw / 750));
}

.main-contents .section01 .section_top_heading {
  margin-bottom: calc(63 * (100vw / 750));
}

.main-contents .section01 .product_img {
  width: calc(750 * (100vw / 750));
  margin-bottom: calc(61 * (100vw / 750));
}


.main-contents .section01 .section_inner_02 .product_img {
  width: calc(670 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(122 * (100vw / 750));
}

.main-contents .section01 .section_inner_02::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #F7EFD5;
  width: calc(120 * (100vw / 750));
  height: calc(360 * (100vw / 750));
  top: calc(508 * (100vw / 750));
}

/* __________section01__________ */



/* __________section02__________ */
.main-contents .section02 {
  margin-bottom: calc(148 * (100vw / 750));
}

.main-contents .section02 .section_top_heading {
  margin-bottom: calc(63 * (100vw / 750));
}

.main-contents .section02 .product_img {
  width: calc(670 * (100vw / 750));
  margin-bottom: calc(61 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
}

.main-contents .section02 .section_number {
  margin-bottom: calc(38 * (100vw / 750));
}

.main-contents .section02 .section_inner_02 .product_img {
  width: calc(590 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(70 * (100vw / 750));
}

.main-contents .section02 .section_inner_02::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #EAE6E4;
  width: calc(170 * (100vw / 750));
  height: calc(620 * (100vw / 750));
  top: calc(529 * (100vw / 750));
  right: 0;
}


.main-contents .section02 .heading_title {
  margin-left: calc(80 * (100vw / 750));
  position: relative;
}

.main-contents .section02 .heading_title::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: calc(590 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  bottom: 0;
  left: 0;
  background-color: #000;
}

.main-contents .section02 .section_inner_02 .product_text {
  width: calc(590 * (100vw / 750));
  margin-left: calc(80 * (100vw / 750));
  margin-bottom: 0;
}

/* __________section02__________ */



/* __________section03__________ */
.main-contents .section03 {
  margin-bottom: calc(189 * (100vw / 750));
}

.main-contents .section03 .section_top_heading {
  margin-bottom: calc(63 * (100vw / 750));
}

.main-contents .section03 .product_img {
  width: calc(620 * (100vw / 750));
  margin-bottom: calc(61 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
}

.main-contents .section03 .heading_title::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: calc(543 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  bottom: 0;
  left: 0;
  background-color: #000;
}


.main-contents .section03 .section_inner_02 .product_img {
  width: calc(690 * (100vw / 750));
  margin-left: auto;
  margin-right: 0;
  margin-bottom: calc(122 * (100vw / 750));
}

.main-contents .section03 .section_inner_02::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #CCCFD6;
  width: calc(120 * (100vw / 750));
  height: calc(330 * (100vw / 750));
  top: calc(518 * (100vw / 750));
  left: 0;
}

.main-contents .section03 .section_inner_02 .product_text {
  width: calc(543 * (100vw / 750));
  margin-bottom: 0;
}

/* __________section03__________ */



/* __________section04__________ */
.main-contents .section04 {
  margin-bottom: calc(148 * (100vw / 750));
}

.main-contents .section04 .section_top_heading {
  margin-bottom: calc(65 * (100vw / 750));
}

.main-contents .section04 .product_img {
  width: calc(670 * (100vw / 750));
  margin-bottom: calc(61 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
}

.main-contents .section04 .section_inner_02 .product_img {
  width: calc(750 * (100vw / 750));
  margin-left: auto;
  margin-right: 0;
  margin-bottom: calc(122 * (100vw / 750));
}

.main-contents .section04 .section_inner_02::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #E1E2D9;
  width: calc(120 * (100vw / 750));
  height: calc(330 * (100vw / 750));
  top: calc(558 * (100vw / 750));
  left: calc(60 * (100vw / 750));
}


.main-contents .section04 .heading_title {
  margin-left: calc(110 * (100vw / 750));
}

.main-contents .section04 .heading_title::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: calc(550 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  bottom: 0;
  left: 0;
  background-color: #000;
}

.main-contents .section04 .section_inner_02 .product_text {
  width: calc(550 * (100vw / 750));
  margin-left: calc(110 * (100vw / 750));
  margin-bottom: 0;
}

/* __________section04__________ */


/* __________section05__________ */
.main-contents .section05 {
  margin-bottom: calc(191 * (100vw / 750));
}

.main-contents .section05 .section_top_heading {
  margin-bottom: calc(62 * (100vw / 750));
}

.main-contents .section05 .product_img {
  width: calc(640 * (100vw / 750));
  margin-bottom: calc(61 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
}

.main-contents .section05 .section_inner_02 .product_img {
  width: calc(680 * (100vw / 750));
  margin-right: auto;
  margin-left: 0;
  margin-bottom: calc(70 * (100vw / 750));
}

.main-contents .section05 .section_inner_02::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #F9F0E8;
  width: calc(140 * (100vw / 750));
  height: calc(460 * (100vw / 750));
  top: calc(-242 * (100vw / 750));
  right: 0;
}


.main-contents .section05 .heading_title {
  margin-left: calc(80 * (100vw / 750));
}

.main-contents .section05 .heading_title::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: calc(590 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  bottom: 0;
  left: 0;
  background-color: #000;
}

.main-contents .section05 .product_img__02 {
  width: calc(680 * (100vw / 750));
  margin-bottom: calc(70 * (100vw / 750));
}

.main-contents .section05 .section_inner_02 .product_text {
  width: calc(590 * (100vw / 750));
  margin-left: calc(80 * (100vw / 750));
  margin-bottom: calc(130 * (100vw / 750));
}

.main-contents .section05 .section_inner_02 .product_img__03 {
  width: calc(580 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
}

/* __________section05__________ */

.main-contents .staff_name {
  font-family: tenez, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.78;
  font-size: calc(23 * (100vw / 750));
  margin-bottom: calc(194 * (100vw / 750));
}

/* __________viewall-btn__________ */
.main-contents .viewall {
  width: calc(675 * (100vw / 750));
  height: calc(120 * (100vw / 750));
  margin: 0 auto;
  border: solid 1px #000;
}

.main-contents .viewall__link {
  font-size: calc(28 * (100vw / 750));
  letter-spacing: 0.06em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}




/* //////////////////////// pcここから //////////////////////// */
@media screen and (min-width: 750px) {

  .main-area {
    padding-top: 0;
  }

  .sp_only {
    display: none;
  }

  .pc_only {
    display: inline-block;
  }

  .main-contents {
    margin-bottom: 15rem;
  }

  .main-contents .main_container {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .main-contents .mainvisual_wrapper {
    margin-top: 0;
    margin-bottom: 12rem;
  }

  .main-contents .mainvisual_wrapper .mainvisual_img {
    margin-bottom: 6.7rem;
  }

  .main-contents .mainvisual_wrapper .mainvisual_video {
    margin-bottom: 8rem;
    width: 102rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-contents .mainvisual_wrapper .mainvisual_lead {
    font-size: 1.5rem;
    line-height: 2.93;
    margin-bottom: 10.4rem;
  }

  /* __________共通__________ */



  .main-contents .section_number {
    font-size: 4.1rem;
    margin-bottom: 2.8rem;
  }

  .main-contents .section_heading_text {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .main-contents .section_heading_text::before {
    background-image: url(/Page/feature/2022/1201/img/pc_left.svg);
    width: 0.9rem;
    height: 2.6rem;
    top: -0.7rem;
    left: 0;
  }

  .main-contents .section_heading_text::after {
    background-image: url(/Page/feature/2022/1201/img/pc_right.svg);
    width: 0.9rem;
    height: 2.6rem;
    top: 0;
    right: 0;
  }

  .main-contents .product_lead {
    font-size: 1.8rem;
    margin-left: 0;
    margin-bottom: 2.2rem;
    line-height: 1.5;
  }

  .main-contents .product_text {
    width: 37.7rem;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1.85;
  }

  .main-contents .credit_wrapper {
    font-size: 1.3rem;
    line-height: 1.69;
    margin-left: 0;
    margin-top: 2.3rem;
    margin-bottom: 0;
  }

  .main-contents .credit_link {
    margin-right: 0.7rem;
  }

  .main-contents .heading_title {
    font-size: 2.2rem;
    margin-left: 0;
    margin-bottom: 2.4rem;
    padding-bottom: 1.7rem;
  }

  .main-contents .heading_title::before {
    width: 46rem;
    height: 0.1rem;
    bottom: 0;
    left: 0;
  }


  /* __________共通__________ */


  /* __________section01__________ */
  .main-contents .section01 {
    margin-bottom: 12rem;
  }

  .main-contents .section01 .section_inner_01 {
    width: 82.7rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    margin-bottom: 8.1rem;
  }

  .main-contents .section01 .section_top_heading {
    margin-bottom: 6rem;
  }

  .main-contents .section01 .product_img {
    width: 58rem;
    margin-bottom: 0;
  }

  .main-contents .section01 .section_text_box {
    width: 37.7rem;
    position: absolute;
    right: 0;
    top: 43.8rem;
    margin-bottom: 0;
  }

  .main-contents .section01 .section_inner_02_textbox {
    margin-top: 16.4rem;
  }

  .main-contents .section01 .section_inner_02 .product_text {
    width: 30.5rem;
  }

  .main-contents .section01 .product_text {
    width: 37.7rem;
    margin-left: 0;
  }

  .main-contents .section01 .section_inner_02 {
    width: 105.9rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 2.8rem;
    display: flex;
    flex-direction: row-reverse;
  }

  .main-contents .section01 .section_inner_02::before {
    width: 6.5rem;
    height: 20rem;
    top: 9.4rem;
    left: -3.5rem;
  }

  .main-contents .section01 .section_inner_02 .product_img {
    width: 64rem;
    margin-bottom: 0;
  }



  /* __________section01__________ */



  /* __________section02__________ */
  .main-contents .section02 {
    margin-bottom: 12rem;
  }

  .main-contents .section02 .section_inner_01 {
    width: 54rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.5rem;
  }

  .main-contents .section02 .product_img {
    width: 54rem;
    margin-bottom: 5.5rem;
  }

  .main-contents .section02 .section_number {
    margin-bottom: 2.8rem;
  }

  .main-contents .section02 .section_top_heading {
    margin-bottom: 6.4rem;
  }

  .main-contents .section02 .product_text {
    width: 54rem;
    margin-bottom: 0;
  }

  .main-contents .section02 .section_inner_02 {
    width: 92rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .main-contents .section02 .section_inner_02::before {
    width: 6.5rem;
    height: 20rem;
    top: 22em;
    right: 27.5rem;
  }

  .main-contents .section02 .heading_title {
    margin-left: 0;
  }

  .main-contents .section02 .heading_title::before {
    width: 30.5rem;
    height: 0.1rem;
    bottom: 0;
    left: 0;
  }

  .main-contents .section02 .section_inner_02_textbox {
    position: absolute;
    right: 0;
    top: 29rem;
  }

  .main-contents .section02 .section_inner_02 .product_text {
    margin-left: 0;
    width: 30.5rem;
  }

  .main-contents .section02 .section_inner_02 .product_img {
    width: 48rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  /* __________section02__________ */



  /* __________section03__________ */
  .main-contents .section03 {
    margin-bottom: 11.3rem;
  }

  .main-contents .section03 .product_img {
    width: 50rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  .main-contents .section03 .section_top_heading {
    margin-bottom: 6.4rem;
  }

  .main-contents .section03 .section_inner_01 {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 0;
  }

  .main-contents .section03 .section_text_box {
    width: 37.8rem;
    margin-bottom: 0;
    margin-top: 11.4rem;
  }

  .main-contents .section03 .product_text {
    width: fit-content;
    margin-bottom: 0;
    margin-left: 0;
  }

  .main-contents .section03 .section_inner_02 {
    display: flex;
    flex-direction: row-reverse;
    width: 103.4rem;
    margin-left: auto;
  }

  .main-contents .section03 .section_inner_02::before {
    width: 6.5rem;
    height: 19rem;
    top: 4.2rem;
    left: -3.5rem;
  }


  .main-contents .section03 .section_inner_02 .product_text {
    margin-left: 0;
    width: 33.4rem;
  }

  .main-contents .section03 .section_inner_02_textbox {
    margin-top: 10rem;
  }

  .main-contents .section03 .heading_title {
    margin-left: 0;
  }

  .main-contents .section03 .heading_title::before {
    width: 49rem;
    height: 0.1rem;
    bottom: 0;
    left: 0;
  }

  .main-contents .section03 .section_inner_02 .product_img {
    width: 62rem;
    margin-bottom: 0;
    margin-top: -24rem;
  }

  /* __________section03__________ */



  /* __________section04__________ */
  .main-contents .section04 {
    margin-bottom: 11.7rem;
  }

  .main-contents .section04 .section_inner_01 {
    width: 97.2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 9.8rem;
  }

  .main-contents .section04 .section_top_heading {
    margin-bottom: 6.3rem;
  }

  .main-contents .section04 .product_img {
    width: 58rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  .main-contents .section04 .section_text_box {
    margin-top: 47.4rem;
  }

  .main-contents .section04 .product_text {
    width: 31.1rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .main-contents .section04 .section_inner_02 {
    width: 98.6rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    left: 1.8rem;
  }

  .main-contents .section04 .section_inner_02::before {
    width: 6.5rem;
    height: 20rem;
    top: 10.2rem;
    left: -3.5rem;
  }

  .main-contents .section04 .heading_title {
    margin-left: 0;
  }

  .main-contents .section04 .heading_title::before {
    width: 45rem;
    height: 0.1rem;
    bottom: 0;
    left: 0;
  }

  .main-contents .section04 .section_inner_02 .product_text {
    width: 26.5rem;
    margin-left: 0;
  }

  .main-contents .section04 .section_inner_02_textbox {
    margin-top: 17.1rem;
  }


  .main-contents .section04 .section_inner_02 .product_img {
    width: 62rem;
    margin-bottom: 0;
  }

  /* __________section04__________ */


  /* __________section05__________ */
  .main-contents .section05 {
    margin-bottom: 14.3rem;
    width: 103rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-contents .section05 .section_top_heading {
    margin-bottom: 6.3rem;
  }

  .main-contents .section05 .section_inner_01 {
    width: 53rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.6rem;
  }

  .main-contents .section05 .product_img {
    width: 53rem;
    margin-bottom: 5.5rem;
  }

  .main-contents .section05 .product_text {
    width: 51rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }


  .main-contents .section05 .product_img__02 {
    width: 61rem;
    margin-bottom: 0;
  }

  .main-contents .section05 .heading_title {
    margin-left: 0;
  }

  .main-contents .section05 .heading_title::before {
    width: 30.5rem;
    height: 0.1rem;
    bottom: 0;
    left: 0;
  }

  .main-contents .section05 .section_inner_02 {
    width: 93.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 4.7rem;
    margin-top: 0;
  }

  .main-contents .section05 .section_inner_02::before {
    width: 6.5rem;
    height: 20rem;
    top: 38.5rem;
    left: -3.5rem;
  }

  .main-contents .section05 .section_inner_02_textbox {
    position: relative;
    top: 45.5rem;
  }

  .main-contents .section05 .section_inner_02 .product_text {
    width: 30.5rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  .main-contents .section05 .section_inner_02 .product_img__03 {
    width: 53rem;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    margin-top: -32.5rem;
  }

  /* __________section05__________ */

  .main-contents .staff_name {
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 9.3rem;
  }


  /* 全てのアイテムをチェック */
  .main-contents .viewall {
    width: 38rem;
    height: 6.4rem;
    margin-bottom: 0;
  }

  .main-contents .viewall__link {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

/* //////////////////////// pcここまで //////////////////////// */
@media (max-width: 1400px) and (min-width: 750px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}