@charset "utf-8";
.header__online-shop-btn,.sp-fix-nav{display: none;}
/*メインコンテンツ内 共通
---------------------------------------------------------------------------*/
video{
  width: 100%;
  height: auto;
}
.nv-mainContents{
  padding: 185px 0 120px;
}
.nv-mainContents * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nv-mainContents p:not(.not){
  font-size: 18px;
  line-height: 1.66;
}
/*
.nv-mainContents img:not(.not){
  width: revert-layer;
}
*/
.bgClrDEF2FF{
  background-color: #DEF2FF;
}
/*ページ内ナビゲーション
----------------------------------------*/
.nv-nav{
  background-color: #009FE8;
}
.nv-nav ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 1050px;
  margin: auto;
}
.nv-nav ul li{
  text-align: center;
}
.nv-nav ul li a{
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .02em;
  padding: 0 26px;
  text-decoration: none;
  min-height: 46.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 769px){
  .nv-nav ul li:not(:first-of-type){
    border-left: 1px solid #fff;
  }
  .nv-nav ul li:hover{
    background-color: #d2edfa;
  }
  .nv-nav ul li:hover a{
    color: #009FE8;
  }
}
/*メインビジュアル
----------------------------------------*/
.nv-mainVisual{
  background: url(../images/mv-bg-pc.jpg) no-repeat 50% 50% / cover;
  width: 100%;
  height: 500px;
  padding-top: 68px;
  text-align: center;
}
/*コンタクトエリア
----------------------------------------*/
.nv-contactArea{
  text-align: center;
}
.nv-contactArea1{
  padding: 90px 0;
  text-align: center;
}
/*詳しくはこちら
----------------------------------------*/
.nv-moreArea{
  text-align: center;
}
/*おすすめの理由
----------------------------------------*/
/*共通
----------------------*/
.nv-rsnTtlWrap{
  text-align: center;
}
.nv-rsnTtl_num{
  background-color: #fff;
  border: 2px solid #009FE8;
  border-radius: 24px;
  color: #009FE8;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  width: 330px;
  line-height: 60px;
}
.nv-rsnTtl_catch{
  margin-top: 40px;
}
.nv-secTtl{
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  text-align: center;
}
/*intro
----------------------*/
.nv-rsnIntro{
  padding: 0 0 300px;
  text-align: center;
  position: relative;
  clip-path: ellipse(100% 100% at top);
}
.nv-rsnIntroTtlWrap{
  background-color: #71A8E1;
  padding: 66px 0;
  position: relative;
}
.nv-rsnIntroTtlWrap:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 50px solid #71A8E1;
}
.nv-rsnInt_boxWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 140px;
}
/*sec1
----------------------*/
.nv-rsnSec1{
  padding: 90px 0 120px;
}
.nv-rsnSec1_bubble{
  background-color: #FFF9E5;
  padding: 44px 0 10px 50px;
}
.nv-rsnSec1_boxWrap{
  display: flex;
  flex-wrap: wrap;
}
.nv-rsnSec1_box{
  width: 495px;
}
.nv-rsnSec1_box:last-of-type{
  margin-left: auto;
}
.nv-rsnSec1_box p{
  margin-top: 15px;
}
.nv-rsnSec2_env-note.pc-mt-1-5.sp-mt-1-5.chu {
    margin: 0!important;
    line-height: 3ex;
}
/*sec2
----------------------*/
.nv-rsnSec2{
  padding: 120px 0;
}
.nv-rsnSec2_boxWrap{
  display: flex;
  flex-wrap: wrap;
}
.nv-rsnSec2_box{
  width: 495px;
}
.nv-rsnSec2_box:last-of-type{
  margin-left: auto;
}
.nv-rsnSec2_box p{
  margin-top: 15px;
}
.nv-rsnSec2_ingrTtl{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.nv-rsnSec2_ingr_content{
  background-color: #fff;
  padding:32px 38px 62px;
}
.nv-rsnSec2_ingr_img{
  text-align: center;
}
.nv-rsnSec2_soapTtl{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.nv-rsnSec2_soap_boxWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nv-rsnSec2_soap_box{
  margin: 0 20px;
}
.nv-rsnSec2_environment{
  background-color: #fff;
}
.nv-rsnSec2_envTtl{
  background-color: #71A7E1;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .01em;
  text-align: center;
  padding: 20px 0;
}
.nv-rsnSec2_envInr{
  padding: 35px 32px 40px;
}
.nv-rsnSec2_env-desc{
  background-color: #FFF9E5;
  padding: 20px 18px;
}
.nv-rsnSec2_env-note{
  font-size: 15px;
}
/*sec3
----------------------*/
.nv-rsnSec3{
  padding: 150px 0 80px;
}
.nv-rsnSec3_boxWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nv-rsnSec3_box{
  width: 330px;
  margin: 0 20px;
}
.nv-rsnSec3_box p{
  margin-top: 10px;
}
/*商品紹介
----------------------------------------*/
.nv-productIntro{
  padding: 60px 0;
}
.nv-prodInt_prodName{
  background-color: #DEF2FF;
  color: #009FE8;
  font-size: 28px;
  font-weight: 600;
  padding: 26px 25px;
}
.nv-prodInt_boxWrap{
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
.nv-prodInt_box{
  width: 316px;
  margin-top: 40px;
  margin-left: 50px;
}
.nv-prodInt_box h5{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 8px;
}
.nv-prodInt_box p{
  margin-top: 14px;
}
.nv-prodInt_info{
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 28px 46px 22px;
}
.nv-prodInt_info ul li{
  font-size: 18px;
  line-height: 1.25;
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.nv-prodInt_info ul li:before{
  content: "■";
  color: #009FE8;
  font-size: 24px;
  margin-right: 6px;
}
.nv-prodInt_note{
  font-size: 15px;
  margin-top: 24px;
}
/*お客様の声
----------------------------------------*/
.nv-voice{
  padding: 60px 0;
}
.nv-vo_boxWrap{
  display: flex;
  flex-wrap: wrap;
  margin-left: -78px;
}
.nv-vo_box{
  background-color: #F2F9FF;
  margin-top: 50px;
  padding: 30px 22px 60px;
  width: 485px;
  margin-left: 78px;
}
.nv-vo_box h5{
  color: #009FE8;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.nv-vo_box p{
  margin-top: 5px;
  word-break: break-all;
}
h4.mini-title {
    font-size: 1.5rem;
    text-align: center;
    margin: 15px 0 10px;
    font-weight: 700;
    color: #009FE8;
}
/*初めての方
----------------------------------------*/
.nv-howTo{
  padding: 60px 0;
}
.nv-howToFlow{
  padding: 70px 0;
}
.nv-howToFlowTtl{
  text-align: center;
}
.nv-howToFlow_boxWrap{
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 34px 30px 40px;
}
.nv-howToFlow_box{
  width: 225px;
  position: relative;
}
.nv-howToFlow_box:not(:last-of-type):after{
  content: "";
  background: url(../images/ht-step-arrow-pc.png) no-repeat 50% 50% / 14px auto;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 103px;
  right: -24px;
}
.nv-howToFlow_box_step{
  padding-top: 52px;
}
.nv-howToFlow_box_step.type1{
  background: url(../images/ht-step-icon1-pc.png) no-repeat 100% 0 / 50px auto;
}
.nv-howToFlow_box_step.type2{
  background: url(../images/ht-step-icon2-pc.png) no-repeat 100% 0 / 50px auto;
}
.nv-howToFlow_box_step p{
  color: #71A7E1;
  font-size: 25px;
  font-weight: 700;
}
.nv-howToFlow_box_step h4{
  background-color: #009FE8;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 54px;
  margin-top: 8px;
}
.nv-howToFlow_desc{
  font-size: 17px;
  line-height: 1.52;
  margin-top: 8px;
}
.nv-howToFlow_desc a{
  color: #FF7495;
}
.nv-howToFlow_note{
  font-size: 15px;
  line-height: 1.73;
  margin-top: 24px;
}
/*納期について
----------------------------------------*/
.nv-howToAbout{
  padding: 90px 0;
}
/*発注ロット
----------------------------------------*/
.nv-howToLot_boxWrap{
  display: flex;
  flex-wrap: wrap;
}
.nv-howToLot_box{
  background-color: #DEF2FF;
  width: 500px;
  margin-top: 30px;
  padding-bottom: 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.nv-howToLot_box:last-of-type{
  margin-left: auto;
}
.nv-howToLot_box h4{
  background-color: #009FE8;
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  padding: 26px 5px;
}
.nv-howToLot_box h4 span{
  color: #FCEE21;
}
.nv-howToLot_box p{
  font-size: 21px;
  line-height: 1.61;
  margin: 20px 0 15px;
}
.nv-howToLot_box p span{
  font-size: 15px;
}
.nv-howToLot_box a{
  background: #fff url(../images/ht-lot-arrow-pc.png) no-repeat 95.5% 50% / 25px auto;
  border: 2px solid #009FE8;
  border-radius: 15px;
  color: #009FE8;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  margin: auto auto 0;
  width: 380px;
  justify-self: end;
}
.btn-contactFix{
  right: 12px;
  bottom: 180px;
  position: fixed;
  z-index: 99;
}
@media (max-width: 768px){
/*メインコンテンツ内 共通
---------------------------------------------------------------------------*/
.nv-mainContents{
  padding: calc(74px + ((1vw - 3.75px) * 7.6336)) 0 60px;
}
.nv-mainContents p:not(.not){
  font-size: 15px;
  line-height: 1.36;
}
iframe{
  height: calc((100vw - 40px) * 0.563);
}
/*コンタクトエリア
----------------------------------------*/
.nv-contactArea1{
  padding: 20px;
}
.nv-btn-contact img{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-howTo + .nv-contactArea{
  padding: 0 20px;
}
/*詳しくはこちら
----------------------------------------*/
.btn-more-img{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
/*ページ内ナビゲーション
----------------------------------------*/
.nv-nav ul{
  width: 100%;
  padding: 0;
}
.nv-nav ul li:nth-of-type(-n+3){
  width: calc(100% / 3);
}
.nv-nav ul li:nth-of-type(n+4){
  width: calc(100% / 2);
}
.nv-nav ul li:not(:nth-of-type(3n+1)){
  border-left: 1px solid #fff;
}
.nv-nav ul li:not(:nth-of-type(n+4)){
  border-bottom: 1px solid #fff;
}
.nv-nav ul li a{
  font-size: 14px;
  padding: 0;
  min-height: 50px;
}
/*メインビジュアル
----------------------------------------*/
.nv-mainVisual{
  background: url(../images/mv-bg-sp.jpg) no-repeat 50% 50% / cover;
  height: 450px;
  padding-top: 15px;
  text-align: center;
}
.nv-mv-item-img{
  width: 94%;
  max-width: 360px;
  margin: auto;
}
/*共通
----------------------*/
.nv-rsnTtl_num{
  border-width: 1px;
  font-size: 16px;
  line-height: 38px;
  width: 200px;
  border-radius: 20px;
}
.nv-rsnTtl_catch{
  margin-top: 18px;
}
/*intro
----------------------*/
.nv-rsnIntro{
  padding: 0 0 90px;
  clip-path: ellipse(180% 100% at top);
}
.rsn-intro-ttl-img{
  width: 286px;
  margin: auto;
}
.nv-rsnIntroTtlWrap{
  padding: 40px 0;
}
.nv-rsnIntroTtlWrap:before{
  border: 20px solid transparent;
  border-top: 25px solid #71A8E1;
  margin-left: -20px;
}
.nv-rsnInt_boxWrap{
  flex-direction: column;
  margin-top: 45px;
}
.nv-rsnInt_box{
  margin-top: 16px;
}
.rsn-intro-img1,
.rsn-intro-img2,
.rsn-intro-img3{
  width: 100%;
  max-width: 335px;
  margin: auto;
}
/*sec1
----------------------*/
.nv-rsnSec1{
  padding: 50px 0;
}
.rsn-sec1-catch{
  width: 100%;
  max-width: 270px;
  margin: auto;
}
.nv-rsnSec1_bubble{
  padding: 12px 20px;
}
.rsn-sec1-bubble{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-rsnSec1_boxWrap{
  padding: 0 20px;
}
.nv-rsnSec1_box{
  width: 100%;
  margin-top: 20px;
}
.nv-rsnSec1_box p{
  margin-top: 10px;
}
.rsn-sec1-img1,
.rsn-sec1-img2{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-rsnSec1_movie{
  padding: 0 20px;
}
/*sec2
----------------------*/
.nv-rsnSec2{
  padding: 50px 20px;
}
.rsn-sec2-catch{
  width: 100%;
  max-width:306px;
  margin: auto;
}
.nv-rsnSec2_box{
  width: 100%;
  margin-top: 20px;
}
.nv-rsnSec2_box img{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-rsnSec2_box p{
  margin-top: 10px;
}
.nv-rsnSec2_ingrTtl{
  font-size: 25px;
  line-height: 1.3;
}
.rsn-sec2-ingr-ttl{
  width: 100%;
  max-width: 292px;
  margin: auto;
}
.nv-rsnSec2_ingr_content{
  padding: 25px 20px 20px;
}
.rsn-sec2-ingr{
  width: 100%;
  max-width: 330px;
  margin: auto;
}
.nv-rsnSec2_soapTtl{
  font-size: 25px;
  line-height: 1.3;
}
.rsn-sec2-soap-ttl{
  width: 100%;
  max-width: 342px;
  margin: auto;
}
.nv-rsnSec2_soap_box{
  width: 100%;
  margin: 20px 0 0;
}
.rsn-sec2-soap-img1,
.rsn-sec2-soap-img2,
.rsn-sec2-soap-img3{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-rsnSec2_envTtl{
  font-size: 17px;
  padding: 10px 0;
}
.rsn-sec2-env-ttl{
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.nv-rsnSec2_envInr{
  padding: 30px 14px;
}
.rsn-sec2-env-img{
  width: 100%;
  max-width: 362px;
  margin: auto;
}
.nv-rsnSec2_env-desc{
  padding: 15px 12px;
}
.nv-rsnSec2_env-note{
  line-height: 1.36;
  padding: 0 10px;
}
.nv-rsnSec2_env-note.pc-mt-1-5.sp-mt-1-5.chu {
  margin-top: 12px !important;
  font-size: 10px;
}
/*sec3
----------------------*/
.nv-rsnSec3{
  padding: 50px 20px;
}
.rsn-sec3-catch{
  width: 100%;
  max-width: 324px;
  margin: auto;
}
.nv-rsnSec3_box{
  width: 100%;
  margin: 20px 0 0;
}
.rsn-sec3-img1,
.rsn-sec3-img2,
.rsn-sec3-img3{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
/*商品紹介
----------------------------------------*/
.nv-productIntro{
  padding: 50px 20px 40px;
}
.prod-intro-ttl{
  width: 112px;
  margin: auto;
}
.nv-prodInt_prodName{
  font-size: 20px;
  padding: 18px 10px;
}
.nv-prodInt_boxWrap{
  margin-left: 0;
}
.nv-prodInt_box{
  width: 100%;
  margin: 30px 0 0;
}
.nv-prodInt_box img{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-prodInt_box h5{
  font-size: 17px;
  margin-top: 16px;
}
.nv-prodInt_box p{
  margin-top: 8px;
}
.nv-prodInt_info{
  padding: 15px 12px;
}
.nv-prodInt_info ul li{
  font-size: 15px;
}
.nv-prodInt_info ul li:before{
  font-size: 20px;
}
.nv-prodInt_note{
  margin-top: 15px;
}
/*お客様の声
----------------------------------------*/
.nv-voice{
  padding: 30px 0;
}
.vo-ttl{
  width: 140px;
  margin: auto;
}
.nv-vo_boxWrap{
  margin-left: 0;
}
.nv-vo_box{
  width: 100%;
  margin: 20px 0 0 0;
  padding: 30px 20px;
}
.nv-vo_box h5{
  font-size: 17px;
  margin-bottom: 12px;
}
.nv-vo_box img{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-vo_box p{
  margin-top: 15px;
}
h4.mini-title {
    font-size: 16px;
}
/*初めての方
----------------------------------------*/
.nv-howTo{
  padding: 30px 0;
}
.ht-ttl{
  width: 140px;
  margin: auto;
}
.nv-howToFlow{
  padding: 20px 20px 50px;
}
.ht-flow-ttl{
  width: 330px;
  margin: auto;
}
.nv-howToFlow_boxWrap{
  padding: 15px 15px 20px;
  max-width: 390px;
  margin: auto;
}
.nv-howToFlow_box{
  width: 100%;
}
.nv-howToFlow_box:not(:last-of-type){
  padding-bottom: 40px;
}
.nv-howToFlow_box:not(:last-of-type):after {
  content: "";
  background: url(../images/ht-step-arrow-sp.png) no-repeat 50% 50% / 36px auto;
  width: 36px;
  height: 28px;
  position: absolute;
  top: auto;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: auto;
}
.nv-howToFlow_box_step{
  padding-top: 15px;
}
.nv-howToFlow_box_step.type1 {
  background-size: 48px auto;
  background-position: 100% 5px;
}
.nv-howToFlow_box_step.type2 {
  background-size: 48px auto;
  background-position: 100% 5px;
}
.nv-howToFlow_box_step p{
  font-size: 20px;
}
.nv-howToFlow_box_step h4{
  font-size: 17px;
  line-height: 40px;
  text-align: left;
  padding: 0 12px;
  width: calc(240px + ((1vw - 3.75px) * 90.9091));
  max-width: 290px;
}
.nv-howToFlow_desc{
  font-size: 15px;
  margin-top: 12px;
}
.nv-howToFlow_note{
  font-size: 14px;
  margin-top: 20px;
}
/*納期について
----------------------------------------*/
.nv-howToAbout{
  padding: 60px 20px;
}
.ht-about-ttl{
  width: 312px;
  margin: auto;
}
.nv-howToAbout_img img{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
/*発注ロット
----------------------------------------*/
.nv-howToLot{
  padding: 0 20px;
}
.ht-lot-ttl{
  width: 100%;
  max-width: 390px;
  margin: auto;
}
.nv-howToLot_box{
  width: 100%;
  padding-bottom: 25px;
}
.nv-howToLot_box h4{
  font-size: 19px;
  padding: 18px 5px;
}
.nv-howToLot_box p{
  font-size: 15px;
  margin: 15px 0;
}
.nv-howToLot_box a{
  border-width: 1px;
  border-radius: 10px;
  background-size: 18px auto;
  width: 90%;
  font-size: 17px;
  line-height: 42px;
}
.nv-howToLot_box p span{
  font-size: 13px;
}
.btn-contactFix{
  width: 100%;
  right: 0;
  bottom: 0;
}
.btn-contactFix img{
  width: 100%;
  max-width: 440px;
  margin: auto;
}
}
.ffs-palt{font-feature-settings: "palt";}
.fw700{font-weight: 700;}
@media (min-width: 769px){
  .pcNone{display: none!important;}
  .pcNone-inl{display: none!important;}
  .spNone{display: block!important;}
  .spNone-inl{display: inline!important;}
  .pc-mt-0{margin-top: 0!important;}
  .pc-mt-0-5{margin-top: 5px!important;}
  .pc-mt-1{margin-top: 10px!important;}
  .pc-mt-1-5{margin-top: 15px!important;}
  .pc-mt-2{margin-top: 20px!important;}
  .pc-mt-2-5{margin-top: 25px!important;}
  .pc-mt-3{margin-top: 30px!important;}
  .pc-mt-4{margin-top: 40px!important;}
  .pc-mt-5{margin-top: 50px!important;}
  .pc-mt-6{margin-top: 60px!important;}
  .pc-mt-7{margin-top: 70px!important;}
  .pc-mt-8{margin-top: 80px!important;}
  .pc-mt-9{margin-top: 90px!important;}
  .pc-mt-10{margin-top: 100px!important;}
}
@media (max-width: 768px){
  .pcNone{display: block!important;}
  .pcNone-inl{display: inline!important;}
  .spNone{display: none!important;}
  .spNone-inl{display: none!important;}
  .sp-mt-0{margin-top: 0!important;}
  .sp-mt-0-5{margin-top: 5px!important;}
  .sp-mt-1{margin-top: 10px!important;}
  .sp-mt-1-5{margin-top: 15px!important;}
  .sp-mt-2{margin-top: 20px!important;}
  .sp-mt-2-5{margin-top: 25px!important;}
  .sp-mt-3{margin-top: 30px!important;}
  .sp-mt-4{margin-top: 40px!important;}
  .sp-mt-5{margin-top: 50px!important;}
  .sp-mt-6{margin-top: 60px!important;}
  .sp-mt-7{margin-top: 70px!important;}
  .sp-mt-8{margin-top: 80px!important;}
  .sp-mt-9{margin-top: 90px!important;}
  .sp-mt-10{margin-top: 100px!important;}
}
