@charset "UTF-8";
@import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese’);

@media (min-width: 768px) {
  .main-area .main-inner{
    width: 100%;
    max-width: 100%;
  }

  .sp {
    display: none!important;
  }

}

/*共通*/
.main-area .main-inner{
  overflow-x: hidden;
}

 img {
  height: auto;
  opacity: 1;
  width: 100%;
}
 picture,
 a {
  display: block;
}
a {
  transition: 0.6s;
}


#newera_230607{
  font-family:"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: auto;
  text-align: center;
}

.heading{
  width: 50rem;
  margin: auto;
  margin-bottom: 10.4rem;
}

 .heading_img {
  width: 100%;
  margin: auto;
  margin-bottom: 3.2rem;
}

.heading_ttl{
  margin-bottom: 3.1rem;
  font-size: 2.6rem;
  line-height: 1.7115;
  letter-spacing: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
}

.heading_txt{
  font-size: 1.4rem;
  line-height: 2.1428;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}

.heading_txt._01 {
  margin-bottom: 2.4rem;
}

.heading_txt._02 {
  margin-bottom: 5.2rem;
}

.content_txt{
  font-size: 1.4rem;
  line-height: 2.1428;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}

.content_main_img{
  margin: auto;
}

.content_price{
  font-size: 1.4rem;
  line-height: 1.8571;
  letter-spacing: 0.05em;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
}

.content_price a{
  display: inline;
}

.content_list{
  width: 74rem;
  margin: auto;
  display: flex;
  gap: 2rem;
}

/*1段目*/

.sec01{
  margin-bottom: 14rem;
}

.sec01 .content_list {
  margin-bottom: 5.2rem;
}

.sec01 .content_txt._01{
  margin-bottom: 2.5rem;
}

/*2段目*/
.sec02{
  margin-bottom: 14.6rem;
}

.sec02 .content_main_img{
  width: 52rem;
  margin-bottom: 8.2rem;
}

.sec02 .content_list{
  margin-bottom: 3.3rem;
}

/*3段目*/
.sec03{
  margin-bottom: 11.5rem;
}

.sec03 .slider_list{
  position: relative;
  margin-inline: auto;
  margin-bottom: 7.8rem;
  width: 38rem;
}

.sec03 .content_main_img{
  width: 52rem;
  margin-bottom: 3.4rem;
}


.r_mark{
  font-family: system-ui;
  font-size: 1.5rem;
  line-height: 0;
  letter-spacing: 0.1em;
}


/*フッター部分*/

.footer_border{
  margin: auto;
  margin-top: 9.8rem;
  border-bottom: 1px solid #000;
}

 .staff {
  margin: auto;
  margin-top: 1.7rem;
  padding-left: 0;
  width: 112rem;
}
 .staff .staff__ttl {
  margin-bottom: 0rem;
}
 .staff .sc01 {
  margin-top: 0.5rem;
  margin-bottom: 2.7rem;
}

.staff__ttl {
  font-size: 1.5rem;
  font-weight: 200;
}
 .staff__credit {
  font-size: 1.37rem;
  line-height: 1.68;
  letter-spacing: 0.063em;
  font-weight: 200
}

 .credit li {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.87;
  letter-spacing: 0.04em;
  text-align: center;
}

 .credit a:hover,
.picwrap a:hover {
  opacity: 0.65;
}
 .credit a,
.picwrap a {
  transition: opacity 0.65s;
}

.all_item_btn{
  width: 46rem;
  margin: auto;
}

.fade {
  transition-property: opacity, transform;
  transition-duration: 1.8s;
  animation-delay: 1s;
  opacity: 0;
}

/* .content_ttl.fade {
  transform: translateY(10px);
}

.content_main_img.fade {
  transform: translateY(30px);
} */

.fade.fade_on {
  opacity: 1!important;
  transform: translateY(0);
}

.fadeup{
  transform: translateY(50px);
  visibility: hidden;
}

.fade_in{
  transition-duration:1s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* .content_ttl.fade_in,
.content_main_img.fade_in {
  transform: translateY(0);
} */

.fade_on{
  transition-duration:1s;
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.slider2 > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }

/*========= 流れるテキスト ===============*/

/*全共通*/
.slide-in{
  display: block;
}

.slide-in_inner {
  display: block;
  overflow: hidden;
}

/* 上下のアニメーション*/
.upAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY-100;
    animation-duration:0.75s;
    animation-fill-mode:forwards;
    opacity: 0;
    font-weight: bold;
}

@media (max-width: 767px) {
  #newera_230607{
    width: 100%;
  }

  .main-area .main-inner{
    padding: 0!important;
    overflow-x: hidden;
  }

   .heading .swiper-container-fade .swiper-slide{
    width: 100%!important;
  }

  .heading{
    width: 100%;
    margin: auto;
    margin-bottom: calc(112 * (100vw/750));
  }

   .heading_img {
    width: calc(600 * (100vw/750));
    margin: auto;
    margin-bottom: calc(42 * (100vw/750));
  }

  .heading_ttl{
    margin-top: calc(20 * (100vw/750));
    margin-bottom: calc(52 * (100vw/750));
    font-size: calc(38 * (100vw/750));
    line-height: 1.1736;
    letter-spacing: 0;
    font-family: acumin-pro, sans-serif;
    font-weight: bold;
  }

  .heading_txt{
    font-size: calc(22 * (100vw/750));
    line-height: 2;
  }

  .heading_txt._01 {
    margin-bottom: calc(38 * (100vw/750));
  }

  .heading_txt._02 {
    margin-bottom: calc(66 * (100vw/750));
  }

  .content_txt{
    font-size: calc(22 * (100vw/750));
    line-height: 2;
  }

  .content_price{
    font-size: calc(22 * (100vw/750));
    line-height: 1.818181;
  }

  .content_price a{
    display: inline;
  }

  .content_list{
    width: 100%;
    margin: auto;
    display: flex;
    gap: calc(20 * (100vw/750));
  }

  /*1段目*/

  .sec01{
    margin-bottom: calc(186 * (100vw/750));
  }

  .sec01 .content_list {
    margin-bottom: calc(70 * (100vw/750));
  }

  .sec01 .content_txt._01{
    margin-bottom: calc(38 * (100vw/750));
  }

  /*2段目*/
  .sec02{
    margin-bottom: calc(190 * (100vw/750));
  }

  .sec02 .content_main_img{
    width: 100%;
    margin-bottom: calc(80 * (100vw/750));
  }

  .sec02 .content_list{
    margin-bottom: calc(40 * (100vw/750));
  }

  .sec02 .content_list.sp{
    display: block;
    width: calc(620 * (100vw/750));
  }

  /*3段目*/
  .sec03{
    margin-bottom: calc(140 * (100vw/750));
  }

  .sec03 .slider_list{
    position: relative;
    margin-inline: auto;
    margin-bottom: calc(80 * (100vw/750));
    width: 100%;
  }

  .sec03 .content_main_img{
    width: calc(620 * (100vw/750));
    margin-bottom: calc(40 * (100vw/750));
  }


  .r_mark{
    font-size: inherit;
  }

  .all_item_btn{
    width: calc(464* (100vw / 750));
    margin: auto;
  }

   .staff__ttl {
    font-weight: 200;
    font-size: calc(22 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.034em;
  }
   .staff__credit {
    font-weight: 200;
    font-size: calc(22 * (100vw/750));
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
   .content_slider_area {
    width: 100%;
  }

  .footer_border{
    width: 100%;
    margin: auto;
    margin-top: calc(130 * (100vw/750));
    border-bottom: calc(2 * (100vw/750)) solid #000;
  }

   .staff {
    margin: calc(38 * (100vw/750)) calc(70 * (100vw/750)) calc(40 * (100vw/750));
    padding-left: 0;
    width: calc(645 * (100vw/750));
  }
   .staff .sc01 {
    margin-bottom: calc(42 * (100vw/750));
  }
   .staff .staff__ttl {
    margin-bottom: calc(12 * (100vw/750));
  }
   .btn__all-item {
    display: block;
    width: calc(318.3 * (100vw/750));
    max-width: 318.3px;
    height: calc(51 * (100vw/750));
    margin: calc(82 * (100vw/750)) auto 0;
  }

  #Contents .main-area.lp {
    margin-top: 0 !important;
  }


  .pc {
    display: none!important;
  }

}


/*--------------------------------
   Media Queries (768px ~ 1399px)
 --------------------------------*/
/*
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-area .main-inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  html {
    font-size: 0.8333333333vw;
  }
}
*/
/*--------------------------------
                共 通
 --------------------------------*/
 /*
* >  {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-area .main-inner {
  margin: auto !important;
  width: 100%;
  max-width: 100vw;
}
*/

/*
@media (max-width: 767px) {
  .main-area .main-inner {
    padding: 0 !important;
  }
}

/*
@media (max-width: 767px) {
  #Contents .main-area.lp {
    margin-top: calc(162 * (100vw/750));
  }
  #Contents .main-area.lp .main-inner {
    padding: 0 !important;
  }

  .footer {
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
