@charset "utf-8";
/* CSS Document */
body {
    color: #474747;
}

/* #product
----------------------------------------- */
#product {
    position: relative;
}
#product .inner {
    width: calc(100% - 10rem);
    max-width: none;
}

#product h1 {
    font-size: 15rem;
	letter-spacing: 0.03em;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    color: #474747;
}
#product h1 span {
}
#product h1 span.anim {
  opacity: 0;
	filter: none;
    transform: translateY(0);
    transform: translateX(-1rem);
	 -webkit-transition: all .6s;
    transition: all .6s;
}
#product h1 span.anim._do_anim {
  opacity: 0;
  transform: translateY(0);
    transform: translateX(-1rem);
    animation: font2 1s ease-in-out forwards;
}
@keyframes font2 {
      100% {
          opacity: 1;
          transform: translateX(0);
    } 
}

#product #found {
    width: 100%;
    background-color: #FFFFFF;
}
#product #found .inner {
    padding-top: 12rem;
    padding-bottom: 15rem;
}
#product #found h2 {
    font-size: 6rem;
	letter-spacing: 0.10em;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    color: #474747;
}
#product #found .lead {
    width: 100%;
    max-width: 68rem;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: calc(24/14);
    color: #707070;
    text-align: center;
    margin: auto;
    margin-top: 10rem;
}

#product #found .product_list {
    width: 100%;
    max-width: 100rem;
    margin: auto;
    margin-top: 6rem;
}
#product #found .product_list li {
    width: calc(226/1000*100%);
    margin-bottom: 4rem;
}
#product #found .product_list li .img_wrap {
    width: 100%;
}
#product #found .product_list li .img_wrap img {
    width: 100%;
    height: auto;
}

#product #found .product_list li .txt_wrap {
    margin-top: 1.5rem;
}
#product #found .product_list li .txt_wrap h3 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: calc(22/16);
}
#product #found .product_list li .txt_wrap .sub {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    line-height: calc(18/10);
    color: #666666;
    margin-top: 0.3rem;
}
#product #found .product_list li .txt_wrap .producer {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: calc(26/14);
    margin-top: 1rem;
}
#product #found .product_list li .txt_wrap .price {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(22/15);
    margin-top: 0.5rem;
}
#product #found .product_list li .txt_wrap .txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: calc(20/12);
    color: #666666;
    margin-top: 1rem;
}

#product #found .btn_wrap {
    margin-top: 1rem;
}

@media screen and (max-width: 1200px) {
#product #made .product_list li {
    width: calc(393/1200*100%);
}
}

@media screen and (max-width: 768px) {
#product {
}
#product h1 {
    font-size: 6.5rem;
    white-space: wrap;
    text-align: center;
}

#product #found {
}
#product #found .inner {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 10rem;
}
#product #found h2 {
    font-size: 6.5rem;
    white-space: wrap;
    text-align: center;
}
#product #found .lead {
    width: 31.5rem;
    margin: auto;
    margin-top: 2rem;
    text-align: left;
}
#product #found .lead br {
    display: none;
}

#product #found .product_list {
    width: 31.5rem;
    margin: auto;
    margin-top: 3rem;
}
#product #found .product_list li {
    width: calc(148/315*100%);
    margin-bottom: 3rem;
}

#product #found .product_list li .txt_wrap {
    margin-top: 1.0rem;
}
#product #found .product_list li .txt_wrap h3 {
    font-size: 1.6rem;
}
#product #found .product_list li .txt_wrap .producer {
    font-size: 1.3rem;
    margin-top: 0.5rem;
}
#product #found .product_list li .txt_wrap .price {
    font-size: 1.5rem;
    margin-top: 0.3rem;
}
#product #found .product_list li .txt_wrap .txt {
    font-size: 1.1rem;
    margin-top: 0.5rem;
}
}

