@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;900&family=Noto+Sans:ital,wdth@0,62.5..100;1,62.5..100&family=Zen+Kaku+Gothic+Antique:wght@700&display=swap')

@charset "UTF-8";
  
.page-renewalLp {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}


body .page-renewalLp {
  -webkit-overflow-scrolling: touch;
}

.cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}


#contentsWrapper .contArea {
  max-width: 100%;
  padding: 0;
}




.page-renewalLp .bold {
  font-weight: bold;
}


.page-renewalLp .font_zen-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-renewalLp img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.page-renewalLp video {
  width: 100%;
}



:root {
  --color_red_a: #ff0000;
  --color_orange_a: #FF5A00;
  --color_orange_b: #FDF7ED;
  --color_blue_a: #2C30A6;
  --color_blue_b: #E2F3FF;
  --color_grey_a: #666666;
}

body a:hover {
  text-decoration: none;
}



body .page-renewalLp .red_a {
  color: var(--color_red_a);
}



body .page-renewalLp .color_orange_a {
  color: var(--color_pink_a);
}

body .page-renewalLp .blue_a {
  color: var(--color_blue_a);
}

body .page-renewalLp .bold {
  font-weight: bold;
}




body .page-renewalLp .bt {
  cursor: pointer;
  transition: 0.3s all;
}

body .page-renewalLp .bt:hover {
  opacity: 0.7;
  transition: 0.3s all;
}



body .page-renewalLp .super {
  vertical-align: super;
  font-size: 0.7em;
}

body .page-renewalLp .relative {
  position: relative;
}

body.stop {
  overflow-y: hidden;
}

.page-renewalLp .indent {
  text-indent: -2em;
  padding-left: 2em;
}

.page-renewalLp .indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

.page-renewalLp .indent_h {
  text-indent: -0.5em;
  padding-left: 0.5em;
}



/*anime switch---------------*/

.js_anime.anime_flip {
  opacity: 0;
}

.js_anime.anime_flip.on {
  animation-name: move-anim;
  animation-duration: 0.5s;
  /*animation-iteration-count: infinite;*/
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  will-change: transform;
}

@keyframes move-anim {
  from {
    transform: rotateY(45deg) translateY(80px);
    filter: blur(5px);
    opacity: 0;
  }

  to {
    transform: rotateY(0deg) translateY(0px);
    filter: blur(0);
    opacity: 1;
  }
}

/*read tag*/

.page-renewalLp .read_tag {
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  /*background-color: red;*/
}

.page-renewalLp .js_hide {
  position: absolute !important;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  display: none;
}

body.scroll_none {
  overflow: hidden;
}

.page-renewalLp img {
  width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  content-visibility: auto;
}

.swiper-slide {
  height: auto;
}

/*fixed-fotter space------------------------------*/

@media screen and (min-width: 1200px) {
  .section_fixed-footer {
    left: 180px;
    width: calc(100% - 180px);
  }
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
  .section_fixed-footer {
    left: 0px;
  }
}


@media screen and (min-width: 768px) {
  .footerSiteMap {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footerSiteMap {
    padding-bottom: 30vw !important;
  }
}
