@charset "UTF-8";
:root {
  --animation-time: .5s;
  --animation-delay: .5s;
  --ease-curve: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

@font-face {
  font-family: "PT Mono";
  src: url("/sakana_x/data/fonts/PTMono-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "PT Mono";
  src: url("/sakana_x/data/fonts/PTMono-Regular.ttf");
  font-weight: normal;
}
.under768 {
  display: none;
}

.under450 {
  display: none;
}

@media screen and (max-width: 767px) {
  .under768 {
    display: inline-block;
  }
}
@media screen and (max-width: 450px) {
  .under450 {
    display: inline-block;
  }
}
.over768 {
  display: none;
}

.over450 {
  display: none;
}

@media screen and (min-width: 768px) {
  .over768 {
    display: inline-block;
  }
}
@media screen and (min-width: 451px) {
  .over450 {
    display: inline-block;
  }
}
#header {
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
}

main.pageContainer {
  padding-top: 0;
  width: 100%;
  opacity: 0;
  animation: begin 0.5s ease-in-out 0.5s forwards;
}

#local-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.5s;
}
#local-header .logos {
  display: flex;
  align-items: center;
}
#local-header .logos .sakanax_logo svg {
  color: black;
  width: 230px;
  height: 48px;
  margin-left: 1em;
  transform: translateX(-300px);
  transition: all 0.5s 0.3s;
}
#local-header .logos .maruhanichiro_logo {
  display: flex;
}
#local-header .logos .maruhanichiro_logo:before {
  content: "";
  display: inline-block;
  width: 1%;
  height: 37px;
  border-left: 1px solid #646464;
  margin: 0 1.5em;
  transition: all 0.5s 0.5s;
  opacity: 0;
}
#local-header .logos .maruhanichiro_logo img {
  display: inline-block;
  height: 37px;
  transform: translateX(-600px);
  transition: all 0.3s;
}
#local-header .menu {
  transition: all 0.5s;
}
#local-header .menu ul {
  display: flex;
  justify-content: space-between;
  margin-right: 2em;
  font-size: 15px;
  font-weight: bold;
}
#local-header .menu ul li:before {
  content: "|";
  margin: 0 1em;
}
#local-header .menu ul li a {
  color: #646464;
}
#local-header .menu ul li:first-child:before {
  display: none;
}
#local-header .menu ul li.instagram {
  display: none;
}
#local-header .menu-trigger,
#local-header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#local-header .menu-trigger {
  position: relative;
  width: 40px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#local-header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #646464;
}
#local-header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#local-header .menu-trigger span:nth-of-type(2) {
  top: 10px;
}
#local-header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#local-header .menu-trigger.active {
  transform: rotate(360deg);
}
#local-header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#local-header .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
#local-header .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
#local-header .menu-trigger {
  display: none;
  margin-right: 1em;
}
@media screen and (max-width: 1080px) {
  #local-header .logos .sakanax_logo svg {
    height: 40px;
    width: 194px;
  }
  #local-header .maruhanichiro_logo img {
    width: 180px;
  }
}
@media screen and (max-width: 960px) {
  #local-header .menu-trigger {
    display: inline-block;
  }
  #local-header .menu {
    position: absolute;
    top: 60px;
    background-color: white;
    padding: 0 5vw;
    height: 0vh;
    width: 100%;
    overflow: hidden;
  }
  #local-header .menu ul {
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #local-header .menu ul li:before {
    display: none;
  }
  #local-header .menu ul li {
    font-size: 20px;
    padding: 1em 0;
    border-bottom: 1px solid #646464;
    width: 100%;
    text-align: center;
  }
  #local-header .menu ul li.instagram {
    border: none;
    display: block;
  }
  #local-header .menu ul li.instagram a {
    font-family: "PT Mono";
    color: #D7000F;
    font-size: 26px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #local-header .menu ul li.instagram a div {
    text-align: left;
  }
  #local-header .menu ul li.instagram a span {
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  #local-header .menu ul li.instagram a img {
    margin-left: 0.5em;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #local-header {
    height: 60px;
  }
  #local-header .logos .sakanax_logo {
    line-height: 1em;
  }
  #local-header .logos .sakanax_logo svg {
    height: 40px;
    width: 194px;
  }
  #local-header .logos .maruhanichiro_logo img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) and (max-width: 520px) {
  #local-header .logos .maruhanichiro_logo {
    display: none;
  }
}

main.pageContainer {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 0;
}
main.pageContainer a.pagetop {
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 50px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  main.pageContainer a.pagetop {
    right: 1vw;
    width: 8vw;
    bottom: 2vw;
  }
}
main.pageContainer a.pagetop:hover {
  animation: bubble 0.2s linear;
}
main.pageContainer a.pagetop.show {
  opacity: 1;
}
main.pageContainer a.pagetop.fixed {
  position: fixed;
}
main.pageContainer section {
  padding: 0;
  position: relative;
  max-width: 100%;
  min-width: auto;
  margin: 0;
}
main.pageContainer section .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
main.pageContainer section .wrap .two-cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main.pageContainer section .wrap {
    max-width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  main.pageContainer section .wrap {
    padding: 15vw 0;
  }
}
main.pageContainer section h1, main.pageContainer section h2, main.pageContainer section h3, main.pageContainer section h4, main.pageContainer section div, main.pageContainer section p, main.pageContainer section a {
  font-weight: bold;
}
main.pageContainer section h2 {
  font-size: 40px;
  font-weight: bold;
  border: none;
  margin-bottom: 1em;
}
main.pageContainer section h2.red {
  font-family: "PT Mono";
  letter-spacing: 0.05em;
  color: #D7000F;
  display: flex;
  align-items: center;
  line-height: 1em;
  white-space: nowrap;
}
main.pageContainer section h2.red span {
  font-size: 14px;
  margin-left: 1em;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main.pageContainer section h2.red {
    font-size: 7vw;
  }
}
@media screen and (max-width: 360px) {
  main.pageContainer section h2.red {
    font-size: 20px;
  }
  main.pageContainer section h2.red span {
    font-size: 12px;
  }
}
main.pageContainer section h3, main.pageContainer section h4 {
  margin: 0;
  border: 0;
  color: #646464;
}
main.pageContainer section p, main.pageContainer section div {
  color: #646464;
  margin: 0;
}
main.pageContainer section .smallest {
  font-size: 14px;
}
main.pageContainer section a.more {
  display: block;
  background-color: #D7000F;
  color: white;
  width: 400px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PT Mono";
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
main.pageContainer section a.more:after {
  content: "";
  background: url("/sakana_x/data/images/svg/icon_arrow.svg") no-repeat 0 50%;
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0.5em;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main.pageContainer section a.more {
    width: 100%;
    font-size: 5vw;
    height: 13vw;
  }
  main.pageContainer section a.more:after {
    width: 6vw;
  }
}
main.pageContainer section a.more:hover {
  animation: bubble 0.2s linear;
}
main.pageContainer section .fadein {
  transition: all 1s;
  opacity: 0;
  transform: translateY(50px);
}
main.pageContainer section .fadein.active {
  opacity: 1;
  transform: translateY(0);
}
main.pageContainer section#hero {
  overflow: hidden;
  margin-top: 80px;
}
main.pageContainer section#hero video {
  width: 100vw;
  display: block;
  filter: blur(5px);
  object-fit: cover;
  height: 54vw; /*height: 56.25vw;*/
}
main.pageContainer section#hero .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.pageContainer section#hero .overlay .logo {
  width: 400px;
  height: 300px;
  color: black;
  opacity: 0;
  animation: begin 0.5s ease-in-out 1s forwards;
}
main.pageContainer section#hero .overlay a {
  display: block;
  position: absolute;
}
main.pageContainer section#hero .overlay a#video-play {
  bottom: 2em;
  right: 2em;
  width: 62px;
  height: 87px;
}
main.pageContainer section#hero .overlay a#video-play svg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
main.pageContainer section#hero .overlay a#video-play svg.close {
  left: 2px;
  width: 96%;
  transform: translateX(30vw);
}
main.pageContainer section#hero .overlay a#video-play svg.start {
  transform: translateX(0vw);
}
main.pageContainer section#hero .overlay a#video-volume {
  bottom: 9em;
  right: 1.5em;
  width: 65px;
  height: 40px;
  transform: translateX(30vw);
  transition: all 0.5s 0.1s;
}
main.pageContainer section#hero .overlay a#video-volume svg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.pageContainer section#hero .overlay a#video-volume svg.on {
  display: block;
  left: 2px;
  width: 96%;
}
main.pageContainer section#hero .overlay a#video-volume svg.off {
  display: none;
}
main.pageContainer section#hero .overlay a:hover {
  animation: bubble 0.2s linear;
}
@media screen and (max-width: 960px) {
  main.pageContainer section#hero .overlay .logo {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  main.pageContainer section#hero {
    margin-top: 55px;
  }
  main.pageContainer section#hero .overlay a#video-play {
    width: 12vw;
    height: 12vw;
    right: 3vw;
    bottom: 3vw;
  }
  main.pageContainer section#hero .overlay a#video-volume {
    width: 8vw;
    height: 8vw;
    right: 3vw;
    top: 3vw;
  }
}
main.pageContainer section#new {
  background-color: #F6F6F6;
}
main.pageContainer section#new .wrap {
  padding: 80px 0;
}
main.pageContainer section#new .wrap .two-cols .left {
  max-width: 65%;
  padding-right: 5%;
}
main.pageContainer section#new .wrap .two-cols .left .category {
  width: 204px;
  height: 24px;
  margin-bottom: 0.5em;
}
main.pageContainer section#new .wrap .two-cols .left h4 {
  font-size: 16px;
}
main.pageContainer section#new .wrap .two-cols .left h3 {
  font-size: 23px;
}
main.pageContainer section#new .wrap .two-cols .left .date {
  color: #D7000F;
  margin: 0.5em 0 1.8em;
}
main.pageContainer section#new .wrap .two-cols .right {
  width: 35%;
}
main.pageContainer section#new .wrap .two-cols .right img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  main.pageContainer section#new .wrap .two-cols .left {
    max-width: 50%;
  }
  main.pageContainer section#new .wrap .two-cols .right {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  main.pageContainer section#new .wrap {
    padding: 10vw 0;
  }
  main.pageContainer section#new .wrap .two-cols {
    flex-direction: column;
  }
  main.pageContainer section#new .wrap .two-cols .left {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  main.pageContainer section#new .wrap .two-cols .left .category {
    width: 40vw;
    height: 10vw;
  }
  main.pageContainer section#new .wrap .two-cols .left h4 {
    font-size: 3vw;
  }
  main.pageContainer section#new .wrap .two-cols .left h3 {
    font-size: 5vw;
  }
  main.pageContainer section#new .wrap .two-cols .left .date {
    font-size: 3vw;
  }
  main.pageContainer section#new .wrap .two-cols .right {
    display: none;
  }
}
main.pageContainer section#about {
  overflow: hidden;
}
main.pageContainer section#about .wrap {
  text-align: center;
  overflow: visible;
}
main.pageContainer section#about .wrap .two-cols {
  display: flex;
  justify-content: center;
}
main.pageContainer section#about .wrap .two-cols .left {
  width: auto;
}
main.pageContainer section#about .wrap .two-cols .left svg {
  color: black;
  width: 270px;
  height: 203px;
  margin-right: 4em;
}
main.pageContainer section#about .wrap .two-cols .right {
  width: auto;
  text-align: left;
}
main.pageContainer section#about .wrap .two-cols .right p {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  main.pageContainer section#about .wrap .two-cols .right p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main.pageContainer section#about .wrap .two-cols .right p {
    text-align: center;
    font-size: 3.9vw;
  }
  main.pageContainer section#about .wrap .two-cols .right p br {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  main.pageContainer section#about .wrap .two-cols {
    flex-direction: column;
  }
  main.pageContainer section#about .wrap .two-cols .left svg {
    width: 60vw;
    height: 45vw;
    margin: 0 0 5vw 0;
  }
}
main.pageContainer section#about .wrap #animation {
  font-family: "PT Mono";
  letter-spacing: 0em;
  display: flex;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: visible;
  margin: 80px auto;
  /* letter-spacing: .1rem; */
}
main.pageContainer section#about .wrap #animation h2 {
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
  color: black;
}
main.pageContainer section#about .wrap #animation h3 {
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}
main.pageContainer section#about .wrap #animation h2 span {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-size: 50px;
  margin-top: 5px;
}
main.pageContainer section#about .wrap #animation h3 span {
  margin: 0;
  padding: 0;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-size: 50px;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  main.pageContainer section#about .wrap #animation h2 span, main.pageContainer section#about .wrap #animation h3 span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  main.pageContainer section#about .wrap #animation h2 span {
    line-height: 0.5em;
  }
  main.pageContainer section#about .wrap #animation h2 span, main.pageContainer section#about .wrap #animation h3 span {
    font-size: 10vw;
    margin-top: 0;
  }
}
main.pageContainer section#about .wrap #animation .items {
  position: relative;
  height: 70px;
  width: 450px;
}
main.pageContainer section#about .wrap #animation .items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
main.pageContainer section#about .wrap #animation .items .item .x {
  width: 96px;
  height: 70px;
  position: relative;
  margin: 0px 33px 0;
}
main.pageContainer section#about .wrap #animation .items .item .x svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: black;
}
main.pageContainer section#about .wrap #animation .items .item .x3, main.pageContainer section#about .wrap #animation .items .item .x1, main.pageContainer section#about .wrap #animation .items .item .x2, main.pageContainer section#about .wrap #animation .items .item .t1, main.pageContainer section#about .wrap #animation .items .item .t2, main.pageContainer section#about .wrap #animation .items .item .t3, main.pageContainer section#about .wrap #animation .items .item .t4, main.pageContainer section#about .wrap #animation .items .item .t5, main.pageContainer section#about .wrap #animation .items .item .t6, main.pageContainer section#about .wrap #animation .items .item .t7, main.pageContainer section#about .wrap #animation .items .item .t8, main.pageContainer section#about .wrap #animation .items .item .t9, main.pageContainer section#about .wrap #animation .items .item .t10, main.pageContainer section#about .wrap #animation .items .item .t11, main.pageContainer section#about .wrap #animation .items .item .t12, main.pageContainer section#about .wrap #animation .items .item .t13 {
  transform: translateX(100vw);
}
main.pageContainer section#about .wrap #animation .items #anim-cat-sports .color {
  color: #00b6f1;
}
main.pageContainer section#about .wrap #animation .items #anim-cat-sustainable .color {
  color: #8DC21F;
}
main.pageContainer section#about .wrap #animation .items #anim-cat-wellness .color {
  color: #005BAB;
}
main.pageContainer section#about .wrap #animation .items .item.show .x1 {
  animation: show calc(var(--animation-time) + 0s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .x3 {
  animation: show calc(var(--animation-time) + 0.1s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .x2 {
  animation: show calc(var(--animation-time) + 0.2s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t1 {
  animation: show calc(var(--animation-time) + 0.3s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t2 {
  animation: show calc(var(--animation-time) + 0.4s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t3 {
  animation: show calc(var(--animation-time) + 0.5s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t4 {
  animation: show calc(var(--animation-time) + 0.6s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t5 {
  animation: show calc(var(--animation-time) + 0.7s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t6 {
  animation: show calc(var(--animation-time) + 0.8s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t7 {
  animation: show calc(var(--animation-time) + 0.9s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t8 {
  animation: show calc(var(--animation-time) + 1s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t9 {
  animation: show calc(var(--animation-time) + 1.1s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t10 {
  animation: show calc(var(--animation-time) + 1.2s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.show .t11 {
  animation: show calc(var(--animation-time) + 1.3s) var(--ease-curve) var(--animation-delay) forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .x1 {
  animation: hide calc(var(--animation-time) + 0s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .x2 {
  animation: hide calc(var(--animation-time) + 0.1s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .x3 {
  animation: hide calc(var(--animation-time) + 0.2s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t1 {
  animation: hide calc(var(--animation-time) + 0.3s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t2 {
  animation: hide calc(var(--animation-time) + 0.4s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t3 {
  animation: hide calc(var(--animation-time) + 0.5s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t4 {
  animation: hide calc(var(--animation-time) + 0.6s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t5 {
  animation: hide calc(var(--animation-time) + 0.7s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t6 {
  animation: hide calc(var(--animation-time) + 0.8s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t7 {
  animation: hide calc(var(--animation-time) + 0.9s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t8 {
  animation: hide calc(var(--animation-time) + 1s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t9 {
  animation: hide calc(var(--animation-time) + 1.1s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t10 {
  animation: hide calc(var(--animation-time) + 1.2s) var(--ease-curve) 0s forwards;
}
main.pageContainer section#about .wrap #animation .items .item.hide .t11 {
  animation: hide calc(var(--animation-time) + 1.3s) var(--ease-curve) 0s forwards;
}
@media screen and (max-width: 767px) {
  main.pageContainer section#about .wrap #animation {
    height: 60vw;
    flex-direction: column;
    overflow: visible;
    margin: 0;
  }
  main.pageContainer section#about .wrap #animation .items {
    width: 100vw;
    height: 30vw;
  }
  main.pageContainer section#about .wrap #animation .items .item {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  main.pageContainer section#about .wrap #animation .items .item .x {
    width: 18vw;
    height: 25vw;
  }
}
main.pageContainer section#about .wrap .maruha-nichiro-logo {
  width: 300px;
  height: 46px;
  margin: 0 auto;
}
main.pageContainer section#about .wrap .short {
  font-size: 16px;
  margin: 2em 0 4em;
}
main.pageContainer section#about .wrap .more {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.pageContainer section#about .wrap .maruha-nichiro-logo {
    width: 60vw;
    height: 15vw;
  }
  main.pageContainer section#about .wrap .short {
    font-size: 3vw;
    margin-top: 0;
  }
}
main.pageContainer section#contents {
  background-color: #F6F6F6;
}
main.pageContainer section#contents .wrap .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.pageContainer section#contents .wrap .items .item {
  width: 31.5%;
  position: relative;
  display: block;
  margin-bottom: 3%;
  background-color: white;
}
main.pageContainer section#contents .wrap .items .item .main {
  width: 100%;
  height: 236px;
  object-fit: cover;
  display: block;
}
main.pageContainer section#contents .wrap .items .item .cat {
  position: absolute;
  top: 0;
  right: 0;
  height: 236px;
  width: 30px;
  padding: 10px 7px;
  display: flex;
  justify-content: center;
}
main.pageContainer section#contents .wrap .items .item .cat img {
  width: 100%;
  height: 100%;
}
main.pageContainer section#contents .wrap .items .item .box {
  padding: 1em;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.pageContainer section#contents .wrap .items .item .box h4 {
  font-size: 16px;
}
main.pageContainer section#contents .wrap .items .item .box h3 {
  font-size: 23px;
}
main.pageContainer section#contents .wrap .items .item .box .date {
  font-size: 14px;
  color: #D7000F;
}
main.pageContainer section#contents .wrap .items .item .box .tags {
  line-height: 1em;
}
main.pageContainer section#contents .wrap .items .item .box .tags span {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  main.pageContainer section#contents .wrap .items .item .box h4 {
    font-size: 14px;
  }
  main.pageContainer section#contents .wrap .items .item .box h3 {
    font-size: 18px;
  }
}
main.pageContainer section#contents .wrap .items .item:hover {
  animation: bubble 0.2s linear;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .main {
  background: #C3C3C3 url("/sakana_x/data/images/svg/icon_comingsoon.svg") no-repeat 35% 50%;
}
@media screen and (max-width: 1200px) {
  main.pageContainer section#contents .wrap .items .item.comingsoon .main {
    background-size: 70%;
  }
}
main.pageContainer section#contents .wrap .items .item.comingsoon .cat {
  background-color: #A3A3A3;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box h4 {
  height: 16px;
  background-color: #C3C3C3;
  margin-bottom: 1em;
  width: 12em;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box h3 {
  height: 23px;
  background-color: #C3C3C3;
  margin-bottom: 0.5em;
  display: block;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box h3.c1 {
  width: 8em;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box h3.c2 {
  width: 7em;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box h3.c3 {
  width: 7em;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box .date {
  height: 14px;
  background-color: #C3C3C3;
  margin-bottom: 1em;
  width: 8em;
}
main.pageContainer section#contents .wrap .items .item.comingsoon .box .tags {
  height: 14px;
  background-color: #C3C3C3;
  width: 80%;
}
main.pageContainer section#contents .wrap .items .item.sports .cat {
  background-color: #00AAEA;
}
main.pageContainer section#contents .wrap .items .item.sustainable .cat {
  background-color: #8DC21F;
}
@media screen and (max-width: 767px) {
  main.pageContainer section#contents .wrap .items {
    flex-direction: column;
  }
  main.pageContainer section#contents .wrap .items .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 5vw;
  }
  main.pageContainer section#contents .wrap .items .item .main {
    width: 40%;
    height: auto;
    max-height: 100vw;
  }
  main.pageContainer section#contents .wrap .items .item .cat {
    height: 100%;
    width: 6vw;
    padding: 5vw 1vw;
  }
  main.pageContainer section#contents .wrap .items .item .cat img {
    max-width: 3vw;
  }
  main.pageContainer section#contents .wrap .items .item .box {
    min-height: 40vw;
    padding-right: 7vw;
  }
  main.pageContainer section#contents .wrap .items .item .box h4 {
    font-size: 3vw;
  }
  main.pageContainer section#contents .wrap .items .item .box h3 {
    font-size: 3.5vw;
  }
  main.pageContainer section#contents .wrap .items .item .box .date {
    font-size: 3vw;
    margin-top: 1em;
  }
  main.pageContainer section#contents .wrap .items .item .box .tags span {
    font-size: 3vw;
  }
  main.pageContainer section#contents .wrap .items .item.comingsoon .main {
    background-size: 80%;
  }
  main.pageContainer section#contents .wrap .items .item.comingsoon .box h4 {
    height: 2vw;
  }
  main.pageContainer section#contents .wrap .items .item.comingsoon .box h3 {
    height: 2.4vw;
  }
  main.pageContainer section#contents .wrap .items .item.comingsoon .box .date {
    height: 2vw;
  }
  main.pageContainer section#contents .wrap .items .item.comingsoon .box .tags {
    height: 2vw;
    width: 80%;
  }
}
main.pageContainer section#news .wrap .items {
  border-bottom: 2px solid #646464;
}
main.pageContainer section#news .wrap .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #646464;
  padding: 2em 0 2em 1em;
  position: relative;
}
main.pageContainer section#news .wrap .items .item .date {
  display: inline-block;
  color: #646464;
  margin-right: 1em;
  white-space: nowrap;
  width: 15%;
  line-height: 1.3em;
}
main.pageContainer section#news .wrap .items .item p {
  display: inline-block;
  text-align: left;
  width: 70%;
  padding: 0 5%;
  line-height: 1.3em;
}
main.pageContainer section#news .wrap .items .item:after {
  content: "";
  display: block;
  height: 4em;
  width: 8em;
  background: url("/sakana_x/data/images/svg/button_more.svg") no-repeat 100% 50%;
  background-size: contain;
}
main.pageContainer section#news .wrap .items .item:hover:after {
  animation: bubble2 0.2s linear;
}
@media screen and (max-width: 767px) {
  main.pageContainer section#news .wrap .items .item {
    padding: 4vw 0 4vw 2vw;
  }
  main.pageContainer section#news .wrap .items .item .date {
    width: 18%;
    font-size: 3.5vw;
  }
  main.pageContainer section#news .wrap .items .item p {
    width: 80%;
    border-left: 1px solid #646464;
    padding: 0 3%;
    font-size: 3.5vw;
  }
  main.pageContainer section#news .wrap .items .item:after {
    width: 15%;
    background-image: url("/sakana_x/data/images/svg/button_more_mobile.svg");
  }
}
main.pageContainer section#others {
  background-color: #F6F6F6;
}
main.pageContainer section#others .wrap h2.red {
  margin-bottom: 0.5em !important;
  line-height: 0.8em;
}
main.pageContainer section#others .wrap h2.red a {
  display: flex;
  align-items: center;
}
main.pageContainer section#others .wrap img.icon {
  margin-left: 0.4em;
}
main.pageContainer section#others .wrap .instagram {
  margin-bottom: 3em;
}
main.pageContainer section#others .wrap .instagram .items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.pageContainer section#others .wrap .instagram .items .item {
  width: 18.5%;
  display: block;
  margin-right: 1.8%;
  margin-bottom: 2%;
}
main.pageContainer section#others .wrap .instagram .items .item:nth-child(5n) {
  margin-right: 0;
}
main.pageContainer section#others .wrap .instagram .items .item img {
  width: 100%;
  display: block;
}
main.pageContainer section#others .wrap .instagram #instagram-more {
  background-color: #D7000F;
  color: white;
  display: flex;
}
main.pageContainer section#others .wrap .instagram #instagram-more:after {
  transform: rotate(90deg);
}
main.pageContainer section#others .wrap .instagram #instagram-more.hide {
  opacity: 0;
}
main.pageContainer section#others .wrap h2.pickup {
  letter-spacing: -0.03em;
}
main.pageContainer section#others .wrap .pickuplinks {
  display: flex;
  justify-content: space-between;
}
main.pageContainer section#others .wrap .pickuplinks .item {
  width: 23.5%;
  display: block;
}
main.pageContainer section#others .wrap .pickuplinks .item img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  main.pageContainer section#others .wrap img.icon {
    height: 7vw;
  }
  main.pageContainer section#others .wrap .instagram .items .item {
    width: 32%;
    margin-right: 1.8%;
  }
  main.pageContainer section#others .wrap .instagram .items .item:nth-child(3n) {
    margin-right: 0;
  }
  main.pageContainer section#others .wrap .instagram .items .item:nth-child(5n) {
    margin-right: 1.8%;
  }
  main.pageContainer section#others .wrap .instagram .items .item:nth-child(15n) {
    margin-right: 0;
  }
  main.pageContainer section#others .wrap .pickuplinks {
    flex-wrap: wrap;
  }
  main.pageContainer section#others .wrap .pickuplinks .item {
    width: 48%;
    margin-bottom: 3.5vw;
  }
}

body.muted section#hero .overlay a#video-volume svg.on {
  display: none;
}
body.muted section#hero .overlay a#video-volume svg.off {
  display: block;
}
body.play section#hero video {
  filter: blur(0);
}
body.play section#hero .overlay {
  background-color: transparent;
}
body.play section#hero .overlay .logo {
  display: none;
}
body.play section#hero .overlay a#video-play svg.start {
  transform: translateX(30vw);
}
body.play section#hero .overlay a#video-play svg.close {
  transform: translateX(0vw);
}
body.play section#hero .overlay a#video-volume {
  transform: translateX(0vw);
}
body.header-fixed #header {
  transform: translateY(-100px);
}
body.header-fixed #local-header {
  opacity: 1;
}
body.header-fixed #local-header .sakanax_logo svg {
  transform: translateX(0);
}
body.header-fixed #local-header .maruhanichiro_logo img {
  transform: translateX(0);
}
body.header-fixed #local-header .maruhanichiro_logo:before {
  opacity: 1;
}
body.menu-open #local-header .menu {
  height: 100vh;
  border-top: 1px solid #646464;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#overlay .box {
  position: relative;
}
#overlay .box .close-overlay {
  color: white;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -2em;
  cursor: pointer;
}

body.open-overlay #overlay {
  display: flex;
}

.siteFooter {
  background-color: #D7000F;
}
.siteFooter footer {
  min-width: auto;
}
.siteFooter footer .btmMenu {
  border-top: none;
}
.siteFooter footer .btmMenu ul li {
  border-left-color: white !important;
}
.siteFooter footer .btmMenu ul.policies li a {
  color: white;
}
.siteFooter footer .btmMenu ul.sns li a {
  color: white;
}
.siteFooter footer .btmMenu ul.sns li a:hover {
  color: #f0f0f0;
}
.siteFooter footer .siteAuthor .footer-logo path {
  color: white;
  fill: currentColor;
}
.siteFooter footer .siteAuthor .copyright {
  color: white;
}
@media screen and (max-width: 767px) {
  .siteFooter {
    padding-top: 5vw;
  }
}

@keyframes begin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hide {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
    opacity: 0;
  }
}
@keyframes bubble {
  0% {
    transform: scale(100%);
  }
  20% {
    transform: scale(103%);
  }
  60% {
    transform: scale(98%);
  }
  100% {
    transform: scale(100%);
  }
}
@keyframes bubble2 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
