/*
Theme Name: Good Cycling
Description: シェアサイクル事業を展開する企業様のLP
Author: tsuboi
*/


@charset "UTF-8";

body {
  font-family: "lato", "Futura", "M PLUS Rounded 1c", "游ゴシック体 Pr6N R", "Yu Gothic Pr6N R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05rem;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  margin-top: 96px;
  padding: 0 24px;
}

.section-wrapper {
  position: relative;
}

.section-title {
  position: absolute;
  font-size: 40px;
  top: 1.5%;
  left: 1.5%;
  gap: 32px;
  align-items: end;
  letter-spacing: 0.1rem;
  /* color: #51656f; */
  color: #333;
  text-shadow: 1px 1px 2px #fff; /* 影の位置と色を調整 */
}

.section-title p {
  font-size: 16px;
}

.section-img {
  margin-top: 32px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) inset;
  border-radius: 15px;
}

.section-img img {
  border-radius: 15px;
}

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

.bike-image {
  margin-top: 24px;
  transition: transform 3s ease;
  animation: moveBike 5s linear infinite;
}

@keyframes moveBike {
  0% {
      transform: translateX(100%); /* 画面の右端からスタート */
  }
  100% {
      transform: translateX(-100%); /* 画面の左端まで移動 */
  }
}

.bike-image img {
  max-width: 100%;
}

.background img {
  height: 32px;
  background-repeat: no-repeat;
}

.cta {
  margin-top: 32px;
  padding-top: 48px;
  padding-bottom: 24px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(127, 202, 244, 1), rgba(164, 220, 255, 1));
}

/* .cta::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 40px;
  width: 64px;
  height: 64px;
  background-image: url('images/logo/アプリアイコン.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (max-width: 768px) {
  .cta::before {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }
} */

.google-play {
  width: 132px;
  position: relative;
  top: 5px;
}

button {
  margin: 0 8px;
}

.cta-text01 {
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}

.cta-text02 {
  color: #333;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}

.cta-label {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .cta-label::before {
    top: -10px;
    left: -10px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------
main-pc
----------------------------------------*/

.main-pc {
  background-image: url(images/picture/fv-1.jpg);
  background-size: cover;
  max-width: 1280px;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.logo-area {
  padding: 30px 48px;
}

.pc-logo {
  margin-top: 24px;
  display: none;
}

.pc-logo img {
  width: 96px;
}

.pc-title {
  color: #fff;
}

.menu-pc {
  padding: 30px 48px;
}

.menu-pc h3 {
  color: #fff;
}

.nav-pc {
  margin-top: 24px;
}

.nav-pc ul li {
  margin-bottom: 16px;
}

.nav-pc a {
  color: #fff;
}

.subtitle {
  display: flex;
  margin-top: 64px;
  padding: 30px 48px;
  justify-content: right;
}

.subtitle h2 {
  color: #fff;
}

@media (max-width: 1024px) {

  .subtitle {
    justify-content: inherit;
  }

  .subtitle h2 {
    color: #fff;
  }
}

@media (max-width: 768px) {

  #main-visual-pc {
    display: none;
  }

  .logo-area h1 {
    display: none;
  }

  .subtitle {
    display: none;
  }

  .logo-area {
    display: none;
  }

  .menu-pc {
    display: none;
  }
}

/*-----------------------------
 モバイルエリア
 -----------------------------*/

#sp-area {
  width: 39rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  /* top: 5%; */
  left: 56%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #Fff;
  border: 1px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* ファーストビュー */
.logo-sp {
  position: fixed;
  top: 8px;
  left: 5%;
  width: 100%;
  z-index: 100;
  display: flex;
  gap: 40px;
  align-items: center;
}

.logo-sp img {
  width: 80px;
  height: auto;
}

.sp-title {
  font-family: "Futura";
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 影の位置と色を調整 */
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* フェードインアニメーションのキーフレームを定義 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper-text {
  font-family: "Futura";
  position: absolute;
  color: #fff;
  font-size: 64px;
  top: 15%;
  left: 25px;
  transform: translate();
  z-index: 5;
  /* animation: fadeIn 1s ease-in forwards; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 影の位置と色を調整 */
}

.swiper-text2 {
  font-family: "Futura";
  position: absolute;
  color: #fff;
  font-size: 64px;
  top: 21%;
  left: 25px;
  z-index: 5;
  /* animation: fadeIn 1s ease-in forwards; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 影の位置と色を調整 */
}

.mv01 {

  /* スライド アクティブ時 */
  .swiper-slide {
    &[class*=-active] {
      .slide-media img {
        transition-delay: 0s;
        transform: scale(1.05);
      }

      .slide-title {
        animation: mv01-fadeIn 2s .5s var(--easing) both;
      }
    }
  }
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(.5);
    opacity: 0;
    filter: blur(300px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@media (max-width: 1024px) {

  #sp-area {
    left: 60%;
  }
}

@media (max-width: 768px) {

  #sp-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    transform: translateX(0);
  }

  .logo-sp {
    gap: 16px;
  }

  .logo-sp img {
    width: 48px;
    height: 48px;
  }

  .sp-title {
    font-size: 32px;
  }

}

.swiper-text {
  font-size: 32px;
}

.swiper-text2 {
  font-size: 32px;
}

.mv01 {

  /* スライド アクティブ時 */
  .swiper-slide {
    &[class*=-active] {
      .slide-media img {
        transition-delay: 0s;
        transform: scale(1.05);
      }

      .slide-title {
        animation: mv01-fadeIn 2s .5s var(--easing) both;
      }
    }
  }
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(.5);
    opacity: 0;
    filter: blur(300px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

/*------------------------------
 ニュース
 ------------------------------*/

 .news {
  position: relative;
 }

.news-text {
  margin: 32px 0 64px;
  position: relative;
  color: #333;
}

.news-text::after {
  position: absolute;
  content: "";
  display: block;
  background-color: blue;
  opacity: 0.3;
  height: 1px;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.news-text h3 {
  margin-top: 8px;
  color: #333;
}

.news-text p {
  margin-top: 16px;
  color: #333;
}

.news-title {
  font-size: 24px;
  color: #333;
  letter-spacing: 0.1rem;
}

.news-title p {
  font-size: 12px;
  color: #333;
  letter-spacing: 0.1rem;
}


/* コンセプト */

.concept-text {
  margin-top: 32px;
  flex-direction: column;
  align-items: center;
}

.concept-text h3 {
  font-size: 32px;
  color: #333;
  margin-bottom: 24px;
  text-align: center;
}

.concept-text div {
  text-align: center;
}

.concept-text p {
  color: #333;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .concept-text h3 {
    font-size: 22px;
  }
}

/* サービスの特徴 */

.feature-text {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1rem;
  line-height: 2;
  color: #333;
}

.feature h3 {
  font-size: 32px;
  color: #333;
}

.feature-text h4 {
  font-size: 24px;
  color: #333;
}

.charm {
  text-align: center;
  margin-bottom: 32px;
  color: #333;
}

.feature-text p {
  margin-top: 12px;
  color: #333;
}

/* お客様の声 */

.user {
  align-self: center;
}

.user-list {
  gap: 32px;
  margin-top: 48px;
  color: #333;
}

.user-box {
  display: flex;
}

.user-img {
  width: 128px;
  text-align: center;
}

.user-img img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #676767;
}

.user-text {
  width: 100%;
}

.voice h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 8px;
}

.voice p {
  text-align: center;
}

.user-text p {
  text-align: left;
}

.voice-text {
  margin-top: 32px;
  letter-spacing: 0.1rem;
  line-height: 2;
}

/* ご利用方法 */

.use-text {
  margin-top: 32px;
  color: #333;
}

.use h3 {
  margin-top: 16px;
  font-size: 32px;
  text-align: center;
  color: #333;
}

.app p {
  text-align: center;
}

.app h3 span {
  font-size: 32px;
}

.step {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  align-items: baseline;
  color: #333;
}

.step h4 {
  font-size: 24px;
  color: #333;
}


.number h4 {
  font-size: 48px;
  color: blue;

}

.method p {
  letter-spacing: 0.1rem;
  line-height: 2;
  color: #333;
}

.method-item {
  display: flex;
  align-items: center;
  margin: 16px auto;
}

.method-item img {
  margin: 24px 24px 24px 0;
  width: 48px;
}

.method-item p {
  text-align: left;
}

.use-text p {
  margin-top: 8px;
}

.settlement {
  margin-top: 64px;
  gap: 24px;
  align-items: baseline;
  text-align: center;
}

.settlement h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.pay {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  /* justify-content: space-between; */
}

.pay-item {
  width: 40%;
}

.pay-item h4 {
  margin-bottom: 16px;
}

.pay-item img {
  width: 30%;
}

.area-box {
  margin-top: 48px;
}

.area {
  display: flex;
  gap: 24px;
  align-items: baseline;
  justify-content: center;
}

.area h3 {
  font-size: 24px;
}

.port {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.port1 img,
.port2 img {
  height: 100%;
  border-radius: 15px;
}

.port1,
.port2 {
  width: 100%;
  height: auto;
}

.info {
  margin-top: 32px;
}

.area p {
  letter-spacing: 0.1rem;
  line-height: 2;
}

@media (max-width: 768px) {

  .settlement {
    gap: 24px;
    flex-direction: column;
  }
}

/* よくある質問 */

.question h2 {
  text-align: center;
  margin-bottom: 8px;
}

.question p {
  text-align: center;
}

.qa-img {
  margin-bottom: 32px;
}

.qa-1 {
  max-width: 39rem;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 p {
  text-align: left;

}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: rgba(127, 202, 244, 1);
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

/* ご利用の注意 */

.caution h2 {
  text-align: center;
}

.caution-list {
  margin-top: 32px;
}

.ca-1 {
  max-width: 39rem;
  margin-bottom: 7px;
  /* border: 1px solid #d6dde3; */
  /* border-radius: 5px; */
}

.ca-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.ca-1 summary::before,
.ca-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.ca-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.ca-1[open] summary::after {
  transform: rotate(225deg);
}

.ca-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.ca-1[open] p {
  transform: none;
  opacity: 1;
}

/*------------------------------
 footer
 ------------------------------*/

.footer-container {
  gap: 48px;
  text-align: center;
}

.footer-logo img {
  width: 124px;
}

.sns p {
  padding: 15px 15px 32px;
}

.icon {
  display: flex;
  margin-top: 48px;
  gap: 32px;
  justify-content: center;
}

.icon img {
  width: 40px;
}

.copy-right {
  padding: 24px 0;
  text-align: center;
}

.top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgba(127, 202, 244, 1);
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  cursor: pointer;
}

.top-button:hover {
  border: 1px solid #2589d0;
  background-color: #fff;
}

.top-button:hover path {
  fill: #2589d0;
}

@media (max-width: 768px) {}
