body {
  background: #FFFFFF;
}
.no_link {
  color: rgba(169, 169, 169, 1.00);
}
.effect {
  opacity: 0;
  transition: 1s;
}
.effect.is-show {
  opacity: 1;
}
.effect02 {
  transition: 2s;
}
.effect02.is-show {
  left: 0%;
  opacity: 0.5;
}
.fadeIn_left {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.5s;
}
.fadeIn_left.is-show {
  transform: translateX(0px);
  opacity: 1;
}
.effect03 {
  transition: 1s;
  clip-path: inset(-100% 100% 0 0);
}
.effect03.is-show {
  clip-path: inset(-100% 0 0 0);
}
.effect03.is-show.clip_none {
  clip-path: none;
}
.effect04 {
  transition: 4s;
  clip-path: inset(0 100% 0 0);
}
.effect04.is-show {
  clip-path: inset(0);
}
.effect05 {
  opacity: 0;
  transition: 1s;
}
.effect05.is-show {
  opacity: 1;
}
.sp_effect01 {
  transition: 3s;
  clip-path: inset(0 100% 0 0);
}
.sp_effect01.is-show {
  clip-path: inset(0);
}
.sp_effect02 {
  transition: 2s;
  clip-path: inset(0 100% 0 0);
}
.sp_effect02.is-show {
  clip-path: inset(0);
}
.sp_effect03 {
  transition: 2s;
  clip-path: inset(0 100% 0 0);
}
.sp_effect03.is-show {
  clip-path: inset(0);
}
.mainvisual_area {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.00);
  padding-top: 144px;
  user-select: none;
}
.mainvisual_image_area {
  position: relative;
  z-index: 20;
  max-width: 1825px;
  height: 1027px;
  margin: 0 auto;
  background-image: url("../../img/top/mainvisual.jpg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvisual_decobottom_area {
  position: absolute;
  width: 100%;
  /*height: 480px;*/
  height: 680px;
  bottom: -200px;
  left: 0;
  background: #e0f1f4;
  z-index: 10;
}
.mainvisual_contens_area {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainvisual_text_area {
  position: relative;
  padding-top: 114px;
  max-width: 1950px;
  height: 1027px;
  margin: 0 auto;
}
.mainvisual_catchcopy_area {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 45px;
}
.mainvisual_logo_area {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 539px;
  margin-left: 10px;
}
.mainvisual_creator01_area {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 772px;
  margin-left: 53px;
}
.mainvisual_creator02_area {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 831px;
  margin-left: 53px;
}
.mainvisual_releasedate_area {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 91px;
  margin-left: 36px;
}
/*mainvisual_sns_area*/
.mainvisual_sns_area {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 37px;
  margin-right: 120px;
}
.mainvisual_sns_area li {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  letter-spacing: 1.3em;
}
.mainvisual_sns_area .hover_img.ajast {
  width: 26px;
}
.mainvisual_sns_area a:hover {
  opacity: 1;
}
.mainvisual_sns_area .hover_img.ajast img {
  width: 100%;
}
.deco01 {
  height: 156px;
  width: 2px;
  background: rgba(17, 17, 17, 1.00);
}
/*end mainvisual_sns_area*/
.mainvisual_translation_area {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 160px;
  margin-right: 20px;
}
.mainvisual_translation_area li {
  margin-bottom: 28px;
}
.mainvisual_translation_area a, .sp_translation_area a {
  color: #b5b5b6;
}
.mainvisual_translation_area li, .mainvisual_translation_area li a {
  display: flex;
  justify-content: space-around;
  width: 36px;
}
.mainvisual_translation_area li a {
  transition: 0.1s;
}
.mainvisual_translation_area li a:hover {
  opacity: 1;
  /* color: #6fdeef;*/
  color: #153b94;
}

#youtube_area {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
#youtube_close {
  line-height: 0.3em;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10vw;
  padding: 4%;
  color: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  user-select: none;
}
#youtube {
  width: 60%;
  aspect-ratio: 16 / 9;
}
#youtube iframe {
  width: 100%;
  height: 100%;
}

/*@media screen and (max-height:1200px) and (max-width: 1950px) {*/ /*
@media (max-height:1080px) and (max-width: 1920px), (min-height:1080px) and (min-width: 1920px) {*/
@media screen and (max-height:950px) {
  .mainvisual_area {
    padding-top: 84px;
    padding-top: 134px;
    height: auto;
    position: static;
    margin-bottom: 100px;
  }
  .mainvisual_image_area {
    max-width: 1181px;
    /*height: 665px;*/
    height: 675px;
    background-position: right;
    background-size: cover
  }
  .mainvisual_text_area {
    padding-top: 148px;
    max-width: 1250px;
    height: 0;
  }
  .mainvisual_text_area img {
    width: 60%;
  }
  .mainvisual_text_area .ajast01 img {
    width: 63%;
  }
  .mainvisual_text_area .ajast02 img {
    width: 55%;
  }
  .mainvisual_catchcopy_area {
    margin-top: 90px;
  }
  .mainvisual_logo_area {
    margin-top: 390px;
  }
  .mainvisual_creator01_area, .mainvisual_creator02_area {
    margin-left: 31px;
  }
  .mainvisual_creator01_area {
    margin-top: 530px
  }
  .mainvisual_creator02_area {
    margin-top: 569px;
  }
  .mainvisual_releasedate_area {
    bottom: auto;
    top: 0;
    margin-top: 686px;
    margin-left: 26px;
  }
  .deco01 {
    height: 100px;
    width: 1px;
  }
  .mainvisual_sns_area {
    margin-top: 81px;
    margin-right: 58px;
  }
  .mainvisual_sns_area li a {
    display: flex;
    justify-content: center;
  }
  .mainvisual_translation_area {
    margin-top: 160px;
    margin-right: 3px;
  }
  .mainvisual_translation_area li {
    font-size: 11px;
    margin-bottom: 22px;
  }
  .mainvisual_decobottom_area {
    position: fixed;
    height: 255px;
    bottom: 0;
  }
  .mainvisual_translation_area li, .mainvisual_translation_area li a {
    width: 25px;
  }
}
@media screen and (max-width: 2000px) and (min-height:950px) {
  .mainvisual_image_area {
    background-image: url("../../img/top/mainvisual.png");
  }
  .mainvisual_area {
    width: 2000px;
    position: static;
  }
  .mainvisual_text_area {
    width: 2000px;
  }
  .mainvisual_decobottom_area {
    width: 2000px;
    height: 316px;
  }
}
@media screen and (max-width: 1181px) {
  .mainvisual_image_area {
    background-image: url("../../img/top/mainvisual.png");
  }
  .mainvisual_area {
    width: 1181px;
    height: 785px;
    position: static;
  }
  .mainvisual_decobottom_area {
    position: fixed;
    width: 1181px;
  }
  .mainvisual_text_area {
    width: 1181px;
  }
  .white_deco01 {
    margin-top: 114px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    /*height:1500px;*/
    background: rgba(202, 44, 47, 1.00);
    background: rgba(255, 255, 255, 1.00);
  }
  .white_deco02 {
    margin-top: 114px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    /* height:1500px;*/
    background: rgba(202, 44, 47, 1.00);
    background: rgba(255, 255, 255, 1.00);
  }
  .mainvisual_catchcopy_area {
    margin-left: calc(0px + 20px);
  }
  .mainvisual_logo_area {
    margin-left: calc(0px + 20px);
  }
  .mainvisual_creator01_area, .mainvisual_creator02_area {
    margin-left: calc(31px + 20px);
  }
  .mainvisual_releasedate_area {
    margin-left: calc(26px + 20px);
  }
  .mainvisual_decobottom_area {
    height: 303px;
  }
}
/* Sample2 */
.img_hover {
  display: inline-block;
  position: relative;
}
.img_hover .off {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .4s ease;
}
.img_hover .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.img_hover .on, .img_hover .off {
  display: block;
}
.img_hover:hover .off {
  opacity: 0;
}
@media screen and (max-width: 1181px) and (max-height:950px) {
  .mainvisual_area {
    position: static;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual_area {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56px;
  }
  .sp {
    width: 100%;
  }
  .sp_translation_area ul {
    margin-left: 4.5vw;
    margin-top: -0.8%;
    /*margin-top: 19%;*/
    letter-spacing: 0.2em;
    display: flex;
    font-size: 13px;
  }
  .sp_translation_area li {
    margin-right: 4vw;
  }
  .sp_mainvisual_image_area {
    position: relative;
    /*padding: 53px 53px 80px;*/
    padding: 10% 5% 15%;
  }
  .sp_mainvisual_image_area img {
    width: 100%;
  }
  .sp_mainvisual_catchcopy_area img {
    width: 80%;
  }
  .sp_mainvisual_catchcopy_area {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2%;
    margin-left: 1%;
  }
  .sp_mainvisual_logo_area img {
    width: 73%;
  }
  .sp_mainvisual_logo_area {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .sp_creator_area img {
    width: 50%;
  }
  .sp_creator_area {
    padding: 4% 0;
    width: 100%;
    background: #dff1f3;
    display: flex;
    justify-content: center;
  }
  .sp_releasedate_area img {
    width: 65%;
  }
  .sp_releasedate_area {
    padding: 4% 0;
    width: 100%;
    background: #f3f8fb;
    display: flex;
    justify-content: center;
  }
  .sp_more_area {
    padding: 1.5em 0;
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    margin-right: 5%;
    align-items: center;
    font-size: 2.5vw;
    letter-spacing: 0.2em;
  }
  .sp_more_area a {
    color: #595757;
    color: #A1C4F7;
  }
  .sp_more {
    font-weight: bold;
    /* padding-bottom: 0.5em;
    border-bottom: 1px solid #c9caca;*/
  }
  .sp_more_deco {
    display: none;
    height: 1px;
    width: 50px;
    background: #595757;
    margin-right: 20px;
  }
}