@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    IEハック用mixin
*/
/*
    button
*/
a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 347px;
  height: 53px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px rgba(67, 114, 138, 0.64);
  font-weight: 700;
  color: #636363;
  font-size: 16px;
}
@media (max-width: 750px) {
  a.button {
    width: 100%;
    height: 10.133vw;
    font-size: 23px;
    font-size: 3.0666666667vw;
  }
}
a.button.no2 {
  width: 408px;
  height: 69px;
  background-color: #0097d0;
  color: #fff;
  font-size: 26px;
}
@media (max-width: 750px) {
  a.button.no2 {
    width: 100%;
    height: 9.067vw;
    font-size: 21px;
    font-size: 2.8vw;
  }
}
a.button.small {
  width: 100%;
  max-width: 346px;
  height: 43px;
  box-shadow: 0px 0px 5px 0px rgba(67, 114, 138, 0.31);
  background-color: #0097d0;
  color: #fff;
  justify-content: flex-start;
  padding: 0 20px;
}
@media (max-width: 750px) {
  a.button.small {
    width: auto;
    display: inline-block;
    height: 7.4667vw;
    padding: 0.667vw 4vw;
  }
}
a.button.small > span {
  display: flex;
  align-items: center;
}
a.button.small > span > span.icon {
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  a.button.small > span > span.icon img {
    width: 6.133vw;
    height: 6.133vw;
  }
}
@media (max-width: 750px) {
  a.button.middle {
    margin: 0 auto;
    max-width: 56vw;
    border: 2px solid #0097d0;
    box-shadow: none;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
a.button.middle > span {
  display: flex;
  align-items: center;
  padding: 0 1.2em 0 0;
  position: relative;
}
a.button.middle > span:after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -60%);
}
a.button.disabled {
  pointer-events: none;
}

#bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-image: url("../images/bg_bnr_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.1s ease-in-out;
}
@media (max-width: 750px) {
  #bnr {
    background-image: url("../images/bg_bnr_pc.png");
  }
}
#bnr > .inner {
  margin: 0 auto;
  max-width: 998px;
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
@media (max-width: 750px) {
  #bnr > .inner {
    padding: 4.667vw 3.333vw;
  }
}
#bnr > .inner > div {
  width: 44%;
}
@media (max-width: 750px) {
  #bnr > .inner > div {
    width: 54%;
  }
}
#bnr > .inner > div:nth-of-type(2) {
  width: 56%;
  text-align: center;
  border-left: 1px solid #717578;
}
@media (max-width: 750px) {
  #bnr > .inner > div:nth-of-type(2) {
    width: 46%;
    padding: 1.6vw 0 1.6vw 3.2vw;
  }
}
#bnr > .inner > div:nth-of-type(2) a {
  margin: 0 auto;
}
#bnr > .inner > div > p {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
}
@media (max-width: 750px) {
  #bnr > .inner > div > p {
    display: block;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
#bnr.fixed.stop {
  position: absolute;
  bottom: 0;
}
@media (max-width: 750px) {
  #bnr.fixed.stop {
    bottom: 0;
  }
}

/*
    modal
*/
#filter_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.container_youtube_movie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  z-index: 2;
}
.container_youtube_movie > .inner {
  width: 100%;
  position: relative;
}
.container_youtube_movie > .inner:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
.container_youtube_movie > .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container_youtube_movie > .inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    FV Animation
*/
#mainview.opening > .inner > .catch h1 {
  opacity: 0;
}
#mainview.opening > .inner > .catch p {
  opacity: 0;
}
#mainview.opening > .inner > .catch h2 {
  opacity: 0;
}
#mainview.opening > .inner > .catch > .scrolldown {
  opacity: 0;
}
#mainview.opening > .inner > .view img {
  opacity: 0;
}
#mainview.opening.animated > .inner > .catch h1 {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
  animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
}
#mainview.opening.animated > .inner > .catch p {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
  animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
}
#mainview.opening.animated > .inner > .catch h2 {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1 forwards;
  animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1 forwards;
}
#mainview.opening.animated > .inner > .catch > .scrolldown {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
  animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
}
#mainview.opening.animated > .inner > .view img {
  -webkit-animation: slideIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
  animation: slideIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
}

/*
    Content Anime
*/
.anime {
  opacity: 0;
}
.anime.animated {
  -webkit-animation: slideTitle 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
  animation: slideTitle 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
}

.anime2 {
  opacity: 0;
}
.anime2.animated {
  -webkit-animation: slideInRight 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
  animation: slideInRight 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
}

.anime3 {
  opacity: 0;
}
.anime3.animated {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
  animation: fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
}

/*
    Scroll ball
*/
.scrolldown > span.line:after {
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-in-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-in-out infinite;
}

@-webkit-keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideTitleDown {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideTitleDown {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleXwidth {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@keyframes scaleXwidth {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  60% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  60% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
  }
  to {
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
  }
  to {
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes rotateDownLeft {
  0% {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -20deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: none;
  }
}
@keyframes rotateDownLeft {
  0% {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -20deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@-webkit-keyframes shadowSlide {
  from, 20%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-15px, -15px);
  }
  20% {
    opacity: 1;
    transform: translate(-15px, -15px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shadowSlide {
  from, 20%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-15px, -15px);
  }
  20% {
    opacity: 1;
    transform: translate(-15px, -15px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
  20% {
    opacity: 1;
    transform: translate(-7px, -7px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
  20% {
    opacity: 1;
    transform: translate(-7px, -7px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes blurInTitle {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes blurInTitle {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@-webkit-keyframes Turnboard {
  from {
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  40% {
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }
  80% {
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
  }
  to {
    opacity: 1;
    transform: perspective(300px);
  }
}
@keyframes Turnboard {
  from {
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  40% {
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }
  80% {
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
  }
  to {
    opacity: 1;
    transform: perspective(300px);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOutAnime {
  0%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes fadeOutAnime {
  0%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0, 0);
  }
}
@-webkit-keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-100%, -80%) scale(1, 1);
  }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2);
  }
  100% {
    transform: translate(-50%, -40%) scale(0, 0);
  }
}
@keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-100%, -80%) scale(1, 1);
  }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2);
  }
  100% {
    transform: translate(-50%, -40%) scale(0, 0);
  }
}
@-webkit-keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px);
  }
  20% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px);
  }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px);
  }
  20% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px);
  }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceOutUp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0;
  }
}
@keyframes bounceOutUp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0;
  }
}
@-webkit-keyframes kujiOpen1step {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  0% {
    height: 50%;
  }
  to {
    height: 0;
  }
}
@keyframes kujiOpen1step {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  0% {
    height: 50%;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes kujiOpen2step {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@keyframes kujiOpen2step {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@-webkit-keyframes rotationInner {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotationInner {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes kujiOpen3step {
  0%, 40%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 15%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    top: -13%;
  }
  to {
    opacity: 1;
    top: -10%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}
@keyframes kujiOpen3step {
  0%, 40%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 15%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    top: -13%;
  }
  to {
    opacity: 1;
    top: -10%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}
@-webkit-keyframes kujifadeout {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  50% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  to {
    top: 48.5%;
    width: 67.33vw;
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes kujifadeout {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  50% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  to {
    top: 48.5%;
    width: 67.33vw;
    opacity: 1;
    transform: scale(1, 1);
  }
}
/*
    個別にアニメーション
*/
@-webkit-keyframes lottery_fuwa01 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -20%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes lottery_fuwa01 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -20%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@-webkit-keyframes lottery_fuwa02 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  50% {
    transform: translate(-40%, -80%) rotate(25deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
}
@keyframes lottery_fuwa02 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  50% {
    transform: translate(-40%, -80%) rotate(25deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
}
@-webkit-keyframes lottery_fuwa03 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  50% {
    transform: translate(-60%, 10%) rotate(-79deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes lottery_fuwa03 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  50% {
    transform: translate(-60%, 10%) rotate(-79deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@-webkit-keyframes lottery_fuwa04 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
  50% {
    transform: translate(-40%, -40%) rotate(-133deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
}
@keyframes lottery_fuwa04 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
  50% {
    transform: translate(-40%, -40%) rotate(-133deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
}
@-webkit-keyframes lottery_fuwa05 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-66deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
}
@keyframes lottery_fuwa05 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-66deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
}
@-webkit-keyframes lottery_fuwa08 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
  50% {
    transform: translate(-50%, 10%) rotate(-192deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
}
@keyframes lottery_fuwa08 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
  50% {
    transform: translate(-50%, 10%) rotate(-192deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
}
@-webkit-keyframes scaleView {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  40% {
    transform: scale3d(0.94, 0.94, 1);
  }
  60% {
    transform: scale3d(1.04, 1.04, 1);
  }
  80% {
    transform: scale3d(0.98, 0.98, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes scaleView {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  40% {
    transform: scale3d(0.94, 0.94, 1);
  }
  60% {
    transform: scale3d(1.04, 1.04, 1);
  }
  80% {
    transform: scale3d(0.98, 0.98, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 90%;
  }
  100% {
    bottom: -10%;
  }
}
@keyframes circlemove {
  0% {
    bottom: 90%;
  }
  100% {
    bottom: -10%;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  overflow-y: auto;
  color: #000;
}
html.hidden,
body.hidden {
  height: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  font-family: sans-serif;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}

.util_sp {
  display: none !important;
}
@media (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_tb {
  display: none !important;
}
@media (max-width: 900px) {
  .util_tb {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    loader
*/
/*
	header
*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
header#header > .inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 90px;
}
@media (max-width: 750px) {
  header#header > .inner {
    height: 15.333vw;
  }
}
header#header > .inner > div.logo {
  padding: 15px 0 0 35px;
}
@media (max-width: 750px) {
  header#header > .inner > div.logo {
    padding: 2.667vw 0 0 2.667vw;
    max-width: 27.2vw;
  }
}
header#header > .inner > div.navigation {
  position: relative;
}
header#header > .inner #humburger {
  width: 90px;
  height: 90px;
  background-color: #0097d0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 750px) {
  header#header > .inner #humburger {
    width: 15.333vw;
    height: 15.333vw;
  }
}
header#header > .inner #humburger > .humburger_inner {
  width: 90px;
  height: 90px;
  position: relative;
}
@media (max-width: 750px) {
  header#header > .inner #humburger > .humburger_inner {
    width: 15.333vw;
    height: 15.333vw;
  }
}
header#header > .inner #humburger > .humburger_inner > span {
  display: block;
  width: 36.5%;
  height: 2px;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  background-color: #fff;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media (max-width: 750px) {
  header#header > .inner #humburger > .humburger_inner > span {
    height: 1px;
    top: calc(50% - 1.333vw);
  }
}
header#header > .inner #humburger > .humburger_inner > span:nth-of-type(1) {
  top: calc(42% - 10px);
}
@media (max-width: 750px) {
  header#header > .inner #humburger > .humburger_inner > span:nth-of-type(1) {
    top: calc(42% - 1.333vw);
  }
}
header#header > .inner #humburger > .humburger_inner > span:nth-of-type(3) {
  top: calc(59% - 10px);
}
@media (max-width: 750px) {
  header#header > .inner #humburger > .humburger_inner > span:nth-of-type(3) {
    top: calc(59% - 1.333vw);
  }
}
header#header > .inner #humburger > .humburger_inner > p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.16em;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% - 1px);
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media (max-width: 750px) {
  header#header > .inner #humburger > .humburger_inner > p {
    font-size: 20px;
    font-size: 2.6666666667vw;
    top: calc(50% + 2vw);
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
header#header.scroll {
  background-color: rgba(255, 255, 255, 0.7);
}

.open header#header > .inner #humburger {
  background: none;
}
.open header#header > .inner #humburger > .humburger_inner > span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.open header#header > .inner #humburger > .humburger_inner > span:nth-of-type(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.open header#header > .inner #humburger > .humburger_inner > span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.open header#header > .inner #humburger > .humburger_inner > p {
  opacity: 0;
}

/*
    footer
*/
footer#footer {
  background-color: #0097d0;
  position: relative;
  padding: 0 20px;
  font-size: 15px;
}
@media (max-width: 750px) {
  footer#footer {
    font-size: 15px;
    font-size: 2vw;
  }
}
footer#footer > .inner {
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  padding: 35px 0 30px;
  max-width: 1194px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer#footer > .inner {
    display: block;
    padding: 4vw 0 5.333vw;
  }
}
footer#footer > .inner > div {
  letter-spacing: 0.06em;
}
footer#footer > .inner > div:nth-of-type(1) {
  text-align: left;
}
@media screen and (max-width: 800px) {
  footer#footer > .inner > div:nth-of-type(1) {
    text-align: center;
  }
}
footer#footer > .inner > div:nth-of-type(1) > ul {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 800px) {
  footer#footer > .inner > div:nth-of-type(1) > ul {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
}
footer#footer > .inner > div:nth-of-type(1) > ul > li {
  padding: 0 15px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  footer#footer > .inner > div:nth-of-type(1) > ul > li {
    padding: 0 2vw;
  }
}
footer#footer > .inner > div:nth-of-type(1) > ul > li a {
  color: #fff;
  font-weight: 600;
}
footer#footer > .inner > div:nth-of-type(1) > ul > li:nth-of-type(1) {
  border: none;
}
footer#footer > .inner > div:nth-of-type(2) {
  letter-spacing: 0.04em;
  text-align: right;
  font-weight: 600;
  padding-right: 70px;
}
@media screen and (max-width: 800px) {
  footer#footer > .inner > div:nth-of-type(2) {
    padding-top: 2vw;
    padding-right: 0;
    text-align: center;
  }
}
footer#footer > #pagetop {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 800px) {
  footer#footer > #pagetop {
    right: 4vw;
  }
}
footer#footer > #pagetop > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
}
@media screen and (max-width: 800px) {
  footer#footer > #pagetop > a {
    width: 7.467vw;
    height: 7.467vw;
  }
}
footer#footer > #pagetop > a > span {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 800px) {
  footer#footer > #pagetop > a > span {
    width: 7.2vw;
    height: 7.2vw;
  }
}
footer#footer > #pagetop > a > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  footer#footer > #pagetop > a > span:before {
    top: calc(50% - 0.4vw);
    left: calc(50% - 0.1vw);
    transform: translate(-50%, -50%);
    border-width: 0 0.8vw 1.387vw 0.8vw;
  }
}
footer#footer > #pagetop > a > span:after {
  content: "TOP";
  display: block;
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6, 0.6);
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  footer#footer > #pagetop > a > span:after {
    top: calc(50% + 1.1vw);
    left: calc(50% - 0.1vw);
    transform: translate(-50%, -50%) scale(0.35, 0.35);
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}

/*
    Navigation
*/
nav#nav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 151, 208, 0.88);
  width: 50vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(101%, 0);
  transition: 0.3s ease-in-out;
}
@media (max-width: 750px) {
  nav#nav {
    width: 87.5vw;
  }
}
nav#nav > ul {
  margin-left: 25%;
}
@media (max-width: 750px) {
  nav#nav > ul {
    margin-left: 15%;
  }
}
nav#nav > ul > li {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media (max-width: 750px) {
  nav#nav > ul > li {
    padding: 3.6vw 0;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
nav#nav > ul > li a {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  nav#nav > ul > li a {
    line-height: 2;
  }
}
nav#nav > ul > li a > span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  width: 35px;
  text-align: right;
}
@media (max-width: 750px) {
  nav#nav > ul > li a > span {
    font-size: 44px;
    font-size: 5.8666666667vw;
  }
}
nav#nav > .link {
  margin-top: 0.8em;
  text-align: center;
}
@media (max-width: 750px) {
  nav#nav > .link {
    margin-top: 2em;
    padding: 0 9.333vw;
  }
}
nav#nav > .link a {
  margin: 0 auto;
}

.open nav#nav {
  transform: translate(0, 0);
  box-shadow: 0px 0px 10px 0px rgba(67, 114, 138, 0.64);
}

/*
    main
*/
#main {
  position: relative;
}
#main section > .inner {
  margin: 0 auto;
  max-width: 1400px;
  font-family: "Roboto", sans-serif;
}
#main section > .inner > h2 {
  position: relative;
  padding-bottom: 35px;
  line-height: 1.375;
}
@media (max-width: 750px) {
  #main section > .inner > h2 {
    padding-bottom: 8.667vw;
  }
}
#main section > .inner > h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 2px;
  background-color: #0097d0;
}
@media (max-width: 750px) {
  #main section > .inner > h2:after {
    width: 5.333vw;
    height: 1px;
  }
}
#main section > .inner > h2 > span {
  padding-top: 35px;
  display: block;
  text-align: center;
  color: #0097d0;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #main section > .inner > h2 > span {
    line-height: 1.6;
    padding-top: 5.333vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}

section.section#mainview > .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 0 0 7.14%;
}
@media (max-width: 750px) {
  section.section#mainview > .inner {
    display: block;
    padding: 0;
  }
}
section.section#mainview > .inner > div.catch {
  padding: 160px 0 0 50px;
  text-align: left;
  position: relative;
  width: 42.307%;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch {
    padding: 5.333vw 0 2vw 0;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
}
section.section#mainview > .inner > div.catch > h1 {
  max-width: 450px;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch > h1 {
    margin: 0 auto;
    max-width: 80vw;
  }
}
section.section#mainview > .inner > div.catch > p {
  margin-top: 1em;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3555;
  padding-right: 20px;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch > p {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.section#mainview > .inner > div.catch > h2 {
  margin-top: 0.5em;
  text-align: center;
  padding-right: 20px;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch > h2 {
    font-size: 55px;
    font-size: 7.3333333333vw;
  }
}
section.section#mainview > .inner > div.catch .scrolldown {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch .scrolldown {
    bottom: 2.667vw;
    left: 4vw;
  }
}
section.section#mainview > .inner > div.catch .scrolldown > span {
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 0.12em;
  position: relative;
  display: block;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch .scrolldown > span {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
section.section#mainview > .inner > div.catch .scrolldown > span.line {
  margin-top: 10px;
}
section.section#mainview > .inner > div.catch .scrolldown > span.line:before {
  content: "";
  display: block;
  width: 2px;
  height: 70px;
  background-color: #000;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch .scrolldown > span.line:before {
    width: 1px;
    height: 11.333vw;
  }
}
section.section#mainview > .inner > div.catch .scrolldown > span.line:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.catch .scrolldown > span.line:after {
    left: calc(50% + 0.5px);
  }
}
section.section#mainview > .inner > div.view {
  line-height: 0;
  position: relative;
  width: 57.692%;
}
@media (max-width: 750px) {
  section.section#mainview > .inner > div.view {
    width: 100%;
  }
}
section.section#mainview > .inner > div.view img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.section#p1 {
  overflow: hidden;
}
section.section#p1 > .inner {
  margin: 0 auto;
  max-width: 1008px;
  padding: 65px 15px 40px;
  font-size: 15px;
  overflow: hidden;
}
@media (max-width: 750px) {
  section.section#p1 > .inner {
    font-size: 26px;
    font-size: 3.4666666667vw;
    padding: 8vw 7.333vw 9.333vw;
  }
}
section.section#p1 > .inner > p {
  margin: 30px 0 0;
  line-height: 2;
}
@media (max-width: 750px) {
  section.section#p1 > .inner > p {
    margin: 5.333vw 0 0;
    line-height: 1.73;
    letter-spacing: 0.04em;
  }
}
section.section#p1 > .inner .container_about_img {
  margin: 3em auto;
  max-width: 850px;
}
section.section#p1 > .inner ul.attend_txt {
  margin: 1em auto 0;
  max-width: 850px;
}
section.section#p1 > .inner ul.attend_txt > li {
  text-align: right;
  font-size: 11px;
}
@media (max-width: 750px) {
  section.section#p1 > .inner ul.attend_txt > li {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
section.section#p1 > .inner .container_list {
  margin: 50px auto 0;
}
section.section#p1 > .inner .container_list > ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  section.section#p1 > .inner .container_list > ul {
    display: block;
  }
}
section.section#p1 > .inner .container_list > ul > li {
  width: 45%;
}
@media (max-width: 750px) {
  section.section#p1 > .inner .container_list > ul > li {
    width: auto;
    padding: 4vw 0;
  }
}
section.section#p1 > .inner .container_list > ul > li > p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 750px) {
  section.section#p1 > .inner .container_list > ul > li > p {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
section.section#p2 > .inner {
  max-width: 1000px;
  padding: 100px 15px 60px;
}
@media (max-width: 750px) {
  section.section#p2 > .inner {
    padding: 9.333vw 7.333vw 7.733vw;
  }
}
section.section#p2 > .inner > p {
  margin: 50px 0 0;
  line-height: 2;
  text-align: left;
}
@media (max-width: 750px) {
  section.section#p2 > .inner > p {
    margin: 8vw 0 0;
    line-height: 1.73;
    letter-spacing: 0.04em;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.section#p2 > .inner ul.attend_txt {
  margin: 1em auto 0;
}
section.section#p2 > .inner ul.attend_txt > li {
  text-align: right;
  font-size: 11px;
}
@media (max-width: 750px) {
  section.section#p2 > .inner ul.attend_txt > li {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
section.section#p2 > .inner .container_history_img {
  margin: 80px auto 0;
}
@media (max-width: 750px) {
  section.section#p2 > .inner .container_history_img {
    margin: 8vw -7.33333vw 0;
  }
}
section.section#p3 > .inner {
  padding: 85px 15px 60px;
  max-width: 1110px;
}
@media (max-width: 750px) {
  section.section#p3 > .inner {
    padding: 10.667vw 7.333vw 8vw;
  }
}
section.section#p3 > .inner > p {
  margin: 50px 0 0;
  line-height: 2;
  text-align: left;
}
@media (max-width: 750px) {
  section.section#p3 > .inner > p {
    margin: 8vw 0 0;
    line-height: 1.73;
    letter-spacing: 0.04em;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.section#p3 > .inner ul.attend_txt {
  margin: 1em auto 0;
}
section.section#p3 > .inner ul.attend_txt > li {
  text-align: right;
  font-size: 11px;
}
@media (max-width: 750px) {
  section.section#p3 > .inner ul.attend_txt > li {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
section.section#p3 > .inner .container_feature_list {
  margin-top: 50px;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_list {
    margin-top: 8vw;
  }
}
section.section#p3 > .inner .container_feature_list > .content_feature {
  padding: 30px 0;
  text-align: left;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_list > .content_feature {
    padding: 4vw 0;
  }
}
section.section#p3 > .inner .container_feature_list > .content_feature > h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_list > .content_feature > h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
section.section#p3 > .inner .container_feature_list > .content_feature > ul {
  margin-top: 30px;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_list > .content_feature > ul {
    margin-top: 4vw;
  }
}
section.section#p3 > .inner .container_feature_list > .content_feature > ul > li {
  padding: 0.2em 0;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_list > .content_feature > ul > li {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.section#p3 > .inner .container_feature_list > .content_feature > p {
  margin-top: 30px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_list > .content_feature > p {
    margin-top: 4vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.section#p3 > .inner .container_feature_img {
  margin: 80px auto 0;
}
@media (max-width: 750px) {
  section.section#p3 > .inner .container_feature_img {
    margin: 8vw -7.33333vw 0;
  }
}
section.section#p4 > .inner {
  max-width: 992px;
  padding: 60px 15px 100px;
}
@media (max-width: 750px) {
  section.section#p4 > .inner {
    padding: 8vw 7.333vw 13.6667vw;
  }
}
section.section#p4 > .inner > h3 {
  position: relative;
  line-height: 1.375;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > h3 {
    padding-bottom: 8.667vw;
  }
}
section.section#p4 > .inner > h3 > span {
  padding-top: 35px;
  display: block;
  text-align: center;
  color: #0097d0;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > h3 > span {
    line-height: 1.6;
    padding-top: 5.333vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.section#p4 > .inner > .container_photo {
  margin: 50px auto;
  max-width: 630px;
  position: relative;
  padding: 100px 0 60px;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > .container_photo {
    margin: 6.6667vw auto;
    padding: 13.3333vw 0 9.3333vw;
  }
}
section.section#p4 > .inner > .container_photo > .inner {
  margin: 0 auto;
  max-width: 371px;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > .container_photo > .inner {
    width: 60vw;
  }
}
section.section#p4 > .inner > .container_photo > .inner > p {
  margin-top: 0.5em;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > .container_photo > .inner > p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.section#p4 > .inner > .container_photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-top: 30px solid #0097d0;
  border-left: 30px solid #0097d0;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > .container_photo:before {
    width: 30vw;
    height: 30vw;
    border-top: 5.3333vw solid #0097d0;
    border-left: 5.3333vw solid #0097d0;
  }
}
section.section#p4 > .inner > .container_photo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border-right: 30px solid #0097d0;
  border-bottom: 30px solid #0097d0;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > .container_photo:after {
    width: 30vw;
    height: 30vw;
    border-right: 5.3333vw solid #0097d0;
    border-bottom: 5.3333vw solid #0097d0;
  }
}
section.section#p4 > .inner > p {
  margin: 50px 0 0;
  line-height: 2;
  text-align: left;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > p {
    margin: 8vw 0 0;
    line-height: 1.73;
    letter-spacing: 0.04em;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.section#p4 > .inner > .container_greeting_img {
  margin: 80px auto 0;
}
@media (max-width: 750px) {
  section.section#p4 > .inner > .container_greeting_img {
    margin: 8vw -7.33333vw 0;
  }
}
section.section#p4 > .inner > .container_greeting_img > ul {
  margin: 0 auto;
  max-width: 60%;
}/*# sourceMappingURL=style.css.map */