@charset "UTF-8";
/*
"源泉丸ゴシック" licensed under the SIL Open Font License 1.1
https://github.com/ButTaiwan/gensen-font
*/
/* GenSenRounded-R */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-R.woff") format("woff"), url("../font/GenSenRounded-R.ttf") format("truetype"), url("../font/GenSenRounded-R.ttc") format("truetype"), url("../font/GenSenRounded-R.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
/* GenSenRounded-M */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-M.woff") format("woff"), url("../font/GenSenRounded-M.ttf") format("truetype"), url("../font/GenSenRounded-M.ttc") format("truetype"), url("../font/GenSenRounded-M.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
/* GenSenRounded-B */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-B.woff") format("woff"), url("../font/GenSenRounded-B.ttf") format("truetype"), url("../font/GenSenRounded-B.ttc") format("truetype"), url("../font/GenSenRounded-B.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

/*共通*/
@media screen and (min-width: 1024px) {
	.show-pc {
		display: inherit !important;
	}
	.show-sp {
		display: none !important;
	}
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
	.show-pc {
		display: none !important;
	}
	.show-sp {
		display: inherit !important;
	}
}
html{
  width: 100%;
  overflow-x: hidden;
}
.main {
	font-family: "メイリオ";
}
.yasashisa {
	font-family: 'yasashisa';
}
img {
    width: 100%;
}
h1{
  color: #524B3D;
  font-size:3rem;
  font-weight: bold;
  line-height: 1.32;
}
h2{
  color: #78B988;
  font-size:1.2rem;
  text-align: center;
  /* margin: 0 0 30px 0; */
}
h3{
  color: #524B3D;
}
p{
  color: #524B3D;
  font-size: 1.6rem;
  font-size: 3.73vw;
}
small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}
video {
  width: 100%;
}
.scroll-content .title {
  color: #78B988;
  padding-bottom: 6.13%;
}
.scroll-content .title h2{
  padding-top: 10.4%;
  font-size: 8.27vw;
  line-height: 0.774;
  letter-spacing:1.86px;
}
.scroll-content .title .custom-line{
  width: 8%;
  height: 1%;
  margin: 3.05vw auto 4.05vw;
  border-top: 2px solid #78B988;
}
.scroll-content .title p {
  color: #78B988;
  text-align: center;
  font-size: 4.27vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .scroll-content .title {
    color: #78B988;
    padding: 44px 0;
  }
  .scroll-content .title h2{
    padding-top: 0px;
    font-size: 42px;
    line-height: 0.571;
    letter-spacing:2.52px;
  }
  .scroll-content .title .custom-line{
    width: 8%;
    height: 1%;
    margin: 15.5px auto 16.5px;
    border-top: 2px solid #78B988;
  }
  .scroll-content .title p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
}
.wrapper {
  display: flex;
  height: 100vh; /* 全高にする場合 */
  background-image: url('/lp-assets/images/photobook/BG-pc-dots.svg');
}

.pc-content-left,
.pc-content-right {
  flex: 1; /* 左右は残り幅を均等割 */
}

.scroll-content {
  width: 100%; /* デフォルトはSP用に全幅 */
  overflow-y: auto; /* PC用にスクロール */
}

.scroll-content::-webkit-scrollbar {
  display: none; /* Chrome, Safariで非表示 */
}

.scroll-content {
  -ms-overflow-style: none;  /* IE/Edge用 */
  scrollbar-width: none;     /* Firefox用 */
}

@media (min-width: 1024px) {
  .scroll-content {
    width: 500px; /* PC時は中央を固定幅 */
  }

  .pc-content-left,
  .pc-content-right {
    display: block; /* PC用に表示 */
  }
  [class^="sec-"] .inner {
    width: 84%;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .pc-content-left,
  .pc-content-right {
    display: none; /* SPでは非表示 */
  }
  .scroll-content {
    width: 100%; /* SPは全幅 */
  }
  .scroll-content-inner {
    margin-top: 70px;
  }
  img{ 
    width: 100%;
  }
  [class^="sec-"] .inner {
    width: 78.67%;
    margin: 0 auto;
  }
}


/* slickのスタイル */
@media screen and (max-width: 1023px) and (min-width: 1px) {
	.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/*共通ここまで*/


/* PC版ここから */

/* PC版ここまで */

/* pc-content-leftここから */
@media (min-width: 1024px) {
  .pc-content-left {
    display: block;
    width: 200px; /* 左メニュー幅 */
  }
  .sp-header,
  .sp-nav,
  .overlay {
    display: none;
  }
  /* .pc-content-left-inner{
    padding: 1vw;
    padding: 3.125vw 5.777778vw 2.777778vw;
  } */
  .pc-content-left-inner li{
    /* width: 264px; */
    padding-bottom: 20px;
    font-size: 20px;
    color: #78B988;
    letter-spacing: 1.6px;
  }
  .pc-content-left-inner .cta-btn {
    width: 154px;
    height: 48px;
    margin-bottom: 14px;
    background: #78B988;
    color: #fff;
    border: 2px solid #78B988;
    border-radius: 24px;
    margin-top: 36px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
  }
  .pc-content-left-inner {
  display: flex;
  justify-content: center; /* 子要素(.nav)を横方向中央 */
  align-items: center;     /* 縦方向中央（必要なら） */
  height: auto;
  padding-top: 100px;
}
  .nav {
    text-align: left; /* ナビ内の要素も中央寄せ */
    width: 47%;
    max-width: 194px;
  }
  .pc-content-left-inner .nav ul img {
    /* width: 52%; */
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

/* SP版 */
@media (max-width: 1023px) {
  .pc-content-left {
    display: none; /* サイドメニュー非表示 */
  }
  .sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff; /* ヘッダー背景色 */
    color: #524B3D;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1000;
  }
  /* サービスロゴ */
  .sp-header-left {
    display: flex;
    align-items: center;
  }
  .sp-header-left .logo {
    width: 30px;
    height: 30px;
  }
  .sp-header-left .logo-text {
    width: 116px;
    margin-left: 8px;
  }

  /* CTAボタン */
  .sp-header-center {
    position: absolute;
    right: 57px;
    width: 120px;
  }
  .sp-header-center .cta-btn {
    width: 120px;
    background: #78B988;
    color: #fff;
    padding: 11px 21px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
  }
  .sp-header-center .cta-btn a {
    display: inline-block;
  }
  /* ハンバーガーボタン */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent; /* button初期スタイル除去不要 */
    border: none;            /* button特有の線なし */
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 9999;           /* 前面に */
  }

  .hamburger span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #524B3D;
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* ☓アニメーション */
  .hamburger.active span:nth-child(1) {
      transform: translateY(7.5px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
      opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
      transform: translateY(-7.5px) rotate(-45deg);
  }

/* ========== SPメニュー ========== */
  .sp-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    color: #fff;
    transition: right 0.3s ease;
    z-index: 999;
    padding: 60px 20px 20px;
  }
  .sp-nav.active {
    top: 70px;
    right: 0;
  }
  .sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-nav ul li {
    margin: 20px 0;
    border-bottom: solid 1px #D3D3C8;
    color: #524B3D;
  }
  .sp-nav ul li a {
    color: #524B3D;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 18px 0;
  }
  .sp-nav .btn {
    margin-top: 36px;
  }
  .sp-nav .btn .cta-btn {
    margin-bottom: 20px;
    position: inherit;
    width: 154px;
    height: 36px;
    background: #78B988;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-align: center;
    /* margin: 0 auto; */
    line-height: 0;
    }
    .sp-nav .btn .login{
      background: #fff;
      color: #524B3D;
      border: 2px solid #524B3D;
      border-radius: 24px;
    } 
    .sp-nav .btn .login a{
      color: #524B3D;
      text-align: center;
    }
    .sp-nav .btn a {
      text-decoration: none;
      display: block;
      padding: 15px 0;
      padding: 18px 0;
    }

/* ========== オーバーレイ ========== */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 998;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}


/* pc-content-leftここまで */


/* scroll-contentここから */

/* sec-eyecatchここから */
.sec-Eyecatch{
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.sec-Eyecatch .inner {
  width: 84.27%;
}
.sec-Eyecatch .inner  p{
  padding-bottom: 11.2%;
  font-size: 3.73vw;
  line-height: 1.714;
}
/* .sec-Eyecatch .App .inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  width: 84%;
  height: 0vw;
  padding: 13.47vw 0;
  font-size: 4.53vw;
} */
.sec-Eyecatch h1{
  /* position: relative;
  top: -19vw; */
  margin-top: -8rem;
}
.sec-Eyecatch .small-text {
  font-size: 4vw;
  font-weight: bold;
}
.sec-Eyecatch .App .App-icon{
  width: 12%;
  margin-right: 3.17%;
}
.sec-Eyecatch .App .App-list{
  display: flex;
  flex-wrap: wrap;
}
.sec-Eyecatch .App .inner {
  margin: 0 auto;
  margin-top: 43px;
  width: 100%;
  /* height: 120px; */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sec-Eyecatch .AppStore img{
  width:152px;
  height: 49px;
  padding-top: 8px;
  padding-right: 0px;
}
.sec-Eyecatch .GooglePlay img{
  width:152px;
  height: 64px;
}
.sec-Eyecatch .App p{
  width: 100%;
  padding-top: 0px;
  font-weight: bold;
}
.sec-Eyecatch .App .App-text{
  width: 40%;
}


@media screen and (max-width: 1023px) and (min-width: 1px) {
  .sec-Eyecatch{
    background: #fff;
  }
  .eyecatch-slider {
    position: relative;
    width: 100vw; /* ビューポート幅いっぱい */
    margin-left: calc(-50vw + 50%); /* 親の中央基準に合わせる */
  }
  .eyecatch-slider img {
    width: 100%;
    height: auto;
    display: block;
  }
  .sec-Eyecatch h1{
    /* position: relative;
    top: -19vw; */
    margin-top: -6rem;
  }
  .sec-Eyecatch .App .inner {
    width: 100%;
    margin-bottom: 22px;
    margin-top: 16px;
  }
  .sec-Eyecatch .App .App-list{
    display: flex;
    flex-wrap: nowrap;
  }
  .sec-Eyecatch .App .App-icon{
    /* width: 14%;
    min-width: 45px;
    margin-right: 3.17%; */
    min-width: 40px;
    margin-right: 3.17%;
  }
  .sec-Eyecatch .AppStore img{
    width: 123px;
    height: 49px;
    padding-right: 1.33vw;
    /* width: 30.13vw;
    max-width: 152px;
    padding-top: 8px;
    padding-right: 1.33vw; */
  }
  .sec-Eyecatch .GooglePlay img{
    width: 142px;
    height: 64px;
    /* width: 33.87vw;
    height: 64px;
    max-width: 142px; */
  }
}
@media (min-width: 1024px) {
  .sec-Eyecatch .inner {
    width: auto;    /* SPは制限解除 */
  }
  .sec-Eyecatch .inner p {
    width: 420px;
    margin: 0 auto;
    padding-top: 32px;
    font-size: 19px;
    line-height: 1.684;
  } 
  .sec-Eyecatch h1{
    margin-top: -67px;
    margin-bottom: -15px;
    padding-left: 40px;
    font-size:36px;
  }
  .sec-Eyecatch .small-text {
  font-size: 21px;
  font-weight: bold;
  }
}

/* sec-eyecatchここまで */

/* sec-Featureここから */
.sec-Feature {
  background-image: url('/lp-assets/images/photobook/BG-White.svg');
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: right top; /* 右上に配置 */
  background-size: auto; /* 画像サイズそのまま */
}
.sec-Feature .inner{
  padding-bottom: 13.33%;
}
.sec-Feature .features-list img{
  width: 100%;
}
.sec-Feature .features-list li {
  margin-bottom: 11.2%;
  text-align: center;
}
.sec-Feature .features-list h3{
  margin: 5.87% 0 2.8%;
  padding-bottom: 1.73%;
  font-size: 4.53vw;
  font-weight: bold;
  text-align: center;
  /* text-decoration: underline; */
  display: inline-block;
  border-bottom: 1px solid #524B3D;
}
.sec-Feature .features-list p{
  margin-bottom: 2.8%;
  text-align: left;
  line-height: 1.714;
}

@media (min-width: 1024px) {
  .sec-Feature{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sec-Feature .inner{
  padding-bottom: 54px;
  }
  .sec-Feature .features-list h3{
    font-size: 25px;
  }
  .sec-Feature .features-list p{
  width: 396px;
  font-size: 19px;
  line-height: 1.684;
  }
  .sec-Feature .features-list li {
  margin-bottom: 63px;
  }
}
/* sec-Featureここまで */

/* sec-Howtouseここから */
.sec-Howtouse{
  background-color: #fff;
}
.sec-Howtouse .inner{
    padding-bottom: 18.67%;
}
.sec-Howtouse p{
  margin-bottom: 13.07%;
  font-size: 3.13vw;
  line-height: 1.786;
} 
.arrow-bottom{
    width: 5px;
    height: 20px;
    margin: 20px auto;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skewY(135deg);
}
.sec-Howtouse .step-title-01::before{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  background: url('/lp-assets/images/photobook/icon-01.svg') no-repeat;
  background-size: contain;
}
.sec-Howtouse .step-title-02::before{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  background: url('/lp-assets/images/photobook/icon-02.svg') no-repeat;
  background-size: contain;
}
.sec-Howtouse .step-title-03::before{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  background: url('/lp-assets/images/photobook/icon-03.svg') no-repeat;
  background-size: contain;
}
.sec-Howtouse h3 {
  font-size: 4.8vw;
  text-align: center;
}
.sec-Howtouse .step-image {
  padding-top: 6.13%;
}

@media (min-width: 1024px) {
  .sec-Howtouse p{
    margin-bottom: 70px;
    font-size: 19px;  
    line-height: 1.684;
  }
  .sec-Howtouse h3 {
    font-size: 22px;
  } 
  .sec-Howtouse .title {
    padding: 70px 0 41px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
  .sec-Howtouse p{
    margin-bottom: 0;
    font-size: 3.73vw;
    line-height: 1.714;
  } 
  .sec-Howtouse .step-list{
    margin-top: 13.07%;
  }
}


/* sec-Howtouseここまで */
/* sec-Size-Priceここから */
.sec-Size-Price{
  background-image: url('/lp-assets/images/photobook/BG-White.svg');
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: right top; /* 右上に配置 */
  background-size: auto; /* 画像サイズそのまま */
}
.sec-Size-Price .size-item {
  padding: 40px;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
}
.sec-Size-Price p{
  line-height: 1.714;
}
.sec-Size-Price .size-title{
  width: 120px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 8.8%;
  background: #78B988;
  border-radius: 24px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
} 
.sec-Size-Price .A4-size{
  background: #E5E5E5;
}
.sec-Size-Price .size-item p{
  padding-top: 2.9%;
  font-size: 3.2vw;
  text-align: left;
}
.sec-Size-Price .slick-prev:before,
.sec-Size-Price .slick-next:before {
  content: "";  /* テキスト削除 */
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
}
/* 右向きのくの字矢印 */
.sec-Size-Price .slick-next:before {
  border: solid #524B3D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  border-radius: 3px; /* 角丸 */
  transform: rotate(-45deg);
}
/* 左向きのくの字矢印 */
.sec-Size-Price .slick-prev:before {
  border: solid #524B3D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  border-radius: 3px;
  transform: rotate(135deg);
}
.slick-prev.slick-disabled{
  display: none !important; /* 前後にスライドがなければ非表示 */
}
.slick-next.slick-disabled {
  display: none; /* 前後にスライドがなければ非表示 */
}

@media (min-width: 1024px) {
  .sec-Size-Price{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sec-Size-Price p{
  /* margin-bottom: 44px; */
  font-size: 19px;  
  line-height: 1.684;
  } 
  .sec-Size-Price .size-item p{
  padding-top: 13.7px;
  font-size: 13px;
  text-align: left;
  }
  .sec-Size-Price .size-item .price img{
    margin-top: 22px;
  }
  .sec-Size-Price .size-item .A4-size-image{
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .sec-Size-Price .slick-prev {
    left: 0px;
  }
  .sec-Size-Price .slick-next {
    right: 22px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
  .sec-Size-Price .size-slider{
    width: 78.67vw;
    margin-top: 8%;
    margin-bottom: 25.6%;
  }
  .sec-Size-Price .size-title{
  width: 37.33vw;
  height: auto;
  font-size: 4.23vw;
  border-radius: 9999px;
  } 
  .sec-Size-Price .size-item {
    width: 78.67vw;
    padding: 0;
  }
  .sec-Size-Price .size-item .price img{
    margin-top: 9.07%;
  }
  .sec-Size-Price .size-item .A4-size-image{
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .sec-Size-Price .slick-prev {
    left: -6.53%;
  }
  .sec-Size-Price .slick-next {
    right: -2.47%;
  }
}
/* sec-Size-Priceここまで */
/* sec-sec_showcaseここから*/
.sec-showcase {
  background-color: #fff;
}
.sec-showcase h3{
  padding: 14.93% 0 5.33%;
  font-size: 5.33vw;
  font-weight: bold;
}
.sec-showcase p{
  line-height: 1.714;
}

.showcase-slide{
    padding: 1% 0 ;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.showcase-slide_image img{
    max-width: 100%;
}
.showcase-slide_text {
    margin-top: 1rem;
    text-align: left;
}

@media (min-width: 1024px) {
  .sec-showcase h3{
    font-size: 25px;
  }
  .sec-showcase p{
  /* margin-bottom: 44px; */
  font-size: 19px;  
  line-height: 1.684;
  } 
  .sec-showcase .showcase-slide_text p{
    font-size: 17px;
  }
}
/* sec-sec_showcaseここまで*/
/* sec-FAQここから*/
.sec-FAQ{
  background-image: url('/lp-assets/images/photobook/BG-White.svg');
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: right top; /* 右上に配置 */
  background-size: auto; /* 画像サイズそのまま */
}
/* .sec-FAQ {
  margin-top: 48px;
} */
.sec-FAQ .questions {
  padding: 32px 0 79px;
}
.sec-FAQ .questions .qtitle::before{
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-top: -8px;
  margin-right: 16px;
  content: "";
  vertical-align: middle;
  background: url('/lp-assets/images/photobook/icon-Q.svg') no-repeat;
  background-size: contain;
}
.sec-FAQ .questions .answer::before{
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-top: -8px;
  margin-right: 16px;
  content: "";
  vertical-align: middle;
  background: url('/lp-assets/images/photobook/icon-A.svg') no-repeat;
  background-size: contain;
}
.sec-FAQ .question {
  margin-bottom: 36px;
  border-bottom: 2px dotted .524B3E;
}
.sec-FAQ .question .inner{
  width: 392px;
  margin: 0 auto;
}
.sec-FAQ .question .inner .qtitle{
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  padding-left: 2em; 
  text-indent: -3.6em;
  line-height: 1.684;
}
.sec-FAQ .question .inner .answer{
  font-size: 19px;
  line-height: 1.75;
  text-align: left;
  padding-left: 2em; 
  text-indent: -3.6em;
  line-height: 1.684;
}
@media screen and (min-width: 1024px) {
  .sec-FAQ{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .sec-FAQ{
    /* width:92%; */
    margin: 0 auto;
  }
  .sec-FAQ .inner {
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sec-FAQ .questions {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sec-FAQ .question .inner{
    width: 78.27%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0;
  }
  .sec-FAQ .question .inner .qtitle{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 4vw;
    padding-bottom: 3.94%;
    padding-left: 2em; 
    text-indent: -2.9em;
  }
  .sec-FAQ .question .inner .answer{
    padding-bottom: 3.94%;
    font-size: 4vw;
    line-height: 1.667;
    padding-left: 2em; 
    text-indent: -2.9em;
  }
  .sec-FAQ .questions .qtitle::before{
    width: 10.4vw;
    height: 10.4vw;
    margin-top: 0;
    margin-right: 1.33vw;
  }
  .sec-FAQ .questions .answer::before{
    width: 10.4vw;
    height: 10.4vw;
    margin-top: 0;
    margin-right: 1.33vw;
  }
}
/* sec-FAQここまで*/


/* footer */
.footer-wrap {
  background-color: #fff;
}
.footer-wrap footer .inner .row-group {
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.footer-wrap footer .inner .row-group .items .tel {
  flex-direction: column;
}
.footer-wrap .App .inner {
  margin: 0 auto;
  width: 100%;
  /* height: 120px; */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.footer-wrap .AppStore img{
  width:152px;
  height: 49px;
  padding-top: 8px;
  padding-right: 0px;
}
.footer-wrap .GooglePlay img{
  width:152px;
  height: 64px;
}
.footer-wrap .App p{
  width: 100%;
  padding-top: 0px;
  font-weight: bold;
}
.footer-wrap .App .App-text{
  width: 40%;
}
.footer-wrap .App .App-list{
  display: flex;
}
#footerS .security-mark .P-mark {
    background-color: white;
    padding: 14px;
    border-radius: 6px;
}
#footerS .security-mark .P-mark img{
    height: 54px;
}

@media screen and (max-width:1023px){
  #footerS {
    width: 100%;
    margin: 0 auto;
  }
  .footer-wrap footer .inner .tel {
    flex-direction: column;
  }
  .footer-wrap footer .inner .catch {
    margin-bottom: 4.2vw;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #524B3D;
  }
  #footerS .footer-wrap footer .inner {
    width: 100%;
    margin: 0 auto;
  }
  .footer-wrap .App .inner {
    padding-bottom: 5vw;
  }
  
  
}
@media screen and (min-width: 1024px) {
  .footer-wrap footer .inner {
      width: 100%;
      margin: 0 auto;
  }
  .corporate-footer .inner-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .corporate-footer .inner-child .inner-child2 {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}


/* scroll-contentここまで */

/* pc-content-rightここから */
/* pc-content-rightここから */
.pc-content-right .QR{
  /* position: absolute; */
  max-width: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 395px;
  position: relative;
  top: 100px;
}
.pc-content-right .QR .text{
  /* width: 60%; */
  /* position: relative; */
  max-width: 194px;
  width: 40%;
  position: absolute;
  top: 10vw;
  left: 56%;
  transform: translateX(-50%);
}
.pc-content-right .QR .QR-iPhone{
  /* width: 60%;
  position: relative; */
  max-width: 196px;
  width: 40%;
  position: absolute;
  top: 18vw;
  left: 34%;
  transform: translateX(-50%);
}
.pc-content-right .QR .QR-Android{
   /* width: 60%;
  position: relative; */
  max-width: 196px;
  width: 40%;
  position: absolute;
  top: 29vw;
  left: 67%;
  transform: translateX(-50%);
}
.pc-content-right .QR img{
  width: 100%;
}

/* pc-content-rightここまで */


/* pc-content-rightここまで */

