@charset "utf-8";

@media print, screen and (min-width: 768px){
#rwd-content p{
  font-size: 1.8rem!important;
}
#lead-block p{
  font-size: 2.0rem!important;
  line-height: 1.56!important;
}
}
/* --------------------------------------------
  #fv
-------------------------------------------- */

#rwd-main-content #fv {
  padding: 34px 0 43px;
  position: relative;
}
#rwd-main-content #fv .rwd-main-content-group {
  position: relative;
  z-index: 4;
}
#rwd-main-content #fv h1 img {
  /*max-width: 844px;*/
  max-width: 760px;
  width: 100%;
}


/* --------------------------------------------
  #lead-block
-------------------------------------------- */
#rwd-main-content #lead-block .copy { /* リードコピーアニメーション */
width: 100%;
max-width: 809px;
display: block;
margin: 0 auto;
}
#rwd-main-content #lead-block{
background: rgb(195,233,255);
background: linear-gradient(55deg, rgba(195,233,255,1) 0%, rgba(249,242,139,1) 100%);
padding: 2em 0;
background-size: 200% 200%;
animation: gradationAnim 10s ease infinite;
z-index: -10;
}
@keyframes gradationAnim {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}
}
#rwd-main-content #lead-block p {
font-size: 1.8rem;
line-height: calc(32 / 18);
color: #002779;
position: relative;
}
#rwd-main-content #lead-block p.rwd-bold {
font-weight: bold;
}

@media print, screen and (max-width: 767px){
  #rwd-main-content #lead-block .copy {
    width: 147px;
  }
  #rwd-main-content #lead-block p { 
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: calc(30 / 16);
  }
}


/* --------------------------------------------
  .mov-large-wrap
-------------------------------------------- */

#rwd-main-content .mov-large-wrap {
  margin-top: 90px;
}

#rwd-main-content .mov-large-wrap .headline {
  margin-bottom: 0.9em;
  padding-top: 52px;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #212441;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  position: relative;
}
#rwd-main-content .mov-large-wrap .headline::before {
  width: 210px;
  height: 15px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(90deg, #030407 0%, #273A5F 100%);
  background: -webkit-linear-gradient(90deg, #030407 0%, #273A5F 100%);
  background: linear-gradient(90deg, #030407 0%, #273A5F 100%);
}

#rwd-main-content .mov-large-wrap .lead {
  font-size: 1.8rem;
  line-height: calc(32 / 18);
}

#rwd-main-content .mov-large-wrap .headline4 {
  margin-bottom: 0.9em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #212441;
  line-height: 1;
}

@media print, screen and (max-width: 767px){
  #rwd-main-content .mov-large-wrap {
    margin-top: 65px;
  }
  
  #rwd-main-content .mov-large-wrap .headline {
    margin-bottom: 1em;
    padding-top: 45px;
    font-size: 2.2rem;
    line-height: calc(36 / 22);
  }
  #rwd-main-content .mov-large-wrap .headline::before {
    width: 100px;
    height: 10px;
  }

  #rwd-main-content .mov-large-wrap .lead {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
  }
  
  #rwd-main-content .mov-large-wrap .headline4 {
    margin-bottom: 1.2em;
  }
}

/* --------------------------------------------
  #movie
-------------------------------------------- */

#rwd-main-content #movie {
  margin-top: 40px;
  text-align: center;
}
#rwd-main-content #movie .on-bg {
  position: relative;
  z-index: 4;
}

#rwd-main-content #movie .area1 {
  padding-bottom: 43px;
  position: relative;
}
#rwd-main-content #movie .area1::before,
#rwd-main-content #movie .area1::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #d9d1c6;
}
#rwd-main-content #movie .area1::after {
  height: 190px;
  background: #4a5865;
  z-index: 2;
}
#rwd-main-content #movie .area1 .headline2 {
  height: 123px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
}
#rwd-main-content #movie .area1 .headline2 .text1 {
  line-height: 1;
  font-size: 3.2rem;
}
#rwd-main-content #movie .area1 .headline2 .text1 span.rwd-sp-none {
  font-size: 3.2rem;
}
#rwd-main-content #movie .area1 .headline2 .text1-1 {
  display: block;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Noto Serif Japanese';
}
#rwd-main-content #movie .area1 .main-mov {
  display: block;
  width: calc(1017 / 1220 * 100%);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: solid 1px #fff;
  box-sizing: border-box;
}
#rwd-main-content #movie .area1 .main-mov::after {
  width: 159px;
  height: 159px;
  background: url("/jp/design_technology/craftsmanship/vif/img/ico_play_02.png") no-repeat 0 0 / 100% auto;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#rwd-main-content #movie .area1 .main-mov img {
  transition: transform 0.2s ease-out;
}
#rwd-main-content #movie .area1 .main-mov:hover img {
  opacity: 1;
}

#rwd-main-content #movie .area1 .pics {
  width: calc(1134 / 1220 * 100%);
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#rwd-main-content #movie .area1 .pics li {
  width: calc(184 / 1134 * 100%);
  border: solid 1px #fff;
    box-sizing: border-box;
}

#rwd-main-content #movie .area2 {
  padding: 36px 0 40px;
  position: relative;
}
#rwd-main-content #movie .area2::before {
  width: 100%;
  height: 100%;
  /*height: 35%;*/
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
background: rgb(187,209,222);
background: linear-gradient(0deg, rgba(187,209,222,1) 0%, rgba(208,194,158,1) 100%);
  transition: width 1s cubic-bezier(.8,.05,.43,1.04) 1.6s;
}
#rwd-main-content #movie .area2 .note {
  margin-top: 27px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px){
  #rwd-main-content #movie .area1 .main-mov:hover img {
    transform: scale(1.03);
  }
  #rwd-main-content #movie .area2 .movs {
    width: calc(1134 / 1220 * 100%);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #rwd-main-content #movie .area2 .movs li {
    width: calc(550 / 1134 * 100%);
  }
}

@media print, screen and (max-width: 767px){
  #rwd-main-content #movie {
    margin-top: 40px;
  }
  #rwd-main-content #movie .rwd-main-content-group.anim-area {
    width: 100%;
  }

  #rwd-main-content #movie .area1 {
    padding-bottom: 32px;
  }
  #rwd-main-content #movie .area1::after {
    height: 150px;
  }

  #rwd-main-content #movie .area1 .headline2 {
    height: 110px;
    display: block;
    padding-top: 15px;
  }
  #rwd-main-content #movie .area1 .headline2 .text1 {
    margin-bottom: 0.3em;
    font-size: 2rem;
    display: block;
    font-weight: bold;
    line-height: calc(27 / 20);
  }
  #rwd-main-content #movie .area1 .headline2 .text2 {
    font-size: 2.2rem;
    font-weight: 400;
  }
  #rwd-main-content #movie .area1 .headline2 .text2 .serif {
    font-family: 'Noto Serif Japanese';
    font-weight: 400;
    font-size: 2.2rem;
  }
  #rwd-main-content #movie .area1 .headline2 .text2 .small {
    font-size: 1.4rem;
    font-weight: normal;
  }
  
  #rwd-main-content #movie .area1 .main-mov {
    width: calc(337 / 375 * 100%);
    margin: 0 auto;
  }
  #rwd-main-content #movie .area1 .main-mov::after {
    width: 73px;
    height: 73px;
  }

  #rwd-main-content #movie .area1 .pics {
    width: calc(337 / 375 * 100%);
    margin: 22px auto 0;
  }
  #rwd-main-content #movie .area1 .pics li {
    width: calc(166 / 337 * 100%);
  }
  #rwd-main-content #movie .area1 .pics li:nth-child(2) ~ li {
    margin-top: 5px;
  }


  #rwd-main-content #movie .area2 {
    padding: 40px 0 59px;
  }
  #rwd-main-content #movie .area2 .on-bg {
    width: calc(337 / 375 * 100%);
    margin: 0 auto;
  }
  #rwd-main-content #movie .area2 .movs li + li {
    margin-top: 19px;
  }
  #rwd-main-content #movie .area2 .note {
    margin-top: 22px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.2;
  }
}

/*
*/

.articles {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:20px;
}
.articles a{
    cursor: pointer!important;
}
.bg-archives{
  padding:30px 0;
  background: rgb(187,209,222);
  background: linear-gradient(90deg, rgba(187,209,222,1) 0%, rgba(191,206,210,1) 17%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 100%);

}
.articles .pic {
     width: 30%;
     margin-right:1.2em;
     background: #fff;
}
.articles .texts {
     width: calc(70% - 1.2em);
}
.articles .texts .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom:15px!important;
}
.btn-type {
    width: 185px;
    margin-top: 20px;
    padding-bottom: .5em;
    border-bottom: solid 1px #707070;
    display: inline-block;
    font-size: 16px;
    color: #0D157B;
    position: relative;
}
.btn-type::before {
    width: 28px;
    height: 8px;
    border-right: solid 3px #0045A2;
    border-bottom: solid 2px #0045A2;
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    right: 5px;
    z-index: 6;
    display: inline-block;
    transform: skewX(56deg);
    content: "";
    transition: right 0.2s ease-out;
}
.articles:hover .btn-type::before {
    right: -5px;
  }
.articles:hover .pic img{
  opacity: 0.7;
}


@media print, screen and (max-width: 767px) {
.articles {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    margin-bottom:20px;
    padding-left:20px;
}
.articles .pic {
     width: 100%;
     margin-right:0;
     margin-bottom:10px;
     background: #fff;
}
.articles .texts {
     width: 82%;
     margin-bottom:20px;
}
.articles .texts .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom:15px!important;
}
.btn-type {
    font-size: 15px;
}
.btn-type::before {
    width: 24px;
}
}

/* --------------------------------------------
  .sec-vif
-------------------------------------------- */

#rwd-main-content .sec-vif {
  margin-top: 50px;
}

#rwd-main-content .sec-vif .headline {
  margin-bottom: 0.9em;
  padding-top: 52px;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #212441;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  position: relative;
}
#rwd-main-content .sec-vif .headline::before {
  width: 210px;
  height: 15px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(90deg, #030407 0%, #273A5F 100%);
  background: -webkit-linear-gradient(90deg, #030407 0%, #273A5F 100%);
  background: linear-gradient(90deg, #030407 0%, #273A5F 100%);
}
.video-container {
  position: relative;
  width: 100%;
  margin-bottom:20px;
}
.video-container .thumbnail {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
video {
  display: none; /* 最初は非表示 */
  width: 100%;
}

@media print, screen and (max-width:767px){
  #rwd-main-content .sec-vif {
    margin-top: 45px;
  }
  
  #rwd-main-content .sec-vif .headline {
    margin-bottom: 1em;
    padding-top: 45px;
    font-size: 2.6rem;
    line-height: calc(36 / 26);
  }
  #rwd-main-content .sec-vif .headline::before {
    width: 100px;
    height: 10px;
  }
  .youtube-mv iframe{
    width:100%!important;
    margin-bottom:20px;
  }
}

/* -------------------------------------------------
  moreボタン1
------------------------------------------------- */

#rwd-content a.more-style1 {
  width: 26em;
  height: 50px;
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  margin: 20px auto;
}
#rwd-content a.more-style1 .text {
  position: absolute;
  top: 52%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 6;
  font-size: 1.6rem;
  display: inline-block;
  opacity: 0;
  transition: opacity 1s cubic-bezier(.8,.05,.43,1.04);
}
#rwd-content a.more-style1.active .text {
  opacity: 1;
}
#rwd-content a.more-style1 .arrow {
  width: 13px;
  height: 13px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  box-sizing: border-box;
  transform: translateY(-40%) rotate(45deg);
  position: absolute;
  top: 48%;
  right: 9%;
  z-index: 6;
  display: inline-block;
  opacity: 0;
  transition: opacity 1s cubic-bezier(.8,.05,.43,1.04);
}
#rwd-content a.more-style1.active .arrow {
  opacity: 1;
}
#rwd-content a.more-style1 .bg-color {
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  transition: width 0.7s cubic-bezier(.8,.05,.43,1.04) 0.7s, left 0.2s cubic-bezier(.8,.05,.43,1.04);
}
#rwd-content a.more-style1.active .bg-color {
  width: 100%;
}

#rwd-content a.more-style1 .bg-color.br { background: #3a8789; }

#rwd-content a.more-style1 .bg-bk {
  width: 0;
  height: 100%;
  display: inline-block;
  background: #384352;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: width 0.7s cubic-bezier(.8,.05,.43,1.04);
}
#rwd-content a.more-style1.active .bg-bk {
  width: 100%;
}

@media print, screen and (min-width: 768px){
  #rwd-content a.more-style1:hover .bg-color {
    left: 100%;
  }
}

@media print, screen and (max-width:767px){
  #rwd-content a.more-style1 {
    width: 100%;
    height: 54px;
  }
  #rwd-content a.more-style1 .text {
    font-size: 1.5rem;
  }
  #rwd-content a.more-style1 .text {
  left: 6%;
}
#rwd-content a.more-style1 .arrow {
  right: 6%;
}
}

/*BG-img*/
#rwd-main-content #lead-block{
  margin-top:30px;
  position: relative;
}
#rwd-main-content #lead-block .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#rwd-main-content #lead-block .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index:-10;
}

#rwd-main-content #lead-block .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


#rwd-main-content #lead-block .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

#rwd-main-content #lead-block .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

#rwd-main-content #lead-block .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

#rwd-main-content #lead-block .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

#rwd-main-content #lead-block .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

#rwd-main-content #lead-block .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

#rwd-main-content #lead-block .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

#rwd-main-content #lead-block .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

#rwd-main-content #lead-block .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}