@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@300;400;500&family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
#loader {
  width: 100%;
  height: 100vh;
  background-color: #e65a23;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-direction: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: none; }
  #loader .loadtext {
    display: none; }
  #loader .bar {
    width: 100%;
    background-color: #bdbfbb; }
    #loader .bar span {
      width: 0;
      height: 10px;
      background-color: #494d42;
      display: block; }

article {
  width: 50%;
  margin: 0 0 0 -25%;
  position: fixed;
  bottom: -50px;
  left: 50%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  article::after {
    content: '';
    width: 2px;
    height: 115px;
    background-color: #FFF; }
  article span {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }

section {
  scroll-snap-align: start;
  /* common-- */
  /* //common */
  /* sec2 */
  /* sec3 */
  /* sec4 */
  /* sec5 */ }
  section .btn {
    width: 100%;
    height: 50px;
    position: relative; }
    section .btn a {
      width: 100%;
      height: 100%;
      background-color: #FFF;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      /*
      &::before{ @include dynamic($col4, 0); }
      &:hover{
      	span{ color: $col2; }
      	&::before{ @include dynamichover(); }
      }
      */ }
      section .btn a span {
        color: #000;
        font-family: "Roboto", sans-serif;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.1em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        z-index: 1;
        transition: all 0.25s ease-in 0s; }
      section .btn a:hover span {
        opacity: 0.6; }
  section .pager {
    text-align: left;
    line-height: 1;
    width: auto;
    position: absolute;
    left: 0px;
    bottom: 25px !important;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    section .pager span.swiper-pagination-bullet {
      width: 120px;
      height: 3px;
      background-color: #000;
      margin: 0px !important;
      border-radius: 0px;
      opacity: 1; }
      section .pager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FFF; }
      section .pager span.swiper-pagination-bullet:not(:first-child) {
        margin: 0 0 0 5px !important; }
  section .detail {
    width: 100%;
    background-color: #494d42;
    padding: 80px 7.5%;
    position: relative; }
    section .detail h4 {
      width: 140px;
      height: 30px;
      background-image: url(../images/text_detail.svg);
      text-align: left;
      text-indent: 999%;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin: 0 auto 80px auto; }
    section .detail .swiper-container {
      width: 100%;
      max-width: calc(600px + 50vw); }
      section .detail .swiper-container .swiper-wrapper {
        height: auto; }
        section .detail .swiper-container .swiper-wrapper .swiper-slide {
          height: auto; }
          section .detail .swiper-container .swiper-wrapper .swiper-slide dl dt {
            margin-bottom: 40px; }
          section .detail .swiper-container .swiper-wrapper .swiper-slide dl dd {
            color: #FFF;
            font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 2.8rem;
            letter-spacing: 0em;
            text-align: left; }
          section .detail .swiper-container .swiper-wrapper .swiper-slide.combo {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-start; }
            section .detail .swiper-container .swiper-wrapper .swiper-slide.combo dl {
              width: calc(50% - 40px); }
    section .detail .arrow {
      width: 26px;
      height: 50px;
      background-image: url(../images/arrow_lr.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin: -25px 0 0 0;
      position: absolute;
      top: 50%;
      z-index: 111;
      transition: all 0.25s ease-in 0s;
      cursor: pointer; }
      section .detail .arrow.prev {
        left: 40px; }
      section .detail .arrow.next {
        right: 40px;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg); }
      section .detail .arrow.swiper-button-disabled {
        display: none; }
      section .detail .arrow:hover {
        opacity: 0.7; }
  section .gallery {
    padding: 5px 0; }
    section .gallery .line {
      width: 100%; }
      section .gallery .line:not(:last-child) {
        margin-bottom: 5px; }
      section .gallery .line.l1 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch; }
        section .gallery .line.l1 .left {
          width: calc(50% - 5px); }
          section .gallery .line.l1 .left div {
            width: 100%; }
            section .gallery .line.l1 .left div:first-child {
              margin-bottom: 5px; }
        section .gallery .line.l1 .right {
          width: 50%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
          section .gallery .line.l1 .right img {
            display: none; }
      section .gallery .line img.spimg {
        display: none; }
  section.sec1 {
    width: 100%; }
    section.sec1 .inner {
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      section.sec1 .inner h1 {
        width: 130px;
        margin: 0 0 0 -65px;
        position: absolute;
        top: 10%;
        left: 50%;
        z-index: 10; }
        section.sec1 .inner h1 a {
          background-image: url(../../common/images/logo.svg);
          text-align: left;
          text-indent: 999%;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          height: 60px; }
      section.sec1 .inner .mainvisual {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1; }
        section.sec1 .inner .mainvisual .swiper-wrapper {
          width: 100%;
          height: 100%; }
          section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
            section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide.mv1 {
              background-image: url(../../home/images/main1.jpg); }
            section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide.mv2 {
              background-image: url(../../home/images/main2.jpg); }
            section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide.mv3 {
              background-image: url(../../home/images/main3.jpg); }
  section.sec2 {
    width: 100%;
    height: auto;
    margin: 0 auto 150px auto;
    background-color: #FFF; }
    section.sec2 .inner {
      width: 100%;
      max-width: 1260px;
      padding: 200px 20px 120px 20px;
      margin: 0 auto;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      section.sec2 .inner h3 {
        text-align: left;
        text-indent: 999%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0; }
        section.sec2 .inner h3.lander {
          width: 296px;
          height: 50px;
          background-image: url(../images/text_lander.svg); }
        section.sec2 .inner h3.eva {
          width: 405px;
          height: 140px;
          background-image: url(../images/text_eva.svg); }
        section.sec2 .inner h3.fieludens {
          width: 399px;
          height: 52px;
          background-image: url(../images/text_fieludens.svg); }
      section.sec2 .inner .text {
        text-align: left;
        width: 620px;
        margin-top: -1.1rem; }
        section.sec2 .inner .text h4 {
          color: #000;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 3.6rem;
          font-weight: 600;
          line-height: 4.8rem;
          letter-spacing: 0.04em;
          margin-bottom: 60px; }
        section.sec2 .inner .text p {
          color: #000;
          font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
          font-size: 2rem;
          font-weight: 400;
          line-height: 3.4rem;
          letter-spacing: 0em;
          text-align: justify;
          font-feature-settings: "palt"; }
    section.sec2 ul {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      section.sec2 ul li {
        width: 265px; }
        section.sec2 ul li a {
          width: 100%;
          height: 265px;
          padding: 0 0 10px 0;
          border-radius: 140px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-end;
          align-items: center;
          box-sizing: border-box;
          position: relative;
          transition: all 0.25s ease-in 0s; }
          section.sec2 ul li a span {
            width: 100%;
            height: 18px;
            margin-bottom: 20px;
            text-align: left;
            text-indent: 999%;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: contain; }
          section.sec2 ul li a::after {
            content: '';
            width: 21px;
            height: 12px;
            background-image: url(../images/arrow_down.svg);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: contain; }
          section.sec2 ul li a:hover {
            background-color: #FFF;
            opacity: 0.6; }
      section.sec2 ul.type1 {
        width: 640px; }
        section.sec2 ul.type1 li:nth-child(1) a {
          background-image: url(../images/illust_lander6.png); }
          section.sec2 ul.type1 li:nth-child(1) a span {
            background-image: url(../images/text_lander6.svg); }
        section.sec2 ul.type1 li:nth-child(2) a {
          background-image: url(../images/illust_lander4.png); }
          section.sec2 ul.type1 li:nth-child(2) a span {
            background-image: url(../images/text_lander4.svg); }
      section.sec2 ul.type2 {
        width: 905px;
        margin-bottom: 160px; }
        section.sec2 ul.type2 li:nth-child(1) a {
          background-image: url(../images/illust_eva6.png); }
          section.sec2 ul.type2 li:nth-child(1) a span {
            background-image: url(../images/text_eva6.svg); }
        section.sec2 ul.type2 li:nth-child(2) a {
          background-image: url(../images/illust_eva4.png); }
          section.sec2 ul.type2 li:nth-child(2) a span {
            background-image: url(../images/text_eva4.svg); }
        section.sec2 ul.type2 li:nth-child(3) a {
          background-image: url(../images/illust_eva2.png); }
          section.sec2 ul.type2 li:nth-child(3) a span {
            background-image: url(../images/text_eva2.svg); }
      section.sec2 ul.type3 {
        width: 1200px;
        margin-bottom: 160px; }
        section.sec2 ul.type3 li a {
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 110px;
          height: 190px; }
        section.sec2 ul.type3 li:nth-child(1) {
          width: 127px; }
          section.sec2 ul.type3 li:nth-child(1) a {
            background-image: url(../images/illust_fieludens1.png); }
            section.sec2 ul.type3 li:nth-child(1) a span {
              background-image: url(../images/text_fieludens_dc_anchor.svg); }
        section.sec2 ul.type3 li:nth-child(2) {
          width: 181px; }
          section.sec2 ul.type3 li:nth-child(2) a {
            background-image: url(../images/illust_fieludens2.png); }
            section.sec2 ul.type3 li:nth-child(2) a span {
              background-image: url(../images/text_fieludens_cc_anchor.svg); }
        section.sec2 ul.type3 li:nth-child(3) {
          width: 223px; }
          section.sec2 ul.type3 li:nth-child(3) a {
            background-image: url(../images/illust_fieludens3.png); }
            section.sec2 ul.type3 li:nth-child(3) a span {
              background-image: url(../images/text_fieludens_gc_anchor.svg); }
        section.sec2 ul.type3 li:nth-child(4) {
          width: 140px; }
          section.sec2 ul.type3 li:nth-child(4) a {
            background-image: url(../images/illust_fieludens4.png); }
            section.sec2 ul.type3 li:nth-child(4) a span {
              background-image: url(../images/text_fieludens_c36_anchor.svg); }
        section.sec2 ul.type3 li:nth-child(5) {
          width: 152px; }
          section.sec2 ul.type3 li:nth-child(5) a {
            background-image: url(../images/illust_fieludens5.png); }
            section.sec2 ul.type3 li:nth-child(5) a span {
              background-image: url(../images/text_fieludens_tt_anchor.svg); }
    section.sec2 .gallery {
      width: 100%; }
      section.sec2 .gallery .line {
        width: 100%; }
        section.sec2 .gallery .line:not(:last-child) {
          margin-bottom: 5px; }
        section.sec2 .gallery .line.combo {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: stretch; }
          section.sec2 .gallery .line.combo div {
            width: 47.25%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
            section.sec2 .gallery .line.combo div.eva-g2 {
              background-image: url(../images/photo_eva_g2.jpg); }
            section.sec2 .gallery .line.combo div img {
              display: none; }
          section.sec2 .gallery .line.combo ul {
            width: calc(52.75% - 5px);
            margin: 0 0 0 5px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start; }
            section.sec2 .gallery .line.combo ul li {
              width: 100%; }
              section.sec2 .gallery .line.combo ul li:not(:last-child) {
                margin-bottom: 5px; }
  section.sec3 {
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 auto 150px auto;
    position: relative; }
    section.sec3 h3 {
      text-align: left;
      text-indent: 999%;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin: 0 auto 50px auto; }
    section.sec3 .inner {
      width: 100%;
      min-height: calc(50vw * 1.4);
      background-color: #bdbfbb;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      section.sec3 .inner .photo {
        width: 50%;
        padding: 0 100px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center; }
        section.sec3 .inner .photo img {
          width: 550px; }
      section.sec3 .inner .photoset {
        width: 50%;
        position: relative; }
      section.sec3 .inner .data {
        text-align: left;
        width: 50%;
        padding: 80px 0 80px 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
        section.sec3 .inner .data .indata {
          width: 500px; }
          section.sec3 .inner .data .indata h4 {
            color: #000;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 3.2rem;
            font-weight: 600;
            line-height: 4.8rem;
            letter-spacing: 0.1em;
            margin-bottom: 60px; }
          section.sec3 .inner .data .indata p {
            color: #000;
            font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 2.8rem;
            letter-spacing: 0em;
            text-align: justify;
            font-feature-settings: "palt"; }
            section.sec3 .inner .data .indata p:not(:last-child) {
              margin-bottom: 60px; }
          section.sec3 .inner .data .indata .pp {
            text-align: center;
            display: none; }
            section.sec3 .inner .data .indata .pp img {
              max-width: 330px; }
            section.sec3 .inner .data .indata .pp:not(:last-child) {
              margin-bottom: 60px; }
          section.sec3 .inner .data .indata dl {
            width: 100%; }
            section.sec3 .inner .data .indata dl:not(:last-child) {
              margin-bottom: 40px; }
            section.sec3 .inner .data .indata dl dt {
              color: #000;
              font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
              font-size: 1.4rem;
              font-weight: 400;
              line-height: 2.2rem;
              letter-spacing: 0em;
              font-feature-settings: "palt"; }
              section.sec3 .inner .data .indata dl dt:not(:last-child) {
                margin-bottom: 5px; }
            section.sec3 .inner .data .indata dl dd {
              color: #000;
              font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
              font-size: 1.4rem;
              font-weight: 400;
              line-height: 2.2rem;
              letter-spacing: 0em;
              font-feature-settings: "palt"; }
              section.sec3 .inner .data .indata dl dd:not(:last-child) {
                margin-bottom: 5px; }
      section.sec3 .inner.simple {
        min-width: 1200px;
        min-height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        section.sec3 .inner.simple .photoset .swiper-wrapper {
          height: auto; }
          section.sec3 .inner.simple .photoset .swiper-wrapper .swiper-slide {
            height: auto; }
        section.sec3 .inner.simple .data {
          padding: 40px 7.5%; }
          section.sec3 .inner.simple .data .indata .btn a {
            background-color: #000; }
            section.sec3 .inner.simple .data .indata .btn a span {
              color: #FFF; }
    section.sec3#lander6 h3 {
      background-image: url(../images/text_lander6.svg);
      width: 283px;
      height: 41px; }
    section.sec3#lander6 .gallery .line.l1 .right {
      background-image: url(../images/photo_lander6_g3.jpg); }
    section.sec3#lander4 {
      margin: 0 auto; }
      section.sec3#lander4 h3 {
        width: 291px;
        height: 41px;
        background-image: url(../images/text_lander4.svg); }
      section.sec3#lander4 .gallery .line.l1 .right {
        background-image: url(../images/photo_lander4_g3.jpg); }
    section.sec3#eva6 h3 {
      background-image: url(../images/text_eva6.svg);
      width: 302px;
      height: 41px; }
    section.sec3#eva6 .gallery .line.l1 .right {
      background-image: url(../images/photo_eva6_g3.jpg); }
    section.sec3#eva4 h3 {
      width: 376px;
      height: 42px;
      background-image: url(../images/text_eva4.svg); }
    section.sec3#eva4 .gallery .line.l1 .right {
      background-image: url(../images/photo_eva4_g3.jpg); }
    section.sec3#eva2 {
      margin: 0 auto; }
      section.sec3#eva2 h3 {
        width: 365px;
        height: 41px;
        background-image: url(../images/text_eva2.svg); }
      section.sec3#eva2 .gallery .line.l1 .right {
        background-image: url(../images/photo_eva2_g3.jpg); }
    section.sec3#fieludens-dc {
      margin: 0 auto 120px auto; }
      section.sec3#fieludens-dc h3 {
        background-image: url(../images/text_fieludens_dc.svg);
        width: 596px;
        height: 38px; }
    section.sec3#fieludens-cc {
      margin: 0 auto 120px auto; }
      section.sec3#fieludens-cc h3 {
        background-image: url(../images/text_fieludens_cc.svg);
        width: 710px;
        height: 38px; }
    section.sec3#fieludens-gc {
      margin: 0 auto 120px auto; }
      section.sec3#fieludens-gc h3 {
        background-image: url(../images/text_fieludens_gc.svg);
        width: 800px;
        height: 38px; }
    section.sec3#fieludens-c36 {
      margin: 0 auto 120px auto; }
      section.sec3#fieludens-c36 h3 {
        background-image: url(../images/text_fieludens_c36.svg);
        width: 617px;
        height: 38px; }
    section.sec3#fieludens-tt {
      margin: 0 auto; }
      section.sec3#fieludens-tt h3 {
        background-image: url(../images/text_fieludens_tt.svg);
        width: 644px;
        height: 38px; }
  section.sec4 .gallery {
    padding: 0px; }
    section.sec4 .gallery .line {
      width: 100%; }
      section.sec4 .gallery .line:first-child {
        padding: 80px; }
  section.sec5 .gallery .line {
    width: 100%; }
    section.sec5 .gallery .line.l2 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      section.sec5 .gallery .line.l2 .left {
        width: calc(50% - 2px); }
      section.sec5 .gallery .line.l2 .right {
        width: calc(50% - 2px); }
        section.sec5 .gallery .line.l2 .right img {
          display: block; }

footer {
  scroll-snap-align: start; }

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  #loader {
    width: 100%;
    height: 100vh;
    background-color: #e65a23;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: flex;
    flex-direction: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: none; }
    #loader .loadtext {
      display: none; }
    #loader .bar {
      width: 100%;
      background-color: #bdbfbb; }
      #loader .bar span {
        width: 0;
        height: 10px;
        background-color: #494d42;
        display: block; }

  article {
    width: 50%;
    margin: 0 0 0 -25%;
    position: fixed;
    bottom: -25px;
    left: 50%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    article::after {
      content: '';
      width: 2px;
      height: 75px;
      background-color: #FFF; }
    article span {
      color: #FFF;
      font-family: "Roboto", sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.1em;
      margin-bottom: 10px; }

  section {
    /* common-- */
    /* //common */
    /* sec2 */
    /* sec3 */
    /* sec4 */
    /* sec5 */ }
    section .btn {
      width: 100%;
      height: 35px; }
      section .btn a span {
        color: #000;
        font-family: "Roboto", sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.1em; }
    section .pager {
      text-align: left;
      line-height: 1;
      width: auto;
      position: absolute;
      left: 0px;
      bottom: 15px !important;
      z-index: 100;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      section .pager span.swiper-pagination-bullet {
        width: 95px;
        height: 3px;
        background-color: #000;
        margin: 0px !important;
        border-radius: 0px;
        opacity: 1; }
        section .pager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #FFF; }
        section .pager span.swiper-pagination-bullet:not(:first-child) {
          margin: 0 0 0 5px !important; }
    section .detail {
      padding: 40px;
      position: relative; }
      section .detail h4 {
        width: 93px;
        height: 20px;
        margin: 0 auto 40px auto; }
      section .detail .swiper-container {
        max-width: 100%; }
        section .detail .swiper-container .swiper-wrapper .swiper-slide {
          width: 100%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start; }
          section .detail .swiper-container .swiper-wrapper .swiper-slide dl {
            width: 100%; }
            section .detail .swiper-container .swiper-wrapper .swiper-slide dl:first-child {
              margin-bottom: 0px; }
            section .detail .swiper-container .swiper-wrapper .swiper-slide dl dt {
              margin-bottom: 20px; }
            section .detail .swiper-container .swiper-wrapper .swiper-slide dl dd {
              color: #FFF;
              font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
              font-size: 1.4rem;
              font-weight: 400;
              line-height: 2.8rem;
              letter-spacing: 0em; }
      section .detail .arrow {
        width: 11px;
        height: 21px;
        margin: -10px 0 0 0; }
        section .detail .arrow.prev {
          left: 10px; }
        section .detail .arrow.next {
          right: 10px; }
    section .gallery {
      padding: 0px; }
      section .gallery .line {
        width: 100%; }
        section .gallery .line:not(:last-child) {
          margin-bottom: 5px; }
        section .gallery .line.l1 {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start; }
          section .gallery .line.l1 .left {
            width: 100%;
            margin-bottom: 5px; }
            section .gallery .line.l1 .left div {
              width: 100%; }
              section .gallery .line.l1 .left div:first-child {
                margin-bottom: 5px; }
          section .gallery .line.l1 .right {
            width: 100%;
            background-image: none; }
            section .gallery .line.l1 .right img {
              display: block; }
        section .gallery .line img.pcimg {
          display: none; }
        section .gallery .line img.spimg {
          display: block; }
    section.sec1 {
      width: 100%; }
      section.sec1 .inner {
        width: 100%;
        height: 100vh;
        height: -webkit-fill-available;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        section.sec1 .inner h1 {
          width: 65px;
          margin: 0px;
          top: 35px;
          left: 20px; }
          section.sec1 .inner h1 a {
            height: 30px; }
        section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide.mv1 {
          background-image: url(../../home/images_sp/main1.jpg); }
        section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide.mv2 {
          background-image: url(../../home/images_sp/main2.jpg); }
        section.sec1 .inner .mainvisual .swiper-wrapper .swiper-slide.mv3 {
          background-image: url(../../home/images_sp/main3.jpg); }
    section.sec2 {
      margin: 0 auto 40px auto; }
      section.sec2 .inner {
        max-width: 100%;
        padding: 60px 25px 40px 25px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start; }
        section.sec2 .inner h3 {
          margin: 0 0 50px 0; }
          section.sec2 .inner h3.lander {
            width: 178px;
            height: 30px;
            background-image: url(../images/text_lander.svg); }
          section.sec2 .inner h3.eva {
            width: 237px;
            height: 82px;
            background-image: url(../images/text_eva.svg); }
          section.sec2 .inner h3.fieludens {
            width: 230px;
            height: 30px;
            background-image: url(../images/text_fieludens.svg); }
        section.sec2 .inner .text {
          width: 100%;
          margin-top: 0; }
          section.sec2 .inner .text h4 {
            color: #000;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 4rem;
            letter-spacing: 0.04em;
            margin-bottom: 20px; }
          section.sec2 .inner .text p {
            color: #000;
            font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            line-height: 3rem;
            letter-spacing: 0em;
            text-align: justify;
            font-feature-settings: "palt"; }
      section.sec2 ul {
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        section.sec2 ul li {
          width: 50%;
          padding: 10px;
          box-sizing: border-box; }
          section.sec2 ul li a {
            width: 100%;
            height: calc((100vw - 50px)/2);
            padding: 0px; }
            section.sec2 ul li a span {
              height: 15px;
              margin-bottom: 15px; }
            section.sec2 ul li a::after {
              width: 21px;
              height: 12px; }
            section.sec2 ul li a:hover {
              opacity: 1; }
        section.sec2 ul.type1 {
          width: 100%; }
          section.sec2 ul.type1 li:nth-child(1) a {
            background-image: url(../images/illust_lander6.png); }
            section.sec2 ul.type1 li:nth-child(1) a span {
              background-image: url(../images/text_lander6.svg); }
          section.sec2 ul.type1 li:nth-child(2) a {
            background-image: url(../images/illust_lander4.png); }
            section.sec2 ul.type1 li:nth-child(2) a span {
              background-image: url(../images/text_lander4.svg); }
        section.sec2 ul.type2 {
          width: 100%;
          margin-bottom: 70px; }
          section.sec2 ul.type2 li:nth-child(1) {
            width: 100%; }
            section.sec2 ul.type2 li:nth-child(1) a {
              background-image: url(../images/illust_eva6.png); }
              section.sec2 ul.type2 li:nth-child(1) a span {
                background-image: url(../images/text_eva6.svg); }
          section.sec2 ul.type2 li:nth-child(2) a {
            background-image: url(../images/illust_eva4.png); }
            section.sec2 ul.type2 li:nth-child(2) a span {
              background-image: url(../images/text_eva4.svg); }
          section.sec2 ul.type2 li:nth-child(3) a {
            background-image: url(../images/illust_eva2.png); }
            section.sec2 ul.type2 li:nth-child(3) a span {
              background-image: url(../images/text_eva2.svg); }
        section.sec2 ul.type3 {
          width: 100%;
          margin-bottom: 70px; }
          section.sec2 ul.type3 li a {
            background-repeat: no-repeat;
            background-position: left center;
            background-size: calc(50% - 10px);
            height: calc((100vw - 50px)/4);
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-end;
            align-items: center; }
            section.sec2 ul.type3 li a::after {
              display: none; }
            section.sec2 ul.type3 li a span {
              width: 50%;
              padding: 0 0 32px 0;
              margin: 0px;
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              justify-content: center;
              align-items: center;
              background-size: contain, 21px 12px;
              background-position: center top, center bottom; }
          section.sec2 ul.type3 li:nth-child(1) {
            width: 50%; }
            section.sec2 ul.type3 li:nth-child(1) a {
              background-image: url(../images/illust_fieludens1.png); }
              section.sec2 ul.type3 li:nth-child(1) a span {
                background-image: url(../images_sp/text_fieludens_dc_anchor.svg), url(../images/arrow_down.svg); }
          section.sec2 ul.type3 li:nth-child(2) {
            width: 50%; }
            section.sec2 ul.type3 li:nth-child(2) a {
              background-image: url(../images/illust_fieludens2.png); }
              section.sec2 ul.type3 li:nth-child(2) a span {
                background-image: url(../images_sp/text_fieludens_cc_anchor.svg), url(../images/arrow_down.svg); }
          section.sec2 ul.type3 li:nth-child(3) {
            width: 50%; }
            section.sec2 ul.type3 li:nth-child(3) a {
              background-image: url(../images/illust_fieludens3.png); }
              section.sec2 ul.type3 li:nth-child(3) a span {
                background-image: url(../images_sp/text_fieludens_gc_anchor.svg), url(../images/arrow_down.svg); }
          section.sec2 ul.type3 li:nth-child(4) {
            width: 50%; }
            section.sec2 ul.type3 li:nth-child(4) a {
              background-image: url(../images/illust_fieludens4.png); }
              section.sec2 ul.type3 li:nth-child(4) a span {
                background-image: url(../images_sp/text_fieludens_c36_anchor.svg), url(../images/arrow_down.svg); }
          section.sec2 ul.type3 li:nth-child(5) {
            width: 50%; }
            section.sec2 ul.type3 li:nth-child(5) a {
              background-image: url(../images/illust_fieludens5.png); }
              section.sec2 ul.type3 li:nth-child(5) a span {
                background-image: url(../images_sp/text_fieludens_tt_anchor.svg), url(../images/arrow_down.svg); }
      section.sec2 .gallery {
        width: 100%;
        padding: 0px; }
        section.sec2 .gallery .line {
          width: 100%; }
          section.sec2 .gallery .line:not(:last-child) {
            margin-bottom: 5px; }
          section.sec2 .gallery .line.combo {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start; }
            section.sec2 .gallery .line.combo div {
              width: 100%;
              margin-bottom: 5px;
              background-image: none; }
              section.sec2 .gallery .line.combo div.eva-g2 {
                background-image: none; }
              section.sec2 .gallery .line.combo div img {
                display: block; }
            section.sec2 .gallery .line.combo ul {
              width: 100%;
              padding: 0px;
              margin: 0px;
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              justify-content: flex-start;
              align-items: flex-start; }
              section.sec2 .gallery .line.combo ul li {
                width: 100%;
                padding: 0px; }
                section.sec2 .gallery .line.combo ul li:not(:last-child) {
                  margin-bottom: 5px; }
    section.sec3 {
      width: 100%;
      padding: 40px 0 0 0;
      margin: 0 auto 20px auto; }
      section.sec3 h3 {
        margin: 0 auto 25px auto; }
      section.sec3 .inner {
        min-height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start; }
        section.sec3 .inner .photo {
          width: 100%;
          height: auto;
          padding: 0px; }
          section.sec3 .inner .photo img {
            width: 100%;
            display: block; }
        section.sec3 .inner .photoset {
          width: 50%;
          position: relative; }
        section.sec3 .inner .data {
          width: 100%;
          padding: 40px 25px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          section.sec3 .inner .data .indata {
            width: 100%;
            max-width: 100%; }
            section.sec3 .inner .data .indata h4 {
              color: #000;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 2.4rem;
              font-weight: 600;
              line-height: 3.9rem;
              letter-spacing: 0em;
              margin-bottom: 20px; }
            section.sec3 .inner .data .indata p {
              color: #000;
              font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
              font-size: 1.4rem;
              font-weight: 400;
              line-height: 2.8rem;
              letter-spacing: 0em; }
              section.sec3 .inner .data .indata p:not(:last-child) {
                margin-bottom: 40px; }
            section.sec3 .inner .data .indata .pp {
              text-align: center;
              display: none; }
              section.sec3 .inner .data .indata .pp img {
                max-width: 240px; }
              section.sec3 .inner .data .indata .pp:not(:last-child) {
                margin-bottom: 60px; }
            section.sec3 .inner .data .indata dl {
              width: 100%; }
              section.sec3 .inner .data .indata dl:not(:last-child) {
                margin-bottom: 40px; }
              section.sec3 .inner .data .indata dl dt {
                color: #000;
                font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
                font-size: 1.2rem;
                font-weight: 400;
                line-height: 2rem;
                letter-spacing: 0em; }
                section.sec3 .inner .data .indata dl dt:not(:last-child) {
                  margin-bottom: 5px; }
              section.sec3 .inner .data .indata dl dd {
                color: #000;
                font-family: "EB Garamond", "Sawarabi Mincho", sans-serif;
                font-size: 1.2rem;
                font-weight: 400;
                line-height: 2rem;
                letter-spacing: 0em; }
                section.sec3 .inner .data .indata dl dd:not(:last-child) {
                  margin-bottom: 5px; }
        section.sec3 .inner.simple {
          min-width: 100%;
          min-height: auto;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start; }
          section.sec3 .inner.simple .photoset {
            width: 100%; }
          section.sec3 .inner.simple .data {
            padding: 40px 25px; }
            section.sec3 .inner.simple .data .indata .btn a {
              background-color: #000; }
              section.sec3 .inner.simple .data .indata .btn a span {
                color: #FFF; }
      section.sec3#lander6 h3 {
        width: 138px;
        height: 20px; }
      section.sec3#lander6 .inner .photo {
        background-image: none; }
      section.sec3#lander6 .gallery .line.l1 .right {
        background-image: none; }
      section.sec3#lander4 h3 {
        width: 142px;
        height: 20px; }
      section.sec3#lander4 .inner .photo {
        background-image: none; }
      section.sec3#lander4 .gallery .line.l1 .right {
        background-image: none; }
      section.sec3#eva6 h3 {
        width: 147px;
        height: 20px; }
      section.sec3#eva6 .inner .photo {
        background-image: none; }
      section.sec3#eva6 .gallery .line.l1 .right {
        background-image: none; }
      section.sec3#eva4 h3 {
        width: 179px;
        height: 20px; }
      section.sec3#eva4 .inner .photo {
        background-image: none; }
      section.sec3#eva4 .gallery .line.l1 .right {
        background-image: none; }
      section.sec3#eva2 {
        margin: 0 auto; }
        section.sec3#eva2 h3 {
          width: 178px;
          height: 20px; }
        section.sec3#eva2 .inner .photo {
          background-image: none; }
        section.sec3#eva2 .gallery .line.l1 .right {
          background-image: none; }
      section.sec3#fieludens-dc {
        margin: 0 auto 20px auto; }
        section.sec3#fieludens-dc h3 {
          background-image: url(../images_sp/text_fieludens_dc.svg);
          width: 270px;
          height: 20px; }
      section.sec3#fieludens-cc {
        margin: 0 auto 20px auto; }
        section.sec3#fieludens-cc h3 {
          background-image: url(../images_sp/text_fieludens_cc.svg);
          width: 323px;
          height: 20px; }
      section.sec3#fieludens-gc {
        margin: 0 auto 20px auto; }
        section.sec3#fieludens-gc h3 {
          background-image: url(../images_sp/text_fieludens_gc.svg);
          width: 223px;
          height: 50px; }
      section.sec3#fieludens-c36 {
        margin: 0 auto 20px auto; }
        section.sec3#fieludens-c36 h3 {
          background-image: url(../images_sp/text_fieludens_c36.svg);
          width: 281px;
          height: 20px; }
      section.sec3#fieludens-tt {
        margin: 0 auto; }
        section.sec3#fieludens-tt h3 {
          background-image: url(../images_sp/text_fieludens_tt.svg);
          width: 293px;
          height: 20px; }
    section.sec4 .gallery {
      padding: 0px; }
      section.sec4 .gallery .line {
        width: 100%; }
        section.sec4 .gallery .line:first-child {
          padding: 25px; }
    section.sec5 .gallery .line {
      width: 100%; }
      section.sec5 .gallery .line.l2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start; }
        section.sec5 .gallery .line.l2 .left {
          width: 100%;
          margin-bottom: 5px; }
        section.sec5 .gallery .line.l2 .right {
          width: 100%; }
          section.sec5 .gallery .line.l2 .right img {
            display: block; } }
