@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap");

.hero {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
	flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .hero {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 769px) {
  .hero {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.hero__read {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.hero__read--t1 {
  /*width: 340px;*/
}

@media only screen and (max-width: 768px) {
  .hero__read--t1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.hero__read--t2 {
  /*width: 340px;*/
}

@media only screen and (max-width: 768px) {
  .hero__read--t2 {
    
	  -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (min-width: 769px) {
  .hero__read--t2 {
    /*padding: 0 20px 0 0;*/
  }
}

.hero__read p {
  margin: 25px;
}

.hero__read span {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  padding: 10px 12px 5px;
}

@media only screen and (max-width: 768px) {
  .hero__img {
    max-width: 480px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 769px) {
  .hero__img {
    max-width: 550px;
    max-height: 450px;
  }
}

.hero__img img {
  max-width: 100%;
  max-height: 100%;
}

.hero__box {
  width: 49.5%;
}



.outercontent {
  position: relative;
  width: 100%;
}

.outercontent .bg {
  width: 100%;
  top: 0;
  left: 0px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: fixed;
  z-index: 1;
}

.outercontent .innercontent {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .header {
    margin: 30px auto 60px;
    width: calc(100% - 20px);
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    max-width: 600px;
    margin: 60px auto 100px;
  }
}

.header img {
  width: 100%;
}

.wrap {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wrap {
    width: calc(100% - 20px);
    min-width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1180px;
  }
}

.wrap h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #cd9f31;
  text-shadow: 0 2px 0 #755d41, 0 2px 1px rgba(0, 0, 0, 0.8);
  width: 100%;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .wrap h2 {
    top: 0;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap h2 {
    top: 10px;
    font-size: 36px;
  }
}

.wrap h2::before {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  content: attr(title);
  color: #fdf8c5;
  -webkit-mask-image: -webkit-linear-gradient(top, transparent, black 40%, transparent 90%, transparent);
}

section {
  background-color: #000;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 40px 0 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  section {
    padding: 50px 0 30px 0;
  }
}

section .cover {
    position: relative;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    section .cover {
        height: 60px;
    }   
}

section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #cd9f31;
  text-shadow: 0 2px 0 #755d41, 0 2px 1px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  section h1 {
    font-size: 24px;
    line-height: 150%;
  }
}

@media only screen and (min-width: 768px) {
  section h1 {
    font-size: 36px;
    line-height: 100%;
  }
}

section h1::before {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  content: attr(title);
  color: #fdf8c5;
  -webkit-mask-image: -webkit-linear-gradient(top, transparent, black 40%, transparent 90%, transparent);
}

section .aida {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 15;
}

section .intro {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  section .intro {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) {
  section .intro {
    margin-bottom: 50px;
  }
}

section .intro p {
  color: #fff;
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  section .intro p {
    text-align: left;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  section .intro p {
    font-size: 18px;
  }
}

section .emp {
  color: #e20213;
  font-weight: 900;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  section .emp {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  section .emp {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  section .price {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  section .price {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .image_container {
    padding-top: 70px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .image_container {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .image_container figure {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .image_container figure {
    margin: 0 15px 30px;
    padding: 0;
    width: calc(25% - 30px);
    min-width: 200px;
  }
}

.image_container figure img {
  width: 100%;
}

.info {
  color: #fff;
}

.orderlink a {
  background: -webkit-linear-gradient(to bottom, #cd9f31, #e20213);
  background: linear-gradient(to bottom, #cd9f31, #e20213);
  color: #fff;
  text-shadow: 0px 0px 15px #ff0000;
  font-weight: 900;
  padding: 15px 0 10px 0;
  margin: 0 auto;
  line-height: 130%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .orderlink a {
    font-size: 26px;
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .orderlink a {
    font-size: 32px;
    width: 600px;
  }
}

.description {
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    padding: 1em 2em 2em 2em;
    margin: 0 auto;
    width: 100%;
        max-width: 900px;
}

@media only screen and (max-width: 767px) {
    .description {
        padding: 1em 1em 2em 1em;
    }   
}

.description .description__head {
    font-size: 2em;;
}

.description .moshikomi {
    border: 1px solid #f5dd4e;
    color: #f5dd4e;
    display: inline-block;
    font-weight: 500;
    padding: 0.5em 1.5em;
    margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
    .description .moshikomi {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 768px) {
    .description .moshikomi {
        font-size: 1.5em;
    }
}

.description .moshikomi a {
    color: inherit;
}

.description .description__comment {
    line-height: 2;
}