@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*
@mixin ll_pc_size{
  @media screen and (min-width: $l_desktop) {
    @content;
  }
}
*/
header .header_wrap {
  position: fixed; }

.main_title {
  font-size: 1.8rem;
  color: #34578E;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .main_title {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 2.34375 ); } }
  @media (min-width: 1280px) {
    .main_title {
      font-size: 3rem; } }

.en {
  font-size: 1.5rem;
  color: #34578E;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .en {
      font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
  @media (min-width: 1280px) {
    .en {
      font-size: 1.8rem; } }

.read_txt {
  margin: 0 auto;
  max-width: 856px;
  font-size: 1.5rem;
  color: #707070;
  text-align: center; }
  @media (min-width: 768px) {
    .read_txt {
      font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
  @media (min-width: 1280px) {
    .read_txt {
      font-size: 1.8rem; } }

#contents #body_content {
  position: relative;
  background: #D5F0FF; }
  #contents #body_content #kumo_about {
    margin-bottom: 20px; }
    #contents #body_content #kumo_about .section_title {
      margin-bottom: 60px; }
    #contents #body_content #kumo_about .read_txt {
      margin-bottom: 25px; }
    #contents #body_content #kumo_about .back_image {
      height: 280px;
      background: url("/img/about/back_image.png") no-repeat center/cover; }
    #contents #body_content #kumo_about .about_list {
      position: relative;
      margin: -35px auto auto auto;
      z-index: 1; }
      #contents #body_content #kumo_about .about_list .about_num_box {
        position: relative;
        box-sizing: border-box;
        margin-bottom: 90px;
        padding: 0 4% 39px;
        background: #fff; }
        #contents #body_content #kumo_about .about_list .about_num_box .about_num {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, -25%);
          font-size: 4.4rem;
          text-align: center;
          line-height: 0.7; }
          @media (min-width: 768px) {
            #contents #body_content #kumo_about .about_list .about_num_box .about_num {
              font-size: calc( 4.4rem + ( 1vw - 7.68px ) * 5.859375 ); } }
          @media (min-width: 1280px) {
            #contents #body_content #kumo_about .about_list .about_num_box .about_num {
              font-size: 7.4rem; } }
        #contents #body_content #kumo_about .about_list .about_num_box .about_title {
          margin-bottom: 25px;
          padding-top: 65px;
          font-size: 1.7rem;
          text-align: center; }
          @media (min-width: 768px) {
            #contents #body_content #kumo_about .about_list .about_num_box .about_title {
              font-size: calc( 1.7rem + ( 1vw - 7.68px ) * 1.3671875 ); } }
          @media (min-width: 1280px) {
            #contents #body_content #kumo_about .about_list .about_num_box .about_title {
              font-size: 2.4rem; } }
        #contents #body_content #kumo_about .about_list .about_num_box .about_txt {
          margin-bottom: 30px;
          font-size: 1.3rem;
          color: #707070;
          line-height: unset; }
          @media (min-width: 768px) {
            #contents #body_content #kumo_about .about_list .about_num_box .about_txt {
              font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
          @media (min-width: 1280px) {
            #contents #body_content #kumo_about .about_list .about_num_box .about_txt {
              font-size: 1.5rem; } }
          #contents #body_content #kumo_about .about_list .about_num_box .about_txt span {
            font-weight: bold; }
        #contents #body_content #kumo_about .about_list .about_num_box .btn {
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, 50%);
          width: 100%; }
        #contents #body_content #kumo_about .about_list .about_num_box p {
          color: #4B7CC7;
          line-height: 1;
          font-family: 'A-OTF UD新ゴ Pro'; }
  #contents #body_content #how_to_enjoy .section_title {
    margin-bottom: 90px; }
  #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box {
    margin-bottom: 50px; }
    #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .left {
      margin-bottom: 21px; }
    #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_title {
      margin-bottom: 21px;
      font-size: 2rem;
      color: #4B7CC7;
      line-height: 1; }
      @media (min-width: 768px) {
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_title {
          font-size: calc( 2rem + ( 1vw - 7.68px ) * 2.34375 ); } }
      @media (min-width: 1280px) {
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_title {
          font-size: 3.2rem; } }
    #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_txt {
      font-size: 1.3rem;
      color: #707070; }
      @media (min-width: 768px) {
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_txt {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
      @media (min-width: 1280px) {
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_txt {
          font-size: 1.5rem; } }
  #contents #body_content #fish_kind {
    padding-bottom: 200px; }
    #contents #body_content #fish_kind .section_title {
      margin-bottom: 40px; }
    #contents #body_content #fish_kind .read_txt {
      margin-bottom: 50px;
      text-align: left; }
    #contents #body_content #fish_kind .fish_list {
      margin-bottom: 32px; }
      #contents #body_content #fish_kind .fish_list .enjoy_box {
        box-sizing: border-box;
        margin-bottom: 60px;
        padding: 0 6% 6%;
        background: #fff;
        border-radius: 35px; }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_img {
          position: relative;
          top: -10px;
          transform: rotate(12deg);
          margin: 0 auto;
          width: 60%;
          max-width: 260px;
          min-height: 160px; }
          #contents #body_content #fish_kind .fish_list .enjoy_box .fish_img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_name {
          margin-bottom: 20px;
          font-size: 2rem; }
          @media (min-width: 768px) {
            #contents #body_content #fish_kind .fish_list .enjoy_box .fish_name {
              font-size: calc( 2rem + ( 1vw - 7.68px ) * 4.296875 ); } }
          @media (min-width: 1280px) {
            #contents #body_content #fish_kind .fish_list .enjoy_box .fish_name {
              font-size: 4.2rem; } }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_about {
          margin-bottom: 26px;
          font-size: 1.5rem;
          line-height: 1.3; }
          @media (min-width: 768px) {
            #contents #body_content #fish_kind .fish_list .enjoy_box .fish_about {
              font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 0.1953125 ); } }
          @media (min-width: 1280px) {
            #contents #body_content #fish_kind .fish_list .enjoy_box .fish_about {
              font-size: 1.6rem; } }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_txt {
          font-size: 1.3rem;
          color: #707070;
          text-align: left;
          line-height: unset; }
          @media (min-width: 768px) {
            #contents #body_content #fish_kind .fish_list .enjoy_box .fish_txt {
              font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
          @media (min-width: 1280px) {
            #contents #body_content #fish_kind .fish_list .enjoy_box .fish_txt {
              font-size: 1.5rem; } }
        #contents #body_content #fish_kind .fish_list .enjoy_box p {
          color: #4B7CC7;
          text-align: center;
          line-height: 1; }
        #contents #body_content #fish_kind .fish_list .enjoy_box:nth-child(1) .fish_img {
          width: 50%;
          max-width: 150px;
          transform: rotate(0); }
        #contents #body_content #fish_kind .fish_list .enjoy_box:nth-child(3) .fish_img {
          width: 55%;
          max-width: 160px; }
        #contents #body_content #fish_kind .fish_list .enjoy_box:nth-last-child(1) {
          margin-bottom: 0; }

/*------------------------------
		769px以上
------------------------------*/
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #contents #body_content #kumo_about {
    margin-bottom: 182px; }
    #contents #body_content #kumo_about .section_title {
      margin-bottom: 117px; }
    #contents #body_content #kumo_about .read_txt {
      margin-bottom: 50px; }
    #contents #body_content #kumo_about .back_image {
      height: 100vw;
      max-height: 702px; }
    #contents #body_content #kumo_about .about_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #contents #body_content #kumo_about .about_list .about_num_box {
        flex: 0 1 calc((100% - 80px) / 3);
        width: calc((100% - 80px) / 3);
        max-width: calc((100% - 80px) / 3);
        margin-bottom: 0;
        padding: 0 2%;
        background: #fff; }
        #contents #body_content #kumo_about .about_list .about_num_box .about_title {
          margin-bottom: 40px;
          padding-top: 112px; }
        #contents #body_content #kumo_about .about_list .about_num_box .about_txt {
          margin-bottom: 40px;
          min-height: 215px; }
        #contents #body_content #kumo_about .about_list .about_num_box .btn a {
          width: 95%; }
        #contents #body_content #kumo_about .about_list .about_num_box:nth-child(even) {
          margin: 0 40px; }
        #contents #body_content #kumo_about .about_list .about_num_box p {
          color: #4B7CC7;
          line-height: 1; }
  #contents #body_content #how_to_enjoy {
    margin-bottom: 180px; }
    #contents #body_content #how_to_enjoy .section_title {
      margin-bottom: 180px; }
    #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box {
      margin-bottom: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .left {
        margin-bottom: 0;
        flex: 0 1 calc((100% - 65px) * 0.5);
        width: calc((100% - 65px) * 0.5);
        max-width: calc((100% - 65px) * 0.5); }
      #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right {
        flex: 0 1 calc((100% - 65px) * 0.5);
        width: calc((100% - 65px) * 0.5);
        max-width: calc((100% - 65px) * 0.5);
        margin-left: 65px; }
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box .right .enjoy_title {
          margin-bottom: 43px; }
      #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box:nth-child(even) {
        flex-direction: row-reverse; }
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box:nth-child(even) .left {
          flex: 0 1 calc((100% - 65px) * 0.5);
          width: calc((100% - 65px) * 0.5);
          max-width: calc((100% - 65px) * 0.5); }
        #contents #body_content #how_to_enjoy .enjoy_list .enjoy_box:nth-child(even) .right {
          flex: 0 1 calc((100% - 65px) * 0.5);
          width: calc((100% - 65px) * 0.5);
          max-width: calc((100% - 65px) * 0.5);
          margin-left: 0;
          margin-right: 65px; }
  #contents #body_content #fish_kind {
    padding-bottom: 338px; }
    #contents #body_content #fish_kind .section_title {
      margin-bottom: 79px; }
    #contents #body_content #fish_kind .read_txt {
      margin-bottom: 100px; }
    #contents #body_content #fish_kind .fish_list {
      margin-bottom: 67px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #contents #body_content #fish_kind .fish_list .enjoy_box {
        margin-bottom: 92px;
        padding: 0 3% 3%;
        flex: 0 1 calc((100% - 81px) / 2);
        width: calc((100% - 81px) / 2);
        max-width: calc((100% - 81px) / 2); }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_img {
          min-height: 220px; }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_name {
          margin-bottom: 22px; }
        #contents #body_content #fish_kind .fish_list .enjoy_box .fish_about {
          margin-bottom: 32px; }
        #contents #body_content #fish_kind .fish_list .enjoy_box:nth-child(odd) {
          margin-right: 81px; }
        #contents #body_content #fish_kind .fish_list .enjoy_box:nth-last-child(1), #contents #body_content #fish_kind .fish_list .enjoy_box:nth-last-child(2) {
          margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
