@charset "UTF-8";

/*-------------------------------------------------

header

-------------------------------------------------*/

header{
  top:-100%;
  transition: 1.2s;
}
header.fixed{
  top:0;
}

@media only screen and (max-width: 1400px){
  header {
      position: fixed;
  }
}

.Content{
  margin-top: 0;
}

/*-------------------------------------------------

Mv

-------------------------------------------------*/

.Mv{
  position: relative;
}
.Mv .logo{
  width: 16%;
  position: absolute;
  top:19px;
  left:1.5%;
  z-index: 99;
}
.Mv .logoCompany{
  width: 14%;
  max-width: 160px;
  position: absolute;
  top:10px;
  right:20px;
  z-index: 5;
}

.Mv .mvWrap{
  display: flex;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

/* cover */
.Mv .mvWrap .coverWrap{
  display: none;
  animation: cover 5s cubic-bezier(.4, 0, .2, 1) forwards;
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 999;
  overflow: hidden;
}
.cover1,.cover2,.cover3 {
  animation: cover 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  height: calc(100%/3);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 3;
}
.cover1 {
  top: 0;
}
.cover2 {
  animation-delay: .2s;
  top: calc(100%/3);
}
.cover3 {
  animation-delay: .4s;
  top: calc(100%/3*2);
}

@keyframes cover {
  100% {
    transform: translateX(100%);
  }
}

/* catch */
.Mv .mvWrap .copy{
  display: none;
  width: 17.7%;
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.Mv .mvWrap .copy h2{
  width: 160%;
  position: absolute;
  bottom:10%;
  left:15%;
}
.Mv .mvWrap .copy h2 span{
  display: inline-block;
  margin-bottom:3%;
  padding:2% 5%;
  position: relative;
  overflow: hidden;
}
.Mv .mvWrap .copy h2 span::after{
  animation: swipe 2s cubic-bezier(.4, 0, .2, 1) forwards;
  content: "";
  display: block;
  width: 100%;
  height:100%;
  background: #ffffff;
  transform: translateX(-100%);
  position: absolute;
  top:0;
  z-index: -1;
}
.swipe2::after {
  animation-delay: .4s !important;
}
.swipe3::after {
  animation-delay: .6s !important;
}

@keyframes swipe {
  100% {
  transform: translateX(0);
  }
}


.Mv .movieWrap{
    margin: 4%;
    padding-bottom: 51.8%;
    position: relative;
    z-index: 1;
}
.Mv .movieWrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.Mv .mvWrap .copy h2 span img{
  animation: scale 2s cubic-bezier(.4, 0, .2, 1) forwards;
  width: auto;
  height:2.4vh;
  transform: translateX(-50%);
  opacity: 0;
}
.swipe2 img {
  animation-delay: .4s !important;
}
.swipe3 img {
  animation-delay: .6s !important;
}

@keyframes scale {
  100% {
  transform: translateX(0);
  opacity: 1;
  }
}

/* slide */
.Mv .mvWrap .slide{
 /* width: 82.3%; */
 width: 100%;
}

.Mv .mvWrap .slide{
  position: relative;
  z-index: 1;
}
.Mv .mvWrap .slide .slider{
  z-index: 1;
}
.Mv .mvWrap .slide .slider li{
  position: relative;
}

.Mv .mvWrap .slide .slider .btn.detail{
  width: 30%;
  max-width: 320px;
  position: absolute;
  bottom:8%;
  left:50%;
  transform: translate(-50%,0);
}
.Mv .mvWrap .slide .slider .btn.detail a{
  display: block;
  width: 100%;
  padding:3% 0;
  border-radius: 6px;
  color:#ffffff;
  font-size: 1.0vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* color */
.Mv .slide .slider .btn.detail a.doma{
  background: #321505; 
}
.Mv .slide .slider .btn.detail a.slim{
  background: #8b8b8b; 
}
.Mv .slide .slider .btn.detail a.ldk21{
  background: #b3463b; 
}

.Mv .slide .slider .btn.detail a::before{
  content:"";
  display: block;
  width: 20px;
  height: 12px;
  background: url(../../img/common/ico_arrow_wh.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top:50%;
  right:7%;
  transform: translate(0,-50%);
  transition: 0.4s;
}
.Mv .slide .slider .btn.detail a:hover::before{
  right:5%;
}

@media only screen and (max-width: 1400px){
  .Mv .logoCompany{
    right: 100px;
  }
  .Mv .logo {
      top: 12px;
  }
}


@media only screen and (max-width: 768px){
    .Mv .logo{
      width: 36%;
      top: 4%;
      left: 2%;
    }

    .Mv .mvWrap .copy{
      width: auto;
      position: relative;
    }
    .Mv .mvWrap .copy h2{
      width: 90%;
      bottom: 7%;
      left: 0%;
    }
    .Mv .mvWrap .copy h2 span{
      margin-bottom: 5px;
      padding:2px 10px 6px 10px;
    }
    .Mv .mvWrap .copy h2 span::after{
      width: 100%;
      background: #ffffff;
      transform: translateX(-100%);
      position: absolute;
      top:0;
      z-index: -1;
    }
  
    @keyframes swipe {
      100% {
      transform: translateX(-10px);
      }
    }
    .Mv .mvWrap .copy h2 span img{
      width: auto;
      height:2.2vh;
    }
    .Mv .mvWrap .slide{
      width: 100%;
    }
    .Mv .mvWrap .slide .brand{
      position: relative;
      z-index: -2;
    }
    .Mv .movieWrap{
        margin: 0;
        padding-bottom: 56.8%;
    }
}


/*-------------------------------------------------

TopNav

-------------------------------------------------*/

#TopNav{
  background: #ffffff;
  border-bottom:2px solid #d6d6d6;
}
#TopNav ul{
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin:0 auto;
  justify-content: space-between;
}
#TopNav ul li{
  width: 100%;
  position: relative;
}
#TopNav ul li::before{
  content:"";
  width: 1px;
  height: 40px;
  background: #c1c1c1;
  position: absolute;
  right:0;
  top:50%;
  transform: translate(0,-50%);
}
#TopNav ul li:first-of-type::after{
  content:"";
  width: 1px;
  height: 40px;
  background: #c1c1c1;
  position: absolute;
  left:0;
  top:50%;
  transform: translate(0,-50%);
}
#TopNav ul li a{
  display: block;
  padding:15px 30px;
  font-size: 1.6rem;
  text-align: center;
  word-break:keep-all;
  transition: 0.4s;
}
#TopNav ul li a span{
  display: block;
  font-size: 80%;
  opacity: 0.75;
}
#TopNav ul li a::after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background: #baa160;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s;
}
#TopNav ul li a:hover{
  background: #003364;
  color:#ffffff;
}
#TopNav ul li.current a{
  background: #003364;
  color:#ffffff;
  pointer-events:none;
}

#TopNav ul li.coming a{
  pointer-events: none;
  opacity: 0.6;
}



/*-------------------------------------------------

sec_info

-------------------------------------------------*/

.sec_info{
  padding:60px 0;
  background: rgba(219,219,219,0.3);
}
.sec_info h4{
  text-align: center;
}
.sec_info .box{
  max-width: 1000px;
  margin:20px auto 0;
  padding:40px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.sec_info .box .box_info{
  overflow-y: scroll;
}
.sec_info .box .box_info dl{
  display: flex;
  justify-content: flex-start;
}
.sec_info .box .box_info dl:nth-child(2n){
  padding-top:20px;
}
.sec_info .box .box_info dl dt{
  padding-right:20px;
  font-size: 1.4rem;
  color:#8f7b63;
}
.sec_info .box .box_info dl dd{
  padding-left:20px;
  border-left:1px solid #c6c6c6;
}
.sec_info .box .box_info dl dd .ttl{
  font-size: 1.6rem;
}
.sec_info .box .box_info dl dd .txt{
  margin-top:7px;
  font-size: 1.3rem;
  color:#717171;
}
.sec_info .box .box_info dl dd .txt a{
  color:#003364;
}
.sec_info .box .box_cp{
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #c1c1c1;
}
.sec_info .box .box_cp h5{
  text-align: center;
}
.sec_info .box .box_cp .bnr{
  margin-top:20px;
}
.sec_info .box .box_cp .bnr a{
  transition: .4s;
}
.sec_info .box .box_cp .bnr a:hover{
  opacity: .7;
}

@media only screen and (max-width: 768px){
    .sec_info{
      padding:10% 0;
    }
    .sec_info h4{
      width: 45%;
      margin: 0 auto;
    }
    .sec_info .box{
      width: 90%;
      margin:20px auto 0;
      padding:5%;
    }
    .sec_info .box .box_info dl{
      display: block;
    }
    .sec_info .box .box_info dl:nth-child(2n){
      padding-top:5%;
    }
    .sec_info .box .box_info dl dt{
      padding-right:0;
      font-size: 1.3rem;
      letter-spacing: 0.1rem;
    }
    .sec_info .box .box_info dl dd{
      margin-top:5px;
      padding-left:0;
      border-left:none;
    }
    .sec_info .box .box_info dl dd .ttl{
      font-size: 1.5rem;
    }
    .sec_info .box .box_info dl dd .txt{
      margin-top:7px;
      font-size: 1.3rem;
      font-weight: normal;
    }
    .sec_info .box .box_cp{
      margin-top:7%;
      padding-top:7%;
    }
    .sec_info .box .box_cp h5{
      text-align: center;
    }
    .sec_info .box .box_cp .bnr{
      margin-top:20px;
    }
}



/*-------------------------------------------------

sec_concept

-------------------------------------------------*/

.sec_concept{
  padding:100px 0;
}
.sec_concept .blockAbout{
  background: url(../../img/top/bg-about-top_pc.svg) top right no-repeat;
  background-size: 60%;
  position: relative;
}
.sec_concept .blockAbout .inner{
  width: 90%;
  max-width: 1400px;
  margin:0 auto;
}
.sec_concept .blockAbout .inner .wrap{
  width: 40%;
  position: relative;
}
.sec_concept .blockAbout .inner .wrap .en{
  width: 80%;
}
.sec_concept .blockAbout .inner .wrap .ttl{
  margin-top:35px;
  font-size: 4.8rem;
  line-height: 1.2;
}
.sec_concept .blockAbout .inner .wrap .ttl span{
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
}
.sec_concept .blockAbout .inner .wrap .ttl small{
  font-size: 70%;
  font-weight: normal;
  vertical-align: top;
}
.sec_concept .blockAbout .inner .wrap .copy{
  margin-top:60px;
}
.sec_concept .blockAbout .inner .wrap .copy span{
  display: block;
  margin-bottom:10px;
}
.sec_concept .blockAbout .inner .wrap .price{
  margin-top:30px;
}
.sec_concept .blockAbout .imgMain{
  width: 50%;
  position: absolute;
  top:60px;
  right:0;
}
.sec_concept .blockAbout .wappen{
  width: 60%;
  max-width: 262px;
  position: absolute;
  top:0;
  right:0;
  transform: translate(50%,-10%);
  z-index: 99;
}



/* blockPoint */
.sec_concept .blockPoint{
  margin:100px 0 0;
  background: url(../../img/top/img-about-gaikan_pc.png) bottom left 5% no-repeat;
  background-size: contain;
}
.sec_concept .blockPoint .inner{
  width: 90%;
  max-width: 1400px;
  margin:0 auto;
}
.sec_concept .blockPoint .inner .wrap{
  width: 60%;
  margin:0 0 0 auto;
  background-size: cover;
  padding:30px 40px 30px 80px;
  background: url(../../img/top/bg-about-bottom_pc.svg) left top no-repeat;
  background-size: cover;
}
.sec_concept .blockPoint .inner .wrap h4{
  font-size: 2.4rem;
  text-align: center;
  color:#735e45;
}
.sec_concept .blockPoint .inner .wrap ul li{
  display: flex;
  padding: 10px 20px;
  background: url(../../img/top/ico-about-edge_pc.svg) top left no-repeat,#ffffff;
  background-size: 5%;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  align-items: center;
}
.sec_concept .blockPoint .inner .wrap ul li .no{
  width: 60px;
  padding:0 20px 0 5px;
}
.sec_concept .blockPoint .inner .wrap ul li:nth-child(n+1){
  margin-top:20px;
}
.sec_concept .blockPoint .inner .wrap ul li:nth-child(2){
  margin-left:20px;
}
.sec_concept .blockPoint .inner .wrap ul li:nth-child(3){
  margin-left:40px;
}
.sec_concept .blockPoint .inner .wrap ul li .detail{
  padding-left:30px;
  border-left:1px solid #c1c1c1;
}
.sec_concept .blockPoint .inner .wrap .point li .ttl-point{
  color:#003364;
  font-size: 2.0rem;
}
.sec_concept .blockPoint .inner .wrap .point li .txt{
  margin-top:4px;
  font-size: 1.4rem;
}


/* blockFeature */
.sec_concept .blockFeature{
  margin:100px 0 0;
}
.sec_concept .blockFeature .inner{
  width: 90%;
  max-width: 1400px;
  margin:0 auto;
}
.sec_concept .blockFeature .inner h4{
  font-size: 2.4rem;
  text-align: center;
}
.sec_concept .blockFeature .inner .wrap{
  width: 100%;
}
.sec_concept .blockFeature .inner .feature{
  display: flex;
  margin-top:40px;
  justify-content: space-between;
}
.sec_concept .blockFeature .inner .feature li{
  width: 30%;
  text-align: center;
}
.sec_concept .blockFeature .inner .feature li .ttl{
  margin-top:15px;
  color:#8f7b63;
  font-size: 2.4rem;
}
.sec_concept .blockFeature .inner .feature li .txt{
  margin-top:10px;
  font-size: 1.6rem;
}


/* topics */
.topics{
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin:60px auto 0;
  padding:40px 50px;
  background: url(../../img/top/bg-movie_pc.svg) center center no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: space-between;
}
.topics .txtWrap{
  width: 55%;
}
.topics .movie{
  width: 40%;
}
.topics .txtWrap .ttl{
  margin-top:-20px;
}
.topics .txtWrap .txt{
  margin-top:15px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.34em;
}

@media only screen and (max-width: 1400px){
    .sec_concept .blockPoint{
      background: url(../../img/top/img-about-gaikan_pc.png) bottom left 5% no-repeat;
      background-size: 45%;
    }
}
  
@media only screen and (max-width: 768px){
    .sec_concept{
      padding:10% 0;
    }
    .sec_concept .blockAbout{
      background: none;
    }
    .sec_concept .blockAbout .inner .wrap{
      width: 100%;
    }
    .sec_concept .blockAbout .inner .wrap .en{
      width: 40%;
      margin:0 auto;
    }
    .sec_concept .blockAbout .inner .wrap .ttl{
      margin-top:25px;
      font-size: 2.8rem;
      line-height: 1.2;
      text-align: center;
    }
    .sec_concept .blockAbout .inner .wrap .ttl span{
      font-size: 1.4rem;
    }
    .sec_concept .blockAbout .inner .wrap .copy{
      margin-top:40px;
      text-align: center;
    }
    .sec_concept .blockAbout .inner .wrap .copy span{
      display: block;
      margin-bottom:10px;
    }
    .sec_concept .blockAbout .inner .wrap .price{
      margin-top:30px;
    }
    .sec_concept .blockAbout .imgMain{
      width: 100%;
      margin-top:10%;
      position: static;
    }
    .sec_concept .blockAbout .wappen{
      width: 35%;
      position: absolute;
      top:0;
      right:-5%;
      transform: translate(0,-35%);
    }

    /* blockPoint */
    .sec_concept .blockPoint{
      margin:10% 0 0;
      background: none;
    }
    .sec_concept .blockPoint .inner .wrap{
      width: 100%;
      margin:0 auto;
      padding:5%;
      background: url(../../img/top/bg-about-bottom_pc.svg) right top no-repeat;
      background-size: cover;
      border-radius: 6px;
    }
    .sec_concept .blockPoint .inner .wrap h4{
      font-size: 1.8rem;
    }
    .sec_concept .blockPoint .inner .wrap ul li{
      display: block;
      padding: 7% 5%;
      background: url(../../img/top/ico-about-edge_pc.svg) top left no-repeat,#ffffff;
      background-size: 16%;
      border-radius: 4px;
      text-align: center;
    }
    .sec_concept .blockPoint .inner .wrap ul li .no{
      width: 25px;
      margin: 0 auto;
      padding:0;
    }
    .sec_concept .blockPoint .inner .wrap ul li:nth-child(n+1){
      margin-top:20px;
    }
    .sec_concept .blockPoint .inner .wrap ul li:nth-child(2),
    .sec_concept .blockPoint .inner .wrap ul li:nth-child(3){
      margin-left:0;
    }
    .sec_concept .blockPoint .inner .wrap ul li .detail{
      padding-left:0;
      border-left:none;
    }
    .sec_concept .blockPoint .inner .wrap ul li .ttl{
      margin-top:5px;
      font-size: 1.8rem;
    }
    .sec_concept .blockPoint .inner .wrap ul li .txt{
      margin-top:10px;
      font-size: 1.3rem;
      text-align: left;
    }
    .sec_concept .blockPoint .inner .gaikan{
      margin-top:5%;
    }


    /* blockFeature */
    .sec_concept .blockFeature{
      margin:10% 0 0;
    }
    .sec_concept .blockFeature .inner h4{
      font-size: 1.8rem;
    }
    .sec_concept .blockFeature .inner .feature{
      display: block;
      margin-top:7%;
    }
    .sec_concept .blockFeature .inner .feature li{
      width: 85%;
      margin:10% auto 0;
    }
    .sec_concept .blockFeature .inner .feature li .ttl{
      margin-top:20px;
      font-size: 1.6rem;
    }
    .sec_concept .blockFeature .inner .feature li .txt{
      margin-top:8px;
      font-size: 1.3rem;
    }


    /* topics */
    .topics{
      display: block;
      width: 90%;
      margin:10% auto 0;
      padding:5%;
      background: url(../../img/top/bg-movie_pc.svg) center center no-repeat;
      background-size: cover;
    }
    .topics .txtWrap{
      width: 100%;
    }
    .topics .movie{
      width: 100%;
    }
    .topics .txtWrap .ttl{
      margin-top:0;
    }
    .topics .txtWrap .txt{
      margin-top:15px;
      font-size: 1.3rem;
      line-height: 1.7;
      letter-spacing: 0.2em;
    }
}



/*-------------------------------------------------

sec_series

-------------------------------------------------*/

.sec_series{
  padding:100px 0;
  background: url(../../img/top/bg-series_pc.svg) top left no-repeat,rgba(238,230,215,0.5);
  background-size: 12%;
  border-bottom: 6px solid #231815;
}
.sec_series .inner{
  width: 90%;
  max-width: 1400px;
  margin:0 auto;
}
.sec_series .inner .series{
  display: flex;
  justify-content: space-between;
}
.sec_series .inner .series li{
  width: 30%;
  text-align: center;
}

/* margin */
.sec_series .inner .series li.doma .ttl{
  margin-top:25px;
}
.sec_series .inner .series li.slim .ttl{
  margin-top:20px;
}
.sec_series .inner .series li.ldk21 .ttl{
  margin-top:7px;
}

.sec_series .inner .series li .txt{
  margin-top:15px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.4rem;
}
.sec_series .inner .series li .price{
  width: 36%;
  max-width: 140px;
  margin: 20px auto 0;
}
.sec_series .inner .btn.detail{
  width: 90%;
  max-width: 420px;
  margin:40px auto 0;
}
.sec_series .inner .btn.detail a{
  display: block;
  width: 100%;
  padding:15px 0;
  background: #231815; 
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0,0,0,0.45);
  color:#ffffff;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sec_series .inner .btn.detail a::before{
  content:"";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../../img/common/ico_arrow_wh.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top:50%;
  right:7%;
  transform: translate(0,-50%);
  transition: 0.4s;
}
.sec_series .inner .btn.detail a:hover::before{
  right:5%;
}

@media only screen and (max-width: 768px){
    .sec_series{
      padding:10% 0;
      background: url(../img/top/bg-series_pc.svg) top left no-repeat,rgba(238,230,215,0.5);
      background-size: 16%;
    }
    .sec_series .inner .series{
      display: block;
    }
    .sec_series .inner .series li{
      width: 100%;
    }
    .sec_series .inner .series li:nth-child(n+1){
      margin-top:10%;
    }

    /* margin */
    .sec_series .inner .series li.doma .ttl{
      width: 140px;
      margin:25px auto 0;
    }
    .sec_series .inner .series li.slim .ttl{
      margin-top:20px;
    }
    .sec_series .inner .series li.ldk21 .ttl{
      width: 130px;
      margin:7px auto 0;
    }

    .sec_series .inner .series li .txt{
      margin-top:15px;
      font-size: 1.4rem;
      line-height: 1.6;
    }
    .sec_series .inner .btn.detail{
      width: 90%;
      margin:10% auto 0;
    }
    .sec_series .inner .btn.detail a{
      padding:15px 0;
      font-size: 1.6rem;
    }
}



/*-------------------------------------------------

sec_area

-------------------------------------------------*/

.sec_area{
  padding:100px 0;
}
.sec_area .inner{
  width: 90%;
  max-width: 1400px;
  margin:0 auto;
}
.sec_area .inner .en{
  text-align: center;
}
.sec_area .inner .ttl{
  margin-top:20px;
  font-size: 1.8rem;
  text-align: center;
}
.sec_area .inner .txt{
  margin-top:20px;
  font-size: 1.6rem;
  text-align: center;
}
.sec_area .inner .list{
  display: flex;
  margin-top:60px;
  letter-spacing: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_area .inner .list li{
  width: 23%;
}
.sec_area .inner .list li dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec_area .inner .list li dt{
  width: 100%;
  margin-bottom:15px;
  padding:3px 0;
  background: #000;
  border-radius: 4px;
  color:#ffffff;
  text-align: center;
}
.sec_area .inner .list li dd{
  width: 33.3%;
  margin-bottom:7px;
  padding: 0 5px;
  font-size: 1.6rem;
}
.sec_area .inner .list li dd.wide{
  width: 66.6%;
}
.sec_area .inner .list li dd span{
  font-size: 70%;
}
.sec_area .inner .list li .cap{
  margin-top:10px;
  color:#848484;
  font-size: 65%;
  line-height: 1.8;
}

@media only screen and (max-width: 1200px){
    .sec_area .inner .list li{
      width: 48%;
    }
    .sec_area .inner .list li:nth-child(n+3){
      margin-top:30px;
    }
}

@media only screen and (max-width: 768px){
    .sec_area{
      padding:10% 0;
    }
    .sec_area .inner .en{
      width: 35%;
      margin:0 auto;
    }
    .sec_area .inner .ttl{
      margin-top:10px;
      font-size: 1.4rem;
    }
    .sec_area .inner .txt{
      margin-top:20px;
      font-size: 1.4rem;
    }
    .sec_area .inner .list{
      margin-top:7%;
    }
    .sec_area .inner .list li{
      width: 100%;
    }
    .sec_area .inner .list li:nth-child(n+2){
      margin-top:30px;
    }
    .sec_area .inner .list li dt{
      width: 100%;
      margin-bottom:15px;
      padding:3px 0;
    }
    .sec_area .inner .list li dd{
      margin-bottom:7px;
      font-size: 1.5rem;
    }
    .sec_area .inner .list li dd span{
      font-size: 70%;
    }
    .sec_area .inner .list li .cap{
      margin-top:10px;
      font-size: 80%;
    }
}





/* modal */
.modal .box{
  width: 90%;
  max-width: 800px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  position: relative;
}
.modal .style01{
  padding:40px;
  background: #fdfdff;
  border:3px solid #003364;
  border-radius: 4px;
}

.modal .box .close{
  display: inline-block;
  width: 30px;
  height:30px;
  border-radius: 50%;
  background: #003364;
  border: 2px solid #ffffff;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  color:#ffffff;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top:0;
  right:0;
  transform: translate(50%,-50%);
  cursor: pointer;
}
.modal .box .btnClose{
  max-width: 143px;
  margin:20px auto 0;
  padding:7px 0;
  border:1px solid #000000;
  border-radius: 5rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.modal .box .btnClose.wh{
  border:1px solid #ffffff;
  color:#ffffff;
}

.modal .box .txt{
  margin-top:30px;
  line-height: 1.8;
}
.modal .box .videoWrap{
  position: relative;
}
.modal .box .videoWrap::after{
  content: "";
  display: block;
  padding-bottom: 56.5%;
}
.modal .box .videoWrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
