@charset "utf-8";
html {
  font-size: 62.5%;
}

#contents {
  padding: 0;
  width: 100%;
}

#header {
  box-shadow: none;
}

#footerIn img {
  border: none;
}

.onlySP {
  display: none;
}

#ct_bg {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

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

#ct_bg .imgOver01 img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
  opacity: 0.6;
}

#ct_bg .center {
  text-align: center !important;
}
#ct_bg .right {
  text-align: right !important;
}

#ct_bg .snsBtn01 {
}

#ct_bg .snsBtn01 > li {
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#ct_bg .hover01 {
  position: relative;
  display: block;
}
#ct_bg .hover01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  content: "";
}
#ct_bg .hover01:hover::before {
  opacity: 0.3;
  visibility: visible;
}

#ct_bg .wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#ct_bg .wrap01.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#ct_bg .wrap01.aC {
  align-items: center;
}

#ct_bg #container01 {
  padding-bottom: 0;
  width: 100%;
}

#ct_bg #container01 > .inner01,
#ct_bg #container01 > .inner02 {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#ct_bg #container01 > .inner02 {
  padding-bottom: 168px;
}

#ct_bg .wrapper01 {
  background: url(../img/bg_index01.png);
  margin-top: 30px;
  overflow-x: hidden;
}

/* ここから */
#ct_bg .headTitleArea01 {
  position: relative;
  background-color: #e73736;
  color: #fff;
}

#ct_bg .headTitleArea01 > .inner01 {
  padding: 6px 14px 1px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
  font-size: 1.5rem;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
  font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
  margin-left: 9px;
}

#ct_bg .wrapper01 .inner03 {
  width: 100%;
  height: 831px;
  position: relative;
}
#ct_bg .wrapper01 .inner03::after {
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  background: #feda15;
  border-top: 17px solid #fff100;
  border-bottom: 8px solid #f2bd00;
  box-sizing: border-box;
}
#ct_bg .wrapper01 .inner03::before {
  content: "";
  display: block;
  width: 100%;
  height: 144px;
  background: #c5281e;
  position: absolute;
  bottom: 0;
  left: 0;
}
#ct_bg .mainArea01 {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#ct_bg .mainArea01::before {
  content: url(../img/bg_index06.png);
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-877px);
}
#ct_bg .mainArea01::after {
  content: url(../img/bg_index06.png);
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(439px);
}
#ct_bg .mainArea01 .bg01 {
  position: absolute;
  width: 800px;
  bottom: 144px;
  left: 50%;
  transform: translateX(-50%);
}
#ct_bg .mainArea01 .bg02 {
  position: absolute;
  width: 596px;
  bottom: 448px;
  left: 50%;
  transform: translateX(-50%);
}
#ct_bg .mainArea01 .title01 {
  width: 560px;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#ct_bg .mainArea01 .txt01 {
  width: 263px;
  position: absolute;
  bottom: 388px;
  left: 10px;
}
#ct_bg .mainArea01 .txt02 {
  width: 208px;
  position: absolute;
  bottom: 370px;
  right: 20px;
}

#ct_bg .mainArea01 .imgBlock01 {
  width: 491px;
  height: 509px;
  position: absolute;
  left: 50%;
  bottom: 37px;
  transform: translateX(-50%);
}
#ct_bg .imgBlock01:hover {
  cursor: pointer;
}
#ct_bg .mainArea01 .imgBlock01:before {
  content: "";
  position: absolute;
  left: 62px;
  bottom: 357px;
  width: 369px;
  height: 108px;
  z-index: 30;
  background: url(../img/bg_index03.png) no-repeat 50% 0/100%;
}
#ct_bg .mainArea01 .imgBlock01 > .image01,
#ct_bg .mainArea01 .imgBlock01 > .image04,
#ct_bg .mainArea01 .imgBlock01 > .text01 {
  z-index: 1;
}
#ct_bg .mainArea01 .imgBlock01 > .image01 {
  position: absolute;
  width: 491px;
  bottom: 58px;
  left: 0;
}
#ct_bg .mainArea01 .imgBlock01 > .image02 {
  width: 204px;
  position: absolute;
  bottom: 373px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
#ct_bg .mainArea01 .imgBlock01 > .image03 {
  width: 207px;
  position: absolute;
  bottom: 190px;
  right: -148px;
  transition: all 0.2s linear 0.3s;
  opacity: 0;
  z-index: 0;
}
#ct_bg .mainArea01 .imgBlock01 > .image03.on {
  bottom: 204px;
  right: -22px;
  opacity: 1;
}
#ct_bg .mainArea01 .imgBlock01 > .text01 {
  width: 197px;
  position: absolute;
  bottom: 0;
  right: -9px;
  z-index: 9999;
}

#ct_bg .mainArea01 .imgBlock01 > .image04 {
  width: 210px;
  position: absolute;
  bottom: 347px;
  left: 140px;
  transition: 0.2s;
  opacity: 0;
}
#ct_bg .mainArea01 .imgBlock01 > .image04.on {
  bottom: 417px;
  opacity: 1;
}
#ct_bg .mainArea01 .imgBlock01 > .image05 {
  width: 366px;
  position: absolute;
  bottom: 283px;
  left: 62px;
  transition: 0.2s;
  opacity: 0;
}
#ct_bg .mainArea01 .imgBlock01 > .image05.on {
  opacity: 1;
}
#ct_bg .imgBlock01 > .image03.finish {
  opacity: 0;
  transition: all linear 0.2s;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(705deg);
  }
  100% {
    -webkit-transform: rotate(705deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(375deg);
  }
  100% {
    transform: rotate(375deg);
  }
}

.jqImage01 {
  position: fixed;
  z-index: 100;
  top: -1000px;
  width: auto;
  height: 82.4%;
  left: 50%;
  margin-left: -308px;
  transform: rotate(15deg);
  opacity: 0;
  -webkit-animation: spin 2s linear 0.8s;
  animation: spin 2s linear 0.8s;
  z-index: 5555;
}
.jqImage01.on {
  transition: opacity 1s;
}
.jqImage02 {
  position: fixed;
  z-index: 4000;
  top: 0;
  width: 1998px;
  height: 1333px;
  left: 50%;
  margin-left: -999px;
  opacity: 0;
}

.jqImage02.on {
  opacity: 1;
}

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

.jqImage02 img {
  width: 100%;
}
#wrapper.jqEffect01 {
  -webkit-animation: buruburu 2s linear 2s;
  animation: buruburu 0.08s 2;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

#ct_bg .inner05 {
  background: #0079b8;
  padding-left: 4vw;
  padding-right: 4vw;
}
#ct_bg .frameArea01 {
  width: 100%;
  max-width: 960px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#ct_bg .frameArea01 .img01 {
  width: 100%;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}
#ct_bg .inner05 .frameArea01 .cvArea01 {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
#ct_bg .cvArea01 {
  background: #fff;
  border: 3px solid #feda15;
  border-radius: 20px;
}
#ct_bg .cvArea01_inner01 {
  display: flex;
  align-items: center;
  border: 3px solid #f1bd00;
  padding: 24px 34px 24px;
  border-radius: 20px;
}
#ct_bg .cvArea01_inner01 > .col01 {
  width: 50%;
}
#ct_bg .cvArea01_inner01 > .col02 {
  width: 50%;
  text-align: center;
  position: relative;
  right: -20px;
}
#ct_bg .cvArea01_inner01 > .col02 .title01 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#ct_bg .cvArea01_inner01 > .col02 .text01 {
  font-weight: bold;
  margin-top: 10px;
}
#ct_bg .cvArea01_inner01 > .col02 .text02 {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 12px 3px;
  background: #0079b8;
  color: #fff;
}
#ct_bg .cvArea01_inner01 > .col02 .button01 {
  margin-top: 15px;
}
#ct_bg .inner06 {
  background: url(../img/bg_index01.png);
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 40px;
  position: relative;
}
#ct_bg .inner06::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #0079b8;
}
#ct_bg .inner06::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: #c5281e;
}
#ct_bg .frameArea02 {
  width: 100%;
  max-width: 802px;
  margin-left: auto;
  margin-right: auto;
}
#ct_bg .frameArea02 .img01 {
  position: relative;
  z-index: 10;
}
#ct_bg .inner07 {
  background: url(../img/bg_index08.png);
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
}
#ct_bg .inner07::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
#ct_bg .inner07::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#ct_bg .inner07 .copyright {
  margin-top: 40px;
  width: 484px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  #ct_bg .wrapper01 .inner03 {
    height: 117.2vw;
  }
  #ct_bg .wrapper01 .inner03::after {
    height: 8.8vw;
    background: #feda15;
    border-top: 4.5332vw solid #fff100;
    border-bottom: 2.1332vw solid #f2bd00;
  }
  #ct_bg .wrapper01 .inner03::before {
    height: 19.2vw;
  }
  #ct_bg .mainArea01::before {
    content: none;
  }
  #ct_bg .mainArea01::after {
    content: none;
  }
  #ct_bg .mainArea01 .bg01 {
    width: 87.3333vw;
    bottom: 19.1vw;
  }
  #ct_bg .mainArea01 .bg02 {
    width: 79.4666vw;
    bottom: 59.7333vw;
  }
  #ct_bg .mainArea01 .title01 {
    width: 82.1333vw;
    top: 6.4vw;
  }
  #ct_bg .mainArea01 .txt01 {
    width: 32.6666vw;
    bottom: 50.8vw;
    left: 1.3333vw;
    z-index: 20;
  }
  #ct_bg .mainArea01 .txt02 {
    width: 26.4vw;
    position: absolute;
    bottom: 49.73333vw;
    right: 1.2vw;
    z-index: 20;
  }
  #ct_bg .mainArea01 .imgBlock01 {
    width: 65.4666vw;
    height: 67.8666vw;
    bottom: 4.9333vw;
  }
  #ct_bg .mainArea01 .imgBlock01:before {
    left: 8.2666vw;
    bottom: 47.6vw;
    width: 49.2vw;
    height: 14.4vw;
    z-index: 30;
    background: url(../img/bg_index03.png) no-repeat 50% 0/100%;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image01,
  #ct_bg .mainArea01 .imgBlock01 > .image04,
  #ct_bg .mainArea01 .imgBlock01 > .text01 {
    z-index: 1;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image01 {
    width: 65.4666vw;
    bottom: 7.7333vw;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image02 {
    width: 27.2vw;
    bottom: 49.7333vw;
    z-index: 20;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image03 {
    width: 27.6vw;
    bottom: 25.3333vw;
    right: -19.7333vw;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image03.on {
    bottom: 27.2vw;
    right: -2.9333vw;
  }
  #ct_bg .mainArea01 .imgBlock01 > .text01 {
    width: 26.2666vw;
    position: absolute;
    bottom: 0;
    right: -1.2vw;
    z-index: 9999;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image04 {
    width: 28vw;
    bottom: 46.2666vw;
    left: 18.6666vw;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image04.on {
    bottom: 55.6vw;
  }
  #ct_bg .mainArea01 .imgBlock01 > .image05 {
    width: 48.8vw;
    position: absolute;
    bottom: 37.7vw;
    left: 8.2666vw;
  }
  #ct_bg .imgBlock01 > .image03.finish {
    opacity: 0;
    transition: all linear 0.2s;
  }
  .jqImage01 {
    width: 50%;
    height: auto;
    margin-left: -25%;
  }
  .jqImage01 img {
    width: 100%;
    height: auto;
  }
  .jqImage02 img {
    height: 100%;
  }
  .jqImage02 {
    max-width: 800px;
    width: 115%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
  }
  #wrapper.jqEffect01 {
    -webkit-animation: buruburu 2s linear 2s;
    animation: buruburu 0.08s 2;
  }
  #ct_bg .frameArea01 .img01 {
    width: 104%;
    margin-left: -2%;
  }
  #ct_bg .inner05 .frameArea01 .cvArea01 {
    margin-top: -5vw;
  }
  #ct_bg .cvArea01_inner01 {
    flex-direction: column;
    border: 3px solid #f1bd00;
    padding: 18px 20px 18px;
    border-radius: 20px;
  }
  #ct_bg .cvArea01_inner01 > .col01 {
    width: 100%;
  }
  #ct_bg .cvArea01_inner01 > .col02 {
    width: 100%;
    right: inherit;
    margin-top: 14px;
  }
  #ct_bg .cvArea01_inner01 > .col02 .button01 {
    width: 198px;
    margin-left: auto;
    margin-right: auto;
  }
  #ct_bg .inner06::before {
    height: 10.6666vw;
  }
  #ct_bg .inner06::after {
    height: 38.4vw;
  }
  #ct_bg .inner07 .copyright {
    width: 86.4vw;
    margin-left: auto;
    margin-right: auto;
  }
  .jqImage01 {
    margin-top: -68vh;
  }
}

/* Clearfix */
#ct_bg .cf:after {
  content: " ";
  display: block;
  clear: both;
}
