﻿/* 
  font-family: 'Noto Serif Display', serif;
  font-family: 'Poppins', sans-serif;
  font-family: noto-sans-cjk-jp, sans-serif;
  
  
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  */
  
  
  /* base style */
  .main-area,
  .main_inner {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
  }
  .main-area *,
  .main_inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .main-area *::before, .main-area *::after,
  .main_inner *::before, .main_inner *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .main-area img, .main-area svg,
  .main_inner img,
  .main_inner svg {
  height: auto;
  width: 100%;
  }
  #main-container picture{
  display: block;
  }
  .main-area a{
  display: inline-block;
  }
  /* View_All */
  #main-container .view_all{
  margin: calc(80 * (100vw / 390)) auto calc(61 * (100vw / 390));
  font-family: 'Poppins', sans-serif;
  }
  #main-container .viewall__btn a{
  display: inline-block;
  }
  @media only screen and (max-width: 559px) {
  .sp_only {
    display: block!important;
  }
  .pc_only {
    display: none!important;
  }
  }
  @media only screen and (min-width: 560px) {
  /* ===========================
  * Style of Tablet-view *
  =========================== */
  #main-container{
    padding: 0;
    padding-top: calc(40 * (100vw / 1400));
  }
  #main-container .item-content{
    margin: auto;
  }
  .main-area, .main_inner{
    padding: 0;
  }
  .sp_only {
    display: none!important;
  }
  .pc_only {
    display: block!important;
  }
  }
  
  @media only screen and (min-width: 1400px) {
  /* ===========================
  * Style of Tablet-view *
  =========================== */
  #main-container{
    overflow: hidden;
    padding: 0;
    padding-top: 40px;
  }
  }
  
  
  
  
  
  /*========================================================
  breadcrumb
  ========================================================*/
  /* ----------[ breadcrumb SP ]---------- */
  #main-container .cateList{
    width: 89%;
    margin: calc(78 * (100vw / 390)) auto 0;
    padding:0 0 calc(15 * (100vw / 390));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(10 * (100vw / 390));
    letter-spacing: 0.01em;
    line-height: calc(20 * (100vw / 390));
    color: #4d4d4d;
    /* white-space: nowrap; */
    text-align: left;
  }
  
  /* ----------[ breadcrumb table ]---------- */
  @media only screen and (min-width: 560px){
    #main-container .cateList {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: calc(1280 * (100vw / 1400));
        max-width: 1280px;
        height: calc(50 * (100vw / 1400));
        max-height: 50px;
        margin: 0 auto;
        padding: 0 calc(40 * (100vw / 1400)) calc(24 * (100vw / 1400)) 0;
        font-size: calc(13 * (100vw / 1400));
        letter-spacing: 0.01em;
        line-height: normal;
        color: #4d4d4d;
    }
    #main-container .cateList span {
      padding: 0 calc(5 * (100vw / 1400));
    }
  }
  
  /* ----------[ breadcrumb PC ]---------- */
  @media only screen and (min-width: 1400px){
  #main-container .cateList {
    margin: auto;
    padding: 0 40px 20px 0;
    font-size: 13px;
    height: 50px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  #main-container .cateList span {
    padding: 0 5px;
  }
  }
  
  
  
  
  .main-area{
    font-family: noto-sans-cjk-jp, sans-serif;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*========================================================
  mainvisual
  ========================================================*/
  .maivsiual{
    position: relative;
    width: 100%;
    margin-block-end: calc(47 * (100vw / 390));
    border: 0.99px solid #EBEBEB;
  }
  .maivsiual span{display: block;}
  .maivsiual .title{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
  }
  .maivsiual .pop{
    position: absolute;
  }
  .contentsWrap .leadTxt{
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  
  @media only screen and (max-width: 559px) {
  .maivsiual .imgBox{
    padding-block-end: calc(190 * (100vw / 390));
  }
  .maivsiual .mvTtl{
    position: absolute;
    bottom: calc(32 * (100vw / 390));
    left: 50%;
    transform: translateX(-50%);
  }
  .maivsiual .mvTtl .title{
    white-space: nowrap;
    font-size: calc(21 * (100vw / 390));
    line-height: 1.524;
    margin-block-end: calc(11 * (100vw / 390));
  }
  .maivsiual .mvTtl .line{
    position: relative;
    width: calc(318 * (100vw / 390));
    height: 0.99px;
    margin-block-end: calc(12 * (100vw / 390));
  }
  .maivsiual .mvTtl .time{
    width: calc(150 * (100vw / 390));
    margin-inline: auto;
  }
  .maivsiual .pop{
    width: calc(70 * (100vw / 390));
    top: calc(335 * (100vw / 390));
    left: calc(300 * (100vw / 390));
  }
  .contentsWrap .leadTxt{
    margin-block-end: calc(74 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }
  }
  @media only screen and (min-width: 560px) {
    .maivsiual{
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      width: calc(1200 * (100vw / 1400));
      margin-block: calc(40 * (100vw / 1400)) calc(56 * (100vw / 1400));
      margin-inline: auto;
    }
    .maivsiual .imgBox{
      width: calc(540 * (100vw / 1400));
    }
    .maivsiual .mvTtl{
      position: relative;
      display: flex;
      width: calc((1200 * (100vw / 1400)) - (540 * (100vw / 1400)));
      padding-block-start: calc(212 * (100vw / 1400));
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }
    .maivsiual .mvTtl .title{
      font-size: calc(36 * (100vw / 1400));
      line-height: 1.333;
      margin-block-end: calc(17 * (100vw / 1400));
    }
    .maivsiual .mvTtl .line{
      width: calc(536 * (100vw / 1400));
      height: 0.99px;
      margin-block-end: calc(22* (100vw / 1400));
    }
    .maivsiual .mvTtl .time{
      width: calc(210 * (100vw / 1400));
      margin-inline: auto;
    }
    .maivsiual .pop{
      width: calc(100 * (100vw / 1400));
      top: calc(30 * (100vw / 1400));
      right: calc(30 * (100vw / 1400));
    }
    .contentsWrap .leadTxt{
      margin-block-end: calc(122 * (100vw / 1400));
      font-size: calc(18 * (100vw / 1400));
    }
  }
  @media only screen and (min-width: 1400px) {
    .maivsiual{
      width: 120.0rem;
      margin-block: 4.0rem 5.6rem;
      margin-inline: auto;
    }
    .maivsiual .imgBox{
      width: 54.0rem;
    }
    .maivsiual .mvTtl{
      width: calc(120.0rem - 54rem);
      padding-block-start: 21.2rem;
    }
    .maivsiual .mvTtl .title{
      font-size: 3.6rem;
      margin-block-end: 1.7rem;
    }
    .maivsiual .mvTtl .line{
      width: 53.6rem;
      margin-block-end: 22px;
    }
    .maivsiual .mvTtl .time{
      width: 21.0rem;
    }
    .maivsiual .pop{
      width: 10.0rem;
      top: 3.0rem;
      right: 3.0rem;
    }
    .contentsWrap .leadTxt{
      margin-block-end: 12.2rem;
      font-size: 1.8rem;
    }
  
  }
  
  
  
  
  
  /*========================================================
  section
  ========================================================*/
  .sec {
    text-align: left;
  }
  .sec .title{
    position: relative;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .sec .imgBox::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100vw;
    height: 0.99px;
    background-color: #707070;
    z-index: -1;
  }
  .sec .leadWrap{
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .sec h2{
    position: relative;
    text-align: left;
  }
  
  .sec .leadWrap .linkBtn a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.02em;
    border: solid 0.99px #4D4D4D;
  }
  .sec h2::before{
    pointer-events: none;
    position: absolute;
    content: "01";
    top: 50%;
    transform: translateY(-50%);
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    opacity: 0.1;
    z-index: 10;
  }
  .sec .imgBox::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: -1;
    }
  
  
  
  @media only screen and (max-width: 559px) {
    .sec {
      margin-block-end: calc(80 * (100vw / 390));
    }
    .sec .title{
      font-size: calc(20 * (100vw / 390));
    }
    .sec .leadWrap{
      font-size: calc(13 * (100vw / 390));
      padding-inline-start: calc(15 * (100vw / 390));
    }
    .sec .leadWrap .lead{
      margin-block-end: calc(17 * (100vw / 390));
    }
    .sec .leadWrap .linkBtn a{
      width: calc(170 * (100vw / 390));
      height: calc(35 * (100vw / 390));
      font-size: calc(12 * (100vw / 390));
      line-height: calc(35 * (100vw / 390));
    }
    .sec h2{
      padding-inline-start: calc(15 * (100vw / 390));
      margin-block-end: calc(17 * (100vw / 390));
    }
    .sec h2::before{
      left: calc(16 * (100vw / 390));
      font-size: calc(110 * (100vw / 390));
    }
    .sec .imgBox{
      position: relative;
      width: calc(360 * (100vw / 390));
      margin-block-end: calc(22 * (100vw / 390));
      z-index: 5;
    }
    .sec .imgBox .itemIcon{
      position: absolute;
      top: calc(-35 * (100vw / 390));
      left: calc(280 * (100vw / 390));
      width: calc(70 * (100vw / 390));
      z-index: 10;
    }
  }
  @media only screen and (min-width: 560px) {
    .sec{
      position: relative;
      max-width: 1100px;
      width: calc(1100 * (100vw / 1400));
      margin-inline: auto;
      margin-block-end: calc(85 * (100vw / 1400));
      text-align: left;
    }
    .sec .title{
      font-size: calc(34 * (100vw / 1400));
      font-weight: 300;
    }
    .sec .leadWrap{
      font-size: calc(16 * (100vw / 1400));
    }
    .sec .leadWrap .lead{
      margin-block-end: calc(20 * (100vw / 1400));
      line-height: 2;
      letter-spacing: 0.02em;
    }
    .sec .leadWrap .linkBtn a{
      width: calc(200 * (100vw / 1400));
      height: calc(40 * (100vw / 1400));
      font-size: calc(14 * (100vw / 1400));
      line-height: calc(40 * (100vw / 1400));
    }
    .sec h2{
      /* overflow: hidden; */
      position: relative;
      text-align: left;
      padding-inline-start: 0;
      margin-block-end: calc(29 * (100vw / 1400));
    }
    .sec h2::before{
      top: 60%;
      left: calc(0 * (100vw / 1400));
      font-size: calc(180 * (100vw / 1400));
    }
    .sec .imgBox{
      position: relative;
      width: calc(810 * (100vw / 1400));
      margin-block-end: calc(25 * (100vw / 1400));
      z-index: 5;
    }
    .sec.imgBox::before{
      content: "";
      position: absolute;
      top: 50%;
      left: calc(-200 * (100vw / 1400));
      width: 120vw;
      height: 0.99px;
      transform: translateY(-50%);
    }
    .sec .imgBox .itemIcon{
      position: absolute;
      top: calc(-60 * (100vw / 1400));
      right: calc(20 * (100vw / 1400));
      width: calc(120 * (100vw / 1400));
      z-index: 10;
    }
  }
  @media only screen and (min-width: 1400px) {
    .sec{
      width: 110.0rem;
      margin-block-end: 8.5rem;
    }
    .sec .title{
      font-size: 3.4rem;
    }
    .sec .leadWrap{
      font-size: 1.6rem;
    }
    .sec .leadWrap .lead{
      margin-block-end: 2.0rem;
    }
    .sec .leadWrap .linkBtn a{
      width: 20.0rem;
      height: 4.0rem;
      font-size: 1.4rem;
      line-height: 4.0rem;
    }
    .sec h2{
      margin-block-end: 2.9rem;
    }
    .sec h2::before{
      left: .0rem;
      font-size: 18.0rem;
    }
    .sec .imgBox{
      width: 81.0rem;
      margin-block-end: 2.5rem;
    }
    .sec.imgBox::before{
      left: -20.0rem;
    }
    .sec .imgBox .itemIcon{
      top: -6.0rem;
      right: 2.0rem;
      width: 12.0rem;
    }
  }
  
  
  
  /*========================================================
  section 2
  ========================================================*/
  .sec--2 {/* text-align: right; */}
  .sec:nth-of-type(2n) h2 {
    text-align: right;
  }
  .sec:nth-of-type(2n) h2::before {
    left: auto;
  }
  .sec--2 h2::before {
    content: "02";
  }
  .sec:nth-of-type(2n) .imgBox .itemIcon {
    left: auto;
    z-index: 10;
  }
  .sec--2 .leadWrap .credit {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.02em;
  }
  .sec--2 .leadWrap .credit a {
    text-decoration: underline;
  }
  @media only screen and (max-width: 559px) {
    .sec:nth-of-type(2n) h2 {
      padding-inline-end: calc(15 * (100vw / 390));
    }
    .sec:nth-of-type(2n) h2::before {
      right: calc(16 * (100vw / 390));
    }
    .sec:nth-of-type(2n) .imgBox .itemIcon {
      top: calc(-35 * (100vw / 390));
      right: calc(280 * (100vw / 390));
    }
    .sec:nth-of-type(2n) .imgBox{
      width: calc(360 * (100vw / 390));
      margin-inline: auto 0;
    }
    .sec.animation:nth-of-type(2n) .imgBox::before{
      left: auto;
      right: 0;
    }
    .sec:nth-of-type(2n) .leadWrap {
      padding-inline-start: calc(30 * (100vw / 390));
    }
    .sec--2 .leadWrap .lead {
      margin-block-end: calc(18 * (100vw / 390));
    }
    .sec--2 .leadWrap .credit {
      font-size: calc(11 * (100vw / 390));
    }
  }
  @media only screen and (min-width: 560px) {
    .sec--2 {
      margin-block-end: calc(80 * (100vw / 1400));
    }
    .sec:nth-of-type(2n) h2::before {
      right: 0;
    }
    .sec:nth-of-type(2n) .imgBox .itemIcon {
      top: calc(-60 * (100vw / 1400));
      left: calc(20 * (100vw / 1400));
    }
    .sec:nth-of-type(2n) .imgBox{
      width: calc(810 * (100vw / 1400));
      margin-inline: auto 0;
      margin-block-end: calc(26 * (100vw / 1400));
    }
    .sec.animation .imgBox::before{
      left: calc(-200 * (100vw / 1400));
    }
    .sec.animation:nth-of-type(2n) .imgBox::before{
      left: auto;
      right: calc(-200 * (100vw / 1400));
    }
    .sec:nth-of-type(2n) .leadWrap {
      width: calc(810 * (100vw / 1400));
      margin-inline: auto 0;
    }
    .sec--2 .leadWrap .lead {
      margin-block-end: calc(24 * (100vw / 1400));
    }
    .sec--2 .leadWrap .credit {
      font-size: calc(13 * (100vw / 1400));
    }
  }
  @media only screen and (min-width: 1400px) {
    .sec--2 {
      margin-block-end: 8.0rem;
    }
    .sec:nth-of-type(2n) .imgBox .itemIcon {
      top: -6.0rem;
      left: 2.0rem;
    }
    .sec:nth-of-type(2n) .imgBox{
      width: 81.0rem;
      margin-block-end: 2.6rem;
    }
    .sec.animation .imgBox::before{
      left: calc(-800 * (100vw / 3000));
    }
    .sec.animation:nth-of-type(2n) .imgBox::before{
      left: auto;
      right: calc(-800 * (100vw / 3000));
    }
    .sec:nth-of-type(2n) .leadWrap {
      width: 81.0rem;
    }
    .sec--2 .leadWrap .lead {
      margin-block-end: 2.4rem;
    }
    .sec--2 .leadWrap .credit {
      font-size: 1.3rem;
    }
  }



  /*========================================================
  section 3
  ========================================================*/
  .sec--3 h2::before {
    content: "03";
  }
  @media only screen and (max-width: 559px) {
    .sec--3 {
      margin-block-end: calc(80 * (100vw / 390));
    }
    .sec--3 .leadWrap .lead {
        margin-block-end: calc(9 * (100vw / 390));
    }
    .sec--3 .leadWrap .lead:nth-of-type(2){
      margin-block-end: calc(17 * (100vw / 390));
    }
    .sec .leadWrap .lead:nth-of-type(2){
      font-size: calc(11 * (100vw / 390));
    }
  }
  @media only screen and (min-width: 560px) {
    .sec--3 {
      margin-block-end: calc(85 * (100vw / 1400));
    }
    .sec--3 .leadWrap .lead {
      margin-block-end: calc(14 * (100vw / 1400));
    }
    .sec .leadWrap .lead:nth-of-type(2) {
      font-size: calc(13 * (100vw / 1400));
      margin-block-end: 0;
    }
    .sec--3 .leadWrap .lead:nth-of-type(2){
      margin-block-end: calc(20 * (100vw / 1400));
    }
  }
  @media only screen and (min-width: 1400px) {
    .sec--3 {
      margin-block-end: 8.5rem;
    }
    .sec--3 .leadWrap .lead {
      margin-block-end: 1.4rem;
    }
    .sec .leadWrap .lead:nth-of-type(2) {
      font-size: 1.3rem;
      margin-block-end: 0;
    }
    .sec--3 .leadWrap .lead:nth-of-type(2){
      margin-block-end: 2rem;
    }
  }
  
  
  
  
  /*========================================================
  section 4
  ========================================================*/
  .sec--4 h2::before {
    content: "04";
  }
  @media only screen and (max-width: 559px) {
  .sec--4 {
      margin-block-end: calc(70 * (100vw / 390));
    }
  }
  @media only screen and (min-width: 560px) {
    .sec--4 {
      margin-block-end: calc(96 * (100vw / 1400));
    }
  }
  @media only screen and (min-width: 1400px) {
    .sec--4 {
      margin-block-end: 9.6rem;
    }
  }
  
  
  
  /*========================================================
  section 5
  ========================================================*/
  .sec--5{
    margin-inline: auto;
    background-color: #F4F4F4;
  }
  .sec--5 .imgBox {
    margin-inline: auto;
  }
  .sec--5 .imgBox::before{
    display: none;
  }
  .sec--5 .leadWrap {
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .sec--5 .title{
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
  }
  .sec--5 .point{
    line-height: 2.4;
  }
  .sec--5 .linkWrap a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    line-height: 2.6;
    letter-spacing: 0.02em;
  }
  .sec--5 .linkWrap .icon{
    display: block;
  }
  .sec--5 .linkWrap .link{
    line-height: 3.2;
    text-decoration: underline;
  }
  @media only screen and (max-width: 559px) {
    .sec--5{
      width: calc(340 * (100vw / 390));
      padding-block: calc(27 * (100vw / 390)) calc(25 * (100vw / 390));
      padding-inline: calc(20 * (100vw / 390));
      margin-block-end: calc(80 * (100vw / 390));
    }
    .sec--5 .imgBox {
      width: calc(180 * (100vw / 390));
      margin-block-end: calc(15 * (100vw / 390));
    }
    .sec--5 .leadWrap {
      font-size: calc(12 * (100vw / 390));
      padding-inline-start: calc(15 * (100vw / 390));
    }
    .sec--5 .title {
      line-height: 2.3;
    }
    .sec--5 .point{
      font-size: calc(13 * (100vw / 390));
      margin-block-end: calc(5 * (100vw / 390));
    }
    .sec--5 .linkWrap a{
      font-size: calc(11 * (100vw / 390));
    }
    .sec--5 .linkWrap .icon{
      width: calc(14 * (100vw / 390));
      height: calc(14 * (100vw / 390));
      margin-inline-end: calc(6 * (100vw / 390));
    }
  }
  @media only screen and (min-width: 560px) {
    .sec--5{
      display: flex;
      align-content: center;
      justify-content: flex-start;
      width: calc(800 * (100vw / 1400));
      padding-block: calc(30 * (100vw / 1400));
      padding-inline-start: calc(110 * (100vw / 1400));
      margin-block-end: calc(100 * (100vw / 1400));
    }
    .sec--5 .imgBox {
      width: calc(240 * (100vw / 1400));
      margin: 0;
    }
    .sec--5 .leadWrap {
      font-size: calc(14 * (100vw / 1400));
      padding-block-start: calc(41 * (100vw / 1400));
      padding-inline-start: calc(30 * (100vw / 1400));
    }
    .sec--5 .title {
      font-size: calc(24 * (100vw / 1400));
      line-height: 2.4;
    }
    .sec--5 .point{
      font-size: calc(16 * (100vw / 1400));
      line-height: 2.2;
      margin-block-end: calc(9 * (100vw / 1400));
    }
    .sec--5 .linkWrap a{
      font-size: calc(13 * (100vw / 1400));
    }
    .sec--5 .linkWrap .icon{
      width: calc(15 * (100vw / 1400));
      height: calc(15 * (100vw / 1400));
      margin-inline-end: calc(10 * (100vw / 1400));
    }
    .sec--5 .linkWrap .link{
      line-height: 2.3;
    }
  }
  @media only screen and (min-width: 1400px) {
    .sec--5{
      width: 80.0rem;
      padding-block: 3.0rem;
      padding-inline-start: 11.0rem;
      margin-block-end: 10rem;
    }
    .sec--5 .imgBox {
      width: 24.0rem;
      margin: 0;
    }
    .sec--5 .leadWrap {
      font-size: 1.4rem;
      padding-block-start: 4.1rem;
      padding-inline-start: 3.0rem;
    }
    .sec--5 .title {
      font-size: 2.4rem;
    }
    .sec--5 .point{
      font-size: 1.6rem;
      margin-block-end: .9rem;
    }
    .sec--5 .linkWrap a{
      font-size: 1.3rem;
    }
    .sec--5 .linkWrap .icon{
      width: 1.5rem;
      height: 1.5rem;
      margin-inline-end: 1rem;
    }
  }
  
  
  
  
  
  /*========================================================
  actionBtn
  ========================================================*/
  /*  actionBtn  */
  .actionBtn a{
     width: 100%;
  }
  @media only screen and (max-width: 559px) {
    .actionBtn{
      width: calc(300 * (100vw / 390));
      height: calc(50 * (100vw / 390));
      margin: calc(0 * (100vw / 390)) auto 0;
    }
  }
  @media only screen and (min-width: 560px) {
    .actionBtn{
      max-width: 370px;
      max-height: 60px;
      width: calc(370 * (100vw / 1400));
      height: calc(60 * (100vw / 1400));
      margin: calc(0 * (100vw / 1400)) auto calc(112* (100vw / 1400));
    }
  }
  @media only screen and (min-width: 1400px) {
    .actionBtn{
      margin: 0 auto 112px;
    }
  }
  
  
  /*========================================================
  animation
  ========================================================*/
  .maivsiual.mvAnimation .mvTtl .line{  
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #707070;
    transition: width 0.8s;
    width: 0;
  }
  @media only screen and (max-width: 559px) {
    .maivsiual.mvAnimation.onView .mvTtl .line{
      width: calc(318 * (100vw / 390));
      background: #707070;
    }
  }
  @media only screen and (min-width: 560px) {
    .maivsiual.mvAnimation.onView .mvTtl .line{
      width: calc(536 * (100vw / 1400));
    }
  }
  @media only screen and (min-width: 1400px) {
    .maivsiual.mvAnimation.onView .mvTtl .line{
      width: 536px;
    }
  }
  .maivsiual.mvAnimation .pop,
  .itemIcon.animation{
    transition: opacity 0.8s;
    opacity: 0;
  }
  .maivsiual.mvAnimation.onView .pop,
  .itemIcon.animation.onView{
    opacity: 1;
  }
  .sec.animation .imgBox.animation::before{
    transition: width 1.0s;
    width: 0;
  }
  @media only screen and (min-width: 560px) {
      .sec.animation .imgBox.animation::before{
        transition: width 1.8s;
        width: 0;
      }
  }
  .sec.animation.onView .imgBox.animation.onView::before{
    width: 120vw;
  }
  
  /*  */
  .maivsiual.mvAnimation .title,
  .maivsiual.mvAnimation .time,
  .sec.animation .title{
    overflow: hidden;
    display: block;
  }
  .sec.animation .title span {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
  }
  .maivsiual.mvAnimation .title span,
  .maivsiual.mvAnimation .time span,
  .sec.animation .title span {
    overflow: hidden;
    display: block;
    transition: transform 1.5s cubic-bezier(.17,.84,.44,1) 0.6s;
    transform: translateY(130%);
  }
  .maivsiual.mvAnimation.onView .title span,
  .maivsiual.mvAnimation.onView .time span,
  .sec.animation.onView .title span{
      transform: translateY(0);
  }
  @media only screen and (min-width: 560px) {
    
  }
  @media only screen and (min-width: 1400px) {
    
  }
  