body {
  color: #000;
  line-height: 1.9em;
  font-size: 14px;
  display: block;
  overflow-x: hidden;
  margin: 0;
}

#wrap {
  overflow: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #ffeb00;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

#loading .loadingBox {
  width: 250px;
  height: 250px;
  background: #FFF;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -100px;
}

@media screen and (min-width: 768px) {
  #loading .loadingBox {
    margin-top: 0;
  }
}

#loading img {
  width: 180px;
  height: auto;
  margin-top: -15px;
}

#footer {
  background-color: #ffeb00;
}

#footer .row:nth-of-type(1) {
  padding: 60px 20px 50px 20px;
}

#footer .row:nth-of-type(1) .left {
  margin-bottom: 25px;
}

#footer .row:nth-of-type(1) .logo {
  width: 355px;
  display: block;
  max-width: 280px;
  margin: 0 auto 20px auto;
}

#footer .row:nth-of-type(1) .logo img {
  width: 100%;
  height: auto;
}

#footer .row:nth-of-type(1) p {
  text-align: center;
}

#footer .row:nth-of-type(1) .link_official {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .row:nth-of-type(1) .link_official i {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .row:nth-of-type(1) .link_official:hover {
  color: #e60019;
}

#footer .row:nth-of-type(1) .link_official:hover i {
  fill: #e60019;
}

#footer .row:nth-of-type(1) .share {
  width: 180px;
  margin: 0 auto 20px auto;
}

#footer .row:nth-of-type(1) .share img {
  width: 100%;
}

#footer .row:nth-of-type(2) {
  background-color: #381c00;
  padding: 40px 20px;
}

#footer .row:nth-of-type(2) .copy {
  font-family: "Crimson Text", serif;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns li {
  padding: 0 8px;
}

.sns a {
  display: block;
  width: 60px;
  height: 60px;
}

.sns a .svg .st0 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sns a:hover .svg .st0 {
  fill: #e60019;
}

#pegetop {
  width: 42px;
  display: block;
  position: fixed;
  bottom: 85px;
  right: 17px;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  #pegetop {
    width: 64px;
    bottom: 120px;
    z-index: 9998;
  }
}

#pegetop span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#pegetop span img {
  width: 100%;
  height: auto;
}

#pegetop .fa-arrow-up {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 16px;
  color: #000;
  margin-left: -7px;
  margin-top: -5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
  #pegetop .fa-arrow-up {
    font-size: 23px;
    margin-left: -9px;
  }
}

@media screen and (min-width: 980px) {
  #pegetop:hover .fa-arrow-up {
    color: #e60019;
    margin-top: -10px;
  }
}

@media screen and (min-width: 768px) {
  #footer .row:nth-of-type(1) {
    padding: 80px 20px 80px 20px;
  }
  #footer .row:nth-of-type(1) .ftinfo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
  }
  #footer .row:nth-of-type(1) .left {
    width: 50%;
    margin-bottom: 0px;
  }
  #footer .row:nth-of-type(1) .right {
    width: 50%;
  }
  #footer .row:nth-of-type(1) .logo {
    max-width: 355px;
    margin-bottom: 10px;
  }
  #footer .row:nth-of-type(1) .link_official {
    font-size: 19px;
    letter-spacing: 0.15em;
  }
  .sns li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #pcNavi {
    display: none;
  }
  #nav_btn {
    width: 60px;
    height: 60px;
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  #nav_btn:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #nav_btn span {
    width: 24px;
    height: 3px;
    border-radius: 1px;
    background-color: #381c00;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #nav_btn span:after, #nav_btn span:before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 1px;
    background-color: #381c00;
    display: block;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #nav_btn span:after {
    top: -8px;
  }
  #nav_btn span:before {
    bottom: -8px;
  }
  #nav_btn.active span {
    background-color: transparent;
  }
  #nav_btn.active span:after {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav_btn.active span:before {
    top: 0px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  body.open #nav_btn {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .fixedNavi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
  }
  .fixedNavi .in {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffeb00;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .fixedNavi .logo {
    width: 30vw;
    height: 30vw;
    display: block;
    margin: 0 auto;
  }
  .fixedNavi .logo img {
    width: 100%;
    height: auto;
  }
  .fixedNavi ul {
    margin-top: 15px;
  }
  .fixedNavi ul li a {
    display: block;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
    color: #381c00;
    letter-spacing: 0.15em;
    padding: 2vw 0;
  }
  .fixedNavi ul li a span {
    display: block;
    text-align: center;
    font-size: 2.5vw;
    letter-spacing: 0.15em;
    color: #603d20;
    margin-top: 5px;
  }
  .fixedNavi .bottom {
    margin-top: 25px;
  }
  .fixedNavi .bottom a.logo02 {
    display: block;
    width: 50vw;
  }
  .fixedNavi .bottom a.logo02 img {
    width: 100%;
    height: auto;
  }
  .fixedNavi .bottom p {
    text-align: center;
    margin-top: 10px;
  }
  .fixedNavi .bottom p a {
    font-weight: bold;
    font-size: 3vw;
    color: #381c00;
    position: relative;
    padding-right: 20px;
    letter-spacing: 0.15em;
  }
  .fixedNavi .bottom p a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 3px solid #381c00;
    border-right: 3px solid #381c00;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
  }
  body.open .fixedNavi {
    z-index: 9999;
    pointer-events: auto;
  }
  body.open .fixedNavi .in {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media screen and (min-width: 768px) {
  #spNavi {
    display: none;
  }
  #pcNavi {
    width: 100% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffeb00;
    padding: 0 30px;
    min-height: 106px;
    z-index: 9997;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #pcNavi.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #pcNavi .logo {
    width: 140px;
  }
  #pcNavi .logo a {
    display: block;
  }
  #pcNavi .logo img {
    width: 100%;
    height: auto;
  }
  #pcNavi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #pcNavi ul li.active a:before {
    opacity: 1;
  }
  #pcNavi ul a {
    display: block;
    color: #381c00;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
  }
  #pcNavi ul a:before {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background-color: #e60019;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #pcNavi ul a:hover:before {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  #pcNavi .logo {
    width: 215px;
  }
  #pcNavi ul {
    margin-left: 40px;
  }
  #pcNavi ul a {
    padding: 30px 30px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1080px) {
  #pcNavi ul a {
    padding: 40px;
  }
}

#header {
  width: 100%;
  position: relative;
}

#header #logo {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

#header #logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #header #logo {
    width: 120px;
    height: 135px;
    top: 30px;
    left: 30px;
  }
}

@media screen and (min-width: 980px) {
  #header #copy {
    width: 440px;
    height: 440px;
  }
}

#visual #visualBtm {
  background-color: #4f1900;
  color: #FFF;
  padding: 50px 0 40px 0;
  position: relative;
}

#visual #visualBtm:before {
  content: "";
  display: block;
  background-image: url(../images/visual/visual_layer.png);
  width: 100%;
  height: 0px;
  padding-top: 25px;
  overflow: hidden;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: -20px;
  left: 0;
}

#visual #visualBtm .scroll {
  display: none;
}

@media screen and (min-width: 768px) {
  #visual #visualBtm .scroll {
    display: block;
  }
}

#visual #visualBtm .scroll a {
  display: block;
  width: 10px;
  height: 110px;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

#visual #visualBtm .scroll a img {
  width: 100%;
}

#visual #visualBtm #copy {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

#visual #visualBtm #copy img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 375px) {
  #visual #visualBtm #copy {
    width: 160px;
    height: 160px;
    top: -140px;
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  #visual #visualBtm #copy {
    width: 240px;
    height: 240px;
    top: -220px;
  }
}

@media screen and (min-width: 980px) {
  #visual #visualBtm #copy {
    width: 440px;
    height: 440px;
    top: -390px;
    margin-left: -15px;
  }
}

#visual #visualBtm h2 {
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.2em;
  font-size: 18px;
}

@media screen and (min-width: 375px) {
  #visual #visualBtm h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  #visual #visualBtm {
    padding: 50px 0 40px 0;
  }
  #visual #visualBtm:before {
    padding-top: 50px;
    top: -45px;
    left: 0;
  }
  #visual #visualBtm h2 {
    letter-spacing: 0.25em;
    font-size: 30px;
  }
}

@media screen and (min-width: 980px) {
  #visual #visualBtm {
    padding: 70px 0 70px 0;
  }
  #visual #visualBtm:before {
    padding-top: 130px;
    top: -95px;
    left: 0;
  }
  #visual #visualBtm h2 {
    font-size: 30px;
  }
}

#slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#slider .sliderBox {
  width: 50%;
  height: 100vw;
  max-height: 400px;
}

#slider .sliderBox .box {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #slider .sliderBox {
    width: 50%;
    height: 400px;
    max-height: 100%;
  }
}

#slider .slick-list,
#slider .slick-track {
  height: 100%;
}

@media screen and (min-width: 980px) {
  #visual #slider {
    height: 70vh;
  }
  #visual #slider .sliderBox {
    height: 100%;
  }
  #visual #visualBtm {
    padding-top: 0;
    padding-bottom: 0;
    height: 30vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 980px) and (max-height: 780px) {
  #visual #visualBtm #copy {
    width: 380px;
    height: 380px;
    top: -360px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#message {
  background-color: #ffeb00;
}

#message .text {
  padding: 30px 20px 30px 20px;
}

#message .text h1 {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

@media screen and (min-width: 375px) {
  #message .text h1 {
    font-size: 23px;
  }
}

#message .text p {
  font-size: 15px;
  text-align: justify;
  line-height: 2.1;
}

@media screen and (min-width: 375px) {
  #message .text p {
    font-size: 16px;
  }
}

#message .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flexwrap: wrap;
}

#message .img .box {
  width: 50%;
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media screen and (min-width: 768px) {
  #message .text {
    padding: 30px 20px 60px 20px;
  }
  #message .text .text_in {
    max-width: 520px;
    margin: 0 auto;
  }
  #message .text .text_in h1 {
    font-size: 32px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
  }
  #message .text .text_in p {
    font-size: 16px;
    line-height: 2.2;
  }
}

@media screen and (min-width: 980px) {
  #message .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #message .flexbox .img {
    width: 43%;
    oreder: 1;
    flexwrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #message .flexbox .img .box {
    width: 100%;
    height: 375px;
  }
  #message .flexbox .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 20px 20px 20px;
  }
  #message .flexbox .text .text_in {
    max-width: 510px;
    margin: 0 auto;
  }
  #message .flexbox .text h1 {
    font-size: 32px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  #message .flexbox .text p {
    font-size: 17px;
    line-height: 2.5;
  }
}

#movie {
  background: #FFF;
  padding: 50px 20px;
}

#movie .secHead {
  margin-bottom: 30px;
}

#movie .secHead h1 {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.13em;
  margin-bottom: 5px;
}

#movie .secHead p {
  text-align: center;
  font-family: "Shrikhand", cursive;
  letter-spacing: 0.05em;
  font-size: 20px;
}

@media screen and (min-width: 375px) {
  #movie .secHead h1 {
    font-size: 22px;
  }
  #movie .secHead p {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  #movie {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #movie .secHead {
    margin-bottom: 55px;
  }
  #movie .secHead h1 {
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
  }
  #movie .secHead p {
    font-size: 34px;
  }
}

@media screen and (min-width: 980px) {
  #movie {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  #movie .secHead {
    margin-bottom: 55px;
  }
  #movie .secHead h1 {
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
  }
  #movie .secHead p {
    font-size: 34px;
  }
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: fixed;
  right: -10px;
  top: -20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background-color: #ba0c2f;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity {
  z-index: 9999;
}

.lity-container {
  padding: 0 20px;
  position: relative;
}

.lity-container .lity-close {
  position: absolute;
  right: 10px;
  top: -20px;
}

.lity-container .lity-close:hover {
  background-color: #960427;
}

.lity {
  background: rgba(255, 235, 0, 0.9);
}

#cm a {
  width: 100%;
  max-width: 760px;
  display: block;
  position: relative;
  margin: 0 auto;
}

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

#cm a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #d70c18;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -8px;
  z-index: 2;
}

#cm a:after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  #cm a:before {
    border-width: 25px 0 25px 43.3px;
    margin-top: -23px;
    margin-left: -14px;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #cm a:after {
    width: 130px;
    height: 130px;
    margin-left: -65px;
    margin-top: -65px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

#cm a:hover:before {
  border-color: transparent transparent transparent #FFF;
}

#cm a:hover:after {
  background-color: #ba0c2f;
}

#special {
  background-color: #ffeb00;
  padding: 50px 20px;
}

#special .secHead {
  margin-bottom: 30px;
}

#special .secHead h1 {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.13em;
  margin-bottom: 5px;
}

#special .secHead p {
  text-align: center;
  font-family: "Shrikhand", cursive;
  letter-spacing: 0.05em;
  font-size: 20px;
}

@media screen and (min-width: 375px) {
  #special .secHead h1 {
    font-size: 24px;
  }
  #special .secHead p {
    font-size: 20px;
  }
}

#special .secBody .row + .row {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #special {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #special .secHead {
    margin-bottom: 55px;
  }
  #special .secHead h1 {
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
  }
  #special .secHead p {
    font-size: 34px;
  }
}

@media screen and (min-width: 980px) {
  #special {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  #special .secHead {
    margin-bottom: 55px;
  }
  #special .secHead h1 {
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
  }
  #special .secHead p {
    font-size: 34px;
  }
  #special .secBody .row + .row {
    margin-top: 40px;
  }
}

.bnrLsit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.bnrLsit .box {
  padding: 5px;
}

.bnrLsit .box.full {
  width: 100%;
}

.bnrLsit .box.half {
  width: 50%;
}

.bnrLsit .box a {
  display: block;
}

.bnrLsit .box a img {
  width: 100%;
  max-width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .bnrLsit {
    margin: 0 -20px;
  }
  .bnrLsit .box {
    padding: 20px;
    text-align: center;
  }
  .bnrLsit .box a {
    display: inline-block;
  }
  .bnrLsit .box a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 980px) {
  .bnrLsit {
    margin: 0 -20px;
    max-width: 980px;
    margin: 0 auto;
  }
  .bnrLsit .box a {
    background-color: #FFF;
    border-radius: 13px;
    overflow: hidden;
  }
  .bnrLsit .box a img {
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .bnrLsit .box a:hover img {
    opacity: 0.7;
  }
}

#ranking {
  background-image: url(../images/bg_pattern.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 40px 20px;
}

#ranking h1 {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}

#ranking .rank01 .thum {
  width: 90vw;
  height: 90vw;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

#ranking .rank01 .thum:before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 580px;
  max-height: 580px;
  border-radius: 100%;
  display: block;
  background-color: #ffeb00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#ranking .rank01 .thum p {
  font-size: 11.5vw;
  font-family: "Shrikhand", cursive;
  line-height: 1;
  text-align: right;
  color: rgba(203, 162, 137, 0.6);
  margin-bottom: -5vw;
}

#ranking .rank01 .thum img {
  width: auto;
  max-width: 110%;
  margin-left: -10px;
}

#ranking .rank01 .thum > * {
  position: relative;
  z-index: 2;
}

#ranking .rank01 .text {
  position: relative;
  z-index: 2;
  margin-top: -23vw;
  font-weight: bold;
}

#ranking .rank01 .rank {
  text-align: right;
  font-size: 15vw;
  margin-bottom: 10px;
  padding-right: 10px;
}

#ranking .rank01 .rank span {
  font-size: 22vw;
}

#ranking .rank01 h2 {
  margin-bottom: 10px;
  line-height: 1.4;
}

#ranking .rank01 h2 .read {
  font-size: 6vw;
  margin-bottom: 0px;
}

#ranking .rank01 h2 .name {
  font-size: 7vw;
}

#ranking .rank {
  font-family: "Shrikhand", cursive;
  color: #381c00;
  line-height: 1;
  margin-bottom: 0px;
}

#ranking .list:not(.rank01) {
  font-weight: bold;
}

#ranking .list:not(.rank01) + .list {
  margin-top: 15px;
}

#ranking .list:not(.rank01) .thum img {
  width: auto;
  max-width: 100%;
}

#ranking .list:not(.rank01) .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  margin-top: -15px;
}

#ranking .list:not(.rank01) .rank {
  font-size: 28px;
  margin-bottom: 10px;
}

#ranking .list:not(.rank01) .rank span {
  font-size: 46px;
}

#ranking .list:not(.rank01) .rank:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #381c00;
  display: block;
  margin-top: 7px;
}

#ranking .list:not(.rank01) .read {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #000000;
}

#ranking .list:not(.rank01) .name {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

#ranking .list.rank04 .thum figure {
  text-align: center;
}

#ranking .list.rank04 .thum figure img {
  width: 80%;
}

#ranking .list.rank05 .thum figure {
  text-align: center;
}

#ranking .list.rank05 .thum figure img {
  width: 80%;
}

#ranking .horizon {
  margin-top: 20px;
}

@media screen and (min-width: 375px) {
  #ranking h1 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.7;
    text-align: center;
  }
  #ranking .rank01 {
    max-width: 335px;
    margin: 0 auto 30px auto;
  }
  #ranking .rank01 .thum {
    width: 335px;
    height: 335px;
  }
  #ranking .rank01 .thum:before {
    max-width: 335px;
    max-height: 335px;
  }
  #ranking .rank01 .thum p {
    font-size: 43px;
    margin-bottom: -20px;
  }
  #ranking .rank01 .thum img {
    width: auto;
    max-width: 110%;
    margin-left: -10px;
  }
  #ranking .rank01 .thum > * {
    position: relative;
    z-index: 2;
  }
  #ranking .rank01 p {
    font-size: 16px;
  }
  #ranking .rank01 .text {
    margin-top: -92px;
  }
  #ranking .rank01 .rank {
    font-size: 75px;
    margin-bottom: 25px;
  }
  #ranking .rank01 h2 .read {
    font-size: 22px;
  }
  #ranking .rank01 h2 .name {
    font-size: 26px;
  }
  #ranking .list:not(.rank01) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ranking .list:not(.rank01) + .list {
    margin-top: 35px;
  }
  #ranking .list:not(.rank01) .thum {
    width: 47%;
  }
  #ranking .list:not(.rank01) .thum img {
    width: auto;
    max-width: 100%;
  }
  #ranking .list:not(.rank01) .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
  }
  #ranking .list:not(.rank01) .text p {
    line-height: 1.7;
  }
  #ranking .list:not(.rank01) .rank {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.1 !important;
    padding-bottom: 0;
  }
  #ranking .read {
    display: block;
    text-align: left;
    font-weight: bold;
    color: #000000;
  }
  #ranking .name {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 5px;
  }
  #ranking .horizon {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  #ranking {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #ranking h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #ranking .rank01 {
    width: 100%;
    max-width: 995px;
    margin: 0 auto 50px auto;
  }
  #ranking .rank01 .thum {
    width: 500px;
    height: 500px;
    position: relative;
  }
  #ranking .rank01 .thum:before {
    max-width: 500px;
    max-height: 500px;
  }
  #ranking .rank01 .thum p {
    font-size: 56px;
    position: absolute;
    top: 95px;
    left: 90px;
  }
  #ranking .rank01 .thum figure {
    width: 580px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: -10px;
  }
  #ranking .rank01 .text {
    width: 430px;
    padding-left: 30px;
    margin: -120px auto 0 auto;
  }
  #ranking .rank01 .text .rank {
    font-size: 58px;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  #ranking .rank01 .text .rank span {
    font-size: 115px;
    position: relative;
    top: 18px;
  }
  #ranking .rank01 .text h2 .read {
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
  }
  #ranking .rank01 .text h2 .name {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #ranking .rank01 .text p {
    line-height: 2.2;
  }
  #ranking .list:not(.rank01) {
    max-width: 740px;
    margin: 0 auto;
  }
  #ranking .list:not(.rank01) + .list {
    margin-top: 30px;
  }
  #ranking .list:not(.rank01).rank02 {
    position: relative;
  }
  #ranking .list:not(.rank01).rank02 .thum {
    width: 380px;
  }
  #ranking .list:not(.rank01).rank03 {
    position: relative;
  }
  #ranking .list:not(.rank01).rank03 .thum {
    width: 380px;
  }
  #ranking .list:not(.rank01).rank04 .thum {
    width: 380px;
  }
  #ranking .list:not(.rank01).rank04 .thum img {
    width: 275px;
  }
  #ranking .list:not(.rank01).rank05 {
    margin-top: -10px;
  }
  #ranking .list:not(.rank01).rank05 .thum {
    width: 380px;
  }
  #ranking .list:not(.rank01).rank05 .thum img {
    width: 300px;
  }
  #ranking .list:not(.rank01) .text {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
  }
  #ranking .list:not(.rank01) .text p {
    line-height: 2;
    text-align: justify;
  }
  #ranking .list:not(.rank01) .rank {
    font-size: 44px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  #ranking .list:not(.rank01) .rank span {
    font-size: 69px;
    position: relative;
    top: 5px;
  }
  #ranking .list:not(.rank01) .rank:after {
    width: 53px;
    height: 7px;
  }
  #ranking .list:not(.rank01) .name {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 980px) {
  #ranking {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #ranking h1 {
    font-size: 40px;
  }
  #ranking .rank01 {
    max-width: 995px;
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ranking .rank01 .thum {
    width: 500px;
    height: 500px;
    position: relative;
  }
  #ranking .rank01 .thum:before {
    max-width: 500px;
    max-height: 500px;
  }
  #ranking .rank01 .thum p {
    font-size: 56px;
    position: absolute;
    top: 95px;
    left: 90px;
  }
  #ranking .rank01 .thum figure {
    width: 580px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: -10px;
  }
  #ranking .rank01 .text {
    padding-left: 30px;
    margin-top: 0;
  }
  #ranking .rank01 .text .rank {
    font-size: 58px;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: left;
  }
  #ranking .rank01 .text .rank span {
    font-size: 115px;
    position: relative;
    top: 18px;
  }
  #ranking .rank01 .text h2 .read {
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
  }
  #ranking .rank01 .text h2 .name {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #ranking .rank01 .text p {
    line-height: 2.2;
  }
  #ranking .list:not(.rank01) {
    max-width: 740px;
    margin: 0 auto;
  }
  #ranking .list:not(.rank01) + .list {
    margin-top: 15px;
  }
  #ranking .list:not(.rank01).rank02 {
    position: relative;
    left: 120px;
    margin-bottom: 40px;
  }
  #ranking .list:not(.rank01).rank02 .thum {
    width: 430px;
  }
  #ranking .list:not(.rank01).rank03 {
    position: relative;
    left: -120px;
    margin-bottom: 45px;
  }
  #ranking .list:not(.rank01).rank03 .thum {
    width: 430px;
    margin-right: -40px;
  }
  #ranking .list:not(.rank01).rank03 .text {
    padding-right: 30px;
  }
  #ranking .list:not(.rank01).rank04 {
    width: 100%;
    max-width: 600px;
    position: relative;
    left: 90px;
  }
  #ranking .list:not(.rank01).rank04 .thum {
    width: 275px;
  }
  #ranking .list:not(.rank01).rank04 .text {
    padding-left: 0;
    padding-right: 25px;
  }
  #ranking .list:not(.rank01).rank05 {
    width: 100%;
    max-width: 600px;
    position: relative;
    left: -70px;
  }
  #ranking .list:not(.rank01).rank05 .thum {
    width: 300px;
  }
  #ranking .list:not(.rank01).rank05 .text {
    padding-left: 0;
    padding-right: 10px;
  }
  #ranking .list:not(.rank01) .text {
    padding-left: 20px;
    padding-right: 0;
    font-size: 16px;
  }
  #ranking .list:not(.rank01) .text p {
    line-height: 2;
    text-align: justify;
  }
  #ranking .list:not(.rank01) .rank {
    font-size: 44px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  #ranking .list:not(.rank01) .rank span {
    font-size: 69px;
    position: relative;
    top: 5px;
  }
  #ranking .list:not(.rank01) .rank:after {
    width: 53px;
    height: 7px;
  }
  #ranking .list:not(.rank01) .name {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1210px) {
  #ranking .list:not(.rank01).rank04 {
    max-width: 600px;
    left: 0px;
  }
  #ranking .list:not(.rank01).rank04 .thum {
    width: 275px;
  }
  #ranking .list:not(.rank01).rank04 .text {
    padding-left: 0;
    padding-right: 25px;
  }
  #ranking .list:not(.rank01).rank05 {
    max-width: 600px;
    left: 0px;
  }
  #ranking .list:not(.rank01).rank05 .thum {
    width: 300px;
  }
  #ranking .list:not(.rank01).rank05 .text {
    padding-left: 0;
    padding-right: 10px;
  }
  #ranking .horizon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

#history {
  background-color: #ffeb00;
  padding: 60px 20px;
  position: relative;
}

#history h1 {
  text-align: center;
  margin-bottom: 40px;
}

#history h1 img {
  width: 70%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #history {
    padding: 80px 30px;
  }
  #history h1 {
    text-align: center;
    margin-bottom: 70px;
  }
  #history h1 img {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 980px) {
  #history {
    padding: 80px 30px 100px 30px;
  }
  #history .in {
    max-width: 960px;
    margin: 0 auto;
  }
  #history h1 {
    text-align: center;
    margin-bottom: 90px;
  }
  #history h1 img {
    width: auto;
    max-width: 100%;
  }
}

.historyArv {
  padding-left: 40px;
  position: relative;
}

.historyArv .dotted {
  background-image: url(../images/dotted_vertical.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 2px;
  height: 96%;
  position: absolute;
  top: 1%;
  left: 10px;
}

.historyArv .box {
  position: relative;
  z-index: 3;
}

.historyArv .box + .box {
  margin-top: 30px;
}

.historyArv .box.typeA {
  margin-left: -40px;
  position: relative;
  z-index: 2;
}

.historyArv .box.typeA:after {
  display: none;
}

.historyArv .box.last {
  margin-top: 60px;
  margin-left: -40px;
  position: relative;
  z-index: 2;
  padding: 0;
}

.historyArv .box.last:after {
  display: none;
}

.historyArv .box.last .thum {
  margin: 0;
  text-align: center;
}

.historyArv .box.last .thum img {
  width: 50%;
}

.historyArv .box:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background-color: #e60019;
  position: absolute;
  top: 50%;
  left: -37px;
  margin-top: -8px;
  z-index: 2;
}

.historyArv .box:after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-image: url(../images/dotted_horizon.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: -1;
  margin-top: -1px;
}

.historyArv .box .in {
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
}

.historyArv .box figure {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}

.historyArv .box figure img {
  width: 100%;
}

.historyArv .box .year {
  font-size: 32px;
  font-family: "Shrikhand", cursive;
  letter-spacing: 0.05em;
  margin-top: -30px;
  margin-bottom: 5px;
  color: #381c00;
}

.historyArv .box .bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.historyArv .box .bold + p {
  margin-top: 5px;
}

.historyArv .box .bold br.tab {
  display: none;
}

@media screen and (min-width: 768px) {
  .historyArv {
    padding-left: 0px;
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -30px;
  }
  .historyArv .dotted {
    top: 1%;
    left: 50%;
    margin-left: -1px;
  }
  .historyArv .box {
    width: 50%;
    padding: 0 30px;
    position: relative;
    z-index: 3;
    min-height: 0%;
  }
  .historyArv .box + .box {
    margin-top: 30px;
  }
  .historyArv .box:before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: inherit;
    right: -10px;
    margin-top: -10px;
  }
  .historyArv .box:after {
    top: 50%;
    left: inherit;
    right: -10px;
  }
  .historyArv .box .in {
    padding-left: 30px;
    padding-right: 30px;
  }
  .historyArv .box .year {
    font-size: 60px;
    text-align: center;
    margin-bottom: 18px;
  }
  .historyArv .box .bold {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  .historyArv .box .bold br.tab {
    display: block;
  }
  .historyArv .box .bold .small {
    font-size: 14px;
    letter-spacing: 0;
  }
  .historyArv .box .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .historyArv .box .flexbox .thum {
    width: 46%;
  }
  .historyArv .box .flexbox .thum img {
    width: 100%;
  }
  .historyArv .box .flexbox .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }
  .historyArv .box .flexbox .txt .bold {
    text-align: left;
  }
  .historyArv .box.typeA {
    width: 100%;
    margin-left: 0;
  }
  .historyArv .box.typeA:before, .historyArv .box.typeA:after {
    display: none;
  }
  .historyArv .box.typeA .bold {
    font-size: 21px;
    text-align: center;
  }
  .historyArv .box.typeA .year {
    font-size: 60px;
  }
  .historyArv .box.typeBR {
    width: 50%;
    margin-left: auto;
    padding-left: 15px;
  }
  .historyArv .box.typeBR:before {
    top: 3px;
    left: -10px;
  }
  .historyArv .box.typeBR:after {
    top: 3px;
    left: -10px;
  }
  .historyArv .box.typeBR .in {
    background-color: transparent;
  }
  .historyArv .box.typeBR .bold {
    text-align: left;
  }
  .historyArv .box.typeBR .year {
    font-size: 36px;
    text-align: left;
    margin-bottom: 5px;
  }
  .historyArv .box.typeBL {
    width: 50%;
    margin-right: auto;
    padding-right: 13px;
  }
  .historyArv .box.typeBL:before {
    top: 5px;
    left: inherit;
    right: -10px;
  }
  .historyArv .box.typeBL:after {
    top: 5px;
    left: inherit;
    right: -10px;
  }
  .historyArv .box.typeBL .in {
    background-color: transparent;
  }
  .historyArv .box.typeBL .bold {
    text-align: right;
  }
  .historyArv .box.typeBL .year {
    font-size: 36px;
    text-align: right;
    margin-bottom: 5px;
  }
  .historyArv .box.typeCR {
    width: 50%;
    margin-left: auto;
  }
  .historyArv .box.typeCR:before, .historyArv .box.typeCR:after {
    top: 50%;
    left: -10px;
  }
  .historyArv .box.last {
    width: 370px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 0;
  }
  .historyArv .box.last:before, .historyArv .box.last:after {
    display: none;
  }
  .historyArv .box.last .in {
    width: 370px;
    height: 370px;
    background-color: #FFF;
    border-radius: 100%;
  }
  .historyArv .box.last .thum {
    text-align: center;
  }
  .historyArv .box.last .thum img {
    width: 80%;
  }
  .historyArv .box.typeA + .box.typeBR {
    margin-top: 60px;
  }
  .box.y1950 {
    margin-top: -130px !important;
  }
  .box.y1953 {
    margin-top: -30px !important;
  }
  .box.y1955 {
    margin-top: -180px !important;
  }
  .box.y1957 {
    margin-top: -100px !important;
  }
  .box.y1958 {
    margin-top: 60px !important;
  }
  .box.y1961 {
    margin-top: -230px !important;
  }
  .box.y1963 {
    margin-top: 30px !important;
  }
  .box.y1964 {
    margin-top: -230px !important;
  }
  .box.y1966 {
    margin-top: 50px !important;
  }
  .box.y1969 {
    margin-top: 10px !important;
  }
  .box.y1970 {
    margin-top: -160px !important;
  }
  .box.y1973 {
    margin-top: -80px !important;
  }
  .box.y1973 {
    margin-top: -60px !important;
  }
  .box.y1974 {
    margin-top: 20px !important;
  }
  .box.y1975 {
    margin-top: -20px !important;
  }
  .box.y1980 {
    margin-top: 20px !important;
  }
  .box.y1981 {
    margin-top: 20px !important;
  }
  .box.y1985 {
    margin-top: 30px !important;
  }
  .box.y1987 {
    margin-top: 15px !important;
  }
  .box.y1995 {
    margin-top: -120px !important;
  }
  .box.y1996 {
    margin-top: -110px !important;
  }
  .box.y1998 {
    margin-top: -100px !important;
  }
  .box.y1998_01 {
    margin-top: 70px !important;
  }
  .box.y1998_02 {
    margin-top: -220px !important;
  }
  .box.y1999 {
    margin-top: 10px !important;
  }
  .box.y2003 {
    margin-top: -110px !important;
  }
  .box.y2007 {
    margin-top: 50px !important;
  }
  .box.y2012 {
    margin-top: 70px !important;
  }
  .box.y2013 {
    margin-top: 20px !important;
  }
  .box.y2016 {
    margin-top: -150px !important;
  }
  .box.y2017 {
    margin-top: -80px !important;
  }
}

@media screen and (min-width: 980px) {
  .historyArv .box .in {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
  }
  .historyArv .box .year {
    font-size: 80px;
    margin-bottom: 25px;
  }
  .historyArv .box .bold {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.20em;
  }
  .historyArv .box .bold br.tab {
    display: none;
  }
  .historyArv .box .bold .small {
    font-size: 16px;
  }
}

@media screen and (min-width: 980px) and (min-width: 1200px) {
  .historyArv .box .bold.ls {
    margin-right: -200px;
  }
}

@media screen and (min-width: 980px) {
  .historyArv .box figure {
    margin-top: 13px;
  }
  .historyArv .box .flexbox {
    max-width: 745px;
    margin: 15px auto 0 auto;
  }
  .historyArv .box .flexbox .thum {
    width: 325px;
  }
  .historyArv .box .flexbox .txt {
    padding-left: 30px;
  }
  .historyArv .box.typeA {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .historyArv .box.typeA .in {
    padding-bottom: 30px;
  }
  .historyArv .box.typeA:before, .historyArv .box.typeA:after {
    display: none;
  }
  .historyArv .box.typeA .bold {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
  .historyArv .box.typeA .year {
    font-size: 80px;
  }
  .historyArv .box.typeA .txt p:nth-child(2) {
    line-height: 2;
    text-align: justify;
  }
  .historyArv .box.typeBR .year {
    font-size: 37px;
    text-align: left;
    margin-bottom: 10px;
  }
  .historyArv .box.typeBL {
    width: 50%;
    margin-right: auto;
    padding-right: 13px;
  }
  .historyArv .box.typeBL:before {
    top: 5px;
    left: inherit;
    right: -10px;
  }
  .historyArv .box.typeBL:after {
    top: 5px;
    left: inherit;
    right: -10px;
  }
  .historyArv .box.typeBL .in {
    background-color: transparent;
  }
  .historyArv .box.typeBL .bold {
    text-align: right;
  }
  .historyArv .box.typeBL .year {
    font-size: 36px;
    text-align: right;
    margin-bottom: 5px;
  }
  .historyArv .box.typeCR {
    width: 50%;
    margin-left: auto;
  }
  .historyArv .box.typeCR:before, .historyArv .box.typeCR:after {
    top: 50%;
    left: -10px;
  }
  .historyArv .box.last {
    width: 380px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 0;
  }
  .historyArv .box.last:before, .historyArv .box.last:after {
    display: none;
  }
  .historyArv .box.last .in {
    width: 380px;
    height: 380px;
    background-color: #FFF;
    border-radius: 100%;
  }
  .historyArv .box.last .thum {
    text-align: center;
    margin-top: -10px;
  }
  .historyArv .box.last .thum img {
    width: 85%;
  }
  .historyArv .box.typeA + .box.typeBR {
    margin-top: 60px;
  }
  .box.y1950 {
    margin-top: -130px !important;
  }
  .box.y1953 {
    margin-top: 30px !important;
  }
  .box.y1955 {
    margin-top: -250px !important;
  }
  .box.y1957 {
    margin-top: -30px !important;
  }
  .box.y1958 {
    margin-top: 40px !important;
  }
  .box.y1961 {
    margin-top: -300px !important;
  }
  .box.y1963 {
    margin-top: 50px !important;
  }
  .box.y1964 {
    margin-top: -300px !important;
  }
  .box.y1966 {
    margin-top: 70px !important;
  }
  .box.y1969 {
    margin-top: 10px !important;
  }
  .box.y1970 {
    margin-top: -200px !important;
  }
  .box.y1973 {
    margin-top: -80px !important;
  }
  .box.y1973 {
    margin-top: -60px !important;
  }
  .box.y1974 {
    margin-top: 20px !important;
  }
  .box.y1975 {
    margin-top: -20px !important;
  }
  .box.y1980 {
    margin-top: 0px !important;
  }
  .box.y1981 {
    margin-top: 0px !important;
  }
  .box.y1985 {
    margin-top: 50px !important;
  }
  .box.y1987 {
    margin-top: 15px !important;
  }
  .box.y1995 {
    margin-top: -120px !important;
  }
  .box.y1996 {
    margin-top: -190px !important;
  }
  .box.y1998 {
    margin-top: -60px !important;
  }
  .box.y1998_01 {
    margin-top: 40px !important;
  }
  .box.y1998_02 {
    margin-top: -260px !important;
  }
  .box.y1999 {
    margin-top: 25px !important;
  }
  .box.y2003 {
    margin-top: -150px !important;
  }
  .box.y2007 {
    margin-top: 50px !important;
  }
  .box.y2012 {
    margin-top: 70px !important;
  }
  .box.y2013 {
    margin-top: 20px !important;
  }
  .box.y2016 {
    margin-top: -170px !important;
  }
  .box.y2017 {
    margin-top: -120px !important;
  }
}

.panImg {
  margin-top: 50px;
}

.panImg ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panImg ul li {
  padding: 0 5px;
}

.panImg ul li img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .panImg {
    margin-top: 70px;
  }
}

@media screen and (min-width: 980px) {
  .panImg {
    margin-top: 100px;
  }
  .panImg ul {
    margin: 0 -5px;
  }
}

#about {
  background-color: #ffeb00;
  padding: 50px 0px 10px 0;
}

#about h1 {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}

#about h1 span {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #about {
    padding: 80px 30px 10px 30px;
  }
  #about h1 {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 100px;
  }
  #about h1 span {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 980px) {
  #about {
    padding: 120px 0px 10px 0px;
  }
  #about h1 {
    font-size: 39px;
    text-align: center;
    margin-bottom: 120px;
  }
  #about h1 span {
    text-align: center;
  }
}

.aboutColumn {
  margin: 0 0px;
}

.aboutColumn .img img {
  width: 100%;
  height: auto;
}

.aboutColumn .txt {
  background-color: #dbe7ea;
  padding: 25px 20px;
}

.aboutColumn .txt p {
  text-align: justify;
}

.aboutColumn .okayama {
  width: 200px;
  margin: 25px auto 30px auto;
}

.aboutColumn .okayama img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .aboutColumn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    position: relative;
  }
  .aboutColumn .left,
  .aboutColumn .right {
    width: 50%;
  }
  .aboutColumn .right .box:nth-child(3) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .aboutColumn .okayama {
    width: 300px;
    margin: -45px auto 30px auto;
  }
  .aboutColumn .txt {
    padding: 20px 30px;
    min-height: 320px;
  }
}

@media screen and (min-width: 980px) {
  .aboutColumn {
    max-width: 1288px;
  }
  .aboutColumn .left,
  .aboutColumn .right {
    max-width: 644px;
  }
  .aboutColumn .left {
    background-color: transparent;
    overflow: hidden;
  }
  .aboutColumn .right .box:nth-child(3) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .aboutColumn .okayama {
    width: 400px;
    margin: -55px auto 30px auto;
  }
  .aboutColumn .txt {
    width: 82%;
    padding: 35px 50px;
    float: right;
    min-height: 320px;
    font-size: 16px;
    line-height: 2.2;
  }
}

#promise {
  padding: 40px 20px;
  background-color: #FFF;
}

#promise h1 {
  text-align: center;
  width: 75%;
  margin: 0 auto 30px auto;
}

#promise h1 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #promise {
    padding: 70px 30px;
  }
  #promise h1 {
    width: 300px;
    margin: 0 auto 45px auto;
  }
}

@media screen and (min-width: 980px) {
  #promise {
    padding: 100px 30px;
  }
  #promise h1 {
    width: 440px;
    margin: 0 auto 75px auto;
  }
  #promise .in {
    max-width: 1230px;
    margin: 0 auto;
  }
}

.boxLayout01 .col + .col {
  margin-top: 30px;
}

.boxLayout01 .col figure {
  display: block;
  margin-bottom: 15px;
}

.boxLayout01 .col figure img {
  width: 100%;
  height: auto;
}

.boxLayout01 .col h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
}

.boxLayout01 .col p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .boxLayout01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
  }
  .boxLayout01.cols3 .col {
    width: 33.33333%;
  }
  .boxLayout01 .col {
    padding: 0 15px;
  }
  .boxLayout01 .col + .col {
    margin-top: 0px;
  }
  .boxLayout01 .col h2 {
    font-size: 18px;
  }
  .boxLayout01 .col h2 br {
    display: none;
  }
  .boxLayout01 .col p {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media screen and (min-width: 980px) {
  .boxLayout01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -25px;
  }
  .boxLayout01 .col {
    max-width: 426px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxLayout01 .col figure {
    margin-bottom: 25px;
  }
  .boxLayout01 .col h2 {
    font-size: 24px;
  }
  .boxLayout01 .col h2 br {
    display: block;
  }
  .boxLayout01 .col p {
    font-size: 16px;
    line-height: 2.2;
  }
}

.secBtmCatch {
  width: 100%;
  height: 33vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.secBtmCatch:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(56, 28, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.secBtmCatch > *:not(.bg) {
  position: relative;
  z-index: 2;
}

.secBtmCatch .bg {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/btmCatch_img.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 980px) {
  .secBtmCatch .bg {
    position: absolute;
    background-attachment: fixed;
    z-index: -1;
  }
}

.secBtmCatch .logo {
  width: 130px;
  margin-bottom: 20px;
  min-height: 0%;
}

.secBtmCatch .logo img {
  width: 100%;
}

.secBtmCatch .messe {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #FFF;
  min-height: 0%;
}

@media screen and (min-width: 768px) {
  .secBtmCatch {
    min-height: 380px;
    max-height: 510px;
  }
  .secBtmCatch .logo {
    width: 180px;
    margin-bottom: 40px;
  }
  .secBtmCatch .messe {
    font-size: 38px;
    letter-spacing: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 1em;
  }
}

body.ie .secBtmCatch .bg {
  background-attachment: scroll;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.onload #loading {
  -webkit-animation: slideOutUp 0.6s linear forwards;
  -moz-animation: slideOutUp 0.6s linear forwards;
  animation: slideOutUp 0.6s linear forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutUp {
  0% {
    height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35% {
    height: 110vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35% {
    height: 110vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.panImg li:nth-child(2),
.panImg li:nth-child(4) {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#message {
  overflow: hidden;
}

#message .img .box {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#message .img.on .box {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#message .text .text_in h1 span {
  display: inline-block;
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(30px) scale(1.1);
  -ms-transform: translateY(30px) scale(1.1);
  transform: translateY(30px) scale(1.1);
}

#message .text .text_in p {
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: scale(1.1) translateY(30px);
  -ms-transform: scale(1.1) translateY(30px);
  transform: scale(1.1) translateY(30px);
}

#message .text.on h1 span {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

#message .text.on h1 span:nth-child(1) {
  -webkit-transition: opacity 1.4s linear 0s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: opacity 1.4s linear 0s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: opacity 1.4s linear 0s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: opacity 1.4s linear 0s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: opacity 1.4s linear 0s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

#message .text.on h1 span:nth-child(2) {
  -webkit-transition: opacity 1.4s linear 0.08s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  transition: opacity 1.4s linear 0.08s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  -o-transition: opacity 1.4s linear 0.08s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  transition: opacity 1.4s linear 0.08s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  transition: opacity 1.4s linear 0.08s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
}

#message .text.on h1 span:nth-child(3) {
  -webkit-transition: opacity 1.4s linear 0.16s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.16s;
  transition: opacity 1.4s linear 0.16s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.16s;
  -o-transition: opacity 1.4s linear 0.16s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.16s;
  transition: opacity 1.4s linear 0.16s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.16s;
  transition: opacity 1.4s linear 0.16s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.16s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.16s;
}

#message .text.on p {
  -webkit-animation: zoomIn 2s cubic-bezier(0.075, 0.82, 0.265, 0.7) forwards;
  -moz-animation: zoomIn 2s cubic-bezier(0.075, 0.82, 0.265, 0.7) forwards;
  animation: zoomIn 2s cubic-bezier(0.075, 0.82, 0.265, 0.7) forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#movie {
  overflow: hidden;
}

#movie .secHead {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#movie #cm {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#movie #cm a:after {
  opacity: 0;
}

#movie #cm a:before {
  opacity: 0;
}

#movie.on .secHead {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#movie.on #cm {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#movie.on #cm a:after {
  -webkit-animation: rubberBandA 1s ease forwards;
  -moz-animation: rubberBandA 1s ease forwards;
  animation: rubberBandA 1s ease forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#movie.on #cm a:before {
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#special .secHead {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#special.on .secHead {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bnrLsit .box {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.bnrLsit .box.on {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ranking h1 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#ranking.on h1 {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ranking .rankingList .rank01 .thum:before {
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#ranking .rankingList .rank01 .thum p {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

#ranking .rankingList .rank01 .thum figure {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#ranking .rankingList .rank01 .text .rank,
#ranking .rankingList .rank01 .text h2,
#ranking .rankingList .rank01 .text p {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#ranking .rankingList .rank01.on .thum:before {
  -webkit-animation: fadeIn 0.8s ease-in-out forwards;
  -moz-animation: fadeIn 0.8s ease-in-out forwards;
  animation: fadeIn 0.8s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#ranking .rankingList .rank01.on .thum figure {
  -webkit-animation: bounceInB 1s ease-in-out forwards;
  -moz-animation: bounceInB 1s ease-in-out forwards;
  animation: bounceInB 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#ranking .rankingList .rank01.on .thum p {
  -webkit-animation: fadeInLeft 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeft 0.7s ease-in-out forwards;
  animation: fadeInLeft 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#ranking .rankingList .rank01.on .text .rank {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
  -moz-animation: fadeInUp 0.6s ease-in-out forwards;
  animation: fadeInUp 0.6s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ranking .rankingList .rank01.on .text h2 {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
  -moz-animation: fadeInUp 0.6s ease-in-out forwards;
  animation: fadeInUp 0.6s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#ranking .rankingList .rank01.on .text p {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
  -moz-animation: fadeInUp 0.6s ease-in-out forwards;
  animation: fadeInUp 0.6s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#ranking .rankingList .list:not(.rank01) .thum {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

#ranking .rankingList .list:not(.rank01) .text .rank,
#ranking .rankingList .list:not(.rank01) .text h2,
#ranking .rankingList .list:not(.rank01) .text p {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#ranking .rankingList .list:not(.rank01).on .thum {
  -webkit-animation: fadeInLeft 1s ease-in-out forwards;
  -moz-animation: fadeInLeft 1s ease-in-out forwards;
  animation: fadeInLeft 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ranking .rankingList .list:not(.rank01).on .text .rank {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
  -moz-animation: fadeInUp 0.6s ease-in-out forwards;
  animation: fadeInUp 0.6s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ranking .rankingList .list:not(.rank01).on .text h2 {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
  -moz-animation: fadeInUp 0.6s ease-in-out forwards;
  animation: fadeInUp 0.6s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#ranking .rankingList .list:not(.rank01).on .text p {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
  -moz-animation: fadeInUp 0.6s ease-in-out forwards;
  animation: fadeInUp 0.6s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#about h1 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#about.on h1 {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aboutColumn .box.okayama {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.aboutColumn .box.okayama.on {
  -webkit-animation: fadeInRight 1s ease-in-out forwards;
  -moz-animation: fadeInRight 1s ease-in-out forwards;
  animation: fadeInRight 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aboutColumn .box:not(.okayama) {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.aboutColumn .box:not(.okayama) .txt p {
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(30px) scale(1.1);
  -ms-transform: translateY(30px) scale(1.1);
  transform: translateY(30px) scale(1.1);
}

.aboutColumn .box:not(.okayama).on {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aboutColumn .box:not(.okayama).on .txt p {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: opacity 1.4s linear 0.08s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  transition: opacity 1.4s linear 0.08s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  -o-transition: opacity 1.4s linear 0.08s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  transition: opacity 1.4s linear 0.08s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
  transition: opacity 1.4s linear 0.08s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.08s;
}

.aboutColumn .box:nth-of-type(3) {
  opacity: 0;
  position: relative;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .aboutColumn .box:nth-of-type(3) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.aboutColumn .box:nth-of-type(3).on {
  -webkit-animation: fadeInUpB 0.8s ease-in-out forwards;
  -moz-animation: fadeInUpB 0.8s ease-in-out forwards;
  animation: fadeInUpB 0.8s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpB {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}

@keyframes fadeInUpB {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}

#history h1 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#history.on h1 {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.historyArv .box .in > .year,
.historyArv .box .in > .bold {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box .in .flexbox .thum {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box .in .flexbox .txt p {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box.on .in > .year {
  -webkit-animation: fadeInUpShort 1s ease-in-out forwards;
  -moz-animation: fadeInUpShort 1s ease-in-out forwards;
  animation: fadeInUpShort 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.historyArv .box.on .in > .bold {
  -webkit-animation: fadeInUpShort 1s ease-in-out forwards;
  -moz-animation: fadeInUpShort 1s ease-in-out forwards;
  animation: fadeInUpShort 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.historyArv .box.on .in .flexbox .thum {
  -webkit-animation: fadeInUpShort 1s ease-in-out forwards;
  -moz-animation: fadeInUpShort 1s ease-in-out forwards;
  animation: fadeInUpShort 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.historyArv .box.on .in .flexbox .txt p:nth-of-type(1) {
  -webkit-animation: fadeInUpShort 1s ease-in-out forwards;
  -moz-animation: fadeInUpShort 1s ease-in-out forwards;
  animation: fadeInUpShort 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.historyArv .box.on .in .flexbox .txt p:nth-of-type(2) {
  -webkit-animation: fadeInUpShort 1s ease-in-out forwards;
  -moz-animation: fadeInUpShort 1s ease-in-out forwards;
  animation: fadeInUpShort 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.historyArv .box:not(.typeA) {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box:not(.typeA) .in > .year,
.historyArv .box:not(.typeA) .in > .bold {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box:not(.typeA) .in .flexbox .thum {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box:not(.typeA) .in .flexbox .txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.historyArv .box:not(.typeA).on {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.historyArv .box:not(.typeA).on .in > .year {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.historyArv .box:not(.typeA).on .in > .bold {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.historyArv .box:not(.typeA).on .in .thum {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.historyArv .box:not(.typeA).on .in .txt {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

#promise {
  overflow: hidden;
}

#promise h1 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

#promise.on h1 {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.boxLayout01 .col {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.boxLayout01 .col.on {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  -moz-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#footer .share {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

#footer .sns li {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

#footer.on .share {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#footer.on .sns li {
  -webkit-animation: fadeInUpShort 0.7s ease-in-out forwards;
  -moz-animation: fadeInUpShort 0.7s ease-in-out forwards;
  animation: fadeInUpShort 0.7s ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#footer.on .sns li:nth-child(1) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}

#footer.on .sns li:nth-child(2) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

#footer.on .sns li:nth-child(3) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

@-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;
    -webkit-transform: scale3d(0.2, 0.2, 0.2) translate(-50%, -50%);
    transform: scale3d(0.2, 0.2, 0.2) translate(-50%, -50%);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
    transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
  }
  40% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate(-50%, -50%);
    transform: scale3d(0.8, 0.8, 0.8) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate(-50%, -50%);
    transform: scale3d(0.97, 0.97, 0.97) translate(-50%, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}

@keyframes bounceInB {
  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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInB {
  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;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translate(-50%, -50%);
    transform: scale3d(0.3, 0.3, 0.3) translate(-50%, -50%);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
    transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate(-50%, -50%);
    transform: scale3d(0.9, 0.9, 0.9) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate(-50%, -50%);
    transform: scale3d(0.97, 0.97, 0.97) translate(-50%, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}

@-webkit-keyframes rubberBandA {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBandA {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1) translateY(30px);
    transform: scale(1.1) translateY(30px);
  }
  80% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1) translateY(30px);
    transform: scale(1.1) translateY(30px);
  }
  80% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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