@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.body_reset {
  margin: 0 auto;
  padding: 0 auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*html*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  color: #37474f; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a img:hover {
  opacity: 0.8; }

a, a:visited {
  color: #37474f;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s; }

a:active, a:hover {
  color: #37474f;
  text-decoration: none; }

a:focus, input:focus {
  outline: none; }

.f-min {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.pc {
  display: block; }

.sp {
  display: none; }

.list-mv02 {
  opacity: 0; }

.mv02 {
  opacity: 1.0; }

.list-mv02_v {
  opacity: 0; }

.mv02_v {
  opacity: 1.0; }

.list-mv05 {
  transform: translate(0, 40px); }

.mv05 {
  transform: translate(0, 0); }

#goto_top {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  width: 63px;
  display: none;
  z-index: 10; }

header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3; }
  header .header_over {
    width: 95%;
    position: absolute;
    left: 2.5%;
    top: 2.5%; }
    header .header_over .logo {
      width: 200px;
      height: auto;
      float: left; }
    header .header_over .header_right {
      width: 550px;
      height: auto;
      float: right;
      margin-top: 5%; }
      header .header_over .header_right h1 {
        font-size: 24px;
        line-height: 44px;
        display: block;
        text-align: center;
        margin-bottom: 5%;
        font-weight: 300;
        color: #37474f; }
      header .header_over .header_right .catch {
        width: 550px;
        height: 280px;
        background-image: url("../img/bg_top.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 360px 280px;
        padding: 60px 0px;
        text-align: center;
        font-size: 46px;
        line-height: 70px;
        font-weight: 300;
        color: #5d4037;
        margin-bottom: 5%; }
      header .header_over .header_right .btn_movie {
        width: 300px;
        height: auto;
        margin: 0 auto; }
        header .header_over .header_right .btn_movie a {
          display: block;
          position: relative;
          width: 100%;
          height: auto;
          padding: 15px 0px;
          background-color: #ffd54f;
          border-radius: 30px;
          font-weight: 900;
          font-size: 18px;
          text-align: center;
          box-shadow: 0 0 8px gray;
          border: 2px solid #ffd54f;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
        header .header_over .header_right .btn_movie a::after {
          font-family: "Font Awesome 5 Free";
          content: '\f107';
          font-weight: 900;
          position: absolute;
          right: 10%;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
        header .header_over .header_right .btn_movie a:hover {
          background-color: #FFF; }

main {
  z-index: 2;
  margin-top: -15%; }
  main .main_01 {
    width: 100%;
    height: auto; }
    main .main_01 .main_01_bg {
      background-image: url("../img/bg_02.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      padding-bottom: 10%; }
    main .main_01 .main_01_top {
      width: 95%;
      height: auto;
      margin-left: 5%;
      margin-bottom: 5%; }
      main .main_01 .main_01_top .main_01_top_left {
        width: 60%;
        height: auto;
        padding: 70px 0 0 70px;
        float: left;
        margin-top: 12.5%;
        background-image: url("../img/bg_01.png");
        background-size: 150px auto;
        background-position: top left;
        background-repeat: no-repeat;
        z-index: 4;
        position: relative; }
        main .main_01 .main_01_top .main_01_top_left h2 {
          font-size: 52px;
          line-height: 75px;
          font-weight: 300;
          display: block;
          margin-bottom: 2.5%; }
        main .main_01 .main_01_top .main_01_top_left p {
          font-size: 18px;
          line-height: 32px;
          font-weight: 300; }
      main .main_01 .main_01_top .main_01_top_right {
        width: 35%;
        height: auto;
        float: right;
        z-index: 4;
        position: relative; }
    main .main_01 .main_01_bottom {
      width: 90%;
      height: auto;
      margin: 0 auto;
      min-width: 980px;
      -webkit-transition: all 0,5s;
      transition: all 0.5s; }
      main .main_01 .main_01_bottom h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 5%; }
        main .main_01 .main_01_bottom h2 span {
          display: block;
          width: 100px;
          height: 2px;
          background-color: #37474f;
          margin: 20px auto 0 auto; }
      main .main_01 .main_01_bottom .comment {
        width: 980px;
        height: auto;
        margin: 0 auto; }
        main .main_01 .main_01_bottom .comment .sub {
          width: 310px;
          height: auto;
          float: left; }
          main .main_01 .main_01_bottom .comment .sub ul li {
            width: 310px;
            height: 180px;
            font-size: 18px;
            line-height: 36px;
            background-image: url("../img/bg_comment.png");
            background-repeat: no-repeat;
            background-size: 310px auto;
            padding: 40px 0 0 0;
            text-align: center; }
            main .main_01 .main_01_bottom .comment .sub ul li span {
              color: #ffd54f;
              font-size: 22px; }
          main .main_01 .main_01_bottom .comment .sub ul li.txt01 {
            padding: 60px 0 0 0; }
        main .main_01 .main_01_bottom .comment .sub_center {
          margin: 50px 25px 0 25px; }
  main .main_02 {
    width: 95%;
    margin-right: 5%;
    margin-top: -2.5%;
    margin-bottom: 5%;
    -webkit-transition: all 0,5s;
    transition: all 0.5s; }
    main .main_02 .main_02_left {
      width: 60%;
      height: auto;
      float: left; }
      main .main_02 .main_02_left .main_02_left_top {
        width: 90%;
        height: auto;
        margin-bottom: 5%; }
      main .main_02 .main_02_left ul li {
        width: 47.5%;
        float: left; }
      main .main_02 .main_02_left ul li:nth-child(2) {
        margin-top: 5%;
        margin-left: 5%; }
    main .main_02 .main_02_right {
      width: 35%;
      height: auto;
      float: right;
      padding: 70px 70px 0 0;
      margin-top: 12.5%;
      background-image: url("../img/bg_03.png");
      background-size: 150px auto;
      background-position: top right;
      background-repeat: no-repeat; }
      main .main_02 .main_02_right h2 {
        font-size: 52px;
        line-height: 75px;
        font-weight: 300;
        display: block;
        margin-bottom: 2.5%;
        text-align: right; }
      main .main_02 .main_02_right ul {
        margin-bottom: 5%; }
      main .main_02 .main_02_right ul li {
        font-size: 18px;
        line-height: 38px;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 10px; }
      main .main_02 .main_02_right ul li::before {
        content: '●';
        font-size: 18px;
        line-height: 38px;
        color: #ffd54f; }
      main .main_02 .main_02_right .btn_movie {
        width: 300px;
        height: auto;
        margin: 0 auto; }
        main .main_02 .main_02_right .btn_movie a {
          display: block;
          position: relative;
          width: 100%;
          height: auto;
          padding: 15px 0px;
          background-color: #ffd54f;
          border-radius: 30px;
          font-weight: 900;
          font-size: 18px;
          text-align: center;
          box-shadow: 0 0 8px gray;
          border: 2px solid #ffd54f;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
        main .main_02 .main_02_right .btn_movie a::after {
          font-family: "Font Awesome 5 Free";
          content: '\f107';
          font-weight: 900;
          position: absolute;
          right: 10%;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
        main .main_02 .main_02_right .btn_movie a:hover {
          background-color: #FFF; }
  main .main_03 {
    width: 100%;
    height: auto;
    padding: 2% 0% 2.5% 10%;
    background-image: url("../img/bg_04.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    -webkit-transition: all 0,5s;
    transition: all 0.5s; }
    main .main_03 .main_03_bg {
      width: 100%;
      height: auto;
      padding: 0 35% 0 0;
      background-image: url("../img/img_04.png");
      background-size: auto 90%;
      background-repeat: no-repeat;
      background-position: bottom right; }
      main .main_03 .main_03_bg h2 {
        font-size: 30px;
        line-height: 48px;
        display: block;
        margin-bottom: 1.5%;
        color: #ffd54f; }
        main .main_03 .main_03_bg h2 span {
          width: 100px;
          height: 1px;
          background-color: #ffd54f;
          margin: 5px 0 0 0;
          display: block; }
      main .main_03 .main_03_bg .name {
        font-size: 40px;
        line-height: 80px;
        font-weight: 300;
        margin-bottom: 1.5%; }
        main .main_03 .main_03_bg .name span {
          font-size: 18px;
          font-weight: 300;
          padding-left: 5%; }
      main .main_03 .main_03_bg p {
        padding: 0 0 0 5%;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300; }
  main .main_04 {
    width: 90%;
    height: auto;
    margin: 0 auto 5% auto;
    background-image: url("../img/bg_05.png");
    background-repeat: no-repeat;
    background-position: 0 5%;
    background-size: 100% auto;
    padding-top: 5%;
    -webkit-transition: all 0,5s;
    transition: all 0.5s; }
    main .main_04 .main_04_tit {
      width: 50%;
      margin: 2.5% auto 5% auto; }
      main .main_04 .main_04_tit h2 {
        font-size: 52px;
        line-height: 75px;
        font-weight: 300;
        display: block;
        margin-bottom: 2.5%;
        text-align: center; }
      main .main_04 .main_04_tit p {
        font-size: 18px;
        line-height: 38px;
        font-weight: 300; }
    main .main_04 .nubmer {
      width: 90%;
      height: auto;
      margin: 0 auto 5% auto; }
      main .main_04 .nubmer .nubmer_left {
        width: 55%;
        height: auto;
        float: left;
        padding: 60px 0 0 60px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 98px auto; }
        main .main_04 .nubmer .nubmer_left strong {
          font-size: 34px;
          line-height: 54px;
          font-weight: 800;
          margin-bottom: 5%;
          display: block; }
        main .main_04 .nubmer .nubmer_left p {
          font-size: 18px;
          line-height: 38px;
          font-weight: 300;
          margin-bottom: 5%; }
        main .main_04 .nubmer .nubmer_left .btn_movie {
          width: 360px;
          height: auto; }
          main .main_04 .nubmer .nubmer_left .btn_movie a {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            padding: 15px 0px;
            background-color: #ffd54f;
            border-radius: 30px;
            font-weight: 900;
            font-size: 18px;
            text-align: center;
            box-shadow: 0 0 8px gray;
            border: 2px solid #ffd54f;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          main .main_04 .nubmer .nubmer_left .btn_movie a::after {
            font-family: "Font Awesome 5 Free";
            content: '\f054';
            font-weight: 900;
            position: absolute;
            right: 10%;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          main .main_04 .nubmer .nubmer_left .btn_movie a:hover {
            background-color: #FFF; }
      main .main_04 .nubmer .nubmer_right {
        width: 40%;
        height: auto;
        float: right;
        margin-top: 60px; }
    main .main_04 .nubmer01 .nubmer_left {
      background-image: url("../img/bg_05_no01.png"); }
    main .main_04 .nubmer02 .nubmer_left {
      background-image: url("../img/bg_05_no02.png"); }
    main .main_04 .list {
      text-align: center;
      font-weight: 300; }
      main .main_04 .list .btn_movie {
        width: 360px;
        height: auto;
        margin: 2.5% auto 0 auto; }
        main .main_04 .list .btn_movie a {
          display: block;
          position: relative;
          width: 100%;
          height: auto;
          padding: 15px 0px;
          background-color: #ffd54f;
          border-radius: 30px;
          font-weight: 900;
          font-size: 18px;
          text-align: center;
          box-shadow: 0 0 8px gray;
          border: 2px solid #ffd54f;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
        main .main_04 .list .btn_movie a::after {
          font-family: "Font Awesome 5 Free";
          content: '\f054';
          font-weight: 900;
          position: absolute;
          right: 10%;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
        main .main_04 .list .btn_movie a:hover {
          background-color: #FFF; }
  main .main_05 {
    width: 95%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 7.5%;
    -webkit-transition: all 0,5s;
    transition: all 0.5s; }
    main .main_05 .main_05_left {
      width: 60%;
      height: auto;
      padding: 70px 0 0 70px;
      float: left;
      background-image: url("../img/bg_01.png");
      background-size: 150px auto;
      background-position: top left;
      background-repeat: no-repeat;
      z-index: 4;
      position: relative; }
      main .main_05 .main_05_left h2 {
        font-size: 52px;
        line-height: 75px;
        font-weight: 300;
        display: block;
        margin-bottom: 2.5%; }
      main .main_05 .main_05_left p.txt {
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        display: block;
        margin-bottom: 5%; }
      main .main_05 .main_05_left p.txt a {
        text-decoration: underline; }
      main .main_05 .main_05_left .instagram {
        display: block;
        width: 450px;
        height: auto;
        padding: 20px 0;
        background-color: #5d4037;
        color: #FFF;
        text-align: center;
        border-radius: 15px;
        font-size: 22px;
        line-height: 32px;
        border: 2px solid #5d4037;
        -webkit-transition: all 0,5s;
        transition: all 0.5s; }
        main .main_05 .main_05_left .instagram span {
          padding-left: 15px; }
        main .main_05 .main_05_left .instagram p {
          font-size: 22px;
          line-height: 32px;
          font-weight: 700;
          color: #ffd54f; }
      main .main_05 .main_05_left .instagram:hover {
        background-color: #FFF; }
        main .main_05 .main_05_left .instagram:hover span {
          color: #5d4037; }
        main .main_05 .main_05_left .instagram:hover i {
          color: #5d4037; }
    main .main_05 .main_05_right {
      width: 35%;
      height: auto;
      float: right;
      z-index: 4;
      position: relative;
      margin-top: 70px; }

footer {
  width: 100%;
  height: auto;
  text-align: center;
  border-top: 1px solid #cfd8dc; }
  footer .logo {
    width: 280px;
    height: auto;
    margin: 25px auto; }
  footer .copyright {
    background-color: #37474f;
    color: #FFF;
    font-size: 12px;
    padding: 10px 0; }

@media (max-width: 1400px) {
  main {
    margin-top: -15%; }

  main .main_01 .main_01_top .main_01_top_left {
    width: 55%; }

  main .main_01 .main_01_top .main_01_top_left h2 {
    font-size: 38px;
    line-height: 56px; }

  main .main_01 .main_01_top .main_01_top_right {
    width: 40%; }

  main .main_02 .main_02_left {
    width: 55%; }

  main .main_02 .main_02_right {
    width: 40%; }

  main .main_02 .main_02_right ul li {
    font-size: 16px;
    line-height: 22px; }

  main .main_02 .main_02_right h2 {
    font-size: 38px;
    line-height: 56px; }

  main .main_03 {
    padding: 2% 0% 3.5% 7.5%; }

  main .main_03 .main_03_bg p {
    font-size: 14px;
    line-height: 22px; }

  main .main_03 .main_03_bg .name span {
    font-size: 14px; }

  main .main_03 .main_03_bg h2 {
    font-size: 26px; }

  main .main_03 .main_03_bg .name {
    font-size: 32px;
    line-height: 56px; }

  main .main_04 .main_04_tit h2 {
    font-size: 38px;
    line-height: 56px; }

  main .main_04 .nubmer .nubmer_left strong {
    font-size: 28px;
    line-height: 48px; }

  main .main_05 .main_05_left {
    width: 55%; }

  main .main_05 .main_05_left h2 {
    font-size: 38px;
    line-height: 56px; }

  main .main_05 .main_05_right {
    width: 40%; } }
@media (max-width: 1024px) {
  header .header_over .logo {
    width: 160px; }

  main .main_01 .main_01_top .main_01_top_left h2 {
    font-size: 32px;
    line-height: 56px; }

  main .main_01 .main_01_top .main_01_top_left p {
    font-size: 14px;
    line-height: 26px; }

  main .main_02 .main_02_right h2 {
    font-size: 32px;
    line-height: 56px; }

  main .main_02 .main_02_right ul li {
    font-size: 14px;
    line-height: 18px; }

  main .main_02 .main_02_right ul li::before {
    font-size: 14px; }

  main .main_04 .main_04_tit h2 {
    font-size: 32px;
    line-height: 56px; }

  main .main_04 .nubmer .nubmer_left strong {
    font-size: 24px;
    line-height: 42px; }

  main .main_05 .main_05_left h2 {
    font-size: 32px;
    line-height: 56px; }

  header .header_over .header_right {
    width: 450px; }

  header .header_over .header_right h1 {
    font-size: 20px; }

  header .header_over .header_right .catch {
    width: 450px;
    height: 200px;
    background-size: 240px auto;
    font-size: 32px;
    line-height: 50px;
    padding: 50px 0; }

  main .main_03 .main_03_bg {
    background-size: auto 70%; }

  main .main_03 .main_03_bg h2 {
    font-size: 22px; }

  main .main_03 .main_03_bg .name {
    font-size: 28px;
    line-height: 52px; }

  main .main_04 {
    width: 95%; }

  main .main_04 .main_04_tit {
    width: 70%; }

  main .main_04 .main_04_tit p {
    font-size: 14px;
    line-height: 26px; }

  main .main_04 .nubmer .nubmer_left {
    background-size: 70px;
    padding: 40px 0 0 40px; }

  main .main_04 .nubmer .nubmer_left p {
    font-size: 14px;
    line-height: 30px; }

  main .main_04 .nubmer .nubmer_right {
    margin-top: 40px; }

  main .main_05 .main_05_left p.txt {
    font-size: 14px;
    line-height: 26px; }

  main .main_05 .main_05_left .instagram {
    width: 400px; }

  main .main_05 .main_05_left .instagram {
    font-size: 18px;
    line-height: 28px; }

  main .main_05 .main_05_left .instagram p {
    font-size: 20px;
    line-height: 28px; }

  footer .logo {
    width: 150px; } }
/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 739px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%; }

  body {
    font-size: 14px;
    line-height: 28px; }

  .pc {
    display: none; }

  .sp {
    display: block; }

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

  input[type="button"], input[type="submit"] {
    -webkit-appearance: none; }

  header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    margin-bottom: 15%; }
    header .header_over {
      width: 90%;
      position: absolute;
      left: 5%;
      top: 2.5%; }
      header .header_over .logo {
        width: 120px;
        height: auto;
        float: none;
        margin: 0 auto; }
      header .header_over .header_right {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 5%; }
        header .header_over .header_right h1 {
          font-size: 16px;
          line-height: 26px;
          display: block;
          text-align: center;
          margin-bottom: 3.5%;
          font-weight: 300;
          color: #37474f; }
        header .header_over .header_right .catch {
          width: 300px;
          height: 140px;
          background-image: url("../img/bg_top.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 180px 140px;
          padding: 30px 0px 0 0;
          margin: 0 auto 5% auto;
          text-align: center;
          font-size: 26px;
          line-height: 40px;
          font-weight: 300;
          color: #5d4037; }
        header .header_over .header_right .btn_movie {
          width: 260px;
          height: auto;
          margin: 85% auto 0 auto; }
          header .header_over .header_right .btn_movie a {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            padding: 15px 0px;
            background-color: #ffd54f;
            border-radius: 30px;
            font-weight: 900;
            font-size: 16px;
            text-align: center;
            box-shadow: 0 0 8px gray;
            border: 2px solid #ffd54f;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          header .header_over .header_right .btn_movie a::after {
            font-family: "Font Awesome 5 Free";
            content: '\f107';
            font-weight: 900;
            position: absolute;
            right: 10%;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          header .header_over .header_right .btn_movie a:hover {
            background-color: #FFF; }

  main {
    z-index: 2;
    margin-top: 0%; }
    main .main_01 {
      width: 100%;
      height: auto; }
      main .main_01 .main_01_bg {
        background-image: url("../img/bg_02_sp.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 100%;
        padding-bottom: 10%; }
      main .main_01 .main_01_top {
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-bottom: 10%; }
        main .main_01 .main_01_top .main_01_top_left {
          width: 85%;
          height: auto;
          padding: 30px 0 0 30px;
          float: none;
          background-image: url("../img/bg_01.png");
          background-size: 50px auto;
          background-position: top left;
          background-repeat: no-repeat;
          z-index: 4;
          position: relative;
          margin: 0 5% 0 3.5%; }
          main .main_01 .main_01_top .main_01_top_left h2 {
            font-size: 22px;
            line-height: 32px;
            font-weight: 300;
            display: block;
            margin-bottom: 2.5%; }
          main .main_01 .main_01_top .main_01_top_left p {
            font-size: 14px;
            line-height: 28px;
            font-weight: 300;
            display: block;
            margin-bottom: 5%; }
        main .main_01 .main_01_top .main_01_top_right {
          display: none; }
      main .main_01 .main_01_bottom {
        width: 90%;
        height: auto;
        margin: 0 auto;
        min-width: 90%; }
        main .main_01 .main_01_bottom h2 {
          font-size: 22px;
          line-height: 32px;
          text-align: center;
          margin-bottom: 5%; }
          main .main_01 .main_01_bottom h2 span {
            display: block;
            width: 100px;
            height: 2px;
            background-color: #37474f;
            margin: 20px auto 0 auto; }
        main .main_01 .main_01_bottom .comment {
          width: 100%;
          height: auto;
          margin: 0 auto; }
    main .main_02 {
      width: 100%;
      margin-right: 5%;
      margin-top: -2.5%;
      margin-bottom: 7.5%; }
      main .main_02 .main_02_left {
        width: 80%;
        height: auto;
        float: none; }
        main .main_02 .main_02_left .main_02_left_top {
          width: 100%;
          height: auto;
          margin-bottom: 5%; }
      main .main_02 .main_02_right {
        width: 85%;
        height: auto;
        padding: 30px 0 0 30px;
        float: none;
        background-image: url("../img/bg_01.png");
        background-size: 50px auto;
        background-position: top left;
        background-repeat: no-repeat;
        margin: 0 0 7.5% 3.5%; }
        main .main_02 .main_02_right h2 {
          font-size: 22px;
          line-height: 32px;
          font-weight: 300;
          display: block;
          margin-bottom: 2.5%;
          text-align: left; }
        main .main_02 .main_02_right p {
          font-size: 14px;
          line-height: 28px;
          font-weight: 300;
          display: block;
          margin-bottom: 5%; }
        main .main_02 .main_02_right ul {
          margin-bottom: 5%; }
        main .main_02 .main_02_right ul li {
          font-size: 14px;
          line-height: 22px;
          padding-left: 1em;
          text-indent: -1em;
          margin-bottom: 10px; }
        main .main_02 .main_02_right ul li::before {
          content: '●';
          font-size: 14px;
          line-height: 22px;
          color: #ffd54f; }
        main .main_02 .main_02_right .btn_movie {
          width: 260px;
          height: auto;
          margin: 0 auto; }
          main .main_02 .main_02_right .btn_movie a {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            padding: 15px 0px;
            background-color: #ffd54f;
            border-radius: 30px;
            font-weight: 900;
            font-size: 16px;
            text-align: center;
            box-shadow: 0 0 8px gray;
            border: 2px solid #ffd54f;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          main .main_02 .main_02_right .btn_movie a::after {
            font-family: "Font Awesome 5 Free";
            content: '\f107';
            font-weight: 900;
            position: absolute;
            right: 10%;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          main .main_02 .main_02_right .btn_movie a:hover {
            background-color: #FFF; }
      main .main_02 .main_02_bottom {
        width: 100%;
        height: auto; }
        main .main_02 .main_02_bottom ul li {
          width: 45%;
          float: left;
          margin-right: 5%; }
        main .main_02 .main_02_bottom ul li:nth-child(2) {
          margin-top: 5%; }
    main .main_03 {
      width: 100%;
      height: auto;
      padding: 5% 0% 5% 0%;
      background-image: url("../img/bg_04_sp.png");
      background-repeat: no-repeat;
      background-size: cover;
      color: #FFF; }
      main .main_03 .main_03_bg {
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        background-image: none; }
        main .main_03 .main_03_bg h2 {
          font-size: 20px;
          line-height: 32px;
          display: block;
          margin: 0 auto 5% auto;
          color: #ffd54f;
          text-align: center; }
          main .main_03 .main_03_bg h2 span {
            width: 100px;
            height: 1px;
            background-color: #ffd54f;
            margin: 5px auto 0 auto;
            display: block; }
        main .main_03 .main_03_bg .name {
          font-size: 22px;
          line-height: 32px;
          font-weight: 300;
          margin-bottom: 1.5%;
          text-align: center; }
          main .main_03 .main_03_bg .name span {
            font-size: 12px;
            font-weight: 300;
            padding-left: 0%;
            display: block; }
        main .main_03 .main_03_bg p {
          padding: 0 5% 0 5%;
          font-size: 14px;
          line-height: 24px;
          font-weight: 300;
          display: block;
          margin-bottom: 5%; }
        main .main_03 .main_03_bg img {
          padding-left: 5%; }
    main .main_04 {
      width: 90%;
      height: auto;
      margin: 0 auto 7.5% auto;
      background-image: url("../img/bg_05.png");
      background-repeat: no-repeat;
      background-position: 0 15px;
      background-size: 100% auto;
      padding-top: 5%; }
      main .main_04 .main_04_tit {
        width: 90%;
        margin: 2.5% auto 10% auto; }
        main .main_04 .main_04_tit h2 {
          font-size: 22px;
          line-height: 32px;
          font-weight: 300;
          display: block;
          margin-bottom: 2.5%;
          text-align: center; }
        main .main_04 .main_04_tit p {
          font-size: 14px;
          line-height: 24px;
          font-weight: 300; }
      main .main_04 .nubmer {
        width: 100%;
        height: auto;
        margin: 0 auto 5% auto; }
        main .main_04 .nubmer .nubmer_tit {
          font-size: 20px;
          line-height: 32px;
          font-weight: 800;
          margin-bottom: 2.5%;
          display: block;
          padding: 30px 0 0 15px;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 50px auto; }
          main .main_04 .nubmer .nubmer_tit strong {
            font-size: 20px;
            line-height: 32px;
            font-weight: 800;
            display: block; }
        main .main_04 .nubmer .nubmer_left {
          width: 90%;
          height: auto;
          float: none;
          padding: 0px;
          margin: 0 auto; }
          main .main_04 .nubmer .nubmer_left strong {
            display: none; }
          main .main_04 .nubmer .nubmer_left p {
            font-size: 14px;
            line-height: 24px;
            font-weight: 300;
            margin-bottom: 5%; }
          main .main_04 .nubmer .nubmer_left .btn_movie {
            width: 100%;
            height: auto;
            margin: 0 auto; }
            main .main_04 .nubmer .nubmer_left .btn_movie a {
              display: block;
              position: relative;
              width: 100%;
              height: auto;
              padding: 15px 0px;
              background-color: #ffd54f;
              border-radius: 30px;
              font-weight: 900;
              font-size: 16px;
              text-align: center;
              box-shadow: 0 0 8px gray;
              border: 2px solid #ffd54f;
              -webkit-transition: all 0,5s;
              transition: all 0.5s; }
            main .main_04 .nubmer .nubmer_left .btn_movie a::after {
              font-family: "Font Awesome 5 Free";
              content: '\f054';
              font-weight: 900;
              position: absolute;
              right: 10%;
              -webkit-transition: all 0,5s;
              transition: all 0.5s; }
            main .main_04 .nubmer .nubmer_left .btn_movie a:hover {
              background-color: #FFF; }
        main .main_04 .nubmer .nubmer_right {
          width: 90%;
          height: auto;
          float: none;
          margin-top: 0px;
          margin: 0 auto 5% auto; }
      main .main_04 .nubmer02 {
        margin-bottom: 10%; }
      main .main_04 .nubmer01 .nubmer_left {
        background-image: none; }
      main .main_04 .nubmer02 .nubmer_left {
        background-image: none; }
      main .main_04 .nubmer01 .nubmer_tit {
        background-image: url("../img/bg_05_no01.png"); }
      main .main_04 .nubmer02 .nubmer_tit {
        background-image: url("../img/bg_05_no02.png"); }
      main .main_04 .list {
        text-align: left;
        font-weight: 300;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 24px; }
        main .main_04 .list .btn_movie {
          width: 100%;
          height: auto;
          margin: 5% auto 0 auto; }
          main .main_04 .list .btn_movie a {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            padding: 15px 0px;
            background-color: #ffd54f;
            border-radius: 30px;
            font-weight: 900;
            font-size: 18px;
            text-align: center;
            box-shadow: 0 0 8px gray;
            border: 2px solid #ffd54f;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          main .main_04 .list .btn_movie a::after {
            font-family: "Font Awesome 5 Free";
            content: '\f054';
            font-weight: 900;
            position: absolute;
            right: 10%;
            -webkit-transition: all 0,5s;
            transition: all 0.5s; }
          main .main_04 .list .btn_movie a:hover {
            background-color: #FFF; }
    main .main_05 {
      width: 100%;
      height: auto;
      margin-left: 0%;
      margin-bottom: 10%; }
      main .main_05 .main_05_left {
        width: 85%;
        height: auto;
        padding: 30px 0 0 30px;
        float: none;
        background-image: url("../img/bg_01.png");
        background-size: 50px auto;
        background-position: top left;
        background-repeat: no-repeat;
        z-index: 4;
        position: relative;
        margin: 0 0 0 3.5%; }
        main .main_05 .main_05_left h2 {
          font-size: 22px;
          line-height: 32px;
          font-weight: 300;
          display: block;
          margin-bottom: 2.5%; }
        main .main_05 .main_05_left p {
          font-size: 14px;
          line-height: 28px;
          font-weight: 300;
          display: block;
          margin-bottom: 5%; }
        main .main_05 .main_05_left .instagram {
          display: block;
          width: 100%;
          height: auto;
          padding: 10px 0;
          margin: 0 auto 10% auto;
          background-color: #5d4037;
          color: #FFF;
          text-align: center;
          border-radius: 15px;
          font-size: 14px;
          line-height: 26px;
          border: 2px solid #5d4037;
          -webkit-transition: all 0,5s;
          transition: all 0.5s; }
          main .main_05 .main_05_left .instagram span {
            padding-left: 10px; }
          main .main_05 .main_05_left .instagram p {
            font-size: 14px;
            line-height: 26px;
            font-weight: 700;
            color: #ffd54f;
            margin-bottom: 0px; }
        main .main_05 .main_05_left .instagram:hover {
          background-color: #FFF; }
          main .main_05 .main_05_left .instagram:hover span {
            color: #5d4037; }
          main .main_05 .main_05_left .instagram:hover i {
            color: #5d4037; }
    main .pagetop {
      text-align: center;
      margin-bottom: 5%; }
      main .pagetop a {
        font-size: 14px;
        line-height: 26px;
        display: inline-block;
        background-image: url("../img/btn_top_sp.png");
        background-repeat: no-repeat;
        padding-left: 30px;
        background-size: 26px auto; }

  footer {
    width: 100%;
    height: auto;
    text-align: center;
    border-top: 1px solid #cfd8dc; }
    footer .logo {
      width: 120px;
      height: auto;
      margin: 5% auto; }
    footer .copyright {
      background-color: #37474f;
      color: #FFF;
      font-size: 10px;
      padding: 5px 0; } }
