@charset "UTF-8";
.position_center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

body {
  background-image: url(../img/overall__background_image.png);
  font-size: 16px;
}

main {
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000;
  overflow: hidden;
}
main img {
  max-width: unset;
}

.main_wrap {
  overflow-y: hidden;
}

footer {
  position: relative;
}

.if_ie_logo {
  width: 100%;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
}
.if_ie_logo img {
  margin-top: 150px;
  display: inline-block;
  width: 800px;
}

/*あとで消す header & footer*/
.temporary_header {
  font-family: sans-serif;
  width: 100%;
  height: 110px;
  background-color: #aaa;
  color: #fff;
  z-index: 10;
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .temporary_header {
    height: 120px;
  }
}

.temporary_footer {
  font-family: sans-serif;
  width: 100%;
  height: 450px;
  background-color: #aaa;
  color: #fff;
  z-index: 10;
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .temporary_footer {
    height: 680px;
  }
}

.flower_decoration__subtitle {
  position: relative;
}

.flower_decoration__img {
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.flower_decoration__img img {
  width: 100%;
}

.flower_decoration__img .scrollAnimationTarget {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flower_decoration__img .scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}

.h3_bottom_border {
  width: 100%;
  margin: 28px auto;
  height: 5px;
  border-top: 1px solid #D80C18;
  border-bottom: 1px solid #009143;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1661px) {
  .h3_bottom_border {
    height: 9px;
    border-top: 2px solid #D80C18;
    border-bottom: 2px solid #009143;
  }
}
.h3_bottom_border div {
  background-color: #FABD00;
  margin: auto;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 1661px) {
  .h3_bottom_border div {
    height: 2px;
  }
}

.h3_bottom_border.scrollAnimationTarget {
  width: 0;
  -webkit-transition: 1s cubic-bezier(0.95, 0.01, 0.6, 1);
  transition: 1s cubic-bezier(0.95, 0.01, 0.6, 1);
}

.h3_bottom_border.scrollAnimationTarget.show {
  width: 100%;
}

/*main_title*/
.main_title {
  padding-top: 115px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .main_title {
    padding-top: 135px;
  }
}
.main_title h1 {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 125px auto 0;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .main_title h1 {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 1301px) {
  .main_title h1 {
    font-size: 41px;
  }
}
@media screen and (min-width: 1661px) {
  .main_title h1 {
    font-size: 54px;
  }
}
.main_title h2 {
  margin-top: 250px;
  font-size: 24px;
  margin: 250px auto 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .main_title h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .main_title h2 {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 1301px) {
  .main_title h2 {
    letter-spacing: 0.07em;
    font-size: 27.8px;
  }
  .main_title h2 br {
    display: none;
  }
  .main_title h2 span {
    display: inline !important;
  }
}
@media screen and (min-width: 1661px) {
  .main_title h2 {
    font-size: 36.5px;
  }
}
.main_title h2 span {
  display: none;
}
@media screen and (min-width: 545px) {
  .main_title h2 br:first-of-type,
.main_title h2 br:last-of-type {
    display: none;
  }
}

.main_title__img_wrap {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.main_title__img_copy,
.main_title__img_forefoot,
.main_title__img_ecotra {
  position: absolute;
}

.main_title__img_copy {
  width: 170px;
  right: 45%;
  top: 15px;
}
@media screen and (min-width: 545px) {
  .main_title__img_copy {
    right: 35%;
  }
}
@media screen and (min-width: 700px) {
  .main_title__img_copy {
    width: 220px;
    top: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .main_title__img_copy {
    top: 35px;
    right: 0;
    left: 165px;
    margin: auto;
  }
}
@media screen and (min-width: 1661px) {
  .main_title__img_copy {
    width: 240px;
    top: 45px;
    left: 265px;
  }
}

.main_title__img_forefoot {
  width: 18px;
  right: 36%;
  top: 35px;
}
@media screen and (min-width: 545px) {
  .main_title__img_forefoot {
    right: 27%;
  }
}
@media screen and (min-width: 700px) {
  .main_title__img_forefoot {
    right: 30%;
    width: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .main_title__img_forefoot {
    margin: auto;
    top: 70px;
    right: 0;
    left: 410px;
    width: 20px;
  }
}
@media screen and (min-width: 1661px) {
  .main_title__img_forefoot {
    top: 100px;
    left: 500px;
    width: 24px;
  }
}

.main_title__img_ecotra {
  width: 90px;
  right: 8%;
}
@media screen and (min-width: 700px) {
  .main_title__img_ecotra {
    width: 120px;
  }
}
@media screen and (min-width: 1001px) {
  .main_title__img_ecotra {
    margin: auto;
    top: 43px;
    right: 0px;
    left: 550px;
  }
}
@media screen and (min-width: 1301px) {
  .main_title__img_ecotra {
    width: 140px;
    top: 35px;
    left: 620px;
  }
}
@media screen and (min-width: 1661px) {
  .main_title__img_ecotra {
    width: 140px;
    left: 730px;
  }
}

.main_title__img_cracker_sp {
  width: 100%;
  position: absolute;
  top: 465px;
}
@media screen and (min-width: 545px) {
  .main_title__img_cracker_sp {
    top: 400px;
  }
}
@media screen and (min-width: 700px) {
  .main_title__img_cracker_sp {
    top: 415px;
  }
}
@media screen and (min-width: 1001px) {
  .main_title__img_cracker_sp {
    display: none;
  }
}
.main_title__img_cracker_sp img {
  width: 200px;
  position: absolute;
  left: 150px;
}

.main_title__h2_border {
  width: 0;
  margin: 30px auto 0;
  text-align: center;
  height: 5px;
  border-top: 1px solid #D80C18;
  border-bottom: 1px solid #009143;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s cubic-bezier(0.95, 0.01, 0.6, 1);
  transition: 1s cubic-bezier(0.95, 0.01, 0.6, 1);
}
.main_title__h2_border div {
  background-color: #FABD00;
  margin: auto;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 1661px) {
  .main_title__h2_border div {
    height: 2px;
  }
}
@media screen and (min-width: 1661px) {
  .main_title__h2_border {
    height: 9px;
    border-top: 2px solid #D80C18;
    border-bottom: 2px solid #009143;
  }
}

.main_title__h2_border.scrollAnimationTarget.show {
  width: 85%;
}
@media screen and (min-width: 700px) {
  .main_title__h2_border.scrollAnimationTarget.show {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .main_title__h2_border.scrollAnimationTarget.show {
    width: 680px;
  }
}
@media screen and (min-width: 1301px) {
  .main_title__h2_border.scrollAnimationTarget.show {
    width: 900px;
  }
}
@media screen and (min-width: 1661px) {
  .main_title__h2_border.scrollAnimationTarget.show {
    width: 1180px;
  }
}

/*top_message*/
.top_message {
  width: 85%;
  margin: 65px auto 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  .top_message {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .top_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 680px;
  }
}
@media screen and (min-width: 1301px) {
  .top_message {
    width: 900px;
  }
}
@media screen and (min-width: 1661px) {
  .top_message {
    width: 1180px;
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 1001px) {
  .top_message__text_wrap {
    width: 59.5%;
  }
}
.top_message__text_wrap h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .top_message__text_wrap h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1661px) {
  .top_message__text_wrap h2 {
    font-size: 30px;
  }
}
.top_message__text_wrap p {
  width: 100%;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  margin: 65px auto;
}
@media screen and (min-width: 700px) {
  .top_message__text_wrap p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1001px) {
  .top_message__text_wrap p {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1661px) {
  .top_message__text_wrap p {
    font-size: 18px;
  }
}

.top_message__img_wrap {
  width: 85%;
  margin: 65px auto 0;
}
@media screen and (min-width: 1001px) {
  .top_message__img_wrap {
    width: 35%;
    margin-right: 0;
  }
}
.top_message__img_wrap div {
  width: 240px;
  height: 265px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (min-width: 1001px) {
  .top_message__img_wrap div {
    width: 100%;
    height: 350px;
  }
}
.top_message__img_wrap div img {
  width: 450px;
  max-width: inherit;
}
@media screen and (min-width: 1001px) {
  .top_message__img_wrap div img {
    width: 530px;
  }
}
.top_message__img_wrap p {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 30px auto;
}
@media screen and (min-width: 1661px) {
  .top_message__img_wrap p {
    font-size: 30px;
  }
}
.top_message__img_wrap p span {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1301px) {
  .top_message__img_wrap p span {
    display: inline-block;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1661px) {
  .top_message__img_wrap p span {
    font-size: 18px;
  }
}

/*logo_description*/
.logo_description {
  margin: 100px auto 50px;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 545px) {
  .logo_description {
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 700px) {
  .logo_description {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .logo_description {
    width: 680px;
    margin: 100px auto 75px;
  }
}
@media screen and (min-width: 1301px) {
  .logo_description {
    width: 900px;
    margin: 150px auto 100px;
  }
}
@media screen and (min-width: 1661px) {
  .logo_description {
    width: 1180px;
    margin: 150px auto 120px;
  }
}
.logo_description h2 {
  font-weight: bold;
  font-size: 22px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 545px) {
  .logo_description h2 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 700px) {
  .logo_description h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .logo_description h2 {
    font-size: 32px;
    line-height: 4.5;
  }
}
@media screen and (min-width: 1301px) {
  .logo_description h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1661px) {
  .logo_description h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 545px) {
  .logo_description h2 br {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .logo_description__contents_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1661px) {
  .logo_description__contents_wrap {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1001px) {
  .logo_description__contents_wrap__img_wrap {
    width: 27%;
    margin-right: 50px;
  }
}
.logo_description__contents_wrap__img_wrap .scrollAnimationTarget {
  display: block;
  width: 200px;
  margin: 70px auto 0;
  position: relative;
  right: 8px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media screen and (min-width: 1661px) {
  .logo_description__contents_wrap__img_wrap .scrollAnimationTarget {
    width: 260px;
    margin: 35px auto 0;
  }
}
.logo_description__contents_wrap__img_wrap .scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 1001px) {
  .logo_description__contents_wrap__text_wrap {
    width: 50%;
  }
}
.logo_description__contents_wrap__text_wrap h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 42px auto 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1001px) {
  .logo_description__contents_wrap__text_wrap h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1661px) {
  .logo_description__contents_wrap__text_wrap h3 {
    font-size: 24px;
  }
}
.logo_description__contents_wrap__text_wrap h3 span {
  font-size: 24px;
}
@media screen and (min-width: 1661px) {
  .logo_description__contents_wrap__text_wrap h3 span {
    font-size: 32px;
  }
}
@media screen and (min-width: 545px) {
  .logo_description__contents_wrap__text_wrap h3 br {
    display: none;
  }
}
.logo_description__contents_wrap__text_wrap p {
  width: 100%;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .logo_description__contents_wrap__text_wrap p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1661px) {
  .logo_description__contents_wrap__text_wrap p {
    font-size: 18px;
  }
}

/*history_30th*/
.history_30th {
  margin: 100px auto 0;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 545px) {
  .history_30th {
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 700px) {
  .history_30th {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .history_30th {
    width: 680px;
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 1301px) {
  .history_30th {
    width: 900px;
    margin: 200px auto 0;
  }
}
@media screen and (min-width: 1661px) {
  .history_30th {
    width: 1180px;
    margin: 240px auto 0;
  }
}
.history_30th h2 {
  font-weight: bold;
  font-size: 22px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 545px) {
  .history_30th h2 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 700px) {
  .history_30th h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .history_30th h2 {
    font-size: 32px;
    line-height: 4.5;
  }
}
@media screen and (min-width: 1301px) {
  .history_30th h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1661px) {
  .history_30th h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 545px) {
  .history_30th h2 br {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .history_30th__contents_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1661px) {
  .history_30th__contents_wrap {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1001px) {
  .history_30th__contents_wrap__text_wrap {
    width: 50%;
  }
}
.history_30th__contents_wrap__text_wrap h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 85px auto 8px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1001px) {
  .history_30th__contents_wrap__text_wrap h3 {
    margin-top: 75px;
    text-align: left;
  }
}
@media screen and (min-width: 1661px) {
  .history_30th__contents_wrap__text_wrap h3 {
    font-size: 24px;
  }
}
.history_30th__contents_wrap__text_wrap h3 span {
  font-size: 24px;
}
@media screen and (min-width: 1661px) {
  .history_30th__contents_wrap__text_wrap h3 span {
    font-size: 32px;
  }
}
.history_30th__contents_wrap__text_wrap p {
  width: 100%;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .history_30th__contents_wrap__text_wrap p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1661px) {
  .history_30th__contents_wrap__text_wrap p {
    font-size: 18px;
  }
}

.history_30th__contents_wrap__movie_wrap {
  width: 100%;
}
.history_30th__contents_wrap__movie_wrap .scrollAnimationTarget {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.history_30th__contents_wrap__movie_wrap .scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1001px) {
  .history_30th__contents_wrap__movie_wrap {
    width: 44%;
  }
}
.history_30th__contents_wrap__movie_wrap .coming_soon {
  background-color: #bbb;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  position: relative;
  margin-top: 25px;
}
@media screen and (min-width: 1001px) {
  .history_30th__contents_wrap__movie_wrap .coming_soon {
    margin-top: 85px;
  }
}
.history_30th__contents_wrap__movie_wrap video {
  width: 100%;
  margin-top: 25px;
}
@media screen and (min-width: 1001px) {
  .history_30th__contents_wrap__movie_wrap video {
    margin-top: 85px;
  }
}
.history_30th__contents_wrap__movie_wrap p {
  color: #fff;
}

/*looking_current*/
.looking_current {
  margin: 100px auto 0;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 545px) {
  .looking_current {
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 700px) {
  .looking_current {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current {
    width: 680px;
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 1301px) {
  .looking_current {
    width: 900px;
    margin: 200px auto 0;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current {
    width: 1180px;
    margin: 240px auto 0;
  }
}
.looking_current h2 {
  font-weight: bold;
  font-size: 22px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 545px) {
  .looking_current h2 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 700px) {
  .looking_current h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current h2 {
    font-size: 32px;
    line-height: 4.5;
  }
}
@media screen and (min-width: 1301px) {
  .looking_current h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 545px) {
  .looking_current h2 br {
    display: none;
  }
}
.looking_current h3 {
  font-weight: bold;
  font-size: 32px;
  margin: 85px auto 8px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1001px) {
  .looking_current h3 {
    text-align: left;
    margin-top: 75px;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current h3 {
    font-size: 32px;
    margin-top: 135px;
  }
}
@media screen and (min-width: 545px) {
  .looking_current h3 br {
    display: none;
  }
}
.looking_current > p {
  font-size: 16px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .looking_current > p br {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current > p {
    text-align: left;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 545px) {
  .looking_current em, .looking_current .brackets {
    font-family: "Helvetica Neue";
    font-weight: 500;
  }
}

.looking_current__map_area {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1301px) {
  .looking_current__map_area {
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current__map_area {
    width: 80%;
    margin: auto;
  }
}
.looking_current__map_area .looking_current__mini_title {
  font-size: 20px;
  position: absolute;
  top: 50px;
  width: 100%;
}
@media screen and (min-width: 545px) {
  .looking_current__map_area .looking_current__mini_title {
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 700px) {
  .looking_current__map_area .looking_current__mini_title {
    width: 500px;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area .looking_current__mini_title {
    font-size: 24px;
    width: 45%;
    left: unset;
    right: unset;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current__map_area .looking_current__mini_title {
    font-size: 28px;
    top: 100px;
  }
}
.looking_current__map_area .looking_current__mini_content {
  position: absolute;
  top: 100px;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area .looking_current__mini_content {
    width: 45%;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current__map_area .looking_current__mini_content {
    top: 165px;
  }
}
.looking_current__map_area .looking_current__mini_content_icon {
  height: 50px;
}
@media screen and (min-width: 1661px) {
  .looking_current__map_area .looking_current__mini_content_icon {
    height: 70px;
  }
}
.looking_current__map_area .looking_current__mini_content_number {
  font-size: 30px;
}
.looking_current__map_area .looking_current__mini_content_number em {
  font-size: 60px;
}
@media screen and (min-width: 1661px) {
  .looking_current__map_area .looking_current__mini_content_number {
    font-size: 40px;
  }
  .looking_current__map_area .looking_current__mini_content_number em {
    font-size: 80px;
  }
}
.looking_current__map_area .remarks {
  position: absolute;
  top: 190px;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area .remarks {
    width: 45%;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current__map_area .remarks {
    font-size: 16px;
    top: 290px;
  }
}

.looking_current__map_area__map {
  width: calc(70% + 75px);
  margin: auto;
  position: relative;
  top: 230px;
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area__map {
    width: 80%;
    top: 0px;
  }
}
.looking_current__map_area__map img {
  width: 100%;
}

.looking_current__other_contents {
  width: 100%;
  margin-top: 270px;
  left: 0%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .looking_current__other_contents {
    width: 108%;
    margin-top: 20px;
    left: -4%;
  }
}
@media screen and (min-width: 1301px) {
  .looking_current__other_contents {
    width: 100%;
    margin-top: 20px;
    left: unset;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current__other_contents {
    width: 90%;
    margin: 20px auto auto;
  }
}
.looking_current__other_contents li {
  width: 100%;
  margin: 0 1.5% 40px;
}
@media screen and (min-width: 545px) {
  .looking_current__other_contents li {
    width: 80%;
  }
}
@media screen and (min-width: 700px) {
  .looking_current__other_contents li {
    width: 500px;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current__other_contents li {
    width: 30%;
  }
}
.looking_current__other_contents .type_a, .looking_current__other_contents .type_b, .looking_current__other_contents .type_d {
  padding-top: 10px;
}
.looking_current__other_contents .type_a h4, .looking_current__other_contents .type_b h4, .looking_current__other_contents .type_d h4 {
  margin-bottom: 26px;
}
@media screen and (min-width: 1661px) {
  .looking_current__other_contents .type_a h4, .looking_current__other_contents .type_b h4, .looking_current__other_contents .type_d h4 {
    margin-bottom: 42px;
  }
}
.looking_current__other_contents .type_b {
  width: 100%;
}
@media screen and (min-width: 545px) {
  .looking_current__other_contents .type_b {
    width: 80%;
  }
}
@media screen and (min-width: 700px) {
  .looking_current__other_contents .type_b {
    width: 500px;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current__other_contents .type_b {
    width: 40%;
  }
}
.looking_current__other_contents .type_d {
  width: 100%;
}
@media screen and (min-width: 545px) {
  .looking_current__other_contents .type_d {
    width: 80%;
  }
}
@media screen and (min-width: 700px) {
  .looking_current__other_contents .type_d {
    width: 500px;
  }
}
@media screen and (min-width: 1001px) {
  .looking_current__other_contents .type_d {
    width: 20%;
  }
}

.looking_current__mini_title {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  background-color: #ffa13c;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1301px) {
  .looking_current__mini_title {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1661px) {
  .looking_current__mini_title {
    font-size: 24px;
    padding: 10px 0;
    border-radius: 10px;
  }
}
.looking_current__mini_title::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50px;
  width: 20px;
  height: 10px;
  background: -webkit-linear-gradient(225deg, #ffa13c 50%, transparent 50%) top left/50% 100% no-repeat, -webkit-linear-gradient(340deg, #ffa13c 20%, transparent 25%) top right/50% 100% no-repeat;
  background: linear-gradient(225deg, #ffa13c 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(110deg, #ffa13c 20%, transparent 25%) top right/50% 100% no-repeat;
}

.looking_current__mini_content {
  margin: 15px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1661px) {
  .looking_current__mini_content {
    margin: 25px auto;
  }
}

.looking_current__mini_content_icon {
  height: 65px;
}
@media screen and (min-width: 1661px) {
  .looking_current__mini_content_icon {
    height: 80px;
  }
}
.looking_current__mini_content_icon img {
  height: 100%;
  width: auto;
}

.looking_current__mini_content_number {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  color: orangered;
  font-size: 24px;
}
.looking_current__mini_content_number em {
  font-size: 46px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 10px;
  position: relative;
  bottom: -2px;
}
@media screen and (min-width: 1661px) {
  .looking_current__mini_content_number em {
    font-size: 60px;
    margin-left: 20px;
  }
}

.remarks {
  font-size: 10px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  .remarks {
    font-size: 12px;
  }
}
@media screen and (min-width: 1661px) {
  .remarks {
    font-size: 14px;
  }
}

.brackets {
  color: #ffa13c;
  font-size: 18px;
  margin-top: 5px;
  margin-left: 10px;
}

.num03 .looking_current__mini_content_number {
  margin-left: 10px;
}
.num03 .brackets {
  margin-left: 0;
}

.num04 .looking_current__mini_content_number {
  margin-left: 10px;
}
.num04 .brackets {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  margin-left: 0;
  text-align: center;
}

@media screen and (min-width: 1661px) {
  .num09 {
    width: 35% !important;
  }
}

.num10 img {
  height: 75%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  bottom: -5px;
}
.num10 em {
  margin-left: 0;
  margin-right: -3px;
  font-size: 40px;
}
@media screen and (min-width: 545px) {
  .num10 img {
    height: 85%;
  }
  .num10 em {
    letter-spacing: -1px;
    font-size: 46px;
  }
  .num10 em:nth-of-type(1) {
    margin-left: 3px;
  }
}
@media screen and (min-width: 1001px) {
  .num10 {
    width: 45% !important;
  }
}
@media screen and (min-width: 1301px) {
  .num10 {
    width: 38% !important;
  }
}
@media screen and (min-width: 1661px) {
  .num10 {
    width: 41% !important;
  }
  .num10 em {
    font-size: 60px;
  }
}

.woman {
  margin-left: 15px;
}
@media screen and (min-width: 1001px) {
  .woman {
    margin-left: 50px;
  }
}

.looking_current .coming_soon,
.strong_spot .coming_soon,
.for_happy .coming_soon {
  width: 100%;
  background-color: #bbb;
  height: 350px;
  position: relative;
  margin-top: 25px;
}
.looking_current .coming_soon p,
.strong_spot .coming_soon p,
.for_happy .coming_soon p {
  color: #fff;
}

.looking_current .coming_soon.scrollAnimationTarget,
.strong_spot .coming_soon.scrollAnimationTarget,
.for_happy .coming_soon.scrollAnimationTarget {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.looking_current .coming_soon.scrollAnimationTarget.show,
.strong_spot .coming_soon.scrollAnimationTarget.show,
.for_happy .coming_soon.scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.looking_current .scrollAnimationTarget {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.looking_current .scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 1001px) {
  .num02.scrollAnimationTarget,
.num04.scrollAnimationTarget,
.num07.scrollAnimationTarget,
.num10.scrollAnimationTarget {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media screen and (min-width: 1001px) {
  .num05.scrollAnimationTarget,
.num08.scrollAnimationTarget {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

/*for_happy*/
.for_happy {
  margin: 50px auto 0;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 545px) {
  .for_happy {
    margin: 75px auto 0;
  }
}
@media screen and (min-width: 700px) {
  .for_happy {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .for_happy {
    width: 680px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1301px) {
  .for_happy {
    width: 900px;
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy {
    width: 1180px;
    margin: 90px auto 0;
  }
}
.for_happy h2 {
  font-weight: bold;
  font-size: 22px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 545px) {
  .for_happy h2 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 700px) {
  .for_happy h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .for_happy h2 {
    font-size: 32px;
    line-height: 4.5;
  }
}
@media screen and (min-width: 1301px) {
  .for_happy h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 545px) {
  .for_happy h2 br {
    display: none;
  }
}
.for_happy h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 85px auto 8px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1001px) {
  .for_happy h3 {
    text-align: left;
    margin-top: 100px;
  }
  .for_happy h3 br {
    display: none;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy h3 {
    font-size: 28px;
    margin-top: 135px;
  }
}
.for_happy > p {
  font-size: 16px;
  margin: 15px auto 0;
  text-align: justify;
  line-height: 1.6;
}
.for_happy > p br {
  display: none;
}
@media screen and (min-width: 1001px) {
  .for_happy > p {
    text-align: left;
  }
  .for_happy > p br {
    display: inline;
  }
  .for_happy > p br.xxl {
    display: none;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy > p {
    font-size: 20px !important;
  }
}

.for_happy__content_wrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap {
    width: 85%;
  }
  .for_happy__content_wrap.second {
    margin: 40px auto 0;
  }
}

.for_happy__content_wrap__title {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
}
.for_happy__content_wrap__title div:nth-of-type(1) {
  width: 100%;
  text-align: center;
  background-color: #f08300;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .for_happy__content_wrap__title div:nth-of-type(1) {
    font-size: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__title div:nth-of-type(1) {
    width: auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__title div:nth-of-type(1) {
    font-size: 22px;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__title div:nth-of-type(1) {
    font-size: 24px;
    padding: 8px 20px;
    border-radius: 8px;
  }
}
.for_happy__content_wrap__title div:nth-of-type(2) {
  color: #f08300;
  font-size: 14px;
  position: relative;
  margin: 3px auto;
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__title div:nth-of-type(2) {
    right: -3px;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__title div:nth-of-type(2) {
    font-size: 18px;
  }
}
.for_happy__content_wrap__title div:nth-of-type(2) span {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__title div:nth-of-type(2) span {
    display: inline-block;
    -webkit-transform: rotate(-90deg) scaleY(0.8);
            transform: rotate(-90deg) scaleY(0.8);
  }
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__title div:nth-of-type(2) span:nth-of-type(2) {
    left: -3px;
  }
}
.for_happy__content_wrap__title div:nth-of-type(2) span:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__title div:nth-of-type(2) span:nth-of-type(3) {
    display: inline-block;
    left: -6px;
  }
}
.for_happy__content_wrap__title div:nth-of-type(3) {
  font-size: 17px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  border: 6px double orangered;
}
@media screen and (min-width: 400px) {
  .for_happy__content_wrap__title div:nth-of-type(3) {
    font-size: 22px;
  }
}
@media screen and (min-width: 545px) {
  .for_happy__content_wrap__title div:nth-of-type(3) {
    font-size: 26px;
  }
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__title div:nth-of-type(3) {
    width: auto;
    font-size: 19px;
  }
  .for_happy__content_wrap__title div:nth-of-type(3) br {
    display: none;
  }
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__title div:nth-of-type(3) {
    font-size: 26px;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__title div:nth-of-type(3) {
    font-size: 28px;
    padding: 5px 30px;
    border-radius: 10px;
  }
}

.for_happy__content_wrap__list {
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__list {
    width: 90%;
    margin: 50px auto;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__list {
    width: 100%;
    position: relative;
    left: 50px;
  }
}
.for_happy__content_wrap__list li {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__list li {
    text-align: left;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__list li {
    margin-bottom: 40px;
  }
}
.for_happy__content_wrap__list em {
  font-size: 60px;
  color: #f4b4d0;
  position: relative;
  bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__list em {
    bottom: 0;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__list em {
    font-size: 85px;
  }
}
.for_happy__content_wrap__list span {
  font-size: 30px;
}
.for_happy__content_wrap__list p {
  font-size: 18px;
  display: inline-block;
  position: relative;
  bottom: 15px;
  line-height: 1.6;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .for_happy__content_wrap__list p {
    font-size: 22px;
  }
}
@media screen and (min-width: 545px) {
  .for_happy__content_wrap__list p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__list p {
    margin-left: 20px;
    font-size: 24px;
    width: auto;
  }
  .for_happy__content_wrap__list p br {
    display: none;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__list p {
    font-size: 28px;
  }
}
.for_happy__content_wrap__list div {
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #f4b4d0), color-stop(60%, #f4b4d0), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #f4b4d0 40%, #f4b4d0 60%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #f4b4d0 40%, #f4b4d0 60%, transparent 100%);
  position: relative;
  bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__list div {
    margin-left: 70px;
    background: -webkit-gradient(linear, left top, right top, from(#f4b4d0), to(transparent));
    background: -webkit-linear-gradient(left, #f4b4d0 0%, transparent 100%);
    background: linear-gradient(to right, #f4b4d0 0%, transparent 100%);
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__list div {
    margin-left: 85px;
  }
}
.for_happy__content_wrap__list li:nth-of-type(2) em {
  color: #c0dd98;
}
.for_happy__content_wrap__list li:nth-of-type(2) div {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #c0dd98), color-stop(60%, #c0dd98), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #c0dd98 40%, #c0dd98 60%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #c0dd98 40%, #c0dd98 60%, transparent 100%);
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__list li:nth-of-type(2) div {
    background: -webkit-gradient(linear, left top, right top, from(#c0dd98), to(transparent));
    background: -webkit-linear-gradient(left, #c0dd98 0%, transparent 100%);
    background: linear-gradient(to right, #c0dd98 0%, transparent 100%);
  }
}
.for_happy__content_wrap__list li:nth-of-type(3) em {
  color: #9fd9f6;
}
.for_happy__content_wrap__list li:nth-of-type(3) div {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #9fd9f6), color-stop(60%, #9fd9f6), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #9fd9f6 40%, #9fd9f6 60%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #9fd9f6 40%, #9fd9f6 60%, transparent 100%);
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__list li:nth-of-type(3) div {
    background: -webkit-gradient(linear, left top, right top, from(#9fd9f6), to(transparent));
    background: -webkit-linear-gradient(left, #9fd9f6 0%, transparent 100%);
    background: linear-gradient(to right, #9fd9f6 0%, transparent 100%);
  }
}

.letter_space_narrow {
  letter-spacing: 0.03em;
}

.letter_size_small {
  font-size: 15px !important;
  line-height: 1.4;
}

.ring_bg_01 {
  position: absolute;
  bottom: 90px;
}
@media screen and (min-width: 1001px) {
  .ring_bg_01 {
    top: 120px;
  }
}
@media screen and (min-width: 1301px) {
  .ring_bg_01 {
    top: 90px;
  }
}
.ring_bg_01 img {
  width: 100%;
}

.ring_bg_02 {
  position: absolute;
  width: 110%;
  bottom: -10px;
  left: -5%;
}
@media screen and (min-width: 1001px) {
  .ring_bg_02 {
    top: 170px;
  }
}
@media screen and (min-width: 1301px) {
  .ring_bg_02 {
    top: 140px;
  }
}
.ring_bg_02 img {
  width: 100%;
  position: relative;
}

.for_happy__content_wrap__important_list {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__important_list {
    width: 90%;
    margin: 50px auto;
  }
}
.for_happy__content_wrap__important_list li {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 400px) {
  .for_happy__content_wrap__important_list li {
    width: calc(300px + 5vw);
  }
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__important_list li {
    width: 45%;
  }
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__important_list li {
    margin-bottom: 80px;
  }
}
.for_happy__content_wrap__important_list li > img {
  width: 100%;
  position: absolute;
  opacity: 0.9;
}
.for_happy__content_wrap__important_list h4 {
  padding-top: 10px;
  position: relative;
  left: -5px;
  margin: auto;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 545px) {
  .for_happy__content_wrap__important_list h4 {
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__important_list h4 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__important_list h4 {
    padding-top: 30px;
  }
}
.for_happy__content_wrap__important_list h4 img {
  display: inline-block;
  width: 40px;
}
.for_happy__content_wrap__important_list p {
  margin-top: 15px;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}

.for_happy__content_wrap__main_text {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 400px) {
  .for_happy__content_wrap__main_text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .for_happy__content_wrap__main_text {
    font-size: 22px;
  }
}
.for_happy__content_wrap__main_text.first {
  margin: 25px auto 60px;
}
@media screen and (min-width: 1301px) {
  .for_happy__content_wrap__main_text {
    bottom: 30px;
  }
  .for_happy__content_wrap__main_text.first {
    bottom: 45px;
  }
}
@media screen and (min-width: 1661px) {
  .for_happy__content_wrap__main_text {
    bottom: 18px;
    font-size: 26px;
  }
  .for_happy__content_wrap__main_text.first {
    bottom: 40px;
  }
}

.for_happy .scrollAnimationTarget {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.for_happy .scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1001px) {
  .for_happy .scrollAnimationTarget.delay {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

/*strong_spot*/
.strong_spot {
  margin: 100px auto 50px;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 545px) {
  .strong_spot {
    margin: 150px auto 75px;
  }
}
@media screen and (min-width: 700px) {
  .strong_spot {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .strong_spot {
    width: 680px;
    margin: 150px auto 75px;
  }
}
@media screen and (min-width: 1301px) {
  .strong_spot {
    width: 900px;
    margin: 200px auto 100px;
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot {
    width: 1180px;
    margin: 240px auto 120px;
  }
}
.strong_spot h2 {
  font-weight: bold;
  font-size: 22px;
  margin: auto;
  text-align: center;
  line-height: 3;
}
@media screen and (min-width: 545px) {
  .strong_spot h2 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 700px) {
  .strong_spot h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .strong_spot h2 {
    font-size: 32px;
    line-height: 4.5;
  }
}
@media screen and (min-width: 1301px) {
  .strong_spot h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot h2 {
    font-size: 44px;
  }
}
.strong_spot h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 85px auto 8px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1001px) {
  .strong_spot h3 {
    text-align: left;
    margin-top: 75px;
  }
  .strong_spot h3 br {
    display: none;
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot h3 {
    font-size: 28px;
    margin-top: 135px;
  }
}
.strong_spot h3 span {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1661px) {
  .strong_spot h3 span {
    font-size: 22px;
    color: rgb;
  }
}

.strong_spot__first_box {
  width: 85vw;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  margin-top: 50px;
  min-height: 50px;
  border-radius: 40px;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(252, 215, 102, 0.9)), color-stop(50%, rgba(254, 248, 229, 0.9)), to(rgba(252, 215, 102, 0.9)));
  background: -webkit-linear-gradient(left, rgba(252, 215, 102, 0.9) 0%, rgba(254, 248, 229, 0.9) 50%, rgba(252, 215, 102, 0.9) 100%);
  background: linear-gradient(to right, rgba(252, 215, 102, 0.9) 0%, rgba(254, 248, 229, 0.9) 50%, rgba(252, 215, 102, 0.9) 100%);
}
.strong_spot__first_box.dai9ji {
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 243, 255, 0.9)), color-stop(50%, rgba(242, 252, 255, 0.9)), to(rgba(217, 243, 255, 0.9)));
  background: -webkit-linear-gradient(left, rgba(217, 243, 255, 0.9) 0%, rgba(242, 252, 255, 0.9) 50%, rgba(217, 243, 255, 0.9) 100%);
  background: linear-gradient(to right, rgba(217, 243, 255, 0.9) 0%, rgba(242, 252, 255, 0.9) 50%, rgba(217, 243, 255, 0.9) 100%);
}
@media screen and (min-width: 1001px) {
  .strong_spot__first_box {
    width: 680px;
  }
}
@media screen and (min-width: 1301px) {
  .strong_spot__first_box {
    width: 900px;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot__first_box {
    width: 1180px;
  }
}

.strong_spot__second_box {
  width: calc(85vw - 30px);
  min-height: 50px;
  border-radius: 30px;
  margin: auto;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 120, 29, 0.6)), color-stop(50%, rgba(253, 240, 230, 0.6)), to(rgba(238, 120, 29, 0.6)));
  background: -webkit-linear-gradient(left, rgba(238, 120, 29, 0.6) 0%, rgba(253, 240, 230, 0.6) 50%, rgba(238, 120, 29, 0.6) 100%);
  background: linear-gradient(to right, rgba(238, 120, 29, 0.6) 0%, rgba(253, 240, 230, 0.6) 50%, rgba(238, 120, 29, 0.6) 100%);
}
.dai9ji .strong_spot__second_box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(171, 212, 255, 0.6)), color-stop(50%, rgba(232, 248, 255, 0.6)), to(rgba(171, 212, 255, 0.6)));
  background: -webkit-linear-gradient(left, rgba(171, 212, 255, 0.6) 0%, rgba(232, 248, 255, 0.6) 50%, rgba(171, 212, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(171, 212, 255, 0.6) 0%, rgba(232, 248, 255, 0.6) 50%, rgba(171, 212, 255, 0.6) 100%);
}
@media screen and (min-width: 1001px) {
  .strong_spot__second_box {
    width: calc(680px - 30px);
  }
}
@media screen and (min-width: 1301px) {
  .strong_spot__second_box {
    width: calc(900px - 30px);
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot__second_box {
    width: calc(1180px - 30px);
  }
}

.strong_spot__third_box {
  width: calc(85vw - 60px);
  min-height: 50px;
  border-radius: 20px;
  margin: auto;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 120, 29, 0.6)), color-stop(50%, rgba(253, 240, 230, 0.6)), to(rgba(238, 120, 29, 0.6)));
  background: -webkit-linear-gradient(left, rgba(238, 120, 29, 0.6) 0%, rgba(253, 240, 230, 0.6) 50%, rgba(238, 120, 29, 0.6) 100%);
  background: linear-gradient(to right, rgba(238, 120, 29, 0.6) 0%, rgba(253, 240, 230, 0.6) 50%, rgba(238, 120, 29, 0.6) 100%);
}
@media screen and (min-width: 1001px) {
  .strong_spot__third_box {
    width: calc(680px - 60px);
  }
}
@media screen and (min-width: 1301px) {
  .strong_spot__third_box {
    width: calc(900px - 60px);
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot__third_box {
    width: calc(1180px - 60px);
  }
}

.strong_spot__last_box {
  width: calc(85vw - 90px);
  min-height: 50px;
  border-radius: 10px;
  margin: auto;
  padding-bottom: 15px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1001px) {
  .strong_spot__last_box {
    width: calc(680px - 90px);
  }
}
@media screen and (min-width: 1301px) {
  .strong_spot__last_box {
    width: calc(900px - 90px);
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot__last_box {
    width: calc(1180px - 90px);
  }
}

.strong_spot__box_main_text {
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .strong_spot__box_main_text .md {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .strong_spot__box_main_text br {
    display: none;
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot__box_main_text {
    font-size: 26px;
    padding: 30px 0;
  }
}
.strong_spot__box_main_text span {
  display: inline-block;
  margin-bottom: 10px;
}
.strong_spot__box_main_text.last {
  padding: 20px 0 0;
}
.strong_spot__box_main_text.last2 {
  padding: 10px 0 0;
  font-size: 18px;
}
@media screen and (min-width: 1301px) {
  .strong_spot__box_main_text.last2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1661px) {
  .strong_spot__box_main_text.last2 {
    font-size: 22px;
  }
}

.four_no1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.four_no1 li {
  width: 40%;
  color: #e8380d;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ffbf40;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f198), to(#fff));
  background: -webkit-linear-gradient(bottom, #f8f198 0%, #fff 100%);
  background: linear-gradient(to top, #f8f198 0%, #fff 100%);
  font-size: 18px;
  padding: 4px;
  text-align: center;
  margin: 7px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 545px) {
  .four_no1 li {
    font-size: 22px;
  }
}
@media screen and (min-width: 1001px) {
  .four_no1 li {
    width: 120px;
  }
}
@media screen and (min-width: 1301px) {
  .four_no1 li {
    width: 165px;
    font-size: 24px;
    padding: 6px;
  }
}
@media screen and (min-width: 1661px) {
  .four_no1 li {
    margin: 15px;
    width: 200px;
    font-size: 26px;
  }
}

.five_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px auto;
}
.five_view li {
  width: 92%;
  color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  font-size: 18px;
  padding: 4px 10px;
  text-align: center;
  margin: 7px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 545px) {
  .five_view li {
    width: 80%;
    padding: 7px 10px;
    width: 40%;
  }
}
@media screen and (min-width: 700px) {
  .five_view li {
    padding: 7px 10px;
    width: 40%;
  }
}
@media screen and (min-width: 1001px) {
  .five_view li {
    width: auto;
  }
}
@media screen and (min-width: 1301px) {
  .five_view li {
    font-size: 22px;
    padding: 6px 40px;
  }
}
@media screen and (min-width: 1661px) {
  .five_view li {
    font-size: 24px;
    padding: 6px 60px;
    margin: 15px;
  }
}
.five_view li:nth-of-type(1) {
  background: -webkit-gradient(linear, left bottom, left top, from(#6fba2f), to(#c2da69));
  background: -webkit-linear-gradient(bottom, #6fba2f 0%, #c2da69 100%);
  background: linear-gradient(to top, #6fba2f 0%, #c2da69 100%);
}
.five_view li:nth-of-type(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(#e8390d), to(#f08300));
  background: -webkit-linear-gradient(bottom, #e8390d 0%, #f08300 100%);
  background: linear-gradient(to top, #e8390d 0%, #f08300 100%);
}
@media screen and (min-width: 1001px) {
  .five_view li:nth-of-type(2) {
    margin: auto 40px;
  }
}
.five_view li:nth-of-type(3) {
  background: -webkit-gradient(linear, left bottom, left top, from(#3d62ad), to(#65aadd));
  background: -webkit-linear-gradient(bottom, #3d62ad 0%, #65aadd 100%);
  background: linear-gradient(to top, #3d62ad 0%, #65aadd 100%);
}
.five_view li:nth-of-type(4) {
  background: -webkit-gradient(linear, left bottom, left top, from(#c88c0e), to(#f5cd00));
  background: -webkit-linear-gradient(bottom, #c88c0e 0%, #f5cd00 100%);
  background: linear-gradient(to top, #c88c0e 0%, #f5cd00 100%);
}
.five_view li:nth-of-type(5) {
  background: -webkit-gradient(linear, left bottom, left top, from(#7d4698), to(#ba79b1));
  background: -webkit-linear-gradient(bottom, #7d4698 0%, #ba79b1 100%);
  background: linear-gradient(to top, #7d4698 0%, #ba79b1 100%);
}

.dai9ji .five_view li:nth-of-type(1) {
  background: -webkit-gradient(linear, left bottom, left top, from(#e8390d), to(#f08300));
  background: -webkit-linear-gradient(bottom, #e8390d 0%, #f08300 100%);
  background: linear-gradient(to top, #e8390d 0%, #f08300 100%);
}
.dai9ji .five_view li:nth-of-type(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(#7d4698), to(#ba79b1));
  background: -webkit-linear-gradient(bottom, #7d4698 0%, #ba79b1 100%);
  background: linear-gradient(to top, #7d4698 0%, #ba79b1 100%);
}
.dai9ji .five_view li:nth-of-type(3) {
  background: -webkit-gradient(linear, left bottom, left top, from(#3d62ad), to(#65aadd));
  background: -webkit-linear-gradient(bottom, #3d62ad 0%, #65aadd 100%);
  background: linear-gradient(to top, #3d62ad 0%, #65aadd 100%);
}
.dai9ji .five_view li:nth-of-type(4) {
  background: -webkit-gradient(linear, left bottom, left top, from(#6fba2f), to(#c2da69));
  background: -webkit-linear-gradient(bottom, #6fba2f 0%, #c2da69 100%);
  background: linear-gradient(to top, #6fba2f 0%, #c2da69 100%);
}
.dai9ji .five_view li:nth-of-type(5) {
  background: -webkit-gradient(linear, left bottom, left top, from(#c88c0e), to(#f5cd00));
  background: -webkit-linear-gradient(bottom, #c88c0e 0%, #f5cd00 100%);
  background: linear-gradient(to top, #c88c0e 0%, #f5cd00 100%);
}

.strong_spot__last_text {
  text-align: center;
  font-size: 16px;
  margin: 15px auto;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 1661px) {
  .strong_spot__last_text {
    font-size: 20px;
  }
}

/*footer_logomark*/
.footer_logomark {
  margin: 100px auto 0;
  width: 85%;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .footer_logomark {
    margin-top: 125px;
  }
}
@media screen and (min-width: 1661px) {
  .footer_logomark {
    margin-top: 160px;
  }
}
.footer_logomark img {
  width: 130px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1661px) {
  .footer_logomark img {
    width: 180px;
  }
}

.strong_spot .scrollAnimationTarget {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.strong_spot .scrollAnimationTarget.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1001px) {
  .strong_spot .scrollAnimationTarget.delay {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (min-width: 1001px) {
  .strong_spot .scrollAnimationTarget.delay2 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 1001px) {
  .strong_spot .scrollAnimationTarget.delay3 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

/*動きなどの部分*/
#logo_corporate_svg {
  text-align: center;
}
#logo_corporate_svg svg {
  width: 190px;
}
@media screen and (min-width: 1001px) {
  #logo_corporate_svg svg {
    width: 200px;
  }
}
@media screen and (min-width: 1661px) {
  #logo_corporate_svg svg {
    width: 240px;
  }
}

.footer_logomark svg path,
.footer_logomark svg polygon {
  opacity: 0;
}

.footer_logomark.show svg path,
.footer_logomark.show svg polygon {
  /* fill: none; */
  fill: #000;
  opacity: 1;
  fill-opacity: 0;
  stroke: #000;
  stroke-width: 1px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: 2s ease-in forwards 0.5s logoAnimation;
          animation: 2s ease-in forwards 0.5s logoAnimation;
}

.logo_red {
  fill: #D80C18 !important;
  stroke: #D80C18 !important;
}

.logo_green {
  fill: #009143 !important;
  stroke: #009143 !important;
}

.logo_yellow {
  fill: #FABD00 !important;
  stroke: #FABD00 !important;
}

@-webkit-keyframes logoAnimation {
  0% {
    stroke-dashoffset: 1000;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  95% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0px;
  }
}

@keyframes logoAnimation {
  0% {
    stroke-dashoffset: 1000;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  95% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0px;
  }
}
/*糸の動き スマホ*/
.main_title .string_box_sp {
  position: absolute;
  left: -120px;
  top: 430px;
}
@media screen and (min-width: 545px) {
  .main_title .string_box_sp {
    top: 365px;
  }
}
@media screen and (min-width: 700px) {
  .main_title .string_box_sp {
    top: 380px;
  }
}
@media screen and (min-width: 1001px) {
  .main_title .string_box_sp {
    display: none;
  }
}
.main_title .string_box_sp svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 380px;
}

.string_box_sp__wrap_odd {
  position: relative;
  height: 100px;
  margin: 70px auto;
}
@media screen and (min-width: 545px) {
  .string_box_sp__wrap_odd {
    margin: 100px auto;
  }
}
@media screen and (min-width: 700px) {
  .string_box_sp__wrap_odd {
    margin: 100px auto 200px;
  }
}
@media screen and (min-width: 1001px) {
  .string_box_sp__wrap_odd {
    display: none;
  }
}
.string_box_sp__wrap_odd .string_box_sp {
  position: absolute;
  top: 50px;
  left: -90px;
  width: 33%;
  margin: auto;
}
@media screen and (min-width: 545px) {
  .string_box_sp__wrap_odd .string_box_sp {
    left: -120px;
  }
}
@media screen and (min-width: 700px) {
  .string_box_sp__wrap_odd .string_box_sp {
    left: -170px;
  }
}
.string_box_sp__wrap_odd .string_box_sp svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .string_box_sp__wrap_odd .string_box_sp svg {
    width: 100%;
  }
}

.string_box_sp__wrap_even {
  position: relative;
  height: 100px;
  margin: 70px auto;
}
@media screen and (min-width: 545px) {
  .string_box_sp__wrap_even {
    margin: 100px auto;
  }
}
@media screen and (min-width: 700px) {
  .string_box_sp__wrap_even {
    margin: 200px auto 100px;
  }
}
@media screen and (min-width: 1001px) {
  .string_box_sp__wrap_even {
    display: none;
  }
}
.string_box_sp__wrap_even .string_box_sp {
  position: absolute;
  top: 60px;
  right: -90px;
  width: 33%;
  margin: auto;
}
@media screen and (min-width: 545px) {
  .string_box_sp__wrap_even .string_box_sp {
    right: -120px;
  }
}
@media screen and (min-width: 700px) {
  .string_box_sp__wrap_even .string_box_sp {
    right: -170px;
  }
}
.string_box_sp__wrap_even .string_box_sp svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .string_box_sp__wrap_even .string_box_sp svg {
    width: 100%;
  }
}

/*糸の動き パソコン*/
.string_box_pc {
  display: none;
}
@media screen and (min-width: 1001px) {
  .string_box_pc {
    display: block;
    position: absolute;
    width: 100%;
    top: 240px;
  }
  .string_box_pc svg {
    position: absolute;
  }
}

.string_box_pc__left_box .string_box_pc__img_cracker {
  position: relative;
}
.string_box_pc__left_box .string_box_pc__img_cracker img {
  position: absolute;
  width: 150px;
  left: -780px;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1301px) {
  .string_box_pc__left_box .string_box_pc__img_cracker img {
    left: -980px;
  }
}
@media screen and (min-width: 1661px) {
  .string_box_pc__left_box .string_box_pc__img_cracker img {
    left: -1250px;
  }
}
.string_box_pc__left_box .string_box_pc__group_wrap {
  width: 100%;
}
.string_box_pc__left_box .string_box_pc__group_wrap svg {
  left: -815px;
  right: 0;
  margin: auto;
  width: 200px;
}
@media screen and (min-width: 1301px) {
  .string_box_pc__left_box .string_box_pc__group_wrap svg {
    left: -1100px;
  }
}
@media screen and (min-width: 1661px) {
  .string_box_pc__left_box .string_box_pc__group_wrap svg {
    left: -1450px;
  }
}
.string_box_pc__left_box .string_box_pc__group_wrap svg:nth-of-type(1) {
  top: 50px;
}

.string_box_pc__right_box .string_box_pc__img_cracker {
  position: relative;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.string_box_pc__right_box .string_box_pc__img_cracker img {
  position: absolute;
  width: 150px;
  left: -780px;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1301px) {
  .string_box_pc__right_box .string_box_pc__img_cracker img {
    left: -980px;
  }
}
@media screen and (min-width: 1661px) {
  .string_box_pc__right_box .string_box_pc__img_cracker img {
    left: -1250px;
  }
}
.string_box_pc__right_box .string_box_pc__group_wrap {
  width: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.string_box_pc__right_box .string_box_pc__group_wrap svg {
  left: -815px;
  right: 0;
  margin: auto;
  width: 200px;
}
@media screen and (min-width: 1301px) {
  .string_box_pc__right_box .string_box_pc__group_wrap svg {
    left: -1100px;
  }
}
@media screen and (min-width: 1661px) {
  .string_box_pc__right_box .string_box_pc__group_wrap svg {
    left: -1450px;
  }
}
.string_box_pc__right_box .string_box_pc__group_wrap svg:nth-of-type(1) {
  top: 50px;
}

#last_string_target {
  width: 100%;
  position: relative;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  top: -30px;
}
#last_string_target svg {
  width: 300px;
  position: absolute;
  left: -45px;
  top: 35px;
}
@media screen and (min-width: 1001px) {
  #last_string_target svg {
    width: 400px;
    position: absolute;
    left: -610px;
    right: 0;
    margin: auto;
    top: 40px;
  }
}
@media screen and (min-width: 1301px) {
  #last_string_target svg {
    width: 550px;
    left: -735px;
    top: -25px;
  }
}
@media screen and (min-width: 1661px) {
  #last_string_target svg {
    width: 750px;
    left: -970px;
    top: 15px;
  }
}

.mirror {
  display: none;
}
@media screen and (min-width: 1001px) {
  .mirror {
    display: block;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-transform-origin: right;
            transform-origin: right;
    left: 0 !important;
    right: 190px !important;
  }
}
@media screen and (min-width: 1301px) {
  .mirror {
    right: 365px !important;
  }
}
@media screen and (min-width: 1661px) {
  .mirror {
    right: 540px !important;
  }
}

/*糸のアニメーション*/
.stringTarget.stringAnimationTarget .string_blue,
.stringTarget.stringAnimationTarget .string_yellow,
.stringTarget.stringAnimationTarget .string_green,
.stringTarget.stringAnimationTarget .string_red {
  fill-opacity: 0;
  height: 0;
}

.stringTarget.stringAnimationTarget.show .string_blue {
  -webkit-animation: 0.5s ease-in forwards 3s blueAnimation;
          animation: 0.5s ease-in forwards 3s blueAnimation;
}
@-webkit-keyframes blueAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
@keyframes blueAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
.stringTarget.stringAnimationTarget.show .string_yellow {
  -webkit-animation: 1s ease-in forwards 2s yellowAnimation;
          animation: 1s ease-in forwards 2s yellowAnimation;
}
@-webkit-keyframes yellowAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
@keyframes yellowAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
.stringTarget.stringAnimationTarget.show .string_green {
  -webkit-animation: 1.5s ease-in forwards 1.5s greenAnimation;
          animation: 1.5s ease-in forwards 1.5s greenAnimation;
}
@-webkit-keyframes greenAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
@keyframes greenAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
.stringTarget.stringAnimationTarget.show .string_red {
  -webkit-animation: 3s ease-in forwards 0.8s redAnimation;
          animation: 3s ease-in forwards 0.8s redAnimation;
}
@-webkit-keyframes redAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}
@keyframes redAnimation {
  0% {
    fill-opacity: 0;
    height: 0;
  }
  100% {
    fill-opacity: 1;
    height: 100%;
  }
}

/*サイド部分のキラキラ*/
.shiny_box_pc {
  display: none;
}
@media screen and (min-width: 1001px) {
  .shiny_box_pc {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
  }
}

.shiny_box_pc img {
  position: absolute;
  opacity: 0;
  -webkit-animation: 2.5s ease-in forwards shineAnimation;
          animation: 2.5s ease-in forwards shineAnimation;
}

@-webkit-keyframes shineAnimation {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shineAnimation {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shiny_box_pc__left_box {
  width: 160px;
  height: 100vh;
  position: absolute;
  right: 0;
  left: -900px;
  margin: auto;
}
@media screen and (min-width: 1301px) {
  .shiny_box_pc__left_box {
    left: -1180px;
  }
}
@media screen and (min-width: 1661px) {
  .shiny_box_pc__left_box {
    left: -1520px;
  }
}

.shiny_box_pc__right_box {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 160px;
  height: 100vh;
  position: absolute;
  right: -900px;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1301px) {
  .shiny_box_pc__right_box {
    right: -1180px;
  }
}
@media screen and (min-width: 1661px) {
  .shiny_box_pc__right_box {
    right: -1520px;
  }
}

.looking_current__map_area__track {
  position: absolute;
  top: calc(60% + 230px);
  right: 35%;
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area__track {
    display: block;
    top: 60%;
    right: 35%;
  }
}
.looking_current__map_area__track > img {
  width: 60px;
}
.looking_current__map_area__track div {
  position: absolute;
  width: 60px;
  height: 30px;
  top: 0;
}
.looking_current__map_area__track div img {
  position: absolute;
  left: 35%;
  top: 3px;
  width: 12px;
  -webkit-transition: 2s;
  transition: 2s;
}

.looking_current__map_area__track_r {
  position: absolute;
  top: calc(55% + 230px);
  right: 30%;
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area__track_r {
    display: block;
    top: 55%;
    right: 30%;
  }
}
.looking_current__map_area__track_r > img {
  width: 60px;
}
.looking_current__map_area__track_r div {
  position: absolute;
  width: 60px;
  height: 30px;
  top: 0;
}
.looking_current__map_area__track_r div img {
  position: absolute;
  left: 45%;
  top: 3px;
  width: 12px;
  -webkit-transition: 2s;
  transition: 2s;
}

.looking_current__map_area__track {
  -webkit-transition: 1.7s ease-in-out;
  transition: 1.7s ease-in-out;
}
.looking_current__map_area__track.move1 {
  top: calc(64% + 230px);
  right: calc(41% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move1 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move2 {
  top: calc(65% + 230px);
  right: calc(52% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move2 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move3 {
  top: calc(68% + 230px);
  right: calc(66% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move3 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move4 {
  top: calc(73% + 230px);
  right: calc(74% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move4 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move5 {
  top: calc(83% + 230px);
  right: calc(75% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move5 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move6 {
  top: calc(83% + 230px);
  right: calc(75% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move6 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move7 {
  top: calc(73% + 230px);
  right: calc(74% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move7 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move8 {
  top: calc(68% + 230px);
  right: calc(66% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move8 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move9 {
  top: calc(65% + 230px);
  right: calc(52% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move9 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move10 {
  top: calc(64% + 230px);
  right: calc(41% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move10 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move11 {
  top: calc(57% + 230px);
  right: calc(31% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move11 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move12 {
  top: calc(41% + 230px);
  right: calc(24% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move12 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move13 {
  top: calc(12% + 230px);
  right: calc(22% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move13 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track.move14 {
  top: calc(12% + 230px);
  right: calc(22% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move14 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move15 {
  top: calc(41% + 230px);
  right: calc(24% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move15 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move16 {
  top: calc(57% + 230px);
  right: calc(31% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track.move16 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area__track.move1 {
    top: 64%;
    right: 41%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move1 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move2 {
    top: 65%;
    right: 52%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move2 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move3 {
    top: 68%;
    right: 66%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move3 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move4 {
    top: 73%;
    right: 74%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move4 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move5 {
    top: 83%;
    right: 75%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move5 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move6 {
    top: 83%;
    right: 75%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move6 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move7 {
    top: 73%;
    right: 74%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move7 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move8 {
    top: 68%;
    right: 66%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move8 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move9 {
    top: 65%;
    right: 52%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move9 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move10 {
    top: 64%;
    right: 41%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move10 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move11 {
    top: 57%;
    right: 31%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move11 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move12 {
    top: 41%;
    right: 24%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move12 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move13 {
    top: 12%;
    right: 22%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move13 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track.move14 {
    top: 12%;
    right: 22%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move14 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move15 {
    top: 41%;
    right: 24%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move15 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move16 {
    top: 57%;
    right: 31%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track.move16 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.looking_current__map_area__track_r {
  -webkit-transition: 1.7s ease-in-out;
  transition: 1.7s ease-in-out;
}
.looking_current__map_area__track_r.move1 {
  top: calc(41% + 230px);
  right: calc(24% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move1 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move2 {
  top: calc(12% + 230px);
  right: calc(22% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move2 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move3 {
  top: calc(12% + 230px);
  right: calc(22% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move3 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move4 {
  top: calc(41% + 230px);
  right: calc(24% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move4 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move5 {
  top: calc(57% + 230px);
  right: calc(31% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move5 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move6 {
  top: calc(64% + 230px);
  right: calc(41% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move6 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move7 {
  top: calc(65% + 230px);
  right: calc(52% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move7 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move8 {
  top: calc(68% + 230px);
  right: calc(66% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move8 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move9 {
  top: calc(73% + 230px);
  right: calc(74% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move9 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move10 {
  top: calc(83% + 230px);
  right: calc(75% - 16px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move10 div img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.looking_current__map_area__track_r.move11 {
  top: calc(83% + 230px);
  right: calc(75% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move11 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move12 {
  top: calc(73% + 230px);
  right: calc(74% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move12 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move13 {
  top: calc(68% + 230px);
  right: calc(66% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move13 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move14 {
  top: calc(65% + 230px);
  right: calc(52% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move14 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move15 {
  top: calc(64% + 230px);
  right: calc(41% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move15 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move16 {
  top: calc(57% + 230px);
  right: calc(31% - 16px);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.looking_current__map_area__track_r.move16 div img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 1001px) {
  .looking_current__map_area__track_r.move1 {
    top: 41%;
    right: 24%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move1 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move2 {
    top: 12%;
    right: 22%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move2 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move3 {
    top: 12%;
    right: 22%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move3 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move4 {
    top: 41%;
    right: 24%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move4 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move5 {
    top: 57%;
    right: 31%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move5 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move6 {
    top: 64%;
    right: 41%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move6 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move7 {
    top: 65%;
    right: 52%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move7 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move8 {
    top: 68%;
    right: 66%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move8 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move9 {
    top: 73%;
    right: 74%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move9 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move10 {
    top: 83%;
    right: 75%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move10 div img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .looking_current__map_area__track_r.move11 {
    top: 83%;
    right: 75%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move11 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move12 {
    top: 73%;
    right: 74%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move12 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move13 {
    top: 68%;
    right: 66%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move13 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move14 {
    top: 65%;
    right: 52%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move14 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move15 {
    top: 64%;
    right: 41%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move15 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move16 {
    top: 57%;
    right: 31%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .looking_current__map_area__track_r.move16 div img {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}