@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
  color: #fff;
  position: relative;
  background: #ddd;
}

a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

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

.global_head {
  margin: 0;
  position: relative;
  z-index: 15;
}

footer {
  position: relative;
  z-index: 10;
}

.content {
  position: relative;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .content {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1150px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

.ttl {
  font-family: "Oswald", sans-serif;
  line-height: 100%;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .ttl {
    margin: 0 0 50px;
    font-size: 3.8rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    margin: 0 0 80px;
    font-size: 6.5rem;
    letter-spacing: 0.1rem;
  }
}
.ttl .ttl-sub {
  color: #ccc;
  border-bottom: solid white 5px;
  display: block;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ttl .ttl-sub {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl .ttl-sub {
    margin: 10px 0 0;
  }
}

.logo {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .logo {
    top: 18px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    top: 25px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: 125px;
  }
}

.outer {
  position: relative;
  z-index: 10;
}

.hero {
  background: url(../img/hero-bg.png) no-repeat center/cover fixed;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: calc(100vh - 40px);
  }
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.hero__inner {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    box-sizing: border-box;
    padding: 100px 0;
  }
}
.hero h1 {
  margin: 0;
  position: relative;
  z-index: 2;
}
.hero h1 img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.intro {
  background: #ffffff;
  padding: 80px 0 100px;
  color: rgb(0, 0, 0);
}
.intro p {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 1rem;
    line-height: 1.9rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.35rem;
    line-height: 2.9rem;
    letter-spacing: 0.15rem;
  }
}

.topics {
  color: #000;
}
.topics .ttl-sub {
  border-bottom: solid #000 5px;
}

.prodtop {
  background: #f1f1f1;
}

.note {
  box-sizing: border-box;
  text-shadow: 0 0 3px #ddd;
}
@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 80px;
  }
}
.note__ttl {
  background: #111;
  color: #ddd;
  text-shadow: 0 0 0 transparent;
}
@media only screen and (max-width: 767px) {
  .note__ttl {
    margin: 0 0 25px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .note__ttl {
    margin: 0 0 30px;
    padding: 15px 25px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .note__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .note__item {
    margin: 0 0 30px;
  }
}
.note__item span {
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .note__item span {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__item span {
    margin: 0 0 10px;
    font-size: 1.15rem;
  }
}
.note .note-border {
  border: 2px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .note .note-border {
    padding: 20px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .note .note-border {
    padding: 20px 25px;
  }
}
.note p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .note p {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .note p {
    font-size: 1rem;
    line-height: 1.65rem;
  }
}
.note p:last-child {
  margin: 0;
}
.note p.text-l {
  font-feature-settings: "palt";
}
.note ul, .note ol {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .note ul, .note ol {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .note ul, .note ol {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .note ul li, .note ol li {
    margin: 0 0 1px;
  }
}
@media only screen and (min-width: 768px) {
  .note ul li, .note ol li {
    margin: 0 0 5px;
  }
}
.note ul li:last-child, .note ol li:last-child {
  margin: 0;
}
.note dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.note dl dt {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .note dl dt {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .note dl dt {
    font-size: 1.15rem;
  }
}
.note dl dd {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 120px 0;
  }
}
.topics__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics__list__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__list__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__item {
    width: 23.5%;
    margin: 0 0 40px;
  }
  .topics__list__item:hover .topics__list__ttl {
    color: #ff0000;
  }
  .topics__list__item:hover .topics__list__ttl a {
    color: #ff0000;
  }
  .topics__list__item:hover .topics__list__date {
    color: #ff0000;
  }
  .topics__list__item:hover .topics__list__pic img {
    transform: scale(1.1);
  }
}
.topics__list__pic {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic {
    margin: 0 0 17px;
  }
}
.topics__list__pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic img {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic img {
    height: 190px;
    transition: 0.4s;
  }
}
.topics__list__ttl {
  overflow: hidden;
  text-shadow: 0 0 3px #ddd;
}
@media only screen and (max-width: 767px) {
  .topics__list__ttl {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl {
    margin: 0 0 15px;
    transition: 0.4s;
  }
}
.topics__list__ttl a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl a {
    transition: 0.4s;
  }
}
.topics__list__ttl a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__list__date {
  color: #777;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__list__date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__date {
    font-size: 0.95rem;
    transition: 0.4s;
  }
}
.topics__link {
  border: 2px solid #000;
  background-color: #dddddd;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 0.9rem;
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link {
    width: 450px;
    height: 75px;
    line-height: 75px;
    transition: 0.4s;
    cursor: pointer;
    margin: 30px auto 0;
  }
  .topics__link:hover {
    background-color: lightgray;
  }
  .topics__link:hover::before {
    right: 34px;
  }
  .topics__link:hover::after {
    right: 21px;
  }
}
.topics__link::before {
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .topics__link::before {
    width: 6px;
    height: 6px;
    top: 23.5px;
    right: 33.5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link::before {
    width: 8px;
    height: 8px;
    top: 32.5px;
    right: 41.5px;
    transition: 0.4s;
  }
}
.topics__link::after {
  content: "";
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .topics__link::after {
    width: 25px;
    height: 25px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link::after {
    width: 30px;
    height: 30px;
    right: 28px;
    transition: 0.4s;
  }
}
.topics__link a {
  color: #000;
}
.topics__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop {
  background: #000;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .shop__map {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map {
    margin: 0 0 35px;
  }
}
.shop__info {
  text-shadow: 0 0 7px black;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.shop__info__name {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .shop__info__name {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__name {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
.shop__info__name span {
  font-size: 0.8rem;
}
.shop__info__address {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shop__info dl {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl {
    display: flex;
    margin: 0 0 15px;
  }
}
.shop__info dl:last-child {
  margin: 0;
}
.shop__info dl dt {
  color: #ccc;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dt {
    font-size: 0.95rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dt {
    margin: 0;
    width: 170px;
    font-size: 1.05rem;
  }
}
.shop__info dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dd {
    width: calc(100% - 170px);
  }
}
.shop__info dl dd p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dd p {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dd p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.shop__info dl dd p span {
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dd p span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dd p span {
    font-size: 0.9rem;
  }
}
.shop__info__link {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  margin: 35px 0 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop__info__link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__link {
    max-width: 350px;
    width: 100%;
    margin: 50px auto;
    height: 65px;
    line-height: 65px;
    transition: 0.4s;
    cursor: pointer;
  }
  .shop__info__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .shop__info__link:hover::before {
    right: 34px;
  }
  .shop__info__link:hover::after {
    right: 21px;
  }
}
.shop__info__link::before {
  content: "";
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .shop__info__link::before {
    width: 6px;
    height: 6px;
    top: 23.5px;
    right: 33.5px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__link::before {
    width: 6px;
    height: 6px;
    top: 28px;
    right: 40.5px;
    transition: 0.4s;
  }
}
.shop__info__link::after {
  content: "";
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .shop__info__link::after {
    width: 25px;
    height: 25px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__link::after {
    width: 27px;
    height: 27px;
    right: 28px;
    transition: 0.4s;
  }
}
.shop__info__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sns {
  background: url(../img/shr.jpg) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0 120px;
  }
}
.sns::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8470588235);
  position: absolute;
  top: 0;
  left: 0;
}
.sns .block {
  position: relative;
  z-index: 10;
}
.sns .block .ttl-head {
  text-shadow: 0 0 7px black;
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head .ttl {
    margin: 0 0 80px;
    font-size: 6.5rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__container {
    display: flex;
    justify-content: space-between;
    gap: 0 35px;
    margin: 100px 0;
  }
}
.sns__item {
  border: 2px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.sns__item span {
  color: white;
  transition: 0.4s;
}
.sns__item::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 20px 20px 20px 90px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    max-width: 500px;
    width: 100%;
    padding: 20px 20px 20px 100px;
    transition: 0.4s;
    cursor: pointer;
  }
  .sns__item:hover {
    color: #9f1313;
    border: solid 2px #9f1313;
  }
  .sns__item:hover span {
    color: #9f1313;
  }
}
.sns__item.sns-twitter::before {
  content: "\e61b";
}
.sns__item.sns-instagram::before {
  content: "\f16d";
}
.sns__item .text p {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 10px;
  }
}
.sns__item .text a {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.9rem;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.soon {
  color: #777;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .soon {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .soon {
    font-size: 1.5rem;
  }
}

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

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

.topics__nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    margin: 0 0 45px;
  }
}
.topics__nav .tab {
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: #000 solid 3px;
  box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    margin: 0 3px 10px;
    padding: 14px 0 12px;
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    margin: 0 6px 17px;
    padding: 14px 0 13px;
    width: 145px;
  }
}
.topics__nav .tab:hover {
  background: #000;
  color: #fff;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .topics__nav .text_s {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .text_s {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__nav .text_ss {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .text_ss {
    font-size: 13px;
  }
}
.topics__nav .narrow-active {
  background: #000;
  color: #fff;
}

.topics__nav .narrow-active:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */