@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSansCJKjp-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansCJKjp-Medium.woff) format("woff"), url(../fonts/NotoSansCJKjp-Medium.ttf) format("truetype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansCJKjp-Bold.woff) format("woff"), url(../fonts/NotoSansCJKjp-Bold.ttf) format("truetype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansCJKjp-Black.woff) format("woff"), url(../fonts/NotoSansCJKjp-Black.ttf) format("truetype"); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

section {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%;
  line-height: inherit;
  overflow-x: hidden; }

body {
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #49352a;
  margin: auto;
  overflow-x: hidden; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 12px; } }

p {
  margin: auto;
  font-size: 18px;
  color: #512f1b; }
  @media screen and (max-width: 640px) {
    p {
      font-size: 16px;
      line-height: 1.5; } }

ol, ul {
  list-style: none; }

figure {
  line-height: 0; }

img {
  width: auto;
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  /*pointer-events: cursor;*/ }
  a:hover {
    opacity: .9;
    filter: drop-shadow(3px 3px 3px #512f1b); }

/*$breakpoints: (
  'min': 'screen and (max-width: 340px)',
  'sm': 'screen and (max-width: 640px)',
  'md': 'screen and (max-width: 768px)',
  'xl': 'screen and (max-width: 960px)',
  'lg': 'screen and (max-width: 1240px)'
);*/
.pc {
  display: block; }
  @media screen and (max-width: 375px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 375px) {
    .sp {
      display: block; } }

.txt-left {
  text-align: left; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

body header.mv {
  display: block;
  position: relative;
  background: url(../images/mv.jpg) top no-repeat;
  background-size: cover;
  height: 880px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 1560px) {
    body header.mv {
      height: 950px; } }
  @media screen and (max-width: 1400px) {
    body header.mv {
      width: 100%;
      height: 790px; } }
  @media screen and (max-width: 1300px) {
    body header.mv {
      height: 780px;
      background-size: contain; } }
  @media screen and (max-width: 1200px) {
    body header.mv {
      height: 765px; } }
  @media screen and (max-width: 1100px) {
    body header.mv {
      width: 100%;
      height: 640px; } }
  @media screen and (max-width: 960px) {
    body header.mv {
      width: 100%;
      height: 591px;
      background-size: contain; } }
  @media screen and (max-width: 768px) {
    body header.mv {
      width: 100%;
      height: 1268px;
      background: url(../images/mv-sp.jpg) top no-repeat;
      background-size: contain;
      background-position-y: -140px; } }
  @media screen and (max-width: 640px) {
    body header.mv {
      background-position: initial;
      height: 1313px; } }
  @media screen and (max-width: 480px) {
    body header.mv {
      background-position: initial;
      height: 1120px; } }
  @media screen and (max-width: 375px) {
    body header.mv {
      height: 1120px;
      background-position-y: 0px; } }
  @media screen and (max-width: 340px) {
    body header.mv {
      height: 1120px; } }
  body header.mv .lang {
    position: absolute;
    right: 0;
    top: 0;
    display: flex; }
    body header.mv .lang p {
      margin: 10px 10px 0 0; }
      body header.mv .lang p a {
        position: relative;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        text-align: center;
        font-weight: bold;
        background-color: #454b4c;
        color: #fff;
        box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
        position: relative;
        width: 45px;
        height: 40px;
        line-height: 40px; }
        @media screen and (max-width: 640px) {
          body header.mv .lang p a {
            width: 35px;
            height: 30px;
            line-height: 30px; } }
        body header.mv .lang p a:after {
          content: "";
          width: 100%;
          border-bottom: 3px solid #454b4c;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          -moz-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
          height: 0;
          bottom: -3px;
          left: 0px; }
        body header.mv .lang p a:hover {
          color: #454b4c;
          background-color: #fff;
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
          opacity: 1;
          filter: none; }
      body header.mv .lang p.current a {
        color: #454b4c;
        background-color: #fff;
        cursor: default; }
        body header.mv .lang p.current a:before {
          width: 50%;
          content: "";
          height: 2px;
          background-color: #454b4c;
          bottom: 8px;
          left: 26%;
          position: absolute; }
        body header.mv .lang p.current a:hover {
          color: #454b4c;
          background-color: #fff;
          opacity: 1;
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
          filter: none; }
  body header.mv .switch {
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 1100px) {
      body header.mv .switch img {
        width: 100%;
        max-width: 50px; } }
  body header.mv .catch.sp {
    display: none; }
    @media screen and (max-width: 640px) {
      body header.mv .catch.sp {
        display: block !important; }
        body header.mv .catch.sp img {
          width: 70%;
          margin: 70px auto 0 auto; } }
    @media screen and (max-width: 375px) {
      body header.mv .catch.sp {
        display: block; } }
  body header.mv .main_title {
    padding-left: 100px;
    padding-top: 80px;
    display: block;
    /*@include media(lg) {
      padding-left: 50px;
      padding-top: 40px;
      width: 60%;
    }*/ }
    @media screen and (max-width: 1100px) {
      body header.mv .main_title {
        padding-left: 50px;
        padding-top: 40px;
        width: 60%; } }
    @media screen and (max-width: 768px) {
      body header.mv .main_title {
        padding-left: initial;
        padding-top: initial;
        width: 80%;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 620px;
        right: 0;
        left: 0; } }
    @media screen and (max-width: 640px) {
      body header.mv .main_title {
        width: 90%;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 620px; } }
    @media screen and (max-width: 480px) {
      body header.mv .main_title {
        top: 480px; } }
    @media screen and (max-width: 340px) {
      body header.mv .main_title {
        top: 380px; } }
    body header.mv .main_title p {
      text-align: left; }
    body header.mv .main_title .logo {
      display: block;
      /*backdrop-filter: blur(12px);*/ }
      @media screen and (max-width: 1100px) {
        body header.mv .main_title .logo img {
          width: 100%;
          max-width: 80%; } }
      @media screen and (max-width: 768px) {
        body header.mv .main_title .logo {
          display: block;
          left: initial;
          top: initial;
          filter: initial; }
          body header.mv .main_title .logo img {
            width: 100%;
            max-width: 100%; } }
      @media screen and (max-width: 640px) {
        body header.mv .main_title .logo {
          margin: 20px 0; }
          body header.mv .main_title .logo img {
            width: 100%;
            max-width: 100%; } }
    body header.mv .main_title .catch.pc {
      margin: auto;
      filter: drop-shadow(3px 3px 3px #ccc); }
      @media screen and (max-width: 1100px) {
        body header.mv .main_title .catch.pc img {
          width: 100%;
          max-width: 80%; } }
      @media screen and (max-width: 768px) {
        body header.mv .main_title .catch.pc {
          display: block; }
          body header.mv .main_title .catch.pc img {
            width: 100%;
            max-width: 70%;
            margin: auto;
            text-align: center;
            display: block; } }
      @media screen and (max-width: 640px) {
        body header.mv .main_title .catch.pc {
          display: none; } }
    body header.mv .main_title .btn {
      margin: auto;
      display: block;
      padding: 0 0 20px;
      width: 320px;
      float: left;
      clear: both;
      z-index: 10;
      position: relative;
      filter: drop-shadow(5px 5px 5px #aaa);
      z-index: 12;
      /*&:hover{
          cursor: pointer;
      }*/ }
      @media screen and (max-width: 960px) {
        body header.mv .main_title .btn {
          width: 250px; } }
      @media screen and (max-width: 768px) {
        body header.mv .main_title .btn {
          margin: auto;
          text-align: center;
          float: initial; } }
      @media screen and (max-width: 375px) {
        body header.mv .main_title .btn {
          width: 100%;
          max-width: 240px; } }
      body header.mv .main_title .btn a {
        display: block;
        width: 100%; }
        body header.mv .main_title .btn a:hover {
          cursor: pointer; }
        body header.mv .main_title .btn a img {
          display: block;
          /*&:hover{
            cursor: pointer;
          }*/ }
body main section {
  margin: auto;
  padding: auto; }
body main .gaiyo {
  display: block;
  position: relative;
  background: url(../images/bg-grass.jpg) repeat;
  z-index: -2;
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    body main .gaiyo {
      padding-bottom: 30px; } }
body main section#story {
  position: relative;
  margin-top: 80px; }
  body main section#story::before {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: -50px;
    z-index: -1;
    height: 70px;
    display: block;
    width: 100%; }
  body main section#story::after {
    content: "";
    background: url(../images/img-story.png) no-repeat;
    background-size: contain;
    background-position: top;
    margin: auto;
    height: 530px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: -1; }
    @media screen and (min-width: 1240px) {
      body main section#story::after {
        width: 100%;
        background-size: cover; } }
    @media screen and (max-width: 960px) {
      body main section#story::after {
        height: 420px; } }
    @media screen and (max-width: 768px) {
      body main section#story::after {
        top: 60px; } }
    @media screen and (max-width: 640px) {
      body main section#story::after {
        position: absolute;
        top: 50px;
        height: 263px; } }
    @media screen and (max-width: 375px) {
      body main section#story::after {
        top: 30px;
        height: 180px; } }
  body main section#story h1 {
    display: block;
    height: 440px;
    /*@include media(lg) {
      height: 400px;
    }*/ }
    @media screen and (max-width: 1100px) {
      body main section#story h1 {
        width: 90%;
        margin: auto; } }
    @media screen and (max-width: 960px) {
      body main section#story h1 {
        height: 300px; } }
    @media screen and (max-width: 640px) {
      body main section#story h1 {
        height: 210px; } }
    @media screen and (max-width: 375px) {
      body main section#story h1 {
        width: 95%;
        margin: auto; } }
    @media screen and (max-width: 375px) {
      body main section#story h1 {
        height: 160px; } }
  body main section#story .paper1 {
    background: url(../images/paper-story.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 750px;
    width: 100%;
    margin: auto;
    max-width: 1070px;
    display: block;
    position: relative; }
    @media screen and (max-width: 960px) {
      body main section#story .paper1 {
        background-size: cover;
        height: 750px; } }
    @media screen and (max-width: 768px) {
      body main section#story .paper1 {
        background-size: cover;
        background: url(../images/bg-ground.jpg) repeat;
        z-index: 2;
        height: 640px; } }
    @media screen and (max-width: 640px) {
      body main section#story .paper1 {
        height: 540px;
        top: 10px; } }
    @media screen and (max-width: 480px) {
      body main section#story .paper1 {
        height: 540px;
        top: -40px; } }
    @media screen and (max-width: 375px) {
      body main section#story .paper1 {
        height: 540px;
        top: -20px; } }
    @media screen and (max-width: 340px) {
      body main section#story .paper1 {
        height: 560px; } }
    body main section#story .paper1::after {
      display: none;
      background-size: contain;
      background-position: top;
      height: 100%;
      max-height: 219px;
      width: 100%;
      max-width: 300px;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 1; }
      @media screen and (max-width: 960px) {
        body main section#story .paper1::after {
          max-height: 150px;
          position: absolute;
          top: -40px; } }
      @media screen and (max-width: 768px) {
        body main section#story .paper1::after {
          max-height: 150px;
          /*position: absolute;
          top: -60px;*/
          max-height: 130px;
          top: -70px; } }
      @media screen and (max-width: 640px) {
        body main section#story .paper1::after {
          max-height: 130px;
          top: -60px;
          right: -20px; } }
      @media screen and (max-width: 480px) {
        body main section#story .paper1::after {
          max-height: 80px;
          top: -60px;
          left: initial;
          right: -20px;
          width: 50%; } }
    body main section#story .paper1 .txt-block {
      display: block;
      width: 75%;
      margin: auto;
      text-align: center;
      position: absolute;
      left: 20px;
      right: 0;
      top: 48%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        body main section#story .paper1 .txt-block {
          width: 100%;
          left: initial;
          padding: 20px; } }
      body main section#story .paper1 .txt-block h2 {
        margin: 30px 0;
        filter: drop-shadow(3px 3px 3px #e1c79a); }
        @media screen and (max-width: 768px) {
          body main section#story .paper1 .txt-block h2 {
            margin: 0; } }
      body main section#story .paper1 .txt-block p {
        text-align: center;
        line-height: 1.8; }
        body main section#story .paper1 .txt-block p .pc {
          display: block; }
          @media screen and (max-width: 640px) {
            body main section#story .paper1 .txt-block p .pc {
              display: none; } }
        @media screen and (max-width: 640px) {
          body main section#story .paper1 .txt-block p {
            text-align: left;
            font-size: 16px;
            line-height: 1.5; } }
body main section#chara {
  margin-top: 180px;
  position: relative; }
  @media screen and (max-width: 480px) {
    body main section#chara {
      margin-top: 100px; } }
  @media screen and (max-width: 375px) {
    body main section#chara {
      margin-top: 80px; } }
  body main section#chara h1 {
    position: absolute;
    right: 0;
    left: 0;
    top: -100px;
    margin: 0;
    z-index: 2; }
    @media screen and (max-width: 1100px) {
      body main section#chara h1 {
        width: 90%;
        margin: auto; } }
    @media screen and (max-width: 768px) {
      body main section#chara h1 {
        top: -70px; } }
    @media screen and (max-width: 480px) {
      body main section#chara h1 {
        top: -50px; } }
    @media screen and (max-width: 375px) {
      body main section#chara h1 {
        top: -40px;
        width: 95%;
        margin: auto; } }
  body main section#chara .chara-contentr {
    background: url(../images/bg-wood.png) repeat;
    background-size: 120px;
    background-position: top;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    border-radius: 10px;
    padding: 100px 0 80px;
    filter: drop-shadow(0px 2px 8px #512f1b); }
    @media screen and (max-width: 1100px) {
      body main section#chara .chara-contentr {
        width: auto;
        max-width: 90%;
        padding: 40px 40px 60px; } }
    body main section#chara .chara-contentr p {
      margin: 0px 0 60px; }
      @media screen and (max-width: 1100px) {
        body main section#chara .chara-contentr p {
          margin: 30px 0 50px; } }
      @media screen and (max-width: 768px) {
        body main section#chara .chara-contentr p {
          text-align: left; } }
      @media screen and (max-width: 375px) {
        body main section#chara .chara-contentr p {
          text-align: left; } }
    body main section#chara .chara-contentr .chara-box {
      display: block;
      position: relative;
      margin: auto;
      width: 100%;
      max-width: 900px; }
      body main section#chara .chara-contentr .chara-box img {
        display: block;
        margin: auto; }
    body main section#chara .chara-contentr .pc {
      display: block; }
      @media screen and (max-width: 768px) {
        body main section#chara .chara-contentr .pc {
          display: none; } }
    body main section#chara .chara-contentr .sp {
      display: none; }
      @media screen and (max-width: 768px) {
        body main section#chara .chara-contentr .sp {
          display: block; } }
body main section#life {
  margin-top: 220px;
  margin-bottom: 380px;
  position: relative; }
  @media screen and (max-width: 640px) {
    body main section#life {
      margin-top: 150px;
      margin-bottom: 300px; } }
  @media screen and (max-width: 640px) {
    body main section#life {
      margin-bottom: 270px; } }
  @media screen and (max-width: 480px) {
    body main section#life {
      margin-bottom: 170px; } }
  @media screen and (max-width: 375px) {
    body main section#life {
      margin-top: 150px; } }
  @media screen and (max-width: 340px) {
    body main section#life {
      margin-top: 90px;
      margin-bottom: 200px; } }
  body main section#life .slick-slide {
    height: 690px !important; }
    @media screen and (min-width: 1200px) {
      body main section#life .slick-slide {
        width: 100%;
        max-width: 520px !important; } }
    @media screen and (max-width: 960px) {
      body main section#life .slick-slide {
        height: 540px !important; } }
    @media screen and (max-width: 640px) {
      body main section#life .slick-slide {
        height: 480px !important; } }
    @media screen and (max-width: 375px) {
      body main section#life .slick-slide {
        height: 390px !important; } }
  body main section#life h1 {
    position: absolute;
    top: -120px;
    height: 190px;
    left: 0;
    right: 0;
    z-index: 2; }
    @media screen and (max-width: 640px) {
      body main section#life h1 {
        top: -80px; } }
    @media screen and (max-width: 375px) {
      body main section#life h1 {
        top: -60px; } }
  body main section#life .txt-block {
    content: "";
    background: url(../images/paper-life.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 456px;
    width: 100%;
    max-width: 960px;
    display: block;
    position: absolute;
    bottom: -250px;
    right: 0;
    left: 0;
    z-index: 5;
    margin: auto; }
    @media screen and (max-width: 640px) {
      body main section#life .txt-block {
        bottom: -190px;
        height: 420px; } }
    @media screen and (max-width: 480px) {
      body main section#life .txt-block {
        height: 370px;
        bottom: -80px; } }
    @media screen and (max-width: 375px) {
      body main section#life .txt-block {
        bottom: -160px; } }
    @media screen and (max-width: 340px) {
      body main section#life .txt-block {
        bottom: -130px; } }
    body main section#life .txt-block h2 {
      margin: 70px auto 25px;
      filter: drop-shadow(3px 3px 3px #e1c79a); }
      @media screen and (max-width: 960px) {
        body main section#life .txt-block h2 {
          width: 90%; } }
      @media screen and (max-width: 640px) {
        body main section#life .txt-block h2 {
          margin: 50px auto 25px; } }
      @media screen and (max-width: 480px) {
        body main section#life .txt-block h2 {
          margin: 45px auto 25px; } }
    body main section#life .txt-block p .pc {
      display: block; }
      @media screen and (max-width: 960px) {
        body main section#life .txt-block p .pc {
          display: none; } }
    @media screen and (max-width: 960px) {
      body main section#life .txt-block p {
        width: 90%;
        text-align: left; } }
    @media screen and (max-width: 640px) {
      body main section#life .txt-block p {
        line-height: 2; } }
    @media screen and (max-width: 480px) {
      body main section#life .txt-block p {
        line-height: 1.5; } }
body main section#system {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 150px;
  position: relative;
  top: -30px;
  background: url(../images/bg-renga.jpg) repeat;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    body main section#system {
      padding-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    body main section#system {
      padding-bottom: 80px; } }
  @media screen and (max-width: 375px) {
    body main section#system {
      padding-bottom: 50px; } }
  body main section#system h1 {
    position: absolute;
    top: -100px;
    height: 190px;
    left: 0;
    right: 0;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      body main section#system h1 {
        top: -60px; } }
    @media screen and (max-width: 375px) {
      body main section#system h1 {
        top: -50px;
        width: 95%;
        margin: auto; } }
  body main section#system .paper2 {
    margin: auto;
    padding: 70px 0; }
    @media screen and (max-width: 375px) {
      body main section#system .paper2 {
        padding: 40px 0; } }
    body main section#system .paper2::after {
      content: "";
      background: url(../images/img-system.jpg) no-repeat;
      background-size: cover;
      background-position: bottom;
      height: 394px;
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 480px) {
        body main section#system .paper2::after {
          height: 324px; } }
      @media screen and (max-width: 375px) {
        body main section#system .paper2::after {
          height: 275px; } }
    body main section#system .paper2 h2 {
      margin: 30px 0 0;
      filter: drop-shadow(3px 3px 3px #512f1b); }
      @media screen and (max-width: 480px) {
        body main section#system .paper2 h2 {
          width: 90%;
          margin: auto; } }
      @media screen and (max-width: 375px) {
        body main section#system .paper2 h2 {
          width: 95%;
          margin: auto; } }
    body main section#system .paper2 p {
      margin: 10px 0 30px;
      line-height: 2; }
      body main section#system .paper2 p .pc {
        display: block; }
        @media screen and (max-width: 480px) {
          body main section#system .paper2 p .pc {
            display: none; } }
      @media screen and (max-width: 480px) {
        body main section#system .paper2 p {
          width: 90%;
          margin: 30px auto;
          text-align: left; } }
  body main section#system .system-content1 {
    width: 100%;
    max-width: 1080px;
    margin: 20px auto;
    display: block; }
    @media screen and (max-width: 1100px) {
      body main section#system .system-content1 {
        max-width: initial;
        width: 90%; } }
    @media screen and (max-width: 480px) {
      body main section#system .system-content1 {
        margin: 20px auto 60px; } }
    @media screen and (max-width: 375px) {
      body main section#system .system-content1 {
        margin: auto auto 50px; } }
    body main section#system .system-content1 .scroll-action1, body main section#system .system-content1 .scroll-action2 {
      display: inline-block;
      width: 100%;
      max-width: 1020px;
      margin-bottom: 20px;
      margin: 10px 0; }
      @media screen and (max-width: 640px) {
        body main section#system .system-content1 .scroll-action1, body main section#system .system-content1 .scroll-action2 {
          display: block; } }
      body main section#system .system-content1 .scroll-action1 .txt-content, body main section#system .system-content1 .scroll-action2 .txt-content {
        display: inline-block;
        width: calc(95% / 2);
        height: 290px;
        vertical-align: top;
        margin: 0px 0 10px 20px;
        /*padding: 5px;*/
        filter: drop-shadow(0px 0px 6px #6c3f24); }
        @media screen and (max-width: 960px) {
          body main section#system .system-content1 .scroll-action1 .txt-content, body main section#system .system-content1 .scroll-action2 .txt-content {
            width: 60%; } }
        @media screen and (max-width: 768px) {
          body main section#system .system-content1 .scroll-action1 .txt-content, body main section#system .system-content1 .scroll-action2 .txt-content {
            width: 100%;
            display: block;
            margin: 30px auto;
            height: initial; } }
        @media screen and (max-width: 375px) {
          body main section#system .system-content1 .scroll-action1 .txt-content, body main section#system .system-content1 .scroll-action2 .txt-content {
            display: block;
            width: calc(100% / 1);
            margin: auto;
            height: initial; } }
        body main section#system .system-content1 .scroll-action1 .txt-content p .pc, body main section#system .system-content1 .scroll-action2 .txt-content p .pc {
          display: block; }
          @media screen and (max-width: 960px) {
            body main section#system .system-content1 .scroll-action1 .txt-content p .pc, body main section#system .system-content1 .scroll-action2 .txt-content p .pc {
              display: none; } }
        body main section#system .system-content1 .scroll-action1 .txt-content img, body main section#system .system-content1 .scroll-action2 .txt-content img {
          width: 100%;
          height: 290px; }
          @media screen and (max-width: 768px) {
            body main section#system .system-content1 .scroll-action1 .txt-content img, body main section#system .system-content1 .scroll-action2 .txt-content img {
              width: 90%;
              height: initial; } }
          @media screen and (max-width: 375px) {
            body main section#system .system-content1 .scroll-action1 .txt-content img, body main section#system .system-content1 .scroll-action2 .txt-content img {
              margin: 20px auto; } }
      body main section#system .system-content1 .scroll-action1 .txt-content-left, body main section#system .system-content1 .scroll-action2 .txt-content-left {
        /*background: url(../images/balloon-left.png) no-repeat;
        background-size: cover;*/
        background: #fff;
        border-radius: 10px;
        background-position: top;
        /*height: 290px;*/
        position: relative;
        vertical-align: top; }
        body main section#system .system-content1 .scroll-action1 .txt-content-left::before, body main section#system .system-content1 .scroll-action1 .txt-content-left::after, body main section#system .system-content1 .scroll-action2 .txt-content-left::before, body main section#system .system-content1 .scroll-action2 .txt-content-left::after {
          content: '';
          width: 20px;
          /* 影をつけるために線幅で設定せずにboxを使用する */
          height: 20px;
          transform: rotate(45deg);
          position: absolute;
          right: -10px;
          top: 50%;
          margin-left: -10px; }
        body main section#system .system-content1 .scroll-action1 .txt-content-left::after, body main section#system .system-content1 .scroll-action2 .txt-content-left::after {
          background: #fff;
          /* 吹き出しの地と同じ色 */
          bottom: 13px;
          /* 線の太さだけずらす */ }
        @media screen and (max-width: 960px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-left, body main section#system .system-content1 .scroll-action2 .txt-content-left {
            width: calc(50% / 2);
            height: 320px; } }
        @media screen and (max-width: 768px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-left, body main section#system .system-content1 .scroll-action2 .txt-content-left {
            width: 90%;
            height: 220px;
            margin: 20px auto; } }
        @media screen and (max-width: 768px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-left, body main section#system .system-content1 .scroll-action2 .txt-content-left {
            background-image: none;
            height: 200px; }
            body main section#system .system-content1 .scroll-action1 .txt-content-left::before, body main section#system .system-content1 .scroll-action1 .txt-content-left::after, body main section#system .system-content1 .scroll-action2 .txt-content-left::before, body main section#system .system-content1 .scroll-action2 .txt-content-left::after {
              content: '';
              width: 20px;
              /* 影をつけるために線幅で設定せずにboxを使用する */
              height: 20px;
              transform: rotate(45deg);
              position: absolute;
              left: 50%;
              margin-left: -10px;
              top: 95%; }
            body main section#system .system-content1 .scroll-action1 .txt-content-left::after, body main section#system .system-content1 .scroll-action2 .txt-content-left::after {
              background: #fff;
              /* 吹き出しの地と同じ色 */
              bottom: 13px;
              /* 線の太さだけずらす */ } }
        @media screen and (max-width: 375px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-left, body main section#system .system-content1 .scroll-action2 .txt-content-left {
            height: 280px; } }
        body main section#system .system-content1 .scroll-action1 .txt-content-left p, body main section#system .system-content1 .scroll-action2 .txt-content-left p {
          width: calc(80% / 1);
          vertical-align: middle;
          margin: auto;
          position: absolute;
          left: -10px;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: 2; }
          @media screen and (max-width: 960px) {
            body main section#system .system-content1 .scroll-action1 .txt-content-left p, body main section#system .system-content1 .scroll-action2 .txt-content-left p {
              line-height: 1.5; } }
          @media screen and (max-width: 640px) {
            body main section#system .system-content1 .scroll-action1 .txt-content-left p, body main section#system .system-content1 .scroll-action2 .txt-content-left p {
              line-height: 2; } }
          @media screen and (max-width: 375px) {
            body main section#system .system-content1 .scroll-action1 .txt-content-left p, body main section#system .system-content1 .scroll-action2 .txt-content-left p {
              padding: 20px;
              width: 90%;
              height: initial;
              background-image: none;
              border-radius: 10px;
              right: 0;
              left: 0; } }
      body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
        /*background: url(../images/balloon-right.png) no-repeat;
        background-size: cover;*/
        background-position: top;
        height: 290px;
        position: relative;
        vertical-align: top;
        background: #fff;
        border-radius: 10px; }
        body main section#system .system-content1 .scroll-action1 .txt-content-right::before, body main section#system .system-content1 .scroll-action1 .txt-content-right::after, body main section#system .system-content1 .scroll-action2 .txt-content-right::before, body main section#system .system-content1 .scroll-action2 .txt-content-right::after {
          content: '';
          width: 20px;
          /* 影をつけるために線幅で設定せずにboxを使用する */
          height: 20px;
          transform: rotate(45deg);
          position: absolute;
          left: 0px;
          top: 50%;
          margin-left: -10px; }
        body main section#system .system-content1 .scroll-action1 .txt-content-right::after, body main section#system .system-content1 .scroll-action2 .txt-content-right::after {
          background: #fff;
          /* 吹き出しの地と同じ色 */
          bottom: 13px;
          /* 線の太さだけずらす */ }
        @media screen and (max-width: 960px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
            width: calc(50% / 2); } }
        @media screen and (max-width: 768px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
            width: 90%;
            height: 230px;
            background-image: none;
            /*margin: 90px auto;*/ }
            body main section#system .system-content1 .scroll-action1 .txt-content-right::before, body main section#system .system-content1 .scroll-action1 .txt-content-right::after, body main section#system .system-content1 .scroll-action2 .txt-content-right::before, body main section#system .system-content1 .scroll-action2 .txt-content-right::after {
              content: '';
              width: 20px;
              /* 影をつけるために線幅で設定せずにboxを使用する */
              height: 20px;
              transform: rotate(45deg);
              position: absolute;
              left: 50%;
              margin-left: -10px; }
            body main section#system .system-content1 .scroll-action1 .txt-content-right::after, body main section#system .system-content1 .scroll-action2 .txt-content-right::after {
              background: #fff;
              /* 吹き出しの地と同じ色 */
              top: -10px;
              /* 線の太さだけずらす */ } }
        @media screen and (max-width: 640px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
            margin: 20px auto; } }
        @media screen and (max-width: 480px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
            width: 90%;
            height: 200px;
            margin: auto; } }
        @media screen and (max-width: 375px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
            width: 90%;
            height: 200px;
            /*margin: 20px auto;*/ } }
        @media screen and (max-width: 340px) {
          body main section#system .system-content1 .scroll-action1 .txt-content-right, body main section#system .system-content1 .scroll-action2 .txt-content-right {
            background-image: none;
            height: 200px; }
            body main section#system .system-content1 .scroll-action1 .txt-content-right::before, body main section#system .system-content1 .scroll-action1 .txt-content-right::after, body main section#system .system-content1 .scroll-action2 .txt-content-right::before, body main section#system .system-content1 .scroll-action2 .txt-content-right::after {
              content: '';
              width: 20px;
              /* 影をつけるために線幅で設定せずにboxを使用する */
              height: 20px;
              transform: rotate(45deg);
              position: absolute;
              left: 50%;
              margin-left: -10px;
              top: 15px; }
            body main section#system .system-content1 .scroll-action1 .txt-content-right::after, body main section#system .system-content1 .scroll-action2 .txt-content-right::after {
              background: #fff;
              /* 吹き出しの地と同じ色 */
              top: -10px;
              /* 線の太さだけずらす */ } }
        body main section#system .system-content1 .scroll-action1 .txt-content-right p, body main section#system .system-content1 .scroll-action2 .txt-content-right p {
          width: calc(80% / 1);
          vertical-align: middle;
          margin: auto;
          position: absolute;
          left: 0px;
          right: -10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: 2; }
          @media screen and (max-width: 960px) {
            body main section#system .system-content1 .scroll-action1 .txt-content-right p, body main section#system .system-content1 .scroll-action2 .txt-content-right p {
              line-height: 1.5; } }
          @media screen and (max-width: 640px) {
            body main section#system .system-content1 .scroll-action1 .txt-content-right p, body main section#system .system-content1 .scroll-action2 .txt-content-right p {
              line-height: 2; } }
          @media screen and (max-width: 375px) {
            body main section#system .system-content1 .scroll-action1 .txt-content-right p, body main section#system .system-content1 .scroll-action2 .txt-content-right p {
              padding: 20px;
              width: 90%;
              height: initial;
              background: #fff;
              background-image: none;
              border-radius: 10px;
              left: 0;
              right: 0; } }
body main section#hirameki {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 40px;
  position: relative;
  top: -30px;
  background: url(../images/bg-wood.png) repeat;
  z-index: 0; }
  body main section#hirameki::before {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: -50px;
    z-index: 0;
    height: 209px;
    display: block;
    width: 100%; }
    @media screen and (max-width: 375px) {
      body main section#hirameki::before {
        background-repeat-y: no-repeat;
        background-size: contain; } }
  body main section#hirameki h1 {
    position: absolute;
    top: -100px;
    height: 190px;
    left: 0;
    right: 0;
    z-index: 2; }
  body main section#hirameki h3 {
    font-size: 24px;
    margin: 40px 0 20px; }
    body main section#hirameki h3 .pc {
      display: none; }
    @media screen and (max-width: 640px) {
      body main section#hirameki h3 {
        width: 90%;
        margin: 20px 0;
        font-size: 18px;
        white-space: pre; }
        body main section#hirameki h3 .sp {
          display: block; } }
    @media screen and (max-width: 375px) {
      body main section#hirameki h3 {
        white-space: normal; } }
  body main section#hirameki .paper3 {
    margin: auto;
    padding: 70px 0;
    content: "";
    background: url(../images/paper-system.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 530px;
    width: 100%;
    display: block;
    position: absolute;
    top: -10px;
    margin: auto;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      body main section#hirameki .paper3 {
        padding: 30px 0;
        background-size: cover;
        height: 480px; } }
    @media screen and (max-width: 640px) {
      body main section#hirameki .paper3 {
        padding: 30px 0;
        background-size: cover;
        height: 420px; } }
    @media screen and (max-width: 480px) {
      body main section#hirameki .paper3 {
        padding: 50px 0;
        background-size: cover;
        height: 420px; } }
    body main section#hirameki .paper3 h2 {
      width: 100%;
      margin: 30px 0 0; }
      @media screen and (max-width: 1100px) {
        body main section#hirameki .paper3 h2 {
          width: 90%;
          margin: 40px auto auto; } }
      @media screen and (max-width: 960px) {
        body main section#hirameki .paper3 h2 {
          width: 80%;
          margin: 80px auto auto; } }
      @media screen and (max-width: 640px) {
        body main section#hirameki .paper3 h2 {
          width: 90%;
          margin: 40px auto 20px; } }
      @media screen and (max-width: 480px) {
        body main section#hirameki .paper3 h2 {
          margin: 10px auto 20px; } }
    body main section#hirameki .paper3 h3 {
      /*@include media(lg2){
        width: 90%;
      }*/ }
      @media screen and (max-width: 640px) {
        body main section#hirameki .paper3 h3 {
          width: 100%;
          margin: auto;
          white-space: inherit; } }
    body main section#hirameki .paper3 p {
      width: 80%;
      margin: 10px auto;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        body main section#hirameki .paper3 p {
          margin: 20px auto;
          text-align: left; } }
      @media screen and (max-width: 375px) {
        body main section#hirameki .paper3 p {
          line-height: 1.5; } }
  body main section#hirameki .system-content2 {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-top: 580px; }
    @media screen and (max-width: 1100px) {
      body main section#hirameki .system-content2 {
        max-width: auto;
        width: 90%; } }
    @media screen and (max-width: 768px) {
      body main section#hirameki .system-content2 {
        padding-top: 520px; } }
    @media screen and (max-width: 640px) {
      body main section#hirameki .system-content2 {
        padding-top: 460px; } }
    @media screen and (max-width: 480px) {
      body main section#hirameki .system-content2 {
        padding-top: 450px; } }
  @media screen and (max-width: 768px) {
    body main section#hirameki .pc {
      display: none; }
    body main section#hirameki .sp {
      display: block;
      width: 90%;
      margin: auto; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    body main section#hirameki .sp {
      padding-top: 480px;
      width: 90%;
      margin: auto; } }
  @media screen and (max-width: 768px) and (max-width: 375px) {
    body main section#hirameki .sp {
      padding-top: 450px;
      width: 90%;
      margin: auto; } }

  body main section#hirameki .system-content3 {
    width: 100%;
    max-width: 970px;
    margin: 100px auto;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 60px;
    filter: drop-shadow(0px 2px 8px #9f7342); }
    @media screen and (max-width: 960px) {
      body main section#hirameki .system-content3 {
        margin: 50px auto;
        width: 90%;
        padding: 40px 30px; } }
    @media screen and (max-width: 480px) {
      body main section#hirameki .system-content3 {
        margin: 50px auto;
        width: 90%;
        padding: 20px 20px 5px; } }
    body main section#hirameki .system-content3 p .pc {
      display: block; }
      @media screen and (max-width: 375px) {
        body main section#hirameki .system-content3 p .pc {
          display: none; } }
    body main section#hirameki .system-content3 .img-content {
      display: block;
      text-align: left; }
      body main section#hirameki .system-content3 .img-content .ss {
        display: inline-block;
        width: calc(95% / 2); }
        @media screen and (max-width: 480px) {
          body main section#hirameki .system-content3 .img-content .ss {
            width: 100%;
            display: block;
            margin: 10px auto 20px; } }
    body main section#hirameki .system-content3 .img-content2 {
      display: block;
      text-align: left;
      margin: auto;
      padding: initial; }
      body main section#hirameki .system-content3 .img-content2 .ss {
        display: inline-block;
        width: calc(98% / 4);
        padding: 5px; }
        @media screen and (max-width: 768px) {
          body main section#hirameki .system-content3 .img-content2 .ss {
            width: calc(95% / 4);
            padding: initial; } }
        @media screen and (max-width: 640px) {
          body main section#hirameki .system-content3 .img-content2 .ss {
            width: calc(99% / 2);
            margin: auto;
            text-align: center;
            display: inline-block;
            padding: 10px; }
            body main section#hirameki .system-content3 .img-content2 .ss img {
              max-width: auto;
              width: 100%; } }
        @media screen and (max-width: 480px) {
          body main section#hirameki .system-content3 .img-content2 .ss {
            width: 100%;
            display: block;
            padding: initial;
            margin: 20px 0; }
            body main section#hirameki .system-content3 .img-content2 .ss img {
              max-width: auto;
              width: 100%; } }
    body main section#hirameki .system-content3 .img-content3 {
      display: block;
      text-align: left;
      margin: 50px auto;
      padding: initial;
      position: relative; }
      @media screen and (max-width: 768px) {
        body main section#hirameki .system-content3 .img-content3 {
          margin: 20px auto; } }
      @media screen and (max-width: 480px) {
        body main section#hirameki .system-content3 .img-content3 {
          top: -30px; } }
      body main section#hirameki .system-content3 .img-content3 .ss {
        display: inline-block;
        /*width: calc(60% / 2);*/
        width: calc(98% / 2);
        margin: auto; }
        @media screen and (max-width: 768px) {
          body main section#hirameki .system-content3 .img-content3 .ss {
            width: calc(69% / 2);
            padding: 5px; } }
        @media screen and (max-width: 480px) {
          body main section#hirameki .system-content3 .img-content3 .ss {
            width: 65%;
            display: block;
            margin: 0;
            position: relative;
            top: 40px;
            left: -10px; }
            body main section#hirameki .system-content3 .img-content3 .ss img {
              max-width: auto;
              width: 100%; } }
        body main section#hirameki .system-content3 .img-content3 .ss img {
          margin: auto;
          display: block; }
      body main section#hirameki .system-content3 .img-content3 .ss2 {
        display: inline-block;
        /*width: 484px;*/
        width: calc(98% / 2);
        margin: auto; }
        body main section#hirameki .system-content3 .img-content3 .ss2 img {
          margin: auto;
          display: block; }
        @media screen and (max-width: 768px) {
          body main section#hirameki .system-content3 .img-content3 .ss2 {
            /*width: 100%;*/
            width: 64%; } }
        @media screen and (max-width: 480px) {
          body main section#hirameki .system-content3 .img-content3 .ss2 {
            width: 100%;
            display: block;
            margin: 20px 0; }
            body main section#hirameki .system-content3 .img-content3 .ss2 img {
              max-width: auto;
              width: 100%; } }
body main section#akichi {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  top: -60px;
  background: url(../images/bg-ground.jpg) repeat;
  z-index: 0; }
  body main section#akichi h1 {
    padding: 90px 0 50px; }
    @media screen and (max-width: 1100px) {
      body main section#akichi h1 {
        width: 90%;
        margin: auto; } }
  body main section#akichi .grid-container {
    width: 100%; }
    body main section#akichi .grid-container .box {
      display: inline-block;
      width: calc(85% / 3);
      padding: 5px;
      vertical-align: top; }
      body main section#akichi .grid-container .box h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 10px 0;
        color: #76380e; }
      body main section#akichi .grid-container .box p {
        padding: 20px 0;
        width: 100%; }
      @media screen and (max-width: 640px) {
        body main section#akichi .grid-container .box {
          width: 80%; }
          body main section#akichi .grid-container .box h3 {
            padding: 10px 0;
            font-size: 18px; } }
      @media screen and (max-width: 480px) {
        body main section#akichi .grid-container .box {
          width: 90%; }
          body main section#akichi .grid-container .box h3 {
            padding: initial; } }
body main section#movie {
  width: 100%;
  padding-bottom: 200px;
  padding-top: 200px;
  position: relative;
  background: url(../images/bg-ground.jpg) repeat;
  z-index: 2; }
  @media screen and (max-width: 640px) {
    body main section#movie {
      padding-top: 140px;
      padding-bottom: 40px; } }
  body main section#movie::before {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: -120px;
    z-index: -1;
    height: 209px;
    display: block;
    width: 100%; }
  @media screen and (max-width: 1100px) {
    body main section#movie h1 {
      width: 90%;
      margin: auto; } }
  body main section#movie .grid-container {
    width: 100%; }
    body main section#movie .grid-container .movie1, body main section#movie .grid-container .movie2, body main section#movie .grid-container .movie3 {
      display: inline-block;
      width: calc(90% / 3);
      padding: 5px;
      vertical-align: top;
      margin: 50px 0; }
      body main section#movie .grid-container .movie1 h3, body main section#movie .grid-container .movie2 h3, body main section#movie .grid-container .movie3 h3 {
        padding: 10px 0; }
      @media screen and (max-width: 640px) {
        body main section#movie .grid-container .movie1, body main section#movie .grid-container .movie2, body main section#movie .grid-container .movie3 {
          width: 100%;
          display: block;
          margin: 30px auto auto; } }
      @media screen and (max-width: 480px) {
        body main section#movie .grid-container .movie1, body main section#movie .grid-container .movie2, body main section#movie .grid-container .movie3 {
          width: 90%; } }
    body main section#movie .grid-container .comming {
      opacity: 0.5; }
body main section#news {
  width: 100%;
  padding-bottom: 200px;
  position: relative;
  top: 0px;
  background: url(../images/bg-ground.jpg) repeat;
  z-index: 2; }
  body main section#news h1 {
    margin-top: auto; }
    @media screen and (max-width: 1100px) {
      body main section#news h1 {
        width: 90%;
        margin: auto auto 20px; } }
  body main section#news .sns-content {
    width: 100%;
    max-width: 780px;
    margin: auto;
    display: block;
    background: url(../images/bg-wood.png) repeat;
    z-index: 2;
    padding: 80px 70px;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 8px #9f7342); }
    @media screen and (max-width: 640px) {
      body main section#news .sns-content {
        padding: 40px 30px;
        width: 90%;
        margin: auto; } }
    @media screen and (max-width: 480px) {
      body main section#news .sns-content iframe.twitter-timeline-rendered {
        width: 260px !important; } }
    @media screen and (max-width: 340px) {
      body main section#news .sns-content iframe.twitter-timeline-rendered {
        width: 240px !important; } }
  body main section#news.nomovie::before {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: -120px;
    z-index: -1;
    height: 209px;
    display: block;
    width: 100%; }
body main section#special {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  top: 0px;
  background: url(../images/bg-grass.jpg) repeat;
  z-index: 2; }
  body main section#special h1 {
    position: relative;
    z-index: 10;
    margin-top: auto; }
    @media screen and (max-width: 1100px) {
      body main section#special h1 {
        width: 90%;
        margin: auto auto 20px; } }
  body main section#special::before {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: -120px;
    z-index: -1;
    height: 209px;
    display: block;
    width: 100%; }
  body main section#special .special_innner {
    position: relative;
    z-index: 7;
    width: 90%;
    max-width: 970px;
    margin: -45px auto 100px auto;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 60px 30px 60px;
    filter: drop-shadow(0px 2px 8px #9f7342); }
    @media screen and (max-width: 768px) {
      body main section#special .special_innner {
        padding: 50px 20px; } }
  body main section#special .profile {
    display: flex;
    border-radius: 20px;
    border: solid 2px #e1c79a;
    padding: 15px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      body main section#special .profile {
        display: block; } }
    @media screen and (max-width: 768px) {
      body main section#special .profile .photo {
        text-align: center; }
        body main section#special .profile .photo img {
          width: 45%;
          margin-bottom: 20px; } }
    body main section#special .profile .text {
      padding-left: 20px; }
      body main section#special .profile .text h4 {
        font-size: 20px; }
        @media screen and (max-width: 768px) {
          body main section#special .profile .text h4 {
            font-size: 16px; } }
      body main section#special .profile .text p {
        font-size: 16px;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          body main section#special .profile .text p {
            font-size: 14px; } }
  body main section#special h2 {
    color: #007130;
    margin-bottom: 30px; }
  body main section#special figure {
    line-height: 140%;
    position: relative;
    padding-bottom: 85px; }
    body main section#special figure .audio_wp {
      width: 90%;
      margin: 0 auto; }
    body main section#special figure h3 {
      line-height: 160%;
      text-align: left;
      border-radius: 20px;
      margin-bottom: 35px;
      background: url(../images/bg-wood.png) repeat;
      border: solid 2px #6C3A13;
      padding: 8px 15px;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        body main section#special figure h3 {
          font-size: 16px; } }
body footer {
  background-color: #512f1b;
  color: #fff;
  margin: auto;
  position: relative; }
  body footer #pagetop {
    width: 80px;
    height: 100px;
    margin: 20px 20px 30px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 998; }
    body footer #pagetop a {
      position: relative;
      display: block;
      text-decoration: none; }
      body footer #pagetop a img {
        widows: 100%; }
  body footer .spec {
    width: 100%;
    max-width: 600px;
    margin: auto; }
    body footer .spec h3 {
      padding: 80px 0 40px; }
      @media screen and (max-width: 480px) {
        body footer .spec h3 {
          width: 80%;
          margin: auto; } }
    body footer .spec dl {
      display: flex;
      flex-wrap: wrap;
      line-height: 1; }
      @media screen and (max-width: 640px) {
        body footer .spec dl {
          width: 90%;
          margin: auto; } }
      body footer .spec dl dt {
        width: 30%;
        padding: 10px;
        margin: 0 0 10px 0;
        display: flex;
        /*align-items: center;
        justify-content: center;*/
        text-align: left; }
      body footer .spec dl dd {
        width: 70%;
        padding: 10px;
        margin: 0 0 10px 0;
        text-align: left; }
    body footer .spec ul {
      display: flex;
      justify-content: space-between;
      max-width: 580px;
      margin: 10px auto 0; }
      @media screen and (max-width: 480px) {
        body footer .spec ul {
          flex-wrap: wrap;
          padding: 0 4vw; } }
      body footer .spec ul li {
        height: 100px;
        width: auto; }
        @media screen and (max-width: 480px) {
          body footer .spec ul li {
            height: 14vw; } }
        body footer .spec ul li img {
          width: auto;
          max-width: none;
          height: 100%; }
  body footer .staff {
    width: 100%;
    margin: auto; }
    body footer .staff h3 {
      padding: 80px 0 20px; }
      @media screen and (max-width: 480px) {
        body footer .staff h3 {
          width: 80%;
          margin: auto; } }
    body footer .staff .staff_info {
      color: #fff;
      margin: 20px 0;
      padding: 0 10px; }
    body footer .staff dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        body footer .staff dl {
          width: 90%;
          margin: auto; } }
      body footer .staff dl dt {
        width: 20%;
        padding: 10px;
        margin: 0 0 10px 0;
        text-align: left; }
      body footer .staff dl dd {
        width: 52%;
        padding: 10px;
        margin: 0 0 10px 0;
        text-align: left; }
        @media screen and (max-width: 480px) {
          body footer .staff dl dd {
            width: 80%; } }
  body footer a {
    padding: 40px 0 30px;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto; }
    body footer a img {
      width: 100%;
      max-width: 200px; }
      @media screen and (max-width: 640px) {
        body footer a img {
          max-width: 150px; } }
  body footer small {
    padding: 0 0 20px;
    display: block; }

.youtubevideo {
  max-width: 720px;
  width: 95%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 5; }

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px; }

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.youtubevideo_wp {
  position: relative; }
  .youtubevideo_wp:before {
    content: "";
    background: url(../images/bg-grass.jpg) repeat;
    position: absolute;
    top: 66%;
    z-index: -2;
    height: 67%;
    display: block;
    width: 100%; }
    @media screen and (max-width: 340px) {
      .youtubevideo_wp:before {
        height: 120%; } }
  .youtubevideo_wp:after {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: 50%;
    height: 90px;
    display: block;
    width: 100%;
    z-index: 1; }

#difficulty {
  background: url(../images/bg-grass.jpg) repeat;
  position: relative;
  padding-bottom: 154px; }
  @media screen and (max-width: 640px) {
    #difficulty {
      margin-top: -16vw; } }
  #difficulty::before {
    content: "";
    background: url(../images/bg-grass-head.png) repeat;
    position: absolute;
    top: -120px;
    z-index: 0;
    height: 209px;
    display: block;
    width: 100%; }
    @media screen and (max-width: 640px) {
      #difficulty::before {
        top: -9vw;
        height: 10vw;
        background-size: 100% auto; } }
  #difficulty h1 {
    position: relative;
    z-index: 2;
    margin-bottom: -100px; }
    @media screen and (max-width: 640px) {
      #difficulty h1 {
        margin-bottom: -10vw; } }
  #difficulty .difficulty_box {
    position: relative;
    z-index: 1;
    background: url(../images/bg-wood.png) repeat;
    background-size: 120px;
    background-position: top;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    border-radius: 10px;
    padding: 100px 0 80px;
    filter: drop-shadow(0px 2px 8px #512f1b); }
    @media screen and (max-width: 1100px) {
      #difficulty .difficulty_box {
        width: auto;
        max-width: 90%;
        padding: 12vw 40px 60px; } }
    @media screen and (max-width: 640px) {
      #difficulty .difficulty_box {
        padding: 12vw 1vw 10vw 1vw; } }
  #difficulty h2 {
    margin-bottom: 20px; }
  #difficulty .flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 30px auto; }
    @media screen and (max-width: 640px) {
      #difficulty .flex {
        display: block; }
        #difficulty .flex img {
          margin-bottom: 15px; } }
    #difficulty .flex:first-child {
      margin: 0 auto 5px auto; }
    #difficulty .flex img, #difficulty .flex p {
      width: 48%; }
      @media screen and (max-width: 640px) {
        #difficulty .flex img, #difficulty .flex p {
          width: 100%; } }
      #difficulty .flex img img, #difficulty .flex p img {
        width: 100%;
        height: auto; }

.banner_flex {
  display: flex;
  width: 65vw;
  max-width: 749px; }
  @media screen and (max-width: 640px) {
    .banner_flex {
      display: block;
      width: auto; } }
  .banner_flex .banner_block {
    width: 50%; }
    @media screen and (max-width: 640px) {
      .banner_flex .banner_block {
        width: 100%; } }
    .banner_flex .banner_block img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 768px) {
  #header {
    margin-bottom: -154px; } }
@media screen and (max-width: 640px) {
  #header {
    margin-bottom: -360px; } }
@media screen and (max-width: 340px) {
  #header {
    margin-bottom: -476px; } }
@media screen and (max-width: 768px) {
  #header.nomovie {
    margin-bottom: -188px; } }
@media screen and (max-width: 640px) {
  #header.nomovie {
    margin-bottom: -388px; } }
@media screen and (max-width: 340px) {
  #header.nomovie {
    margin-bottom: -476px; } }
