@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    font-family: sans-serif;
}

picture {
  display: flex;
  justify-content: center;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.only-sp {
  display: none!important;
}
.only-pc {
  display: block!important;
}

a {
  transition: transform 0.3s ease;
}

img {
  width: 100%;
  height: auto;
}

/* -----------------------------
  FV
----------------------------- */

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 12px 30px; 
}

.header img {
  max-width: 320px;
}

.logo {
  border-right: solid 1px #191C5F;
  padding-right: 30px;
}

.logo img {
  max-width: 136px;
}

.group img {
  max-width: 300px;
}

.fv-main {
  background-image: url(../img/fv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fv-main img {
  max-width: 1386px;
}

.fv-copy {
    z-index: 2;
    position: relative;
    padding: 0 40px;
}

.fv .cta {
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.cta {
  background-color: #060374;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
}

.fix-cta .cta {
  background-color: #060374d1;
  padding: 10px 0;
}

.fix-cta .cta-wrap {
  max-width: 800px;
}

.fix-cta .cta-hukidashi img {
  max-width: 600px;
}


.cta-btn a {
  transition: filter 0.2s ease-out;
}

.cta-btn a:hover {
  filter: drop-shadow(0px 0px 100px rgba(108, 226, 255, 0.9));
}

.maker {
    margin: 60px 0 75px;
}

.maker-image {
  padding: 0 40px; 
}

.maker-image img {
  max-width: 1440px;
  width: 100%;
}

.item-image {
  margin-top: 45px;
  padding: 0 40px;
}

.item-image img {
  max-width: 1000px;
}

/* -----------------------------
  交換が増えている
----------------------------- */

.exchange-wrap {
  background-color: #EBECF0;
  padding-top: 30px; 
  position: relative;
}

.exchange-heading {
    z-index: 1;
    position: relative;
}

.exchange-sec {
  background-color: #FEDD78;
  padding-bottom: 160px;
}

.exchange-heading img {
    max-width: 590px;
}

.exchange-image {
  margin-top: 35px;
}

.exchange-image img {
  max-width: 1000px;
}

.exchange-item {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.reason-wrap {
  position: relative;
}

.reason-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: #EBECF0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.reason-heading {
    z-index: 1;
    position: relative;
    padding: 0 40px;
}

.reason01 {
  background-image: url(../img/reason01-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 160px 40px 60px;
}

.reason01 .reason-heading img {
  max-width: 514px;
}

.reason01-image {
    margin-top: 50px;
}

.reason01-image img{
  max-width: 1000px;
}

.reason01-text {
    margin-top: 45px;
}

.reason01-text img {
  max-width: 892px;
}

.reason02 {
  background-image: url(../img/reason02-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 60px 0 120px;
}

.reason02 .reason-heading img {
  max-width: 922px;
}

.reason02-text {
    margin-top: 45px;
    padding: 0 40px;
}

.reason02-text img {
  max-width: 799px;
}

.simulation-slider {
  margin-top: 60px;
  padding: 45px 0 30px;
  background-color: #EBECF0;
}

.simulation-slider .slick-slide img {
}

ul {
    list-style: none;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #060374;
    width: 12px;
    height: 12px;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}

.simulation-slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.simulation-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.simulation-slider .slick-prev { 
  left: 200px;
}
.simulation-slider .slick-next {
  right: 200px;
}

.simulation-slider .slick-arrow img {
  width: 55px;
  height: 55px;
  display: block;
}

.works-slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.works-slider .slick-arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.works-slider .slick-prev {
  left: 100px;
}
.works-slider .slick-next {
  right: 100px;
}

.works-slider .slick-arrow img{
  width: 55px;
  height: 55px;
  display: block;
}



/* -----------------------------
  LED
----------------------------- */

.led-change-heading {
    margin-top: -100px;
}

.led-change-heading img {
  max-width: 650px;
}

.led-change-image img {
  max-width: 1000px;
}

.led-change {
  background-image: url(../img/led-exchange-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px;
}

/* -----------------------------
  導入実績
----------------------------- */

.works {
  padding: 60px 0 30px; 
}

.works-heading {
  padding: 0 40px;
}

.works-heading img {
    max-width: 605px;
}

.works-content {
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    margin: 0 auto;
    gap: 80px 0;
    padding-bottom: 160px;
}

.works-slider .slick-list {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* -----------------------------
  ラインナップ
----------------------------- */

.lineup {
  background-image: url(../img/lineup-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 40px;
}

.lineup-heading img{
  max-width: 604px;
}

.lineup-items {
  margin-top: 50px;

}

.lineup-items img {
  max-width: 1000px;
}

.voice-sec {
  background-image: url(../img/voice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -130px;
}

.voice-heading {
    padding-top: 180px;
}

.voice-heading img {
    max-width: 800px;
}

.voice-sec {
  overflow: hidden;
}

.voice-slider .slick-list{
  overflow: visible !important;
}

.voice-item {
  filter: drop-shadow(0px 7px 20px rgba(222, 191, 97, 0.5));
  width: 380px;
  margin: 0 15px;
}

.voice-attention {
    text-align: center;
    margin: 15px 0 40px;
}

.voice-copy {
    max-width: 1440px;
    display: block;
    margin: 35px auto 0;
    text-align: right;
    font-size: 12px;
    padding-bottom: 40px;
}

/* -----------------------------
  流れ
----------------------------- */

.flow {
  background-image: url(../img/flow-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 40px 80px;
}

.flow-headding img {
    max-width: 345px;
}

.flow-image {
    margin-top: 45px;
}

.flow-image img {
    max-width: 1200px;
}


/* -----------------------------
  ABOUT
----------------------------- */

.about {
  padding: 65px 40px; 
}

.about-iamge {
    margin-top: 35px;
}

.about-heading img {
    max-width: 550px;
}

.about-iamge img{
  max-width: 1000px;
}

.fix-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffffa3;
    z-index: 999;
}

.fix-cta-wrap {
    display: flex;
    max-width: 1440px;
    justify-content: center;
    margin: 10px auto 15px;
    gap: 20px;
}

footer {
    text-align: center;
    padding: 30px 0;
}

small {
    font-size: 14px;
    font-weight: 400;
    color: #1E1E1E;
}


@media screen and (max-width: 767px) {

  img {
    width: 100%;
}

.only-sp { display: block !important; }
  .only-pc { display: none !important; }



.header {
    padding: 0;
    gap: 0;
}

.logo {
    border-right: none;
    padding: 11px 16px;
}

.group {
    background: #EBECF0;
    padding: 10px 20px;
}

.fv-copy {
    padding: 0;
}

.fv .cta {
    margin-top: 0;
}

.cta-wrap {
    display: flex;
    flex-direction: column;
}

.cta {
    flex-direction: column-reverse;
    padding: 10px 15px 10px;
    gap: 10px;
}


.maker-image {
    padding: 0 15px;
}

.item-image {
    margin-top: 15px;
    padding: 0 15px;
}

.maker {
    margin: 20px 0 30px;
}

.exchange-wrap {
    background-color: #EBECF0;
    padding: 25px 15px 20px;
    position: relative;
}

.reason .slick-slide img {
  height: 32px;
  width: auto;
}

.reason-wrap::after {
    height: 35px;
    background: #EBECF0;
}

.reason01 {
    background-image: url(../img/reason01-bg_sp.webp);
    padding: 45px 30px 30px;
}

.reason01-image {
    margin-top: 30px;
}

.reason01-text {
    margin-top: 25px;
}

.reason-heading {
    padding: 0;
}

.reason02 {
    background-image: url(../img/reason02-bg_sp.webp);
    padding: 15px 0 80px;
}

.reason02 .reason-heading {
  padding: 0 30px;
}

.reason02-text {
    margin-top: 25px;
    padding: 0px 30px;
}

.slick-list {
  margin: 0 -10px;
}
.slick-slide {
  margin: 0 10px;
}

.simulation-slider .slick-prev {
    left: 10px;
}

.simulation-slider .slick-next {
    right: 10px;
}

.simulation-slider .slick-arrow img {
   width: 32px;
   height: 32px;
}

.simulation-slider {
  margin-top: 25px;
    padding: 20px 0 5px;
}

.dots-wrap li {
    width: 6px;
    height: 6px;
}

.dots-wrap li:hover, .dots-wrap li.slick-active {
    width: 8px;
    height: 8px;
}

.dots-wrap {
    padding: 0;
}

.led-change {
    background-image: url(../img/led-exchange-bg_sp.webp);
    padding: 15px;
}

.led-change-heading {
    margin-top: -64px;
}

.lineup {
    background-image: url(../img/lineup-bg_sp.webp);
    padding: 35px 15px;
}

.lineup-items {
    margin-top: 20px;
}

.works-heading {
    padding: 0 15px;
}

.works {
    padding: 40px 0 15px;
}

.works-slider .slick-list {
    margin-top: 25px;
    margin-bottom: 18px;
}


.works-slider .slick-arrow img{
  width: 32px;
  height: 32px;
}

.works-slider .slick-prev {
  left: 10px;
}
.works-slider .slick-next {
  right: 10px;
}


.about {
    padding: 40px 15px;
}

.about-heading {
  padding: 0 15px; 
}


.flow {
    background-image: url(../img/flow-bg_sp.webp);
    padding: 45px 5px;
}

.flow-headding {
    padding: 0 80px;
}

.flow-image {
    margin-top: 25px;
}

.sp-tr {
  margin-top: -55px;
    z-index: 0;
    position: relative;
    padding-top: 60px;
}

.led-change-wrap {
    z-index: 1;
    position: relative;
}


footer {
    padding: 15px 0;
}

small {
    font-size: 12px;
    font-weight: 300;
}


.fix-cta .cta-hukidashi {
  display: none;
}

.fix-cta .cta {
    padding: 5px 0;
}

.fix-cta-wrap {
    margin: 10px;
    gap: 10px;
}


}