/* # =================================================================
   # フォント
   # ================================================================= */

.notoSans {
  font-family: "Noto Sans JP", sans-serif!important;
  font-optical-sizing: auto;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
/* # =================================================================
   # 変数
   # ================================================================= */
:root {
  --gr: #18644F;
  --red: #DC000D;
  --pm: min(18vw,120px);
  /*--ease: cubic-bezier(.04,.44,.43,.99);*/
}

/* # =================================================================
   # 共通要素
   # ================================================================= */
/*html {
	font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
  font-weight: 400;
	color: #000;
  line-height: 1.6;

}*/
/*@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
  transition: all .25s;
}
a {
	color: inherit;
	transition: all .25s;
	text-decoration: none;
}
a:hover {
  color: var(--p);
}
h2, h3 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}
#lp p {
  line-height: 1.8;
  margin: 0;
}
#lp p:not(:last-child) {
  margin-bottom: 1.5em;
}
/*#loading {
    animation: loadBg 0.5s ease-out 3s forwards;
}
.loadingTxt {
    animation: loadTxt 0.5s cubic-bezier(.89,.08,.43,.98) 0s forwards;
    -webkit-animation: twink 2.4s linear infinite;
}
@keyframes loadTxt {
	100% { opacity: 1; }
}
@-webkit-keyframes loadTxt {
	100% { opacity: 1; }
} */



#lpHeader {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  padding: 25px 0 0;
  z-index: 20;
}
#lpHeader:not(.open).hdHide {
  top: -80px;
}
@media screen and (max-width: 767px) {
  #lpHeader {
    padding: 10px 0 0;
  }
}
.hdContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(3vw,40px);
}

#lpHeader .logo {
  display: block;
  width: 180px;
  opacity: 0;
  transition: all 0.25s;
}
#lpHeader .logo.middle {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #lpHeader .logo {
    width: 120px;
  }
}

#lpHeader .btnToForm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  height: 50px;
  border: 1px solid #333;
  background: rgba(242,242,242,0.9);
  backdrop-filter: blur(3px);
  border-radius: 25px;
  padding: 0;
  margin: 0;
}
#lpHeader .btnToForm:hover {
  color: #FFF;
  background: rgba(51,51,51,0.9);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #lpHeader .btnToForm {
    font-size: 14px;
    width: 150px;
    height: 36px;
  }
}





#lp {
  background: #F2F2F2;
  padding: min(15vw,90px) 0 0 0;
}




#lp .container {
  width: min(88%, 1200px);
  max-width: 1200px;
  padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.relative {
  position: relative;
  z-index: 1;
}
.spInline {
    display: none;
}
@media screen and (max-width: 1200px) {
  .lgNone { display: none; }
}
@media screen and (max-width: 600px) {
  .container {
    width: 88%;
  }
  .spNone { display: none!important; }
  .spInline { display: inline; }
}
.bgWh {
    background-color: #FFF;
}
.txtCenter, .txtSpLeft { text-align: center; }
@media screen and (max-width: 600px) {
  .txtSpLeft { text-align: left; }
}

footer {
  background: #FFF;
  padding: 50px 0;
  border-top: 10px solid var(--p);
}
@media screen and (max-width: 600px) {

}
.ftCntnt {
  /*font-family: YuGothic,'Yu Gothic','Noto Sans JP', sans-serif;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftCntnt .coInfo {
  
}
.ftCntnt .logo {
  width: min(50vw,180px);
  margin-bottom: 15px;
}
.ftCntnt .addr {
  font-size: clamp(1.2rem,1.1vw,1.4rem);
}
.pin {
  margin-left: 0.5em;
}
.pin:hover {
  opacity: 0.7;
}
.pin img {
  /*vertical-align: text-top;*/
  vertical-align: baseline;
}
.ftCntnt .navArea {
  
}
.ftCntnt .navArea ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 20px;
  font-size: clamp(1.2rem,1.1vw,1.4rem);
}
.ftCntnt .navArea li {
  position: relative;
  padding: 0 20px;
}

.ftCntnt .navArea li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1180px) {
  .ftCntnt {
    justify-content: flex-start;
  }
  .ftCntnt .navArea {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ftCntnt .navArea {    
    display: flex;
    flex-wrap: wrap;
  }
  .ftCntnt .navArea ul {
    order: -1;
    grid-gap: 10px 25px;
    margin: 30px 0 20px;
  }
  .ftCntnt .navArea li {
    width: auto;
    /*border-bottom: 1px solid #999;*/
    padding: 0;
  }
  .ftCntnt .navArea li:not(:last-child)::after {
    right: -13px;
  }
  
}
.ftCntnt .btnContact {
  width: 200px;
  height: 50px;
  column-gap: 10px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1180px) {
  .ftCntnt .btnContact {
    margin: 20px auto 20px 0;
  }
}
@media screen and (max-width: 600px) {

}


/* 表示領域に入ったらフェードイン */
.motion.fade {
    opacity: 0;
}
.motion.fade.act {
    animation: fadeIn 0.8s ease-out 0s forwards;
    -webkit-animation: fadeIn 0.8s ease-out 0s forwards;
}
@keyframes fadeIn {
    0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
} 



/* # =================================================================
   # トップページ
   # ================================================================= */
.lpFv {
  width: min(76%,600px);
  margin: 0 auto min(8vw,60px);
}
@media screen and (max-width: 767px) {

}
/*.topMv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom center;
}*/

.lpFv .txtFvCom {
  text-align: right;
  font-weight: 700;
  font-size: clamp(17px,2.5vw,30px);
  margin: min(5vw,25px) 0 0.2em;
}
.lpFv p {
  text-align: right;
  font-size: clamp(12px,1.3vw,16px);
}
.lpMsg h1 {
  font-size: clamp(22px,4.1vw,50px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 0.3em;
}
.lpMsg {
  margin-bottom: 45px;
}
.streamImg .rowFst, .streamImg .rowSnd {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.streamImg .rowFst {
  margin-bottom: 10px;
}
.streamImg .rowFst div:nth-of-type(1) {
  animation: streamAnime 70s linear -35s infinite;
}
.streamImg .rowFst div:nth-of-type(2) {
    position: absolute;
    animation: streamAnime 70s linear 0s infinite;
}
@keyframes streamAnime {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
.streamImg .rowSnd div:nth-of-type(1) {
  animation: streamAnime2 70s linear -35s infinite;
}
.streamImg .rowSnd div:nth-of-type(2) {
    position: absolute;
    animation: streamAnime2 70s linear 0s infinite;
}
@keyframes streamAnime2 {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.streamImg img {
  max-width: 500vw;
  width: 120vw;
}
@media screen and (max-width: 767px) {
  .streamImg .rowFst {
    margin-bottom: 6px;
  }
  .streamImg img {
    width: 220vw;
  }
}

#scLpFeature {
  padding: var(--pm) 0 0;
}
.scHdEng {
  text-align: center;
  font-family: azo-sans-web, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gr);
  margin-bottom: min(2vw,8px);
}
.scHd {
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px,3vw,36px);
  margin-bottom: min(8vw,40px);
}
.featureGroupL {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: min(5vw,25px);
  margin-bottom: min(6vw,30px);
}
.featureGroupL .item {
  width: 49%;
  text-align: center;
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(8vw,55px) 3%;
}
@media screen and (max-width: 767px) {
  .featureGroupL .item {
    width: 100%;
  }
  .featureGroupL .item img {
    width: 160px;
  }
}
.featureGroupL h3 {
  font-size: clamp(20px,2.5vw,30px);
  margin: min(4vw,25px) auto 0.5em;
}
.featureGroupL h3 span, .featureGroupS h3 span {
  position: relative;
  z-index: 1;
}
/*.featureGroupL h3 > span::before, .featureGroupS h3 > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.2em;
  right: -0.2em;
  height: 0.8em;
  background: #FFFAC7;
  z-index: -1;
}*/
.featureGroupL h3 > span, .featureGroupS h3 > span {
  background: linear-gradient(transparent 40%, #FFFAC7 40%);
}
.featureGroupL h3 span span {
  color: var(--gr);
}
.featureGroupS {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: min(4vw,25px);
}
.featureGroupS .item {
  width: 23.5%;
  text-align: center;
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(7vw,40px) 0;
}
@media screen and (max-width: 767px) {
  .featureGroupS .item {
    width: 100%;
  }
}
.featureGroupS h3 {
  font-size: clamp(18px,1.8vw,22px);
  letter-spacing: 0;
  margin: 0 auto 0.5em;
}
.featureGroupS p {
  letter-spacing: 0;
}

#scLpCategory {
  padding: var(--pm) 0 0;
}
.lpProductCate {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: min(5vw,30px);
  overflow: hidden;
}
.cateItem {
  position: relative;
}
.cateItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(15vw,70px);
  background: linear-gradient(180deg,rgba(51,51,51,0) 0%, rgba(51,51,51,0.5) 100%);
  background: -webkit-linear-gradient(-90deg,rgba(51,51,51,0) 0%, rgba(51,51,51,0.5) 100%);
}
@media screen and (min-width: 768px) {
  .lpProductCate .cateItem:nth-child(-n+5) {
    width: 20%;
  }
  .lpProductCate .cateItem:nth-child(n+6) {
    width: calc(100%/6);
  }
}
@media screen and (max-width: 767px) {
  .lpProductCate .cateItem {
    width: 50%;
  }
  /*.lpProductCate .cateItem:nth-child(5n+1) {
    width: 100%;
  }*/
  .lpProductCate .cateItem:nth-child(1) {
    width: 100%;
  }
}
.cateItem div {
  position: absolute;
  color: #FFF;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

#scLpVoice {
  padding: var(--pm) 0 0;
}
.lpVoice {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lpVoice li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lpVoice li:not(:last-child) {
  margin-bottom: 35px;
}
.lpVoice li .colIcon {
  width: 120px;
  text-align: center;
}
.lpVoice li .industry {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px auto 0;
}
.lpVoice li .industry span {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  background: #333;
  padding: 0 0.8em;
}
.lpVoice li .speechBubble {
  width: calc(100% - 140px);
  position: relative;
  background: #FFF;
  border-radius: 30px;
  padding: 30px min(5vw,35px);
}
.lpVoice li .speechBubble::after {
  content: "";
  position: absolute;
  top: 53px;
  left: -14px;
  border-right: 14px solid #FFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media screen and (min-width: 768px) {
  .lpVoice li:nth-child(even) .speechBubble {
    order: -1;
  }
  
  .lpVoice li:nth-child(even) .speechBubble::after {
    left: 100%;
    border-right: none;
    border-left: 14px solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  .lpVoice li .colIcon {
    width: 100%;
    margin-bottom: 16px;
  }
  .lpVoice li .speechBubble {
    width: 100%;
  }
  .lpVoice li .speechBubble::after {
    top: -21px;
    left: calc(50% - 8px);
    border-right: 8px solid transparent;
    border-bottom: 14px solid #FFF;
    border-left: 8px solid transparent;
  }
  
}
.lpVoice li h3 {
  font-size: clamp(16px,1.6vw,20px);
  margin-bottom: 0.5em;
}
.lpVoice li h3 span {
  color: var(--gr);
}
#scLpVoice .lpVoice li p {
  line-height: 1.6;
}

#scLpStep {
  padding: var(--pm) 0 0;
}
.lpStepRow {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(5vw,50px) min(6vw,100px) min(5vw,50px) min(10vw,100px) ;
}
.lpStepRow .colTtl {
  width: 330px;
}
@media screen and (min-width: 768px) {
  .lpStepRow .scHdEng, .lpStepRow .scHd {
    text-align: left;
  }
}
.lpStep {
  list-style: none;
  width: calc(100% - 330px);
  padding: 0;
  margin: 0;
}
.lpStep li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpStepRow .colTtl {
    width: 100%;
  }
  .lpStep {
    width: 100%;
  }
}
.lpStep li:not(:last-child) {
  margin-bottom: 30px;
}
.lpStep .colStepNum {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  display: grid;
  place-content: center;
  background: #F7F7F7;
}
.lpStep .colStepNum span {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 54px;
  height: 54px;
  border-radius: 30px;
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  display: grid;
  place-content: center;
  color: #FFF;
  background: var(--gr);
  padding-top: 0.2em;
}
.lpStep .stepCntnt {
  width: calc(100% - 105px);
  font-size: clamp(16px,1.8vw,22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lpStep .colStepNum {
    width: 70px;
    height: 70px;
    padding: 0 15px;
  }
  .lpStep .colStepNum span {
    width: 45px;
    height: 45px;
    left: -20px;
    font-size: 12px;
  }
  .lpStep .stepCntnt {
    width: calc(100% - 85px);
  }
}

#scLpContact {
  padding: var(--pm) 0 0;
}
.lpCntctCntnt {
  width: min(88%,900px);
  margin: 0 auto;
  color: #FFF;
  background: var(--gr);
  border-radius: min(5vw,30px);
  padding: min(10vw,50px) min(6vw,100px);
}
.lpCntctCntnt h2 {
  color: #FFF;
  font-size: clamp(14px,1.8vw,22px);
  text-align: center;
  margin: 0 auto min(6vw,30px);
}
.lpContactRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*gap: 10px 100px;*/
}
.lpContactRow .colTel {
  padding-right: 50px;
  border-right: 1px solid #FFF;
}
.lpContactRow .colTel a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-family: azo-sans-web, sans-serif;
  letter-spacing: 0.05em;
  font-size: 28px;
}
#scLpContact .colTel p {
  font-size: 12px;
  margin: 5px 0 0;
}
#scLpContact .btnToContact {
  background: #FFF;
  border: 1px solid #FFF;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  color: var(--gr);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-left: 50px;
}
#scLpContact .btnToContact:hover {
  background: rgba(255,255,255,0.8);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lpContactRow .colTel {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
  #scLpContact .btnToContact {
    margin: 20px auto 0;
  }
}

#scLpShop {
  padding: var(--pm) 0 0;
}
.lpShopCntnt {
  text-align: center;
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(10vw,50px) min(6vw,100px);
}
.lpShopCntnt h2 {
  font-size: clamp(14px,1.8vw,22px);
  margin: 0 auto min(7vw,35px);
}
.lpShopList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
  padding: 0;
  margin: 0;
}
.lpShopList li {
  width: 48%;
}
.lpShopList li .shopLogo {
  width: min(50vw,240px);
  margin: 0 auto min(4vw,18px);
}
@media screen and (max-width: 767px) {
  .lpShopList li {
    width: 100%;
  }
}
.lpShopList li .lpShopImg {
  filter: drop-shadow(0 3px min(1vw,6px) rgba(0,0,0,0.1));
}

#scLpMedia {
  padding: min(7vw,80px) 0 var(--pm);
}
.lpMediaCntnt {
  text-align: center;
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(10vw,50px) min(6vw,100px);
}
.lpMediaList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min(100%,710px);
  gap: min(4vw,25px) min(8vw,100px);
  padding: 0;
  margin: 0 auto;
}
.lpMediaList li a:hover {
  opacity: 0.7;
}
.lpMediaList li img {
  height: 38px;
}
@media screen and (max-width: 767px) {
  .lpMediaList li img {
    height: 22px;
  }
}

.bgGr {
  background: #6E9C8F;
}
#scLpAbout {
  padding: var(--pm) 0 0;
}
.lpCompanyCntnt{
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(7vw,50px) min(6vw,100px);
}
#scLpAbout .scHdEng, #scLpAbout .scHd, #scLpCompany .scHdEng, #scLpCompany .scHd {
  text-align: left;
}
#scLpCompany {
  padding: min(6vw,40px) 0 var(--pm);
}
#scLpCompany .lpCompanyRow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#scLpCompany dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 30px;
  width: calc(100% - 170px);
  margin: 0;
}
#scLpCompany dt {
  width: 200px;
}
#scLpCompany dd {
  width: calc(100% - 200px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  #scLpCompany dl {
    width: 100%;
    display: block;
  }
  #scLpCompany dt {
    width: 100%;
    margin-bottom: 3px;
  }
  #scLpCompany dd {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 30px;
  }

}

#scLpForm {
  padding: var(--pm) 0;
}
.lpFormCntnt {
  width: min(88%,900px);
  background: #FFF;
  border-radius: min(5vw,30px);
  padding: min(10vw,50px) min(6vw,100px);
  margin: 0 auto;
}














/* # =================================================================
   # お問い合わせ
   # ================================================================= */
#scLpForm .wpcf7-form {
  width: min(100%,600px);
  margin: 35px auto 0;
}
.inquiryRow {
	margin-bottom: 25px;
}
@media screen and (max-width: 600px) {

}
.inquiryRow label {
  display: block;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px;
}
/*.inquiryRow .inputCol {
  width: calc(100% - 200px);
}*/
#scLpForm .inputTxt {
  background: #FFF;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin: 0;
}
.required {
  color: #FFF;
  background: var(--red);
  font-size: 12px;
  border-radius: 5px;
  padding: 1px 5px;
  margin-left: 10px;
}
#scLpForm .zip1 {
  width: 100px;
}


input[type="radio"],
input[type="checkbox"] {
    position: absolute;
  left: -200vw;
  opacity: 0;
}
span.wpcf7-list-item {
  margin: 0 2em 0 0;
}

[type="radio"] + span.wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
[type="radio"] + span.wpcf7-list-item-label::before {
    content: "";
  display: block;
  position: absolute;
    background: #FFF;
    width: 20px;
    height: 20px;
  top: 0;
  left: 0;
    border-radius: 50%;
    border: solid 1px #CCC;
    flex-shrink: 0;
}
[type="radio"] + span.wpcf7-list-item-label::after {
    content: "";
  position: absolute;
  top: 4px;
  left: 4px;
    background: var(--gr);
    width: 12px;
    height: 12px;
    border-radius: 50%;
  opacity: 0;
  transition: all 0.2s;
}

[type="radio"]:checked + span.wpcf7-list-item-label::after {
    opacity: 1;
}


input[type="checkbox"]+label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.8rem;
}
input[type="checkbox"]+label::before {
    content: "";
    background: #373d56;
    width: 2rem;
    height: 2rem;
    border: solid 0.2rem #e1e1e1;
    margin-right: 1.2rem;
    flex-shrink: 0;
}
input[type="checkbox"]:checked+label::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753;
}
#scLpForm input::placeholder {
  color: #D0D0D0;
}
#scLpForm p:not(:last-child) {
  margin: 0;
}
.btnSubmit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #FFF;
  border: 1px solid #333;
  background: #333;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  display: grid;
  place-content: center;
  padding: 0;
  margin: min(8vw,40px) auto 0;
}
.btnSubmit:hover {
  color: #333;
  background: #FFF;
  border: 1px solid #333;
}


