@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, section, div, p, main, header, footer {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-text-size-adjust: none; }

html, body {
  scroll-behavior: smooth; }

/* common------------------------------- */
/* 変数------------------------------- */
/*contents-----------------------------------------------------------*/
a.button {
  position: fixed;
  top: 3em;
  right: 3em;
  z-index: 10;
  width: 30%;
  max-width: 350px;
  transition: opacity 0.3s ease; }
  @media only screen and (max-width: 1980px) {
    a.button {
      max-width: 320px; } }
  @media only screen and (max-width: 1440px) {
    a.button {
      max-width: 300px; } }
  @media only screen and (max-width: 1280px) {
    a.button {
      width: 40%;
      top: 2em;
      right: 2em; } }
  @media only screen and (max-width: 600px) {
    a.button {
      width: 40%;
      top: 1.5em;
      right: 1em; } }
  a.button.hidden {
    opacity: 0;
    pointer-events: none; }
  a.button img {
    width: 100%; }

section.normalBox {
  width: 100%; }
  section.normalBox img {
    width: 100%;
    vertical-align: bottom; }

section.box {
  width: 100%;
  transition: 0.3s ease;
  position: relative;
  min-height: 900px; }
  @media only screen and (max-width: 1980px) {
    section.box {
      min-height: 750px; } }
  @media only screen and (max-width: 1440px) {
    section.box {
      min-height: 700px; } }
  @media only screen and (max-width: 1280px) {
    section.box {
      min-height: 650px; } }
  @media only screen and (max-width: 1024px) {
    section.box {
      min-height: 600px; } }
  @media only screen and (max-width: 768px) {
    section.box {
      min-height: 550px; } }
  section.box .contentBox {
    position: absolute;
    bottom: 2em;
    width: 100%; }
    section.box .contentBox .textBox {
      width: 70%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2em; }
      @media only screen and (max-width: 1280px) {
        section.box .contentBox .textBox {
          width: 90%; } }
      @media only screen and (max-width: 1024px) {
        section.box .contentBox .textBox {
          width: 90%;
          padding: 1em;
          line-height: 1.2; } }
    section.box .contentBox h1 {
      font-size: 2.5rem;
      line-height: 1.2;
      color: #FFF; }
      @media only screen and (max-width: 1980px) {
        section.box .contentBox h1 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 1440px) {
        section.box .contentBox h1 {
          font-size: 2rem; } }
      @media only screen and (max-width: 1280px) {
        section.box .contentBox h1 {
          font-size: 2rem; } }
      @media only screen and (max-width: 1024px) {
        section.box .contentBox h1 {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 600px) {
        section.box .contentBox h1 {
          font-size: 1.5rem; } }
    section.box .contentBox p {
      font-size: 1.2rem; }
      @media only screen and (max-width: 1980px) {
        section.box .contentBox p {
          font-size: 1.2rem; } }
      @media only screen and (max-width: 1440px) {
        section.box .contentBox p {
          font-size: 1rem; } }
      @media only screen and (max-width: 1280px) {
        section.box .contentBox p {
          font-size: 1rem; } }
      @media only screen and (max-width: 1024px) {
        section.box .contentBox p {
          font-size: 1rem; } }
      @media only screen and (max-width: 600px) {
        section.box .contentBox p {
          font-size: 0.86rem; } }
  section.box img.logo {
    width: 15%;
    display: block;
    margin: 0 2em 1em auto; }
    @media only screen and (max-width: 1024px) {
      section.box img.logo {
        width: 25%; } }
    @media only screen and (max-width: 768px) {
      section.box img.logo {
        width: 35%;
        margin: 0 1em 1em auto; } }
  section.box .photoCm {
    position: absolute;
    bottom: 2em;
    color: #fff;
    font-size: 0.8em;
    padding: 0 2em; }
  section.box.scene1 {
    background-image: url("../img/scene1.webp");
    background-size: cover;
    background-position: bottom;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      section.box.scene1 {
        background-position: 60% 0%; } }
  section.box.scene2 {
    background-image: url("../img/scene2.webp");
    background-size: cover;
    background-position: top; }
    section.box.scene2 .textBox {
      margin-left: auto;
      color: #FFF; }
      section.box.scene2 .textBox h1 {
        text-align: right; }
  section.box.scene3 {
    background-image: url("../img/scene3.webp");
    background-size: cover;
    background-position: center; }
    section.box.scene3 .imgBox {
      position: absolute;
      top: 5em;
      right: 3em;
      width: 40%;
      max-width: 700px; }
      section.box.scene3 .imgBox img {
        width: 100%; }
  section.box.scene4 {
    background-image: url("../img/scene4.webp");
    background-size: cover;
    background-position: 50%; }
    section.box.scene4 .textBox {
      margin-left: auto; }
      section.box.scene4 .textBox h1 {
        text-align: right; }
    section.box.scene4 .imgBox {
      position: absolute;
      top: 3em;
      left: 3em;
      width: 30%;
      max-width: 500px; }
      section.box.scene4 .imgBox img {
        margin: 0 0 .5em 0;
        width: 100%; }
      section.box.scene4 .imgBox img.subImageMin {
        width: 60%; }
      section.box.scene4 .imgBox .photoCm {
        bottom: -0.5em;
        padding: 0; }
  section.box.scene5 {
    background-image: url("../img/scene5.webp");
    background-size: cover;
    background-position: 90%; }
    section.box.scene5 .logo {
      position: absolute;
      top: 2em;
      left: 2em; }
  section.box.scene6 {
    background-image: url("../img/scene6.webp");
    background-size: cover;
    background-position: center right; }
    section.box.scene6 .textBox {
      margin-left: auto; }
      section.box.scene6 .textBox h1 {
        text-align: right; }
        @media only screen and (max-width: 600px) {
          section.box.scene6 .textBox h1 {
            font-size: 1.8rem; } }
  section.box.scene7 {
    background-image: url("../img/scene7.webp");
    background-size: cover;
    background-position: 40%; }
  section.box.scene8 {
    background-image: url("../img/scene8.webp");
    background-size: cover;
    background-position: 70%; }
    section.box.scene8 .textBox {
      margin-left: auto; }
      section.box.scene8 .textBox h1 {
        text-align: right; }
  section.box.scene9 {
    background-image: url("../img/scene9.webp");
    background-size: cover;
    background-position: 80%; }
    @media only screen and (max-width: 600px) {
      section.box.scene9 .textBox h1 {
        font-size: 1.5rem; } }
  section.box.scene10 {
    background-image: url("../img/scene10.webp");
    background-size: cover;
    background-position: bottom; }
    @media only screen and (max-width: 768px) {
      section.box.scene10 {
        background-image: url("../img/scene10s.webp"); } }
    @media only screen and (max-width: 1024px) {
      section.box.scene10 .textBox {
        top: 10em;
        bottom: inherit; } }
    @media only screen and (max-width: 600px) {
      section.box.scene10 .textBox h1 {
        font-size: 1.8rem; } }
  section.box.scene11 {
    background-image: url("../img/scene11.webp");
    background-size: cover;
    background-position: center right; }
    @media only screen and (max-width: 600px) {
      section.box.scene11 .textBox h1 {
        font-size: 1.6rem; } }
    section.box.scene11 .textBox h1 .spOnly {
      display: none; }
      @media only screen and (max-width: 1280px) {
        section.box.scene11 .textBox h1 .spOnly {
          display: inherit; } }
    section.box.scene11 .textBox a {
      color: #FFF; }

.scene12 {
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  background-color: #702b91;
  color: #FFF;
  text-align: center;
  padding: 6em 0; }
  @media only screen and (max-width: 1280px) {
    .scene12 {
      padding: 4em 0; } }
  @media only screen and (max-width: 768px) {
    .scene12 {
      padding: 6em 0; } }
  .scene12 br.spOnly {
    display: none; }
    @media only screen and (max-width: 600px) {
      .scene12 br.spOnly {
        display: inline; } }
  .scene12 h1 {
    font-size: 2.5rem;
    margin-bottom: 1em;
    line-height: 1.3; }
    @media only screen and (max-width: 1280px) {
      .scene12 h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 768px) {
      .scene12 h1 {
        font-size: 1.7em; } }
    @media only screen and (max-width: 600px) {
      .scene12 h1 {
        font-size: 1.4em; } }
  .scene12 .present_wrap {
    margin: 2em auto;
    width: 800px; }
    @media only screen and (max-width: 1280px) {
      .scene12 .present_wrap {
        width: 650px; } }
    @media only screen and (max-width: 1024px) {
      .scene12 .present_wrap {
        width: 580px; } }
    @media only screen and (max-width: 600px) {
      .scene12 .present_wrap {
        width: 50%; } }
    .scene12 .present_wrap img {
      display: inline-block; }
      .scene12 .present_wrap img.present1 {
        width: 80%; }
        @media only screen and (max-width: 600px) {
          .scene12 .present_wrap img.present1 {
            width: 100%; } }
      .scene12 .present_wrap img.present2 {
        width: 50%; }
        @media only screen and (max-width: 600px) {
          .scene12 .present_wrap img.present2 {
            width: 100%; } }
    .scene12 .present_wrap.primaryPresent {
      font-size: 1.5em; }
      @media only screen and (max-width: 1280px) {
        .scene12 .present_wrap.primaryPresent {
          width: 800px; } }
      @media only screen and (max-width: 1024px) {
        .scene12 .present_wrap.primaryPresent {
          width: 650px; } }
      @media only screen and (max-width: 600px) {
        .scene12 .present_wrap.primaryPresent {
          width: 80%; } }
      .scene12 .present_wrap.primaryPresent .pres1 {
        font-size: 1rem; }
  .scene12 p {
    font-size: 1em; }
  .scene12 .pres2 {
    font-size: 2em;
    font-weight: bold; }
    @media only screen and (max-width: 1280px) {
      .scene12 .pres2 {
        font-size: 1.5em; } }
    @media only screen and (max-width: 768px) {
      .scene12 .pres2 {
        font-size: 1.3em; } }
    @media only screen and (max-width: 600px) {
      .scene12 .pres2 {
        font-size: 1.1em; } }
  .scene12 .pres3 {
    margin: 1em auto 0;
    border: 1px solid #FFF;
    padding: 1em;
    font-size: 1.5em;
    width: fit-content; }
    @media only screen and (max-width: 1280px) {
      .scene12 .pres3 {
        font-size: 1.3em; } }
    @media only screen and (max-width: 768px) {
      .scene12 .pres3 {
        font-size: 1.1em; } }
    @media only screen and (max-width: 600px) {
      .scene12 .pres3 {
        font-size: 1em; } }
  .scene12 .pres4 {
    font-size: 1rem; }
    @media only screen and (max-width: 768px) {
      .scene12 .pres4 {
        font-size: .8em; } }
    @media only screen and (max-width: 600px) {
      .scene12 .pres4 {
        font-size: .7em; } }
  .scene12 a {
    display: block;
    background-color: #f17800;
    color: #fff;
    text-align: center;
    width: 10em;
    padding: .5em 0;
    border-radius: 60px;
    margin: 1em auto 0;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: .1em; }
    @media only screen and (max-width: 768px) {
      .scene12 a {
        font-size: 1.5em; } }

.scene13 {
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  background-color: #E4F3FD;
  text-align: center;
  padding: 6em 0; }
  @media only screen and (max-width: 1280px) {
    .scene13 {
      padding: 4em 0; } }
  @media only screen and (max-width: 768px) {
    .scene13 {
      padding: 2em 0; } }
  .scene13 .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2em; }
    .scene13 .inner h2 {
      font-size: 1.5rem;
      margin-top: 1.5rem; }
      @media only screen and (max-width: 1440px) {
        .scene13 .inner h2 {
          font-size: 1.2rem; } }
      @media only screen and (max-width: 1024px) {
        .scene13 .inner h2 {
          font-size: 1rem; } }
    .scene13 .inner p {
      font-size: 1.2rem;
      margin-top: .5rem; }
      @media only screen and (max-width: 1440px) {
        .scene13 .inner p {
          font-size: 1rem; } }
      @media only screen and (max-width: 1024px) {
        .scene13 .inner p {
          font-size: 0.8rem;
          margin-top: 0.2rem; } }
    .scene13 .inner hr {
      margin-top: 4rem; }
