@charset "UTF-8";
/* CSS Document */
.header-content-wrapper{
  padding: 15px 0;
  color: #000;
  margin-bottom: 40px;
}
.header-content-wrapper img {
  height: 20px;
  width: 120px;
  position: absolute;
  left: 24px;
  top: 10px;
}
.header-content-wrapper nav a:hover{
    filter: alpha(opacity=50);
  opacity: 0.5;
  }
.open-button, .close-button {
  display: none;
}
@media(max-width:1200px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height:1px;
    width: 15px;
    border-radius: 1px;
    background-color: #000;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -5px;
  }
  .open-button span:after {
    bottom: -10px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #48301d;
    font-size: 20px;
    padding: 20px;
  }
  .header-content-wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #d9d9d9;
    width: 50%;
    height: 400px;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header-content-wrapper nav ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header-content-wrapper nav ul li a {
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
  }
}
@media(min-width:1200px){
  .header-content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 ;
    color: #000;
  }
  .header-content-wrapper h1{
    position: absolute;
    top: 0;
  }
  .header-content-wrapper img{
    height: 40px;
    width: 200px;
  }
  .header-content-wrapper nav {
    display: block;
    text-align: right;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-content-wrapper nav li a {
    display: block;
    padding-left:  60px;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem; 
  }
}
.section_top{
  color: #000;
  padding: 0 24px;
  margin-bottom: 60px;
}
.section_top h2{
  font-size: 3.0rem;
  margin-bottom: 60px;
}
.TextTyping span {
	display: none;
}
.TextTyping::after{
 	content: "";
	animation: typinganime .8s ease infinite;
}
@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}
.section_top p{
  font-size: 2.0rem;
  line-height: 3.6rem;
  letter-spacing: 0.05;
  margin-bottom: 60px;
  font-weight: bold;
}
.blur{
	animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
.blurTrigger{
    opacity: 0;
}
@media(min-width:375px){
  #br,#br1,#br2,#br3{
    display: none;
  }
}
@media(min-width:1080px){
  .section_top{
    margin-bottom: 80px;
    padding: 0 100px;
  }
  .section_top h2{
    padding-top: 80px;
    font-size: 6.0rem;
    letter-spacing: 0.1;
  }
  .section_top p{
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1;
    
  }
}
.section_catalog{
  margin-bottom: 60px;
  color: #000;
}
.section_catalog ul{
  list-style: none;
  margin-bottom: 40px;
}
.section_catalog_image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.section_catalog-discription{
  padding: 60px 24px;
  background-color: #d9d9d9;
  color: #000;
  height: 300px;
}
.section_catalog-discription p{
  margin-bottom: 40px;
  text-align: left;
}
#section_catalog-price,#section_catalog-price2{
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
}
.section_catalog span{
  padding: 0 24px;
  line-height: 3.0rem;
  display: block;
  text-align: left;
}
@media(min-width:1080px){
  .section_catalog{
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .section_catalog ul{
    margin-bottom: 60px;
  }
  .section_catalog ul li{
    display: flex;
    max-height: auto;
  }
  .section_catalog ul li:last-child{
    flex-flow: row-reverse;
  }
 
  .section_catalog_image{
    width: 50%; 
    max-height: 500px;
  }
  .section_catalog_image img{
    width: 100%;
    height: 500px;
  }
  .section_catalog-discription{
    padding: 100px;
    width: 50%;
    height: auto;
  }
  .section_catalog-discription p{
    font-size: 2.4rem;
    line-height: 3.0rem;
    letter-spacing: 0.1;
    margin-bottom: 60px;
  }
  #section_catalog-price,#section_catalog-price2{
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    padding: 0;
    text-align: left;
  }
  .section_catalog span{
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}