@charset "UTF-8";
/************************************************

@style.css

©︎ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/************************************************

sp

************************************************/
img {
  pointer-events: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

@media print {
  body {
    display: none;
  }
}

.w100 {
  width: 100%;
}

body {
  color: #444;
  line-height: 1.5;
}

#wrapper {
  background: none;
  text-align: center;
}

#wrapper::after {
  content: "";
  background: url(../img/bg_sp.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  #wrapper {
    background: url(../img/bg_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}

section {
  padding-bottom: 20px;
}

/*
#top
-------------------------------*/
#top {
  background: none;
  margin: 11% 7%;
}

/*
	#special
	-------------------------------*/
.lead {
  width: 90%;
  margin: 0 auto 11%;
  color: #fff;
  font-weight: bold;
}

#special,
#normal {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 40px 25px;
  max-width: 1000px;
}

.ttl {
  font-family: sans-serif;
  font-size: 1.4em;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 auto 10%;
  background: #1ab0be;
  padding: 5px 20px;
  display: inline-block;
}

.jacket-img0 {
  width: 100%;
  margin: 0 auto 20px;
}

.jacket-img1 {
  width: 60%;
  margin: 0 auto 20px;
}

.img-att {
  font-size: 10px;
}

.product-detail {
  margin: 30px auto 30px;
  text-align: left;
}

#special-detail {
  border: solid 2px #1ab0be;
  margin: 0 auto;
  padding: 15px 20px;
}

.product-ttl {
  color: #fff;
  background: #ff3b7c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 9px 12px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.price {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 13px;
  color: #fe5d08;
}

.att {
  font-size: 10px;
  margin-top: 10px;
}

.contents {
  font-size: 13px;
  line-height: 2;
}

.contents-ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}

.detail-ttl {
  color: #1ab0be;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}

#special-detail .contents {
  margin: 0 0 20px;
}

.detail-strong {
  font-weight: bold;
}

.tokuten {
  margin-top: 20px;
}

.tokuten span {
  font-size: 10px;
}

/*
	#benefits
	-------------------------------*/
#benefits {
  margin: 70px 0 50px;
  padding: 0 5%;
}

#benefits .ttl {
  color: #1ab0be;
  background: #fff;
}

#benefits .att {
  color: #fff;
}

.benefits-read {
  text-align: center;
  color: #fff;
}

.subject {
  color: #fff;
  border: solid 2px #fff;
  padding: 10px 5px;
  font-size: 11px;
  line-height: 2;
}

#benefits .container {
  margin: 30px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.benefits-box {
  margin: 20px auto;
  width: 40%;
}

.benefits-ttl {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 13px auto 0;
}

/*
	#normal
	-------------------------------*/
#normal .product-detail {
  margin: 30px auto 0;
}

#rental {
  margin: 60px auto;
  padding: 0 4%;
}

#rental .ttl {
  color: #1ab0be;
  background: #fff;
}

#rental .img-att {
  color: #fff;
}

.rental-img {
  width: 60%;
  margin: 0 auto 10px;
}

.rental-txt {
  width: 70%;
  margin: 30px auto 15px;
}

/*
#footer
-------------------------------*/
footer .attention {
  text-align: center;
  margin: 30px auto;
}

.top-btn {
  width: 60%;
  color: #fff;
  padding: 3%;
  font-size: 17px;
  font-weight: bold;
  border: solid 2px #fff;
}

.footer {
  color: #fff;
  font-size: 10px;
  padding: 30px 0 10px;
  line-height: 2;
}

@media print {
  *, img {
    background: #fff;
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
  /*
  		#top
  		-------------------------------*/
  #top {
    margin: 0 auto;
    width: 800px;
    padding: 100px;
  }
  /*
  		#special
  		-------------------------------*/
  #special,
  #benefits,
  #normal,
  #rental {
    padding: 40px 0;
  }
  .lead {
    margin: 0 auto 90px;
    padding: 0;
    font-size: 16px;
    line-height: 2;
  }
  .jacket-img0 {
    width: 500px;
    margin: 0 auto;
  }
  .jacket-img1 {
    height: 320px;
    margin: 50px auto;
  }
  .jacket-img1 img {
    height: 100%;
    width: auto;
  }
  .ttl {
    margin: 0 auto 30px;
  }
  .product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .product-box {
    width: 500px;
    margin: 0 0 30px;
  }
  .product-detail {
    margin: 0 auto 30px;
    padding: 20px 25px;
    width: 64%;
  }
  #special-detail {
    padding: 20px 40px;
  }
  .product-ttl {
    font-size: 22px;
    left: auto;
    transform: translateX(0%);
  }
  .price {
    font-size: 21px;
    display: block;
  }
  .detail-strong {
    font-weight: bold;
    font-size: 16px;
  }
  .number {
    font-size: 16px;
  }
  .contents {
    font-size: 16px;
    min-height: fit-content;
  }
  .contents-ttl {
    font-size: 21px;
  }
  .detail-ttl {
    font-size: 22px;
  }
  .detail-flex {
    width: 400px;
    padding: 0 20px;
  }
  #special-detail .contents {
    font-size: 16px;
  }
  .tokuten {
    margin-top: 30px;
  }
  .tokuten span {
    font-size: 13px;
  }
  /*
    #benefits
  		-------------------------------*/
  .benefits-read {
    font-size: 16px;
  }
  .subject {
    color: #fff;
    border: solid 2px #fff;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 2;
    width: 540px;
    margin: 20px auto 0;
  }
  #benefits .container {
    /* width: 70%; */
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
  }
  .benefits-box {
    width: 26%;
    margin-bottom: 30px;
  }
  .benefits-box:nth-child(3), .benefits-box:nth-child(4) {
    margin-bottom: 30px;
  }
  .benefits-ttl {
    font-size: 17px;
    padding: 2px 12px;
  }
  .attention {
    font-size: 13px;
    text-align: center;
  }
  .rental-img {
    width: 400px;
    margin: 40px auto 20px;
  }
  .rental-txt {
    width: 490px;
    margin: 50px auto 0;
  }
  .top-btn {
    width: 300px;
    padding: 20px;
    margin: 1% auto;
    transition: all .4s;
  }
  .top-btn:hover {
    background: #fff;
    border: solid 2px  #fff;
    color: #1ab0be;
    opacity: 1;
  }
  .footer {
    font-size: 13px;
    padding: 40px 0;
  }
  .footer .attention {
    line-height: 2;
  }
}

/* @media all and (min-width: 376px) and (max-width: 812px) {
	.buy-btn {
		bottom: 9vw;
	}
} */
/*# sourceMappingURL=style.css.map */