@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');


/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #000;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}

/*----------------------------------------------------------
アニメーション
---------------------------------------------------------- */
.anim {
  animation-name:bgextendAnimeBase;
  animation-duration: 0.5s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;
  opacity:0;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
/*中の要素*/
.bgappear {
  animation-name:bgextendAnimeSecond;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}
/*左から右*/
.LRex::before {
  animation-name:LRexAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
@keyframes LRexAnime{
  0% {
  transform-origin:left;
  transform:scaleX(0);
  }
  50% {
  transform-origin:left;
  transform:scaleX(1);
  }
  50% {
  transform-origin:right;
  }
  100% {
  transform-origin:right;
  transform:scaleX(0);
  }
}

.LRtr {
  opacity: 0;
}

.Tri {
  position: relative; /* 追加 */
  display: inline-block;
  opacity: 0;
}

.Tri::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation-name: LRexAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform-origin: left;
}

/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#battery{
  position: relative;
  overflow-x: hidden;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
section {
  position: relative;
}
.inner {
  position: relative;
  width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.bar {
  position: absolute;
  left: 50%;
  width: 2680px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
  opacity: 1;
}
.bar.active {
  transform: translateX(-50%) scaleX(1);
}

/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */.mv {
  padding: 6rem 0 10rem 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2240px auto;
  height: 1100px;
}
.mv .inner img {
  width: 1440px;
}


/*----------------------------------------------------------
SECTION 01
---------------------------------------------------------- */
.sect01 {
  padding: 0 0 20rem 0;
}
.sect01 .bar {
  top: -660px;
}
.s1img02 {
  max-width: 738px;
}

/*----------------------------------------------------------
SECTION 02
---------------------------------------------------------- */
.sect02 {
  padding: 0 0 20rem 0;
}
.sect02 .bar {
  top: -625px;
}
.s2img01 {
  margin: 50px 0 0 0;
}
.s2img02 {
  max-width: 738px;
}

/*----------------------------------------------------------
SECTION 03
---------------------------------------------------------- */
.sect03 {
  padding: 0 0 20rem 0;
}
.sect03 .bar {
  top: -625px;
}
.sect03 .inner {
  gap: 100px;
}
.s3ttl {
  max-width: 762px;
}
.s3img01 {
  max-width: 852px;
}
.s3img03 {
  max-width: 810px;
}

/*----------------------------------------------------------
SECTION 04
---------------------------------------------------------- */
.sect04 {
  padding: 0 0 20rem 0;
}
.sect04 .bar {
  top: -625px;
}
.s4ttl {
  max-width: 858px;
}
.s4img01 {
  max-width: 890px;
}

/*----------------------------------------------------------
SECTION 05
---------------------------------------------------------- */
.sect05 {
  padding: 0 0 20rem 0;
}
.sect05 .bar {
  top: -655px;
}
.s5ttl {
  max-width: 795px;
  margin: 0 0 100px 0;
}
.s5box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/*----------------------------------------------------------
SECTION 06
---------------------------------------------------------- */
.sect06 {
  padding: 0 0 20rem 0;
}
.sect06 .inner {
  gap: 160px;
}
.s5img01 {
  max-width: 740px;
}
.s5img02 {
  max-width: 740px;
}

/*----------------------------------------------------------
SECTION 07
---------------------------------------------------------- */
.sect07 {
  padding: 0 0 10rem 0;
}
.sect07 .inner {
  max-width: 366px;
  gap: 60px;
}
.s7ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.s7ttl .itemNo {
  font-size: 2rem;
  font-weight: 700;
}
.s7ttl .itemNo span {
  font-size: 80%;
}
.s7ttl .itemName {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.s7ttl .itemLim {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border: 1px solid #57272d;
  border-radius: 8px;
}
.s7btn {
  color: #fff!important;
  text-decoration: none!important;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all .3s;
}
.s7btn:hover {
  color: #000!important;
  border: 1px solid #000;
  background: #fff;
}

/*----------------------------------------------------------
SECTION 08
---------------------------------------------------------- */
.sect08 {
  padding: 0 0 20rem 0;
}

.sect08 p.apologize {
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
}

/*----------------------------------------------------------
Logo&Copy
---------------------------------------------------------- */
.logoCopy p.attentionTxt {
  font-size: 1rem;
  display: block;
  margin: 5rem 0;
}

.logoCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 0 200px 0;
}
.logoCopy img {
  max-width: 182px;
}
.logoCopy p.copyright {
  font-size: 0.9rem;
}