@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #000 url(../img/bg.png) repeat;
  color: #fff;
}

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

.section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 90px 17px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 950px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 150px 0 0;
  }
}

.title {
  font-family: "Anton", sans-serif;
  color: #222;
  position: absolute;
  top: 0;
  z-index: -1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 5.2rem;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 9.5rem;
    letter-spacing: 0.05rem;
    left: -40px;
  }
}

h3 {
  margin: 0 0 20px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    margin: 0 0 20px;
    font-size: 2.2rem;
  }
}

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

.content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 0 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    margin: 0 0 200px;
  }
}

.hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 140px;
    padding: 70px 0;
    background: url(../img/hero-bg.jpg) no-repeat center/cover;
  }
}
.hero::before {
  content: "";
  background: linear-gradient(#090909, transparent);
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero::after {
  content: "";
  background: linear-gradient(transparent, #090909);
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero__content {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .hero__content {
    height: 700px;
    margin: 0 auto;
  }
}
.hero__title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__title {
    margin: 25px 17px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__title {
    margin: 35px 0 0;
  }
}
.hero__pic {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__pic {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__pic {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero__pic::before {
    content: "";
    background: url(../img/pic-masuko.jpg) no-repeat center/cover;
    width: 50%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__pic::after {
    content: "";
    background: url(../img/pic-eita.jpg) no-repeat left -100px center/cover;
    width: 50%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__pic img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  .about {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    margin: 0 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .about__text {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .about__text {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about__text p {
    font-size: 1.05rem;
    line-height: 2.3rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .about__text p {
    font-size: 1.15rem;
    line-height: 2.3rem;
    margin: 0 0 25px;
  }
}
.about__text p:last-child {
  margin: 0;
}
.about__pic {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .about__pic {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .about__pic {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about__pic-item {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .about__pic-item {
    margin: 0 20px;
  }
}
.about__pic-item p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .about__pic-item p {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 90px;
  }
}
.prod__bg {
  background-image: linear-gradient(-45deg, #0c0c0d 25%, #000 25%, #000 50%, #0c0c0d 50%, #0c0c0d 75%, #000 75%, #000);
  background-size: 17px 17px;
  transform: skewY(-10deg);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod__bg {
    margin: -40px 0 -50px;
    padding: 40px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__bg {
    margin: -40px 0 -70px;
    padding: 50px 0 140px;
  }
}
.prod__bg-inner {
  transform: skewY(10deg);
}
@media only screen and (max-width: 767px) {
  .prod__bg-inner {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__content {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__content {
    margin: 0 auto;
    max-width: 1080px;
    width: calc(100% - 45px);
  }
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__ttl {
    margin: 0 0 15px;
  }
}
.prod__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    flex-direction: column;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: space-between;
    margin: 0 0 50px;
  }
}
.prod__container:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__main {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__main {
    width: 50%;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__sub {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub {
    width: 46%;
    display: flex;
    flex-direction: column;
  }
}
.prod__sub-thum {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prod__sub-thum {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-thum {
    margin: 0 0 20px;
  }
}
.prod__sub-item {
  position: relative;
  overflow: hidden;
  background: #888;
  border: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .prod__sub-item {
    width: 60px;
    height: 60px;
    margin: 0 8px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-item {
    width: 95px;
    height: 95px;
    margin: 0 10px 10px 0;
  }
  .prod__sub-item:hover {
    opacity: 0.8;
  }
}
.prod__sub-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod__sub-detail {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail {
    width: 100%;
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail {
    width: 100%;
    margin: 0 0 20px;
  }
}
.prod__sub-detail h2 {
  margin: 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail h2 {
    font-size: 19px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.prod__sub-detail p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail p {
    font-size: 17px;
    line-height: 30px;
  }
}
.prod__sub-detail span a {
  color: #9698AD;
  text-decoration: none;
  word-break: break-all;
}
.prod__sub-detail span a:hover {
  text-decoration: underline;
}
.prod__sub-caption p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .prod__sub-caption p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-caption p {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
.prod .sp-button {
  border: 2px solid #ccc !important;
}
@media only screen and (max-width: 767px) {
  .prod .sp-button {
    width: 10px !important;
    height: 10px !important;
  }
}
.prod .sp-selected-button {
  background-color: #ccc !important;
}
.prod .sp-next-arrow:after, .prod .sp-next-arrow:before, .prod .sp-previous-arrow:after, .prod .sp-previous-arrow:before {
  background-color: #ccc !important;
}

@media only screen and (max-width: 767px) {
  .information {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .information {
    margin: 0 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .information dl {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .information dl {
    margin: 0 0 40px;
  }
}
.information dl:last-child {
  margin: 0;
}
.information dl dt {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .information dl dt {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .information dl dt {
    width: 15%;
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
}
.information dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .information dl dd {
    width: 75%;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .note ul {
    font-size: 0.95rem;
    line-height: 1.8rem;
    margin: 0 0 0 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .note ul {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .note ul li {
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .note ul li {
    margin: 0 0 10px;
  }
}
.note ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .schedule {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule {
    margin: 0 0 90px;
  }
}
.schedule table tr {
  display: flex;
  border-top: #fff solid 2px;
}
@media only screen and (max-width: 767px) {
  .schedule table tr {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table tr {
    align-items: flex-start;
    padding: 40px 20px;
  }
}
.schedule table tr:last-child {
  border-bottom: #fff solid 2px;
}
.schedule table tr th {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .schedule table tr th {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table tr th {
    width: 25%;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table tr td {
    width: 75%;
  }
}
.schedule table h4 {
  background: #fff;
  color: #000;
  display: inline-block;
  line-height: 100%;
  letter-spacing: 0.05rem;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .schedule table h4 {
    font-size: 1.1rem;
    padding: 6px 10px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table h4 {
    font-size: 1.4rem;
    padding: 7px 15px 5px;
  }
}
.schedule table p {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .schedule table p {
    font-size: 0.95rem;
    line-height: 1.8rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table p {
    font-size: 1.05rem;
    line-height: 1.9rem;
    margin: 0 0 15px;
  }
}
.schedule table p:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .schedule__note {
    margin: 25px 0 0;
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__note {
    margin: 35px 0 0;
    font-size: 1.05rem;
    line-height: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .contact {
    margin: 0 0 160px;
  }
}
.contact__item h3 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .contact__item h3 {
    font-size: 1.4rem;
  }
}
.contact__shop {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .contact__shop {
    font-size: 1.1rem;
  }
}
.contact__text {
  margin: 0 0 25px;
}
.contact__text p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .contact__text p {
    font-size: 1.1rem;
  }
}
.contact__tel {
  display: flex;
  align-items: flex-end;
}
.contact__tel span {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border-radius: 2px;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .contact__tel span {
    top: -1px;
  }
}
.contact__tel span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: block;
  transform: scale(-1, 1);
  position: absolute;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .contact__tel span::before {
    font-size: 0.8rem;
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__tel span::before {
    font-size: 0.85rem;
    top: 2px;
    left: 2px;
  }
}
.contact__tel p {
  line-height: 100%;
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact__tel p {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__tel p {
    font-size: 1.4rem;
  }
}

.logo .section {
  padding: 0;
}
.logo__content {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .logo__item {
    width: 20%;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .logo__item {
    width: 12%;
    margin: 0 25px;
  }
}
.logo__item:last-child {
  border: #333 solid 1px;
}
.logo__copyright {
  text-align: center;
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .logo__copyright {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo__copyright {
    margin: 35px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns {
    position: fixed;
    top: 50%;
    right: 25px;
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  .sns .section {
    padding: 90px 17px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns .section {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item {
    margin: 0 0 15px;
  }
  .sns__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item p {
    margin: 0 0 10px;
    color: #999;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item p {
    display: none;
  }
}
.sns__item a {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter {
    margin: 0 0 15px;
  }
}
.sns__item.sns-twitter span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
  font-size: 1.3rem;
}
.sns__item.sns-instagram span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f16d";
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .sale-note {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note {
    margin: 40px 0 90px;
  }
}
.sale-note .section {
  box-sizing: border-box;
  border: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .sale-note .section {
    margin: 0 17px;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note .section {
    padding: 35px;
  }
}
.sale-note h5 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .sale-note h5 {
    font-size: 1.4rem;
    margin: 0 0 18px -10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note h5 {
    font-size: 2.2rem;
    margin: 0 0 20px -18px;
  }
}
.sale-note ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sale-note ul {
    margin: 0 0 0 20px;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note ul {
    margin: 0 0 0 30px;
    font-size: 1.15rem;
    line-height: 1.9rem;
  }
}
.sale-note ul li {
  margin: 0 0 8px;
}
.sale-note ul li:last-child {
  margin: 0;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */