@charset "UTF-8";
/*! Writen  by SCSS */
header {
  display: none; }

@media screen and (max-width: 480px) {
  footer {
    padding: 0 0 30px; } }
footer .footer_in {
  justify-content: flex-end; }
  footer .footer_in .foot_l {
    display: none; }
  @media screen and (max-width: 480px) {
    footer .footer_in .foot_r {
      margin-top: 0; } }

.sec_bg {
  background: #F3EFE9; }

.mainvisual {
  position: relative;
  z-index: 1; }
  .mainvisual .main_image {
    position: relative;
    /*
    &:after{
    	content:"";
    	position: absolute;
    	inset:0;
    	background:#444;
    	mix-blend-mode:multiply;
    	@include mq($br_sp){
    		content:none;
    	}
    }
    */ }
  .mainvisual .en_group {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: clamp(50px, 7.5vw, 120px);
    color: #FFF; }
    @media screen and (max-width: 480px) {
      .mainvisual .en_group {
        row-gap: 50px;
        display: none; } }
    .mainvisual .en_group .img01 {
      text-align: center;
      width: 75%; }
      @media screen and (max-width: 480px) {
        .mainvisual .en_group .img01 {
          width: 77.78%; } }
    .mainvisual .en_group .img02 {
      text-align: center;
      width: 19.75%; }
      @media screen and (max-width: 480px) {
        .mainvisual .en_group .img02 {
          width: 51.7%; } }

.text_group_wrap {
  position: relative;
  z-index: 1;
  column-gap: 11.25%; }
  @media screen and (max-width: 480px) {
    .text_group_wrap {
      flex-direction: column;
      row-gap: 40px; } }
  .text_group_wrap .en {
    font-size: clamp(14px, 1.25vw, 20px);
    white-space: nowrap; }
    .text_group_wrap .en .big {
      font-size: 150%; }
  .text_group_wrap .text_group {
    width: 79.38%; }
    @media screen and (max-width: 480px) {
      .text_group_wrap .text_group {
        width: 100%; } }
    .text_group_wrap .text_group .text_group_in {
      width: 78.75%;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 820px) {
        .text_group_wrap .text_group .text_group_in {
          width: 100%; } }
      .text_group_wrap .text_group .text_group_in .midashi {
        font-size: clamp(36px, 3.75vw, 60px);
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .text_group_wrap .text_group .text_group_in .midashi {
            font-size: 30px; } }
      .text_group_wrap .text_group .text_group_in .text {
        font-size: clamp(18px, 1.563vw, 25px);
        line-height: 2.1; }
        @media screen and (max-width: 480px) {
          .text_group_wrap .text_group .text_group_in .text {
            font-size: 16px; } }

.sec01 {
  position: relative;
  z-index: 1;
  padding: clamp(100px, 11.875vw, 190px) 0 clamp(100px, 11.25vw, 180px);
  padding-bottom: clamp(100px, 15.938vw, 255px); }
  .sec01 .text_group_wrap {
    padding-bottom: clamp(50px, 11.25vw, 180px); }
    .sec01 .text_group_wrap:nth-last-child(1) {
      padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      .sec01 .text_group_wrap {
        padding-bottom: 70px; } }
    .sec01 .text_group_wrap .text_group {
      display: flex;
      flex-direction: column;
      row-gap: clamp(30px, 4.375vw, 70px); }
      .sec01 .text_group_wrap .text_group .text_group_in .ttl {
        display: flex;
        align-items: center;
        column-gap: clamp(10px, 1.875vw, 30px);
        justify-content: space-between; }
        .sec01 .text_group_wrap .text_group .text_group_in .ttl .span {
          flex-shrink: 0; }
        .sec01 .text_group_wrap .text_group .text_group_in .ttl .obj {
          width: 100%;
          height: 1px;
          background-color: #000;
          display: block; }

.sec02 {
  position: relative;
  z-index: 1;
  background: #e5e1d9;
  padding: 100px 0 clamp(100px, 11.25vw, 180px); }
  .sec02 .text_group_wrap {
    margin-bottom: clamp(30px, 5.625vw, 90px);
    align-items: center; }
    @media screen and (max-width: 480px) {
      .sec02 .text_group_wrap {
        align-items: flex-start; } }
    .sec02 .text_group_wrap .text_group .text_group_in .text {
      font-size: clamp(20px, 2.875vw, 46px); }

.sec03 {
  position: relative;
  z-index: 1; }
  .sec03 .vison_area {
    padding: clamp(100px, 10.625vw, 170px) 0 clamp(100px, 9.375vw, 150px);
    background: #000; }
    @media screen and (max-width: 480px) {
      .sec03 .vison_area {
        padding: 80px 0; } }
    .sec03 .vison_area .vison_in {
      max-width: 1714px;
      margin: 0 auto;
      width: calc(100% - 60px); }
      @media screen and (max-width: 820px) {
        .sec03 .vison_area .vison_in {
          flex-direction: column;
          align-items: center;
          row-gap: 40px;
          max-width: 580px;
          margin: 0 auto; } }
      .sec03 .vison_area .vison_in .vison {
        width: 37.4%; }
        @media screen and (max-width: 820px) {
          .sec03 .vison_area .vison_in .vison {
            width: 100%;
            max-width: 535px;
            margin: 0 auto; } }
        @media screen and (max-width: 480px) {
          .sec03 .vison_area .vison_in .vison {
            width: 80%; } }
      .sec03 .vison_area .vison_in .vison_txt {
        width: 54.03%;
        font-size: clamp(12px, 1vw, 16px);
        color: #F3EFE9;
        line-height: 2.2; }
        @media screen and (max-width: 820px) {
          .sec03 .vison_area .vison_in .vison_txt {
            width: 100%;
            font-size: 16px; } }

.topics_wrap {
  z-index: 2;
  background: #E7DFD3; }

.paramove_wrap {
  transform: translateX(-15%); }
  .paramove_wrap.no_pad {
    padding: 0; }

.para_txt {
  line-height: 1;
  position: relative;
  will-change: transform; }
  .para_txt.mix_blend {
    mix-blend-mode: exclusion; }
  .para_txt img {
    max-width: none; }

.foot_area .foot_bg {
  opacity: 1;
  clip-path: inset(0 0 0 0); }

.page_close_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 0;
  transition: 0.3s transform ease-in-out 0s;
  transform-origin: right bottom;
  cursor: pointer;
  z-index: 333;
  background: #E7DFD3; }
  @media screen and (max-width: 480px) {
    .page_close_btn {
      width: 80px; } }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFF; }

.type_list_wrap .version_txt {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 30px);
  color: #900;
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .type_list_wrap .version_txt .big {
    margin: 0 20px;
    padding: 5px;
    font-size: 150%;
    background: #900;
    color: #FFF;
    line-height: 0.95; }
.type_list_wrap .old_version_txt {
  text-align: center;
  margin-bottom: 30px; }
  .type_list_wrap .old_version_txt a {
    display: inline-block;
    font-size: clamp(14px, 2.344vw, 18px);
    color: #900;
    text-decoration: underline; }
    body:not(.mobile) .type_list_wrap .old_version_txt a:hover {
      text-decoration: none; }

.type_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 1.33% 0; }
  @media screen and (max-width: 480px) {
    .type_list {
      flex-wrap: wrap;
      gap: 10px 0; } }
  .type_list li {
    width: 24%;
    border: 1px solid #900;
    display: flex; }
    @media screen and (max-width: 768px) {
      .type_list li {
        width: 48%; } }
    .type_list li a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      line-height: 1.2;
      padding: 10px 5px;
      font-size: 18px;
      color: #900;
      text-align: center;
      transition: 0.3s all ease-in-out 0s; }
      @media screen and (max-width: 1200px) {
        .type_list li a {
          font-size: 1.4vw; } }
      @media screen and (max-width: 768px) {
        .type_list li a {
          font-size: 1.6vw; } }
      @media screen and (max-width: 480px) {
        .type_list li a {
          font-size: 3vw; } }
      .type_list li a.cr, body:not(.mobile) .type_list li a:hover {
        color: #FFF;
        background: #900; }
      .type_list li a .sub {
        display: block;
        font-size: 80%; }

.slide_thumb {
  margin-top: 30px;
  overflow: hidden; }
  .slide_thumb .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 26px 0; }
    .slide_thumb .swiper-wrapper .swiper-slide {
      width: 23.34% !important;
      cursor: pointer;
      transition: 0.3s opacity ease-in-out 0s; }
      .slide_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 0.5; }
    .slide_thumb .swiper-wrapper.full {
      gap: 0;
      flex-wrap: nowrap; }

.swiper-button-next, .swiper-button-prev {
  width: 80px; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important; }

.main_slider .swiper-slide {
  padding: 0 3vw; }
  @media screen and (max-width: 1500px) {
    .main_slider .swiper-slide {
      padding: 0 1.5vw; } }
  @media screen and (max-width: 1280px) {
    .main_slider .swiper-slide {
      padding: 0 1vw; } }
  @media screen and (max-width: 960px) {
    .main_slider .swiper-slide {
      padding: 0; } }
  .main_slider .swiper-slide.swiper-slide-active .slide_image p {
    opacity: 1; }
  .main_slider .swiper-slide .slide_image {
    position: relative;
    background: #000; }
    .main_slider .swiper-slide .slide_image p {
      transition: 0.5s opacity ease-in-out 0s;
      opacity: 0.4; }
      .main_slider .swiper-slide .slide_image p:after {
        content: "";
        display: block;
        padding-bottom: 58.768%; }
        @media screen and (max-width: 480px) {
          .main_slider .swiper-slide .slide_image p:after {
            padding-bottom: 108.834%; } }
      .main_slider .swiper-slide .slide_image p:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }

.sec02 .sec02_swiper .swiper {
  position: relative;
  padding-bottom: clamp(50px, 5.625vw, 90px); }
  .sec02 .sec02_swiper .swiper .swiper-slide {
    cursor: pointer;
    width: fit-content !important; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_swiper .swiper .swiper-slide {
        width: 80vw !important; } }
.sec02 .sec02_swiper .item {
  display: block; }
  .sec02 .sec02_swiper .item .text_wrap {
    text-align: center;
    margin-top: clamp(30px, 3.438vw, 55px); }
    .sec02 .sec02_swiper .item .text_wrap .ja {
      font-size: clamp(14px, 1.25vw, 20px); }
    .sec02 .sec02_swiper .item .text_wrap .en {
      font-size: clamp(12px, 1.063vw, 17px); }
.sec02 .sec02_swiper .slide_prev, .sec02 .sec02_swiper .slide_next {
  width: 62px;
  top: auto;
  display: block;
  bottom: 0;
  height: fit-content;
  /*
  img {
  	width: 80px;
  }
  */ }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_swiper .slide_prev, .sec02 .sec02_swiper .slide_next {
      width: 40px; } }

/*	モーダルmp4	*/
.movie_wrap {
  position: relative; }
  .movie_wrap:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    pointer-events: none; }
  .movie_wrap video, .movie_wrap iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

/*	モーダル	*/
.modal_cont {
  display: none; }

.iziModal {
  background: none !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
  /*height: 100% !important;*/ }

.iziModal-wrap {
  height: fit-content !important; }

.modal_box {
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  text-align: center;
  width: calc(100% - 40px); }
  @media screen and (max-width: 768px) {
    .modal_box {
      padding: 30px 20px; } }
  .modal_box .m_box {
    position: relative;
    width: fit-content;
    margin-inline: auto; }
    @media screen and (max-width: 768px) {
      .modal_box .m_box {
        flex-wrap: wrap;
        padding: 20px 17px; } }
    .modal_box .m_box p {
      font-size: 15px;
      line-height: 2.2;
      color: #060; }
      @media screen and (max-width: 960px) {
        .modal_box .m_box p {
          font-size: 13px; } }
      @media screen and (max-width: 768px) {
        .modal_box .m_box p {
          font-size: 15px; } }
      @media screen and (max-width: 480px) {
        .modal_box .m_box p {
          font-size: 13px; } }
  .modal_box .controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .modal_box .controls {
        position: relative;
        max-width: 120px;
        margin: 20px auto 0;
        display: flex;
        justify-content: space-between; } }
    .modal_box .controls li {
      position: absolute;
      top: 50%;
      margin-top: -35px;
      cursor: pointer;
      width: 50px;
      height: 50px;
      border: 1px solid #FFF;
      border-radius: 100px; }
      @media screen and (max-width: 768px) {
        .modal_box .controls li {
          position: static;
          margin-top: 0; } }
      .modal_box .controls li span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        border: 8px solid transparent; }
      .modal_box .controls li.prev {
        left: 10px; }
        .modal_box .controls li.prev span {
          margin-left: 8px;
          border-right: 14px solid #FFF; }
      .modal_box .controls li.next {
        right: 10px; }
        .modal_box .controls li.next span {
          margin-right: 8px;
          border-left: 14px solid #FFF; }

/* sec02 */
.sp_modal_close {
  position: fixed;
  right: 0;
  bottom: 0;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 999999999; }
  @media screen and (max-width: 480px) {
    .sp_modal_close {
      width: 80px; } }
  body.sp_modal_open .sp_modal_close {
    opacity: 1;
    pointer-events: all; }
  .sp_modal_close span {
    font-size: 40px;
    color: #FFF;
    display: block;
    line-height: 1;
    transform-origin: center;
    transition: 0.3s all ease-in-out 0s; }
    .sp_modal_close span:hover {
      opacity: .6; }

.sp_img_modal {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s ease-in-out 0s; }
  body.sp_modal_open .sp_img_modal {
    opacity: 1;
    pointer-events: all; }
  .sp_img_modal .sp_modal_close {
    display: block;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    cursor: pointer;
    width: 50px;
    aspect-ratio: 1;
    background: #FFF; }
    .sp_img_modal .sp_modal_close:before, .sp_img_modal .sp_modal_close:after {
      content: "";
      position: absolute;
      display: block;
      background: #000;
      left: 50%;
      top: 50%;
      width: 24px;
      height: 2px;
      transform: translate(-50%, -50%); }
    .sp_img_modal .sp_modal_close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .sp_img_modal .sp_modal_close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .sp_img_modal .image_wrap {
    position: relative;
    overflow-x: auto;
    display: none; }
    .sp_img_modal .image_wrap.active {
      display: block; }
    .sp_img_modal .image_wrap figure {
      position: relative;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      background-color: #fff;
      text-align: center;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .sp_img_modal .image_wrap figure img.sp_modal_img {
        max-width: none; }
      .sp_img_modal .image_wrap figure .finger {
        display: none; }
        @media screen and (max-width: 480px) {
          .sp_img_modal .image_wrap figure .finger {
            display: block;
            position: absolute;
            width: 90px;
            height: 85px;
            top: 50%;
            left: 50%;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: translate(-50%, -50%);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            animation: horizontal 1s ease-in-out infinite alternate; } }
    .sp_img_modal .image_wrap.scrolled figure .finger {
      pointer-events: none;
      opacity: 0;
      transition: all 0.5s ease-in-out 0s; }

/*# sourceMappingURL=life_design_day.css.map */
