@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(video, canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(img, svg) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label, select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 3px;
}

input[class], button[class], textarea[class] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:where(ul[class], ol[class]) {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
  font-size: inherit;
  font-weight: inherit;
}

:where(a, span) {
  word-break: break-all;
}

table {
  border-collapse: collapse;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-style: normal;
  font-weight: bold;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

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

address {
  font-style: inherit;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:root {
  --headerHeight: 65px;
}

:where(p) + :where(p) {
  margin-top: 2.2rem;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

::-moz-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

::-ms-input-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

::placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

.is-hide {
  display: none !important;
}
.is-gothic {
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
}
.is-mincho {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
}
.is-fsizeSmallest {
  font-size: 1rem !important;
}
.is-fsizeSmaller {
  font-size: 1.2rem !important;
}
.is-fsizeSmall {
  font-size: 1.4rem !important;
}
.is-fsizeNormal {
  font-size: 1.6rem !important;
}
.is-fsizeLarge {
  font-size: 1.8rem !important;
}
.is-fsizeLarger {
  font-size: 2rem !important;
}
.is-fsizeLargest {
  font-size: 2.2rem !important;
}
.is-normal {
  font-weight: 400 !important;
}
.is-medium {
  font-weight: 500 !important;
}
.is-semibold {
  font-weight: 600 !important;
}
.is-bold {
  font-weight: 700 !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-vat {
  vertical-align: top !important;
}
.is-vam {
  vertical-align: middle !important;
}
.is-vab {
  vertical-align: bottom !important;
}
.is-underline {
  text-decoration: underline;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
}
.is-nowrap {
  white-space: nowrap;
}
.is-italic {
  font-style: italic;
  font-weight: normal;
}
.is-bracket::before {
  content: "「";
  margin-left: -0.4em;
}
.is-bracket::after {
  content: "」";
}

.c-btn {
  position: relative;
  overflow: hidden;
  display: inline-grid;
  place-content: center;
  grid-auto-flow: column;
  z-index: 1;
  min-width: 178px;
  min-height: 48px;
  border-radius: 10em;
  background: #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.c-btn::after {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, #26b0f8), to(#03c6be));
  background: linear-gradient(to right bottom, #26b0f8 10%, #03c6be 100%);
}
.c-btn.--cart::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 19px;
  margin-right: 8px;
  background: url(/aquary/assets/img/icon-cart-wh.svg) no-repeat center center/contain;
}
.c-btn.--outline {
  min-width: 170px;
  min-height: 37px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.c-btn.--outline::after {
  content: none;
}
.c-btn.--end {
  grid-auto-flow: row;
  min-width: 0;
  min-height: 0;
  padding: 9px 17px 10px;
  border-radius: 0;
  background: #ffe403;
  color: #003884;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
}
.c-btn.--end .small {
  font-size: 1.5rem;
}
.c-btn.--end::after {
  content: none;
}
.c-btnWrap {
  margin-top: 20px;
  text-align: center;
}
.c-link {
  text-decoration: underline;
}
.c-comment {
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-comment__inner {
  position: absolute;
  right: -4px;
  bottom: 5.5px;
  -webkit-transform: translateX(min(40%, 30px));
          transform: translateX(min(40%, 30px));
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: calc(8em + 24px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  padding: 4px 12px;
  border-radius: 10em;
  color: #1FA8DB;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.08em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-comment::before, .c-comment::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 0;
}
.c-comment::before {
  z-index: 2;
  left: -4px;
  bottom: 0;
  border-top-color: #fff;
  border-width: 8px 4px 0;
}
.c-comment::after {
  z-index: -1;
  left: -7px;
  bottom: -3px;
  border-top-color: #1FA8DB;
  border-width: 10px 7px 0;
}
.c-comment.--skin01 .c-comment__inner {
  border: 2px solid #1FA8DB;
  background-color: #fff;
  -webkit-box-shadow: 4px 3px 0 #1FA8DB;
          box-shadow: 4px 3px 0 #1FA8DB;
}
.c-comment.--skin01::after {
  -webkit-filter: drop-shadow(2.5px 3px 0 #1FA8DB);
          filter: drop-shadow(2.5px 3px 0 #1FA8DB);
}
.c-comment.--skin02 .c-comment__inner {
  border: 2px solid #1FA8DB;
  background-color: #fff;
}
.c-comment.--skin03 .c-comment__inner {
  border: 2px solid #fff;
  background-color: #1FA8DB;
  -webkit-box-shadow: 4px 3px 0 #fff;
          box-shadow: 4px 3px 0 #fff;
  color: #fff;
}
.c-comment.--skin03::before {
  border-top-color: #1FA8DB;
}
.c-comment.--skin03::after {
  border-top-color: #fff;
  -webkit-filter: drop-shadow(2.5px 3px 0 #fff);
          filter: drop-shadow(2.5px 3px 0 #fff);
}
.c-comment.--skin04 .c-comment__inner {
  border: 2px solid #fff;
  background-color: #1FA8DB;
  color: #fff;
}
.c-comment.--skin04::before {
  border-top-color: #1FA8DB;
}
.c-comment.--skin04::after {
  border-top-color: #fff;
}
.c-comment.--sizeS .c-comment__inner {
  font-size: 1.1rem;
}
.c-comment.--sizeS .c-comment__inner img {
  width: auto;
  height: 18px;
}
.c-comment.--sizeS.--skin01 .c-comment__inner {
  -webkit-box-shadow: 3px 2px 0 #1FA8DB;
          box-shadow: 3px 2px 0 #1FA8DB;
}
.c-comment.--sizeS.--skin01::after {
  -webkit-filter: drop-shadow(1.5px 2px 0 #1FA8DB);
          filter: drop-shadow(1.5px 2px 0 #1FA8DB);
}
.c-comment.--sizeS.--skin03 .c-comment__inner {
  -webkit-box-shadow: 3px 2px 0 #fff;
          box-shadow: 3px 2px 0 #fff;
}
.c-comment.--sizeS.--skin03::after {
  -webkit-filter: drop-shadow(1.5px 2px 0 #fff);
          filter: drop-shadow(1.5px 2px 0 #fff);
}
.c-comment.--sizeM .c-comment__inner {
  font-size: 1.3rem;
}
.c-comment.--sizeM .c-comment__inner img {
  width: auto;
  height: 25px;
}
.c-comment.--sizeL .c-comment__inner {
  font-size: 1.5rem;
}
.c-comment.--sizeL .c-comment__inner img {
  width: auto;
  height: 30px;
}
.c-comment.--sizeL::before {
  left: -6px;
  border-width: 10px 6px 0;
}
.c-comment.--sizeL::after {
  left: -9px;
  border-width: 12px 9px 0;
}
.c-list.--asterisk > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list.--asterisk > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "※";
}
.c-scrollview {
  opacity: 0;
  -webkit-transform: translateY(40px) translateZ(0);
          transform: translateY(40px) translateZ(0);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.c-scrollview.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.8s;
  transition: opacity 0.3s ease 0.8s;
}
.is-animStart .c-fadeIn {
  opacity: 1;
}
.c-reveal {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 0.25s ease 0.4s;
  transition: clip-path 0.25s ease 0.4s;
}
.is-animStart .c-reveal {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[class*=icon-]::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.icon-user::before {
  background-image: url("/aquary/assets/img/icon-user.svg");
}
.icon-item::before {
  background-image: url("/aquary/assets/img/icon-item.svg");
}
.icon-cart::before {
  background-image: url("/aquary/assets/img/icon-cart.svg");
}
.icon-comment::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="57.999" height="41.84" viewBox="0 0 57.999 41.84">  <defs>    <linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox">      <stop offset="0" stop-color="%2336b9ff"/>      <stop offset="1" stop-color="%2300a8af"/>    </linearGradient>    <clipPath id="clip-path">      <rect width="34" height="8" fill="none"/>    </clipPath>  </defs>  <g id="グループ_34906" data-name="グループ 34906" transform="translate(-208 -11907)">    <path id="合体_1" data-name="合体 1" d="M40.72,41.515,35.629,36H18A18,18,0,0,1,18,0H40a18,18,0,0,1,1.5,35.938l.939,4.7a1,1,0,0,1-.992,1.2A.974.974,0,0,1,40.72,41.515Z" transform="translate(208 11907)" fill="url(%23linear-gradient)"/>    <g id="リピートグリッド_2" data-name="リピートグリッド 2" transform="translate(220 11921)" clip-path="url(%23clip-path)">      <g transform="translate(-220 -11921)">        <circle id="楕円形_1" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%23fff"/>      </g>      <g transform="translate(-207 -11921)">        <circle id="楕円形_1-2" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%23fff"/>      </g>      <g transform="translate(-194 -11921)">        <circle id="楕円形_1-3" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%23fff"/>      </g>    </g>  </g></svg>');
}
.icon-mypage::before {
  width: 15px;
  height: 18px;
  margin-right: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="35.773" viewBox="0 0 30 35.773">  <defs>    <clipPath id="clip-path">      <path id="パス_61448" data-name="パス 61448" d="M181.089,34.576c-8.09,0-14.648,8.234-14.648,16.5h30c0-8.266-6.557-16.5-14.647-16.5Zm-7.9-10.648a8.625,8.625,0,1,0,8.625-8.625,8.625,8.625,0,0,0-8.625,8.625" fill="%23aa1411"/>    </clipPath>  </defs>  <g id="グループ_34706" data-name="グループ 34706" transform="translate(-166.441 -15.303)" clip-path="url(%23clip-path)">    <rect id="長方形_548683" data-name="長方形 548683" width="30" height="35.773" transform="translate(166.441 15.303)" fill="%23aa1411"/>  </g></svg>');
}

.ui-comment {
  position: fixed;
  left: 60px;
  right: 8px;
  bottom: 23px;
  z-index: 1000;
  max-width: 303px;
  margin-left: auto;
  padding-top: 46px;
  pointer-events: none;
}
.ui-comment:has(.ui-comment__area.--hide) {
  padding-top: 60px;
}
.ui-comment:has(.ui-comment__area.--hide) .ui-comment__hideBtn {
  width: 50px;
  height: 50px;
}
.ui-comment__hideBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  width: 41px;
  height: 41px;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #1FA8DB;
  pointer-events: auto;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.ui-comment__hideBtn img {
  width: 100%;
}
.ui-comment__area {
  position: relative;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  max-width: 100%;
  max-height: 140px;
  margin-left: auto;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  border: 2px solid #fff;
  width: 616px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003395), color-stop(50%, #006DAF), to(#00E1E2));
  background: linear-gradient(#003395 0%, #006DAF 50%, #00E1E2 100%);
  pointer-events: auto;
  -webkit-transition: max-width 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out, border-radius 0.3s ease-in-out, opacity 0s;
  transition: max-width 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out, border-radius 0.3s ease-in-out, opacity 0s;
}
.ui-comment__area.--hide {
  max-width: 50px;
  max-height: 50px;
  margin-left: auto;
  border-radius: 50%;
}
.ui-comment__area.--hide .ui-comment__toggleBtn {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ui-comment__area.--hide .ui-comment__postArea,
.ui-comment__area.--hide .ui-comment__errorArea,
.ui-comment__area.--hide .ui-comment__thanksArea {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ui-comment__area.--hide:not(:has(.ui-comment__errorArea.is-hide)), .ui-comment__area.--hide:not(:has(#ui-thanks.is-hide)), .ui-comment__area.--hide:not(:has(#ui-error.is-hide)), .ui-comment__area.--hide:not(:has(#ui-sending.is-hide)), .ui-comment__area.--hide:not(:has(.ui-comment__thanksArea.is-hide)) {
  background-color: rgba(95, 9, 8, 0.9);
}
.ui-comment__area.--hide:not(:has(.ui-comment__errorArea.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(#ui-thanks.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(#ui-error.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(#ui-sending.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(.ui-comment__thanksArea.is-hide)) .ui-comment__toggleBtn {
  display: block;
}
.ui-comment__area:not(:has(.ui-comment__errorArea.is-hide)), .ui-comment__area:not(:has(#ui-thanks.is-hide)), .ui-comment__area:not(:has(#ui-error.is-hide)), .ui-comment__area:not(:has(#ui-sending.is-hide)), .ui-comment__area:not(:has(.ui-comment__thanksArea.is-hide)) {
  background-color: rgba(95, 9, 8, 0.9);
}
.ui-comment__area:not(:has(.ui-comment__errorArea.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(#ui-thanks.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(#ui-error.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(#ui-sending.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(.ui-comment__thanksArea.is-hide)) .ui-comment__toggleBtn {
  display: none;
}
.ui-comment__area:not(:has(.ui-comment__errorArea.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(#ui-thanks.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(#ui-error.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(#ui-sending.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(.ui-comment__thanksArea.is-hide)) .ui-comment__postArea {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.ui-comment__toggleBtn {
  position: absolute;
  top: -16px;
  right: 8px;
  display: grid;
  place-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0;
}
.ui-comment__postArea {
  padding: 20px 12px 8px 8px;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
}
.ui-comment__postArea p {
  padding-left: 5px;
  font-size: 1.2rem;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampFilter {
  display: block;
}
.ui-comment__postArea.is-stampSelect .ui-comment__sendBtn {
  z-index: 10;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampList {
  z-index: 10;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampList .swiper-wrapper {
  z-index: 10;
  margin-left: 0;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampList .swiper-slide:not(.is-current) {
  opacity: 0.1;
}
.ui-comment__stampList {
  overflow-x: hidden;
  padding-block: 10px;
  margin-inline: -8px -12px;
  padding-inline: 8px 12px;
}
.ui-comment__stampList .swiper-wrapper {
  margin-left: 28px;
}
.ui-comment__stampList .swiper-slide {
  display: grid;
  place-content: center;
  width: auto;
  height: 32px;
}
.ui-comment__stampList .swiper-slide:last-child {
  padding-right: 10px;
}
.ui-comment__stampList .swiper-slide img {
  width: auto;
  max-height: 29px;
  -webkit-transition: all ease-in-out 0.08s;
  transition: all ease-in-out 0.08s;
}
.ui-comment__stampList img {
  cursor: pointer;
}
.ui-comment__stampFilter {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  border-radius: 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 132, 0.8)), color-stop(44.83%, rgba(0, 89, 166, 0.8)), color-stop(76.35%, rgba(0, 140, 176, 0.8)), to(rgba(0, 143, 177, 0.8)));
  background: linear-gradient(rgba(0, 56, 132, 0.8) 0%, rgba(0, 89, 166, 0.8) 44.83%, rgba(0, 140, 176, 0.8) 76.35%, rgba(0, 143, 177, 0.8) 100%);
}
.ui-comment__backBtn {
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  display: grid;
  place-content: center;
  gap: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  text-align: center;
  cursor: pointer;
}
.ui-comment__messageInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ui-comment__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px 12px 5px;
  border: 0;
  border-radius: 10em;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: calc(100% - 29px);
}
.ui-comment__input::-webkit-input-placeholder {
  color: #003884;
  font-size: 1.4rem;
}
.ui-comment__input::-moz-placeholder {
  color: #003884;
  font-size: 1.4rem;
}
.ui-comment__input:-ms-input-placeholder {
  color: #003884;
  font-size: 1.4rem;
}
.ui-comment__input::-ms-input-placeholder {
  color: #003884;
  font-size: 1.4rem;
}
.ui-comment__input::placeholder {
  color: #003884;
  font-size: 1.4rem;
}
.ui-comment__sendBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.ui-comment__errorArea {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
}
.ui-comment__errorArea p {
  margin-top: 10px;
}
.ui-comment__errorArea .ui-comment__error__hideBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.ui-comment__thanksArea {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
}
.ui-comment__thanksArea p {
  margin-top: 4px;
}
.ui-comment__thanksArea .ui-comment__error__hideBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.ui-comment.is-soldout {
  left: calc(1% + 56px);
  right: unset;
  bottom: 10px;
}
.ui-comment.is-soldout > .ui-comment__area {
  margin-left: 0;
  background: #003884;
}

.l-container {
  overflow-x: clip;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}
.l-wrapper {
  width: 81.6vw;
  margin-inline: auto;
}
.l-footer {
  padding-top: 42px;
  padding-bottom: 15px;
  background: url(/aquary/assets/img/bg-footer-sp.jpg) no-repeat center center/cover;
  color: #fff;
}
.l-footer a:not([class]) {
  color: #fff;
}
.l-footer__inner {
  width: 81.3333333333vw;
  margin-inline: auto;
}
.l-footer__logo {
  display: grid;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}
.l-footer__logo .c-btnWrap {
  margin-top: 8px;
}
.l-footer__contact {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.l-footer__contact03 {
  margin-top: 28px;
}
.l-footer__holiday {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
.l-footer__btn {
  display: block;
  padding: 6px;
  border-radius: 10em;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
}
.l-footer__btn .icon-comment {
  display: block;
  padding-right: 12px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
.l-footer__btn .icon-comment::before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  width: 29px;
  height: 22px;
  margin-right: 8px;
}
.l-footer__navList {
  margin-top: 28px;
  margin-bottom: 22px;
  border-top: 1px solid #fff;
}
.l-footer__navList > li {
  border-bottom: 1px solid #fff;
}
.l-footer__navList a {
  display: block;
  padding: 12px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.l-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.4;
}
.l-footer__text p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.01em;
}
.l-footer__icon01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 24.5px;
  margin-right: 5px;
}
.l-footer__icon02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 24.5px;
  margin-left: 4px;
}
.l-footer__icon03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 24.5px;
}
.l-footer__copy {
  margin-top: 16px;
  font-size: 1.1rem;
  text-align: center;
}
.l-fixed__cookieBtn {
  position: fixed;
  left: 4px;
  bottom: 16px;
  z-index: 1001;
  width: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.is-start .mv-mask {
  opacity: 1;
  -webkit-animation: fade 1s ease-out forwards;
          animation: fade 1s ease-out forwards;
}
.is-start .mv-mask.--off {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
.is-start .mv-copy01 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.is-start .mv-copy02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.is-start .mv-item {
  opacity: 1;
}
.is-start .mv-commentArea {
  opacity: 1;
}
.is-start .mv-commentArea > * {
  opacity: 1;
}
.is-start .mv-soldout {
  opacity: 1;
}
.is-start .fixed-wrap .ui-comment {
  opacity: 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
    background-color: #AEF9FF;
  }
  to {
    opacity: 0;
    background-color: #fff;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
    background-color: #AEF9FF;
  }
  to {
    opacity: 0;
    background-color: #fff;
  }
}
.mv-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 517px;
  height: calc(100svh - 150px);
  padding-top: 65px;
  background: #004ABB url(/aquary/assets/img/bg-mv-sp.jpg) no-repeat center top/cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.l-container:has(.mv-commentArea.is-fadeOut) .mv-wrap, .is-scrolled .mv-wrap {
  z-index: -1;
}
.mv-mask {
  position: fixed;
  inset: 0;
  display: block;
  opacity: 1;
  z-index: 90;
  background-color: #fff;
  mix-blend-mode: screen;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.mv-copy {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mv-copy01 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 0.25s ease;
  transition: clip-path 0.25s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mv-copy02 {
  margin-left: -4px;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 0.25s ease;
  transition: clip-path 0.25s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mv-item {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: opacity 0.2s ease-in 0.05s;
  transition: opacity 0.2s ease-in 0.05s;
}
.mv-item__product {
  width: 244.5px;
}
.mv-item.is-showpc {
  z-index: 1;
}
.mv-commentArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  pointer-events: none;
}
.mv-commentArea > * {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mv-commentArea.is-fadeOut {
  opacity: 0;
}
.mv-soldout {
  width: 39.2vw;
  max-width: 233px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.mv-soldout img {
  -webkit-filter: drop-shadow(3.5px 3.5px 3.5px rgba(0, 56, 132, 0.65));
          filter: drop-shadow(3.5px 3.5px 3.5px rgba(0, 56, 132, 0.65));
}
.is-scrolled .mv-soldout {
  opacity: 0;
}

.fixed-wrap .ui-comment {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 2.1s;
  transition: opacity 0.4s ease 2.1s;
}

.intro-wrap {
  position: relative;
  z-index: -1;
  padding-top: 24px;
  padding-bottom: 65px;
  background: url(/aquary/assets/img/bg-intro-sp.jpg) no-repeat left bottom/cover;
}
.l-container:has(.mv-commentArea.is-fadeOut) .intro-wrap, .is-scrolled .intro-wrap {
  z-index: 2;
}
.intro-inner {
  width: min(94.6666666667vw, 355px);
  margin-inline: auto;
}
.intro-title {
  margin-bottom: 28px;
  text-align: center;
}
.intro-title .is-showsp {
  margin-bottom: 23px;
}
.intro-item {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
.intro-item__capacity {
  font-size: 1.8rem;
  font-weight: 700;
}
.intro-item__price {
  margin-top: 8px;
  font-weight: 700;
}
.intro-item__price .num {
  font-size: 2.85rem;
}
.intro-item__price .yen {
  font-size: 1.4rem;
}
.intro-item__price .tax {
  font-size: 1.35rem;
  letter-spacing: -0.07em;
}
.intro-item__price .carriage {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
  padding: 2px 4px 3px;
  border: 1px solid #fff;
  font-size: 0.85rem;
}
.intro-item__btn {
  margin-top: 16px;
}

.point-wrap {
  position: relative;
  background: url(/aquary/assets/img/bg-point-sp.jpg) no-repeat left top/cover;
}
.point-inner {
  position: relative;
  padding-top: 50px;
}
.point-title {
  position: absolute;
  top: 13px;
  left: 6px;
}
.point-item {
  display: block;
  text-align: center;
}
.point-list {
  position: absolute;
  right: 0;
  bottom: 25px;
  display: grid;
  gap: 15px;
  color: #0c91d8;
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  line-height: 1.1176470588;
}
.point-list .num {
  display: block;
}

.contents-wrap {
  z-index: 1;
  position: relative;
}
.contents-wrap:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 17.3333333333vw;
  mix-blend-mode: screen;
  width: 96vw;
  height: 180.1333333333vw;
  background: url(/aquary/assets/img/img-splash-sp.png) no-repeat center center/contain;
  pointer-events: none;
}

.feature-wrap {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(/aquary/assets/img/bg-feature-sp.jpg) no-repeat right bottom/cover;
}
.feature-wrap .l-wrapper {
  position: relative;
  z-index: 1;
}
.feature-inner {
  position: relative;
  z-index: 2;
}
.feature-title {
  margin-bottom: 20px;
  text-align: center;
}
.feature-grid {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 350px;
  margin-inline: auto;
}
.feature-grid__subtitle {
  margin-right: -10px;
  color: #019dc3;
  font-weight: 900;
  font-size: 1.75rem;
}
.feature-grid__subtitle .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(white, white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.1em;
  line-height: 1.55;
}
.feature-grid__subtitle .small {
  margin-top: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.feature-grid__text {
  grid-column: 1/3;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.07em;
  text-align: left;
}
.feature-grid__text p {
  line-height: 1.5;
}

.item-wrap {
  padding-top: 44px;
  padding-bottom: 36px;
  background: url(/aquary/assets/img/bg-item-sp.jpg) no-repeat right top/cover;
  color: #fff;
}
.item-wrap .l-wrapper {
  position: relative;
  z-index: 1;
}
.item-grid {
  display: grid;
}
.item-grid__image {
  margin-bottom: 28px;
  text-align: center;
}
.item-grid__head {
  text-align: center;
}
.item-grid__name {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.item-grid__capacity {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.item-grid__price {
  margin-top: 20px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.item-grid__price .num {
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.item-grid__price .carriage {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-inline: auto;
  border: 1px solid #fff;
  padding: 2px 6px 4px;
  font-size: 1.5rem;
  font-weight: 700;
}
.item-grid__btn {
  margin-top: 20px;
  text-align: center;
}
.item-grid__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
  margin-inline: auto;
  padding-inline: 15px;
}
.item-grid__detailList {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.07em;
  line-height: 1.4285714286;
}
.item-grid__detailList > dt {
  position: relative;
  padding-right: 1em;
}
.item-grid__detailList > dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}
.item-attention {
  font-size: 1.3rem;
  letter-spacing: -0.07em;
  line-height: 1.5384615385;
}

.attention-wrap {
  padding-top: 35px;
  padding-bottom: 35px;
  background: url(/aquary/assets/img/bg-attention-sp.jpg) no-repeat center center/cover;
  color: #fff;
}
.attention-wrap a {
  color: #fff;
}
.attention-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.07em;
  line-height: 1.3571428571;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.attention-list {
  padding-inline: 15px;
}
.attention-list > dt {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.07em;
}
.attention-list > dt ~ dt {
  margin-top: 25px;
}
.attention-list > dd {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.07em;
  line-height: 1.4285714286;
}
.beer-wrap {
  overflow: hidden;
  height: 302.5px;
  background: url(/aquary/assets/img/bg-beer-sp.jpg) no-repeat center center/cover;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.beer-wrap img {
  margin-top: -150px;
  width: 277.5px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-spfcolorMain {
    color: #1FA8DB !important;
  }
  .is-spfcolorWhite {
    color: #fff !important;
  }
  .is-showpc {
    display: none !important;
  }
  .ui-comment__input:focus {
    outline: none;
  }
  .mv-commentArea {
    will-change: opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
@media print, screen and (min-width: 768px) {
  :root {
    --headerHeight: 80px;
  }
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-pcfcolorMain {
    color: #1FA8DB !important;
  }
  .is-pcfcolorWhite {
    color: #fff !important;
  }
  .is-showsp {
    display: none !important;
  }
  .c-pcinlineBlock {
    display: inline-block;
  }
  .c-btn {
    min-width: 366px;
    min-height: 74px;
    font-size: 1.6rem;
  }
  .c-btn.--cart {
    min-width: 201px;
    min-height: 54px;
  }
  .c-btn.--cart::before {
    width: 23px;
    height: 21px;
    margin-right: 9px;
  }
  .c-btn.--outline {
    min-width: 205px;
    min-height: 45px;
    border-width: 2px;
    font-size: 1.6rem;
  }
  .c-btn.--end {
    min-width: 0;
    padding: 13px 20px 14px;
    font-size: 2.4rem;
  }
  .c-btn.--end .small {
    font-size: 1.8rem;
  }
  .c-btnWrap {
    margin-top: 48px;
  }
  .c-comment::before {
    left: -6px;
    border-width: 10px 6px 0;
  }
  .c-comment::after {
    left: -9px;
    bottom: -3px;
    border-width: 12px 9px 0;
  }
  .c-comment__inner {
    bottom: 7.5px;
    -webkit-transform: translateX(min(40%, 34px));
            transform: translateX(min(40%, 34px));
    max-width: calc(8em + 42px);
    padding: 10px 18px;
    font-size: 2.2rem;
  }
  .c-comment__inner img {
    height: 36px;
    width: auto;
  }
  .c-comment.--sizeS .c-comment__inner {
    font-size: 1.8rem;
  }
  .c-comment.--sizeS .c-comment__inner img {
    width: auto;
    height: 28px;
  }
  .c-comment.--sizeS.--skin01 .c-comment__inner {
    -webkit-box-shadow: 4px 4px 0 #1FA8DB;
            box-shadow: 4px 4px 0 #1FA8DB;
  }
  .c-comment.--sizeS.--skin01::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #1FA8DB);
            filter: drop-shadow(3.5px 4px 0 #1FA8DB);
  }
  .c-comment.--sizeS.--skin03 .c-comment__inner {
    -webkit-box-shadow: 4px 4px 0 #fff;
            box-shadow: 4px 4px 0 #fff;
  }
  .c-comment.--sizeS.--skin03::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #fff);
            filter: drop-shadow(3.5px 4px 0 #fff);
  }
  .c-comment.--sizeM .c-comment__inner {
    bottom: 9.5px;
    -webkit-transform: translateX(min(40%, 40px));
            transform: translateX(min(40%, 40px));
    padding: 7px 20px;
    font-size: 2.4rem;
  }
  .c-comment.--sizeM .c-comment__inner img {
    width: auto;
    height: 34px;
  }
  .c-comment.--sizeM.--skin01 .c-comment__inner {
    -webkit-box-shadow: 5px 5px 0 #1FA8DB;
            box-shadow: 5px 5px 0 #1FA8DB;
  }
  .c-comment.--sizeM.--skin01::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #1FA8DB);
            filter: drop-shadow(3.5px 4px 0 #1FA8DB);
  }
  .c-comment.--sizeM.--skin03 .c-comment__inner {
    -webkit-box-shadow: 5px 5px 0 #fff;
            box-shadow: 5px 5px 0 #fff;
  }
  .c-comment.--sizeM.--skin03::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #fff);
            filter: drop-shadow(3.5px 4px 0 #fff);
  }
  .c-comment.--sizeM::before {
    left: -8px;
    border-width: 13px 8px 0;
  }
  .c-comment.--sizeM::after {
    left: -11px;
    border-width: 15px 11px 0;
  }
  .c-comment.--sizeL .c-comment__inner {
    bottom: 10.5px;
    -webkit-transform: translateX(min(40%, 56px));
            transform: translateX(min(40%, 56px));
    padding: 9px 26px 10px;
    font-size: 3.2rem;
  }
  .c-comment.--sizeL .c-comment__inner img {
    width: auto;
    height: 42px;
  }
  .c-comment.--sizeL.--skin01 .c-comment__inner {
    -webkit-box-shadow: 7px 7px 0 #1FA8DB;
            box-shadow: 7px 7px 0 #1FA8DB;
  }
  .c-comment.--sizeL.--skin01::after {
    -webkit-filter: drop-shadow(4.5px 6px 0 #1FA8DB);
            filter: drop-shadow(4.5px 6px 0 #1FA8DB);
  }
  .c-comment.--sizeL.--skin03 .c-comment__inner {
    -webkit-box-shadow: 7px 7px 0 #fff;
            box-shadow: 7px 7px 0 #fff;
  }
  .c-comment.--sizeL.--skin03::after {
    -webkit-filter: drop-shadow(4.5px 6px 0 #fff);
            filter: drop-shadow(4.5px 6px 0 #fff);
  }
  .c-comment.--sizeL::before {
    left: -9px;
    border-width: 16px 9px 0;
  }
  .c-comment.--sizeL::after {
    left: -12px;
    border-width: 18px 12px 0;
  }
  .c-list.--asterisk {
    display: grid;
    gap: 4px;
  }
  .ui-comment {
    max-width: 357px;
    padding-top: 20px;
  }
  .ui-comment__hideBtn {
    width: 64px;
    height: 64px;
  }
  .ui-comment__hideBtn img {
    width: 38px;
  }
  .ui-comment__area {
    max-height: 145px;
  }
  .ui-comment__area:not(.--hide) {
    border-width: 3px;
  }
  .ui-comment__area:not(.--hide) .ui-comment__toggleBtn img {
    width: 100%;
  }
  .ui-comment__toggleBtn {
    top: -19px;
    width: 38px;
    height: 38px;
  }
  .ui-comment__postArea {
    padding: 22px 14px 9px 10px;
    -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  }
  .ui-comment__postArea p {
    padding-left: 2px;
    font-size: 1.3rem;
  }
  .ui-comment__postArea p img {
    width: 323px;
  }
  .ui-comment__stampList {
    margin-inline: -10px -14px;
    padding-inline: 10px 14px;
    padding-block: 13px;
  }
  .ui-comment__stampList .swiper-wrapper {
    margin-left: 34px;
  }
  .ui-comment__stampList .swiper-slide img {
    max-height: 35px;
  }
  .ui-comment__input {
    padding: 6px 16px 7px;
  }
  .ui-comment__input::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input::-moz-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input::placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__sendBtn {
    margin-right: -2px;
  }
  .ui-comment__sendBtn img {
    width: 30px;
  }
  .l-container {
    font-size: 1.6rem;
  }
  .l-wrapper {
    width: min(980px, 94%);
  }
  .l-main {
    padding-bottom: 0;
  }
  .l-footer {
    padding-top: 78px;
    background-image: url(/aquary/assets/img/bg-footer-pc.jpg);
  }
  .l-footer__inner {
    width: min(94%, 1280px);
  }
  .l-footer__catch img {
    width: 206px;
  }
  .l-footer__logo {
    gap: 24px;
    margin-bottom: 70px;
  }
  .l-footer__logoImg img {
    width: 206px;
  }
  .l-footer__contact {
    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;
    gap: 20px;
    max-width: 1078px;
    margin-inline: auto;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.36;
  }
  .l-footer__contact01 {
    padding-right: 12px;
  }
  .l-footer__contact03 {
    margin-top: 6px;
  }
  .l-footer__time {
    font-size: 1.5rem;
  }
  .l-footer__btn {
    min-width: 310px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    text-align: center;
  }
  .l-footer__btn .icon-comment {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .l-footer__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 24px;
    padding-block: 20px;
    border-bottom: 1px solid #fff;
  }
  .l-footer__navList > li {
    border-bottom: 0;
  }
  .l-footer__navList > li:not(:first-child)::before {
    display: inline-block;
    content: "／";
    margin-inline: 0.8em;
  }
  .l-footer__navList a {
    display: inline-block;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .l-footer__text {
    max-width: 860px;
    margin-inline: auto;
    gap: 10px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .l-footer__icon01 {
    width: 32px;
  }
  .l-footer__icon02 {
    width: 44px;
  }
  .l-footer__icon03 {
    width: 44px;
  }
  .l-footer__copy {
    margin-top: 22px;
    font-size: 1.2rem;
  }
  .l-fixed__cookieBtn {
    left: 16px;
    width: 53px;
  }
  .is-start .mv-copy03 {
    opacity: 1;
  }
  .mv-wrap {
    height: 100vh;
    min-height: 688px;
    padding-top: 80px;
    background-image: url(/aquary/assets/img/bg-mv-pc.jpg);
  }
  .mv-wrap.is-portrait .mv-copy03 {
    top: -212px;
    left: clamp(70px, -40vw + 410px, 24.6%);
    width: 57px;
  }
  .mv-wrap.is-portrait .mv-itemWrap {
    max-width: calc(100% - 260px);
    max-height: calc(100% - 240px);
    min-height: 438px;
  }
  .mv-wrap.is-landscape .mv-copy03 {
    top: 50%;
    left: clamp(-122px, -44vw + 406px, -77px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 77px;
  }
  .mv-wrap.is-landscape .mv-itemWrap {
    max-width: calc(100% - 650px);
    max-height: calc(100% - 7px);
    min-height: 681px;
  }
  .mv-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1366px;
    margin-inline: auto;
  }
  .mv-copy {
    top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .mv-copy01 {
    width: 215px;
  }
  .mv-copy02 {
    width: 212px;
    margin-left: 0;
  }
  .mv-copy03 {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .mv-item {
    max-width: 1260px;
    height: calc(100vh - 80px);
    margin-inline: auto;
    min-height: 688px;
  }
  .mv-itemWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    aspect-ratio: 978/1472;
    margin: auto auto 0;
  }
  .mv-item__product {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    min-width: 0;
    min-height: 0;
  }
  .mv-item.is-showsp .mv-item__product {
    opacity: 0;
  }
  .mv-out {
    right: 12px;
    bottom: 10px;
  }
  .intro-wrap {
    margin-top: 100vh;
    padding-top: 72px;
    padding-bottom: 90px;
    background-image: url(/aquary/assets/img/bg-intro-pc.jpg);
  }
  .intro-inner {
    width: auto;
    padding-inline: 80px;
  }
  .intro-title img:not([class]) {
    width: 100%;
  }
  .intro-text {
    width: 100%;
  }
  .intro-item {
    margin-top: 82px;
  }
  .intro-item__name img {
    width: 459px;
  }
  .intro-item__capacity {
    display: inline-block;
    margin-right: 20px;
    font-size: 2.3rem;
  }
  .intro-item__price {
    display: inline-block;
  }
  .intro-item__price .num {
    font-size: 4.4rem;
  }
  .intro-item__price .yen {
    font-size: 2.1rem;
  }
  .intro-item__price .tax {
    font-size: 2.1rem;
  }
  .intro-item__price .carriage {
    font-size: 1.5rem;
  }
  .intro-item__btn {
    margin-top: 28px;
  }
  .point-wrap {
    background-image: url(/aquary/assets/img/bg-point-pc.jpg);
  }
  .point-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 0;
    min-height: 700px;
    max-height: 862px;
  }
  .point-title {
    top: 23px;
    left: auto;
    right: 10px;
  }
  .point-title img {
    width: 218px;
  }
  .point-item {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .point-item img {
    max-width: 1366px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .point-list {
    left: 50px;
    right: auto;
    bottom: 63px;
    gap: 40px;
    font-size: 3rem;
  }
  .point-list .num img {
    width: 47px;
  }
  .contents-wrap::after {
    top: 0;
    width: 995px;
    height: 1077px;
    background-image: url(/aquary/assets/img/img-splash-pc.png);
  }
  .feature-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/aquary/assets/img/bg-feature-pc.jpg);
  }
  .feature-gridPC {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: min(98px, 7.1742313324vw);
    max-width: 816px;
    margin-inline: auto;
  }
  .feature-grid {
    grid-template-columns: 113px minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    max-width: none;
  }
  .feature-grid__subtitle {
    font-size: 3.2rem;
  }
  .feature-grid__subtitle .marker {
    line-height: 1.4;
  }
  .feature-grid__subtitle .small {
    font-size: 1.9rem;
  }
  .feature-grid__text {
    font-size: 1.8rem;
  }
  .feature-title {
    margin-bottom: 0;
  }
  .feature-title img {
    width: 100%;
  }
  .item-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(/aquary/assets/img/bg-item-pc.jpg);
  }
  .item-grid {
    grid-template-areas: "image head" "image detail" "btn btn";
    grid-template-rows: auto 1fr auto;
    gap: 0 48px;
    max-width: 868px;
    margin-inline: auto;
  }
  .item-grid__image {
    grid-area: image;
    align-self: start;
    width: 240px;
    margin-bottom: 0;
  }
  .item-grid__image img {
    width: 100%;
  }
  .item-grid__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 14px;
    grid-area: head;
    text-align: left;
  }
  .item-grid__name {
    font-size: 4.2rem;
  }
  .item-grid__capacity {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 0;
    font-size: 2.3rem;
  }
  .item-grid__price {
    margin-top: 20px;
    font-size: 2.1rem;
  }
  .item-grid__price .num img {
    width: 107px;
  }
  .item-grid__price .carriage {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 4px 8px 5px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .item-grid__btn {
    grid-area: btn;
    margin-top: 26px;
  }
  .item-grid__detail {
    grid-area: detail;
    margin-top: 0;
    padding: 48px 0 0;
  }
  .item-grid__detailList {
    gap: 5px 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .item-grid__detailList > dt {
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .item-grid__detailList > dd {
    margin-right: -1em;
    padding-left: 0.3em;
  }
  .item-attention {
    font-size: 1.4rem;
  }
  .attention-wrap {
    padding-top: 65px;
    padding-bottom: 76px;
    background-image: url(/aquary/assets/img/bg-attention-pc.jpg);
  }
  .attention-title {
    margin-bottom: 40px;
    font-size: 3.5rem;
    text-underline-offset: 14px;
  }
  .attention-list {
    max-width: 680px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .attention-list > dt {
    font-size: 1.8rem;
  }
  .attention-list > dt ~ dt {
    margin-top: 30px;
  }
  .attention-list > dd {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .attention-list__comment {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .beer-wrap {
    height: 500px;
    background-image: url(/aquary/assets/img/bg-beer-pc.jpg);
  }
  .beer-wrap img {
    margin-top: -300px;
    width: 553px;
  }
}
/* ▼hover挙動 */
@media (hover: hover) {
  a {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .c-btn.--cart::before, .c-btn.--cart::after {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .c-btn.--cart:hover {
    color: #0C91D8;
  }
  .c-btn.--cart:hover::before {
    background-image: url(/aquary/assets/img/icon-cart.svg);
  }
  .c-btn.--cart:hover::after {
    opacity: 0;
  }
  .c-btn.--outline:hover {
    border-color: #0A5AA2;
    background-color: #0A5AA2;
    color: #fff;
  }
  .l-footer__navList a:hover {
    text-decoration: underline;
  }
  .l-footer__btn .icon-comment::before {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .l-footer__btn:hover {
    background-color: #0A5AA2;
    color: #fff;
  }
  .l-footer__btn:hover .icon-comment::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="58" height="41.841" viewBox="0 0 58 41.841">  <defs>    <clipPath id="clip-path">      <rect width="34" height="8" fill="none"/>    </clipPath>  </defs>  <g id="グループ_34906" data-name="グループ 34906" transform="translate(-208 -11907)">    <path id="合体_1" data-name="合体 1" d="M40.721,41.515,35.629,36H18A18,18,0,0,1,18,0H40a18,18,0,0,1,1.5,35.939l.939,4.7a1,1,0,0,1-.992,1.2A.972.972,0,0,1,40.721,41.515Z" transform="translate(208 11907)" fill="%23fff"/>    <g id="リピートグリッド_2" data-name="リピートグリッド 2" transform="translate(220 11921)" clip-path="url(%23clip-path)">      <g transform="translate(-220 -11921)">        <circle id="楕円形_1" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%230A5AA2"/>      </g>      <g transform="translate(-207 -11921)">        <circle id="楕円形_1-2" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%230A5AA2"/>      </g>      <g transform="translate(-194 -11921)">        <circle id="楕円形_1-3" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%230A5AA2"/>      </g>    </g>  </g></svg>');
  }
}
/* #Print Fixes */
@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}