@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", sans-serif;
  background: #000;
  color: #fff;
}

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

.pagination {
  position: fixed;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .pagination {
    right: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .pagination {
    right: 32px;
  }
}

.pagination a {
  display: block;
  border-radius: 50%;
  background-color: #fcfcfc;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media only screen and (max-width: 767px) {
  .pagination a {
    width: 7px;
    height: 7px;
    margin: 13px 0;
  }
}

@media only screen and (min-width: 768px) {
  .pagination a {
    width: 11px;
    height: 11px;
    margin: 23px 0;
  }
}

.pagination a.active {
  background-color: #AE9C92;
}

.scroll {
  width: 100%;
  height: 100vh;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(100vh);
  -webkit-scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0;
    padding: 0 45px 0 18px;
  }
}

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

.ttl {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .ttl {
    top: 10%;
    left: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .ttl {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

@media only screen and (max-width: 767px) {
  .head .logo img {
    width: 150px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .head .logo img {
    width: 250px;
    height: auto;
  }
}

.head .hero {
  width: 100%;
}

.head .hero img {
  width: 100%;
  height: auto;
}

.head h1 {
  font-family: 'Sawarabi Gothic', sans-serif;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .head h1 {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .head h1 {
    margin: 25px 0 0;
  }
}

.intro {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  font-family: 'Sawarabi Gothic', sans-serif;
  padding: 0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .intro {
    background-image: url("../img/bg_sp.jpg");
    font-size: 1.1rem;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    background-image: url("../img/bg_pc.jpg");
    line-height: 50px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.prod .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
}

@media only screen and (max-width: 767px) {
  .prod .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -25px;
  }
}

@media only screen and (min-width: 768px) {
  .prod .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .prod .pic {
    width: 100%;
    margin: 0 0 60px;
  }
}

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

.prod .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .prod .info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .prod .info {
    width: 40%;
  }
}

.prod .info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.prod .info h3 {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .prod .info h3 {
    font-size: 1.8rem;
    line-height: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .prod .info h3 {
    font-size: 2.8rem;
    line-height: 2.2rem;
  }
}

.prod .info h3 span {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .prod .info h3 span {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .prod .info h3 span {
    font-size: 1.3rem;
  }
}

.prod .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.0rem;
  width: 100%;
}

.prod .info dl dt {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .prod .info dl dt {
    margin: 0 6px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .prod .info dl dt {
    margin: 0 10px 0 0;
  }
}

.prod .info dl dd {
  margin: 0;
  padding: 0;
}

.prod .info p {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
}

.prod .info .price {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .prod .info .price {
    font-size: 1.0rem;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .prod .info .price {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
}

.daimahor {
  background: radial-gradient(#3a5453 3%, #000 70%);
}

@media only screen and (min-width: 768px) {
  .daimahor .info {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 30px;
  }
}

.daimahor .inner {
  position: relative;
}

.daimahor .inner::before {
  content: '';
  display: inline-block;
  background-image: url("../img/line_01.png");
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .daimahor .inner::before {
    width: 230px;
    height: 25px;
    top: -23%;
    left: -3%;
  }
}

@media only screen and (min-width: 768px) {
  .daimahor .inner::before {
    width: 376px;
    height: 75px;
    top: -46%;
    left: -10%;
  }
}

.daimahor .inner::after {
  content: '';
  display: inline-block;
  background-image: url("../img/line_02.png");
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .daimahor .inner::after {
    width: 230px;
    height: 25px;
    bottom: -20%;
    left: -3%;
  }
}

@media only screen and (min-width: 768px) {
  .daimahor .inner::after {
    width: 376px;
    height: 75px;
    bottom: -45%;
    left: -10%;
  }
}

.hakorkio {
  background: radial-gradient(#81645c 1%, #000 70%);
}

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

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

@media only screen and (min-width: 768px) {
  .hakorkio .info {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
  }
}

.hakorkio .inner {
  position: relative;
}

.hakorkio .inner::before {
  content: '';
  display: inline-block;
  background-image: url("../img/line_03.png");
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .hakorkio .inner::before {
    width: 230px;
    height: 25px;
    top: -23%;
    left: -3%;
  }
}

@media only screen and (min-width: 768px) {
  .hakorkio .inner::before {
    width: 376px;
    height: 75px;
    top: -46%;
    left: -10%;
  }
}

.hakorkio .inner::after {
  content: '';
  display: inline-block;
  background-image: url("../img/line_04.png");
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .hakorkio .inner::after {
    width: 230px;
    height: 25px;
    bottom: -20%;
    left: -3%;
  }
}

@media only screen and (min-width: 768px) {
  .hakorkio .inner::after {
    width: 376px;
    height: 75px;
    bottom: -45%;
    left: -10%;
  }
}

@media only screen and (min-width: 768px) {
  .hakorkio dl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .sale {
    word-break: break-all;
  }
}

@media only screen and (max-width: 767px) {
  .sale .top {
    margin: 80px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sale .top {
    margin: 120px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .sale p {
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale p {
    line-height: 1.8rem;
  }
}

.sale a {
  color: #AE9C92;
  text-decoration: none;
}

.sale a:hover {
  text-decoration: underline;
}

.sale .note {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sale .note {
    margin: 0 0 0 15px;
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale .note {
    margin: 0 0 0 20px;
    line-height: 1.8rem;
  }
}

.sale h5 {
  margin: 25px 0 10px;
  font-size: 1.1rem;
}

.otoiawase {
  background: #171017;
}

@media only screen and (max-width: 767px) {
  .otoiawase {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase {
    text-align: center;
  }
}

.otoiawase h4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .otoiawase h4 {
    margin: 0 0 10px -25px;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase h4 {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
}

.otoiawase p {
  padding: 0;
  line-height: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .otoiawase p {
    margin: 0 0 0 -25px;
  }
}

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

@media only screen and (max-width: 767px) {
  .otoiawase .ttl {
    top: 19%;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase .ttl {
    top: 21%;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  position: absolute;
  z-index: 99;
  top: 0;
  margin: 0;
  padding: 0;
}

.global_foot {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.soldout {
  border: 6px solid #ef0012;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ef0012;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  width: 85%;
}

@media only screen and (max-width: 767px) {
  .soldout {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) {
  .soldout {
    font-size: 2rem;
    font-weight: 900;
  }
}

.soldout::before {
  display: block;
  content: 'Sold Out';
  padding: 0.5rem 0;
  text-align: center;
}
