@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: 500000000000;
}

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

.content {
  position: relative;
  font-family: "Noto Sans JP";
}

@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;
  }
}

.topuisp {
  user-select: none;
  position: fixed;
  top: 50px;
  right: 5vw;
  z-index: 1000000;
  display: flex;
  align-items: center;
}
.topuisp__circle {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(1.875rem);
  border: solid #888 1px;
  border-radius: 50px;
  z-index: 0;
  transition: width 0.2s ease-in-out;
  cursor: pointer;
  transition: 0.2s;
}
.topuisp__circle.expanded {
  width: 90vw;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.topuisp__circle span {
  transition: 0.5s;
  display: block;
  width: 33px;
  height: 1px;
  margin-bottom: 10px;
  position: relative;
  top: 17.5px;
  left: 12.5px;
  background: #888;
  border-radius: 3px;
  z-index: 1;
}
.topuisp__circle-bar.hidden {
  display: none;
}
.topuisp__circle-bar.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-in-out;
}
.topuisp__circle:hover {
  border: solid #fff 1px;
}
.topuisp__circle:hover span {
  background: #ffffff;
}
.topuisp__nav {
  width: 80vw;
  align-items: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.topuisp__nav.open {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-in-out;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
}
.topuisp__nav.hidden {
  display: none;
}
.topuisp__nav--item {
  transition: 0.2s;
  font-weight: 600;
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #888;
  padding: 0 10px;
  margin-left: 3px;
  width: max-content;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7607843137);
  backdrop-filter: blur(1.875rem);
  position: relative;
  z-index: 6;
}
.topuisp__nav--item:last-child {
  width: 20px;
}
.topuisp__nav--item:hover {
  border: 1px solid #ffffff;
}
.topuisp__nav--item:hover a {
  color: #fff;
}
.topuisp__nav--item a {
  transition: 0.2s;
  color: #888;
  text-decoration: none;
}

.topuipc {
  position: sticky;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  margin-top: -150px;
}
.topuipc__circle {
  width: 750px;
  margin: 0 auto;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2862745098);
  backdrop-filter: blur(0.5rem);
  border: solid #888 1px;
  border-radius: 50px;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}
.topuipc__nav {
  display: flex;
  margin: 10px auto;
}
.topuipc__nav--item {
  transition: 0.2s;
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #888;
  padding: 0 10px;
  margin-left: 16px;
  width: max-content;
  min-width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7607843137);
  backdrop-filter: blur(1.875rem);
  transition: 0.2s;
  position: relative;
  z-index: 6;
}
.topuipc__nav--item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.topuipc__nav--item:hover {
  border: 1px solid #ffffff;
}
.topuipc__nav--item:hover a {
  color: #fff;
}
.topuipc__nav--item a {
  transition: 0.2s;
  color: #888;
  text-decoration: none;
}

.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;
  display: block;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ttl .ttl-sub {
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl .ttl-sub {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    margin: 30px 0 0;
  }
}

.top {
  z-index: 5000;
  background: url(../img/hero-bg.jpg) no-repeat center/cover;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) {
  .top {
    height: 100vh;
    min-height: 900px;
  }
}
.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/logo.svg);
  filter: invert(1);
  animation: sway 20s infinite ease-in-out;
  background-size: 80vw;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .top::after {
    background-size: 750px 750px;
    overflow-x: hidden;
  }
}
@keyframes sway {
  0% {
    transform: translateX(-5px) translateY(-5px);
    opacity: 0.5;
  }
  25% {
    transform: translateX(-5px) translateY(5px);
    opacity: 0.2;
  }
  50% {
    transform: translateX(5px) translateY(-5px);
    opacity: 0.5;
  }
  75% {
    transform: translateX(-5px) translateY(-5px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(5px) translateY(5px);
    opacity: 0.5;
  }
}

.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5333333333);
  position: absolute;
  top: 0;
  left: 0;
}
.hero__inner {
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 5vh 0;
  width: 70vh;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    max-width: 90vw;
    min-height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    max-width: 80vw;
    min-width: 600px;
  }
}
.hero h1 {
  margin: 0;
  position: relative;
  z-index: 2;
}
.hero__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
}
.hero__img__inner {
  filter: invert(1);
}
@media only screen and (max-width: 767px) {
  .hero__img__inner {
    width: 330px;
  }
}

.intro {
  position: relative;
  z-index: 50;
  border: solid #888 1px;
  background-color: rgba(0, 0, 0, 0.2862745098);
  backdrop-filter: blur(0.5rem);
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 25px;
    border-radius: 50px;
    max-width: fit-content;
    width: 90vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 50px 0;
    border-radius: 50px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.intro p {
  width: fit-content;
  margin: 0 auto;
  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;
  }
}

.grid:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/_myGrid.png) repeat;
  width: 100%;
  height: 500px;
}

.sns,
.prod,
.topics {
  color: #000;
}
.sns .ttl-sub,
.prod .ttl-sub,
.topics .ttl-sub {
  color: #555;
}

@media only screen and (max-width: 767px) {
  .prodtop {
    background: #ddd url(../img/bg-logo.png?v2) no-repeat center/350px;
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 768px) {
  .prodtop {
    background: #ddd url(../img/bg-logo.png?v2) no-repeat center/550px;
    background-attachment: fixed;
  }
}

.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: 1px 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;
}

.prod .ttl-head h2 {
  max-width: fit-content;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding: 80px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 100px 0 50px;
  }
}
.prod .soldout {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod .soldout {
    margin: 0 0 27px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .soldout {
    margin: 0 0 40px;
    font-size: 1.3rem;
  }
}
.prod__container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    width: 30%;
    margin: 0 30px 20px;
  }
}
.prod__item img {
  filter: drop-shadow(0 0 5px #ddd);
}
@media only screen and (min-width: 768px) {
  .prod__item img {
    transition: 0.3s;
  }
  .prod__item img:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 110px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 60px 0 150px;
  }
}
.topics__navbox {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics__navbox {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .topics__navbox {
    display: flex;
    width: fit-content;
  }
}
.topics__nav {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    flex-wrap: wrap;
  }
}
.topics__nav .tab, .topics__nav .tab-all {
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  font-weight: 600;
  color: #aa0001;
  border: #aa0001 solid 3px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab, .topics__nav .tab-all {
    margin: 0 3px 10px;
    padding: 14px 0 12px;
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab, .topics__nav .tab-all {
    margin: 0 6px 17px;
    padding: 14px 0 13px;
    width: 145px;
  }
}
.topics__nav .tab:hover, .topics__nav .tab-all:hover {
  background: #aa0001;
  color: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab-txts, .topics__nav .tab-all-txts {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab-all, .topics__nav .tab-all-all {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab-all, .topics__nav .tab-all-all {
    height: 128px;
    padding-top: 48px;
  }
}
.topics__nav .narrow-active {
  background: #aa0001;
  color: #fff;
}
.topics__nav .narrow-active:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .topics__area {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area {
    margin: 30px 0 20px;
  }
}
.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__area ul {
    margin: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.topics__area ul .topic {
  background-color: rgba(0, 0, 0, 0.2862745098);
  backdrop-filter: blur(0.5rem);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc((100% - 64px) / 4);
    display: flex;
    flex-direction: column;
    margin: 0 8px 35px;
    padding: 15px 13px;
  }
}
.topics__area ul .topic:first-child {
  margin-top: 0;
}
.topics__area ul .topic:hover {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.459);
}
.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 190px;
  }
}
.topics__area ul .topic figure a {
  display: block;
}
.topics__area ul .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}
.topics__area ul .topic__caption {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}
.topics__area ul .topic__category {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.7607843137);
  backdrop-filter: blur(1.875rem);
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__category {
    font-size: 11px;
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__category {
    font-size: 12px;
    padding: 6px 14px;
  }
}
.topics__area ul .topic__text {
  color: #333;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    font-size: 14px;
    height: 66px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    padding: 0;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
    line-height: 27px;
  }
}
.topics__area ul .topic__text:hover {
  text-decoration: none !important;
}
.topics__area ul .topic__text a {
  color: #111;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__area ul .topic__text a:hover {
  text-decoration: none !important;
}
.topics__area ul .topic__text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.topics__area ul .topic__date {
  text-align: right;
  color: #1f1f1f;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 28px 0 0;
    font-size: 0.85rem;
  }
}
.topics__soon {
  text-align: center;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1.1rem;
  }
}
.topics__more_button {
  background-color: #9f1313;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 50px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 250px;
}

.topics__link {
  border: 1px solid #000;
  background-color: #dddddd;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 600;
  border-radius: 50px;
}
@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.2s;
    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.2s;
  }
}
.topics__link::after {
  content: "";
  border: 1px 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.2s;
  }
}
.topics__link a {
  color: #000;
}
.topics__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop {
  background: url(../img/pic12.jpg) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 100px 0 120px;
  }
}
.shop::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.568627451);
  backdrop-filter: blur(0.5rem);
  position: absolute;
  top: 0;
  left: 0;
}
.shop .block {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .shop .block {
    display: flex;
  }
}
.shop .block .ttl-head {
  text-shadow: 0 0 7px black;
}
.shop .block .ttl-head h2 {
  max-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .shop .block .ttl-head {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .block .ttl-head .ttl {
    margin: 0;
    max-width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .shop__container {
    width: calc(100% - 500px);
  }
}
@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;
}
.shop__info__name {
  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;
  }
}
@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;
  border-radius: 50px;
  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 {
    width: 350px;
    height: 65px;
    line-height: 65px;
    transition: 0.2s;
    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.2s;
  }
}
.shop__info__link::after {
  content: "";
  border: 1px 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.2s;
  }
}
.shop__info__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.snsbox {
  max-height: 750px;
  overflow: hidden;
}

.prodbox {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0 120px;
    max-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block {
    display: flex;
    justify-content: space-between;
  }
}
.sns .block .ttl-head {
  position: relative;
  z-index: 50;
}
.sns .block .ttl-head h2 {
  max-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head .ttl {
    margin: 0;
    max-width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .sns__container {
    width: calc(100% - 500px);
  }
}
.sns__item {
  border: 1px solid #ccc;
  border-radius: 150px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2862745098);
  backdrop-filter: blur(0.5rem);
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 20px 20px 20px 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    padding: 35px 35px 35px 120px;
    transition: 0.2s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: rgba(255, 255, 255, 0.07);
  }
  .sns__item:hover .text::before {
    right: 55px;
  }
  .sns__item:hover .text::after {
    right: 33px;
  }
}
.sns__item:first-child {
  margin: 0 0 25px;
}
.sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
.sns__item.sns-twitter::before {
  content: "\e61b";
}
.sns__item.sns-instagram::before {
  content: "\f16d";
}
.sns__item .text::before {
  content: "";
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item .text::before {
    width: 8px;
    height: 8px;
    top: 48px;
    right: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::before {
    width: 12px;
    height: 12px;
    top: 54.5px;
    right: 62px;
    transition: 0.2s;
  }
}
.sns__item .text::after {
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item .text::after {
    width: 38px;
    height: 38px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::after {
    width: 50px;
    height: 50px;
    right: 40px;
    transition: 0.2s;
  }
}
.sns__item .text p {
  color: #fff;
  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;
  }
}

.en {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", Meiryo, sans-serif !important;
}
.en .content {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", Meiryo, sans-serif !important;
}
.en .intro p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .en .intro p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .intro p {
    font-size: 1.35rem;
    line-height: 2.6rem;
  }
}
.en .topics__note__ttl {
  border: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .en .topics__note__ttl {
    margin: 0 0 25px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note__ttl {
    margin: 0 0 30px;
    padding: 15px 25px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .en .topics__note__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note__item {
    margin: 0 0 30px;
  }
}
.en .topics__note__item span {
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .en .topics__note__item span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note__item span {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
}
.en .topics__note p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .en .topics__note p {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note p {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
}
.en .topics__note dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.en .topics__note dl dt {
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .en .topics__note dl dt {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note dl dt {
    font-size: 1.15rem;
  }
}
.en .topics__note dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .en .topics__list__ttl {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__list__ttl {
    font-size: 1.05rem;
    line-height: 1.45rem;
  }
}
.en .topics__list__date {
  color: #777;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .en .topics__list__date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__list__date {
    font-size: 0.95rem;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .en .topics__link {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__link {
    font-size: 1.1rem;
  }
}

.spin {
  margin: 150px auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .spin {
    max-width: 1500px;
    width: 100%;
  }
}
.spin__right {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .spin__right {
    right: -750px;
    top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .spin__right {
    right: -500px;
    top: -250px;
  }
}
.spin__right img {
  animation: spin 360s linear infinite;
  overflow: hidden;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .spin__right img {
    width: 1500px;
  }
}
@media only screen and (max-width: 767px) {
  .spin__right img {
    width: 750px;
  }
}
.spin__left {
  overflow: hidden;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .spin__left {
    left: -550px;
    top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .spin__left {
    left: -250px;
    top: -350px;
  }
}
.spin__left img {
  animation: spin 360s linear infinite;
  overflow: hidden;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .spin__left img {
    width: 1500px;
  }
}
@media only screen and (max-width: 767px) {
  .spin__left img {
    width: 750px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */