@charset "UTF-8";
@font-face {
  font-family: "Sigmar One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SigmarOne-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUS1p-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 　500;
  src: url("../fonts/MPLUS1p-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUS1p-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Corporate-Logo-Bold-ver3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Corporate-Logo-Bold-ver3.woff2") format("woff2");
  font-display: swap;
}
/********************************************
/* abs
********************************************/
.abs {
  position: absolute;
}

/********************************************
/* cursor-pointer
********************************************/
@media (min-width: 1001px) {
  .cursor-pointer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 10000;
    -webkit-transform: scale(0);
            transform: scale(0);
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
  }

  .cursor-pointer.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }

  .cursor-none {
    cursor: none;
  }
}
@media (max-width: 1000px) {
  .cursor-pointer {
    display: none;
  }
}
/********************************************
/* title
********************************************/
.title_h2_wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .title_h2_wrap {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  .title_h2_wrap {
    margin-bottom: 4vw;
  }
}
.title_h2_wrap .cloud_en {
  position: absolute;
}
.title_h2_wrap .title_h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 120px;
  color: #dc005a;
  font-family: "Corporate-Logo-Bold-ver3", "M PLUS 1p", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 34px;
  font-weight: bold;
  margin: 0 auto;
  background-size: 600px 120px;
  background-image: url(../images/title_h2_bg.webp);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 {
    width: 46.1538461538vw;
    height: 9.2307692308vw;
    font-size: 2.6153846154vw;
    background-size: 46.1538461538vw 9.2307692308vw;
  }
}
@media (max-width: 1000px) {
  .title_h2_wrap .title_h2 {
    width: 80vw;
    height: 16vw;
    font-size: 5.3333333333vw;
    background-size: 80vw 16vw;
  }
}
.title_h2_wrap .title_h2 .italic {
  font-style: italic;
}
@media (max-width: 1000px) {
  .title_h2_wrap .title_h2 .line_yellow {
    margin-bottom: 1.3333333333vw;
  }
}
.title_h2_wrap.short .title_h2 {
  width: 360px;
  background-size: 360px 120px;
  background-image: url(../images/title_h2_bg_short.webp);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .title_h2_wrap.short .title_h2 {
    width: 27.6923076923vw;
    background-size: 27.6923076923vw 9.2307692308vw;
  }
}
@media (max-width: 1000px) {
  .title_h2_wrap.short .title_h2 {
    width: 48vw;
    font-size: 5.3333333333vw;
    background-size: 48vw 16vw;
  }
}

.line_yellow {
  line-height: 1.6;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe900));
  background: linear-gradient(transparent 60%, #ffe900 60%);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .line_yellow {
    padding: 0 0.7692307692vw;
  }
}
@media (max-width: 1000px) {
  .line_yellow {
    padding: 0 1.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #ffe900));
    background: linear-gradient(transparent 70%, #ffe900 60%);
  }
}

/********************************************
/* Wrap
********************************************/
.sec_inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
}

/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  display: none;
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header {
    top: 3.3333333333vh;
  }
}
@media (max-width: 1000px) {
  .header {
    top: 0;
    height: 18.6666666667vw;
  }
}
.header.default {
  position: absolute;
}
.header.fixed {
  top: 0;
  padding: 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
          box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header.fixed {
    padding: 1.4285714286vh 0;
  }
}
@media (max-width: 1000px) {
  .header.fixed {
    padding: 0;
    height: 17.3333333333vw;
  }
}
.header.fixed .logo {
  top: -5px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header.fixed .logo {
    top: -0.4761904762vh;
  }
}
@media (max-width: 1000px) {
  .header.fixed .logo {
    top: auto;
  }
}
.header.deformation2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header.deformation {
  top: -150px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header.deformation {
    top: -14.2857142857vh;
  }
}
@media (max-width: 1000px) {
  .header.deformation {
    top: -20vw;
  }
}
.header .header_inner {
  position: relative;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .header_inner {
    max-width: 123.8095238095vh;
    padding: 0 4.7619047619vh;
  }
}
@media (max-width: 1000px) {
  .header .header_inner {
    padding: 0;
  }
}
.header .gnav {
  display: block;
  text-align: left;
  width: 100%;
  margin: auto;
}
.header .gnav .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .logo {
  position: absolute;
  z-index: 1001;
  left: 0;
  right: 0;
  width: 220px;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .logo {
    width: 20.9523809524vh;
  }
}
@media (max-width: 1000px) {
  .header .logo {
    top: 0;
    left: 2.6666666667vw;
    width: 20.5333333333vw;
    padding: 2vw 0;
    margin: 0;
  }
}
.header .logo:hover img {
  opacity: 0.8;
}
.header .logo h1 {
  line-height: 1;
  display: block;
}
.header .logo h1 img {
  width: 220px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .logo h1 img {
    width: 20.9523809524vh;
  }
}
@media (max-width: 1000px) {
  .header .logo h1 img {
    width: 20.5333333333vw;
    height: 13.3333333333vw;
  }
}
.header .main_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .main_nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .header .main_nav ul {
    display: block;
  }
}
.header .main_nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 130px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .main_nav ul li a {
    width: 12.380952381vh;
    height: 12.380952381vh;
  }
}
@media (max-width: 1000px) {
  .header .main_nav ul li a {
    text-align: center;
    display: block;
    color: #000;
    width: auto;
    height: auto;
    font-size: 5.3333333333vw;
    line-height: 1;
    padding: 5.3333333333vw 0;
    border-bottom: 1px solid #000;
  }
}
.header .main_nav ul li a .menu_name {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: "Sigmar One", "M PLUS 1p", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .main_nav ul li a .menu_name {
    font-size: 2.0952380952vh;
  }
}
@media (max-width: 1000px) {
  .header .main_nav ul li a .menu_name {
    font-size: 5.3333333333vw;
  }
}
.header .main_nav ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .main_nav ul li a img {
    width: 12.380952381vh;
  }
}
@media (max-width: 1000px) {
  .header .main_nav ul li a img {
    display: none;
  }
}
.header .main_nav ul li a img:first-child {
  z-index: 1;
  opacity: 0;
}
.header .main_nav ul li a:hover .menu_name {
  color: #dc005a;
}
.header .main_nav ul li a:hover img {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .main_nav ul li:nth-child(3) {
  margin-right: 300px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  .header .main_nav ul li:nth-child(3) {
    margin-right: 28.5714285714vh;
  }
}
@media (max-width: 1000px) {
  .header .main_nav ul li:nth-child(3) {
    margin-right: auto;
  }
}
.header .sp_nav {
  margin-right: 18.6666666667vw;
}
@media (min-width: 1001px) {
  .header .sp_nav {
    display: none;
  }
}
.header .sp_nav .contact_btn {
  margin: 5.0666666667vw 0;
}
.header .sp_nav .contact_btn img {
  width: 32.5333333333vw;
  height: 7.4666666667vw;
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 17.3333333333vw;
  width: 20vw;
  padding: 1.3333333333vw 0;
}
.header #menu-icon .wrap {
  position: relative;
  width: 9.3333333333vw;
  height: 6.1333333333vw;
}
.header #menu-icon .wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8vw;
  display: block;
  line-height: 0;
  background-color: #000;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  border-radius: 0.8vw;
}
.header #menu-icon .wrap span:nth-of-type(1) {
  top: 0;
}
.header #menu-icon .wrap span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header #menu-icon .wrap span:nth-of-type(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1000px) {
  .header .menu_wrap {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    left: 100vw;
    overflow: scroll;
    top: 0;
    background: #fff;
    padding: 20vw 6.667vw 40vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.open {
  position: fixed;
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
}
.header.open .menu_wrap {
  left: 0;
}
.header.open #menu #menu-icon .wrap span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.header.open #menu #menu-icon .wrap span:nth-of-type(2) {
  opacity: 0;
}
.header.open #menu #menu-icon .wrap span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/********************************************
* mv
********************************************/
#mv {
  max-width: 2520px;
  height: 100dvh;
  max-height: 1050px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 210px;
  border: 10px solid #000;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv {
    padding-top: 20vh;
    border: 0.9523809524vh solid #000;
  }
}
@media (max-width: 1000px) {
  #mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100vw;
    padding-top: 0;
    border: 1.3333333333vw solid #000;
  }
}
#mv .video_block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  height: 750px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block {
    width: 104.7619047619vh;
    height: 71.4285714286vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_block {
    width: 86.6666666667vw;
    height: 59.2vw;
    margin: 16vw auto 24.8vw;
  }
}
#mv .video_block .video_logo {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1050px;
  height: 720px;
  border-radius: 100px;
  background-color: #fff;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block .video_logo {
    width: 100vh;
    height: 68.5714285714vh;
    border-radius: 9.5238095238vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_block .video_logo {
    width: 82vw;
    height: 55.2vw;
    border-radius: 6.6666666667vw;
  }
}
#mv .video_block .video_logo img {
  width: 400px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block .video_logo img {
    width: 38.0952380952vh;
    margin-bottom: 2.8571428571vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_block .video_logo img {
    width: 38.6666666667vw;
    height: 25.0666666667vw;
    margin-bottom: 4vw;
  }
}
#mv .video_block .video_btn {
  display: none;
  position: absolute;
  z-index: 4;
  right: 75px;
  bottom: 65px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: bounceInPlay;
          animation-name: bounceInPlay;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block .video_btn {
    right: 7.1428571429vh;
    bottom: 6.1904761905vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_block .video_btn {
    right: 6.6666666667vw;
    bottom: 6vw;
  }
}
#mv .video_block .video_btn img {
  width: 80px;
  height: 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block .video_btn img {
    width: 7.619047619vh;
    height: 7.619047619vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_block .video_btn img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#mv .video_block .video_btn:hover {
  -webkit-animation-name: none;
          animation-name: none;
}
#mv .video_block .video_btn:hover img {
  -webkit-transform: scale3d(1.25, 1.25, 1.25) !important;
          transform: scale3d(1.25, 1.25, 1.25) !important;
}
#mv .video_block .video_frame {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 1100px;
  height: 750px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block .video_frame {
    width: 104.7619047619vh;
    height: 71.4285714286vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_block .video_frame {
    width: 86.6666666667vw;
    height: 59.2vw;
  }
}
#mv .video_block video {
  position: relative;
  z-index: 1;
  width: 1350px;
  -webkit-clip-path: inset(4% 11.5% round 100px);
          clip-path: inset(4% 11.5% round 100px);
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_block video {
    width: 128.5714285714vh;
    -webkit-clip-path: inset(4% 11.5% round 9.5238095238vh);
            clip-path: inset(4% 11.5% round 9.5238095238vh);
  }
}
@media (max-width: 1000px) {
  #mv .video_block video {
    width: 106vw;
    -webkit-clip-path: inset(4% 11.5% round 6.6666666667vw);
            clip-path: inset(4% 11.5% round 6.6666666667vw);
    margin-top: 1.6vw;
  }
}
#mv .video_block {
  opacity: 0;
  visibility: visible;
}
#mv .video_block.start {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: 0.4s linear 0.5s 1 normal forwards running animation-video;
          animation: 0.4s linear 0.5s 1 normal forwards running animation-video;
}
#mv .video_deco {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 750px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_deco {
    width: 104.7619047619vh;
    height: 71.4285714286vh;
  }
}
@media (max-width: 1000px) {
  #mv .video_deco {
    display: none;
  }
}
#mv .video_deco .speaker {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 1700px;
  height: 580px;
  z-index: 1;
  margin: auto 0;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_deco .speaker {
    left: -28.5714285714vh;
    width: 161.9047619048vh;
    height: 55.2380952381vh;
  }
}
#mv .video_deco .sentai {
  display: none;
  position: absolute;
  z-index: 3;
  left: -348px;
  bottom: -46px;
  width: 350px;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .video_deco .sentai {
    left: -33.1428571429vh;
    bottom: -4.380952381vh;
    width: 33.3333333333vh;
  }
}
#mv .bg_rainbow {
  position: absolute;
  right: -800px;
  bottom: -800px;
  width: 1600px;
  height: 1600px;
  background-size: 1600px 1600px;
  background-image: url(../images/bg_rainbow.webp);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .bg_rainbow {
    right: -76.1904761905vh;
    bottom: -76.1904761905vh;
    width: 152.380952381vh;
    height: 152.380952381vh;
    background-size: 152.380952381vh 152.380952381vh;
  }
}
@media (max-width: 1000px) {
  #mv .bg_rainbow {
    right: -53.3333333333vw;
    bottom: -53.3333333333vw;
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    background-size: 106.6666666667vw 106.6666666667vw;
  }
}
#mv .bg_rainbow.start {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#mv .bg_pattern {
  position: absolute;
  z-index: -1;
  left: -100%;
  top: -100%;
  height: 300%;
  width: 300%;
  background-color: #ffe900;
  background-image: radial-gradient(#fff8b2 30%, transparent 0), radial-gradient(#fff8b2 30%, transparent 0);
  background-size: 18px 18px;
  background-position: 0 0, 35px 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: move-fixed-background-pc 80s linear infinite;
          animation: move-fixed-background-pc 80s linear infinite;
}
@media (min-width: 1001px) and (max-height: 1049px) {
  #mv .bg_pattern {
    background-size: 1.7142857143vh 1.7142857143vh;
    background-position: 0 0, 3.3333333333vh 3.3333333333vh;
    -webkit-animation: move-fixed-background-tab 80s linear infinite;
            animation: move-fixed-background-tab 80s linear infinite;
  }
}
@media (max-width: 1000px) {
  #mv .bg_pattern {
    background-size: 2.4vw 2.4vw;
    background-position: 0 0, 4.6666666667vw 4.6666666667vw;
    -webkit-animation: move-fixed-background-sp 80s linear infinite;
            animation: move-fixed-background-sp 80s linear infinite;
  }
}
#mv .sp_main_nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  #mv .sp_main_nav {
    display: none !important;
  }
}
#mv .sp_main_nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92vw;
  margin: 2.6666666667vw auto;
}
#mv .sp_main_nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  color: #000;
  text-decoration: none;
}
#mv .sp_main_nav ul li a .menu_name {
  position: relative;
  z-index: 2;
  font-family: "Sigmar One", "M PLUS 1p", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 2.9333333333vw;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#mv .sp_main_nav ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333333333vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/********************************************
* whatsPoint
********************************************/
#whatsPoint {
  max-width: 2520px;
  padding: 120px 0 240px;
  margin: 0 auto;
  background-size: 2520px auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/whatspoint_bg.webp);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whatsPoint {
    max-width: 193.8461538462vw;
    padding: 9.2307692308vw 0 18.4615384615vw;
    background-size: 193.8461538462vw auto;
  }
}
@media (max-width: 1000px) {
  #whatsPoint {
    max-width: initial;
    padding: 16vw 0 16vw;
    background-position: center 141.3333333333vw;
    background-size: 100vw 416vw;
    background-image: url(../images/sp/sp_whatspoint_bg.png);
  }
}

/********************************************
* whats
********************************************/
#whats {
  margin-bottom: 100px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whats {
    margin-bottom: 7.6923076923vw;
  }
}
@media (max-width: 1000px) {
  #whats {
    margin-bottom: 13.3333333333vw;
  }
}
#whats .sec_inner {
  max-width: 1100px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whats .sec_inner {
    max-width: 84.6153846154vw;
  }
}
@media (max-width: 1000px) {
  #whats .sec_inner {
    max-width: initial;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
#whats .title_h2_wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
#whats .title_h2_wrap .cloud_en {
  left: -55px;
  top: -45px;
  width: 240px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whats .title_h2_wrap .cloud_en {
    left: -4.2307692308vw;
    top: -3.4615384615vw;
    width: 18.4615384615vw;
  }
}
@media (max-width: 1000px) {
  #whats .title_h2_wrap .cloud_en {
    left: -3.3333333333vw;
    top: -8.6666666667vw;
    width: 32vw;
  }
}
#whats .whats_block {
  position: relative;
  padding: 105px 50px;
  margin-top: -70px;
  background-repeat: no-repeat;
  background-size: 1000px 650px;
  background-image: url(../images/whats_block_bg.webp);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whats .whats_block {
    padding: 8.0769230769vw 3.8461538462vw;
    margin-top: -5.3846153846vw;
    background-size: 76.9230769231vw 50vw;
  }
}
@media (max-width: 1000px) {
  #whats .whats_block {
    padding: 10.6666666667vw 13.3333333333vw;
    margin-top: -8vw;
    background-size: 94.6666666667vw 157.3333333333vw;
    background-image: url(../images/sp/sp_whats_block_bg.webp);
  }
}
#whats .whats_block .illust1 {
  width: 280px;
  top: -110px;
  right: -100px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whats .whats_block .illust1 {
    width: 21.5384615385vw;
    top: -8.4615384615vw;
    right: -7.6923076923vw;
  }
}
@media (max-width: 1000px) {
  #whats .whats_block .illust1 {
    width: 29.3333333333vw;
    top: -22.6666666667vw;
    right: -2.6666666667vw;
  }
}
#whats .whats_block .desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3333333333;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #whats .whats_block .desc {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #whats .whats_block .desc {
    text-align: left;
    font-size: 3.2vw;
    line-height: 2.2222222222;
  }
}

/********************************************
* point
********************************************/
#point .sec_inner {
  max-width: 1340px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .sec_inner {
    max-width: 1300px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .sec_inner {
    max-width: 100vw;
  }
}
@media (max-width: 1000px) {
  #point .sec_inner {
    max-width: initial;
  }
}
#point .title_h2_wrap {
  margin: 0 0 200px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .title_h2_wrap {
    margin: 0 0 15.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #point .title_h2_wrap {
    margin: 0 0 5.3333333333vw;
  }
}
#point .title_h2_wrap .cloud_en {
  right: -65px;
  top: -60px;
  width: 194px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .title_h2_wrap .cloud_en {
    right: -5vw;
    top: -4.6153846154vw;
    width: 14.9230769231vw;
  }
}
@media (max-width: 1000px) {
  #point .title_h2_wrap .cloud_en {
    right: -2vw;
    top: -9.3333333333vw;
    width: 25.8666666667vw;
  }
}
#point .point_block {
  margin-bottom: 250px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block {
    margin-bottom: 19.2307692308vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block {
    margin-bottom: 5.3333333333vw;
  }
}
#point .point_block .info {
  position: relative;
}
@media (max-width: 1000px) {
  #point .point_block .info .title_img {
    position: static;
    margin: 0 auto 2.6666666667vw;
  }
}
#point .point_block .info .desc {
  width: 670px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block .info .desc {
    width: 51.5384615385vw;
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block .info .desc {
    width: 86.6666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#point .point_block .info .illust1 {
  right: 112px;
  bottom: -40px;
  width: 500px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .point_block .info .illust1 {
    right: 72px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block .info .illust1 {
    right: 5.5384615385vw;
    bottom: -3.0769230769vw;
    width: 38.4615384615vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block .info .illust1 {
    position: static;
    width: 74.6666666667vw;
    margin: 0 auto;
  }
}
#point .point_block .info .illust2 {
  left: -158px;
  bottom: -55px;
  width: 150px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block .info .illust2 {
    left: -12.1538461538vw;
    bottom: -4.2307692308vw;
    width: 11.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block .info .illust2 {
    display: none;
  }
}
#point .point_block .info .illust3 {
  right: 112px;
  bottom: -30px;
  width: 210px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block .info .illust3 {
    right: 8.6153846154vw;
    bottom: -2.3076923077vw;
    width: 16.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block .info .illust3 {
    position: static;
    width: 40vw;
    margin: 0 auto;
  }
}
#point .point_block .info .illust4 {
  left: -300px;
  top: -43px;
  width: 280px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block .info .illust4 {
    left: -23.0769230769vw;
    top: -3.3076923077vw;
    width: 21.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block .info .illust4 {
    position: static;
    width: 56vw;
    margin: 0 auto;
  }
}
#point .point_block:nth-child(1) .title_img {
  top: -170px;
  left: -130px;
  width: 708px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .point_block:nth-child(1) .title_img {
    left: -40px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block:nth-child(1) .title_img {
    top: -13.0769230769vw;
    left: -3.0769230769vw;
    width: 54.4615384615vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block:nth-child(1) .title_img {
    width: 80.5333333333vw;
  }
}
#point .point_block:nth-child(2) .info {
  margin-left: 290px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .point_block:nth-child(2) .info {
    margin-left: 145px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block:nth-child(2) .info {
    margin-left: 11.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block:nth-child(2) .info {
    margin-left: 0;
  }
}
#point .point_block:nth-child(2) .info .title_img {
  top: -170px;
  left: -130px;
  width: 768px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .point_block:nth-child(2) .info .title_img {
    left: -40px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block:nth-child(2) .info .title_img {
    top: -13.0769230769vw;
    left: -3.0769230769vw;
    width: 59.0769230769vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block:nth-child(2) .info .title_img {
    width: 87.4666666667vw;
  }
}
#point .point_block:nth-child(3) .info {
  margin-left: 570px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .point_block:nth-child(3) .info {
    margin-left: 285px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block:nth-child(3) .info {
    margin-left: 21.9230769231vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block:nth-child(3) .info {
    margin-left: 0;
  }
}
#point .point_block:nth-child(3) .info .title_img {
  top: -170px;
  left: -130px;
  width: 787px;
}
@media screen and (min-width: 1301px) and (max-width: 1560px) {
  #point .point_block:nth-child(3) .info .title_img {
    left: -40px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .point_block:nth-child(3) .info .title_img {
    top: -13.0769230769vw;
    left: -3.0769230769vw;
    width: 60.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #point .point_block:nth-child(3) .info .title_img {
    width: 86.6666666667vw;
  }
}
#point .point_block:last-child {
  margin-bottom: 0;
}
#point .artist_block {
  margin-top: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block {
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#point .artist_block .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block .text {
    font-size: 3.7333333333vw;
  }
}
#point .artist_block .artist_list {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #dc005a;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block .artist_list {
    padding: 1.1538461538vw 2.3076923077vw;
    border: 0.1538461538vw solid #dc005a;
    margin: 0.3846153846vw 0;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block .artist_list {
    padding: 3.3333333333vw 4vw;
    border: 0.2666666667vw solid #dc005a;
    margin: 0.6666666667vw 0;
    border-radius: 0.6666666667vw;
  }
}
#point .artist_block .artist_list li {
  display: inline;
  margin-left: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block .artist_list li {
    margin-left: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block .artist_list li {
    margin-left: 2.6666666667vw;
  }
}
#point .artist_block .artist_list li:first-child {
  margin-left: 0;
}
#point .artist_block .artist_list li a {
  display: inline-block;
  color: #dc005a;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block .artist_list li a {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block .artist_list li a {
    font-size: 3.7333333333vw;
  }
}
#point .artist_block .artist_list li a .icon_blank {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block .artist_list li a .icon_blank {
    margin-right: 0.7692307692vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block .artist_list li a .icon_blank {
    margin-right: 1.3333333333vw;
  }
}
#point .artist_block .artist_list li a .icon_blank img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #point .artist_block .artist_list li a .icon_blank img {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #point .artist_block .artist_list li a .icon_blank img {
    width: 3.2vw;
    height: 3.2vw;
  }
}
#point .artist_block .artist_list li a:hover {
  opacity: 0.7;
}

/********************************************
* works
********************************************/
#works {
  position: relative;
  padding: 70px 0 280px;
  background-color: #ffe900;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #works {
    padding: 5.3846153846vw 0 21.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #works {
    padding: 9.3333333333vw 0 17.3333333333vw;
  }
}
#works:before {
  position: absolute;
  content: "";
  top: -158px;
  width: 100%;
  height: 160px;
  background-size: 1920px 160px;
  background-repeat: repeat-x;
  background-image: url(../images/cloud_bg_yellow.webp);
  -webkit-animation: cloud 300s linear infinite;
          animation: cloud 300s linear infinite;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #works:before {
    top: -12.1538461538vw;
    height: 12.3076923077vw;
    background-size: 147.6923076923vw 12.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #works:before {
    top: -9.0666666667vw;
    height: 9.3333333333vw;
    background-size: 100vw 9.3333333333vw;
    background-image: url(../images/sp/sp_cloud_bg_yellow.webp);
    -webkit-animation: cloud 450s linear infinite;
            animation: cloud 450s linear infinite;
  }
}
#works .sec_inner {
  max-width: 1300px;
}
@media (max-width: 1000px) {
  #works .sec_inner {
    max-width: initial;
  }
}
#works .title_h2_wrap .cloud_en {
  left: -60px;
  top: -60px;
  width: 240px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #works .title_h2_wrap .cloud_en {
    left: -4.6153846154vw;
    top: -4.6153846154vw;
    width: 18.4615384615vw;
  }
}
@media (max-width: 1000px) {
  #works .title_h2_wrap .cloud_en {
    left: -8vw;
    top: -8vw;
    width: 32vw;
  }
}
#works .read {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #works .read {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #works .read {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
#works .works_block {
  max-width: 2520px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #works .slider_pc {
    display: none;
  }
}
@media (min-width: 1001px) {
  #works .slider_sp {
    display: none;
  }
}
@media (max-width: 1000px) {
  #works .slider_sp1 {
    margin-bottom: 6.6666666667vw;
  }
}

/********************************************
* syaka_contest
********************************************/
.syaka_contest {
  width: 100%;
  margin: 60px 0;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest {
    margin: 4.6153846154vw 0;
  }
}
@media (max-width: 1000px) {
  .syaka_contest {
    margin: 8vw 0;
  }
}
.syaka_contest .shaka_header {
  margin-bottom: 20px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .shaka_header {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header {
    margin-bottom: 5.3333333333vw;
  }
}
.syaka_contest .shaka_header .shaka_read {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .shaka_header .shaka_read {
    font-size: 1.5384615385vw;
    line-height: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header .shaka_read {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    margin-bottom: 2vw;
  }
}
.syaka_contest .shaka_header .shaka_title_wrap {
  text-align: center;
}
.syaka_contest .shaka_header .shaka_title_wrap .shaka_title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #dc005a;
  font-weight: bold;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.syaka_contest .shaka_header .shaka_title_wrap .shaka_title:before, .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: auto 0;
  background-color: #dc005a;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:before, .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:after {
    bottom: -0.3846153846vw;
    width: 3.0769230769vw;
    height: 0.1538461538vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:before, .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:after {
    bottom: -1.3333333333vw;
    width: 18.6666666667vw;
    height: 0.5333333333vw;
  }
}
.syaka_contest .shaka_header .shaka_title_wrap .shaka_title:before {
  left: -35px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:before {
    left: -2.6923076923vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:before {
    left: -12vw;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}
.syaka_contest .shaka_header .shaka_title_wrap .shaka_title:after {
  right: -25px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:after {
    right: -1.9230769231vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header .shaka_title_wrap .shaka_title:after {
    right: -11.3333333333vw;
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
}
.syaka_contest .shaka_header .shaka_bottom {
  text-align: center;
}
@media (max-width: 1000px) {
  .syaka_contest .shaka_header .shaka_bottom {
    font-size: 3.7333333333vw;
  }
}
.syaka_contest .syaka_movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .syaka_movie_list {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list {
    display: block;
    margin-bottom: 8vw;
  }
}
.syaka_contest .syaka_movie_list .syaka_movie {
  position: relative;
  width: 380px;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .syaka_movie_list .syaka_movie {
    width: 29.2307692308vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie {
    width: 84vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 1001px) {
  .syaka_contest .syaka_movie_list .syaka_movie:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1001px) {
  .syaka_contest .syaka_movie_list .syaka_movie:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1001px) {
  .syaka_contest .syaka_movie_list .syaka_movie:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie:nth-child(3) {
    margin-bottom: 5.3333333333vw;
  }
}
.syaka_contest .syaka_movie_list .syaka_movie .award_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .syaka_movie_list .syaka_movie .award_title {
    font-size: 1.5384615385vw;
    line-height: 3.4615384615vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie .award_title {
    font-size: 4.8vw;
    line-height: 12vw;
  }
}
.syaka_contest .syaka_movie_list .syaka_movie .award_title.grandprix {
  display: block;
  font-size: 24px;
  color: #dc005a;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .syaka_movie_list .syaka_movie .award_title.grandprix {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie .award_title.grandprix {
    font-size: 5.8666666667vw;
  }
}
.syaka_contest .syaka_movie_list .syaka_movie .movie_box {
  margin-bottom: 5px;
  background-color: #000;
  border-radius: 10px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .syaka_movie_list .syaka_movie .movie_box {
    border-radius: 0.7692307692vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie .movie_box {
    border-radius: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.syaka_contest .syaka_movie_list .syaka_movie .movie_box:hover a img {
  opacity: 0.7;
}
.syaka_contest .syaka_movie_list .syaka_movie .movie_box a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .syaka_contest .syaka_movie_list .syaka_movie .movie_box a img {
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie .movie_box a img {
    border-radius: 1.3333333333vw;
  }
}
.syaka_contest .syaka_movie_list .syaka_movie .company_name {
  text-align: center;
}
@media (max-width: 1000px) {
  .syaka_contest .syaka_movie_list .syaka_movie .company_name {
    font-size: 3.7333333333vw;
  }
}
.syaka_contest .shaka_report {
  text-align: center;
}
.syaka_contest a {
  text-decoration: underline;
}
.syaka_contest a:hover {
  text-decoration: none;
}

/********************************************
* advice
********************************************/
#advice {
  position: relative;
  padding: 70px 0 280px;
  background-color: #94d5f1;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice {
    padding: 5.3846153846vw 0 21.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #advice {
    padding: 9.3333333333vw 0 22.6666666667vw;
  }
}
#advice:before {
  position: absolute;
  content: "";
  top: -158px;
  width: 100%;
  height: 160px;
  background-size: 1920px 160px;
  background-repeat: repeat-x;
  background-image: url(../images/cloud_bg_blue.webp);
  -webkit-animation: cloud-reverse 300s linear infinite;
          animation: cloud-reverse 300s linear infinite;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice:before {
    top: -12.1538461538vw;
    height: 12.3076923077vw;
    background-size: 147.6923076923vw 12.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #advice:before {
    top: -9.0666666667vw;
    height: 9.3333333333vw;
    background-size: 100vw 9.3333333333vw;
    background-image: url(../images/sp/sp_cloud_bg_blue.webp);
    -webkit-animation: cloud-reverse 450s linear infinite;
            animation: cloud-reverse 450s linear infinite;
  }
}
#advice .sec_inner {
  max-width: 1400px;
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  #advice .sec_inner {
    max-width: 1300px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .sec_inner {
    max-width: 100vw;
  }
}
@media (max-width: 1000px) {
  #advice .sec_inner {
    max-width: initial;
  }
}
#advice .sec_inner::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 120px;
  left: -160px;
  width: 1720px;
  height: 350px;
  background-size: 1720px 350px;
  background-image: url(../images/advice_bg.webp);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .sec_inner::after {
    top: 9.2307692308vw;
    left: -12.3076923077vw;
    width: 132.3076923077vw;
    height: 26.9230769231vw;
    background-size: 132.3076923077vw 26.9230769231vw;
  }
}
@media (max-width: 1000px) {
  #advice .sec_inner::after {
    top: 16vw;
    left: -21.3333333333vw;
    width: 229.3333333333vw;
    height: 46.6666666667vw;
    background-size: 229.3333333333vw 46.6666666667vw;
  }
}
#advice .title_h2_wrap {
  margin-bottom: 50px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .title_h2_wrap {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 1000px) {
  #advice .title_h2_wrap {
    margin-bottom: 5.3333333333vw;
  }
}
#advice .title_h2_wrap .cloud_en {
  right: -56px;
  top: -58px;
  width: 219px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .title_h2_wrap .cloud_en {
    right: -4.3076923077vw;
    top: -4.4615384615vw;
    width: 16.8461538462vw;
  }
}
@media (max-width: 1000px) {
  #advice .title_h2_wrap .cloud_en {
    right: -7.4666666667vw;
    top: -7.0666666667vw;
    width: 29.2vw;
  }
}
#advice .read {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .read {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #advice .read {
    font-size: 3.4666666667vw;
  }
}
#advice .advice_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  #advice .advice_block_list {
    display: block;
  }
}
#advice .advice_block {
  text-align: center;
  width: 400px;
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  #advice .advice_block {
    width: 380px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block {
    width: 29.2307692308vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block {
    width: 86.6666666667vw;
    margin-bottom: 8vw;
  }
}
#advice .advice_block:last-child {
  margin-bottom: 0;
}
#advice .advice_block .img {
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block .img {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block .img {
    width: 80vw;
    margin: 0 auto 4vw;
  }
}
#advice .advice_block .title {
  position: relative;
  display: inline-block;
  font-family: "Corporate-Logo-Bold-ver3", "M PLUS 1p", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 28px;
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #ffe900));
  background: linear-gradient(transparent 70%, #ffe900 60%);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block .title {
    font-size: 2.1538461538vw;
    padding: 0 0.3846153846vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block .title {
    font-size: 5.6vw;
    padding: 0 0.6666666667vw;
    margin-bottom: 4vw;
  }
}
#advice .advice_block .title::before, #advice .advice_block .title::after {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 0;
  height: 3px;
  width: 46px;
  background-color: #000;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block .title::before, #advice .advice_block .title::after {
    top: 1.7692307692vw;
    bottom: 0;
    height: 0.2307692308vw;
    width: 3.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block .title::before, #advice .advice_block .title::after {
    top: 4.4vw;
    bottom: 0;
    height: 0.6666666667vw;
    width: 8.8vw;
  }
}
#advice .advice_block .title::before {
  left: -41px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block .title::before {
    left: -3.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block .title::before {
    left: -8.1333333333vw;
  }
}
#advice .advice_block .title::after {
  right: -41px;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block .title::after {
    right: -3.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block .title::after {
    right: -8.1333333333vw;
  }
}
#advice .advice_block .text {
  width: 360px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  #advice .advice_block .text {
    width: 340px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #advice .advice_block .text {
    width: 26.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #advice .advice_block .text {
    width: 86.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/********************************************
* voice
********************************************/
#voice {
  position: relative;
  padding: 70px 0 250px;
  background-color: #dc005a;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice {
    padding: 5.3846153846vw 0 19.2307692308vw;
  }
}
@media (max-width: 1000px) {
  #voice {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
#voice:before {
  position: absolute;
  content: "";
  top: -158px;
  width: 100%;
  height: 160px;
  background-size: 1920px 160px;
  background-repeat: repeat-x;
  background-image: url(../images/cloud_bg_red.webp);
  -webkit-animation: cloud 300s linear infinite;
          animation: cloud 300s linear infinite;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice:before {
    top: -12.1538461538vw;
    height: 12.3076923077vw;
    background-size: 147.6923076923vw 12.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #voice:before {
    top: -9.0666666667vw;
    height: 9.3333333333vw;
    background-size: 100vw 9.3333333333vw;
    background-image: url(../images/sp/sp_cloud_bg_red.webp);
    -webkit-animation: cloud 450s linear infinite;
            animation: cloud 450s linear infinite;
  }
}
#voice .sec_inner {
  max-width: 1100px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .sec_inner {
    max-width: 84.6153846154vw;
  }
}
@media (max-width: 1000px) {
  #voice .sec_inner {
    max-width: initial;
  }
}
#voice .title_h2_wrap {
  margin-bottom: 50px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .title_h2_wrap {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 1000px) {
  #voice .title_h2_wrap {
    margin-bottom: 6.6666666667vw;
  }
}
#voice .title_h2_wrap .cloud_en {
  left: -50px;
  top: -50px;
  width: 196px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .title_h2_wrap .cloud_en {
    left: -3.8461538462vw;
    top: -3.8461538462vw;
    width: 15.0769230769vw;
  }
}
@media (max-width: 1000px) {
  #voice .title_h2_wrap .cloud_en {
    left: -5.3333333333vw;
    top: -6.6666666667vw;
    width: 26.1333333333vw;
  }
}
#voice .voice_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .voice_block_list {
    gap: 3.0769230769vw;
  }
}
@media (max-width: 1000px) {
  #voice .voice_block_list {
    gap: 5.3333333333vw;
  }
}
#voice .voice_block_list .voice_block {
  width: 480px;
  padding: 40px 40px 50px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
          box-shadow: 4px 4px 0 #000;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .voice_block_list .voice_block {
    width: 36.9230769231vw;
    padding: 3.0769230769vw 3.0769230769vw 3.8461538462vw;
    -webkit-box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
            box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
  }
}
@media (max-width: 1000px) {
  #voice .voice_block_list .voice_block {
    width: 100%;
    padding: 5.3333333333vw 3.3333333333vw 6.6666666667vw;
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0 #000;
            box-shadow: 0.5333333333vw 0.5333333333vw 0 #000;
  }
}
#voice .voice_block_list .voice_block .title_wrap {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
  margin-bottom: 25px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .voice_block_list .voice_block .title_wrap {
    padding-bottom: 1.1538461538vw;
    margin-bottom: 1.9230769231vw;
  }
}
@media (max-width: 1000px) {
  #voice .voice_block_list .voice_block .title_wrap {
    padding-bottom: 2vw;
    margin-bottom: 3.3333333333vw;
  }
}
#voice .voice_block_list .voice_block .title_wrap .title {
  position: relative;
  font-family: "Corporate-Logo-Bold-ver3", "M PLUS 1p", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  color: #dc005a;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .voice_block_list .voice_block .title_wrap .title {
    font-size: 2.1538461538vw;
    padding-bottom: 0.3846153846vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 1000px) {
  #voice .voice_block_list .voice_block .title_wrap .title {
    font-size: 5.3333333333vw;
    padding-bottom: 0.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#voice .voice_block_list .voice_block .title_wrap .title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #000;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .voice_block_list .voice_block .title_wrap .title::after {
    width: 6.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #voice .voice_block_list .voice_block .title_wrap .title::after {
    width: 13.3333333333vw;
  }
}
#voice .voice_block_list .voice_block .title_wrap .name {
  font-weight: 500;
}
#voice .voice_block_list .voice_block .info .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #voice .voice_block_list .voice_block .info .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 1000px) {
  #voice .voice_block_list .voice_block .info .text {
    font-size: 3.7333333333vw;
  }
}

/********************************************
* price
********************************************/
#price {
  position: relative;
  padding: 70px 0 250px;
  background-color: #dc005a;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price {
    padding: 5.3846153846vw 0 19.2307692308vw;
  }
}
@media (max-width: 1000px) {
  #price {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
#price:before {
  position: absolute;
  content: "";
  top: -158px;
  width: 100%;
  height: 160px;
  background-size: 1920px 160px;
  background-repeat: repeat-x;
  background-image: url(../images/cloud_bg_red.webp);
  -webkit-animation: cloud 300s linear infinite;
          animation: cloud 300s linear infinite;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price:before {
    top: -12.1538461538vw;
    height: 12.3076923077vw;
    background-size: 147.6923076923vw 12.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #price:before {
    top: -9.0666666667vw;
    height: 9.3333333333vw;
    background-size: 100vw 9.3333333333vw;
    background-image: url(../images/sp/sp_cloud_bg_red.webp);
    -webkit-animation: cloud 450s linear infinite;
            animation: cloud 450s linear infinite;
  }
}
#price .sec_inner {
  max-width: 700px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price .sec_inner {
    max-width: 53.8461538462vw;
  }
}
@media (max-width: 1000px) {
  #price .sec_inner {
    max-width: initial;
  }
}
#price .title_h2_wrap .cloud_en {
  left: -50px;
  top: -60px;
  width: 196px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price .title_h2_wrap .cloud_en {
    left: -3.8461538462vw;
    top: -4.6153846154vw;
    width: 15.0769230769vw;
  }
}
@media (max-width: 1000px) {
  #price .title_h2_wrap .cloud_en {
    left: -5.3333333333vw;
    top: -8vw;
    width: 26.1333333333vw;
  }
}
#price .price_block {
  text-align: center;
}
#price .price_block .price_num {
  width: 400px;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price .price_block .price_num {
    width: 30.7692307692vw;
  }
}
@media (max-width: 1000px) {
  #price .price_block .price_num {
    width: 80vw;
  }
}
#price .price_block .price_tax {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price .price_block .price_tax {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #price .price_block .price_tax {
    font-size: 3.7333333333vw;
  }
}
#price .price_block .atten {
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #price .price_block .atten {
    padding: 0.7692307692vw 0;
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #price .price_block .atten {
    padding: 2vw 0;
    margin-top: 4vw;
  }
}
#price .price_block .atten .text {
  color: #fff;
}
@media (max-width: 1000px) {
  #price .price_block .atten .text {
    font-size: 2.9333333333vw;
  }
}

/********************************************
* contact
********************************************/
#contact {
  position: relative;
  padding: 70px 0 250px;
  background-color: #ffe900;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact {
    padding: 5.3846153846vw 0 19.2307692308vw;
  }
}
@media (max-width: 1000px) {
  #contact {
    padding: 12vw 0 18.6666666667vw;
  }
}
#contact:before {
  position: absolute;
  content: "";
  top: -158px;
  width: 100%;
  height: 160px;
  background-size: 1920px 160px;
  background-repeat: repeat-x;
  background-image: url(../images/cloud_bg_yellow.webp);
  -webkit-animation: cloud-reverse 300s linear infinite;
          animation: cloud-reverse 300s linear infinite;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact:before {
    top: -12.1538461538vw;
    height: 12.3076923077vw;
    background-size: 147.6923076923vw 12.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #contact:before {
    top: -9.0666666667vw;
    height: 9.3333333333vw;
    background-size: 100vw 9.3333333333vw;
    background-image: url(../images/sp/sp_cloud_bg_yellow.webp);
    -webkit-animation: cloud-reverse 450s linear infinite;
            animation: cloud-reverse 450s linear infinite;
  }
}
#contact .sec_inner {
  max-width: 730px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact .sec_inner {
    max-width: 56.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #contact .sec_inner {
    max-width: 93.3333333333vw;
  }
}
#contact .contact_block {
  position: relative;
  text-align: center;
}
#contact .contact_block .read {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact .contact_block .read {
    font-size: 1.5384615385vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #contact .contact_block .read {
    text-align: left;
    width: 60vw;
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#contact .contact_block .read .big {
  display: inline-block;
  color: #dc005a;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact .contact_block .read .big {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 1000px) {
  #contact .contact_block .read .big {
    font-size: 5.3333333333vw;
    margin-top: 0.6666666667vw;
  }
}
#contact .contact_block .illust1 {
  top: -45px;
  left: -183px;
  width: 150px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact .contact_block .illust1 {
    top: -3.4615384615vw;
    left: -14.0769230769vw;
    width: 11.5384615385vw;
  }
}
@media (max-width: 1000px) {
  #contact .contact_block .illust1 {
    top: -6vw;
    left: auto;
    right: -2.6666666667vw;
    width: 20vw;
  }
}
#contact .rollover a {
  cursor: pointer;
  position: relative;
  display: block;
  width: 600px;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact .rollover a {
    width: 46.1538461538vw;
    height: 7.6923076923vw;
  }
}
@media (max-width: 1000px) {
  #contact .rollover a {
    width: 80vw;
    height: 13.3333333333vw;
  }
}
#contact .rollover a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #contact .rollover a img {
    width: 46.1538461538vw;
  }
}
@media (max-width: 1000px) {
  #contact .rollover a img {
    width: 80vw;
  }
}
#contact .rollover a img:first-child {
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact .rollover a:hover img {
  opacity: 1;
}

/********************************************
* footer
********************************************/
.footer {
  position: relative;
  padding-bottom: 15px;
  background-color: #fff;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .footer {
    padding-bottom: 1.1538461538vw;
  }
}
@media (max-width: 1000px) {
  .footer {
    padding-bottom: 2vw;
  }
}
.footer:before {
  position: absolute;
  content: "";
  top: -158px;
  width: 100%;
  height: 160px;
  background-size: 1920px 160px;
  background-repeat: repeat-x;
  background-image: url(../images/cloud_bg_white.webp);
  -webkit-animation: cloud 300s linear infinite;
          animation: cloud 300s linear infinite;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .footer:before {
    top: -12.1538461538vw;
    height: 12.3076923077vw;
    background-size: 147.6923076923vw 12.3076923077vw;
  }
}
@media (max-width: 1000px) {
  .footer:before {
    top: -9.0666666667vw;
    height: 9.3333333333vw;
    background-size: 100vw 9.3333333333vw;
    background-image: url(../images/sp/sp_cloud_bg_white.webp);
    -webkit-animation: cloud 450s linear infinite;
            animation: cloud 450s linear infinite;
  }
}
.footer .copy {
  text-align: center;
}