/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shin Maru Go Medium", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.4rem;
  color: #000;
  overflow-x: hidden;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 641px) {
  body {
    font-size: 1.6rem;
    line-height: 32px; /* 200% */
    letter-spacing: 1.6px;
  }
}

a {
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modal {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-inner-wrapper {
  padding-top: 0;
  padding-bottom: 40px;
}

.modaal-container {
  max-width: 600px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modaal-container .inner {
  padding: 40px 15px;
}
@media (min-width: 641px) {
  .modaal-container .inner {
    padding: 40px 25px;
  }
}
.modaal-container .inner h3 {
  font-size: 2rem;
  padding-bottom: 1em;
}
.modaal-container .inner h3 span {
  font-size: 1.6rem;
}
@media (min-width: 641px) {
  .modaal-container .inner {
    padding: 50px 40px 50px 80px;
  }
  .modaal-container .inner h3 {
    font-size: 2.7rem;
  }
  .modaal-container .inner h3 span {
    font-size: 1.8rem;
  }
}

.modaal-noscroll {
  scrollbar-gutter: stable;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: inherit;
}

.modaal-close:after, .modaal-close:before {
  background: #000;
  top: 5px;
  left: 21px;
  width: 2px;
  height: 32px;
}
@media (min-width: 641px) {
  .modaal-close:after, .modaal-close:before {
    top: 0px;
    left: 30px;
    width: 3px;
    height: 60px;
  }
}

.modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}

.modaal-wrapper .modaal-close {
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 0;
}
@media (min-width: 641px) {
  .modaal-wrapper .modaal-close {
    width: 60px;
    height: 60px;
  }
}

.hidden {
  visibility: hidden;
}

a {
  text-decoration: underline;
}

a[target=_blank]::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons" !important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .modaal-wrapper .modaal-close:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.15sease 0.05s;
    transition: -webkit-transform 0.15sease 0.05s;
    transition: transform 0.15sease 0.05s;
    transition: transform 0.15sease 0.05s, -webkit-transform 0.15sease 0.05s;
  }
}
body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
body.on {
  opacity: 1;
}
body::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(../img/bg-sp.webp);
  background-repeat: repeat;
  background-size: 320px 453px;
  position: fixed;
  z-index: -1;
}
@media (min-width: 641px) {
  body::before {
    background-image: url(../img/bg.webp);
    background-size: 465px 658px;
    background-position: -60px -55px;
  }
}

.container {
  background: -webkit-gradient(linear, left top, right top, color-stop(18.5%, rgba(255, 255, 51, 0.9)), to(rgba(157, 255, 202, 0.9)));
  background: linear-gradient(90deg, rgba(255, 255, 51, 0.9) 18.5%, rgba(157, 255, 202, 0.9) 100%);
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .container {
    margin: 44px auto;
  }
}

#mv {
  text-align: center;
}
#mv .home {
  display: inline-block;
  color: #000;
  font-size: 2.6rem;
  line-height: 1;
  padding: 16px 0 8px;
  text-decoration: none;
}
@media (min-width: 641px) {
  #mv .home {
    font-size: 4.9rem;
  }
}
#mv .home:has(> img) {
  padding: 8px 0 12px;
}
#mv .home:has(> img) img {
  width: 44px;
}
@media (min-width: 641px) {
  #mv .home:has(> img) img {
    width: 80px;
  }
}
#mv h1 {
  max-width: 880px;
  width: 93.75vw;
  margin: 0 auto;
}
#mv .yodogawa {
  font-family: "Shin Maru Go DemiBold", sans-serif;
  line-height: 2;
  width: 76.875vw;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0 30px;
}
@media (min-width: 641px) {
  #mv .yodogawa {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 60px 0 70px;
  }
}

nav {
  border-top: 3px solid;
  border-bottom: 3px solid;
}
@media (min-width: 641px) {
  nav {
    border: none;
  }
}
nav ul {
  max-width: 828px;
  width: 90vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 641px) {
  nav ul {
    padding: 0 0 38px;
  }
}
nav ul img {
  height: 36px;
}
@media (min-width: 641px) {
  nav ul img {
    height: 50px;
  }
}
@media (min-width: 641px) {
  nav + .news {
    margin-top: 72px;
  }
}

@-webkit-keyframes furufuru {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
            transform: translate(0, 0) rotate(-4deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(4deg);
            transform: translate(0, -1px) rotate(4deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-3deg);
            transform: translate(1px, 0) rotate(-3deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(4deg);
            transform: translate(0, 0) rotate(4deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes furufuru {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
            transform: translate(0, 0) rotate(-4deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(4deg);
            transform: translate(0, -1px) rotate(4deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-3deg);
            transform: translate(1px, 0) rotate(-3deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(4deg);
            transform: translate(0, 0) rotate(4deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.content {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0 45px;
  background-color: #fff;
}
@media (min-width: 641px) {
  .content {
    border-radius: 24px;
    padding: 67px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  #index .content {
    padding: 56px 0;
  }
}
.content h2 {
  text-align: center;
}
.content .prof .title {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 0.9rem;
  line-height: 16px; /* 177.778% */
  letter-spacing: 0.9px;
}
@media (min-width: 641px) {
  .content .prof .title {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 192px;
    padding-top: 87px;
  }
}
@media (max-width: 640px) {
  .content .prof .title {
    padding-left: 23px;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .content .prof .title img {
    width: 39vw;
  }
}
@media (max-width: 640px) {
  .content .prof .title p {
    padding-top: 14px;
    padding-left: 18px;
  }
}
@media (min-width: 641px) {
  .content .prof ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 23px;
  }
}
.content .prof ul li {
  -webkit-animation: furufuru 6s infinite ease-in-out alternate;
          animation: furufuru 6s infinite ease-in-out alternate;
}
.content .prof ul li:nth-of-type(1) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media (min-width: 641px) {
  .content .prof ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 12px;
    margin-bottom: -10px;
  }
}
@media (max-width: 640px) {
  .content .prof ul li:nth-of-type(1) {
    width: 54.375vw;
    margin-top: -20vw;
    margin-left: 40vw;
  }
}
.content .prof ul li:nth-of-type(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@media (min-width: 641px) {
  .content .prof ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 640px) {
  .content .prof ul li:nth-of-type(2) {
    width: 40vw;
    margin-top: -32vw;
    margin-left: 5vw;
  }
}
.content .prof ul li:nth-of-type(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@media (min-width: 641px) {
  .content .prof ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 32px;
  }
}
@media (max-width: 640px) {
  .content .prof ul li:nth-of-type(3) {
    width: 39vw;
    margin-top: -25vw;
    margin-left: 47vw;
  }
}
.content .prof ul li:nth-of-type(4) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
@media (min-width: 641px) {
  .content .prof ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 640px) {
  .content .prof ul li:nth-of-type(4) {
    width: 78vw;
    margin: 0 auto;
  }
}
.content h3 {
  text-align: center;
  padding-top: 45px;
}
@media (min-width: 641px) {
  .content h3 {
    padding-top: 96px;
  }
}
.content h3 + .text {
  width: 87.5vw;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 52px;
}
@media (min-width: 641px) {
  .content h3 + .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 20px;
    padding-bottom: 117px;
  }
}
.content .manga {
  background-color: #000;
  padding: 16px 10px;
}
@media (min-width: 641px) {
  .content .manga {
    padding: 80px 0;
  }
}
.content .manga ul {
  max-width: 700px;
  margin: 0 auto;
}
.content .manga ul li + li {
  padding-top: 16px;
}
@media (min-width: 641px) {
  .content .manga ul li + li {
    padding-top: 23px;
  }
}
.content .omake {
  max-width: 580px;
  background-color: rgb(236, 234, 255);
  padding: 0 0 22vw;
  margin: 50px 9px 166px;
  border-radius: 10px;
}
@media (min-width: 641px) {
  .content .omake {
    border-radius: 16px;
    padding: 9px 0 126px;
    margin: 90px auto 166px;
  }
}
@media (max-width: 640px) {
  .content .omake h2 {
    width: 74vw;
    margin: 2px 0 0 14vw;
  }
}
.content .omake .text {
  line-height: 2;
  padding: 18px 15px 0;
}
@media (min-width: 641px) {
  .content .omake .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
.content .omake p {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.content .date {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  text-align: center;
}
@media (min-width: 641px) {
  .content .date {
    font-size: 1.4rem;
    letter-spacing: 7px;
  }
}
.content .index {
  text-align: center;
}
@media (max-width: 640px) {
  .content .index img {
    width: 88.75vw;
  }
}
.content .index p {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 5px;
  padding-top: 10px;
}
@media (min-width: 641px) {
  .content .index p {
    font-size: 1.4rem;
    letter-spacing: 7px;
    padding-top: 17px;
  }
}
.content .index + .index {
  margin-top: 30px;
}
@media (min-width: 641px) {
  .content .index + .index {
    margin-top: 40px;
  }
}
.content .index.off {
  opacity: 0.5;
  pointer-events: none;
}
.content .index a {
  text-decoration: none;
}

.news {
  max-width: 560px;
  margin: 58px 9px 80px;
  background-color: rgba(236, 234, 255, 0.6);
  border-radius: 10px;
}
@media (min-width: 641px) {
  .news {
    margin: 100px auto 110px;
    border-radius: 24px;
  }
}
.news h2 {
  text-align: center;
  padding: 21px 0 7px;
}
@media (min-width: 641px) {
  .news h2 {
    padding: 24px 0 20px;
  }
}
.news .flyer {
  max-width: 320px;
  width: 71.875vw;
  margin: 0 auto;
  padding-bottom: 38px;
}
.news .text {
  width: 85vw;
  margin: 0 auto;
  color: #991854;
  line-height: 2;
  padding-bottom: 20px;
}
@media (min-width: 641px) {
  .news .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 45px;
  }
}
.news .text h3 {
  font-family: "Shin Maru Go Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 28px; /* 175% */
  letter-spacing: 1.6px;
  padding-bottom: 9px;
}
@media (min-width: 641px) {
  .news .text h3 {
    font-size: 2rem;
    line-height: 35px; /* 175% */
    letter-spacing: 2px;
    padding-bottom: 13px;
  }
}

footer {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 30px;
}
@media (min-width: 641px) {
  footer {
    padding: 36px 0 70px;
    border-top: #000 1px solid;
  }
}
footer .inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
footer .inner .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  footer .inner .share {
    gap: 9.33vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 641px) {
  footer .inner .share li {
    margin-right: 25px;
  }
}
footer .inner .share li.text {
  font-size: 1.4rem;
  letter-spacing: 2.8px;
  margin-left: 4vw;
  margin-right: -4vw;
}
@media (min-width: 641px) {
  footer .inner .share li.text {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  footer .inner .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -3px;
    right: 0;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo li {
    padding-top: 30px;
  }
}
@media (min-width: 641px) {
  footer .inner .hobo li {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo li.ico_home {
    padding-top: 42px;
  }
}
footer .inner .copyright {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 641px) {
  footer .inner .copyright {
    font-size: 1.2rem;
    letter-spacing: 2.4px;
  }
}/*# sourceMappingURL=style.css.map */