body{
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #80e7dc;
}


@media screen and (max-width: 767px) {
  .l_wrapper{
    color: #000;
  }
}
.l_header{}
@media screen and (max-width: 767px) {
  .l_header{
    margin-bottom: 0;
  }
}
.l_header .header_inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.l_header .header_inner .h_description{
  position: absolute;
  top: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l_header .header_inner .h_description{
    font-size: 10px;
    top: 30px;
    left: 20px;
    letter-spacing: 0;
  }
}
.l_header .header_inner .logo{
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_header .header_inner .logo{
    max-width: 90px;
    margin: 0 auto;
  }
}
.l_header .header_inner .control_link{
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 44px;
}
@media screen and (max-width: 767px) {
  .l_header .header_inner .control_link{
    right: 20px;
    top: 20px;
    max-width: 32px;
  }
}
.l_contents{}

.keyvisual{
  width: 100%;
  margin-bottom: 40px;
}

.keyvisual img{
  width: 100%;
}
.keyvisual img.key_sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .keyvisual img.key_pc{
    display: none;
  }
  .keyvisual img.key_sp{
    display: block;
  }
}

.concept_read{
  font-size: 36px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  color: #80e7dc;
  text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
}
@media screen and (max-width: 767px) {
  .concept_read{
    font-size: 28px;
    margin-bottom: 0;
  }
}
.collection-list{
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3.3%;
}
@media screen and (max-width: 767px) {
  .collection-list{
    padding: 20px 20px 0;
    display: block;
  }
}
.grid__item{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .grid__item{
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    align-items: center;
  }
}
.collection-list-item .item-image,
.collection-list-item .item-image img{
  width: 100%
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-image{
    max-width: 160px;
  }
}
.collection-list-item .item-detail{
  padding: 20px 0 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-detail{
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.collection-list-item .item-detail .item-name{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-detail .item-name{
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 5px;
  }
}
.collection-list-item .item-detail .item-price{
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-detail .item-price{
    font-size: 16px;
    line-height: 1.0em;
  }
}
.collection-list-item .item-detail .item-price.item-soldout{
  font-size: 28px;
  color:#ea4a68;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-detail .item-price.item-soldout{
    font-size: 18px;
  }
}
.collection-list-item .item-detail .item-price span{
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-detail .item-price span{
    font-size: 12px;
  }
}
.collection-list-item .item-detail .item-description{
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .collection-list-item .item-detail .item-description{
    font-size: 10px;
    margin-top: 10px;
  }
}
.cart_btn{
  margin: 0 auto;
}
.l_footer{
  margin: 80px 0 40px;
  padding: 40px 0;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l_footer{
    margin: 40px 0;
  }
}
.l_footer .footer_list{
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}
.l_footer .footer_list li{
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .l_footer .footer_list li{
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.l_footer .footer_list li a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.l_footer .copyright{
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.l_footer .copyright a{
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l_footer .copyright{
    font-size: 12px;
  }
}
/* 特定商取引法に基づく表記 */
.page-contents{
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-contents{
    margin-top: 20px;
    padding: 0 20px;
  }
}
.page_caption{
  text-align: center;
  margin: 40px 0;
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  .page_caption{
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
  }
}
.page-contents dl{
  border-bottom: 1px solid #000;
  padding: 20px 0;
  font-size: 14px;
  color: #000;
}

.page-contents dl dt{
  font-weight: bold;
  margin-bottom: 10px;
}

.page-contents p{
  font-size: 14px;
}
