@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@500&display=swap');
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
.notosans{
  font-family: 'Noto Sans JP', sans-serif;
}
.notoserif{
  font-family: 'Noto Serif JP', serif;
}
.keirou-page{
  max-width: 1200px;
  width: 90%;
  margin: 80px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333333;
}
.keirou-area{
  width: 90%;
  margin: 80px auto 0;
}
.keirou-maintxt{
  text-align: center;
  position: relative;
}
.keirou-maintxt h2::after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.keirou-maintxt p{
  font-size: 22px;
  line-height: 2.5;
}
.keirou-sec-txt h3{
  font-weight: 500;
}
.keirou-sec-txt h3{
  font-weight: 500;
  line-height: 1.3;
}
.keirou-sec-txt h3 span{
  font-size: 19px;
}
.keirou-sec-txt h3::after{
  content: '';
  display: block;
  width: 110px;
  height: 1px;
  background-color: #000;
  margin: 15px 0;
}
.keirou-sec-txt p{
  line-height: 2.2;
}
.keirou-txt-area{
  margin-top: 20px;
}
.keirou-product-area h3{
  font-weight: 500;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.keirou-product-txt{
  margin-top: 10px;
  font-size: 20px;
  line-height: 2;
  position: relative;
}
.keirou-product-txt .price{
  font-size: 1.3em;
  display: inline-block;
  margin-top: 10px;
  line-height: 1;
}
.keirou-product-txt a{
  display: inline-block;
  margin-left: 10px;
  background-color: #000;
  color: #fff;
  padding: 4px 20px;
}
.keirou-product-txt a::after{
  content: '＞';
  margin-left: 10px;
}
.keirou-product-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.arakawa1886-txt-bx .ttl{
  max-width: 400px;
}
.arakawa1886-txt-bx .txt{
  font-size: 22px;
  line-height: 2.5;
}
.line{
	border-top: black solid 1px;
	border-bottom: black solid 1px;
}
.keirou-ianthe-text{
	padding: 20px 0;
	line-height: 2;
}
@media screen and (min-width: 768px) {
  .keirou-maintxt{
    margin-top: 80px;
  }
  .keirou-maintxt h2{
    font-size: 34px;
    margin-bottom: 60px;
  }
	.keirou-maintxt h2::after {
	  width: 110px;
	  top: 60px;
	}
	.keirou-maintxt span{
	  font-size: 24px;
	}
  .keirou-sec{
    margin-top: 60px;
  }
  .keirou-sec-txt h3{
    font-size: 28px;
  }
  .keirou-sec-txt{
    padding: 60px 0;
  }
  .keirou-product-area{
    margin-top: 50px;
  }
  .keirou-product-txt .right{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .keirou-product-list li{
    width: 48%;
  }
  .keirou-product-list li:nth-of-type(2n){
    margin-left: 4%;
  }
  .keirou-product-list li:nth-of-type(n+3){
    margin-top: 120px;
  }
  .youtube-area{
    width: 90%;
    margin: 20px auto 80px;
  }
  .arakawa1886-txt-bx{
    display: flex;
    margin-top: 80px;
    align-items: center;
    justify-content: space-between;
  }
  .arakawa1886-txt-bx .txt{
    width: 50%;
  }
  .keirou-sec-txt p{
    font-size: 19px;
  }
  .keirou-product-img01{
    margin-top: 300px;
  }
  .keirou-product-img02{
    width: 70%;
    margin: 0 0 0 auto;
  }
	.brandlogo{
		width: 300px;
	}
	.dakslogo{
		width: 150px;
	}
	.width80{
		width: 80%;
		margin: 0 auto;
	}
	.width50{
		width: 50%;
		margin: 0 auto;
	}
	.mgt60{
		margin-top: 60px;
	}
	.pdb60{
		padding-bottom: 60px;
	}
	.keirou-ianthe{
		display: flex;
		justify-content: space-between;
	}
	.keirou-ianthe-text h3{
	  font-weight: 500;
	  font-size: 22px;
	  padding-bottom: 10px;
	}
	.keirou-ianthe-img{
		width: 40%;
		margin-right: 5%;
	}
	.keirou-ianthe-text{
		flex:1;
	}
}	
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .keirou-maintxt h2{
    font-size: 24px;
  }
  .keirou-maintxt p{
    font-size: 20px;
  }
  .arakawa1886-txt-bx .ttl{
    width: 30%;
  }
  .arakawa1886-txt-bx .txt{
    font-size: 18px;
  }
	.width80{
		width: 80%;
		margin: 0 auto;
	}
	.width50{
		width: 50%;
		margin: 0 auto;
	}
	.mgt60{
		margin-top: 60px;
	}
	.pdb60{
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
  .keirou-maintxt{
    margin-top: 40px;
  }
	.keirou-maintxt span{
	  font-size: 16px;
	}
  .keirou-maintxt h2{
    margin-bottom: 30px;
  }
	.keirou-maintxt h2::after {
	  width: 80px;
	  top: 35px;
	}
  .keirou-sec{
    margin-top: 60px;
  }
  .keirou-sec-txt h3{
    font-size: 22px;
  }
  .keirou-product-list li{
    width: 100%;
  }
  .keirou-maintxt p{
    font-size: 14px;
  }
  .keirou-sec-txt{
    padding: 30px 0;
  }
  .keirou-product-txt .right{
    display: block;
    text-align: right;
    margin-top: -20px;
  }
  .keirou-product-area h3{
    font-size: 16px;
  }
  .keirou-product-txt{
    font-size: 14px;
  }
  .keirou-product-list li:nth-of-type(n+2){
    margin-top: 30px;
  }
  .youtube-area{
   margin-bottom: 30px;
  }
  .arakawa1886-txt-bx .ttl{
    width: 80%;
    margin: 30px auto;
  }
  .arakawa1886-txt-bx .txt{
    font-size: 13px;
  }
  .keirou-sec-txt h3 span{
    font-size: 13px;
  }
  .keirou-product-txt .price{
    font-size: 20px;
    margin-top: 0;
  }
  .keirou-product-txt .fx{
    display: flex;
    column-gap: 20px;
  }
  .keirou-product-txt .bottom{
    margin-top: 5px;
  }
	.brandlogo{
		width: 150px;
	}
	.moomin-logo{
		width: 200px;
	}
	.dakslogo{
		width: 100px;
	}
	.mgt60{
		margin-top: 30px;
	}
	.pdb60{
		padding-bottom: 60px;
	}
	.keirou-ianthe-text{
margin-top: 20px;
	}
	.keirou-ianthe-text h3{
		margin-bottom: 10px;
		font-size: 18px;
	}
}
.fadein-bx{
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.fadein-bx.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.keirou-link{
  text-align: center;
  margin-top: 10px;
}
.keirou-link a{
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .keirou-link a{
    font-size: 18px;
  }
}




















