/** valiable */
body {
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #486B97;
}

a:hover {
  text-decoration: underline;
  color: #946349;
}

.global_head {
  margin: 0;
  padding: 0;
}

.header {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0;
}

.hero {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .hero {
    height: 100vh;
    max-height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 100vh;
    max-height: 900px;
  }
}

.hero__title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .hero__title {
    width: 70%;
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__title {
    width: 100%;
    max-width: 600px;
  }
}

.hero__char {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .hero__char {
    width: 130%;
    max-width: 550px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__char {
    width: 100%;
    max-width: 900px;
  }
}

.intro {
  background: #ff92b2;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 50px 15px 48px;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 70px 0;
  }
}

.intro__container {
  max-width: 1000px;
  margin: 0 auto;
}

.intro p {
  margin: 0;
  letter-spacing: 0.1rem;
  text-shadow: 5px 5px 15px rgba(88, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.25rem;
    line-height: 3.0rem;
  }
}

.sale {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .sale {
    padding: 30px 15px 70px;
  }
}

@media only screen and (min-width: 768px) {
  .sale {
    padding: 70px 0 100px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__container {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.sale__ttl {
  border-bottom: #ff92b2 solid 2px;
  letter-spacing: 0.1rem;
}

@media only screen and (min-width: 768px) {
  .sale__ttl {
    margin: 0 0 25px;
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale__item {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__item {
    margin: 0 0 30px;
  }
}

.sale__item:last-child {
  margin: 0;
}

.sale__item p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sale__item p {
    font-size: 1.0rem;
    line-height: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale__item p {
    font-size: 1.08rem;
    line-height: 2.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale__item ul {
    margin: 0 0 30px -20px;
    font-size: 1.0rem;
    line-height: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale__item ul {
    margin: 0 0 30px -20px;
    font-size: 1.08rem;
  }
}

.sale__item ul li {
  margin: 0 0 15px;
}

.sale__point {
  background-color: #f93f80;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sale__point {
    font-size: 1.0rem;
    margin-top: 20px;
    padding: 15px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__point {
    font-size: 1.4rem;
    margin-top: 45px;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sale__note p {
    font-size: 0.95rem;
    line-height: 1.7rem;
    margin: 0 0 7px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__note p {
    font-size: 1.0rem;
    line-height: 1.7rem;
    margin: 0 0 5px;
  }
}

.sale__note p:last-child {
  margin: 0;
}

.sale__publish-detail {
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .sale__publish-detail {
    margin: 0 0 45px;
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__publish-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 55px 0 70px;
    padding: 50px 60px;
  }
}

.sale__publish-detail_img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .sale__publish-detail_img {
    margin: 0 0 30px;
    width: 100%;
    max-width: 310px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__publish-detail_img {
    width: 230px;
  }
}

.sale__publish-detail_img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sale__publish-detail_text {
    width: calc(100% - 290px);
  }
}

.sale__publish-detail_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sale__publish-detail_text dl {
    font-size: 1.05rem;
  }
}

.sale__publish-detail_text dl:last-child {
  margin: 0;
}

.sale__publish-detail_text dl dt {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sale__publish-detail_text dl dt {
    width: 30%;
  }
}

.sale__publish-detail_text dl dd {
  margin: 0;
}

.sale__publish-detail_ttl {
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .sale__publish-detail_ttl {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale__publish-detail_ttl {
    font-size: 2.1rem;
  }
}

.sale__publish-detail_author {
  letter-spacing: 0.1rem;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .sale__publish-detail_author {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale__publish-detail_author {
    font-size: 1.4rem;
  }
}

.sale__application_link {
  background: #f55375;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: normal;
  border-radius: 50px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sale__application_link {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sale__application_link {
    width: 530px;
    margin: 0 auto;
    font-size: 1.3rem;
  }
}

.sale__application_link:hover {
  opacity: 0.8;
}

.sale__application_link a {
  color: #fff;
  display: block;
  width: 100%;
}

.sale__application_link a:hover {
  text-decoration: none;
}

.sale__application p {
  text-align: center;
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .sale__application p {
    font-size: 1.05rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale__application p {
    font-size: 1.1rem;
  }
}

.tsuika {
  background-color: #f1f1f1;
  padding: 10px 20px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */