@import url("https://fonts.googleapis.com/css?family=Teko:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.fade-in {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.fade-in.delay-1 {
  animation-delay: 0.1s;
}
.fade-in.delay-2 {
  animation-delay: 0.2s;
}
.fade-in.delay-3 {
  animation-delay: 0.3s;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans Japanese", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  background: #1e3a8a;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

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

@media only screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    padding: 30px 25px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding-right: 30px;
    padding: 80px 0 80px;
  }
}

.bg {
  width: 100%;
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .bg {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .bg {
    margin: 0 0 80px;
  }
}
.bg .bg_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.bg.topics {
  animation-delay: 0.3s;
}
.bg.sns {
  animation-delay: 0.5s;
}
.bg.shop {
  animation-delay: 0.7s;
}

h2 {
  position: relative;
  padding: 0 0 20px;
  border-bottom: none;
  font-weight: bold;
  text-align: left;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.2s forwards;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 80px;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #dc2626, transparent);
  border-radius: 2px;
}
h2 img {
  vertical-align: top;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  h2 img {
    max-width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  h2 img {
    max-width: 300px;
  }
}

.top {
  z-index: 1;
  position: relative;
  /* critical */
  min-height: 100svh;
  /* mobile-safe viewport */
  height: 100vh;
  overflow: hidden;
  top: 0;
  width: 100vw;
  overflow-x: hidden;
  background: url(../img/nayuta-blue.jpg);
  background-size: 750px;
}
@media only screen and (max-width: 767px) {
  .top {
    background-position: top right;
  }
}
.top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(97deg, rgb(30, 58, 138) 0%, rgb(59, 130, 246) 100%);
  opacity: 0.5;
  background-size: cover;
  background-position: center;
}
.top .hero {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .hero img {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: block;
  width: auto;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.918));
}
@media only screen and (max-width: 767px) {
  .top .hero img {
    max-width: 100%;
    max-height: 100vh;
    top: 50%;
    left: 0vw;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .top .hero img {
    max-width: 86%;
    max-height: 100vh;
    top: 0;
  }
}
.top .korosuke {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.top .lights {
  position: absolute;
  right: 0;
  top: 0;
}
.top .lang_container {
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .top .lang_container {
    top: 8%;
    left: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .top .lang_container {
    top: 50px;
    left: 40px;
  }
}
.top .scroll_indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeIn 1s ease-out 1.5s forwards, bounce 2s ease-in-out infinite 2.5s;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .top .scroll_indicator {
    bottom: 30px;
  }
}
.top .scroll_indicator:hover {
  opacity: 0.8;
}
.top .scroll_indicator .scroll_text {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .top .scroll_indicator .scroll_text {
    font-size: 0.65rem;
  }
}
.top .scroll_indicator .scroll_arrow {
  color: #dc2626;
  animation: bounceArrow 1.5s ease-in-out infinite;
}
.top .scroll_indicator .scroll_arrow svg {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 767px) {
  .top .scroll_indicator .scroll_arrow svg {
    width: 20px;
    height: 20px;
  }
}
.top .scroll_indicator .inner {
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top .scroll_indicator .lang {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .top .scroll_indicator .lang {
    font-size: 0.95rem;
  }
}
.top .scroll_indicator .lang a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 0;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.top .scroll_indicator .lang a:hover {
  color: #dc2626;
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838247px 0px;
}
.top .scroll_indicator .selected::after {
  content: "/";
  color: #ffffff;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .top .scroll_indicator .selected::after {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top .scroll_indicator .selected::after {
    margin: 0 15px;
  }
}
.top .scroll_indicator .selected a::before {
  position: absolute;
  left: -5px;
  bottom: -2px;
  content: "";
  display: block;
  width: 95%;
  height: 5px;
  border-radius: 3px;
  border: white 3px solid;
  background: #dc2626;
}

.wrap {
  position: absolute;
  background: rgb(30, 58, 138);
  background: linear-gradient(97deg, rgb(30, 58, 138) 0%, rgb(59, 130, 246) 100%);
  top: 100%;
  z-index: 5;
  right: 0;
  left: 0;
}

.intro .inner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.4s forwards;
}
.intro .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #dc2626, #b91c1c);
}
@media only screen and (max-width: 767px) {
  .intro .inner {
    padding: 50px 30px;
    margin: 40px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro .inner {
    margin: 50px auto 0;
  }
}
.intro .intro_title {
  width: fit-content;
  margin: 0 auto 25px;
  font-weight: 700;
  color: #1e3a8a;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro .intro_title {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .intro .intro_title {
    font-size: 2rem;
    text-align: center;
  }
}
.intro .intro_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #dc2626, transparent);
  border-radius: 2px;
}
.intro .intro_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .intro .intro_content {
    max-width: 800px;
    margin: 0 auto;
  }
}
.intro p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #1e3a8a;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .intro p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.intro p.intro_highlight {
  font-weight: 600;
  color: #dc2626;
}
@media only screen and (max-width: 767px) {
  .intro p.intro_highlight {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p.intro_highlight {
    font-size: 1.25rem;
  }
}
.intro p.intro_date {
  text-align: center;
  font-weight: 600;
  color: #1e3a8a;
  padding: 15px 0;
  margin: 10px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro p.intro_date {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p.intro_date {
    font-size: 1.3rem;
  }
}
.intro p.intro_date::before, .intro p.intro_date::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #dc2626);
}
.intro p.intro_date::before {
  left: 0;
  background: linear-gradient(90deg, #dc2626, transparent);
}
.intro p.intro_date::after {
  right: 0;
}

.prod p {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .prod p {
    padding: 60px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod p {
    padding: 100px 0 0;
  }
}
.prod .item_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -40px;
}
.prod .item_container .item {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .prod .item_container .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .prod .item_container .item {
    width: 25%;
  }
}
.prod .item_container .item:hover {
  opacity: 0.8;
}

.topics_area .topics_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .topics_area .topics_list {
    justify-content: space-between;
    margin: 0 0 -30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .topics_list {
    justify-content: center;
    margin: 0 0 -40px;
  }
}
.topics_area .topic {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .topics_area .topic {
    width: 48%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .topic {
    width: 22%;
    margin: 0 16px 40px;
  }
}
.topics_area .topic:hover {
  transform: translateY(-5px);
}
.topics_area .pic {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .topics_area .pic {
    width: 100%;
    height: 120px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .pic {
    width: 100%;
    height: 180px;
    position: relative;
  }
}
.topics_area .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.topics_area .pic:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.topics_area .pic:hover img {
  transform: scale(1.05);
}
.topics_area .caption {
  box-sizing: border-box;
  margin: 20px 0 0;
  width: 100%;
}
.topics_area .caption h4 {
  margin: 0 0 25px;
  padding: 0;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .topics_area .caption h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .caption h4 {
    font-size: 16px;
  }
}
.topics_area .caption h4 a {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics_area .caption h4 a {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics_area .caption h4 a:hover {
  color: #dc2626;
  text-decoration: underline;
}
.topics_area .caption .caption_date {
  background-color: transparent;
  color: #93c5fd;
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .topics_area .caption .caption_date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .caption .caption_date {
    font-size: 14px;
  }
}

.more {
  position: relative;
  border: none;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .more {
    width: 100%;
    margin: 40px auto 0;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .more {
    width: 280px;
    margin: 60px auto 0;
    height: 56px;
    line-height: 56px;
  }
}
.more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
  background: linear-gradient(135deg, #ef4444, #dc2626);
}
.more a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.more a:before {
  display: none;
}

.topics_note {
  border: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.topics_note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #dc2626, #b91c1c);
}
@media only screen and (max-width: 767px) {
  .topics_note {
    margin: 40px 0 0;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_note {
    margin: 60px 0 0;
    padding: 50px 50px;
  }
}
.topics_note .topics_note_ttl {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .topics_note .topics_note_ttl {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_note .topics_note_ttl {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}
.topics_note h3 {
  padding: 0 0 15px;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-bottom: none;
  text-align: left;
  color: #1e3a8a;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics_note h3 {
    margin: 0 0 25px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics_note h3 {
    margin: 0 0 35px;
    font-size: 1.9rem;
  }
}
.topics_note h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #dc2626, transparent);
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .topics_note .topics_note_item {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_note .topics_note_item {
    margin: 0 0 25px;
  }
}
.topics_note .topics_note_item:last-child {
  margin: 0;
}
.topics_note .topics_note_item p {
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  color: #1e3a8a;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .topics_note .topics_note_item p {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics_note .topics_note_item p {
    font-size: 1.05rem;
    line-height: 2rem;
  }
}

.sns .block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sns .block {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block {
    justify-content: space-between;
    gap: 30px;
  }
}
.sns .box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .sns .box {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .box {
    width: calc(50% - 15px);
    flex: 1;
  }
}
.sns .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.sns .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sns .ttl {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns .ttl {
    margin: 0;
  }
}
.sns .ttl .ttl_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.sns .pic {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sns .pic {
    margin: 0 10px 0 0;
  }
  .sns .pic img {
    width: 40px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sns .pic {
    margin: 0 20px 0 0;
  }
  .sns .pic img {
    width: 48px;
    height: auto;
  }
}
.sns p {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sns p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .sns p a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns p {
    font-size: 2rem;
    line-height: 1.7rem;
  }
  .sns p a {
    font-size: 1rem;
  }
}
.sns p span {
  font-weight: bold;
}
.sns a {
  text-decoration: none;
  color: #dbeafe;
}
.sns a:hover {
  color: #dc2626;
  text-decoration: underline;
}
.sns .insta_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sns .insta_btn {
    width: 80px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .insta_btn {
    width: 100px;
    height: 46px;
  }
}
.sns .insta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #dc2626, #b91c1c 25%, rgba(220, 38, 38, 0) 50%) no-repeat;
  border-radius: 23px;
}
.sns .insta_btn:hover {
  filter: brightness(1.2);
}
.sns .insta_btn a {
  position: relative;
  z-index: 99;
  color: #fff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sns .insta_btn a {
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns .insta_btn a {
    font-size: 0.75rem;
  }
}
.sns .twitter_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn {
    width: 80px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn {
    width: 100px;
    height: 46px;
  }
}
.sns .twitter_btn:hover {
  filter: brightness(1.2);
}
.sns .twitter_btn a {
  position: relative;
  z-index: 99;
  color: #fff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn a {
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn a {
    font-size: 0.75rem;
  }
}
.sns .insta_container {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sns .insta_container .insta_block {
  width: 32.3%;
  max-width: 100%;
  margin: 0 0 7px;
}
.sns .insta_container .insta_block .insta_block_pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(30, 58, 138, 0.4);
}
.sns .insta_container .insta_block .insta_block_pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sns .insta_container .insta_block .insta_block_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.sns .insta_container .insta_block .insta_block_pic img:hover {
  opacity: 0.8;
}
.sns .insta_container .insta_block .insta_block_pic:hover {
  opacity: 1;
}
.sns .twitter_area {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_area {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_area {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sns .twitter_container .twitter-widget-wrapper iframe {
    width: 340px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_container {
    width: 100%;
  }
}
.sns .twitter_btn {
  display: flex;
  text-align: center;
  align-items: center;
}
.sns .twitter_btn .btn {
  position: relative;
  color: #FFF;
  text-align: center;
  background: #dc2626;
  cursor: pointer;
  width: 365px;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn .btn {
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn .btn {
    height: 80px;
    line-height: 80px;
  }
}
.sns .twitter_btn .btn:hover {
  -ms-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.sns .twitter_btn .btn a {
  display: block;
  widows: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn .btn a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn .btn a {
    font-size: 0.95rem;
  }
}

.shop .shop_container {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .shop .shop_container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop_container {
    justify-content: space-between;
    align-items: flex-start;
  }
}
.shop .shop_info {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .shop .shop_info {
    margin-bottom: 0;
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop_info {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.shop .shop_info dl {
  padding: 0;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shop .shop_info dl {
    flex-direction: column;
    font-size: 0.95rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop_info dl {
    font-size: 1.15rem;
    margin: 0 0 35px;
  }
}
.shop .shop_info dl dt {
  padding: 0;
  color: #dc2626;
  font-weight: 700;
  text-align: left;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop .shop_info dl dt {
    margin: 0 0 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop_info dl dt {
    margin: 0;
    width: 20%;
  }
}
.shop .shop_info dl dd {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .shop .shop_info dl dd {
    line-height: 1.8rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop_info dl dd {
    line-height: 2.2rem;
    width: 80%;
  }
}
.shop .shop_info dl:last-of-type dd {
  font-size: 0.9em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .shop .shop_info dl:last-of-type dd {
    font-size: 0.85rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop_info dl:last-of-type dd {
    padding-right: 10px;
  }
}
.shop .shop_info span {
  font-size: 13px;
  opacity: 0.8;
}
.shop .map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 767px) {
  .shop .map {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .map {
    flex: 0 0 50%;
    min-width: 50%;
    height: 742px;
  }
}
.shop .map iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.hedorah_copy {
  text-align: center;
  font-size: 0.85rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hedorah_copy {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hedorah_copy {
    margin: 90px 0 25px;
  }
}

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

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

.coming {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .coming {
    font-size: 1.3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .coming {
    font-size: 1.6rem !important;
  }
}

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

#snowfall {
  position: sticky;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.snowflake {
  position: absolute;
  font-size: 16px;
  color: rgba(163, 163, 163, 0.3882352941) !important;
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .snow {
    max-width: calc(100vw - 15px);
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */