@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;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: #110027;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Zen Old Mincho', 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%;
}


/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#easycharger{
  position: relative;
}
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;
}


/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */.mv {
  padding: 0;
  background-image: url(../img/easycharger/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1600px auto;
  height: 480px;
}


/*----------------------------------------------------------
SECTION 01
---------------------------------------------------------- */
.sect01 {
  padding: 6rem 0 12rem 0;
}
.sect01 .inner {
}
.sect01 img {
  width: 100vw;
  max-width: 1200px;
}


/*----------------------------------------------------------
SECTION 02
---------------------------------------------------------- */
.sect02 {
}
.sect02 .inner {
  gap: 0;
}


/*----------------------------------------------------------
SECTION 03
---------------------------------------------------------- */
.sect03 {
  padding: 0 0 20rem 0;
}
.sect03 .inner {
}
.swiper-wrap {
  position: relative;
  margin: 5rem 0 0 0;
}
.swiper {
  width: 100%;
  max-width: 680px;
  margin: auto;
  overflow: visible;
}
.swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.swiper-wrap .swiper-button-prev,
.swiper-wrap .swiper-button-next {
  width: 30px;
  height: 54px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.swiper-wrap .swiper-button-prev {
  left: -70px;
}
.swiper-wrap .swiper-button-next {
  right: -70px;
}
.swiper-wrap .swiper-button-prev::after,
.swiper-wrap .swiper-button-next::after {
  content: "";
  background: url("../img/easycharger/arrow-prev.svg") no-repeat center / contain;
  width: 30px;
  height: 54px;
}
.swiper-wrap .swiper-button-next::after {
  background-image: url("../img/easycharger/arrow-next.svg");
}

/*----------------------------------------------------------
SECTION 04
---------------------------------------------------------- */
.sect04 {
  padding: 0;
}
.sect04 .inner {
  gap: 80px;
}
.sect04 .accBox {
  position: relative;
  width: 840px;
}
.sect04 .accBox.--LeftBox {
  margin: 0 0 8rem 0;
}
.sect04 .accBox.--LeftBox img {
  margin: 0 auto 0 0;
}
.sect04 .accBox.--RightBox img{
  margin: 0 0 0 auto;
}
.sect04 .accBox .modeTxt {
  width: 600px;
}
.sect04 .modeIn {
  position: absolute;
  top: 50%;
  left: 597px;
  width: 250px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sect04 .modeOut {
  position: absolute;
  top: 50%;
  left: 0;
  width: 250px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*----------------------------------------------------------
SECTION 05
---------------------------------------------------------- */
.sect05 {
  padding: 20rem 0 12rem 0;
}
.sect05 .inner {
}
.sect05 .itemBox {
  display: flex;
  width: 100%;
  gap: 50px;
}
.sect05 .itemImgs {
  width: 400px;
}
.sect05 .btnArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  width: calc(100% - 400px);
}
.sect05 .itemNames {
  width: 350px;
}


/*----------------------------------------------------------
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;
}

/*----------------------------------------------------------
SHOW MORE! ボタン
---------------------------------------------------------- */
.product_showmore_btn {
  padding: 0 50px 0 0;
  width: 100%;
  display: block;
  max-width: 600px;
}
.NoLv .product_showmore_btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.product_showmore_btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  text-decoration: none!important;
  color: #ffffff!important;
  outline: none;
  font-size: 1.3rem;
  margin: 0 14px 0 37px;
  text-align: center;
  font-weight: 500;
  z-index: 2;
}
.product_showmore_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: 3px solid #7266a7;
  border-image-source: linear-gradient( 135deg, #7266a7, #df007f );
  border-image-slice: 1;
  border-radius: 0;
  background-color: none;
  transform: skewX(-15deg);
  transition: all 0.4s ease-out;
}
.product_showmore_btn a:hover::before  {
  border-color:transparent;
  background: linear-gradient(270deg, #df007f 0%, #7266a7 50%, #ffffff 100%);
  background-size: 200% auto;
  background-position: right center;
  box-shadow: 0 5px 10px rgb(250,108,159,0.4);
}
.product_showmore_btn a::after {
  position: absolute;
  left: -8px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #7266a7;
  border-radius: 3px;
  transform: rotate(15deg);
}
.product_showmore_btn a span::before {
  position: absolute;
  left: -16px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #7266a7;
  border-radius: 3px;
  transform: rotate(15deg);
}
.product_showmore_btn a span::after {
  position: absolute;
  left: -24px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #7266a7;
  border-radius: 3px;
  transform: rotate(15deg);
}
.product_showmore_btn h6 {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  padding: 0 0 0.8rem 0;
  margin-bottom: 0.8rem;
}
.product_showmore_btn h6 b {
  font-size: 1.1rem;
  font-weight: 500;
}
.product_showmore_btn h6::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;  /* ←親幅いっぱいに */
  height: 1px;
  background: linear-gradient(90deg,#7266a7 0%, #df007f 100%);
}


/*----------------------------------------------------------
トップに戻るボタン
---------------------------------------------------------- */
.page_back_btn {
  display: block;
  text-align: center;
  margin: 0 0 5rem 0;
  z-index: 2;
}
.page_back_btn a {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  text-decoration: none!important;
  color: #ffffff!important;
  outline: none;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}
.page_back_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: 3px solid #7266a7;
  border-image-source: linear-gradient( 135deg, #7266a7, #df007f );
  border-image-slice: 1;
  border-radius: 0;
  background-color: none;
  transition: all 0.4s ease-out;
}
.page_back_btn a:hover::before  {
  border-color:transparent;
  background: linear-gradient(270deg, #df007f 0%, #7266a7 50%, #ffffff 100%);
  background-size: 200% auto;
  background-position: right center;
  box-shadow: 0 5px 10px rgb(250,108,159,0.4);
}
.Angleicons {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  background: linear-gradient( 45deg, #7266a7, #df007f );
  border-radius: 50%;
  box-sizing: content-box;
  margin: 0 1rem 0 0;
}
.Angleicons::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(9px) translateX(2px) rotate(-135deg);
}