@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}



@font-face {
  font-family: "titlefont";
  src: url( "../fonts/YDWbananaslipplus.otf") format("opentype");
}

.header-nav__PC {
  display: none;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:90%;
    height: 100vh;/*ナビの高さ*/
  background:#f4f1ee;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:80%;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:20px;
  right: 10px;
  cursor: pointer;
    width: 60px;
    height:60px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.header {
  padding: 3.6rem 2.5rem 3.4rem 2.5rem;
  text-align: left;
}

.header-logo {
  width: 10rem;
}

.header-logo-PC {
  display: none;
}

@media(min-width: 1250px) {
  
  .header-logo {
    display: none;
  }
  
  .header-logo-PC {
    display: block;
    width: 34.5rem;
  }
  
  .openbtn1 {
    display: none;
  }
  
  .header-nav__PC {
    display: block;
  }
  
  .header {
    display: flex;
  justify-content: space-between;
    max-width: 170rem;
    border-bottom:  solid 1px #333333;
    margin-left: 2.85rem;
   margin-right: 2.85rem;
  }
  
  .header-area {
    display:flex;
    justify-content: center;
  }
  
  .header-nav__PC {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 10rem;
  }
  
  .header-navlist__PC {
    display: inline-block;
    margin-left: 5rem;
    line-height: 7rem;
  }
  
  main {
    max-width: 120rem;
    margin: 0 auto;
  }
  
  .contentwrapper {

      padding-left: 5%;
  padding-right: 5%;
  max-width: 80rem;
     margin: 0 auto;
  }
  
}


img {
  width: 5rem;
}

.contentwrapper {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 10000rem;
  margin: 0 auto;
}

.section1-flame {
  background-image: url( "../images/croud__section1-img@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.section1-contentwrapper {
  padding:3.5rem 3.2rem 3.5rem 3.2rem;
}

.section1-bg {
  background-color: rgba(255,255,255,0.8);
}

.section1-h1 {
  padding: 4.5rem 3rem;
  font-size: 1.7rem;
  line-height: 180%;
  font-weight: 800;
  letter-spacing:50;
}

.section1-color {
  color: red;
}

.section1-textbg {
  background-color: #f4f4f4;
  margin-top: 4rem;
}

.section1-p {
  font-size: 1.3rem;
  font-weight: bold;
    display: inline-block;
  text-align: left;
}

.section1-p2 {
  font-size: 1.3rem;
  font-weight: bold;
    display: inline-block;
  text-align: left;
  padding-right: 3rem;
  padding-top: 2rem;
}

.section1-p3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 0rem;
display: inline-block;
  text-align: left;
  padding-top: 2rem;
}

.section1-p__plus {
  font-size: 2.5rem;
  font-weight: bold;
}

.section1-p__plus2 {
    font-size: 1.8rem;
  font-weight: bold;
}

.section1-img-position {
  text-align: left;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  padding-top: 0.7rem;
}

.section1-img {
  width: 100%;
  max-width: 26.5rem;
}

.section1-support {
  display: block;
    padding-top: 4.5rem;
}

.section1-support__text {
    text-align: left;
      padding-right: 3.5rem;
      padding-right: 3.5rem;
  padding-left: 3.5rem;
  line-height: 180%;
}

.section1-support2 {
    display: block;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  text-align: left;
  padding-bottom: 4.5rem;
}

.section1-result {
  padding-top: 2rem;
}

@media(min-width: 1150px) {
  
  .section1 {
  display: flex;
  justify-content: space-between;
  padding-top: 8rem;
    
  }
  
  .section1-flame-area {
    width: 53%;
    display: inline-block;
    max-width: 10000rem;
  }
  
  .section1-flame {
  background-image: url( "../images/croud__section1__img__pc@2x.png");
}
  
  .section1-textbg {
    width: 49%;
    display: inline-block;
    margin-top: 0rem;
    margin-left: 6.5rem;
    max-width: 10000rem;
  }
  
  .section1-support {
    padding-top: 8rem;
  }
  
  .section1-support__text {
    font-size: 1.9rem;
    font-weight: bold;
    padding-left: 6rem;
  }
  
  .section1-support2 {
  padding-left:6rem;
}

  .section1-img-position {
  padding-left: 6rem;
}
  
  .section1-p {
  font-size: 1.3rem;
  font-weight: bold;
    display: inline-block;
  text-align: left;
    line-height: 180%;
}

.section1-p2 {
  font-size: 1.9rem;
  font-weight: bold;
    display: inline-block;
  text-align: left;
  padding-right: 3rem;
  padding-top: 3.5rem;
  line-height: 180%;
}

.section1-p3 {
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 0rem;
display: inline-block;
  text-align: left;
  padding-top: 3.5rem;
  line-height: 180%;
}

.section1-p__plus {
  font-size: 2.5rem;
  font-weight: bold;
}

.section1-p__plus2 {
    font-size: 2.5rem;
  font-weight: bold;
}

  
  .section1-h1 {
    line-height: 200%;
    font-size: 2.3rem;
    padding: 6.5rem 2rem;
  }
  
  .section1-contentwrapper {
  padding:9.5rem 9.5rem;
}
  
  .section1-result {
  padding-top: 3.5rem;
  font-size: 1.9rem;
    line-height: 160%;
}
  
}

.section2 {
  padding-top: 4rem;
  text-align: left;
}

.section2-h1 {
border-bottom: dashed 1px #333333;
	padding-bottom: 0.5rem;
  width: 12rem;
  margin-bottom: 1rem;
}



.section2-p {
  padding-top:2rem;
  font-size: 1.4rem;
}

.section2-p2 {
  padding-top:2rem;
  font-size: 1.3rem;
}

.section2-movie {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  max-width: 50rem;
}

@media(min-width: 1150px) {
  
  .section2 {
  padding-top: 8rem;
}
  
.section2-h1 {
  font-size: 2.5rem;
border-bottom: dashed 1px #333333;
	padding-bottom: 1.5rem;
  width: 20rem;
  margin-bottom: 0.6rem;
}

.section2-p {
  padding-top:3.8rem;
  font-size: 1.5rem;
  line-height: 180%;
}

.section2-p2 {
  padding-top:2rem;
  font-size: 1.5rem;
  line-height: 180%;
}

  
}

.section3 {
  border-top:  solid 1px #333333;
  margin-top: 5rem;
  padding-top: 4rem;
  text-align: left;
}

.section3-h1 {
border-bottom: dashed 1px #333333;
	padding-bottom: 0.5rem;
  width: 8rem;
  margin-bottom: 1rem;
}

.section3-movie {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  max-width: 50rem;
}

.section4-movie {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  max-width: 50rem;
}

@media(min-width: 1150px) {
  
  .section3 {
  border-top:  solid 1px #333333;
  margin-top: 5rem;
  padding-top: 8rem;
  text-align: left;
}

.section3-h1 {
  font-size: 2.5rem;
border-bottom: dashed 1px #333333;
	padding-bottom: 1.5rem;
  width: 13rem;
  margin-bottom: 0.6rem;
}

.section3-movie {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  max-width: 50rem;
}
  
.section4-movie {
margin-right: 4rem;
}
  
}

.section4 {
  padding-top: 4rem;
  text-align: left;
}

.section4-h1__sub {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: dashed 1px #333333;
  width: 29rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

@media(min-width: 1150px) {
  
  .section4 {
  padding-top: 8rem;
  text-align: left;
}
  
  .section4 {
    font-size: 2.5rem;
  }

.section4-h1__sub {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: dashed 1px #333333;
  width: 42rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
  
}

.section5 {
  padding-top: 4rem;
  text-align: left;
}

.section5-h1 {
  border-bottom: dashed 1px #333333;
	padding-bottom: 0.5rem;
  width: 25rem;
  margin-bottom: 1rem;
}

.section5-lisut {
    padding-top:2rem;
  font-size: 1.4rem;
  list-style: none;
}

@media(min-width: 1150px) {
  
  .section5 {
  padding-top: 8rem;
}

.section5-h1 {
  font-size: 2.5rem;
border-bottom: dashed 1px #333333;
	padding-bottom: 1.5rem;
  width: 38rem;
  margin-bottom: 0.6rem;
}

.section5-lisut {
    padding-top:3.8rem;
  font-size: 1.5rem;
  list-style: none;
}
  
}

.section6 {
  padding-top: 4rem;
  text-align: left;
}

.section6-h1 {
  border-bottom: dashed 1px #333333;
	padding-bottom: 0.5rem;
  width: 15rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.section6-bg {
  background-color: #e2e0e0;
  text-align: center;
  margin-top:4.5rem;
    padding-bottom: 7rem;
  padding-top: 3rem;
}

.section6-img {
  width: 85%;
  height: auto;
  padding-top: 4rem;
  max-width: 32rem;
  margin: 0 3rem;
  
}

@media(min-width: 1150px) {
  
.section6 {
  padding-top: 8rem;
  text-align: left;
}

.section6-h1 {
  font-size: 2.5rem;
border-bottom: dashed 1px #333333;
	padding-bottom: 1.5rem;
  width: 38rem;
  margin-bottom: 0.6rem;
}

.section6-bg {
  background-color: #e2e0e0;
  text-align: center;
  margin-top:7rem;
    padding-bottom: 7rem;
  padding-top: 6rem;
  margin-bottom: 12rem;
}

.section6-img {
  width: 20%;
  height: auto;
  padding-top: 4rem;
  margin: 0 3rem;
  
}
  
}


.footer {
  background-image: url( "../images/croud__sp__footer@2x.png");
  background-size: cover;
   background-repeat: no-repeat;
	background-position: center;
}

.footer-logo {
  width: 13rem;
  padding-top: 5rem;
}

.footer-SNS {
  padding-top: 2.5rem;
}

.footer-Instagram {
  display: inline-block;
  width: 3rem;
}

.footer-x {
  display: inline-block;
  width: 3rem;
  margin-left: 2.5rem;
}

.footer-Face {
  display: inline-block;
  width: 3rem;
  margin-left: 2.5rem;
}

.footer-link-pisition {
  margin: 0 auto;
  width: 25rem;
}

.footer-link {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 250%;
  text-decoration: none;
  list-style: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-PC-SNS {
  display: none;
}

@media(min-width: 1300px){
  
  .footer-contentwrapper {
    max-width: 146.5rem;
    margin: 0 auto;
      display: flex;
  justify-content: space-between;
    padding: 11rem 5rem ;
  }
  
  .footer {
  background-image: url( "../images/croud__pc__footer.png");
  background-size: cover;
   background-repeat: no-repeat;
	background-position: center;
}

.footer-logo {
  width: 18rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  display: inline-block;
}

.footer-PC-SNS {
  padding-top: 0rem;
  display: inline-block;
  margin: auto 0 0 0 ;
}
  
  .footer-SNS {
    display: none;
  }

.footer-Instagram {
  display: inline-block;
  width: 3rem;
}

.footer-x {
  display: inline-block;
  width: 3rem;
  margin-left: 2.5rem;
}

.footer-Face {
  display: inline-block;
  width: 3rem;
  margin-left: 2.5rem;
}

.footer-link-pisition {
  margin: 0 auto;
  width: 35rem;
   display: inline-block;
}

.footer-link {
  text-align: left;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 250%;
  text-decoration: none;
  list-style: none;
      padding-top: 0rem;
  padding-bottom: 0rem;
  margin-left: 8.5rem;
  font-weight: 600;
}
  
}