@charset "UTF-8";
@font-face {
  font-family: "head_font";
  src: url(../../common/font/WDXLLubrifontJPN-Regular.ttf) format("truetype");
}
html, body {
  overflow-x: hidden;
  font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

.justify {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a, p, figcaption, img {
  transition: 0.3s;
}

header .umios_logo {
  padding: 15px 20px;
  text-align: center;
}
header .umios_logo a {
  display: inline-block;
}
header .header_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 0 10px;
  }
}
header .header_inner .wrap {
  padding: 35px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .header_inner .wrap {
    align-items: baseline;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .wrap .logo {
    padding: 0 20px;
  }
  header .header_inner .wrap .logo img {
    width: 300px;
  }
}
header .header_inner .wrap .illust_box ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header_inner .wrap .illust_box ul {
    gap: 10px;
  }
  header .header_inner .wrap .illust_box ul li:nth-child(2) {
    display: none;
  }
}
header .header_inner p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
header .header_inner p br {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header_inner p br {
    display: block;
  }
}
header .header_inner p small {
  display: block;
  color: #666;
  font-weight: normal;
}
header .header_inner .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: fixed;
  top: 20px;
  right: 20px;
}
header .header_inner .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #666;
  transition: all 0.3s ease;
}
header .header_inner .hamburger.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
header .header_inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .header_inner .hamburger.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
header .header_inner .nav-menu.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  animation: slideDown 0.3s ease;
}
header .header_inner .nav-menu ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
header .header_inner .nav-menu ul li.top a {
  background-color: #0042BC;
}
header .header_inner .nav-menu ul li.top a:hover {
  color: #0042BC;
  border: solid 1px #0042BC;
}
header .header_inner .nav-menu ul li.recipe a {
  background-color: #C87CDB;
}
header .header_inner .nav-menu ul li.recipe a:hover {
  color: #C87CDB;
  border: solid 1px #C87CDB;
}
header .header_inner .nav-menu ul li.make_sea_happy a {
  background-color: #E24848;
}
header .header_inner .nav-menu ul li.make_sea_happy a:hover {
  color: #E24848;
  border: solid 1px #E24848;
}
header .header_inner .nav-menu ul li.amamo a {
  background-color: #80B992;
}
header .header_inner .nav-menu ul li.amamo a:hover {
  color: #80B992;
  border: solid 1px #80B992;
}
header .header_inner .nav-menu ul li.mangrove a {
  background-color: #62CDCD;
}
header .header_inner .nav-menu ul li.mangrove a:hover {
  color: #62CDCD;
  border: solid 1px #62CDCD;
}
header .header_inner .nav-menu ul li.about a {
  background-color: #80A0DD;
}
header .header_inner .nav-menu ul li.about a:hover {
  color: #80A0DD;
  border: solid 1px #80A0DD;
}
header .header_inner .nav-menu ul li.katsudou a {
  background-color: #D1B169;
}
header .header_inner .nav-menu ul li.katsudou a:hover {
  color: #D1B169;
  border: solid 1px #D1B169;
}
header .header_inner .nav-menu ul li a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  border: solid 1px transparent;
  font-weight: bold;
}
header .header_inner .nav-menu ul li a:hover {
  background: #fff;
}
@media screen and (max-width: 768px) {
  header .header_inner .hamburger {
    display: flex;
  }
  header .header_inner .nav-menu.is-sticky {
    position: static;
    box-shadow: none;
    padding: 0;
    animation: none;
    background: none;
  }
  header .header_inner .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }
  header .header_inner .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
  header .header_inner .nav-menu ul {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
  header .header_inner .nav-menu ul li {
    text-align: center;
  }
  header .header_inner .nav-menu ul li a {
    font-size: 18px;
    padding: 15px 30px;
    min-width: 250px;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mid_title {
  color: #C87CDB;
  position: relative;
  font-family: head_font;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mid_title {
    margin-top: 20px;
    font-size: 18px;
  }
}
.mid_title::before {
  content: "";
  display: block;
  width: 70px;
  height: 10px;
  background: rgba(200, 124, 219, 0.4);
  position: absolute;
  left: -20px;
  top: 8px;
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  .mid_title::before {
    width: 40px;
    height: 5px;
    left: -10px;
  }
}

.message {
  padding: 20px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  .message {
    font-size: 12px;
  }
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

.bread {
  background: #B2B2B2;
  padding: 10px 0;
}
.bread ul {
  margin: auto;
  max-width: 1220px;
  padding: 0 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .bread ul {
    display: block;
  }
}
.bread ul li {
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .bread ul li {
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 20px;
    font-size: 10px;
  }
}
.bread ul li::after {
  content: "　/　";
}
@media screen and (max-width: 768px) {
  .bread ul li::after {
    display: none;
  }
}
.bread ul li:last-child::after {
  display: none;
}

.report {
  background: #FFEDED;
  padding: 40px 20px;
}
.report .report_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .report .report_inner {
    display: block;
  }
  .report .report_inner .illust img {
    width: 50%;
    margin: auto;
  }
}
.report .report_inner .report_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .report .report_inner .report_title {
    margin: 20px 0;
    font-size: 18px;
  }
}
.report .report_inner a {
  display: block;
  background: #FA0014;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 7px;
  margin-top: 40px;
  border: solid 1px #FA0014;
}
@media screen and (max-width: 768px) {
  .report .report_inner a {
    margin: 20px 0;
    letter-spacing: -0.1em;
  }
}
.report .report_inner a:hover {
  background: #fff;
  border: solid 1px #FA0014;
  color: #FA0014;
}
@media screen and (max-width: 768px) {
  .report .report_inner .report_top_img img {
    width: 70%;
    margin: auto;
  }
}

.link {
  background: #295EC1;
  padding: 40px 20px 50px;
}
@media screen and (max-width: 768px) {
  .link {
    padding: 20px;
  }
}
.link .link_inner {
  max-width: 1200px;
  margin: auto;
}
.link .link_inner .link_title {
  text-align: center;
  font-family: "head_font";
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .link .link_inner .link_title {
    font-size: 20px;
  }
}
.link .link_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .link .link_inner ul {
    margin-top: 20px;
    display: block;
  }
}
.link .link_inner ul li {
  width: 23.5%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .link .link_inner ul li {
    width: auto;
    margin: 10px 0;
  }
}
.link .link_inner ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  line-height: 1;
  border-radius: 3px;
  transition: 0.3s;
}
.link .link_inner ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    display: block;
  }
  footer .footer_inner .Umios_logo img {
    margin: 0 auto 20px;
  }
}
footer .footer_inner .nav_box {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .nav_box {
    text-align: center;
  }
}
footer .footer_inner .nav_box ul {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .nav_box ul {
    gap: 10px;
    justify-content: space-around;
    font-size: 11px;
    flex-wrap: wrap;
  }
  footer .footer_inner .nav_box ul li {
    width: 47%;
  }
  footer .footer_inner .nav_box ul li a {
    border-radius: 4px;
    display: block;
    line-height: 1;
    padding: 10px;
    background: #f1f1f1;
  }
}/*# sourceMappingURL=style.css.map */