@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Zen Maru Gothic */
/* Dongle */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	animation  左右揺れ
------------------------------------ */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.shake {
  animation: shake 3s ease-in-out infinite;
}

/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0 150px;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  padding-left: 32px;
  color: #343434;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 250px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  line-height: 0.6;
  letter-spacing: 0;
  background: url(/img/all/ttl_bg.png) left top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  font-size: 15rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 75px;
    font-size: 7.5rem;
  }
}
.com-ttl01-main {
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  color: #003090;
  border-bottom: 6px dotted #00aeff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-btn01 {
  width: 350px;
  height: 60px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/btn_bg_sky.jpg) left top;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01 {
  z-index: 1;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-btn01::after {
  width: 8px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(3px, -50%);
}

.com-line {
  width: 250px;
  height: 48px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/btn_bg_bl.jpg) left top;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-line::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
.com-line::after {
  content: "";
  width: 8px;
  height: 10px;
  margin-left: 15px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-instagram {
  width: 330px;
  height: 48px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/btn_bg_sky.jpg) left top;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-instagram {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-instagram::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 14px;
  background: url(/img/all/instagram-ico.png) no-repeat;
  background-size: 100%;
}
.com-instagram::after {
  content: "";
  width: 8px;
  height: 10px;
  margin-left: 15px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 50px;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 10px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid #003090;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 th {
  white-space: pre-line;
  width: 300px;
  vertical-align: middle;
  padding: 26px 15px;
  color: #fff;
  background-color: #003090;
  border: 1px solid #003090;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 21px 30px 21px 40px;
  color: #343434;
  background-color: #fff;
  border: 1px solid #003090;
  border-bottom: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 a {
  color: #343434;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #003090;
  background-color: #00aeff;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.com-no-post {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #003090;
}

.com-sub-color {
  color: #dc2a3f;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}
.com-tag-list-item {
  letter-spacing: 0.05em;
  color: #003090;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

.com-time {
  flex-shrink: 0;
  letter-spacing: 0.1em;
  padding-left: 25px;
  color: #fff;
  background: url(/img/all/time-deco.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-svg-txt {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background: url(/img/all/com-wave01.png) no-repeat center bottom, url(/img/top/news-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1921px) {
  #top-news .bg {
    background: url(/img/all/com-wave01.png) no-repeat center bottom/100%, url(/img/top/news-bg.jpg) no-repeat center/cover;
  }
}
#top-news .bg {
  position: relative;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::after {
  position: absolute;
  content: "";
}
#top-news .bg {
  z-index: 10;
}
#top-news .bg::before {
  width: 183px;
  height: 249px;
  left: 0;
  bottom: -20px;
  background: url(/img/top/news-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-news .bg::after {
  width: 346px;
  height: 125px;
  top: 120px;
  left: calc(50% - 95px);
  background: url(/img/top/news-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-news .ttl {
  text-align: left;
}
#top-news .ttl-sub {
  letter-spacing: 0;
  font-size: 100px;
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-sub {
    font-size: 50px;
    font-size: 5rem;
  }
}
#top-news .ttl-main {
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-news .list {
  width: 100%;
  gap: 40px;
  margin-top: 50px;
}
#top-news .list-item {
  flex-basis: calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
}
#top-news .list-link {
  width: 100%;
  color: #343434;
}
#top-news .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-news .list-img {
  width: 100%;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
}
#top-news .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-news .list-img img {
  transition: all 0.5s ease;
}
#top-news .list-ttl {
  letter-spacing: 0.1em;
  margin-top: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-news .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-news .com-time {
  display: block;
  margin-top: 10px;
}
#top-news .com-tag-list {
  margin-top: 10px;
}
#top-news .btn {
  width: 220px;
  height: 48px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/btn_bg_bl.jpg) left top;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#top-news .btn::after {
  position: absolute;
  content: "";
}
#top-news .btn {
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-news .btn::after {
  width: 8px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-news .btn:hover::after {
  transform: translate(3px, -50%);
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg-deco01.png) no-repeat left 660px, url(/img/top/about-bg-fish01.png) no-repeat calc(50% + 375px) 165px, url(/img/top/about-bg-fish02.png) no-repeat calc(50% + 385px) calc(100% - 113px), url(/img/all/com-wave02.png) no-repeat center bottom, url(/img/all/bg_02.jpg) left top;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  #top-about .bg {
    background: url(/img/top/about-bg-deco01.png) no-repeat left 660px, url(/img/top/about-bg-fish01.png) no-repeat calc(50% + 375px) 165px, url(/img/top/about-bg-fish02.png) no-repeat calc(50% + 385px) calc(100% - 113px), url(/img/all/com-wave02.png) no-repeat center bottom/100%, url(/img/all/bg_02.jpg) left top;
  }
}
#top-about .bg {
  position: relative;
}
#top-about .bg::after {
  position: absolute;
  content: "";
}
#top-about .bg {
  z-index: 1;
}
#top-about .bg::after {
  width: 431px;
  height: 331px;
  top: 400px;
  right: 7.96vw;
  background: url(/img/top/about-fish02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1620px) {
  #top-about .bg::after {
    right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  #top-about .bg::after {
    top: 550px;
  }
}
@media screen and (max-width: 1250px) {
  #top-about .bg::after {
    width: 371px;
    height: 285px;
    right: -20px;
    top: 590px;
  }
}
#top-about .inner {
  position: relative;
}
#top-about .inner::before {
  position: absolute;
  content: "";
}
#top-about .inner::after {
  position: absolute;
  content: "";
}
#top-about .inner {
  z-index: 1;
}
#top-about .inner::before {
  width: 259px;
  height: 193px;
  top: 103px;
  left: -6.56vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-about .inner::after {
  width: 321px;
  height: 445px;
  left: -7.55vw;
  bottom: 158px;
  background: url(/img/top/about-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-about .container {
  text-align: center;
}
#top-about .sub {
  letter-spacing: 0;
  line-height: 0.6;
  text-align: center;
  background: url(/img/all/ttl_bg.png) left top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  font-size: 15rem;
}
@media screen and (max-width: 767px) {
  #top-about .sub {
    font-size: 75px;
    font-size: 7.5rem;
  }
}
#top-about .primary {
  margin-top: 20px;
}
#top-about .ttl {
  display: inline-block;
  letter-spacing: 0.15em;
  line-height: 1.55;
  text-align: center;
  margin-top: 20px;
  padding: 0 100px;
  color: #fff;
  background: url(/img/top/about-primary-deco01.png) no-repeat left bottom, url(/img/top/about-primary-deco02.png) no-repeat right bottom;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  #top-about .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#top-about .ttl-deco {
  margin-right: 15px;
  padding: 0 18px;
  position: relative;
}
#top-about .ttl-deco::before {
  position: absolute;
  content: "";
}
#top-about .ttl-deco {
  z-index: 1;
}
#top-about .ttl-deco::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  background: url(/img/all/ttl_bg.png) left top;
  border-radius: 8px;
  z-index: -1;
}
#top-about .txt {
  letter-spacing: 0.15em;
  line-height: 2.22;
  margin-top: 60px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-about .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    top  PC
    top-fishing
========================================= */
#top-fishing .bg {
  background: url(/img/top/fishing-deco02.png) no-repeat right 52.3vw, url(/img/all/com-wave03.png) no-repeat center bottom, url(/img/all/bg_03.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #top-fishing .bg {
    background: url(/img/top/fishing-deco02.png) no-repeat right 52.3vw, url(/img/all/com-wave03.png) no-repeat center bottom/100%, url(/img/all/bg_03.jpg) left top;
  }
}
#top-fishing .bg {
  position: relative;
}
#top-fishing .bg::before {
  position: absolute;
  content: "";
}
#top-fishing .bg {
  z-index: 5;
}
#top-fishing .bg::before {
  width: 380px;
  height: 275px;
  left: 0;
  bottom: -41px;
  background: url(/img/top/fishing-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-fishing .shark {
  position: absolute;
  width: 100%;
  height: 385px;
  bottom: -140px;
  left: 0;
  overflow: hidden;
  padding-top: 90px;
}
#top-fishing .target {
  display: block;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#top-fishing .inner {
  position: relative;
}
#top-fishing .inner::before {
  position: absolute;
  content: "";
}
#top-fishing .inner::after {
  position: absolute;
  content: "";
}
#top-fishing .inner {
  z-index: 1;
}
#top-fishing .inner::before {
  width: 295px;
  height: 301px;
  top: 27px;
  right: -4.42vw;
  background: url(/img/top/fishing-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #top-fishing .inner::before {
    right: -10px;
  }
}
#top-fishing .inner::after {
  width: 316px;
  height: 164px;
  bottom: 310px;
  left: -9.89vw;
  background: url(/img/top/fishing-fish02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-fishing .ttl {
  text-align: left;
}
#top-fishing .wrap {
  margin-top: 60px;
}
#top-fishing .wrap-box {
  gap: 80px;
}
#top-fishing .wrap-box:nth-of-type(n + 2) {
  margin-top: 100px;
}
#top-fishing .wrap-box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#top-fishing .wrap-img {
  flex-shrink: 0;
}
#top-fishing .wrap-img01 {
  position: relative;
}
#top-fishing .wrap-img01::before {
  position: absolute;
  content: "";
}
#top-fishing .wrap-img01 {
  z-index: 1;
}
#top-fishing .wrap-img01::before {
  width: 143px;
  height: 62px;
  left: -118px;
  bottom: -6px;
  background: url(/img/top/fishing-img01-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-fishing .wrap-img02 {
  position: relative;
}
#top-fishing .wrap-img02::before {
  position: absolute;
  content: "";
}
#top-fishing .wrap-img02 {
  z-index: 1;
}
#top-fishing .wrap-img02::before {
  width: 143px;
  height: 62px;
  right: -50px;
  bottom: -23px;
  background: url(/img/top/fishing-img02-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-fishing .wrap-btn {
  margin-top: 55px;
}
#top-fishing .wrap-btn:hover {
  opacity: 0.8;
}
#top-fishing .box-txt {
  line-height: 2.47;
  letter-spacing: 0.15em;
  margin-top: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #top-fishing .box-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-fishing .btn {
  display: block;
  width: 600px;
  height: 100px;
  letter-spacing: 0.15em;
  margin: 152px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/ttl_bg.png) left top;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#top-fishing .btn::before {
  position: absolute;
  content: "";
}
#top-fishing .btn {
  z-index: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top-fishing .btn {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-fishing .btn::before {
  width: 156px;
  height: 242px;
  bottom: -55px;
  right: -54px;
  background: url(/img/all/illust.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#top-fishing .btn::after {
  content: "";
  width: 14px;
  height: 17px;
  margin-left: 30px;
  background: url(/img/all/arw-lg.png) no-repeat;
  transition: all 0.3s ease;
}
#top-fishing .btn:hover {
  opacity: 0.8;
}
#top-fishing .btn:hover::after {
  transform: translateX(3px);
}

/* =========================================
    top  PC
    top-diary
========================================= */
#top-diary .bg {
  background: url(/img/all/com-wave04.png) no-repeat center bottom, url(/img/top/diary-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  #top-diary .bg {
    background: url(/img/all/com-wave04.png) no-repeat center bottom/100%, url(/img/top/diary-bg.jpg) no-repeat center top/cover;
  }
}
#top-diary .bg {
  position: relative;
}
#top-diary .bg::before {
  position: absolute;
  content: "";
}
#top-diary .bg::after {
  position: absolute;
  content: "";
}
#top-diary .bg {
  z-index: 1;
}
#top-diary .bg::before {
  width: 277px;
  height: 275px;
  left: 0;
  bottom: 129px;
  background: url(/img/top/diary-bg-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-diary .bg::after {
  width: 555px;
  height: 485px;
  right: 7.81vw;
  bottom: -108px;
  background: url(/img/top/diary-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-diary .inner {
  position: relative;
}
#top-diary .inner::before {
  position: absolute;
  content: "";
}
#top-diary .inner::after {
  position: absolute;
  content: "";
}
#top-diary .inner::before {
  width: 385px;
  height: 182px;
  top: 180px;
  left: -6.51vw;
  background: url(/img/top/diary-fish01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-diary .inner::before {
    top: 150px;
    left: -10px;
  }
}
#top-diary .inner::after {
  width: 362px;
  height: 126px;
  top: 165px;
  right: -4.68vw;
  background: url(/img/top/diary-fish02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-diary .inner::after {
    right: -10px;
  }
}
#top-diary .list {
  margin-top: 65px;
}
#top-diary .list-item {
  width: 100%;
  gap: 70px;
  padding: 45px 50px;
  background-color: #fff;
  border-radius: 20px;
}
#top-diary .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-diary .list-img {
  width: 330px;
  height: 250px;
  flex-shrink: 0;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 15px;
  background-color: #c3cfdc;
}
#top-diary .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#top-diary .list-txt {
  line-height: 2.1875;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-diary .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-diary .btn {
  margin: 70px auto 0;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat center top/cover;
}
#top-contact .txt {
  line-height: 2.22;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 55px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-contact .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-contact .wrap {
  gap: 60px;
  margin-top: 70px;
}
#top-contact .btn {
  width: 510px;
  height: 70px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/btn_bg_sky.jpg) left top;
  border-radius: 35px;
  position: relative;
}
#top-contact .btn::before {
  position: absolute;
  content: "";
}
#top-contact .btn::after {
  position: absolute;
  content: "";
}
#top-contact .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #top-contact .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-contact .btn::after {
  width: 14px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-contact .btn:hover::after {
  transform: translate(3px, -50%);
}
#top-contact .line::before {
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
#top-contact .instagram::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: url(/img/all/instagram-ico.png) no-repeat;
  background-size: 100%;
}
#top-contact .reservation {
  text-align: center;
  margin-top: 90px;
}
#top-contact .reservation-ttl {
  display: inline-block;
  position: relative;
}
#top-contact .reservation-ttl::after {
  position: absolute;
  content: "";
}
#top-contact .reservation-ttl {
  z-index: 1;
}
#top-contact .reservation-ttl::after {
  width: 205px;
  height: 91px;
  right: -184px;
  bottom: 0;
  background: url(/img/top/contact-sub-deco.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#top-contact .reservation-wrap {
  width: 100%;
  height: 620px;
  margin-top: 20px;
  background-color: #898989;
}
#top-contact .reservation-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-contact .reservation-btn {
  display: block;
  width: 330px;
  letter-spacing: 0.05em;
  margin: 35px auto 0;
  color: #00aeff;
  padding: 0 30px 5px 0;
  border-bottom: 1px solid #00aeff;
  position: relative;
}
#top-contact .reservation-btn::after {
  position: absolute;
  content: "";
}
#top-contact .reservation-btn {
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #top-contact .reservation-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-contact .reservation-btn::after {
  width: 14px;
  height: 17px;
  top: 8px;
  right: 0;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-contact .reservation-btn:hover::after {
  transform: translateX(3px);
}

/* =========================================
    top  PC
    top-access
========================================= */
#top-access .bg {
  background: url(/img/top/access-bg.jpg) no-repeat center top/cover;
  position: relative;
}
#top-access .bg::before {
  position: absolute;
  content: "";
}
#top-access .bg::after {
  position: absolute;
  content: "";
}
#top-access .bg {
  z-index: 1;
}
#top-access .bg::before {
  width: 356px;
  height: 252px;
  top: -82px;
  left: calc(50% - 656px);
  background: url(/img/top/access-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  #top-access .bg::before {
    left: 10px;
  }
}
#top-access .bg::after {
  width: 418px;
  height: 282px;
  top: -60px;
  right: calc(50% - 610px);
  background: url(/img/top/access-fish02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1250px) {
  #top-access .bg::after {
    right: 10px;
  }
}
#top-access .inner {
  position: relative;
}
#top-access .inner::after {
  position: absolute;
  content: "";
}
#top-access .inner {
  z-index: 1;
}
#top-access .inner::after {
  width: 468px;
  height: 223px;
  right: -1.45vw;
  bottom: -32px;
  background: url(/img/top/access-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  #top-access .inner::after {
    right: 0;
  }
}
#top-access .wrap {
  gap: 80px;
  margin-top: 50px;
}
#top-access .list {
  width: 100%;
}
#top-access .list-item {
  width: 100%;
  gap: 20px;
  padding: 20px 40px;
  background: url(/img/top/access-item.jpg) left top;
  border-radius: 10px;
}
#top-access .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#top-access .list-ttl {
  width: 115px;
  flex-shrink: 0;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #003090;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #top-access .list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-access .list-txt {
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #343434;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-access .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-access .map {
  width: 500px;
  height: 480px;
  flex-shrink: 0;
}
#top-access .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-access .map iframe {
  border-radius: 10px;
}

/* =========================================

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-fishing
========================================= */
#sub-about .bg {
  background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 9.21vw), url(/img/all/com-wave01.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  #sub-about .bg {
    background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave01.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/cover;
  }
}
#sub-about .bg {
  position: relative;
}
#sub-about .bg::after {
  position: absolute;
  content: "";
}
#sub-about .bg {
  z-index: 1;
}
#sub-about .bg::after {
  width: 313px;
  height: 223px;
  right: calc(50% - 760px);
  bottom: 123px;
  background: url(/img/fishing/about-fish02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1550px) {
  #sub-about .bg::after {
    right: calc(50% - 650px);
  }
}
@media screen and (max-width: 1310px) {
  #sub-about .bg::after {
    width: 263px;
    height: 188px;
    right: calc(50% - 550px);
    bottom: 173px;
  }
}
#sub-about .inner {
  position: relative;
}
#sub-about .inner::before {
  position: absolute;
  content: "";
}
#sub-about .inner::after {
  position: absolute;
  content: "";
}
#sub-about .inner {
  z-index: 1;
}
#sub-about .inner::before {
  width: 259px;
  height: 193px;
  top: 110px;
  left: -3.33vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  #sub-about .inner::before {
    left: 10px;
  }
}
#sub-about .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-about .container {
  text-align: center;
}
#sub-about .primary {
  margin-top: 15px;
}
#sub-about .ttl {
  display: inline-block;
  line-height: 1.55;
  letter-spacing: 0.15em;
  margin-top: 10px;
  padding: 0 80px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-about .ttl::before {
  position: absolute;
  content: "";
}
#sub-about .ttl::after {
  position: absolute;
  content: "";
}
#sub-about .ttl {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sub-about .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#sub-about .ttl::before {
  width: 53px;
  height: 92px;
  transform: translateY(-50%);
  top: 57%;
  left: 0;
  background: url(/img/fishing/about-primary-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-about .ttl::after {
  width: 53px;
  height: 92px;
  transform: translateY(-50%);
  top: 57%;
  right: 0;
  background: url(/img/fishing/about-primary-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-about .txt {
  line-height: 2.22;
  letter-spacing: 0.15em;
  margin-top: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-about .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-about .txt p:nth-of-type(n + 2) {
  margin-top: 40px;
}

#sub-fishes .bg {
  background: url(/img/fishing/fishes-bg-deco01.png) no-repeat left 160px, url(/img/fishing/fishes-bg-deco02.png) no-repeat calc(100% - 140px) 282px, url(/img/all/com-wave04.png) no-repeat center bottom, url(/img/all/bg_02.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-fishes .bg {
    background: url(/img/fishing/fishes-bg-deco01.png) no-repeat left 160px, url(/img/fishing/fishes-bg-deco02.png) no-repeat calc(100% - 140px) 282px, url(/img/all/com-wave04.png) no-repeat center bottom/100%, url(/img/all/bg_02.jpg) left top;
  }
}
#sub-fishes .bg {
  position: relative;
}
#sub-fishes .bg::after {
  position: absolute;
  content: "";
}
#sub-fishes .bg {
  z-index: 1;
}
#sub-fishes .bg::after {
  width: 555px;
  height: 485px;
  right: 7.81vw;
  bottom: -108px;
  background: url(/img/top/diary-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-fishes .inner {
  position: relative;
}
#sub-fishes .inner::before {
  position: absolute;
  content: "";
}
#sub-fishes .inner::after {
  position: absolute;
  content: "";
}
#sub-fishes .inner::before {
  width: 188px;
  height: 81px;
  top: 152px;
  left: -15px;
  background: url(/img/fishing/fishes-fish01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #sub-fishes .inner::before {
    left: 10px;
  }
}
#sub-fishes .inner::after {
  width: 246px;
  height: 166px;
  top: 116px;
  right: -8vw;
  background: url(/img/fishing/fishes-fish02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1300px) {
  #sub-fishes .inner::after {
    top: -10px;
    right: 10px;
  }
}
#sub-fishes .ttl {
  position: relative;
}
#sub-fishes .ttl::before {
  position: absolute;
  content: "";
}
#sub-fishes .ttl {
  z-index: 5;
}
#sub-fishes .ttl::before {
  width: 260px;
  height: 96px;
  top: 23px;
  right: calc(50% - 385px);
  background: url(/img/fishing/fishes-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: 3;
}
#sub-fishes .ttl-sub {
  position: relative;
  z-index: 2;
}
#sub-fishes .ttl-main {
  position: relative;
  z-index: 5;
}
#sub-fishes .list {
  margin-top: 60px;
}
#sub-fishes .list-item {
  width: 100%;
  gap: 70px;
  padding: 50px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 20px;
}
#sub-fishes .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-fishes .list-img {
  width: 350px;
  height: 250px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
  background-color: #c3cfdc;
}
#sub-fishes .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#sub-fishes .list-wrap {
  width: 100%;
}
#sub-fishes .list-ttl {
  width: 100%;
  letter-spacing: 0.15em;
  padding: 9.2px 15px 9.2px 90px;
  color: #fff;
  background: url(/img/fishing/fishes-ico.png) no-repeat 22px center, #00aeff;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-fishes .list-ttl::after {
  position: absolute;
  content: "";
}
#sub-fishes .list-ttl {
  z-index: 1;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-fishes .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-fishes .list-ttl::after {
  width: 25px;
  height: 16px;
  left: 45px;
  bottom: -16px;
  background: url(/img/all/btm-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-fishes .list-txt {
  letter-spacing: 0.1em;
  line-height: 2.1875;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-fishes .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-type
========================================= */
#sub-type .bg {
  background: url(/img/type/type-bg-deco.png) no-repeat left calc(100% - 8.69vw), url(/img/all/com-wave01.png) no-repeat center bottom, url(/img/type/type-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  #sub-type .bg {
    background: url(/img/type/type-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave01.png) no-repeat center bottom/100%, url(/img/type/type-bg.jpg) no-repeat center top/cover;
  }
}
#sub-type .bg {
  position: relative;
}
#sub-type .bg::after {
  position: absolute;
  content: "";
}
#sub-type .bg {
  z-index: 1;
}
#sub-type .bg::after {
  width: 159px;
  height: 124px;
  right: calc(50% - 707px);
  bottom: 152px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1420px) {
  #sub-type .bg::after {
    right: 10px;
    bottom: 110px;
  }
}
#sub-type .inner {
  position: relative;
}
#sub-type .inner::before {
  position: absolute;
  content: "";
}
#sub-type .inner::after {
  position: absolute;
  content: "";
}
#sub-type .inner {
  z-index: 1;
}
#sub-type .inner::before {
  width: 316px;
  height: 164px;
  top: 206px;
  left: -5.46vw;
  background: url(/img/top/fishing-fish02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  #sub-type .inner::before {
    width: 266px;
    height: 140px;
    top: 165px;
    left: 10px;
  }
}
#sub-type .inner::after {
  width: 402px;
  height: 209px;
  top: 134px;
  right: -9.73vw;
  background: url(/img/top/fishing-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1345px) {
  #sub-type .inner::after {
    width: 302px;
    height: 159px;
    top: 115px;
    right: 10px;
  }
}
#sub-type .container {
  text-align: center;
}
#sub-type .primary {
  margin-top: 15px;
}
#sub-type .ttl {
  display: inline-block;
  line-height: 1.55;
  letter-spacing: 0.15em;
  margin-top: 10px;
  padding: 0 80px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-type .ttl::before {
  position: absolute;
  content: "";
}
#sub-type .ttl::after {
  position: absolute;
  content: "";
}
#sub-type .ttl {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sub-type .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#sub-type .ttl::before {
  width: 53px;
  height: 92px;
  transform: translateY(-50%);
  top: 57%;
  left: 0;
  background: url(/img/fishing/about-primary-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-type .ttl::after {
  width: 53px;
  height: 92px;
  transform: translateY(-50%);
  top: 57%;
  right: 0;
  background: url(/img/fishing/about-primary-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-type .txt {
  line-height: 2.22;
  letter-spacing: 0.15em;
  margin-top: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-type .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-type .txt p:nth-of-type(n + 2) {
  margin-top: 40px;
}

#sub-type-fishes .bg {
  background: url(/img/type/fishes-bg-deco01.png) no-repeat left 156px, url(/img/type/fishes-bg-deco02.png) no-repeat calc(100% - 5.7vw) 390px, url(/img/all/com-wave04.png) no-repeat center bottom, url(/img/all/bg_02.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-type-fishes .bg {
    background: url(/img/type/fishes-bg-deco01.png) no-repeat left 156px, url(/img/type/fishes-bg-deco02.png) no-repeat calc(100% - 5.7vw) 390px, url(/img/all/com-wave04.png) no-repeat center bottom/100%, url(/img/all/bg_02.jpg) left top;
  }
}
#sub-type-fishes .bg {
  position: relative;
}
#sub-type-fishes .bg::after {
  position: absolute;
  content: "";
}
#sub-type-fishes .bg {
  z-index: 1;
}
#sub-type-fishes .bg::after {
  width: 555px;
  height: 485px;
  right: 7.81vw;
  bottom: -108px;
  background: url(/img/top/diary-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-type-fishes .inner {
  position: relative;
}
#sub-type-fishes .inner::before {
  position: absolute;
  content: "";
}
#sub-type-fishes .inner::after {
  position: absolute;
  content: "";
}
#sub-type-fishes .inner::before {
  width: 159px;
  height: 124px;
  top: 117px;
  left: -32px;
  background: url(/img/type/fishes-fish01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #sub-type-fishes .inner::before {
    left: 10px;
  }
}
#sub-type-fishes .inner::after {
  width: 373px;
  height: 243px;
  top: 90px;
  right: -17.8vw;
  background: url(/img/type/fishes-fish02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1700px) {
  #sub-type-fishes .inner::after {
    width: 323px;
    height: 212px;
    top: -75px;
    right: 0px;
  }
}
#sub-type-fishes .ttl {
  position: relative;
}
#sub-type-fishes .ttl::before {
  position: absolute;
  content: "";
}
#sub-type-fishes .ttl {
  z-index: 5;
}
#sub-type-fishes .ttl::before {
  width: 260px;
  height: 96px;
  top: 23px;
  right: calc(50% - 395px);
  background: url(/img/type/fishes-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: 3;
}
#sub-type-fishes .ttl-sub {
  position: relative;
  z-index: 2;
}
#sub-type-fishes .ttl-main {
  position: relative;
  z-index: 5;
}
#sub-type-fishes .list {
  margin-top: 60px;
}
#sub-type-fishes .list-item {
  width: 100%;
  gap: 70px;
  padding: 50px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 20px;
}
#sub-type-fishes .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-type-fishes .list-img {
  width: 350px;
  height: 250px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
  background-color: #c3cfdc;
}
#sub-type-fishes .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#sub-type-fishes .list-wrap {
  width: 100%;
}
#sub-type-fishes .list-ttl {
  width: 100%;
  letter-spacing: 0.15em;
  padding: 9.2px 15px 9.2px 90px;
  color: #fff;
  background: url(/img/fishing/fishes-ico.png) no-repeat 22px center, #00aeff;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-type-fishes .list-ttl::after {
  position: absolute;
  content: "";
}
#sub-type-fishes .list-ttl {
  z-index: 1;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-type-fishes .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-type-fishes .list-ttl::after {
  width: 25px;
  height: 16px;
  left: 45px;
  bottom: -16px;
  background: url(/img/all/btm-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-type-fishes .list-txt {
  letter-spacing: 0.1em;
  line-height: 2.1875;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-type-fishes .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-plan
========================================= */
#sub-plan .bg {
  background: url(/img/plan/plan-bg-left.png) no-repeat left 188px, url(/img/plan/plan-bg-right.png) no-repeat right 171px, url(/img/plan/plan-bg-deco01.png) no-repeat calc(50% - 404px) 113px, url(/img/plan/plan-fish.png) no-repeat calc(50% + 29.58vw) 100px, url(/img/plan/plan-bg-deco02.png) no-repeat 12.5vw calc(100% - 95px), url(/img/plan/plan-bg-deco03.png) no-repeat calc(100% - 7.7vw) calc(100% - 75px), url(/img/all/com-wave01.png) no-repeat center bottom, url(/img/all/bg_01.jpg) left top;
}
@media screen and (max-width: 1600px) {
  #sub-plan .bg {
    background: url(/img/plan/plan-bg-left.png) no-repeat left 188px, url(/img/plan/plan-bg-right.png) no-repeat right 171px, url(/img/plan/plan-bg-deco01.png) no-repeat calc(50% - 404px) 113px, url(/img/plan/plan-fish.png) no-repeat calc(50% + 375px) 10px, url(/img/plan/plan-bg-deco02.png) no-repeat 12.5vw calc(100% - 95px), url(/img/plan/plan-bg-deco03.png) no-repeat calc(100% - 7.7vw) calc(100% - 75px), url(/img/all/com-wave01.png) no-repeat center bottom, url(/img/all/bg_01.jpg) left top;
  }
}
@media screen and (min-width: 1921px) {
  #sub-plan .bg {
    background: url(/img/plan/plan-bg-left.png) no-repeat left 188px, url(/img/plan/plan-bg-right.png) no-repeat right 171px, url(/img/plan/plan-bg-deco01.png) no-repeat calc(50% - 404px) 113px, url(/img/plan/plan-fish.png) no-repeat calc(50% + 29.58vw) 100px, url(/img/plan/plan-bg-deco02.png) no-repeat 12.5vw calc(100% - 95px), url(/img/plan/plan-bg-deco03.png) no-repeat calc(100% - 7.7vw) calc(100% - 75px), url(/img/all/com-wave01.png) no-repeat center bottom/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-plan .note {
  text-align: right;
  letter-spacing: 0.15em;
  margin-top: 55px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-plan .list {
  margin-top: 5px;
}
#sub-plan .list-item:nth-of-type(n + 2) {
  margin-top: 70px;
}
#sub-plan .list-item:nth-of-type(3n + 1) .list-ttl {
  position: relative;
}
#sub-plan .list-item:nth-of-type(3n + 1) .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-plan .list-item:nth-of-type(3n + 1) .list-ttl {
  z-index: 1;
}
#sub-plan .list-item:nth-of-type(3n + 1) .list-ttl::before {
  width: 100px;
  height: 91px;
  top: -41px;
  left: -30px;
  background: url(/img/plan/plan-ico01.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  #sub-plan .list-item:nth-of-type(3n + 1) .list-ttl::before {
    left: 0;
  }
}
#sub-plan .list-item:nth-of-type(3n + 2) .list-ttl {
  position: relative;
}
#sub-plan .list-item:nth-of-type(3n + 2) .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-plan .list-item:nth-of-type(3n + 2) .list-ttl {
  z-index: 1;
}
#sub-plan .list-item:nth-of-type(3n + 2) .list-ttl::before {
  width: 100px;
  height: 58px;
  top: -10px;
  left: -30px;
  background: url(/img/plan/plan-ico02.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  #sub-plan .list-item:nth-of-type(3n + 2) .list-ttl::before {
    left: 0;
  }
}
#sub-plan .list-item:nth-of-type(3n + 3) .list-ttl {
  position: relative;
}
#sub-plan .list-item:nth-of-type(3n + 3) .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-plan .list-item:nth-of-type(3n + 3) .list-ttl {
  z-index: 1;
}
#sub-plan .list-item:nth-of-type(3n + 3) .list-ttl::before {
  width: 100px;
  height: 66px;
  top: -13px;
  left: -30px;
  background: url(/img/plan/plan-ico03.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  #sub-plan .list-item:nth-of-type(3n + 3) .list-ttl::before {
    left: 0;
  }
}
#sub-plan .list-ttl {
  width: 100%;
  padding: 5px 110px 5px 100px;
  color: #fff;
  background: url(/img/all/bg_04.jpg) left top;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1150px) {
  #sub-plan .list-ttl {
    padding: 5px 110px 5px 115px;
  }
}
#sub-plan .plan {
  width: 100%;
  margin-top: 20px;
  padding: 15px 40px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 15px;
  position: relative;
}
#sub-plan .plan::before {
  position: absolute;
  content: "";
}
#sub-plan .plan {
  z-index: 1;
}
#sub-plan .plan::before {
  width: 78px;
  height: 71px;
  top: -71px;
  right: 30px;
  background: url(/img/plan/plan-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#sub-plan .plan-item {
  width: 100%;
  gap: 30px;
  padding: 19.1px 15px 19.1px 20px;
  border-bottom: 1px dashed #00aeff;
}
#sub-plan .plan-item:last-of-type {
  border-bottom: none;
}
#sub-plan .plan-ttl {
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .plan-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-plan .plan-sm {
  line-height: 1.875;
  letter-spacing: 0.15em;
  margin-top: 5px;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .plan-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-plan .plan-fee {
  flex-shrink: 0;
  letter-spacing: 0.1em;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .plan-fee {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-lunch .bg {
  background: url(/img/plan/lunch-bg01.png) no-repeat calc(50% - 540px) 100px, url(/img/plan/lunch-bg-deco01.png) no-repeat right 22px, url(/img/plan/lunch-bg02.png) no-repeat calc(50% + 487px) 125px, url(/img/plan/lunch-bg-deco02.png) no-repeat left calc(100% - 180px), url(/img/plan/lunch-bg03.png) no-repeat calc(50% + 403px) calc(100% - 385px), url(/img/plan/lunch-bg04.png) no-repeat calc(50% + 678px) calc(100% - 338px), url(/img/all/com-wave02.png) no-repeat center bottom, url(/img/all/bg_02.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-lunch .bg {
    background: url(/img/plan/lunch-bg01.png) no-repeat calc(50% - 540px) 100px, url(/img/plan/lunch-bg-deco01.png) no-repeat right 22px, url(/img/plan/lunch-bg02.png) no-repeat calc(50% + 487px) 125px, url(/img/plan/lunch-bg-deco02.png) no-repeat left calc(100% - 180px), url(/img/plan/lunch-bg03.png) no-repeat calc(50% + 403px) calc(100% - 385px), url(/img/plan/lunch-bg04.png) no-repeat calc(50% + 678px) calc(100% - 338px), url(/img/all/com-wave02.png) no-repeat center bottom/100%, url(/img/all/bg_02.jpg) left top;
  }
}
#sub-lunch .bg {
  position: relative;
}
#sub-lunch .bg::after {
  position: absolute;
  content: "";
}
#sub-lunch .bg {
  z-index: 3;
}
#sub-lunch .bg::after {
  width: 214px;
  height: 276px;
  right: 0;
  bottom: -12px;
  background: url(/img/plan/lunch-bg-deco03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-lunch .inner {
  position: relative;
}
#sub-lunch .inner::before {
  position: absolute;
  content: "";
}
#sub-lunch .inner::after {
  position: absolute;
  content: "";
}
#sub-lunch .inner::before {
  width: 316px;
  height: 164px;
  top: 295px;
  left: -10.6vw;
  background: url(/img/top/fishing-fish02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1410px) {
  #sub-lunch .inner::before {
    width: 266px;
    height: 140px;
    top: 360px;
    left: 0;
  }
}
#sub-lunch .inner::after {
  width: 295px;
  height: 301px;
  top: 257px;
  right: -11.4vw;
  background: url(/img/top/fishing-fish01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1410px) {
  #sub-lunch .inner::after {
    width: 245px;
    height: 252px;
    top: 307px;
    right: 0;
  }
}
#sub-lunch .container {
  text-align: center;
}
#sub-lunch .ttl {
  display: inline-block;
  padding: 0 110px;
  background: url(/img/plan/lunch-ttl-deco01.png) no-repeat left calc(100% - 5px), url(/img/plan/lunch-ttl-deco02.png) no-repeat right calc(100% - 5px);
}
#sub-lunch .ttl-sm {
  display: inline-block;
  letter-spacing: 0.15em;
  margin-top: 20px;
  padding: 0 45px;
  color: #00aeff;
  background: url(/img/plan/lunch-ttl-sm-deco.png) no-repeat left center, url(/img/plan/lunch-ttl-sm-deco.png) no-repeat right center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #sub-lunch .ttl-sm {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-lunch .img {
  margin-top: 65px;
  border-radius: 15px;
}
#sub-lunch .wrap {
  gap: 60px;
  margin-top: 120px;
}
#sub-lunch .btn {
  width: 510px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/img/all/btn_bg_sky.jpg) left top;
  border-radius: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#sub-lunch .btn::after {
  position: absolute;
  content: "";
}
#sub-lunch .btn {
  z-index: 1;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sub-lunch .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-lunch .btn::after {
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  top: 50%;
  right: 28px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#sub-lunch .btn:hover::after {
  transform: translate(3px, -55%);
}

#sub-info .bg {
  background: url(/img/plan/info-bg-deco01.png) no-repeat calc(100% - 15.88vw) 183px, url(/img/plan/info-bg-deco02.png) no-repeat calc(100% - 120px) 288px, url(/img/plan/info-bg-deco03.png) no-repeat right 520px, url(/img/all/bg_03.jpg) left top;
  position: relative;
}
#sub-info .bg::before {
  position: absolute;
  content: "";
}
#sub-info .bg::after {
  position: absolute;
  content: "";
}
#sub-info .bg {
  z-index: 2;
}
#sub-info .bg::before {
  width: 150px;
  height: 139px;
  left: 15.62vw;
  bottom: -70px;
  background: url(/img/plan/info-bg-deco04.png) no-repeat;
  background-size: 100%;
}
#sub-info .bg::after {
  width: 247px;
  height: 107px;
  bottom: -57px;
  right: calc(50% - 267px);
  background: url(/img/plan/info-bg-deco05.png) no-repeat;
  background-size: 100%;
}
#sub-info .inner {
  position: relative;
}
#sub-info .inner::before {
  position: absolute;
  content: "";
}
#sub-info .inner {
  z-index: 1;
}
#sub-info .inner::before {
  width: 385px;
  height: 182px;
  top: 168px;
  left: -205px;
  background: url(/img/top/diary-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  #sub-info .inner::before {
    width: 335px;
    height: 158px;
    top: 155px;
    left: 0px;
  }
}
#sub-info .list {
  margin-top: 55px;
  padding: 50px 20px;
  border-top: 5px dotted #00aeff;
  border-bottom: 5px dotted #00aeff;
}
#sub-info .list-item {
  gap: 15px;
}
#sub-info .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-info .list-num {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00aeff;
  border-radius: 50%;
}
#sub-info .list-txt {
  line-height: 2;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-info .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-notice .bg {
  background: url(/img/plan/notice-bg-left.png) no-repeat left 35px, url(/img/all/com-wave03.png) no-repeat center bottom, url(/img/plan/notice-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1921px) {
  #sub-notice .bg {
    background: url(/img/plan/notice-bg-left.png) no-repeat left 35px, url(/img/all/com-wave03.png) no-repeat center bottom/100%, url(/img/plan/notice-bg.jpg) no-repeat center/cover;
  }
}
#sub-notice .bg {
  position: relative;
}
#sub-notice .bg::before {
  position: absolute;
  content: "";
}
#sub-notice .bg::after {
  position: absolute;
  content: "";
}
#sub-notice .bg {
  z-index: 1;
}
#sub-notice .bg::before {
  width: 313px;
  height: 223px;
  top: 30px;
  right: calc(50% - 674px);
  background: url(/img/fishing/about-fish02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1365px) {
  #sub-notice .bg::before {
    right: 10px;
  }
}
#sub-notice .bg::after {
  width: 402px;
  height: 209px;
  bottom: -90px;
  right: calc(50% - 745px);
  background: url(/img/top/fishing-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  #sub-notice .bg::after {
    right: 10px;
  }
}
#sub-notice .list {
  margin-top: 55px;
  padding: 50px 20px;
  border-top: 5px dotted #00aeff;
  border-bottom: 5px dotted #00aeff;
}
#sub-notice .list-item {
  letter-spacing: 0.15em;
  padding-left: 42px;
  color: #fff;
  background: url(/img/all/check-ico.png) no-repeat left top;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-notice .list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-notice .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}

#sub-faq .bg {
  background: url(/img/plan/faq-bg01.png) no-repeat left 200px, url(/img/plan/faq-bg02.png) no-repeat right 180px, url(/img/all/com-wave04.png) no-repeat center bottom, url(/img/all/bg_04.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-faq .bg {
    background: url(/img/plan/faq-bg01.png) no-repeat left 200px, url(/img/plan/faq-bg02.png) no-repeat right 180px, url(/img/all/com-wave04.png) no-repeat center bottom/100%, url(/img/all/bg_04.jpg) left top;
  }
}
#sub-faq .bg {
  position: relative;
}
#sub-faq .bg::after {
  position: absolute;
  content: "";
}
#sub-faq .bg {
  z-index: 0;
}
#sub-faq .bg::after {
  width: 555px;
  height: 485px;
  right: 7.81vw;
  bottom: -108px;
  background: url(/img/top/diary-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-faq .inner {
  position: relative;
}
#sub-faq .inner::before {
  position: absolute;
  content: "";
}
#sub-faq .inner::after {
  position: absolute;
  content: "";
}
#sub-faq .inner {
  z-index: 1;
}
#sub-faq .inner::before {
  width: 410px;
  height: 212px;
  top: 79px;
  left: -167px;
  background: url(/img/plan/faq-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1420px) {
  #sub-faq .inner::before {
    left: 5px;
  }
}
#sub-faq .inner::after {
  width: 362px;
  height: 126px;
  top: 146px;
  right: -98px;
  background: url(/img/plan/faq-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  background-size: 100%;
}
@media screen and (max-width: 1300px) {
  #sub-faq .inner::after {
    right: 5px;
  }
}
#sub-faq .list {
  margin-top: 70px;
}
#sub-faq .list-item {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 8px 0px rgba(17, 17, 21, 0.35);
  overflow: hidden;
}
#sub-faq .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-faq .list-top {
  gap: 20px;
  padding: 20px 30px;
  background: url(/img/plan/faq-item.jpg) left top;
}
#sub-faq .list-q {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  text-align: center;
  line-height: 50px;
  color: #003090;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #sub-faq .list-q {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-faq .list-ttl {
  letter-spacing: 0.15em;
  padding-top: 6px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-faq .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-faq .list-btm {
  gap: 20px;
  padding: 30px;
  align-items: center;
  background: url(/img/fishing/fishes-item.jpg) top left;
}
#sub-faq .list-a {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #dc2a3f;
  border-radius: 50%;
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #sub-faq .list-a {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-faq .list-txt {
  line-height: 2.187;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-faq .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-experience
========================================= */
#sub-diary .bg {
  background: url(/img/experience/diary-bg01.png) no-repeat left 195px, url(/img/experience/diary-bg02.png) no-repeat right 57px, url(/img/experience/diary-bg03.png) no-repeat right 230px, url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-diary .bg {
    background: url(/img/experience/diary-bg01.png) no-repeat left 195px, url(/img/experience/diary-bg02.png) no-repeat right 57px, url(/img/experience/diary-bg03.png) no-repeat right 230px, url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-diary .bg {
  position: relative;
}
#sub-diary .bg::after {
  position: absolute;
  content: "";
}
#sub-diary .bg {
  z-index: 1;
}
#sub-diary .bg::after {
  width: 555px;
  height: 485px;
  right: 7.81vw;
  bottom: -108px;
  background: url(/img/top/diary-fish03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-diary .inner {
  position: relative;
}
#sub-diary .inner::before {
  position: absolute;
  content: "";
}
#sub-diary .inner::after {
  position: absolute;
  content: "";
}
#sub-diary .inner {
  z-index: 1;
}
#sub-diary .inner::before {
  width: 420px;
  height: 165px;
  top: 120px;
  left: -187px;
  background: url(/img/experience/diary-bg-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1460px) {
  #sub-diary .inner::before {
    width: 370px;
    height: 147px;
    top: 100px;
    left: 0px;
  }
}
#sub-diary .inner::after {
  width: 346px;
  height: 125px;
  top: 140px;
  right: -140px;
  background: url(/img/top/news-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1460px) {
  #sub-diary .inner::after {
    width: 346px;
    height: 125px;
    top: 155px;
    right: 0;
  }
}
#sub-diary .list {
  margin-top: 60px;
}
#sub-diary .list-item {
  width: 100%;
  padding: 35px 50px 45px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 15px;
  box-shadow: 0 7px 0 rgba(17, 17, 21, 0.15);
}
#sub-diary .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-diary .list-wrap {
  gap: 40px;
  margin-top: 40px;
}
#sub-diary .list-img {
  width: 330px;
  height: auto;
}
#sub-diary .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-diary .list-img img {
  border-radius: 15px;
}
#sub-diary .list-txt {
  line-height: 2.1875;
  letter-spacing: 0.1em;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-diary .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 9.21vw), url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-contact .bg {
    background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-contact .inner {
  position: relative;
}
#sub-contact .inner::before {
  position: absolute;
  content: "";
}
#sub-contact .inner::after {
  position: absolute;
  content: "";
}
#sub-contact .inner {
  z-index: 1;
}
#sub-contact .inner::before {
  width: 259px;
  height: 193px;
  top: 110px;
  left: -3.33vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  #sub-contact .inner::before {
    left: 10px;
  }
}
#sub-contact .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-contact .privacy {
  color: #003090;
  border-bottom: 1px solid #003090;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
  font-size: 12px;
  font-size: 1.2rem;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  /* Safariにのみ適用するスタイル */
  transition: all 0.3s ease;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  margin-top: 5px;
  padding: 2px 10px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003090;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #003090;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box:nth-of-type(n + 2) {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #00aeff;
  background-color: #dc2a3f;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #00aeff;
  border-right: 1px solid #00aeff;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-time {
  padding-right: 10px;
  color: #003090;
}
#sub-news .com-ttl02 {
  padding-bottom: 8px;
}
#sub-news .bg {
  background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 9.21vw), url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-news .bg {
    background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-news .inner {
  position: relative;
}
#sub-news .inner::before {
  position: absolute;
  content: "";
}
#sub-news .inner::after {
  position: absolute;
  content: "";
}
#sub-news .inner {
  z-index: 1;
}
#sub-news .inner::before {
  width: 259px;
  height: 193px;
  top: 110px;
  left: -3.33vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  #sub-news .inner::before {
    left: 10px;
  }
}
#sub-news .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #343434;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 15px;
  box-shadow: 0 7px 0 rgba(17, 17, 21, 0.15);
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #dc2a3f;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #dc2a3f;
  text-align: center;
  color: #dc2a3f;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  letter-spacing: 0.1em;
  color: #343434;
  line-height: 2;
  transition: all 0.3s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 35px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 15px;
  box-shadow: 0 7px 0 rgba(17, 17, 21, 0.15);
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #dc2a3f;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #dc2a3f;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #003090;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  margin-top: 35px;
  padding: 28px 30px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 15px;
  box-shadow: 0 7px 0 rgba(17, 17, 21, 0.15);
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #343434;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #003090;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #003090;
  background-color: #fff;
  border: 1px solid #003090;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #003090;
}
.pagenation .current-page {
  color: #fff;
  background: #003090;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #003090;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #003090 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #003090;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  background: #003090;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 9.21vw), url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-site .bg {
    background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-site .inner {
  position: relative;
}
#sub-site .inner::before {
  position: absolute;
  content: "";
}
#sub-site .inner::after {
  position: absolute;
  content: "";
}
#sub-site .inner {
  z-index: 1;
}
#sub-site .inner::before {
  width: 259px;
  height: 193px;
  top: 110px;
  left: -3.33vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  #sub-site .inner::before {
    left: 10px;
  }
}
#sub-site .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-site .list {
  width: 100%;
  margin: 50px auto 0;
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 20px;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #003090;
  color: #343434;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #003090;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #003090;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 9.21vw), url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-complete .bg {
    background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-complete .inner {
  position: relative;
}
#sub-complete .inner::before {
  position: absolute;
  content: "";
}
#sub-complete .inner::after {
  position: absolute;
  content: "";
}
#sub-complete .inner {
  z-index: 1;
}
#sub-complete .inner::before {
  width: 259px;
  height: 193px;
  top: 110px;
  left: -3.33vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  #sub-complete .inner::before {
    left: 10px;
  }
}
#sub-complete .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 9.21vw), url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-privacy .bg {
    background: url(/img/fishing/about-bg-deco.png) no-repeat left calc(100% - 100px), url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-privacy .inner {
  position: relative;
}
#sub-privacy .inner::before {
  position: absolute;
  content: "";
}
#sub-privacy .inner::after {
  position: absolute;
  content: "";
}
#sub-privacy .inner {
  z-index: 1;
}
#sub-privacy .inner::before {
  width: 259px;
  height: 193px;
  top: 110px;
  left: -3.33vw;
  background: url(/img/top/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  #sub-privacy .inner::before {
    left: 10px;
  }
}
#sub-privacy .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-privacy .container {
  margin-top: 50px;
  padding: 50px 30px;
  background: url(/img/fishing/fishes-item.jpg) left top;
  border-radius: 20px;
}
#sub-privacy .privacy-box p {
  margin-top: 20px;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  background: url(/img/all/com-wave05.png) no-repeat center bottom, url(/img/fishing/about-bg.jpg) no-repeat center top, url(/img/all/bg_01.jpg) left top;
}
@media screen and (min-width: 1921px) {
  #sub-error .bg {
    background: url(/img/all/com-wave05.png) no-repeat center bottom/100%, url(/img/fishing/about-bg.jpg) no-repeat center top/100%, url(/img/all/bg_01.jpg) left top;
  }
}
#sub-error .inner {
  position: relative;
}
#sub-error .inner::after {
  position: absolute;
  content: "";
}
#sub-error .inner {
  z-index: 1;
}
#sub-error .inner::after {
  width: 159px;
  height: 124px;
  right: 35px;
  top: 114px;
  background: url(/img/fishing/about-fish01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  color: #fff;
}
#sub-error .link {
  text-decoration: underline;
  color: #003090;
}