body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  overflow-x: hidden !important;
  background-color: #fbfbfc;
}

html {
  height: -webkit-fill-available;
}

p {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  max-width: 100%;
  margin: 0;
}

ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}

.gold-bg {
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #ef0011;
  font-size: 36px;
}

.gold-bg:after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 62%;
  background: #ffdad9;
  content: '';
}

.gold-font {
  color: #d5bd66;
}
.gold-font-big{
  color: #d5bd66;
	font-size:36px;
}

.gold-grad-font {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: block;
  background: -webkit-linear-gradient(120deg, #98751a 0%, #ddba40 100%, #00d4ff 100%);
  font-size: 26px;
}

.pink-grad {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: block;
  background: -webkit-linear-gradient(120deg, #e714c5 0%, #f4ce07 100%);
}

.big-gold {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: block;
  background: -webkit-linear-gradient(120deg, #98751a 0%, #ddba40 100%, #00d4ff 100%);
  font-size: 36px;
}

#loader {
  display: block;
  z-index: 100;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 240px 0;
  background-color: #000000;
  color: white;
  font-size: 46px;
  text-align: center;
}

#loader span {
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #000000;
  font-size: 64px;
}

#loader span:after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(120deg, #98751a 0%, #ddba40 100%, #00d4ff 100%);
  content: '';
}

#cta {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 24px;
  height: 395px;
  opacity: 0;
}

#cta:after {
  -webkit-animation: round 10s linear infinite;
  -webkit-transform-origin: 50% 50%;
  display: block;
  position: absolute;
  bottom: 0;
  transform-origin: 50% 50%;
  vertical-align: baseline;
  animation: round 10s linear infinite;
  content: url(../img/cta-ball.png);
  will-change: transform;
}

#cta-sp {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#fv-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#fv-bg video {
  -o-object-fit: cover;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

#fv-bg:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  content: '';
}

#fv-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

#fv-menu #menu-cont ul {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fv-menu #fv-sns a {
  -webkit-transition: color .4s ease;
  color: white;
  cursor: pointer;
  transition: color .4s ease;
}

#fv-menu #fv-sns a:hover {
  color: gold;
}

#fv-menu #fv-sns ul {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 24px;
  list-style: none;
}

.fv-cta-sp {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  text-align: center;
}

#fv-menu-sp {
  display: block;
  z-index: 10;
  position: fixed;
  top: 24px;
  right: 24px;
  color: white;
  font-size: 36px;
}

#fv-menu-cont {
  display: block;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 110%;
  width: 100%;
  height: 100%;
  background-color: black;
  list-style: none;
  text-align: center;
}

#fv-menu-cont ul {
  margin: 160px auto;
}

#fv-menu-cont li {
  margin: 24px auto;
}

#fv-menu-cont a {
  color: white;
  font-style: normal;
  text-decoration: none;
}

#fv-title {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  width: 1200px;
  margin: auto;
  text-align: center;
}

#fv-title .fv-title_1 {
  width: 50%;
  margin: 0 auto;
}

#fv-title .fv-title_2 {
  width: 80%;
  margin: 24px auto;
}

#fv-title .fv-title_flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: scale(0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  margin: 24px auto;
  transform: scale(0.8);
  opacity: 0;
}

#fv-title .fv-title_icon {
  z-index: 1;
  position: absolute;
  right: -38px;
  bottom: 0px;
  opacity: 0;
}

#fv-title .fv-title_icon img {
  width: 220px;
}

#fv-cloud {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -36px;
  width: 100%;
  color: transparent;
}

#fv-cloud img {
  width: 100%;
}

#fv-countdown {
  display: block;
  z-index: 3;
  position: relative;
  width: 50%;
  margin: -160px auto 0 auto;
  text-align: center;
}

#fv-countdown .fv-countdown-title {
  margin: 0 auto 24px auto;
  text-align: center;
}

#fv-countdown .fv-countdown {
  width: 100%;
  margin: 0 auto;
  color: #d5bd66;
  font-family: ab-countryroad, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
}

#fv-countdown .fv-countdown ul {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 600px;
  margin: 0 auto;
}

#fv-countdown .days {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
}

#fv-countdown .days ul {
  gap: 16px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  width: 605px;
  margin: 0 auto;
  color: #333333;
  font-family: ab-countryroad, sans-serif;
  font-size: 22px;
  list-style: none;
}

#countdown-gen {
  display: block;
  z-index: 3;
  position: relative;
  width: 50%;
  margin: 20px auto 0 auto;
  text-align: center;
}

#countdown-gen .fv-countdown-title {
  margin: 0 auto 24px auto;
  text-align: center;
}

#countdown-gen .fv-countdown {
  width: 100%;
  margin: 0 auto;
  color: #d5bd66;
  font-family: ab-countryroad, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
}

#countdown-gen .fv-countdown ul {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 600px;
  margin: 0 auto;
}

#countdown-gen .days {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
}

#countdown-gen .days ul {
  gap: 16px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  width: 605px;
  margin: 0 auto;
  color: #333333;
  font-family: ab-countryroad, sans-serif;
  font-size: 22px;
  list-style: none;
}

#intro {
  position: relative;
}

#intro .video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
/*   padding-top: 56.25%; */
  overflow: hidden;
}

@media only screen and (max-width: 500px){
	#intro .video-container{
		padding-top: 0px;
	}
} 

#intro .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#intro .section-wrapper {
  position: relative;
  width: 700px;
  margin: 120px auto;
}

#intro .video-icons {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 50%;
  left: 0;
  margin: auto;
  text-align: center;
}

#intro .cloud-bottom {
  position: relative;
  right: 0;
  bottom: 100px;
  left: 0;
  width: 100%;
  margin: auto;
}

#intro .cloud-bottom img {
  width: 100%;
}

#why {
  width: 100%;
  margin-top: -240px;
  padding-bottom: 140px;
  background: url("../img/lp-bg-grad.png");
  background-size: cover;
}

#why .section-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 200px;
  text-align: center;
}

#why .section-title {
  width: 65%;
  margin: 0 auto;
}

#why .section-contents {
  margin: 0 auto;
}

#why .section-contents:not(:first-child) {
  margin: 80px auto;
}

#why .section-contents_lottie {
  margin: 0 auto;
}

#why .section-contents_lottie lottie-player {
  width: 100%;
  height: 500px;
}

#why .section-contents_dialogue {
  margin: 16px auto;
  color: white;
  font-size: 24px;
}

#why .section-contents_dialogue img {
  margin: 24px auto;
}

#why .section-contents_para-cont {
  margin: 40px auto;
  color: white;
}

#why .section-contents_para-cont img {
  margin: 0 auto;
}

#why .section-contents_para-cont p {
  font-size: 22px;
  line-height: 2;
}

#price {
  display: block;
  z-index: 3;
  position: relative;
  margin-top: -80px;
  background: url("http://project.fxpepper.com/wp-content/uploads/2022/01/sec3-bg.png?ver=1.0.2");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

#price .section-wrapper {
  padding: 80px 0;
}

#price .section-title {
  width: 1200px;
  margin: 40px auto;
  color: white;
  font-size: 22px;
  line-height: 2;
}

#price .section-title img {
  width: 70%;
}

#price .section-contents {
  width: 650px;
  margin: 0 auto;
}

#price .section-contents img {
  width: 100%;
}

#return {
  width: 680px;
  margin: 40px auto;
}

#return img {
  width: 100%;
}

#founder {
  display: block;
  z-index: -1;
  margin-top: -64px;
  background: url("../img/founder-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

#founder .section-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#founder .section-title {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 80px 0;
  text-align: justify;
}

#founder .section-title img {
  width: 380px;
}

#founder .section-contents {
  width: 90%;
  margin: 0 auto;
}

#founder .section-contents img {
  width: 100%;
}

#founder .sns-link a {
  -webkit-transition: all .6s ease-out;
  color: white;
  transition: all .6s ease-out;
}

#founder .sns-link a:hover {
  -webkit-transform: translatex(20px);
  transform: translatex(20px);
  color: #FDCE29;
}

#founder .sns-link ul {
  width: 90%;
  margin: 40px auto;
}

#founder .sns-link ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px auto;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

#cta-gen {
  width: 100%;
  height: 330px;
  background: url("../img/cta-bg.png");
  text-align: center;
}

#cta-gen .section-title {
  width: 80%;
  margin: 0 auto;
  padding-top: 24px;
}

#cta-gen .section-title img {
  width: 450px;
}

#entry {
/*   background: url("../img/entry-bg.jpg"); */
	background: url("../img/entry-bg2.png");
  background-size: cover;
	
    margin-top: -10px;
}

#entry .section-wrapper {
  width: 1000px;
  margin: 0 auto;
/*   padding: 80px 0 16px 0; */
	padding: 0 0 40px 0;
  text-align: center;
}

#entry .section-content {
  margin: 40px auto;
}

#entry .section-content_flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

#entry .section-content_flex img {
  width: 80%;
  margin: 0 auto;
}

#entry .section-content_flex .inner {
  position: relative;
}

#entry .section-bottom {
  margin: 40px auto;
  font-size: 22px;
  text-align: center;
}

#faq {
  background: #000000;
}

#faq .section-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: justify;
}

#faq .section-title {
  width: 90%;
}

#faq .section-title img {
  width: 200px;
}

#faq .section-contents {
  margin: 40px auto;
}

#accordion button:focus {
  border-radius: 0px;
  outline: none;
}

#accordion button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0px;
  outline: none;
  background-color: #10113f;
  color: white;
  font-size: 16px;
  text-align: left;
}

#accordion li {
  margin: 24px auto;
  border: 1px solid DarkSlateGray;
  border-bottom: none;
}

.acc-item-content {
  padding: 0px 10px;
}

.acc-item:last-child {
  border-bottom: 1px solid DarkSlateGray;
}

#accordion button::after {
  float: right;
  font-size: 22px;
  font-weight: 900;
  content: "\002B";
}

#accordion {
  width: 100%;
  min-width: 275px;
  max-width: 1000px;
  margin: auto;
}

.acc-item-content {
  -webkit-transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#accordion button.active:after {
  float: right;
  font-size: 22px;
  font-weight: 900;
  content: "\2212";
}

#cta-gen .section-btn {
  margin: 80px auto;
}

#feature {
  width: 100%;
  padding-bottom: 80px;
  background: url("../img/lp-bg-grad.png");
  background-size: cover;
  text-align: center;
}

#feature .section-wrapper {
  width: 1000px;
  margin: 0 auto;
}

#feature .section-title {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 80px 0;
  text-align: center;
}

#feature .section-title img {
  width: 640px;
}

#feature .section-contents_para p {
  font-size: 22px;
  line-height: 2;
}

#feature .section-contents_tab {
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 24px auto 40px auto;
}

#feature .point-title {
  width: 90%;
  margin: 80px auto 40px auto;
  text-align: justify;
}

#feature .point-sub {
  width: 90%;
  margin: 40px auto 80px auto;
  font-size: 22px;
  line-height: 2;
  text-align: justify;
}

#feature .point-container_flex {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#feature .point-container_flex:not(:first-child) {
  margin-top: 64px;
}

#feature .point-container_flex .inner-cv img {
  width: 60%;
  margin: 0 auto;
}

#feature .point-container_flex-inner {
  width: 40%;
  text-align: justify;
}

#feature .point-container_flex-inner h3 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: block;
  background: -webkit-linear-gradient(90deg, #98751a 0%, #ddba40 100%, #00d4ff 100%);
  font-size: 36px;
}

#feature .point-container_flex-inner p {
  font-size: 20px;
  line-height: 1.7;
}

#feature .point-container_flex-inner img {
  width: 100%;
}

#feature .point-bottom {
  margin: 80px auto;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}

#contact {
  background: url("../img/contact-bg.jpg");
  background-size: cover;
}
#contact .inner{
	text-align: justify;
	color: white;
	width: 50%;
}
#contact .inner a{
	color: white;
	cursor: pointer;
	text-decoration:none;
}
#contact .section-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

#contact .section-wrapper .section-title {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

#contact .section-wrapper .section-title img {
  width: 100%;
}

#contact .section-wrapper .section-contents_flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 40px auto;
	width: 100%;
}

footer {
  margin: 0;
  background: #000000;
  color: white;
  text-align: center;

}

footer .copy {
  margin: 0 auto;
  padding: 8px 0 16px 0;
  font-size: 12px;
}
footer .laws{
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
	font-size: 14px;
	color: white;
	padding: 16px 0;
	
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .gold-bg {
    font-size: 26px;
  }
  .gold-bg:after {
    top: 13px;
    height: 55%;
  }
  .gold-grad-font {
    font-size: 18px;
  }
  .big-gold {
    font-size: 21px;
  }
  #loader {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
  }
  #loader span {
    font-size: 36px;
  }
  #cta {
    display: none;
  }
  header {
    position: relative;
    height: 100vh;
  }
  #fv-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 80px;
    justify-content: flex-start;
  }
  #fv-menu #logo {
    width: 80px;
  }
  #fv-menu #fv-sns ul {
    gap: 24px;
    font-size: 20px;
  }
  #fv-menu #fv-cta {
    display: none;
  }
  #fv-title {
    top: 100px;
    width: 100%;
  }
  #fv-title .fv-title_1 {
    width: 92%;
  }
  #fv-title .fv-title_2 {
    width: 92%;
  }
  #fv-title .fv-title_flex {
    width: 80%;
    margin-top: 60px;
  }
  #fv-title .fv-title_icon {
    position: relative;
    right: 0;
    bottom: 60px;
    width: 200px;
    margin: 16px auto;
  }
  #fv-title .fv-title_icon img {
    width: 120px;
  }
  #fv-cloud {
    z-index: 0;
  }
  #fv-countdown {
    z-index: 1;
    width: 60%;
    margin-top: -240px;
  }
  #fv-countdown .fv-countdown {
    color: #FDCE29;
    font-size: 24px;
  }
  #fv-countdown .fv-countdown ul {
    width: 92%;
  }
  #fv-countdown .days ul {
    width: 92%;
    font-size: 16px;
  }
  #countdown-gen {
    z-index: 1;
    width: 60%;
    margin-top: 24px;
  }
  #countdown-gen .fv-countdown {
    font-size: 24px;
  }
  #countdown-gen .fv-countdown ul {
    width: 92%;
  }
  #countdown-gen .days ul {
    width: 92%;
    font-size: 16px;
  }
  #intro .section-wrapper {
    width: 92%;
    margin: 56px auto 120px auto;
  }
  #intro .video-icons {
    z-index: 1;
  }
  #why .section-wrapper {
    width: 92%;
  }
  #why .section-title {
    width: 92%;
  }
  #why .section-contents_dialogue {
    font-size: 18px;
  }
  #why .section-contents_dialogue img {
    width: 280px;
    margin: 0 auto;
  }
  #why .section-contents_para-cont p {
    font-size: 18px;
    text-align: left;
  }
  #price .section-title {
    width: 92%;
  }
  #price .section-title img {
    width: 100%;
  }
  #price .section-contents {
    width: 92%;
  }
  #return {
    width: 92%;
  }
  #founder .section-wrapper {
    width: 92%;
  }
  #founder .section-title {
    padding: 80px 0 40px 0;
  }
  #founder .sns-link ul {
    width: 100%;
  }
  #founder .sns-link ul li {
    font-size: 26px;
  }
  #cta-gen .section-title {
    padding-top: 50px;
  }
  #cta-gen .section-title img {
    width: 92%;
  }
  #entry {
    background-size: cover;
  }
  #entry .section-wrapper {
/*     width: 92%; */
	  width: 100%;
  }
  #entry .section-content_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #entry .section-bottom {
    margin: 40px auto;
    font-size: 18px;
    text-align: left;
  }
  #faq .section-wrapper {
    width: 92%;
  }
  #faq .section-title img {
    width: 160px;
  }
  #feature .section-wrapper {
    width: 92%;
    text-align: justify;
  }
  #feature .section-title {
    width: 100%;
    padding: 80px 0 24px 0;
  }
  #feature .section-title img {
    width: 92%;
  }
  #feature .section-contents_para p {
    font-size: 18px;
  }
  #feature .point-sub {
    font-size: 18px;
    line-height: 1.7;
  }
  #feature .point-container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #feature .point-container_flex .inner-cv img {
    width: 40%;
  }
  #feature .point-container_flex-inner {
    width: 92%;
  }
  #feature .point-container_flex-inner h3 {
    font-size: 24px;
  }
  #feature .point-container_flex-inner p {
    font-size: 16px;
  }
  .flex-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
	#contact .section-wrapper {
		width: 92%;
	}
	#contact .section-wrapper .section-contents_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
		width: 92%;
		margin: 0 auto;
  }
	.gold-font-big{
	font-size:26px;
}
	#contact .inner{
	text-align: justify;
	color: white;
	width: 100%;
}
	#contact .section-wrapper .section-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
	footer{
		padding-bottom:140px;
	}
	footer .laws{
		flex-direction: column;
		gap:0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1101px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  #fv-title .fv-title_icon {
    bottom: 28px;
  }
  #fv-cloud {
    bottom: -90px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  #price .section-title {
    font-size: 18px;
  }
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#ffffff;
 padding-right:5px;
 width:30%;
 
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:none;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}
input{
	line-height: normal;
    width: 98%;
    padding: 8px 4px;
    border: none;
    margin: 16px auto;
	color: #333333;
}
textarea{
	width: 98%;
	color: #333333;
}
.wpcf7-response-output {
    color: white;
	border-color:transparent;
}

/* projec-start */
.pj-start{
	width: 540px;
	text-align: center;
	margin: 40px auto;
}
@media(max-width:500px){
	pj-start{
		width: 100%;
		margin: 24px auto;
	}
}

/* real-trades */
.real-trades{
	width: 900px; 
	margin: 40px auto;
}
@media only screen and (max-width: 500px) {
	.real-trades{
		width: 100%;
		margin: 40px 0px 0px 0px;
}
}

/* ライン誘導セクション */
.section-title_line{
	width: 1000px;
	margin: 0 auto;
	padding-top: 11px;
	margin-bottom: 40px;
}

.section-title_line img{
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.section-title_line{
		width: 100%;
		padding-top: 5px;
		margin-bottom: 0px;
}
}

.section-content_line{
	width: 728px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.section-content_line img{
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.section-content_line{
		width: 96%;
		margin: 0 2%;
}
}

.section-button_line{
	width: 665px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.section-button_line img{
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.section-button_line{
		width: 94%;
		margin: 0 3%;
}
}