@charset "utf-8";
/* CSS Document */


#main {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
  font-weight: 500;
  letter-spacing: .08em;
  color: #000;
}
.section-title {
  font-family: "Anton", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
  font-weight: 400;
  letter-spacing: .08em;
  padding-left: .5em;
  position: relative;
}
.section-title::before {
  content: '';
  display: block;
  width: .275em;
  height: .9em;
  background: #cf1125;
  position: absolute;
  top: .125em;
  left: 0;
}
.section-title span {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.125em;
}
@media only screen and (min-width: 768px){
  .section-title span {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

#main .btn-box {
  text-align: center;
}
#main .btn-box .btn {
  width: 180px;
  line-height: 3.5;
  padding: 5px;
  text-align: center;
  background: #cf1125;
}
@media only screen and (min-width: 768px){
  #main .btn-box .btn {
    width: 264px;
  }
}

/*------------------------------------------
intro
------------------------------------------*/
#intro {
  padding: 3rem 0;
  text-align: center;
  letter-spacing: .16em;
  line-height: 2.75;
}
/*------------------------------------------
read
------------------------------------------*/
#read {
  padding: 3rem 0;
  background: #cf1125;
  color: #FFF;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.75;
}
#read .big {
  font-size: 1.4em;
}

/*------------------------------------------
purchase
------------------------------------------*/
#purchase .products-list {
  margin-bottom: 2.75em;
}
#purchase .products-list .box {
  height: 100%;
}
#purchase .products-list .list-info .price {
  position: absolute;
  bottom: .75em;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .08em;
}
#purchase .products-list .list-info .price span {
  font-size: .6em;
  font-weight: 500;
}

@media only screen and (max-width: 767px){
  .products-list li .list-img {
    height: 106px;
  }
  #purchase .products-list li .list-info {
    padding-bottom: 4em;
    position: relative;
  }
}
@media only screen and (min-width: 768px){
  #purchase .products-list li .list-img {
    height: 270px;
    line-height: 260px;
  }
  #purchase .products-list .box a {
    height: 100%;
    padding-bottom: 4em;
  }
}
@media only screen and (min-width: 1200px){
  #purchase .products-list li .list-img {
    height: 330px;
    line-height: 320px;
  }
}




/*------------------------------------------
news-letter
------------------------------------------*/
#news-letter {
  background: #cf1125;
  color: #FFF;
}
#news-letter .section-title::before {
  background: #000;
}

#news-letter .section-title + p {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: .5em;
}
@media only screen and (min-width: 768px){
  #news-letter .section-title + p {
    font-size: 1.5em;
  }
}

/*
#news-letter form {
  text-align: center;
}
#news-letter form > *:not(:last-child){
  margin-bottom: 1.5em;
}
#news-letter form input[type="text"],
#news-letter form input[type="email"] {
  width: 100%;
  height: 5em;
  padding: 1em 6%;
  margin-bottom: 2em;
  font-size: inherit;
  border-color: transparent;
  letter-spacing: .08em;
}
#news-letter form label {
  display: inline-block;
  margin-top: .75em;
  margin-bottom: .25em;
}
#news-letter form input[type="checkbox"] {
  margin-right: .5em;
}
#news-letter form button,
#news-letter form input[type="botton"],
#news-letter form input[type="submit"] {
  display: inline-block;
  text-align: center;
  width: 180px;
  height: auto;
  line-height: 3.5;
  padding: 5px;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: bottom;
  outline: none;
  background: #000;
  color: #fff!important;
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
#news-letter form button:hover,
#news-letter form input[type="submit"]:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,.24);
}
@media only screen and (min-width: 768px){
  #news-letter form button,
  #news-letter form input[type="submit"] {
    width: 264px;
  }
}
*/


/*------------------------------------------
other
------------------------------------------*/
#other ul li a {
  display: block;
  border: 1px solid #e2e2e2;
  position: relative;
}
#other ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0px 24px 40px 0 rgba(0, 0, 0, 0.12);
  z-index: 10;
}
#other ul li a p {
  width: 100%;
  background: rgba(207,17,37,0.77);
  color: #FFF;
  padding: 1em 1.5em;
  position: absolute;
  bottom: 0;
  left: 0;
}

#other ul li .comingsoon {
  text-align: center;
  pointer-events: none;
  position: relative;
}
#other ul li .comingsoon p {
  background-color: rgba(160,160,160,0.77);
  color: #FFF;
  text-shadow: 0 0 2px rgba(73,73,73,0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#other ul li .comingsoon p::before {
  content: 'COMING SOON';
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: .08em;
}








