@import url("https://fonts.googleapis.com/css?family=Opem+Sans:400,700|Noto+Sans+JP:400,700&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: #604c3f;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-background-size: 125rem;
  -o-background-size: 125rem;
  -webkit-background-size: 125rem;
  background-size: 125rem;
}

::selection {
  color: #ffffff;
  background-color: #004d99;
}

a {
  outline: none !important;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}

a:link, a:visited {
  color: #604c3f;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #ff0000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

input, button, textarea, select {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input[type="submit"], input[type="button"], button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button::focus {
  outline-offset: -2px;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.en {
  font-family: 'Open Sans', sans-serif;
}

.red {
  color: #ff0000 !important;
}

.orange {
  color: #ff7f00 !important;
}

.blue {
  color: #0066cc !important;
}

.green {
  color: #67cc00 !important;
}

.black {
  color: #000000 !important;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25em;
  text-align: left;
}
.container::after {
  content: '';
  clear: both;
  display: block;
}

.sp {
  display: none;
}

span.sp {
  display: none;
}

table.sp {
  display: none;
}

.pc {
  display: block;
}

span.pc {
  display: inline;
}

table.pc {
  display: table;
}

/* Wrapper
---------------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  padding-top: 5.625rem;
}

/* Header
---------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0.9375rem 0;
  background-color: #004d99;
}
.header .logo a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.header .logo a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.header .language {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .language .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 6.875rem;
  padding: 0.625rem 0.9375rem;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.875em;
  cursor: pointer;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.header .language .btn::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  flex-basis: 1.25em;
  flex-shirink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.3125em;
  background: url("../images/icon_language.svg") no-repeat 0 0;
  -moz-background-size: 1.25em;
  -o-background-size: 1.25em;
  -webkit-background-size: 1.25em;
  background-size: 1.25em;
}
.header .language .btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .language ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 6.875rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.header .language ul li a {
  display: block;
  padding: 0.625rem 1.25rem 0.625rem 2.5rem;
  color: #ffffff;
  font-size: 0.875em;
  text-decoration: none;
}
.header .language ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Section
---------------------------------------------------------------- */
.section {
  margin-bottom: 3.75rem;
}
.section h2 {
  position: relative;
  margin-bottom: 1.875rem;
  font-size: 1.875rem;
  line-height: 1.25;
  text-align: center;
}
.section h2::before, .section h2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #004d99;
  background: -ms-linear-gradient(left, #008000 0%, #004d99 100%);
  background: -moz-linear-gradient(left, #008000 0%, #004d99 100%);
  background: -webkit-linear-gradient(left, #008000 0%, #004d99 100%);
  background: linear-gradient(to right, #008000 0%, #004d99 100%);
}
.section h2::before {
  margin-top: -3px;
}
.section h2::after {
  margin-top: 1px;
}
.section h2 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 1em;
  padding: 0 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

/* Fishery
---------------------------------------------------------------- */
.fishery figure {
  margin-bottom: 2.5rem;
}
.fishery p {
  line-height: 1.75;
}
.fishery p + p {
  margin-top: 1.25rem;
}

/* Season
---------------------------------------------------------------- */
.season ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.season ul li {
  flex-basis: 48%;
  margin-bottom: 2.5rem;
}
.season ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Export
---------------------------------------------------------------- */
.export .video {
  max-width: 720px;
  margin: 0 auto 3.125rem;
}
.export .video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.export .video .youtube + .youtube {
  margin-top: 3.125rem;
}
.export .video .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.export nav {
  text-align: center;
}
.export nav a {
  display: inline-block;
  padding: 0.9375rem 1.875rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #004d99;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  -moz-box-shadow: 0 0.25rem 0 #00264d;
  -webkit-box-shadow: 0 0.25rem 0 #00264d;
  box-shadow: 0 0.25rem 0 #00264d;
}
.export nav a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  padding: 1.875rem 0;
  background-color: #e5e5e5;
}
.footer p {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body, input, button, textarea, select {
    font-size: 1.53vw;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 5vw;
    -moz-background-size: 200vw;
    -o-background-size: 200vw;
    -webkit-background-size: 200vw;
    background-size: 200vw;
  }

  input, button, textarea, select {
    font-size: 4.5vw;
  }

  .alignright {
    float: none;
    text-align: center;
  }

  .alignright img, img.alignright {
    padding-left: 0;
  }

  .alignleft {
    float: none;
    text-align: center;
  }

  .alignleft img, img.alignleft {
    padding-right: 0;
  }

  .sp {
    display: block;
  }

  span.sp {
    display: inline;
  }

  table.sp {
    display: table;
  }

  table.sp tbody {
    width: 100%;
  }

  .pc {
    display: none;
  }

  span.pc {
    display: none;
  }

  table.pc {
    display: none;
  }

  .wrapper {
    padding-top: 13.33333vw;
  }

  .container {
    padding: 0 4vw;
  }

  .header {
    padding: 2.66667vw 0;
  }
  .header .logo {
    padding-right: 26.66667vw;
  }
  .header .logo a {
    font-size: 4.26667vw;
  }
  .header .language {
    right: 4vw;
  }
  .header .language .btn {
    width: 24vw;
    padding: 1.33333vw 2vw;
    font-size: 0.625em;
    -moz-border-radius: 0.66667vw;
    -webkit-border-radius: 0.66667vw;
    border-radius: 0.66667vw;
  }
  .header .language ul {
    width: 24vw;
  }
  .header .language ul li a {
    padding: 2.66667vw 4vw 2.66667vw 8vw;
    font-size: 0.625em;
  }

  .section {
    margin-bottom: 8vw;
  }
  .section h2 {
    margin-bottom: 4vw;
    font-size: 5.33333vw;
  }

  .fishery figure {
    margin-bottom: 5.33333vw;
  }
  .fishery p {
    font-size: 3.73333vw;
  }
  .fishery p + p {
    margin-top: 2.66667vw;
  }

  .season ul li {
    margin-bottom: 4vw;
  }

  .export .video {
    margin-bottom: 6.66667vw;
  }
  .export .video .youtube + .youtube {
    margin-top: 6.66667vw;
  }
  .export nav a {
    padding: 2.66667vw 5.33333vw;
    font-size: 4vw;
    -moz-border-radius: 1.33333vw;
    -webkit-border-radius: 1.33333vw;
    border-radius: 1.33333vw;
    -moz-box-shadow: 0 0.93333vw 0 #00264d;
    -webkit-box-shadow: 0 0.93333vw 0 #00264d;
    box-shadow: 0 0.93333vw 0 #00264d;
  }

  .footer {
    padding: 4vw 0;
  }
  .footer p {
    font-size: 1.33333vw;
  }
}
