@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  color: #374259;
  background: #ffffff;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: 6.25rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 5rem;
  }
}

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

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #E61673;
}

p {
  font-size: 1rem;
  line-height: 2.125;
  margin-bottom: 1.5em;
}
p a {
  color: #E61673;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h5 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

h1,
.brand {
  font-weight: 500;
  font-size: 2.8rem;
}

.brand {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .brand {
    max-width: 85px;
  }
}

h1.page-title {
  font-weight: 500;
  font-size: 2.625rem;
}
h1.page-title .title-small {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  h1.page-title {
    font-size: 1.875rem;
  }
}

h2 {
  text-align: center;
  font-weight: 500;
  font-size: 2.625rem;
  margin-bottom: 4.375rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 3.75rem;
  }
}

h3 {
  font-weight: 500;
  font-size: 2rem;
  border-bottom: 1px solid #E61673;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

h4 {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}

section {
  padding: 7.75rem 0 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 5rem 0 0;
  }
}

.link-button {
  display: block;
  border-radius: 10px;
  background-color: #E61673;
  color: white;
  margin: 4.375rem auto 0;
  padding: 1rem 0;
  width: 390px;
  max-width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.777;
}
.link-button > div {
  margin: 0 4rem;
}
.link-button > div .btn-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
}
.link-button > div .btn-icon::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f138";
  font-size: 1.75rem;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 3.75rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}

.link-button2 {
  display: block;
  color: #E61673;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 2.25rem;
}
.link-button2::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f138";
}
@media screen and (max-width: 768px) {
  .link-button2 {
    margin-top: 1.75rem;
  }
}

.cat {
  border: 1px solid #E61673;
  border-radius: 20px;
  color: #E61673;
  padding: 0 0.875rem;
  font-size: 0.875rem;
}

.cat.news {
  color: #758199;
  border: 1px solid #758199;
}

.cat.event {
  color: #E61673;
  border: 1px solid #E61673;
}

.cat.report {
  color: #2195BF;
  border: 1px solid #2195BF;
}

.cat.tag {
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
}

time {
  color: #A5ACBA;
  font-size: 0.875rem;
  font-weight: bold;
}

.news-title {
  display: block;
  font-size: 1rem;
  line-height: 1.625;
}
.news-title:hover {
  color: #E61673;
}

#breadcrumbs {
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
}
#breadcrumbs a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
}
main ol {
  margin-bottom: 1rem;
}

.logo {
  display: block;
  height: 100%;
}
.logo img {
  height: auto;
  display: block;
}
.logo h1 {
  text-indent: -999rem;
  width: 0;
  height: 0;
  padding: 0;
}

.eyecatch {
  width: 100%;
  background-color: #ffe8f0;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.eyecatch .eye-wave-left01 {
  width: 471.914px;
  height: 179.854px;
  background: url("../img/page/bg_eye_wave_left01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  left: -99px;
  bottom: -65px;
}
.eyecatch .eye-wave-right01 {
  width: 471.914px;
  height: 179.854px;
  background: url("../img/page/bg_eye_wave_right01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  right: -70px;
  top: -23px;
}
.eyecatch .eye-wave-right02 {
  width: 266.814px;
  height: 97.837px;
  background: url("../img/page/bg_eye_wave_right02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  right: 234px;
  bottom: -40px;
}
.eyecatch #breadcrumbs {
  position: relative;
  z-index: 3;
}
.eyecatch .page-title {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .eyecatch .eye-wave-right02 {
    right: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .eyecatch .eye-wave-left01 {
    width: 353.82px;
    height: 134.85px;
    left: -75.58px;
    bottom: -30px;
  }
  .eyecatch .eye-wave-right01 {
    width: 353.82px;
    height: 134.85px;
    right: -193px;
    top: -8px;
  }
  .eyecatch .eye-wave-right02 {
    display: none;
  }
}

.page-navigation {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E61673;
  color: #E61673;
}
.page-navigation a:hover {
  opacity: 0.75;
  color: #E61673;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E61673;
  color: #E61673;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #E61673;
}

.page-link {
  margin: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 3.75rem 0 0;
  }
}
.page-link > ul {
  padding-left: 0 !important;
  list-style: none;
  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;
  color: #E61673;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.page-link > ul > li {
  margin: 0 0.75rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #E61673;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-link > ul > li > a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f13a";
  margin-right: 0;
  margin-left: 0.625rem;
}
.page-link > ul > li > a:hover {
  color: #fff;
  background-color: #E61673;
  opacity: 0.8;
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map {
    padding-bottom: 75%;
  }
}

.grecaptcha-badge {
  position: relative;
  z-index: 10;
}

.inner {
  max-width: calc(996px + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 992px) {
  .inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.narrow {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

.overview {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 3em;
  }
}

.white {
  color: white;
}

.gray {
  color: #6f6f6f;
}

.red {
  color: #c30d23;
}

.first {
  color: #E61673;
}

.second {
  color: #2195BF;
}

.third {
  color: #1cb774;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-first {
  background-color: #ffe8f0;
}

.bg-second {
  background-color: #E6F4F5;
}

.bg-second2 {
  background-color: #2195BF;
}

.bg-third {
  background-color: #cdf0ca;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mt-s {
  margin-top: 0.5rem !important;
}

.pl-m {
  padding-left: 1.5rem;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.white-box img {
  border: 1px solid #A5ACBA;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border-box {
  border: 1px solid #A5ACBA;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #fecbdc !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
ul.sitemap-list li .link-arrow::before {
  color: #E61673;
}
ul.sitemap-list li ul {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul li::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border-right: none;
  border-width: 0.1rem;
  top: 0.75em;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.chevron-right,
.chevron-down {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid transparent;
}
.chevron-right::after,
.chevron-down::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.insta-icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f16d";
  margin-right: 0;
}

.tik-icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\e07b";
  margin-right: 0;
}

.youtube-icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f167";
  margin-right: 0;
}

.noicon::before, .noicon::after {
  display: none !important;
}

.chevron-right::after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  right: 0.2rem;
  top: 0.2rem;
}

.chevron-down::after {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  right: 0.2rem;
  top: 0.15rem;
}

@media screen and (max-width: 768px) {
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
header {
  width: 100%;
  background-color: #ffffff;
  color: #374259;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 0.625rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 6.25rem;
}
@media screen and (max-width: 768px) {
  header {
    height: 5rem;
  }
}

.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5%;
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-link {
  display: block;
  margin-right: 1.75rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.head-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .head-link {
    margin-right: 1rem;
  }
}

.head-link.link-nakadomari {
  display: block;
  color: #fff;
  background-color: #2195BF;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-link.link-nakadomari span {
  margin-left: 0.4rem;
}

.head-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
}
.head-icon-list .head-icon {
  margin-right: 1.125rem;
}
.head-icon-list .head-icon:last-child {
  margin-right: 0;
}
.head-icon-list .head-icon.insta-icon, .head-icon-list .head-icon.tik-icon, .head-icon-list .head-icon.youtube-icon {
  width: 2.875rem;
  height: 2.875rem;
  color: #fff;
  font-size: 1.625rem;
  border-radius: 50%;
  position: relative;
}
.head-icon-list .head-icon.insta-icon::before, .head-icon-list .head-icon.tik-icon::before, .head-icon-list .head-icon.youtube-icon::before {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.head-icon-list .head-icon.insta-icon {
  background-color: #E43B7E;
}
.head-icon-list .head-icon.tik-icon {
  background-color: #282F3C;
}
.head-icon-list .head-icon.youtube-icon {
  background-color: #DB3737;
}
@media screen and (max-width: 992px) {
  .head-icon-list {
    margin-left: 1rem;
  }
  .head-icon-list .head-icon {
    margin-right: 0.75rem;
  }
  .head-icon-list .head-icon.insta-icon, .head-icon-list .head-icon.tik-icon, .head-icon-list .head-icon.youtube-icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .head-icon-list {
    margin-left: 0;
  }
  .head-icon-list .head-icon {
    margin-right: 0.625rem;
  }
  .head-icon-list .head-icon:last-child {
    margin-right: 0;
  }
  .head-icon-list .head-icon.insta-icon, .head-icon-list .head-icon.tik-icon, .head-icon-list .head-icon.youtube-icon {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 1.125rem;
  }
}

footer {
  background-color: #E61673;
  color: white;
  padding: 4rem 0 6.25rem;
  position: relative;
  margin-top: 7.5rem;
}
footer .footer_wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url("../img/footer_wave.svg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4rem 0;
    margin-top: 6rem;
  }
}
footer ul {
  list-style: none;
}
footer .foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  footer .foot-inner {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
  }
}
footer .foot-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
footer .foot-left {
  width: 55%;
}
footer .foot-left .foot-logo > img {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .foot-left {
    width: 100%;
  }
}
footer .foot-right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .foot-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    width: 100%;
    margin-top: 4rem;
  }
}
footer .foot-right a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
footer .foot-menu {
  padding-right: 2rem;
}
footer .foot-menu:last-child {
  padding-right: 0;
}
footer .foot-menu li {
  padding-bottom: 1.25rem;
}
footer .foot-menu .foot-menu-link li {
  padding-left: 1rem;
}
footer .foot-menu .foot-menu-link li a {
  position: relative;
}
footer .foot-menu .foot-menu-link li a::before {
  display: block;
  margin-right: 0;
  position: absolute;
  left: -1.25rem;
  top: 0.35rem;
}
footer .foot-menu-parent {
  display: block;
  padding-bottom: 0.5rem;
}
footer .foot-menu-child {
  padding-left: 0.5rem;
}
footer .foot-menu-child > li > a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.25rem;
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 0px;
  line-height: 2em;
  background: #E61673;
  color: white;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
}
#pagetop a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 4px solid;
  border-right: 4px solid;
  left: 4px;
  bottom: 1px;
}

.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex2-2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex2-2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 7.5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 7.5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
  .flex2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex3.sp-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .flex3.pc-img {
    display: none;
  }
  .flex3.sp-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #A5ACBA;
  font-size: 1rem;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #A5ACBA;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-radio .wpcf7-list-item span {
  display: inline-block;
  margin-left: 0.35rem;
  margin-bottom: 0.5rem;
}
.wpcf7-radio .wpcf7-list-item:last-of-type span {
  margin-bottom: 0;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
  width: 250px;
  border: none;
}
.submit input:hover {
  opacity: 0.7;
  cursor: pointer;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #E61673 !important;
  color: #fff !important;
  background-color: #E61673;
}

.contact-wrap .contact-form th {
  border: none;
  background-color: transparent;
  padding: 1rem;
  padding-left: 0;
}
.contact-wrap .contact-form th p {
  margin-bottom: 0;
}
.contact-wrap .contact-form th em {
  margin-left: 0.8rem;
  font-size: 0.9em;
}
.contact-wrap .contact-form td {
  border: none;
  padding: 1rem;
  padding-right: 0;
}
.contact-wrap .contact-form td p {
  margin-bottom: 0;
  line-height: 1.5;
}
.contact-wrap .contact-form .wpcf7-list-item.first {
  color: #374259;
}
@media screen and (max-width: 768px) {
  .contact-wrap .contact-form th {
    padding: 1rem 0 0;
  }
  .contact-wrap .contact-form th em {
    margin-left: 0.5rem;
  }
  .contact-wrap .contact-form td {
    padding: 0.25rem 0 0.5rem;
  }
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table th {
  padding: 1.25em 2.25rem;
  border: 1px solid #A5ACBA;
  text-align: left;
  background-color: #ffe8f0;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
  font-weight: bold;
}
table td {
  padding: 1.25em 2.25rem;
  border: 1px solid #A5ACBA;
  text-align: left;
  background: white;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  table th {
    padding: 1rem;
  }
  table td {
    padding: 1rem;
  }
}

.scroll-table-wrap {
  overflow-x: scroll;
}
.scroll-table-wrap.scrollbar-top {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.scroll-table-wrap.scrollbar-top .scroll-table {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-bottom: 0;
}

@media screen and (min-width: 631px) {
  .scroll-table-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll-table-wrap::-webkit-scrollbar {
    display: none;
  }
}
.scroll-table {
  width: 100%;
  min-width: 630px;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-bar td.full-bar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #fff), color-stop(18%, #fecbdc), color-stop(82%, #fecbdc), color-stop(82%, #fff), to(#fff));
  background: linear-gradient(#fff 18%, #fecbdc 18%, #fecbdc 82%, #fff 82%, #fff 100%);
}
.table-bar td.half-right, .table-bar td.half-left {
  position: relative;
}
.table-bar td.half-right::after, .table-bar td.half-left::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.table-bar td.half-right::after {
  top: 0;
  left: 0;
}
.table-bar td.half-left::after {
  top: 0;
  right: 0;
}

.table-season th {
  padding: 0.75rem 0;
  text-align: center;
  background-color: #E6F4F5;
}
.table-season tr > th:first-of-type {
  width: 23%;
  text-align: left;
  padding: 0.75rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .table-season {
    font-size: 0.875rem;
  }
  .table-season th {
    width: 6.66%;
    padding: 0.5rem 0.4rem;
  }
  .table-season tr > th:first-of-type {
    width: auto;
    padding: 0.5rem 0.625rem;
  }
}

.flex-table .sp_th-side {
  padding: 0.75rem 2.25rem;
}
.flex-table .sp_td-side {
  padding: 0.75rem 2.25rem;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 0.875rem 1rem;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 0.875rem 1rem;
    border-bottom: none;
    border-top: none;
  }
  .flex-table td.border-btm {
    border-bottom: 1px solid #A5ACBA;
  }
  .flex-table .sp_th-side {
    width: 30%;
    display: inline-block;
    border-top: none;
    padding: 0.5rem 1rem;
  }
  .flex-table .sp_td-side {
    width: 70%;
    display: inline-block;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #A5ACBA;
    padding: 0.5rem 1rem;
  }
  .flex-table tr:last-of-type td {
    border-bottom: 1px solid #A5ACBA;
  }
}
@media screen and (max-width: 768px) {
  .contact-form.flex-table tr:last-of-type td {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  body.home section:first-of-type {
    padding-top: 4.75rem;
  }
}
body.home .eye-top {
  position: relative;
}
body.home .eye-top .eye-movie {
  width: 100%;
  vertical-align: bottom;
}
body.home .eye-top .eye-nakadomari {
  position: absolute;
  z-index: 10;
  bottom: 100px;
  right: 100px;
  width: 20vw;
}
body.home .eye-top .eye-nakadomari img {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .swiper {
  position: relative;
}
body.home .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home .swiper .swiper-wrapper .swiper-slide.slide01 {
  background-image: url("../img/toppage/eye01.jpg");
}
body.home .swiper .swiper-wrapper .swiper-slide.slide02 {
  background-image: url("../img/toppage/eye02.jpg");
}
body.home .swiper .swiper-wrapper .swiper-slide.slide03 {
  background-image: url("../img/toppage/eye03.jpg");
}
body.home .swiper .copy-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .swiper .copy-wrap .copy-logo {
  margin-bottom: 1rem;
}
body.home .swiper .copy-wrap .main-copy {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  position: relative;
  z-index: 5;
}
body.home .swiper .copy-wrap .main-copy span {
  position: relative;
  z-index: 5;
}
body.home .swiper .copy-wrap .main-copy span ruby rt {
  font-size: 0.25em;
}
body.home .swiper .copy-wrap .main-copy span::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(213, 30, 109, 0.8); /* 任意の色 */
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}
body.home .swiper .copy-wrap .sub-copy {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
body.home .swiper .copy-wrap .copy-map {
  position: absolute;
  bottom: 53%;
  left: 53%;
  z-index: 1;
  width: 300px;
  height: auto;
}
body.home .swiper .copy-wrap .copy-map::before {
  content: "";
  background-image: url("../img/toppage/map_point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 22%;
  left: 23%;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-animation: map-point 5s ease-in-out infinite;
          animation: map-point 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  body.home .swiper .copy-wrap {
    padding: 0 1.5rem;
  }
  body.home .swiper .copy-wrap .copy-logo {
    width: 120px;
  }
  body.home .swiper .copy-wrap .main-copy {
    font-size: 2.5rem;
    text-indent: 1rem;
  }
  body.home .swiper .copy-wrap .main-copy span::before {
    height: 6px;
    bottom: 0.35rem;
    border-radius: 6px;
  }
  body.home .swiper .copy-wrap .sub-copy {
    font-size: 1.25rem;
    line-height: 1.8;
    text-indent: 1rem;
  }
  body.home .swiper .copy-wrap .copy-map {
    width: 200px;
    top: auto;
    bottom: 55%;
    left: 53%;
  }
  body.home .swiper .copy-wrap .copy-map::before {
    content: "";
    top: 22%;
    left: 22%;
    display: block;
    width: 10px;
    height: 10px;
  }
}
body.home .top-lead {
  position: relative;
}
body.home .top-lead p {
  font-size: 1.125rem;
  margin-bottom: 2.875rem;
}
body.home .top-lead .wave-left01 {
  width: 316.348px;
  height: 116px;
  background: url("../img/toppage/bg_wave-left01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -89px;
  top: 62px;
}
body.home .top-lead .wave-left02 {
  width: 558.852px;
  height: 212.988px;
  background: url("../img/toppage/bg_wave-left02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -142.8px;
  bottom: -58px;
}
body.home .top-lead .wave-right {
  width: 316.348px;
  height: 281px;
  background: url("../img/toppage/bg_wave-right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  right: -47px;
  top: 255px;
}
@media screen and (max-width: 768px) {
  body.home .top-lead p {
    margin-bottom: 2.75rem;
  }
  body.home .top-lead .wave-left01 {
    display: none;
  }
  body.home .top-lead .wave-left02 {
    width: 524.57px;
    height: 199.92px;
    left: -236.8px;
    bottom: -80px;
  }
  body.home .top-lead .wave-right {
    width: 296.94px;
    height: 263.76px;
    right: -113px;
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.home #top-info {
    padding-top: 8.125rem;
  }
}
body.home .news-box .news-wrap {
  -webkit-box-shadow: 0 3px 6px rgba(171, 202, 214, 0.61);
          box-shadow: 0 3px 6px rgba(171, 202, 214, 0.61);
  margin-bottom: 0;
  cursor: pointer;
}
body.home .news-box .news-wrap .fit-img {
  border: none;
}
body.home .news-box .news-wrap .news-text-wrap {
  padding: 1.375rem 1.125rem;
}
body.home .news-box .news-wrap:hover {
  opacity: 0.8;
}
body.home .news-box .news-wrap:hover .fit-img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
body.home .news-box .news-wrap:hover .news-title {
  color: #E61673;
}
@media screen and (max-width: 768px) {
  body.home .news-box .news-wrap {
    margin-bottom: 2rem;
  }
  body.home .news-box .news-wrap:last-of-type {
    margin-bottom: 0;
  }
}
body.home .fish-kind {
  padding: 7.75rem 0;
  margin-top: 3rem;
  width: 100%;
  background: url("../img/toppage/bg_ocean_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
body.home .fish-kind > .inner {
  padding: 6rem 2.5rem;
}
body.home .fish-kind .bg_ocean_top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url("../img/toppage/bg_ocean_top.svg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
body.home .fish-kind .bg_ocean_bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url("../img/toppage/bg_ocean_bottom.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
body.home .fish-kind .fish-flex {
  margin-top: 3.75rem;
}
body.home .fish-kind .fish-flex > div {
  margin-bottom: 0;
}
body.home .fish-kind .fish-flex > div img {
  border-radius: 50%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  body.home .fish-kind .fish-flex > div:first-of-type, body.home .fish-kind .fish-flex > div:nth-of-type(2) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  body.home .fish-kind > .inner {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .fish-kind {
    padding: 5rem 0;
    margin-top: 2rem;
    background: url("../img/toppage/bg_ocean_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.home .fish-kind > .inner {
    padding: 6rem 1.5rem;
  }
  body.home .fish-kind .bg_ocean_top {
    background-position: left bottom;
  }
  body.home .fish-kind .bg_ocean_bottom {
    background-position: left top;
  }
}
@media screen and (max-width: 576px) {
  body.home .fish-kind > .inner {
    padding: 13.7vw 1.5rem 18.8vw;
  }
  body.home .fish-kind .bg_ocean_top {
    background-size: 220%;
    background-position: left top;
  }
  body.home .fish-kind .bg_ocean_bottom {
    background-size: 200%;
    background-position: left bottom -1px;
  }
}
body.home #products {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  body.home #products {
    padding-top: 2rem;
  }
  body.home #products .link-button {
    margin-top: 2.5rem;
  }
}
body.home .products-box {
  margin-top: 5rem;
}
body.home .products-box .products-wrap {
  margin-bottom: 0;
}
body.home .products-box .products-wrap .fit-img {
  padding-bottom: 100%;
}
body.home .products-box .products-wrap .fit-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .products-box .products-wrap .fit-img:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
body.home .products-box .products-wrap .products-title {
  display: block;
  text-align: center;
  color: #3D352E;
  margin-top: 0.625rem;
}
body.home .products-box .products-wrap .products-title:hover {
  color: #E61673;
}
@media screen and (max-width: 768px) {
  body.home .products-box {
    margin-top: 3.75rem;
  }
  body.home .products-box .products-wrap {
    margin-bottom: 1.5rem;
  }
  body.home .products-box .products-wrap:nth-of-type(3), body.home .products-box .products-wrap:nth-of-type(4) {
    margin-bottom: 0;
  }
}
body.home .contact-area .contact-box {
  background-color: #E6F4F5;
  border-radius: 1rem;
  padding: 3.75rem 1rem 4.5rem;
}
body.home .contact-area .contact-box p {
  text-align: center;
}
body.home .contact-area .contact-box p:first-of-type {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  body.home .contact-area .contact-box {
    padding: 3rem 1rem 3.75rem;
  }
  body.home .contact-area .contact-box h2 {
    margin-bottom: 1.875rem;
  }
  body.home .contact-area .contact-box p:first-of-type {
    margin-bottom: 1.25rem;
  }
  body.home .contact-area .contact-box .link-button {
    max-width: 320px;
    margin-top: 1.875rem;
  }
}

@-webkit-keyframes map-point {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes map-point {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-pagination {
  bottom: 3rem !important;
}

.swiper-pagination-bullet {
  background-color: #2195BF;
  width: 0.65rem;
  height: 0.65rem;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #E61673;
  opacity: 1;
}

body.page main > section {
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 768px) {
  body.page main > section {
    padding: 3.75rem 0 0;
  }
}
body.page main > section.bg-section {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  body.page main > section.bg-section {
    padding-bottom: 3.75rem;
  }
}
body.page main h2 {
  font-size: 2.375rem;
  margin-bottom: 3rem;
  color: #374259;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  body.page main h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
body.page main h3 {
  border: none;
  text-align: center;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2.625rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
body.page main h3::after {
  content: "";
  display: block;
  background: url("../img/page/page_h3_wave.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 7.125rem;
  height: 0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.page main h3 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
  body.page main h3::after {
    width: 5rem;
    height: 0.5rem;
  }
}
body.page main h4 {
  margin-top: 1em;
  border-bottom: 1px solid #E61673;
  margin-bottom: 0.5em;
}
body.page main ul {
  padding-left: 1em;
}
body.page main ol {
  padding-left: 1em;
}
body.page main .timeline {
  max-width: 600px;
  margin: 0 auto;
}
body.page main .timeline-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body.page main .timeline-list-item:last-child .content {
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  body.page main .timeline-list-item:last-child .content {
    width: calc(100% - 100px);
  }
}
body.page main .timeline-list-item .date {
  width: 80px;
}
body.page main .timeline-list-item .content {
  position: relative;
  padding: 0 0 3rem 2rem;
  border-left: 1px solid #E61673;
  width: calc(100% - 120px);
}
body.page main .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-color: #E61673;
  border-radius: 10px;
}
body.page .products-link-wrap {
  padding-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  body.page .products-link-wrap {
    padding-top: 6.25rem;
  }
}
body.page .products-link-box {
  background: url("../img/page/fishes/bg_products.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 3.75rem 5.25rem;
}
body.page .products-link-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(55, 66, 89, 0.4);
  border-radius: 1rem;
}
body.page .products-link-box h2 {
  font-size: 1.75rem;
  color: #fff;
}
body.page .products-link-box p {
  line-height: 2;
}
body.page .products-link-box .products-link-textbox {
  position: relative;
  z-index: 3;
}
body.page .products-link-box > .link-button {
  position: relative;
  z-index: 3;
}
body.page .products-link-box .btn-box {
  margin-top: 2.5rem;
  position: relative;
  z-index: 3;
}
body.page .products-link-box .btn-box .link-button {
  margin: 0;
  width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 768px) {
  body.page .products-link-box {
    padding: 3.375rem 2.375rem;
  }
  body.page .products-link-box .btn-box .link-button {
    width: 80%;
    margin: 0 auto;
  }
  body.page .products-link-box .btn-box .link-button:first-of-type {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  body.page .products-link-box .btn-box .link-button {
    width: 100%;
  }
}
body.page.about .page-link {
  padding-top: 6.25rem;
}
body.page.about #mission {
  padding-top: 4rem;
}
body.page.about .mission-title span {
  display: block;
  color: #2195BF;
  font-weight: 700;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 80%;
  font-style: italic;
}
body.page.about .mission01-wrap {
  margin-top: 3rem;
}
body.page.about .mission02-wrap {
  margin-top: 2rem;
}
body.page.about .base-wrap {
  margin-top: 5rem;
}
body.page.about .base-wrap:first-of-type {
  margin-top: 0;
}
body.page.about .base-wrap table th {
  background-color: #E6F4F5;
}
@media screen and (max-width: 768px) {
  body.page.about .mission-title span {
    font-size: 75%;
  }
  body.page.about .mission01-wrap {
    margin-top: 2.5rem;
  }
  body.page.about .mission02-wrap {
    margin-top: 2.5rem;
  }
}
body.page.fishes #season {
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  body.page.fishes #season {
    padding-top: 2.75rem;
  }
}
body.page.fishes #recommend {
  padding-top: 7.25rem;
}
body.page.fishes #recommend p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  body.page.fishes #recommend {
    padding-top: 4.875rem;
  }
  body.page.fishes #recommend p {
    margin-bottom: 2.625rem;
  }
}
body.page.fishes #recommend > .inner > .recommend-wrap:first-of-type {
  margin-top: 0;
}
body.page.fishes .recommend-wrap {
  margin-top: 5rem;
}
body.page.fishes .recommend-wrap .recommend-flex {
  margin-bottom: 2.5rem;
}
body.page.fishes .recommend-wrap .recommend-flex > div {
  margin-bottom: 0;
}
body.page.fishes .recommend-wrap .recommend-flex img {
  vertical-align: bottom;
}
body.page.fishes .recommend-wrap .link-button {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  body.page.fishes .recommend-wrap .recommend-flex > div {
    width: calc((100% - 3rem) / 3);
  }
  body.page.fishes .recommend-wrap .link-button {
    margin-top: 2.625rem;
  }
}
@media screen and (max-width: 576px) {
  body.page.fishes .recommend-wrap {
    margin-top: 4.5rem;
  }
  body.page.fishes .recommend-wrap .recommend-flex > div:first-of-type {
    width: 100%;
    margin-bottom: 1rem;
  }
  body.page.fishes .recommend-wrap .recommend-flex > div:nth-of-type(2), body.page.fishes .recommend-wrap .recommend-flex > div:nth-of-type(3) {
    width: calc((100% - 1rem) / 2);
  }
}
body.page.fishes table td > ul {
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
}
body.page.contact .tel-box {
  padding: 2rem 1.5rem;
  margin: 3rem 0 5rem;
}
body.page.contact .tel-box p {
  font-size: 1.125rem;
}
body.page.contact h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body.page.contact .tel-box {
    margin: 2rem 0 4rem;
  }
  body.page.contact h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
body.page.link .sns-icon-list {
  margin-bottom: 5rem;
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page.link .sns-icon-list > a {
  margin-right: 2rem;
}
body.page.link .sns-icon-list > a:last-of-type {
  margin-right: 0;
}
body.page.link .sitemap-list {
  margin-top: 0;
}
body.page .related-link {
  background-color: #f2f2f2;
  padding: 3rem 0;
}
body.page .related-link h3 {
  margin-top: 0;
  color: #6f6f6f;
}
body.page .related-link ul {
  list-style: none;
  padding: 0;
}
body.page .related-link ul > li a {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  display: block;
  position: relative;
  height: 150px;
}
body.page .related-link ul > li a::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
body.page .related-link ul > li a:hover {
  opacity: 1;
}
body.page .related-link ul > li a:hover::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
}
body.page .related-link ul > li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 1.5;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

body.archive section {
  padding: 5rem 0 0;
}
body.archive .archive-inner {
  max-width: 996px;
}
body.archive h2 {
  font-size: 2.25rem;
  margin-bottom: 1em;
  margin-top: 0.5rem;
}
body.archive .cat-nav {
  padding: 0 0 5rem;
  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;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active):hover {
  color: #E61673;
  opacity: 1;
}
body.archive .cat-nav > a.active {
  border-bottom: 1px solid #E61673;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
body.archive .news-box > a.grid {
  margin-bottom: 3rem;
}
body.archive .news-box > a.grid h2 {
  font-size: 1.5rem;
}
body.archive .news-box > a.grid p {
  margin-bottom: 0;
}
body.archive .news-box > a.grid:last-of-type {
  margin-bottom: 0;
}
body.archive .news-box > a.grid figure {
  margin-bottom: 0;
}
body.archive .news-box > a.grid .grid3-2 {
  margin-bottom: 0;
}
body.archive .news-box .news-date {
  margin-right: 0.875rem;
}
body.archive .news-box .cat {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.archive .news-box > a.grid {
    margin-bottom: 2.5rem;
  }
  body.archive .news-box > a.grid h2 {
    margin-bottom: 1rem;
  }
  body.archive .news-box > a.grid figure {
    margin-bottom: 1rem;
  }
}
body.archive .product-commit p {
  line-height: 1.75;
}
body.archive .products-list {
  padding-top: 2rem;
}
body.archive .products-list figure {
  margin-bottom: 0;
}
body.archive .products-list .fit-img {
  padding-bottom: 100%;
  overflow: hidden;
}
body.archive .products-list .fit-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.archive .products-list h3 {
  font-size: 1.25rem;
  padding-bottom: 0;
  border-bottom: 0;
}
body.archive .products-list .products-item-wrap {
  -webkit-box-shadow: 0 3px 6px rgba(171, 202, 214, 0.61);
          box-shadow: 0 3px 6px rgba(171, 202, 214, 0.61);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.archive .products-list .products-item-wrap .text-box {
  padding: 1rem;
}
body.archive .products-list .products-item-wrap:hover {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.archive .products-list .products-item-wrap:hover .fit-img img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
body.archive .products-list .products-item-wrap:hover h3 {
  color: #E61673;
}
body.archive .products-list .products-item-wrap:hover .cat.tag {
  color: #E61673;
  border: 1px solid #E61673;
}
@media screen and (max-width: 576px) {
  body.archive .products-list h3 {
    font-size: 1.05rem;
  }
}
body.archive .products-supple {
  display: inline-block;
  border: 1px solid #fecbdc;
  padding: 0.25rem;
  font-size: 0.875rem;
}

.news-box.flex3 h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #E61673;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #374259;
}
.news-box.flex3 .news-text-wrap {
  padding: 1.375rem 1.125rem;
}
.news-box.flex3 .news-text-wrap .news-supple {
  display: block;
  margin-bottom: 0.875rem;
}
.news-box.flex3 .news-text-wrap .news-supple time {
  margin-right: 0.875rem;
}
.news-box.flex3 img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-box.flex3 .fit-img {
  border: 1px solid #b5b5b5;
  overflow: hidden;
}
.news-box.flex3 .fit-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.news-box.flex3 > a {
  margin-bottom: 2rem;
}
.news-box.flex3 .news-supple {
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .news-box.flex3 > * {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .news-box.flex3 > * {
    width: 100%;
  }
}

body.single main h1 {
  font-size: 2rem;
}
body.single main h2 {
  font-size: 1.75rem;
}
body.single main h3 {
  font-size: 1.5rem;
}
body.single main h4 {
  font-size: 1.25rem;
}
body.single main ul {
  margin-left: 1.5em;
}
body.single main ol {
  margin-left: 1.5em;
}
body.single main img {
  width: 100%;
  vertical-align: bottom;
}
body.single main > section:first-of-type {
  padding-top: 2rem;
}
body.single #breadcrumbs {
  padding-top: 4rem;
}
body.single time {
  display: inline-block;
  color: #b5b5b5;
}
body.single .single-inner {
  max-width: 1080px;
}
body.single .news-supple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.single .page-title {
  padding-bottom: 3rem;
}
body.single .navigation {
  border-top: 1px solid #A5ACBA;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a span {
  display: inline;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #A5ACBA;
  margin-right: 1em;
  padding-right: 1em;
}
body.single .navigation .nav-previous {
  background-color: #E6F4F5;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-previous a {
  padding: 0.5rem 1rem;
  display: block;
}
body.single .navigation .nav-next {
  background-color: #E6F4F5;
}
body.single .navigation .nav-next a {
  padding: 0.5rem 1rem;
  display: block;
}
body.single .products-content h1 {
  padding-bottom: 2rem;
}
body.single .products-content .tag-link {
  text-align: right;
  margin-bottom: 2rem;
}
body.single .products-content .tag-link > a {
  display: inline-block;
  text-align: right;
}
body.single .products-content .tag-link > a:hover .cat.tag {
  color: #E61673;
  border: 1px solid #E61673;
}
@media screen and (max-width: 768px) {
  body.single .products-content .tag-link {
    text-align: center;
  }
}
body.single .products-content .navigation .nav-previous {
  background-color: #ffe8f0;
}
body.single .products-content .navigation .nav-next {
  background-color: #ffe8f0;
}
body.single .products-content .navigation br {
  display: none;
}
body.single .products-supple {
  display: inline-block;
  border: 1px solid #fecbdc;
  padding: 0.25rem;
  font-size: 0.875rem;
}
body.single .products_other-wrap {
  margin-top: 5rem;
}
body.single .products_other-wrap h2 {
  margin-bottom: 3rem;
}
body.single .products_other-wrap .products-box .products-wrap {
  margin-bottom: 1.5rem;
}
body.single .products_other-wrap .products-box .products-wrap .fit-img {
  padding-bottom: 100%;
}
body.single .products_other-wrap .products-box .products-wrap .fit-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.single .products_other-wrap .products-box .products-wrap .fit-img:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
body.single .products_other-wrap .products-box .products-wrap .products-title {
  display: block;
  text-align: center;
  color: #3D352E;
  margin-top: 0.625rem;
}
body.single .products_other-wrap .products-box .products-wrap .products-title:hover {
  color: #E61673;
}
@media screen and (max-width: 768px) {
  body.single .products_other-wrap {
    margin-top: 3.5rem;
  }
  body.single .products_other-wrap h2 {
    margin-bottom: 2.5rem;
  }
}

#sp-nav {
  display: none;
}

.remodal-wrapper {
  padding: 0 2.5%;
}

.remodal-overlay {
  background-color: rgba(230, 244, 245, 0.5);
}

.remodal .remodal-close {
  color: #E61673;
  right: 0.5rem;
  left: auto;
}
.remodal .remodal-close::before {
  font-size: 2rem;
  top: 0.5rem;
}
.remodal ul {
  list-style: none;
  text-align: center;
}
.remodal ul li {
  margin-bottom: 1rem;
}
.remodal ul li.child {
  padding-left: 1rem;
}
.remodal ul li.sp-logo {
  margin-bottom: 2rem;
}
.remodal .link-nakadomari-sp {
  color: #2195BF;
}
.remodal .link-nakadomari-sp span {
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .head-right {
    margin-right: 4.375rem;
  }
  .head-right .head-links {
    display: none;
  }
  #sp-nav {
    display: block;
    position: fixed;
    z-index: 100;
    right: 1.25rem;
    top: 1.25rem;
    width: 2.375rem;
    height: 2.375rem;
  }
  #sp-nav > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  #sp-nav > a span,
  #sp-nav > a span::before,
  #sp-nav > a span::after {
    display: block;
    position: absolute;
    background: #E61673;
    width: 2.375rem;
    height: 2px;
    border-radius: 2px;
  }
  #sp-nav > a span {
    top: 1rem;
  }
  #sp-nav > a span::before {
    content: "";
    top: -0.625rem;
  }
  #sp-nav > a span::after {
    content: "";
    top: 0.625rem;
  }
}
.change-size,
.change-color {
  width: 2.4em;
  margin-left: 0.2rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #4f4f4f;
  border-radius: 0.2rem;
  font-size: 0.9em;
  color: #4f4f4f !important;
  background: #fff !important;
}
.change-size.black,
.change-color.black {
  color: white !important;
  background: #000 !important;
}
.change-size.blue,
.change-color.blue {
  color: #fff000 !important;
  background: #2531c9 !important;
}

html.fs-l {
  font-size: 150%;
}
html.fs-xl {
  font-size: 200%;
}

body.theme-black {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black * {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black .logo img {
  -webkit-filter: invert(100%) brightness(200%) !important;
  filter: invert(100%) brightness(200%) !important;
  background-color: transparent !important;
}
body.theme-blue {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}
body.theme-blue .logo img {
  -webkit-filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  background-color: transparent !important;
}
body.theme-blue * {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}/*# sourceMappingURL=basic.css.map */