/* reset */
#main.main_content{
  max-width: unset;
  padding: 0 0;
}

/* line-break */
.pc-only{
  display: none;
}
.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/* font */
body{
  font-family: "Noto Sans JP", sans-serif;
}

/* color */
:root{
  --color-blue: #4595DB;
  --color-white: #FFFFFF;
}

.txt-gradient{
  display: inline-block;
  background-image: linear-gradient(to right, #4b9dc9, #3da677 45%, #20a1b3 70.3%, #4595db);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#solaelu{
  color: #333333;
  position: relative;
  padding: 0 0 192px;
}

/* #solaelu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, #57b3c2, #81bea2 16.3%, #b8d48f 34.3%, #98c799 47.1%, #5db5bc 72.2%, #8db8e1);
  z-index: -1;
} */

#solaelu::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: linear-gradient(to right, #57b3c2, #81bea2 16.3%, #b8d48f 34.3%, #98c799 47.1%, #5db5bc 72.2%, #8db8e1);
  z-index: -1;
}

#solaelu .solaelu-wrapper{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #solaelu{
    padding: 0 0 15vw;
  }
  
  #solaelu::before {
    height: 0.9375vw;
  }
  
  #solaelu::after {
    content: '';
    position: absolute;
    bottom: 0.2344vw;
    height: 2.5vw;
  }
}

@media (max-width: 768px) {
  #solaelu{
    padding: 0 0 6.1333vw;
  }

  #solaelu::after {
    bottom: 0;
    height: 5.333vw;
  }
}

/* kv */
#solaelu .l-kv{
    position: absolute;
    width: 1024px;
    height: 160px;
    aspect-ratio: 1024 / 160;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#solaelu .l-kv h1{
    width: 100%;
    height: 100%;
    aspect-ratio: 1024 / 160;
}



@media screen and (min-width: 769px) and (max-width: 1280px) {
    #solaelu .l-kv{
        max-width: 1024px;
        width: 90%;
        height: auto;
    }
}

@media (max-width: 768px) {
    #solaelu .l-kv{
        max-width: unset;
        width: 100%;
        height: auto;
        aspect-ratio: 125 / 44;
    }

    #solaelu .l-kv h1,
    #solaelu .l-kv h1 picture,
    #solaelu .l-kv h1 img{
        width: 100%;
        height: auto;
        aspect-ratio: 125 / 44;
    }
}

/* lead */
#solaelu .solaelu-wrapper .l-lead {
  position: relative;
}

#solaelu .solaelu-wrapper .l-lead .l-lead-catch{
  display: block;
  margin: 0 auto;
  width: 536px;
  padding-top: 341px;
}


#solaelu .solaelu-wrapper .l-lead h2 {
  margin-top: 33px;
  text-align: center;
}


#solaelu .solaelu-wrapper .l-lead ul {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 53px auto 0;
  gap: 40px;
}

#solaelu .solaelu-wrapper .l-lead ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  color: var(--color-white);
  border-radius: 100vh;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.58;
  text-align: center;
}

#solaelu .solaelu-wrapper .l-lead ul li span{
  width: 91.6667%;
  margin: 0 auto;
}

#solaelu .solaelu-wrapper .l-lead ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 240px;
  border: 8px solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

#solaelu .solaelu-wrapper .l-lead ul li:first-child {
  color: transparent;
  background: linear-gradient(to right, #4b9dc9 ,#3da677 100%);
  background-clip: text;
}

#solaelu .solaelu-wrapper .l-lead ul li:first-child::before {
  background: linear-gradient(to right, #4b9dc9 ,#3da677 100%) border-box border-box;
}

#solaelu .solaelu-wrapper .l-lead ul li:nth-child(2) {
  color: transparent;
  background: linear-gradient(to right, #3da677 ,#20a1b3 100%);
  background-clip: text;
}

#solaelu .solaelu-wrapper .l-lead ul li:nth-child(2)::before {
  background: linear-gradient(to right, #81bea2 ,#58b4c1  100%) border-box border-box;
}

#solaelu .solaelu-wrapper .l-lead ul li:last-child {
  color: transparent;
  background: linear-gradient(to right, #20a1b3 ,#4595db 100%);
  background-clip: text;
}

#solaelu .solaelu-wrapper .l-lead ul li:last-child::before {
  background: linear-gradient(to right, #58b4c1 ,#8cb9e2 100%) border-box border-box;
}

#solaelu .solaelu-wrapper .l-lead .l-lead-detail{
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin: 45px auto 0;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {

  #solaelu .solaelu-wrapper .l-lead .l-lead-catch{
    width: 41.875vw;
    padding-top: 26.64vw;
  }
  
  
  #solaelu .solaelu-wrapper .l-lead h2 {
    margin-top: 2.58vw;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul {
    max-width: 800px;
    width: 62.5vw;
    margin: 4.14vw auto 0;
    gap: 3.125vw;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li {
    width: 18.75vw;
    height: 18.75vw;
    padding: 3.9vw 0;
    font-size: 2vw;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li::before {
    border-radius: 18.75vw;
    border: 0.625vw solid transparent;
  }
  
  #solaelu .solaelu-wrapper .l-lead .l-lead-detail{
    font-size: 1.5625vw;
    margin: 3.516vw auto 0;
  }
}

@media (max-width: 768px) {

  #solaelu .solaelu-wrapper .l-lead {
    width: 100%;
    margin: 0 auto;
  }
  
  #solaelu .solaelu-wrapper .l-lead .l-lead-catch{
    width: 87.2%;
    padding-top: 67.2vw;
    text-align: center;
  }
  
  
  #solaelu .solaelu-wrapper .l-lead h2 {
    width: 87.2%;
    margin: 5.333vw auto 0;
  }
  
  #solaelu .solaelu-wrapper .l-lead h2 img{
    width: 100%;
  }
  

  
  #solaelu .solaelu-wrapper .l-lead ul {
    width: 87.2%;
    flex-direction: column;
    margin: 6.4vw auto 0;
    gap: 2.133vw;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li {
    width: 100%;
    height: 27.4667vw;
    font-size: 4.8vw;
    line-height: 1.56;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li span{
    width: 91.6667%;
    margin: 0 auto;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li::before {
    border-radius: 27.4667vw;
    border: 1vw solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li:first-child {
    color: transparent;
    background: linear-gradient(to bottom, #4b9dc9 ,#3da677 100%);
    background-clip: text;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li:first-child::before {
    background: linear-gradient(to bottom, #4b9dc9 ,#3da677 100%) border-box border-box;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li:nth-child(2) {
    color: transparent;
    background: linear-gradient(to bottom, #3da677 ,#20a1b3 100%);
    background-clip: text;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li:nth-child(2)::before {
    background: linear-gradient(to bottom, #81bea2 ,#58b4c1  100%) border-box border-box;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li:last-child {
    color: transparent;
    background: linear-gradient(to bottom, #20a1b3 ,#4595db 100%);
    background-clip: text;
  }
  
  #solaelu .solaelu-wrapper .l-lead ul li:last-child::before {
    background: linear-gradient(to bottom, #58b4c1 ,#8cb9e2 100%) border-box border-box;
  }
  
  #solaelu .solaelu-wrapper .l-lead .l-lead-detail{
    width: 87.2%;
    font-size: 4.2667vw;
    line-height: 1.75;
    margin: 6.4vw auto 0;
    text-align: left;
  }
  
}

/* purchase */
#solaelu .solaelu-wrapper .l-purchase{
  padding: 85px 0 0;
}

#solaelu .solaelu-wrapper .l-purchase h3.title{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #20A1B3;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

#solaelu .solaelu-wrapper .l-purchase h3.title::before,
#solaelu .solaelu-wrapper .l-purchase h3.title::after{
  content: '';
  background-color: #20A1B3;
  width: 80px;
  height: 4px;
}

#solaelu .solaelu-wrapper .l-purchase h3.title::before {
  margin-right: 28px;
}
#solaelu .solaelu-wrapper .l-purchase h3.title::after {
  margin-left: 28px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-detail{
  font-size: 18px;
  line-height: 2.22;
  text-align: center;
  margin: 40px auto 0;
}

#solaelu .solaelu-wrapper .l-purchase h3.title-join{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #20A1B3;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 25px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-join{
  text-align: center;
  font-size: 18px;
  line-height: 2.22;
  margin-top: 20px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-join a{
  text-decoration: underline;
}

#solaelu .txt-blue{
    color: #4396D7;
}

#solaelu .txt-green{
    color: #10A160;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations{
    max-width: 1440px;
    margin: 0 auto;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations h4{
    color: #333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station{
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    margin: 32px auto 0;
    gap: 40px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li{
    display: flex;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li.bg-blue{
    background: #ECF5FB;
    position: relative;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li.bg-green{
    flex-direction: row-reverse;
    background: #ECF5E9;
    position: relative;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail{
    max-width: 512px;
    width: 50%;
    padding: 26px 32px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li figure{
    max-width: 512px;
    width: 50%;
    aspect-ratio: 512 / 314;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 408px; */
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail h5 .railway{
  font-size: 16px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl{
    display: flex;
    font-size: 16px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl:first-child{
    margin-top: 7px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl dt{
    position: relative;
    width: 65%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl dd{
    text-align: right;
    width: 35%;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl.gengerating-capacity dt span{
    display: inline-flex;
    background: url('../img/2506/ico-gengerating-capacity.svg') no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl.co2-reduction dt span{
    display: inline-flex;
    background: url('../img/2506/ico-co2-reduction.svg') no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .station-notice{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41667;
  text-align: right;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor{
  margin-top: auto;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;  
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  position: relative;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor a span{
  display: inline-flex;
  width: 24px;
  height: 24px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor a.txt-blue span{
  background: url('../img/2506/ico-anchor-b.svg') no-repeat;
  background-size: 100% auto;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor a.txt-green span{
  background: url('../img/2506/ico-anchor-g.svg') no-repeat;
  background-size: 100% auto;
}


/* l-purchase-lineup */
#solaelu .solaelu-wrapper .l-purchase .l-purchase-lineup{
  background: url('../img/2506/bg-lineup.png') no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
  margin-top: 0;
  padding: 110px 0 235px;
}

#solaelu .solaelu-wrapper .l-purchase .l-purchase-lineup h4{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product{
  padding-top: 91px;
  margin: -53px auto 0; /* 38px - 91px */
  max-width: 1024px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product h5{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product h5::before {
  content: '';
  width: calc(calc(100% - 5em) / 2);
  height: 3px;
  margin-right: 1em;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product h5::after {
  content: '';
  width: calc(calc(100% - 5em) / 2);
  height: 3px;
  margin-left: 1em;
    
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product h5.txt-blue::before {
  background: linear-gradient(to right, #4396D7 3px, transparent 3px) repeat-x;
  background-size: 10px 3px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product h5.txt-blue::after {
  background: linear-gradient(to left, #4396D7 3px, transparent 3px) repeat-x;
  background-size: 10px 3px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product > ul{
  max-width: 1024px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 115px 23px;
  margin: 130px auto 0;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li{
  max-width: 326px;
  width: calc(calc(100% - 56px) / 3);
  border: 2px solid #fff;
  background: #ECF5FB;
  padding: 23px;
  position: relative;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li a:hover{
  opacity: 1;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li figure{
  position: absolute;
  top: -105px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68.79%;
  max-width: 194px;
  z-index: 2;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 86px);
  margin-top: 86px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-subtitle{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4595DB;
  /* white-space: nowrap; */
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-title{
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-period{
  font-size: 16px;
  /* margin-top: 10px; */
  margin-bottom: auto;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-period span{
  font-size: 14px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-notice{
  margin: 10px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-notice li{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em;
  font-size: 14px;
  line-height: 1.4286;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-notice li::before{
  content: "※";
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li a:hover .l-purchase-lineup-product-link{
  opacity: 0.7;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product-link{
  margin-top: auto;
  background: var(--color-white);
  border: 1px solid #4396D7;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product-link.txt-blue{
  color: #4396D7
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product-link span{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-top: 2px;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product-link.txt-blue span{
  background: url('../img/2506/ico-blank-b.svg') no-repeat;
  background-size: 100% auto;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-product .ico-product{
  position: absolute;
  top: -20px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background: #4595DB;
  border-radius: 100vh;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1875;
  text-align: center;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-all-link{
  width: 430px;
  margin: 108px auto 0;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-all-link a.txt-all{
  background: var(--color-white);
  border: 1px solid #20A1B3;
  border-radius: 100vh;
  color: #20A1B3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

#solaelu .solaelu-wrapper .l-purchase-lineup-all-link a.txt-all span{
  background: url(../img/2506/ico-blank-all.svg) no-repeat;
  background-size: 100% auto;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-top: 2px;
}





@media screen and (min-width: 769px) and (max-width: 1280px) {
  #solaelu .solaelu-wrapper .l-purchase-lineup-product > ul{
    width: 90%;
    gap: 18.164vw 23px;
    /* gap: 25px; */
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li{
    width: calc(calc(100% - 50px) / 3);
  }

  #solaelu .solaelu-wrapper .l-purchase{
    padding: 6.64vw 0 0;
  }
  
  #solaelu .solaelu-wrapper .l-purchase h3.title{
    font-size: 2.8125vw;
  }
  
  #solaelu .solaelu-wrapper .l-purchase h3.title::before,
  #solaelu .solaelu-wrapper .l-purchase h3.title::after{
    width: 6.25vw;
    height: 0.3125vw;
  }
  
  #solaelu .solaelu-wrapper .l-purchase h3.title::before {
    margin-right: 2.1875vw;
  }
  #solaelu .solaelu-wrapper .l-purchase h3.title::after {
    margin-left: 2.1875vw;
  }
  
  #solaelu .solaelu-wrapper .l-purchase .l-purchase-detail{
    font-size: 1.4vw;
    margin: 3.125vw auto 0;
  }

  #solaelu .solaelu-wrapper .l-purchase h3.title-join{
    font-size: 2.8125vw;
    margin-top: 2vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-join{
    font-size: 1.4vw;
    margin-top: 1.5625vw;
  }

  
}

@media (max-width: 768px) {
  #solaelu .solaelu-wrapper .l-purchase{
    padding: 13.6vw 0 0;
    width: 100%;
    margin: 0 auto;
  }
  
  #solaelu .solaelu-wrapper .l-purchase h3.title{
    width: 87.2%;
    font-size: 5.333vw;
    text-align: center;
    margin-inline: auto;
  }
  
  #solaelu .solaelu-wrapper .l-purchase h3.title::before,
  #solaelu .solaelu-wrapper .l-purchase h3.title::after{
    content: '';
    background-color: var(--color-blue);
    width: 5.333vw;
    height: 0.5333vw;
  }
  
  #solaelu .solaelu-wrapper .l-purchase h3.title::before {
    margin-right: 2.133vw;
  }
  #solaelu .solaelu-wrapper .l-purchase h3.title::after {
    margin-left: 2.133vw;
  }

  #solaelu .solaelu-wrapper .l-purchase h3.title-join{
    font-size: 5.8667vw;
    margin-top: 6.667vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-join{
    width: 87.2%;
    text-align: left;
    font-size: 4vw;
    line-height: 1.8667;
    margin: 4.533vw auto 0;
  }
  
  #solaelu .solaelu-wrapper .l-purchase .l-purchase-detail{
    width: 87.2%;
    font-size: 4vw;
    line-height: 1.667;
    margin: 5vw auto 0;
    text-align: left;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations{
      max-width: unset;
      width: 87.2%;
      margin: 0 auto;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations h4{
      font-size: 5.333vw;
      margin-top: 14.933vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station{
      max-width: unset;
      margin: 8.5333vw auto 0;
      gap: 5.333vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li{
      flex-direction: column;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li.bg-green{
      flex-direction: column;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail{
      max-width: unset;
      width: 100%;
      padding: 5.333vw 4.8vw;
      gap: 2.6667vw; /* 10px */
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station li figure{
      max-width: unset;
      width: 100%;
      aspect-ratio: 512 / 314;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail h5{
      max-width: unset;
      font-size: 4.8vw;
      padding-bottom: 2vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl{
      flex-direction: column;
      font-size: 3.7333vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl:first-child{
      margin-top: 0.8vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl dt{
    width: 100%;  
    gap: 1.6vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl dd{
      text-align: left;
      width: 100%;
      margin-left: 7.2vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl.gengerating-capacity dt span{
      width: 5.6vw;
      height: 5.6vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail dl.co2-reduction dt span{
      width: 5.6vw;
      height: 5.6vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .station-notice{
    font-size: 3.2vw;
    text-align: left;
    margin-left: 7.2vw;
    margin-top: -2vw;
    margin-bottom: 5.2vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor a{
    gap: 2.1333vw;  
    font-size: 4.26667vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail .btn-anchor a span{
    width: 6.4vw;
    height: 6.4vw;
  }

  /* l-purchase-lineup */
  #solaelu .solaelu-wrapper .l-purchase .l-purchase-lineup{
    background: url(../img/2506/bg-lineup.png) no-repeat;
    background-size: auto 67%;
    background-position: bottom center;
    margin-top: 0;
    padding: 29.866vw 0 60vw;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-lineup h4{
    font-size: 5.333vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product{
    width: 89.3%;
    margin-inline: auto;
    padding-top: 20.266vw;
    margin: -14.1333vw auto 0; /* 23px - 76px */
    max-width: unset;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product h5{
    font-size: 4.8vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product h5::before {
    content: '';
    width: calc(calc(100% - 5em) / 2);
    height: 3px;
    margin-right: 1em;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product h5::after {
    content: '';
    width: calc(calc(100% - 5em) / 2);
    height: 3px;
    margin-left: 1em;
      
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product h5.txt-blue::before {
    background: linear-gradient(to right, #4396D7 3px, transparent 5px) repeat-x;
    background-size: 8px 3px;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product h5.txt-blue::after {
    background: linear-gradient(to left, #4396D7 3px, transparent 5px) repeat-x;
    background-size: 8px 3px;
  }

  #solaelu .solaelu-wrapper .l-purchase .l-purchase-stations .list-station-detail h5 .railway{
    font-size: 3.733vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product > ul{
    max-width: unset;
    width: 100%;
    height: auto;
    flex-direction: column;
    /* gap: 22.4vw; */
    gap: 15vw;
    margin: 19vw auto 0;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li{
    max-width: unset;
    width: 100%;
    border: 4px solid #fff;
    padding: 9vw 7.8vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product > ul > li figure{
    position: absolute;
    top: -24vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-wrapper{
    width: 100%;
    /* height: calc(100% - 15.4667vw);
    margin-top: 15.4667vw; */
    height: calc(100% - 16vw);
    margin-top: 20vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-subtitle{
    font-size: 3.7333vw;
    line-height: 1.4286;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-title{
    margin-top: 0;
    font-size: 4.8vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-period{
    font-size: 3.7333vw;
    margin-top: 2.4vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-period span{
    font-size: 3.2vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-notice{
    margin: 3.4666vw 0 0;
    gap: 1vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .l-purchase-lineup-product-sales-notice li{
    font-size: 3.2vw;
    line-height: 1.4167;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product-link{
    margin-top: 7.4667vw;
    font-size: 3.733vw;
    height: 11.73vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product-link span{
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.6vw;
    margin-top: 0.6vw
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-product .ico-product{
    top: -4.2667vw;
    left: -2.4vw;
    width: 22.667vw;
    height: 22.667vw;
    font-size: 4.2667vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-all-link{
    width: 93.6vw;
    margin: 26.667vw auto 0;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-all-link a.txt-all{
    font-size: 3.733vw;
    height: 11.73vw;
  }

  #solaelu .solaelu-wrapper .l-purchase-lineup-all-link a.txt-all span{
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.6vw;
    margin-top: 0.6vw;
  }
}


/* footer */
#solaelu .solaelu-wrapper .l-footer{
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 115px; 
}

#solaelu .solaelu-wrapper .l-footer .l-footer-enethos-title{
  font-size: 20px;
  font-weight: 700;
}

#solaelu .solaelu-wrapper .l-footer .l-footer-enethos-img{
  margin: 16px auto 0;
  width: 540px;
  height: auto;
  aspect-ratio: 3 / 1;
}

#solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-title{
  margin: 90px auto 0;
  color: var(--color-blue);
  font-size: 32px;
  font-weight: 700;
}

#solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-wrapper{
  width: 56.4%;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
}

#solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-wrapper .l-footer-sdgs-img01{
  width: 65.645%;
}

#solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-wrapper .l-footer-sdgs-img02{
  width: 28.548%;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #solaelu .solaelu-wrapper .l-footer{
    margin: 0 auto 0;
    padding-top: 8.98vw; 
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-enethos-title{
    font-size: 1.5625vw;
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-enethos-img{
    margin: 1.25vw auto 0;
    width: 42.2vw;
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-title{
    margin: 7vw auto 0;
    font-size: 2.5vw;
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-wrapper{
    margin: 64px auto 0;
    width: 48.44vw;
  }
}

@media screen and (max-width: 768px) {
  #solaelu .solaelu-wrapper .l-footer{
    max-width: unset;
    width: 87.2%;
    margin: 0 auto 20vw;
    padding-top: 14.4vw; 
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-enethos-title{
    font-size: 3.7333vw;
    font-weight: 700;
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-enethos-img{
    margin: 2.4vw auto 0;
    width: 100%;
  }
  
  #solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-title{
    margin: 14.4vw auto 0;
    font-size: 5.333vw;
    line-height: 1.5;
    text-align: center;
  }

  #solaelu .solaelu-wrapper .l-footer .l-footer-sdgs-wrapper{
    width: 92.66%;
    margin: 7.46667vw auto 0;
  }
}

/* btn-purchase */
.l-btn-purchase{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 355px;
  height: 212px;
  aspect-ratio: 355 / 212;
}

@media screen and (max-width: 768px) {
  .l-btn-purchase{
    bottom: 2.1333vw;
    right: 3vw;
    width: 38.4vw;
    height: 21.93vw;
  }
}

@keyframes pulse-attention {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#btn-purchase {
  animation: pulse-attention 5s ease-in-out infinite;
}


/* l-install-status */

#solaelu .solaelu-wrapper .l-install-status{
  padding: 108px 0 115px;
  background: rgba(180,166,107,0.06);
  margin: 0 auto;
}

#solaelu .solaelu-wrapper .l-install-status h4{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #20A1B3;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #solaelu .solaelu-wrapper .l-install-status{
    padding: 8.4375vw 0 8.984vw;
  }

  #solaelu .solaelu-wrapper .l-install-status h4{
    font-size: 2.8125vw;
  }

}

@media screen and (max-width: 768px) {
  #solaelu .solaelu-wrapper .l-install-status{
    padding: 16vw 0 16vw;
  }

  #solaelu .solaelu-wrapper .l-install-status h4{
    font-size: 5.333vw;
  }
}

/* modal */
#solaelu .contents_block{
    display: flex;
    max-width: 1024px;
    width: 100%;
    margin: 53px auto 0;
}
#solaelu .contents-btn_block{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 50px 30px;
}
#solaelu .contents-btn_block .modal-open{
  position: relative;
  width: 320px;
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}

#solaelu .contents-btn_block .modal-open:hover{
  opacity: 0.7;
  transition: 0.2s;
}

#solaelu .contents-btn_block .modal-open .btn_text{
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 16px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

#solaelu .contents-btn_block .modal-open .btn_text > span{
  text-align: center;
  font-size: 14px;
}

#solaelu .contents-btn_block .modal-open .btn_power-output{
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
  font-size: 16px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

#solaelu .contents-btn_block .modal-open .btn_power-output dt{
  background: #F5E9E9;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  padding: 2px 0 2px 5px;
  height: 32px;
}

#solaelu .contents-btn_block .modal-open .btn_power-output dd{
  font-weight: 400;
  margin-right: 13px;
  padding: 2px 0 2px 10px;
  height: 32px;
}

#solaelu .contents-btn_block .modal-open .btn_power-output dt span{
  display: inline-flex;
  background: url(../img/2506/ico-gengerating-capacity.svg) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}

#solaelu .contents-btn_block .modal-open::before{
  display: block;
  content: '';
  width: 100%;
  height: 320px;
  background-size: 100%;
}
#solaelu .contents-btn_block .modal-open:first-of-type::before{
  background-image: url(../img/2604/status-station-hotarugaike.png);
}
#solaelu .contents-btn_block .modal-open:nth-of-type(2)::before{
  background-image: url(../img/2506/status-station-nishinomiya_kitaguchi.png);
}
#solaelu .contents-btn_block .modal-open:nth-of-type(3)::before{
  background-image: url(../img/2506/status-station-settsu_shi.png);
}
#solaelu .contents-btn_block .modal-open:nth-of-type(4)::before{
  background-image: url(../img/2506/status-depot-shojaku.png);
}
#solaelu .contents-btn_block .modal-open .btn_icon{
  position: absolute;
  top: 258px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url(../img/2506/btn-expand.svg) no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {

  #solaelu .contents-btn_block .modal-open .btn_power-output dt{
    height: 32px;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dd{
    height: 32px;
  }

  #solaelu .contents-btn_block .modal-open .btn_icon{
    top: calc(27.3vw - 62px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  #solaelu .contents_block{
    width: 90%;
    margin: 4.14vw auto 0; 
  }

  #solaelu .contents-btn_block{
    gap: 2.34375vw;
  }

  #solaelu .contents-btn_block .modal-open{
    width: 27.3vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_text{
    margin-top: 1vw;
    font-size: 1.875vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output{
    margin-top: 1vw;
    font-size: 1.333vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dt{
    gap: 8px;
    height: 3vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dd{
    margin-right: 0;
    height: 3vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dt span{
    width: 24px;
    height: 24px;
  }

  #solaelu .contents-btn_block .modal-open::before{
    height: 27.3vw;
  }
  #solaelu .contents-btn_block .modal-open .btn_icon{
    top: calc(25.7375vw - 24px);
    right: 1.5625vw;
    width: 3.28215vw;
    height: 3.28215vw;
  }
}

@media screen and (max-width: 768px) {
  #solaelu .contents_block{
    flex-wrap: wrap;
    max-width: unset;
    width: 87.2%;
    margin: 5.6vw auto 0;
  }
  #solaelu .contents-btn_block{
    gap: 6.4vw 0;
    align-items: flex-start;
  }

  #solaelu .contents-btn_block .modal-open{
    width: 41vw;
    height: auto;
  }

  #solaelu .contents-btn_block .modal-open .btn_text{
    margin-top: 2vw;
    font-size: 4.26667vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_text > span{
    font-size: 3.2vw;
    white-space: nowrap;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.1333vw;
    font-size: 3.2vw;
    gap: 1vw;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dt{
    gap: 0;
    width: 100%;
    height: 8.533vw;
    max-height: 56px;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dd{
    margin-right: 0;
    text-align: left;
    width: 100%;
    height: 8.533vw;
    max-height: 56px;
  }

  #solaelu .contents-btn_block .modal-open .btn_power-output dt span{
    width: 5.6vw;
    height: 5.6vw;
  }

  #solaelu .contents-btn_block .modal-open::before{
    display: block;
    content: '';
    width: 100%;
    height: 41vw;
    background-size: 100% auto;
  }
  #solaelu .contents-btn_block .modal-open:first-of-type::before{
    background-image: url(../img/2604/status-station-hotarugaike.png);
  }
  #solaelu .contents-btn_block .modal-open:nth-of-type(2)::before{
    background-image: url(../img/2506/status-station-nishinomiya_kitaguchi.png);
  }
  #solaelu .contents-btn_block .modal-open:nth-of-type(3)::before{
    background-image: url(../img/2506/status-station-settsu_shi.png);
  }
  #solaelu .contents-btn_block .modal-open:nth-of-type(4)::before{
    background-image: url(../img/2506/status-depot-shojaku.png);
  }
  #solaelu .contents-btn_block .modal-open .btn_icon{
    top: 29.8vw;
    right: 2.66667vw;
    width: 8.5333vw;
    height: 8.5333vw;
    background: url(../img/2506/btn-expand.svg) no-repeat;
    background-size: 100% auto;
  }
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background: url('../img/2506/modal-bg.svg') repeat-y;
  background-size: 100% auto;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal .modal__content {
  width: 100%;
  max-height: 80vh;
  overflow-y: scroll;
  position: relative;
  overflow: visible;
}
.modal .modal__content::-webkit-scrollbar {
  display: none;
}
.modal .modal_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1145px;
  margin: 0 auto;
  background: #FFF;
  letter-spacing: -0.03em;
  position: relative;
  overflow: visible;
  box-shadow: 0 6px 12px rgba(0, 109, 204, 0.2);
}

.modal .modal_inner .modal-lead{
  position: absolute;
  top: -66px;
  left: -10px;
  width: 438px;
  height: 108px;
  z-index: 2;
  background: none;
  display: block;
  pointer-events: none;
  will-change: transform;
}

.modal .modal__close-btn::after {
  display: none;
}
.modal .modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  border: none;
  background: url('../img/2506/modal-btn-close.svg') no-repeat;
  background-size: 100% auto;
  transition: background-color 0.2s ease;
}
.modal .modal__close-btn:hover {
  opacity: 0.8;
}

.modal .swiper-contents-01{
  display: flex;
  width: 100%;
  min-height: 600px;
  position: relative;
}

.modal .swiper-contents-01 > figure{
  width: 60.6%;
}

.modal .swiper-contents-01 > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal .swiper-contents-01 .modal_title-block{
  width: 39.4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding: 30px 44px;
}
.modal .swiper-contents-01 .modal_title-block .title{
  color: #20A1B3;
  font-size: 36px;
  font-weight: 700;
  margin-top: 5px;
}
.modal .swiper-contents-01 .modal_title-block .title > span{
  display: block;
  font-size: 16px;
  margin-top: 0.8em;
}

.modal .swiper-contents-01 .modal_title-block .power-output{
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  margin-top: 5px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

.modal .swiper-contents-01 .modal_title-block .power-output dt{
  background: #F5E9E9;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-weight: 700;
  padding: 5px 0 5px 10px;
  width: 60%;
}

.modal .swiper-contents-01 .modal_title-block .power-output dd{
  font-weight: 400;
  margin-right: 13px;
  padding: 5px 0 5px 25px;
}

.modal .swiper-contents-01 .modal_title-block .power-output dt span.icon{
  display: inline-flex;
  background: url(../img/2506/ico-gengerating-capacity.svg) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}


.modal .swiper-contents-01 .modal_title-block .detail{
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DBDBDB;
  font-size: 16px;
}

.modal .swiper-contents-01 .modal_title-block .detail dt{
  width: 45.833%;
  background: #E9F4F5;
  border-bottom: 1px solid #DBDBDB;
  padding: 5px 10px;
  font-weight: 400;
}
.modal .swiper-contents-01 .modal_title-block .detail dt > span{
  font-size: 12px;
}
.modal .swiper-contents-01 .modal_title-block .detail dd{
  width: 54.167%;
  border-bottom: 1px solid #DBDBDB;
  padding: 5px 10px;
}

.modal .swiper-contents-01 .modal_title-block .detail dd > span{
  display: block;
  font-size: 14px;
  line-height: 1.428;
}

.modal .swiper-contents-01 .modal_title-block .notice{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em;
  font-size: 14px;
  line-height: 1.4286;
}

.modal .swiper-contents-01 .modal_title-block .notice::before{
  content: "※";
}

.modal .swiper-contents-01 .modal_title-block .modal_daily .modal_daily_title{
  font-size: 14px;
}

.modal .swiper-contents-01 .modal_title-block .daily{
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.4286;
  position: relative;
  margin-bottom: .2rem;
}
.modal .swiper-contents-01 .modal_title-block .daily:last-child{
  margin-bottom: 0;
}

.modal .swiper-contents-01 .modal_title-block .daily::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #20A1B3;
}

.modal .swiper-pagination-bullet-active {
  border: solid 1px #95233B;
  background: #95233B;
}
.modal .swiper-button-next,
.modal .swiper-button-prev {
  position: absolute;
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: block;
  content: '';
  width: 56px;
  height: 56px;
  background-size: 100%;
}
.modal .swiper-button-next::before,
.modal .swiper-button-prev::before,
.modal .swiper-button-next::after,
.modal .swiper-button-prev::after {
  content: '';
}
.modal .swiper-button-next{
  right: 50%;
  transform: translateX(calc(50% + 572.5px));
  background-image: url(../img/2506/modal-btn-next.svg);
}
.modal .swiper-button-prev {
  left: 50%;
  transform: translateX(calc(-50% - 572.5px));
  background-image: url(../img/2506/modal-btn-prev.svg);
}

@media screen and (min-width: 1141px) and (max-width: 1280px) {
  .modal .swiper-contents-01{
    min-height: 53vw;
  }

  .modal .swiper-button-next{
    transform: translateX(calc(50% + 45vw));
  }
  .modal .swiper-button-prev {
    transform: translateX(calc(-50% - 45vw));
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dt{
    padding: 5px 5px 5px 10px;
    width: 65%;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dd{
    padding: 5px 0 5px 10px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1140px) {

  .modal .modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .modal .modal__content {
    width: 100%;
    max-height: 80vh;
    overflow-y: scroll;
    overflow: visible;
  }
  .modal .modal__content::-webkit-scrollbar {
    display: none;
  }
  .modal .modal_inner {
    width: 90vw;
    max-width: unset;
  }
  .modal .modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    z-index: 20;
    border: none;
    background: url('../img/2506/modal-btn-close.svg') no-repeat;
    background-size: 100% auto;
    transition: background-color 0.2s ease;
  }
  .modal .modal__close-btn:hover {
    opacity: 0.8;
  }

  .modal .swiper-contents-01{
    display: flex;
    /* max-width: 1145px; */
    width: 100%;
    min-height: 61vw;
  }

  .modal .swiper-contents-01 .modal_title-block{
    width: 39.4%;
    gap: 16px;
    padding: 30px 44px;
  }
  .modal .swiper-contents-01 .modal_title-block .title{
    font-size: 36px;
  }

  .modal .swiper-contents-01 .modal_title-block .title > span{
    font-size: 16px;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output{
    width: 100%;
    font-size: 14px;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dt{
    padding: 5px 5px 5px 5px;
    width: 65%;
    gap: 4px;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dt span{
    font-size: 0.75em;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dd{
    padding: 5px 0 5px 5px;
  }

  .modal .swiper-contents-01 .modal_title-block .detail{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DBDBDB;
    font-size: 14px;
    margin-top: 13px;
  }
  .modal .swiper-contents-01 .modal_title-block .detail dt{
    width: 45.833%;
    padding: 5px 10px;
  }

  .modal .swiper-contents-01 .modal_title-block .detail dt > span{
    font-size: 12px;
  }
  .modal .swiper-contents-01 .modal_title-block .detail dd{
    width: 54.167%;
    border-bottom: 1px solid #DBDBDB;
    padding: 5px 10px;
  }

  .modal .swiper-contents-01 .modal_title-block .detail dd > span{
    font-size: 14px;
  }

  .modal .swiper-contents-01 .modal_title-block .notice{
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.5em;
    font-size: 14px;
    line-height: 1.4286;
  }

  .modal .swiper-contents-01 .modal_title-block .notice::before{
    content: "※";
  }

  .modal .swiper-contents-01 .modal_title-block .modal_daily .modal_daily_title{
    font-size: 12px;
  }

  .modal .swiper-contents-01 .modal_title-block .daily{
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 0.5rem;
    line-height: 1.4286;
    position: relative;
  }
  .modal .swiper-contents-01 .modal_title-block .daily:last-child{
    margin-bottom: 0;
  }

  .modal .swiper-contents-01 .modal_title-block .daily::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #20A1B3;
  }

  .modal .swiper-pagination-bullet-active {
    border: solid 1px #95233B;
    background: #95233B;
  }
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    background-size: 100%;
  }
  .modal .swiper-button-next{
    transform: translateX(calc(50% + 45vw));
  }
  .modal .swiper-button-prev {
    transform: translateX(calc(-50% - 45vw));
  }
}

@media (max-width: 1023px) {
  /* .swiper .swiper-slide {
    height: auto;
  }

  .swiper .swiper-slide-item {
    height: 100%;
  } */

  .modal .modal__content {
    max-height: 92.5vh;
    height: auto;
    overflow: visible;
  }

  .modal .modal_inner {
    width: 87.2vw;
    max-width: unset;
    background: none;
    box-shadow: none;
  }

  .modal .modal_inner .modal-lead{
    position: absolute;
    top: -6.875vw;
    left: -2vw;
    width: 78vw;
    height: 19.2329vw;
  }

  .modal .modal__close-btn {
    width: 10.6667vw;
    height: 10.6667vw;
  }
  .modal .modal__close-btn:hover {
    opacity: 0.8;
  }

  .modal .swiper-contents-01{
    flex-direction: column;
    height:  100%;
    min-height: unset;
    background: #fff;
  }

  .modal .swiper-contents-01 > figure{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58.15vw;
  }

  .modal .swiper-contents-01 .modal_title-block{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.133vw; /* 8px */
    padding: 10.6667vw 7.2vw 68.8417vw;
  }
  .modal .swiper-contents-01 .modal_title-block .title{
    font-size: 5.8667vw;
  }
  .modal .swiper-contents-01 .modal_title-block .power-output{
    width: 100%;
    font-size: 3.7333vw;
    margin-top: 0;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dt{
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 700;
    width: 63%;
  }

  .modal .swiper-contents-01 .modal_title-block .power-output dt span.icon{
    width: 5.6vw;
    height: 5.6vw;
  }
  .modal .swiper-contents-01 .modal_title-block .power-output dt span{
    font-size: 0.75em;
    line-height: 2;
  }

  .modal .swiper-contents-01 .modal_title-block .title > span{
    font-size: 4.2667vw;
  }
  .modal .swiper-contents-01 .modal_title-block .detail{
    max-width: unset;
    font-size: 3.7333vw;
  }
  .modal .swiper-contents-01 .modal_title-block .detail dt{
    width: 38.46%;
    padding:  2.133vw 2.4vw;
  }
  .modal .swiper-contents-01 .modal_title-block .detail dt > span{
    font-size: 3.2vw;
  }
  .modal .swiper-contents-01 .modal_title-block .detail dd{
    width: 61.54%;
    padding: 2.133vw 2.4vw;
    display: flex;
    flex-direction: column;
  }

  .modal .swiper-contents-01 .modal_title-block .detail dd > span{
    font-size: 3.733vw;
  }

  .modal .swiper-contents-01 .modal_title-block .notice{
    font-size: 3.2vw;
  }

  .modal .swiper-contents-01 .modal_title-block .modal_daily .modal_daily_title{
    font-size: 3.7333vw;
  }

  .modal .swiper-contents-01 .modal_title-block .daily{
    /* margin-top: 2.6667vw;   10px */
    padding-left: 4.26667vw;
    font-size: 3.7333vw;
  }

  .modal .swiper-contents-01 .modal_title-block .daily::before{
    width: 2.6667vw;
    height: 2.6667vw;
  }

  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    position: fixed;
    width: 10.6667vw;
    height: 10.6667vw;
  }
  .modal .swiper-button-next{
    right: 50%;
    transform: translateX(calc(50% + 43.6vw));
    background-image: url(../img/2506/modal-btn-next.svg);
  }
  .modal .swiper-button-prev {
    left: 50%;
    transform: translateX(calc(-50% - 43.6vw));
    background-image: url(../img/2506/modal-btn-prev.svg);
  }
}

@media (max-width: 768px) {
  .modal .modal__close-btn {
    position: fixed;
    top: 3.75vh;
    right: 6.4vw;
  }
}

/* movie */
#solaelu .solaelu-wrapper .l-movie{
  margin: 110px auto 0;
  max-width: 640px;
}

#solaelu .solaelu-wrapper .l-movie .youtube-movie {
    display: block;
    position: relative;
    width: min(100%, 640px);
    height: 0;
    padding-top: min(56.25%, 360px);
}

#solaelu .solaelu-wrapper .l-movie .youtube-movie > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    #solaelu .solaelu-wrapper .l-movie{
        width: 87.2%;
        margin: 19.5327vw auto 0;
        max-width: unset;
    }
}