@charset "UTF-8";

.contents_inner {
  width: 120rem;
  margin: 0 auto;
}
img {
  width: 100%;
  height: 100%;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents_inner {
    max-width: none;
    width: 100%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/* ------------------- Layout - PC ------------------- */
@media screen and (min-width: 768px) {
  .SHINAKO_lp {
    margin-top: 3rem;
  }
}

.SHINAKO_lp {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}

.SHINAKO_lp a {
  text-decoration: underline;
}

.text {
  font-size: 1.6rem;
}


.img01 {
  margin: 2rem auto;
}

.event-Box-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #f5bad4;
  border-top: 3px solid #f5bad4;
  border-bottom: 3px solid #f5bad4;
  padding: 10px 0;
  margin-top: 5rem;
}

.img02,
.img03 {
  width: 45%;
  margin: 4rem auto;
}

.img03 {
  pointer-events: none;
}

.contents01 .contents__ttl span,
.text-bold {
  font-weight: 600;
}

h2.contents__ttl {
  margin-bottom: 2rem;
}

.largetxtBox {
  width: 110rem;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 2rem 0rem 6rem 0rem;
  margin-top: 5rem;
  text-align: left;
}

.txt-Box02,
.txt-Box03,
.txt-Box04,
.txt-Box05,
.txt-Box06 {
  width: 100rem;
  margin: 2rem auto 0;
}


/* 2部スタイル */

.img_flexBox {
  display: flex;
  justify-content: center;
  margin: 4rem 0 5rem;
}

.imgBox {
  width: 50rem;
}

.img_flexBox .imgBox .img02,
.img_flexBox .imgBox .img03 {
  width: 70%;
  margin: 4rem auto;
}



/* ------------------- Layout - PC ------------------- */
/* ------------------- Layout - SP ------------------- */

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

  .main-area {
    padding-top: 30px;
  }

  .SHINAKO_lp {
    font-size: calc(24 * (100vw / 750));
  }
  
  .SHINAKO_lp a {
    text-decoration: underline;
  }
  
  .text {
    font-size: calc(20 * (100vw / 750));
    width: calc(700 * (100vw / 750));
    margin: 0 auto;
  }
  
  .img01 {
    margin: calc(20 * (100vw / 750))  0 calc(40 * (100vw / 750))  0;
  }
  
  .img02,
  .img03 {
    width: calc(650 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) auto;
  }

  h2.contents__ttl {
    font-size: calc(24*(100vw / 750));
  }
  
  .largetxtBox {
    width: calc(650 * (100vw / 750));
    margin: 0 auto;
    border: 1px solid #000;
    padding: calc(20 * (100vw / 750)) 0rem calc(50 * (100vw / 750)) 0rem;
    margin-top: calc(50 * (100vw / 750));
    text-align: left;
  }
  
  .txt-Box02,
  .txt-Box03,
  .txt-Box04,
  .txt-Box05,
  .txt-Box06 {
    width: calc(600 * (100vw / 750));
    margin: calc(20 * (100vw / 750)) auto 0;
  }


  /* 2部スタイル */

  .img_flexBox {
    display: flex;
    justify-content: center;
    margin: calc(30*(100vw / 1280)) 0 calc(50*(100vw / 1280));
    flex-direction: column;
  }

  .imgBox {
    width: auto;
  }

  .img_flexBox .imgBox .img02,
  .img_flexBox .imgBox .img03 {
    width: 70%;
    margin: 4rem auto;
  }


}


/* ------------------- Layout - SP ------------------- */


