@charset "utf-8";
@import "../css/lib/swiper.5.4.5.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  touch-action: manipulation;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
iframe {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
input,
select,
textarea,
button {
  line-height: 1;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: baseline;
  font-size: 0.5rem;
  line-height: 1;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 400;
  color: #393939;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #393939;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #393939;
  }
}
@media screen and (max-width: 520px) {
  body {
    font-size: 3.73333vw;
  }
  img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  html.desktop body {
    width: 100vw;
    overflow-x: hidden;
  }
}
button {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=tel],
textarea {
  border-radius: 0px;
  -webkit-appearance: none;
          appearance: none;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .sp {
    display: none;
  }
}
body [data-text="jp"],
body [data-text="en"],
body [data-block="jp"],
body [data-block="en"] {
  display: none;
}
body[data-language="jp"] [data-text="jp"] {
  display: inline-block;
}
body[data-language="en"] [data-text="en"] {
  display: inline-block;
}
body[data-language="jp"] [data-block="jp"] {
  display: block;
}
body[data-language="en"] [data-block="en"] {
  display: block;
}
.hBookmark-widget-counter {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
  display: none;
}
#guide {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100000;
  opacity: 0.33;
  pointer-events: none;
}
#guide img {
  position: relative;
  max-width: initial;
  left: -50%;
}
@media screen and (max-width: 520px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0%;
  }
}
@media screen and (max-width: 960px) and (min-width: 520px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0%;
  }
}
/***************************************************
*
*　●ブレイクポイントは 520px | 960px を用意
*　●まず、PC/TABLETとSPを 520px 区切りで大きく2分してから、
*　　TABLETは520px~960pxの間のレイアウト調整を行うレベルの対応とする
+
*  (参考)
*  https://hashimotosan.hatenablog.jp/entry/2020/12/06/182327
*
***************************************************/
@media screen and (max-width: 520px) {
  /************************************************************************
*
* ■ module(SP)
*
************************************************************************/
  [data-button="primary"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 13.33333vw;
    min-width: 64vw;
    padding: 0 13.33333vw;
    background: url("/assets/img/icon/arrow_01.svg") no-repeat right 5.33333vw center;
    border: 1px solid #888;
    border-radius: 13.33333vw;
    font-size: 3.73333vw;
    font-weight: 500;
    color: #393939;
    text-align: center;
    text-decoration: none;
  }
  [data-button="back"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 12vw;
    min-width: 64vw;
    padding: 0 7.2vw 0 13.33333vw;
    background: url("/assets/img/icon/arrow_01_left.svg") no-repeat left 6.13333vw center;
    border: 1px solid #888;
    border-radius: 13.33333vw;
    font-size: 3.73333vw;
    font-weight: 500;
    color: #393939;
    text-align: center;
    text-decoration: none;
  }
  [data-button="primary-small"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 10.66667vw;
    min-width: 53.33333vw;
    padding: 0 8vw;
    background: url("/assets/img/icon/arrow_01.svg") no-repeat right 4vw center;
    border: 1px solid #888;
    border-radius: 13.33333vw;
    font-size: 3.46667vw;
    font-weight: 500;
    color: #393939;
    text-align: center;
    text-decoration: none;
  }
  [data-button="detail"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 9.33333vw;
    padding: 0 9.33333vw 0 5.86667vw;
    background: #989898 url("/assets/img/icon/arrow_01_white.svg") no-repeat right 2.66667vw center;
    font-size: 3.46667vw;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  [data-button="strong"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 13.86667vw;
    min-width: 64vw;
    padding: 0 13.33333vw;
    background: #AA2828 url("/assets/img/icon/arrow_01_white.svg") no-repeat right 5.33333vw center;
    border-radius: 13.33333vw;
    font-size: 4.26667vw;
    font-weight: 500;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
  }
  [data-button="entry"] {
    --min-width: 72vw;
    display: inline-grid;
    min-width: min(var(--min-width), 100%);
    min-height: 13.86667vw;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    grid-template-columns: 1fr auto 1fr;
    padding-inline: 4vw;
    background-color: #393939;
    font-family: din-condensed, sans-serif;
    font-weight: 500;
    font-size: 5.86667vw;
    color: #fff;
    font-style: italic;
    letter-spacing: 0.08em;
  }
  [data-button="entry"]:before {
    content: "";
  }
  [data-button="entry"]:after {
    content: "";
    width: 1.86667vw;
    height: 1.86667vw;
    background-image: url("/assets/img/icon/arrow_06_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    justify-self: end;
  }
  [data-button="entry"]:after a {
    display: block;
    width: 100%;
    height: 100%;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    border: 0;
    padding: 2.66667vw 2.66667vw;
    background-color: #fff;
    font-size: 3.73333vw;
    letter-spacing: 1px;
  }
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    display: inline-block;
    color: #393939;
    font-size: 4vw;
    letter-spacing: 0.53333vw;
    cursor: pointer;
  }
  select {
    padding: 26px 26px;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    font-size: 29px;
    letter-spacing: 1px;
  }
  /************************************************************************
*
* ■ sp/module_item
*
************************************************************************/
  [data-item="product"] {
    position: relative;
    width: 41.33333vw;
  }
  [data-item="product"] .releasedate {
    position: relative;
    margin-bottom: 1.6vw;
    padding: 0 0.8vw 1.33333vw 0.8vw;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 4.26667vw;
    color: inherit;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.02em;
    border-bottom: 1px solid #E2E2E2;
  }
  [data-item="product"] a {
    text-decoration: none;
  }
  [data-item="product"] a .thumb img {
    width: 41.33333vw;
    height: 41.33333vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  [data-item="product"] a .data {
    margin-top: 2.13333vw;
  }
  [data-item="product"] a .data .productNum {
    font-size: 2.66667vw;
    font-weight: 400;
    line-height: 1.1;
  }
  [data-item="product"] a .data .productNameSub {
    margin-top: 1.6vw;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 4.8vw;
    color: inherit;
    letter-spacing: 0.05em;
    line-height: 1.05;
  }
  [data-item="product"] a .data .productName {
    margin-top: 1.06667vw;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.3;
  }
  [data-item="product"][data-new='1']:not(.releasedate):after {
    content: "NEW!";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    vertical-align: 0.26667vw;
    padding: 0.53333vw 1.06667vw 0.26667vw;
    background-color: #AA2828;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 2.93333vw;
    color: #fff;
    text-align: center;
  }
  [data-item="product"][data-new='1']:has(.releasedate):after {
    position: absolute;
    right: 0.53333vw;
    top: 0.26667vw;
    z-index: auto;
    left: auto;
  }
  [data-item="blog"] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #eee;
  }
  [data-item="blog"] a {
    text-decoration: none;
  }
  [data-item="blog"] .image-container {
    position: relative;
    width: 40%;
  }
  [data-item="blog"] .image-container .pict img {
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  [data-item="blog"] .image-container .category {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    background-color: #333;
  }
  [data-item="blog"] .image-container .category a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.33333vw 0 1.06667vw;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 3.73333vw;
    color: #fff;
    text-align: center;
  }
  [data-item="blog"] .image-container .category.freshwater {
    background-color: #A21223;
  }
  [data-item="blog"] .image-container .category.saltwater {
    background-color: #1244A2;
  }
  [data-item="blog"] .image-container .category.global {
    background-color: #666;
  }
  [data-item="blog"] .text-container {
    width: 60%;
    padding: 4vw 3.2vw 0px 4vw;
  }
  [data-item="blog"] .text-container .date {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 3.73333vw;
    color: inherit;
  }
  [data-item="blog"] .text-container .postTitle {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1.4;
  }
  [data-item="blog"] .text-container .tags {
    margin-top: 3.2vw;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.86667vw 2.66667vw;
  }
  [data-item="blog"] .text-container .tags > span {
    font-size: 3.2vw;
    text-decoration: none;
  }
  [data-item="blog"] .text-container .tags > span:hover {
    text-decoration: underline;
  }
  /************************************************************************
*
* ■ sp/layout
*
************************************************************************/
  .contentWrapper .mainContent {
    position: relative;
    margin-top: 14.66667vw;
    padding-bottom: 18.66667vw;
  }
  .contentWrapper .mainContent .breadcrumbNav {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 1.33333vw 1.6vw 0;
    line-height: 1.2;
    font-size: 2.66667vw;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li:before {
    content: ">";
    margin: 0 0.8vw 0 0.8vw;
    font-size: 2.93333vw;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li:first-child:before {
    content: "";
    margin: 0px;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li a {
    text-decoration: none;
  }
  .contentWrapper .mainContent .pageHeading-area {
    height: 42.66667vw;
    padding-top: 15.46667vw;
    text-align: center;
    background-color: #F5F5F5;
  }
  .contentWrapper .mainContent .pageHeading-area .titleSub {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 11.2vw;
    color: inherit;
  }
  .contentWrapper .mainContent .pageHeading-area .pageTitle {
    margin-top: 0.53333vw;
    font-size: 3.2vw;
    font-weight: 500;
  }
  .contentWrapper .mainContent .intro-area {
    margin: 10.66667vw 6.66667vw 0;
  }
  .contentWrapper .mainContent .intro-area .text-container {
    line-height: 1.5;
    font-size: 3.46667vw;
  }
  #modals {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 400;
    width: 100%;
    pointer-events: none;
  }
  /************************************************************************
*
* ■ sp/shop
*
************************************************************************/
  .shop-index .mainContent .allRegions-area {
    margin: 13.33333vw 5.33333vw 0;
  }
  .shop-index .mainContent .allRegions-area .region-group {
    margin-top: 10.66667vw;
  }
  .shop-index .mainContent .allRegions-area .region-group:first-of-type {
    margin-top: 0px;
  }
  .shop-index .mainContent .allRegions-area .region-group .subject-container {
    text-align: center;
  }
  .shop-index .mainContent .allRegions-area .region-group .subject-container .title {
    font-size: 4.8vw;
    font-weight: 400;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list {
    margin-top: 5.33333vw;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4vw 5%;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list > li {
    width: 30%;
    height: 10.66667vw;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    outline: 1px solid #C2C2C2;
    background-color: #F9F9F9;
    text-decoration: none;
  }
  .shop-detail .mainContent .allShops-area {
    margin: 10.66667vw 5.33333vw 0;
  }
  .shop-detail .mainContent .allShops-area .subject-block {
    text-align: center;
  }
  .shop-detail .mainContent .allShops-area .subject-block .title {
    font-size: 5.33333vw;
    font-weight: 400;
  }
  .shop-detail .mainContent .allShops-area .shops-block {
    margin-top: 5.33333vw;
  }
  .shop-detail .mainContent .pageBottomNav {
    margin-top: 16vw;
  }
  .shop-detail .mainContent .pageBottomNav .buttons {
    text-align: center;
  }
  /************************************************************************
*
* ■ sp/other
*
* - /privacy/
*
************************************************************************/
  .privacy .mainContent .policyBody-area {
    margin: 10.66667vw 6.66667vw 0;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl {
    margin-top: 8vw;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl:first-of-type {
    margin-top: 0px;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dt .title {
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.3;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dd {
    margin-top: 2.66667vw;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dd p {
    margin-top: 2.66667vw;
    line-height: 1.4;
    font-size: 3.46667vw;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dd p:first-of-type {
    margin-top: 0px;
  }
}
@media screen and (min-width: 520px) {
  /************************************************************************
*
* ■ pc/module
*
************************************************************************/
  [data-button="primary"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 50px;
    min-width: 240px;
    padding: 0 50px;
    background: url("/assets/img/icon/arrow_01.svg") no-repeat right 20px center;
    border: 1px solid #888;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #393939;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease-out;
  }
  [data-button="primary"]:hover {
    background-color: #eee;
    transition: all 0.15s ease-out;
  }
  [data-button="back"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 50px;
    min-width: 240px;
    padding: 0 27px 0 40px;
    background: url("/assets/img/icon/arrow_01_left.svg") no-repeat left 23px center;
    border: 1px solid #888;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #393939;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease-out;
  }
  [data-button="back"]:hover {
    background-color: #eee;
    transition: all 0.15s ease-out;
  }
  [data-button="primary-small"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 38px;
    min-width: 150px;
    padding: 0 38px;
    background: url("/assets/img/icon/arrow_01.svg") no-repeat right 15px center;
    border: 1px solid #888;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #393939;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease-out;
  }
  [data-button="primary-small"]:hover {
    background-color: #eee;
    transition: all 0.15s ease-out;
  }
  [data-button="detail"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 35px;
    padding: 0 35px 0 25px;
    background: #989898 url("/assets/img/icon/arrow_01_white.svg") no-repeat right 12px center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  [data-button="detail"]:hover {
    background-color: #aaa;
  }
  [data-button="strong"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    height: 52px;
    min-width: 240px;
    padding: 0 50px;
    background: #AA2828 url("/assets/img/icon/arrow_01_white.svg") no-repeat right 20px center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease-out;
  }
  [data-button="strong"]:hover {
    opacity: 0.8;
    transition: all 0.15s ease-out;
  }
  [data-button="entry"] {
    --min-width: 270px;
    display: inline-grid;
    min-width: min(var(--min-width), 100%);
    min-height: 52px;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    grid-template-columns: 1fr auto 1fr;
    padding: 2px 15px 0;
    background-color: #393939;
    font-family: din-condensed, sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    font-style: italic;
    letter-spacing: 0.08em;
    transition: opacity 0.15s ease-out;
  }
  [data-button="entry"]:before {
    content: "";
  }
  [data-button="entry"]:after {
    content: "";
    width: 7px;
    height: 7px;
    background-image: url("/assets/img/icon/arrow_06_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    justify-self: end;
  }
  [data-button="entry"]:after a {
    display: block;
    width: 100%;
    height: 100%;
  }
  [data-button="entry"]:hover {
    opacity: 0.8;
    transition: opacity 0.1s ease;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    border: 0;
    padding: 10px 10px;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
  }
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    display: inline-block;
    color: #393939;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
  }
  button:hover,
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
    opacity: 0.8;
  }
  select {
    padding: 26px 26px;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    font-size: 29px;
    letter-spacing: 1px;
  }
  /************************************************************************
*
* ■ pc/module_item
*
************************************************************************/
  [data-item="product"] {
    position: relative;
    width: 180px;
  }
  [data-item="product"] .releasedate {
    position: relative;
    height: 22px;
    padding: 0 3px 5px 3px;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: inherit;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.02em;
    border-bottom: 1px solid #E2E2E2;
  }
  [data-item="product"] a {
    display: block;
    text-decoration: none;
  }
  [data-item="product"] a .thumb img {
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: all 0.1s ease-out;
  }
  [data-item="product"] a .data {
    margin-top: 15px;
  }
  [data-item="product"] a .data .productNum {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    transition: all 0.1s ease-out;
  }
  [data-item="product"] a .data .productNameSub {
    margin-top: 3px;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: inherit;
    letter-spacing: 0.05em;
    line-height: 1.05;
    transition: all 0.1s ease-out;
  }
  [data-item="product"] a .data .productName {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.1s ease-out;
  }
  [data-item="product"] a:hover .thumb img {
    opacity: 0.8;
    transition: all 0.15s ease-out;
  }
  [data-item="product"] a:hover .data .productNum {
    color: #A31123;
    transition: all 0.15s ease-out;
  }
  [data-item="product"] a:hover .data .productNameSub {
    color: #A31123;
    transition: all 0.15s ease-out;
  }
  [data-item="product"] a:hover .data .productName {
    color: #A31123;
    transition: all 0.15s ease-out;
  }
  [data-item="product"][data-column='3'] {
    width: 240px;
  }
  [data-item="product"][data-column='3'] a {
    margin-top: 15px;
  }
  [data-item="product"][data-column='3'] a .thumb img {
    width: 240px;
    height: 240px;
  }
  [data-item="product"][data-new='1']:not(.releasedate):after {
    content: "NEW!";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    vertical-align: 1px;
    padding: 2px 4px 1px;
    background-color: #AA2828;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    text-align: center;
  }
  [data-item="product"][data-new='1']:has(.releasedate):after {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: auto;
    left: auto;
  }
  [data-item="blog"] {
    width: calc(33% - 8px);
    display: flex;
    flex-direction: column;
    background-color: #eee;
  }
  [data-item="blog"] a {
    text-decoration: none;
  }
  [data-item="blog"] .image-container {
    position: relative;
  }
  [data-item="blog"] .image-container .pict {
    aspect-ratio: 1.5;
    transition: all 0.1s ease-out;
  }
  [data-item="blog"] .image-container .pict img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  [data-item="blog"] .image-container .pict:hover {
    opacity: 0.85;
    transition: all 0.15s ease-out;
  }
  [data-item="blog"] .image-container .category {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100px;
    background-color: #333;
    text-align: center;
  }
  [data-item="blog"] .image-container .category a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 0 5px;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  [data-item="blog"] .image-container .category.freshwater {
    background-color: #A21223;
  }
  [data-item="blog"] .image-container .category.saltwater {
    background-color: #1244A2;
  }
  [data-item="blog"] .image-container .category.global {
    background-color: #666;
  }
  [data-item="blog"] .text-container {
    display: contents;
  }
  [data-item="blog"] .text-container > * {
    padding: 0 15px;
  }
  [data-item="blog"] .text-container .date {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: inherit;
    margin-top: 15px;
  }
  [data-item="blog"] .text-container .postTitle {
    flex-grow: 1;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  [data-item="blog"] .text-container .tags {
    margin: 12px 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 7px 10px;
  }
  [data-item="blog"] .text-container .tags > span {
    font-size: 12px;
    text-decoration: none;
  }
  [data-item="blog"] .text-container .tags > span:hover {
    text-decoration: underline;
  }
  /************************************************************************
*
* ■ pc/layout
*
************************************************************************/
  .contentWrapper .mainContent {
    position: relative;
    margin-top: 110px;
    padding-bottom: 130px;
  }
  .contentWrapper .mainContent .breadcrumbNav {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 9px 2px 0;
    line-height: 1.3;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li {
    font-size: 11px;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li:before {
    content: " > ";
    margin: 0 2px 0 5px;
    font-size: 12px;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li:first-child:before {
    content: "";
    margin: 0px;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li a {
    text-decoration: none;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list > li a:hover {
    text-decoration: underline;
  }
  .contentWrapper .mainContent .pageHeading-area {
    height: 225px;
    padding-top: 90px;
    text-align: center;
    background-color: #F5F5F5;
  }
  .contentWrapper .mainContent .pageHeading-area .titleSub {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: inherit;
  }
  .contentWrapper .mainContent .pageHeading-area .pageTitle {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
  }
  .contentWrapper .mainContent .intro-area {
    width: 600px;
    margin: 60px auto 0;
    text-align: center;
  }
  .contentWrapper .mainContent .intro-area .text-container {
    line-height: 1.6;
    font-size: 14px;
  }
  #pc-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    width: 100%;
  }
  #modals {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 400;
    width: 100%;
    pointer-events: none;
  }
  /************************************************************************
*
* ■ pc/shop
*
************************************************************************/
  .shop-index .mainContent .allRegions-area {
    margin: 80px auto 0;
    width: 685px;
  }
  .shop-index .mainContent .allRegions-area .region-group {
    margin-top: 60px;
  }
  .shop-index .mainContent .allRegions-area .region-group:first-of-type {
    margin-top: 0px;
  }
  .shop-index .mainContent .allRegions-area .region-group .subject-container .title {
    font-size: 22px;
    font-weight: 400;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px 15px;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list > li {
    width: 125px;
    height: 44px;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    outline: 1px solid #C2C2C2;
    background-color: #F9F9F9;
    text-decoration: none;
    transition: all 0.1s ease-out;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list > li a:hover {
    background-color: #eee;
    transition: all 0.15s ease-out;
  }
  .shop-detail .mainContent .allShops-area {
    width: 650px;
    margin: 80px auto 0;
  }
  .shop-detail .mainContent .allShops-area .subject-block {
    text-align: center;
  }
  .shop-detail .mainContent .allShops-area .subject-block .title {
    font-size: 22px;
    font-weight: 400;
  }
  .shop-detail .mainContent .allShops-area .shops-block {
    margin-top: 40px;
  }
  .shop-detail .mainContent .pageBottomNav {
    margin-top: 80px;
  }
  .shop-detail .mainContent .pageBottomNav .buttons {
    text-align: center;
  }
  /************************************************************************
*
* ■ pc/other
*
* - /privacy/
*
************************************************************************/
  .privacy .mainContent .policyBody-area {
    width: 700px;
    margin: 80px auto 0;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl {
    margin-top: 50px;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl:first-of-type {
    margin-top: 0px;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dt .title {
    font-size: 20px;
    font-weight: 500;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dd {
    margin-top: 15px;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dd p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 15px;
  }
  .privacy .mainContent .policyBody-area .document-block .section-dl > dd p:first-of-type {
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) and (min-width: 520px) {
  /************************************************************************
*
* ■ tablet/module
*
************************************************************************/
  /************************************************************************
*
* ■ tablet/module_item
*
************************************************************************/
  [data-item="product"] {
    width: 22%;
  }
  [data-item="product"] a .thumb img {
    width: 100%;
    height: auto;
  }
  [data-item="product"] a .data .productNameSub {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: inherit;
  }
  [data-item="product"] a .data .productName {
    font-size: 12px;
    font-weight: 400;
  }
  [data-item="product"][data-column='3'] a .thumb img {
    width: 100%;
    height: auto;
  }
  [data-item="blog"] {
    width: calc(33% - 6px);
  }
  /**************************************************************
*
* ■ tablet/layout
*
**************************************************************/
  .contentWrapper .mainContent {
    margin-top: 75px;
    padding-bottom: 120px;
  }
  .contentWrapper .mainContent .breadcrumbNav .breadcrumb-list {
    width: auto;
    padding: 6px 9px 0;
  }
  .contentWrapper .mainContent .intro-area {
    width: auto;
    margin-right: 80px;
    margin-left: 80px;
  }
  /************************************************************************
*
* ■ tablet/shop
*
************************************************************************/
  .shop-index .mainContent .allRegions-area {
    width: 80%;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list {
    gap: 15px 3%;
  }
  .shop-index .mainContent .allRegions-area .region-group .prefecture-list > li {
    width: 22.7%;
  }
  .shop-detail .mainContent .allShops-area {
    width: auto;
    margin-left: 80px;
    margin-right: 80px;
  }
  /************************************************************************
*
* ■ tablet/other
*
* - /privacy/
*
************************************************************************/
  .privacy .mainContent .policyBody-area {
    width: auto;
    margin: 80px 80px 0;
  }
}
