@charset "utf-8";
/* CSS Document */
.yon_header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.yon_logo>p>img:last-of-type{display: none;}
.yon_header.active .yon_logo>p>img:first-of-type{display: none;}
.yon_header.active .yon_logo>p>img:last-of-type{display: inline;}
.yon_navi li a{color: #FFFFFF;}
.yon_header.active .yon_navi li a{color: #323232}
.yon_navi li img:last-of-type{display: none;}
.yon_header.active .yon_navi li img:first-of-type{display: none;}
.yon_header.active .yon_navi li img:last-of-type{display: inline;}

.yon_top{
  height: 720px;
  margin-bottom: 80px;
}
.yon_top li{
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.yon_top li.yon_sd01{background-image: url("../img/index/ph_slide01.jpg")}
.yon_top li.yon_sd02{background-image: url("../img/index/ph_slide02.jpg")}
.yon_top li.yon_sd03{background-image: url("../img/index/ph_slide03.jpg")}
.yon_top li.yon_sd04{background-image: url("../img/index/ph_slide04.jpg")}
.yon_top li.yon_sd05{background-image: url("../img/index/ph_slide05.jpg")}
.yon_top li.yon_sd06{background-image: url("../img/index/ph_slide06.jpg")}
.yon_top li.yon_sd07{background-image: url("../img/index/ph_slide07.jpg")}
.yon_top li img:nth-of-type(2){display: none;}
.yon_top li p{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 102px;
  text-align: center;
  font-weight: bold;
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000;
}

.yon_bnr{
  width: 1000px;
  margin: 0 auto 96px;
  text-align: center;
}
.yon_infoarea{
  width: 1240px;
  margin: 0 0 88px auto;
}
.yon_infoblock{
  display: flex;
  margin-bottom: 16px;
  padding: 24px 88px 24px 40px;
  border-radius: 8px 0 0 8px;
  background-color: #ECECE0;
}
.yon_infoblock dt{
  width: 286px;
  margin-right: 56px;
  text-align: right;
}
.yon_infoblock dt p{
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #394384;
}
.yon_infoblock dt span{
  display: block;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
}
.yon_infoblock dt span a{color: #394384;}
.yon_infoblock dt span img{
  margin-left: 8px;
  margin-bottom: 8px;
}

.yon_infoblock dd{width: 770px;}
.yon_infoblock dd ul{
  display: flex;
  width: 570px;
}
.yon_infoblock dd li{
  width: 168px;
  margin-right: 20px;
}
.yon_infoblock dd li a{
  display: block;
  margin-bottom: 8px;
}
.yon_infoblock dd li p{
  font-size: 0.75rem;
  color: #394384;
}
.yon_infoblock dd.yon_sns{
  display: flex;
  justify-content: space-between;
}
.yon_infoblock dd.yon_sns div{
  width: 380px;
  overflow: hidden;
}

/* twitter */
.twitter-timeline,
.timeline,
.timeline-Widget {
  width:100% !important;
  min-width: 100% !important;
  height: 240px !important;
  margin-bottom:0 !important;
}
.timeline-Tweet-text{font-size:1rem !important;}
.h-card{text-align:left;}
.timeline-Viewport{height: 240px !important;}



.yon_buyarea{
  margin-bottom: 104px;
  background: linear-gradient(#fff 0%, #fff 23.01%, #ffec88 41.34%, #fffabc 76.38%, #fff 100%);
}
h2{
  margin-bottom: 16px;
  text-align: right;
  font-size: 3.75rem;
  font-weight: bold;
  color: #394384;
}
h2 i{
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear 0.25s;
}
.yon_buyarea h2::after{
  content: "";
  display: inline-block;
  width: 0;
  margin-left: 24px;
  vertical-align: super;
  border-bottom: 3px solid #394384;
  transition: all 0.25s linear;
}
.yon_buyarea h3{
  margin-bottom: 36px;
  font-size: 3.125rem;
  font-weight: bold;
  text-align: center;
  color: #222222;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear 0.5s;
}
.yon_buyarea h3 b{
  color: #394384;
  background: linear-gradient(#FFFFFF 0% 90%, #FFDA26 90% 100%);
}
.yon_txt03{
  line-height: 2;
  margin-bottom: 55px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}
.yon_buyarea ul{
  display: flex;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto 80px;
}
.yon_buyarea li{
  width: 380px;
  height: 342px;
  padding: 40px 34px 48px;
  text-align: center;
  border-radius: 8px;
  background: #FFFFFF;
  opacity: 0;
  transform: translateY(20px);
}
.yon_buyarea li:first-of-type{transition: all 0.25s linear;}
.yon_buyarea li:nth-of-type(2){
  margin-top: 60px;
  transition: all 0.25s linear 0.2s;
}
.yon_buyarea li:last-of-type{transition: all 0.25s linear 0.1s;}
.yon_buyarea li h4{
  position: relative;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #323232;
}
.yon_buyarea li h4 span{
  position: absolute;
  display: block;
  bottom: -12px;
  left: calc(50% - 42px);
  font-size: 0.75rem;
}
.yon_buyarea li p{
  height: 145px;
  line-height: 2;
  font-size: 0.875rem;
  color: #333;
}
.yon_buyarea li a{
  display: inline-block;
  width: 224px;
  height: 56px;
  padding: 12px 0;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  font-weight: bold;
  color: #394384;
  background: #acdce6;
  border-radius: 8px;
}
.yon_linkbnr{
  display: block;
  margin: auto;
  width: 600px;
  height: 80px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 8px;
  background: #394384;
}


/*animation*/
.yon_buyarea.active h2 i{
  opacity: 1;
  transform: none;
}
.yon_buyarea.active h2::after{width: calc(50% + 384px);}
.yon_buyarea.active h3{
  opacity: 1;
  transform: none;
}
@media screen and (min-width:769px){
  .yon_buyarea ul.active li{
    opacity: 1;
    transform: none;
  }
}





.yon_sellarea{margin-bottom: 160px;}
.yon_sellarea h2{text-align: left;}
.yon_sellarea h2::before{
  content: "";
  display: inline-block;
  width: 0;
  margin-right: 24px;
  vertical-align: super;
  border-bottom: 3px solid #394384;
  transition: all 0.25s linear;
}
.yon_yahooaera{
  position: relative;
  height: 520px;
  margin-bottom: 30px;
  padding-top: 66px;
}
.yon_yahbg1,
.yon_yahbg2{
  height: 120px;
  overflow: hidden;
  margin-bottom: 15px;
}
.yon_yahbg1 li,
.yon_yahbg2 li{width: 120px !important;}
.yon_yahbg1 img,
.yon_yahbg2 img{
  width: 100%;
  max-width: none;
}
.yon_yahbg1 .slick-slide,
.yon_yahbg2 .slick-slide{
  width: 120px !important;
  margin-right: 32px;
}
.yon_yahooaera .yon_yahcircle{
  position: absolute;
  width: 400px;
  height: 400px;
  left: calc(50% - 200px);
  top: calc(50% - 200px);
  padding-top: 100px;
  text-align: center;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.yon_yahooaera .yon_yahcircle p{
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #394384;
}
.yon_yahooaera .yon_yahcircle span{
  display: block;
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #323232;
}

.yon_linkcolm{
  display: flex;
  justify-content: space-around;
  width: 1064px;
  margin: 0 auto 32px;
  padding: 30px 150px;
  background-color: #F5F5F5;
}
.yon_linkcolm a{
  display: block;
  margin: auto;
  width: 300px;
  height: 80px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #394384;
  border-radius: 8px;
  border: 2px solid #394384;
  background-color: #FFFFFF;
}
.yon_txt03 a{
  text-decoration: underline;
  color: #3196BD;
}


/*animation*/
.yon_sellarea.active h2 i{
  opacity: 1;
  transform: none;
}
.yon_sellarea.active h2::before{width: calc(50% + 384px);}






.yon_custodyarea{
  margin-bottom: 144px;
  background: linear-gradient(#fff 0%, #ffec88 57.02%, #fffabc 87.36%, #fff 100%);
}
.yon_custodyarea h2::after{
  content: "";
  display: inline-block;
  width: 0;
  margin-left: 24px;
  vertical-align: super;
  border-bottom: 3px solid #394384;
  transition: all 0.25s linear;
}
.yon_custodyarea h3{
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #222;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear 0.5s;
}
.yon_custodyarea h3 b{color: #394384;}
.yon_custodyarea ul{
  margin:0 auto 48px;
}
.yon_sldani .slick-slider .slick-track{
  display: flex;
  justify-content: space-between;

}
.yon_custodyarea ul li{
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 235px !important;
  height: 235px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #5a5a5a;
  border-radius: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.28) 0%, #fff 100%);
}


/*animation*/
.yon_custodyarea.active h2 i{
  opacity: 1;
  transform: none;
}
.yon_custodyarea.active h2::after{width: calc(50% + 268px);}
.yon_custodyarea.active h3{
  opacity: 1;
  transform: none;
}





@media screen and (min-width:769px){
  .yon_infoblock dt span a:hover{opacity: 0.7;}
  .yon_infoblock dd li a:hover{opacity: 0.7;}
  .yon_buyarea li a:hover{opacity: 0.7;}
  .yon_linkbnr:hover{opacity: 0.7;}
  .yon_yahooaera a:hover{opacity: 0.7;}
  .yon_linkcolm a:hover{opacity: 0.7;}
  .yon_txt03 a:hover{text-decoration: none;}
}




















/*-----------------------------------------*/
/*--------------レスポンシブ---------------*/
/*-----------------------------------------*/
@media screen and (max-width:768px){
  .yon_header{padding-top: 10px;}
  .yon_top{height: auto;}
  .yon_top li{background-size: cover;}
  .yon_top li p{
    bottom: 40px;
    font-size: 2rem;
  }


  .yon_mnbtn img:nth-of-type(n+2){display: none;}


  .yon_header.active+.yon_mnbtn img{display: none;}
  .yon_header.active+.yon_mnbtn img:nth-of-type(2){display: inline;}

  .yon_mnbtn.active img:nth-of-type(2),
  .yon_header.active+.yon_mnbtn.active img:nth-of-type(2){display: none;}
  .yon_mnbtn.active img:nth-of-type(3){display: inline;}

  .yon_infoarea{
    width: 100%;
    padding: 0 10px;
  }
  .yon_infoblock{
    display: block;
    padding: 24px 5px 30px;
    border-radius: 8px;
  }
  .yon_infoblock dt{
    margin: 0 auto 30px;
    text-align: center;
  }
  .yon_infoblock dt p{margin-bottom: 10px;}
  .yon_infoblock dd{width: 100%;}
  .yon_infoblock dd ul{
    width: 100%;
    justify-content: space-around;
  }
  .yon_infoblock dd li{
    width: 30%;
    margin-right: 0;
  }
  .yon_infoblock dd li img{width: 100%;}
  .yon_infoblock dd.yon_sns div{width: 48%;}

  .yon_buyarea.active h2::after{width: 72%;}
  .yon_buyarea ul{
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .yon_buyarea li{
    width: 100%;
    height: auto;
  }
  .yon_buyarea li:nth-of-type(2),
  .yon_buyarea li:nth-of-type(3){margin-top: 20px;}

  .yon_buyarea li.active{
    opacity: 1;
    transform: none;
  }


  .yon_sellarea{padding: 0 10px;}
  .yon_sellarea.active h2::before{width: 72%;}
  .yon_linkcolm{
    width: 100%;
    padding: 30px 0;
  }


  .yon_custodyarea.active h2::after{width: 59%;}
  .yon_custodyarea h3 span{display: block;}
  .yon_custodyarea ul{overflow: hidden;}
  .yon_custodyarea ul li{
    width: 158px !important;
    height: 158px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width:420px){
  .yon_top{margin-bottom: 40px;}
  .yon_top li p{font-size: 1.375rem;}
  .yon_top li img:nth-of-type(1){display: none;}
  .yon_top li img:nth-of-type(2){display: inline;}
  .yon_bnr{
    width: 96%;
    margin-bottom: 50px;
  }

  .yon_infoblock dd li p{font-size: 0.625rem;}
  .yon_infoblock dd.yon_sns{flex-wrap: wrap;}
  .yon_infoblock dd.yon_sns div{
    width: 100%;
    margin-bottom: 24px;
  }

  h2{font-size: 1.875rem;}
  .yon_buyarea h3{font-size: 1.875rem;}
  .yon_buyarea h3 span{display: block;}
  .yon_txt03{
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .yon_txt03 span{display: inline-block;}
  .yon_buyarea li{padding: 40px 15px;}
  .yon_buyarea li h4 span{font-size: 0.75rem;}
  .yon_buyarea li p span{display: inline-block;}

  .yon_linkbnr{
    width: calc(100% - 60px);
    height: 60px;
    padding-top: 16px;
    font-size: 1rem;
  }
  .yon_linkcolm{display: block;}
  .yon_linkcolm .yon_linkbnr:first-of-type{margin-bottom: 40px;}
  .yon_linkcolm .yon_linkbnr{width: calc(100% - 60px);}


  .yon_yahooaera .yon_yahcircle{
    width: 204px;
    height: 204px;
    left: calc(50% - 102px);
    top: calc(50% - 102px);
    padding-top: 48px;
  }
  .yon_yahooaera .yon_yahcircle p{font-size: 1.5rem;}
  .yon_yahooaera .yon_yahcircle span{font-size: 0.75rem;}
  .yon_yahooaera .yon_yahcircle img{width: 32px;}

  .yon_custodyarea h3{font-size: 1.875rem;}
  .yon_linkcolm p:first-of-type a{margin-bottom: 20px;}
}
@media screen and (max-width:375px){}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){}


