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

/*
    STYLES FOR EACH LEVELS
*/
body.article {
  /* Color Settings */
  /* Individual Settings */
}
body.article section .wrap {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body.article section .wrap {
    padding-top: 10vw;
  }
}
body.article section h2 {
  font-size: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  body.article section h2 {
    font-size: 24px;
  }
}
body.article section p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body.article section p {
    font-size: 16px;
  }
}
body.article section .filled-box {
  padding: 30px;
  display: flex;
}
body.article section .filled-box p, body.article section .filled-box h3 {
  color: white !important;
}
body.article section#hero {
  height: 50vw;
  max-height: 900px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
body.article section#hero img.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
body.article section#hero .category.for-mobile {
  display: none;
}
body.article section#hero .text-area {
  display: inline-block;
  padding: 60px 35px;
  z-index: 100;
  position: relative;
}
body.article section#hero .text-area .category {
  color: white;
  width: 258px;
  height: 30px;
  display: block;
  margin-bottom: 2em;
}
body.article section#hero .text-area h4 {
  color: white;
  font-size: 16px;
}
body.article section#hero .text-area h1 {
  color: white;
  font-size: 25px;
  line-height: 1.4em;
}
body.article section#hero .text-area .date {
  color: white;
  margin-top: 1em;
}
body.article section#hero .text-area .tags {
  margin-top: 1em;
}
body.article section#hero .text-area .tags a {
  background-color: white;
  font-size: 14px;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding: 0.3em;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  body.article section#hero .text-area {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.article section#hero {
    flex-direction: column;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  body.article section#hero img.main {
    position: static;
    height: 80vw;
  }
  body.article section#hero .category.for-mobile {
    display: block;
    height: 5vw;
    width: 100%;
    margin: 16px auto;
  }
  body.article section#hero .text-area {
    width: 90%;
    padding: 5vw 5vw 5vw 5vw;
    margin: 0 5vw 0;
  }
  body.article section#hero .text-area .category {
    margin-bottom: 5vw;
    height: 4vw !important;
    display: none;
  }
  body.article section#hero .text-area h4 {
    font-size: 16px;
  }
  body.article section#hero .text-area h1 {
    font-size: 24px;
  }
  body.article section#hero .text-area .date {
    margin-top: 0.2em;
  }
  body.article section#hero .text-area .tags {
    margin-top: 0em;
  }
}
body.article section#intro {
  margin-top: -70px;
}
body.article section#intro .wrap {
  width: 920px;
  background-color: white;
  padding: 60px;
}
body.article section#intro .wrap p {
  font-size: 18px;
  font-weight: bold;
}
body.article section#intro .right-cat {
  position: absolute;
  right: 20px;
  top: 110px;
}
body.article section#intro .right-cat svg {
  width: 58px;
  height: 500px;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 970px) {
  body.article section#intro .right-cat svg {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  body.article section#intro {
    margin-top: 0;
  }
  body.article section#intro .right-cat {
    top: 30px;
  }
  body.article section#intro .right-cat svg {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.article section#intro {
    margin-top: 0;
  }
  body.article section#intro .wrap {
    padding: 5vw 5vw 5vw 5vw !important;
    width: 100%;
  }
  body.article section#intro .wrap p {
    font-size: 16px;
  }
  body.article section#intro .right-cat {
    display: none;
  }
}
body.article section#profile .wrap {
  width: 800px;
  margin: 0 auto;
  padding: 30px !important;
}
body.article section#profile .wrap h2 {
  color: white;
  font-size: 24px;
  margin: 1em 0 0.3em;
}
body.article section#profile .wrap p {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
body.article section#profile .wrap a {
  color: white !important;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.article section#profile .wrap {
    padding: 5vw !important;
  }
  body.article section#profile .wrap h2 {
    margin-top: 0.5em;
  }
  body.article section#profile .wrap p {
    font-size: 14px;
  }
  body.article section#profile .wrap p br {
    display: none;
  }
}
body.article section.to-read .wrap {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0 0 0 !important;
}
body.article section.to-read .wrap p {
  margin-bottom: 2em;
  font-weight: bold;
}
body.article section.to-read .wrap p.narration {
  color: #747474;
  font-weight: bold;
}
body.article section.to-read .wrap .caption {
  font-size: 0.85em;
  font-weight: normal;
  margin-bottom: 0;
}
body.article section.to-read .wrap .caption.mb {
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  body.article section.to-read .wrap {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.to-read .wrap {
    padding: 5vw !important;
  }
}
body.article section#tips {
  margin-top: 200px;
}
body.article section#tips .wrap {
  width: 800px;
  position: relative;
  padding: 50px !important;
  background-color: #F6F6F6;
}
body.article section#tips .wrap:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/sakana_x/data/images/tips.png") no-repeat 50% 50%;
  width: 175px;
  height: 175px;
  left: -85px;
  top: -95px;
}
body.article section#tips .wrap:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  top: -100px;
  left: 0;
  margin: 0;
  background-image: linear-gradient(to right, #00AAEA, #00AAEA 10px, transparent 10px, transparent 8px);
  background-size: 18px 3px;
  background-position: left top;
  background-repeat: repeat-x; /* 上の線 */
}
body.article section#tips .wrap h2 {
  font-size: 30px;
}
body.article section#tips .wrap p {
  color: #646464;
}
body.article section#tips .wrap p:last-child {
  margin-bottom: 0;
}
body.article section#tips .wrap a {
  font-size: 0.75em;
}
@media screen and (max-width: 960px) {
  body.article section#tips .wrap {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  body.article section#tips {
    margin-top: 25vw;
  }
  body.article section#tips .wrap {
    padding: 10vw !important;
  }
  body.article section#tips .wrap h2 {
    font-size: 24px;
  }
  body.article section#tips .wrap:after {
    top: -15vw;
    margin: 0 5%;
    width: 90%;
  }
  body.article section#tips .wrap:before {
    background-size: contain;
    width: 25vw;
    height: 25vw;
    top: -15vw;
    left: 0;
  }
}
body.article section#recipe .wrap {
  width: 800px;
}
body.article section#recipe .wrap h2 {
  font-size: 40px;
}
body.article section#recipe .wrap a {
  position: relative;
  display: block;
}
body.article section#recipe .wrap a img {
  display: block;
}
body.article section#recipe .wrap a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 0, 15, 0.8);
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.article section#recipe .wrap a .hover h3 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
body.article section#recipe .wrap a .hover p {
  color: white;
  font-size: 18px;
}
body.article section#recipe .wrap a .hover .button {
  color: white;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
body.article section#recipe .wrap a .hover .button:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-left: 0.5em;
  background: white url("/sakana_x/data/images/svg/icon_arrow_red.svg") no-repeat 50% 50%;
  display: inline-block;
}
body.article section#recipe .wrap a:hover .hover {
  opacity: 1;
}
body.article section#recipe .wrap .two-cols .left {
  width: 48%;
}
body.article section#recipe .wrap .two-cols .right {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  body.article section#recipe .wrap {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
@media screen and (max-width: 960px) {
  body.article section#recipe .wrap {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  body.article section#recipe .wrap {
    padding: 10vw !important;
  }
  body.article section#recipe .wrap h2 {
    font-size: 30px;
  }
  body.article section#recipe .wrap .two-cols {
    flex-direction: column;
  }
  body.article section#recipe .wrap .two-cols .left, body.article section#recipe .wrap .two-cols .right {
    width: 50%;
  }
  body.article section#recipe .wrap .two-cols .left {
    margin-bottom: 1em;
  }
  body.article section#recipe .wrap .two-cols a .hover {
    opacity: 1;
    left: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #D7000F;
    padding: 5vw 0 0 3vw;
  }
  body.article section#recipe .wrap .two-cols a .hover h3 {
    font-size: 3vw;
  }
  body.article section#recipe .wrap .two-cols a .hover p {
    font-size: 2.5vw;
  }
  body.article section#recipe .wrap .two-cols a .hover .button {
    font-size: 3vw;
    right: 3vw;
    bottom: 3vw;
  }
  body.article section#recipe .wrap .two-cols a .hover .button:after {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    background-size: 50%;
  }
}
body.article.sports .to-read .wrap p {
  color: black;
}
body.article.sports .filled-box {
  background-color: #00AAEA;
}
body.article.sports section a {
  color: #00AAEA !important;
}
body.article.sports section#hero .text-area {
  background-color: #00AAEA;
}
body.article.sports section#hero .text-area .category {
  width: 258px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  body.article.sports section#hero .text-area h1 br.unusual {
    display: inline-block;
  }
}
body.article.sports section#profile .wrap {
  background-color: #00AAEA;
}
body.article.sports section.to-read .wrap h2 {
  color: #00AAEA;
}
body.article.sports section#tips .wrap:after {
  border-top-color: #00AAEA;
}
body.article.sustainable .filled-box {
  background-color: #8DC21F;
}
body.article.sustainable section a {
  color: #8DC21F !important;
}
body.article.sustainable section#hero .text-area {
  background-color: #8DC21F;
}
body.article.sustainable section#hero .text-area .category {
  width: 274px;
  height: 25px;
}
body.article.sustainable section#intro .wrap {
  padding-bottom: 0;
}
body.article.sustainable section.to-read .wrap h2 {
  color: #8DC21F;
}
body.article.sustainable section#tips .wrap:after {
  border-top-color: #8DC21F;
}
body.article.article01 section#hero img.main {
  object-fit: cover;
  object-position: 100% 65%;
}
@media screen and (max-width: 767px) {
  body.article.article01 section#hero img.main {
    object-position: 40% 60%;
  }
}
body.article.article03 #hero .text-area {
  width: 340px;
}
@media screen and (max-width: 1080px) {
  body.article.article03 #hero img.main {
    padding-right: 340px;
  }
}
@media screen and (max-width: 767px) {
  body.article.article03 #hero .text-area {
    width: 90%;
  }
  body.article.article03 #hero img.main {
    padding-right: 0px;
    object-position: 40% 50%;
  }
}
body.article.article03 section#intro .wrap {
  padding-bottom: 0;
}
body.article.article03 section.to-read .wrap {
  padding-top: 50px !important;
}
body.article.article03 section.to-read .wrap p {
  color: #646464;
}
body.article.article03 section.to-read .wrap .youtube-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
}
body.article.article03 section.to-read .wrap .youtube-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
  cursor: pointer;
}
body.article.article03 section.to-read .wrap .youtube-wrapper #youtube {
  position: absolute;
  top: 0;
  left: 0;
}
body.article.article03 section.to-read .wrap .filled-box {
  margin-bottom: 2em;
}
body.article.article03 section.to-read .wrap .filled-box h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box h3 {
    font-size: 20px;
  }
}
body.article.article03 section.to-read .wrap .filled-box p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box {
    flex-direction: column;
    padding: 5vw;
  }
}
body.article.article03 section.to-read .wrap .filled-box .left {
  width: 30%;
  margin-right: 30px;
}
body.article.article03 section.to-read .wrap .filled-box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box .left {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
  }
  body.article.article03 section.to-read .wrap .filled-box .left img {
    width: 50%;
  }
  body.article.article03 section.to-read .wrap .filled-box .left h3 {
    text-align: center;
    width: 50%;
    display: inline-block;
  }
}
body.article.article03 section.to-read .wrap .filled-box .right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box .right {
    width: 100%;
  }
}
body.article.article03 section.to-read .wrap .filled-box.game-rule {
  flex-direction: column;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box.game-rule {
    padding: 5vw;
  }
}
body.article.article03 section.to-read .wrap .filled-box.game-rule h4 {
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}
body.article.article03 section.to-read .wrap .filled-box.game-rule h4 span {
  background-color: #00AAEA;
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
body.article.article03 section.to-read .wrap .filled-box.game-rule h4:before {
  content: "";
  background-image: linear-gradient(to right, white, white 8px);
  background-size: 16px 2px;
  background-position: 0% 46%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box.game-rule h4 {
    font-size: 20px;
  }
}
body.article.article03 section.to-read .wrap .filled-box.game-rule table {
  margin-bottom: 1em;
}
body.article.article03 section.to-read .wrap .filled-box.game-rule table tr {
  position: relative;
}
body.article.article03 section.to-read .wrap .filled-box.game-rule table tr td {
  color: white;
  font-size: 20px;
  padding: 1em 1em 1em 0;
  position: relative;
}
body.article.article03 section.to-read .wrap .filled-box.game-rule table tr td span {
  font-size: 30px;
  background-color: white;
  color: #00AAEA;
  padding: 0.1em 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read .wrap .filled-box.game-rule table tr td {
    padding: 5vw 0;
    font-size: 15px;
    line-height: 1.4em;
  }
  body.article.article03 section.to-read .wrap .filled-box.game-rule table tr td:last-child {
    padding-left: 1em;
    height: 6em;
  }
  body.article.article03 section.to-read .wrap .filled-box.game-rule table tr td span {
    padding: 1.5em 1em;
    font-size: 15px;
  }
}
body.article.article03 section.to-read .wrap .filled-box.game-rule table tr td:after {
  content: "";
  background-image: linear-gradient(to right, white, white 8px, transparent 3px, transparent 8px);
  background-size: 16px 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.article.article03 section.to-read .wrap .filled-box.game-rule table tr:last-child td:after {
  background-image: linear-gradient(to right, white, white 8px);
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read.to-read01 .wrap {
    padding-top: 3vw !important;
  }
}
body.article.article03 section.to-read.to-read02 .wrap {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  body.article.article03 section.to-read.to-read03 .wrap {
    padding-top: 0 !important;
  }
}
body.article.article04 section#hero img.main {
  object-fit: cover;
  object-position: 100% 65%;
}
@media screen and (max-width: 767px) {
  body.article.article04 section#hero img.main {
    object-position: 40% 60%;
  }
}
@media screen and (max-width: 1080px) {
  body.article.article04 section#hero img.main {
    padding-right: 250px;
  }
}
@media screen and (max-width: 767px) {
  body.article.article04 section#hero .text-area {
    width: 90%;
  }
  body.article.article04 section#hero img.main {
    padding-right: 0px;
    object-position: 40% 50%;
  }
}
body.article.playing-youtube .youtube-button {
  display: none;
}
