﻿/*
------------------------------------------ */
img {
  display: block;
}
.wrap {
  overflow: hidden;
padding-top:60px;
}
.rf__fv {
  position: relative;
}
.fadeIn__fv_img {
  position: relative;
  background-image: url("../images/veena/main_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio:1.4 / 1;
}

/*カスタム動画
---------------------------------------------------------------*/
.videoBox {
  position: relative;
  display:block; 
  width:94%;
  max-width:700px;
  margin: 18px auto 0px;
  overflow: hidden;
  background-color:#fff;
  aspect-ratio:1.78 / 1;
}
@media screen and (min-width: 900px) {
.videoBox{
  margin: 40px auto 0px;
}
}
/*動画用ローダー
--------------------------------*/
.loader-flower-video{
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateZ(0) scale(0.74);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.loader-flower-video div { 
  box-sizing: content-box; 
}

.loader-flower-video.loading div {
  left: 47px;
  top: 24px;
  position: absolute;
  background: #535353;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  transform-origin: 3px 26px;
  animation: loader-flower linear 1s infinite;
}

.loader-flower-video div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #535353;
}
.loader-flower-video div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #535353;
}
.loader-flower-video div:nth-child(3){
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #535353;
}
.loader-flower-video div:nth-child(4){
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #535353;
}
.loader-flower-video div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #535353;
}
.loader-flower-video div:nth-child(6){
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #535353;
}
.loader-flower-video div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #535353;
}
.loader-flower-video div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #535353;
}
.loader-flower-video div:nth-child(9){
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #535353;
}
.loader-flower-video div:nth-child(10){
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #535353;
}
.loader-flower-video div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #535353;
}
.loader-flower-video div:nth-child(12){
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #535353;
}

/* 
---------------------------------------------------------------*/
.video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index:2;
  background-color:#fff;
}
video {
  background-color:#fff;
}



/*
------------------------------------------ */
.sp_only {
   display: none;
}

.quality {
  margin: 130px auto 0;
  max-width: 1100px;
}
.quality .quality_img {
  width: 70%;
  margin: 0 auto;
}
.quality .quality_ttl {
  text-align: center;
  letter-spacing: 3.5px;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 80px;
}
.quality .quality_ttl img {
  width: 30%;
  margin: 0 auto;
}
.quality_detail {
  margin-top: 160px;
}
.quality_detail ul li h2 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}
.quality_detail ul li h2::before {
  content: url(../img/quality_num01.png);
  display: inline-block;
  margin: 0 50px 0 0;
}
.quality_detail ul li p {
  padding-left: 90px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
}
.quality_detail ul li figure {
  margin-top: -60px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: -1;
}
.quality_detail ul li figure img {
  width: 70%;
}
.quality02 ul li {
  clear: both;
  position: relative;
}
.quality02 ul li h2::before {
  content: url(../img/quality_num02.png);
  display: inline-block;
  margin: 0 45px 0 -40px;
}
.quality02 ul li h2 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}
.quality02 ul li p {
  padding-left: 90px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
}
.quality02 .quality02_txt {
  position: absolute;
  top: 10%;
  left: 24%;
}
@media screen and (max-width: 1300px) {
  .quality02 .quality02_txt {
    left: 10%;
	  top: -120px;
  }
}
.quality02 figure {
  width: calc(980 / 1300* 97vw);
  min-width: 780px;
  float: right;
}
.quality02 ul {
  margin-top: 150px;
}
.quality03 ul li h2::before {
  content: url(../img/quality_num03.png);
  display: inline-block;
  margin: 0 45px 0 -40px;
}
.quality03 {
  clear: both;
  margin: 100px 0;
}
.quality03 ul li h2 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}
.quality03 ul li p {
  padding-left: 90px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
}
.quality03 figure {
  width: calc(950 / 1300* 100vw);
  min-width: 680px;
  margin-top: 35px;
}
.quality03_txt {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 50px;
}
.quality02_sub {
  clear: both;
  padding: 50px 15px;
  max-width: 800px;
  margin: 0 auto;
}
.quality02_sub ul {
  display: flex;
  justify-content: space-around;
}
.quality02_sub ul li:first-child {
  margin-right: 50px;
}
.quality02_sub ul li {
  width: 351px;
  height: auto;
}
.quality02_sub ul li h3 {
  margin: 10px 0;
  font-size: 12pt;
}
.quality02_sub ul li p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.quality02_sub h2 {
  font-size: 14pt;
  letter-spacing: 1.5px;
  padding-left: 2%;
  margin: 0 0 20px;
  font-weight: 500;
}
.process {
  position: relative;
}
.process ul {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
}
.process ul li {
  width: 48%;
}
.process ul li h3 {
  background-color: #3476a6;
  color: #fff;
  text-align: center;
  font-size: 15pt;
  padding: 10px 0;
}
.process ul li:nth-child(2) h3 {
  background-color: #4aad9e;
  color: #fff;
  text-align: center;
  font-size: 15pt;
  padding: 10px 0;
}
.process_box {
  display: flex;
  align-items: center;
}
.process_box p {
  font-size: 1.36rem;
  line-height: 1.5;
  margin: 15px 0;
  letter-spacing: 1.5px;
}
.process_box figure {
  width: 35%;
}
.evidence_sec01 {
  background-color: #fff;
  padding: 20px;
}
.evidence_sec01-flx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.evidence_sec01-flx p {
  font-size: 1.5rem;
  padding-bottom: 8px;
  line-height: 1.6;
}
.evidence_sec01-flx01 {
  width: 46%;
}
.evidence_sec01-flx02 {
  width: 50%;
}
.evidence_sec01-flx02 ul {
  padding: 10px 0 0;
}
.evidence_sec01-flx02 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec01-flx02 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec01 h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.evidence_sec02-flx {
  display: flex;
  justify-content: space-between;
}
.evidence_sec02 {
  background-color: #fff;
  padding: 20px;
  margin: 30px 30px 0 0;
}
.evidence_sec03 {
  background-color: #fff;
  padding: 20px;
  margin: 30px 0 0;
}
.evidence_sec03 h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.evidence_sec02 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec02 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec02 h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.evidence_sec03 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec03 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec02-flx p {
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.6;
}
.evidence_sec02 ul {
  padding: 10px 0 0;
}
.evidence_sec03 ul {
  padding: 10px 0 0;
}
.evidence_sec05 ul {
  display: flex;
  justify-content: space-between;
}
.evidence_sec05 ul li {
  background-color: #fff;
  padding: 20px 20px 5px;
}
.evidence_sec05 ul li {
  width: 32%;
}
.evidence_sec05 p.evidence_sec05-ttl {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.evidence_sec05 ul.evidence_sec05-ex {
  display: block;
  padding: 15px 0;
}
.evidence_sec05 ul.evidence_sec05-ex li {
  width: 100%;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec05 ul.evidence_sec05-ex li:first-child {
  padding-bottom: 10px;
}
.evidence_sec05 h4 {
  padding-bottom: 10px;
  font-size: 1.5rem;
}
.evidence_sec06 {
  background-color: #fff;
  padding: 20px;
}
.evidence_sec06 h5 {
  font-size: 13pt;
  letter-spacing: 2px;
}
.evidence_sec06 h6 {
  font-size: 11pt;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.evidence_sec06-flx {
  display: flex;
  justify-content: space-between;
}
.evidence_sec06 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec06 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec06-flx01 {
  width: 48%;
}
.evidence_sec06-flx02 {
  width: 48%;
}
.evidence_sec06-flx ul {
  margin: 15px 0 0;
}
.evidence_sec07 {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.evidence_sec07-box h4 {
  font-size: 13pt;
  letter-spacing: 1.8px;
}
.evidence_sec07 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec07 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec07-box {
  width: 45%;
}
.evidence_sec07 figure {
  width: 45%;
}
.evidence_sec07-box h5 {
  margin: 5px 0 20px;
}
.evidence_sec07_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .movie {
    width: 100%;
  }
}




.rf__qa {
  padding: 50px 0 100px;
  background-color: #f0f0f0;
  margin: 50px 0 0;
}
.rf__qa h2 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 43px auto 60px;
}
.rf__qa h2 span {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 16px;
}
.rf__qa .qa__wrapper {
  max-width: 960px;
  margin: auto;
  margin-bottom: 0px;
}
.rf__qa .qa__wrapper h3 {
  width: 15%;
  margin-bottom: 10px;
}
.rf__qa .qa__box {
  border-top: 1px solid #212121;
  font-size: 1.4rem;
  line-height: 1.7;
}
.rf__qa .qa__q {
  color: #212121;
  padding: 15px 0;
  position: relative;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 2px;
}
.rf__qa .qa__a {
  /*display: none;*/
  padding: 20px 0;
  color: #212121;
  position: relative;
}
.rf__qa h2.evidence_ttl img {
  width: 20%;
  margin: 0 auto;
}



@media screen and (max-width: 960px) {
  .rf__qa {
    padding: 50px 0 100px;
  }
  .rf__qa h2 {
    font-size: 6.0rem;
    margin: 10% 0 9%;
  }
  .rf__qa h2 span {
    font-size: 2.2rem;
    margin-top: 16px;
  }
  .rf__qa .qa__box {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .rf__qa .qa__box {
    font-size: 3.5vw;
  }
  .rf__qa h2 {
    font-size: 8vw;
    margin: 6.5% auto 9%;
  }
  .rf__qa h2 span {
    font-size: 2.93vw;
    margin-top: 16px;
  }
}



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

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  .rf__qa .qa__wrapper {
    padding: 0 20px;
  }
}



@media screen and (max-width: 640px) {

  .howto_video {
    margin: 0;
  }
  .movie {
    width: 100%;
    margin: 30px 0;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .quality {
    margin: 80px 0;
  }
  .quality .quality_ttl img {
    width: 45%;
  }
  .quality .quality_img {
    width: 90%;
  }
  .quality_detail ul li h2::before {
    content: none;
  }
  .quality_detail ul li p {
    padding: 0 20px;
  }
  .quality_detail ul li figure {
    margin: 0;
  }
  .quality_detail ul li figure img {
    width: 100%;
  }
  .quality_detail {
    margin-top: 100px;
  }
  .quality_detail ul li h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .quality_detail-num {
    width: 5%;
    margin: 0 auto 20px;
  }
  .quality02_txt h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 0 20px;
    letter-spacing: 3.5px;
  }
  .quality02_txt p {
    line-height: 2;
    font-size: 1.5rem;
    padding: 0 20px;
  }
  .quality_detail-num02 {
    width: 8%;
    margin: 0 auto 20px;
  }
  .quality02_sub ul {
    display: block;
    text-align: center;
  }
  .quality02_sub ul li:first-child {
    margin: 0 0 50px;
  }
  .quality02_sub ul li img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
  .quality02_sub ul li {
    width: auto;
  }
  .quality02_sub ul li h3 {
    margin: 20px 0 10px;
    font-size: 1.8rem;
  }
  .quality02_sub ul li p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .quality03 ul li h2::before {
    content: none;
  }
  .quality03 ul li h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 0 20px;
    letter-spacing: 3.5px;
  }
  .quality03 ul li p {
    padding: 0 20px;
	  line-height: 1.8;
  }
  .quality03_txt {
    padding: 0;
  }
  .quality03 ul li h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 0 20px;
    letter-spacing: 3.5px;
  }
  .quality03 {
    margin: 50px 0;
  }
  .process ul {
    display: block;
    padding: 0 20px;
  }
  .process ul li {
    width: 100%;
  }
  .rf__qa .qa__wrapper {
    padding: 0 15px;
  }
  .rf__qa .qa__wrapper h3 {
    width: 30%;
  }
  .rf__qa .qa__q {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .evidence_sec01-flx {
    display: block;
  }
  .evidence_sec01-flx01 {
    width: 100%;
  }
  .evidence_sec01-flx02 {
    width: 100%;
    padding-top: 30px;
  }
  .evidence_sec02-flx {
    display: block;
  }
  .evidence_sec02 {
    margin: 30px 0 0;
  }
  .rf__qa h2.evidence_ttl img {
    width: 30%;
  }
  .rf__qa h2 span {
    margin-top: 8px;
  }
  .evidence_sec05 ul {
    display: block;
  }
  .evidence_sec05 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .evidence_sec05 ul.evidence_sec05-ex li:first-child {
    margin: 0;
  }
  .evidence_sec05 ul.evidence_sec05-ex li {
    font-size: 1rem;
  }
  .evidence_sec05 p.evidence_sec05-ttl {
    padding-bottom: 10px;
  }
  .evidence_sec05 h4 {
    font-size: 1.27rem;
  }
  .evidence_sec06-flx {
    display: block;
  }
  .evidence_sec06-flx01 {
    width: 100%;
  }
  .evidence_sec06-flx02 {
    width: 100%;
    margin: 30px 0 10px;
  }
  .evidence_sec06 h5 {
    padding-bottom: 10px;
  }
  .evidence_sec07 {
    display: block;
  }
  .evidence_sec07-box {
    width: 100%;
  }
  .evidence_sec07 figure {
    width: 100%;
  }
  .evidence_sec07 {
    display: none;
  }
  .evidence_sec07_sp {
    display: block;
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
  }
  .evidence_sec07_sp ul {
    margin: 18px 0 0;
  }
  .evidence_sec07_sp ul li:nth-child(1) {
    padding-bottom: 10px;
  }
  .evidence_sec07_sp ul li {
    font-size: 1.1rem;
    line-height: 1.5;
    text-indent: -0.6em;
    padding-left: 0.3em;
  }
  .evidence_sec06 h5 {
    font-size: 15pt;
  }
  .evidence_sec07-box h4 {
    font-size: 15pt;
  }
  .process {
    padding-top: 35px;
  }
	.quality02_sub h2{
		margin-bottom: 50px;
		text-align: center;
		font-weight: 400;
	}
	.evidence_sec06 h6{
		font-size: 1.27rem;
	}
	
}