body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  text-align: center;
  background-color: #78B24D;
}

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

.fv{
position: relative;
}

img.logo {
    position: absolute;
    width: 30%;
}

.wrapper {
    max-width: 850px;
    margin: 0 auto;
    background: #79B24D;
    padding: 0 4%;
}

img{
    width: 100%;
}

h1 {
    position: absolute;
    font-size: 1.5rem;
    color: #793329;
    line-height: 1.5;
    top: 44%;
    left: 13%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 1000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: underline solid 5px;
    text-decoration-color: #FFDE5A;
}

.schedule {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    bottom: 16%;
    left: 12%;
}

p.fv-txt {
    color: #241D1C;
    position: absolute;
    bottom: 7%;
    font-weight: bold;
    left: 18%;
    font-size: 1.1rem;
    -webkit-text-stroke: 2px white;
    paint-order: stroke;
}

p.fv-txt::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/map-icon.png) no-repeat center / contain;
    vertical-align: middle;
    margin-right: 12px;
}

img.section-img {
    padding: 3%;
}

.section1{
    background: #fff;
    padding-bottom: 30%;
}

p.cta-txt {
    font-size: 1.5rem;
    padding: 3% 7%;
    font-weight: 1000;
}

img.catch {
    width: 40%;
    padding: 15% 0 0;
}

.btn-reserve {
    display: inline-block;
    background: #ffe05a;
    color: #222;
    font-size: 1.3rem;
    font-weight: 1000;
    padding: 5% 0;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    width: 70%;
    margin-top: 5%;
}

.btn-reserve::after {
    content: "";
    position: absolute;
    top: -27%;
    right: -7%;
    width: 20px;
    height: 20px;
    background: url(../img/ray.png) no-repeat center / contain;
    transform: scale(-1, -1);
}

.btn-reserve::before {
    content: "";
    position: absolute;
    bottom: -28%;
    left: -7%;
    width: 20px;
    height: 20px;
    background: url(../img/ray.png) no-repeat center / contain;
    transform: scale(1, 1);
}

.section2 {
    position: relative;
    margin: 5% 0;
    background: #EEFAFD;
}

a.btn-maker {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    background: #28AFD1;
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 6% 0;
    border-radius: 35px;
    border: solid 3.5px #241D1C;
    box-shadow: 0px 6px 0px #1d9fbd;
    position: absolute;
    bottom: 10.5%;
    left: 3%;
}

a.btn-maker::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.section3 {
    position: relative;
}

a.btn-game01 {
    font-size: 1rem;
    color: #241D1C;
    font-weight: bold;
    background: #fff;
    display: block;
    width: 47%;
    margin: 0 auto;
    padding: 4% 0;
    border-radius: 35px;
    border: solid 2px #206CA5;
    box-shadow: 0px 3px 0px #206CA5;
    position: absolute;
    bottom: 41%;
    right: 3%;
}

a.btn-game01::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    border-left: 6px solid #206CA5;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

a.btn-game02 {
    font-size: 1rem;
    color: #241D1C;
    font-weight: bold;
    background: #fff;
    display: block;
    width: 47%;
    margin: 0 auto;
    padding: 4% 0;
    border-radius: 35px;
    border: solid 2px #4FB35F;
    box-shadow: 0px 3px 0px #4FB35F;
    position: absolute;
    bottom: 5.7%;
    right: 3%;
}

a.btn-game02::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    border-left: 6px solid #4FB35F;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.section4 {
    position: relative;
}

a.btn-ticket {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    background: #F49D2A;
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 6% 0;
    border-radius: 35px;
    border: solid 3.5px #241D1C;
    box-shadow: 0px 6px 0px #F49D2A;
    position: absolute;
    bottom: 6.7%;
    left: 3%;
}

a.btn-ticket::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.section5 {
    position: relative;
    margin: 5% 0;
    background: #F1FAF2;
}

.section5-item01 {
    background: #fff;
    margin: 5% 5% 0;
    border-radius: 5px 5px 0 0;
    border: solid 2px #ED777F;
    padding: 4% 2%;
}

.section5-item02 {
    background: #fff;
    margin: 5% 5% 0;
    border-radius: 5px 5px 0 0;
    border: solid 2px #F49D2A;
    padding: 4% 2%;
}

.section5-item03 {
    background: #fff;
    margin: 5% 5% 0;
    border-radius: 5px 5px 0 0;
    border: solid 2px #28AFD1;
    padding: 4% 2%;
}

p.item-txt {
    font-size: 1.1rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: bold;
}

p.item-ttl {
    padding: 2% 0 8%;
    font-size: 1.5rem;
    font-weight: 1000;
    text-decoration: underline solid 5px;
    text-decoration-color: #FFDE5A;
}

.section5-item01 + a.item-btn {
    background: #ED777F;
    display: block;
    padding: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 0 0 5px 5px;
    margin: 0 5%;
}

.section5-item02 + a.item-btn {
    background: #F49D2A;
    display: block;
    padding: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 0 0 5px 5px;
    margin: 0 5%;
}

a.item-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.section6{
position: relative;
}

a.btn-taiken{
    position: absolute;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    background: #E25740;
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 6% 0;
    border-radius: 35px;
    border: solid 3.5px #241D1C;
    box-shadow: 0px 6px 0px #E25740;
    position: absolute;
    bottom: 10%;
    left: 3%;
}

a.btn-taiken::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.section7{
    background: #fff;
    margin: 5% 0;
    position: relative;
    padding-bottom: 23%;
}

p.insta-txt {
    padding: 15% 0 4%;
    font-weight:600;
    font-size: 1.1rem;
}

a.btn-insta {
    font-size: 1.3rem;
    color: #241D1C;
    font-weight: 1000;
    background: #FFF5B8;
    width: 78%;
    padding: 3% 0;
    border-radius: 35px;
    border: solid 3.5px #E25740;
    box-shadow: 0px 6px 0px #FFF5B8;
    margin: 0 auto;
    display: block;
}

.section9{
    background: #94EEC6;
    margin: 5% 0;
    padding-bottom: 15%;
}

iframe {
    background: #fff;
    padding: 1.3%;
}

.section10{
    background: #e8e8e8;
    padding-bottom: 10%;
}

.qa-box {
    background: #e8e8e8;
    padding: 3%;
    border-radius: 8px;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.qa-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.qa-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 15px;
}

.qa-icon.q {
  background: #f6b93b;
}

.qa-icon.a {
  background: #00aaff;
}

.qa-text {
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  color: rgb(36, 29, 28);
  font-weight: 300;
}

ul {
    color: #fff;
    text-decoration: underline;
    display: flex
;
    text-align: center;
    justify-content: space-around;
    padding: 5% 0;
}


@media screen and (min-width:769px) {
h1 {
    position: absolute;
    font-size: 3.2rem;
    color: #793329;
    line-height: 1.5;
    top: 44%;
    left: 12%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 1000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: underline solid 12px;
    text-decoration-color: #FFDE5A;
}

p.fv-txt {
    left: 15%;
    font-size: 2.5rem;
    -webkit-text-stroke: 3px white;
    paint-order: stroke;
}

p.fv-txt::before {
    width: 40px;
    height: 40px;
}

p.cta-txt {
    font-size: 3.3rem;
    padding-bottom: 6%;
}

img.catch {
    padding: 15% 0 5%;
}

.btn-reserve {
    font-size: 2.6rem;
    border-radius: 15px;
}

.btn-reserve::before {
  content: "";
  position: absolute;
  bottom: -30px;
    left: -6%;
    width: 35px;
    height: 35px;
  background: url("../img/ray.png") no-repeat center/contain;
}

.btn-reserve::after {
    content: "";
    position: absolute;
    top: -25%;
    right: -6%;
    width: 35px;
    height: 35px;
    background: url("../img/ray.png") no-repeat center / contain;
    transform: scale(-1, -1);
}

    a.btn-maker {
        font-size: 3rem;
        padding: 5% 0;
        border-radius: 65px;
        border: solid 7px #241D1C;
        box-shadow: 0px 13px 0px #28AFD1;
    }

    a.btn-maker::after {
    margin-left: 45px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

a.btn-game01 {
    font-size: 2rem;
    margin: 0 auto;
    padding: 4% 0;
    border-radius: 60px;
    border: solid 4px #206CA5;
    box-shadow: 0px 6px 0px #206CA5;
    bottom: 40.5%;
}

a.btn-game01::after {
    margin-left: 30px;
    border-left: 10px solid #206CA5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

a.btn-game02 {
    font-size: 2rem;
    margin: 0 auto;
    padding: 4% 0;
    border-radius: 60px;
    border: solid 4px #4FB35F;
    box-shadow: 0px 6px 0px #4FB35F;
    bottom: 5%;
}

a.btn-game02::after {
    margin-left: 30px;
    border-left: 10px solid #4FB35F;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

a.btn-ticket {
    font-size: 3rem;
    padding: 5% 0;
    border-radius: 65px;
    border: solid 7px #241D1C;
    box-shadow: 0px 13px 0px #F49D2A;
}

a.btn-ticket::after {
    margin-left: 45px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

p.item-txt {
    font-size: 2.3rem;
}

p.item-ttl {
    font-size: 3.5rem;
    text-decoration: underline solid 15px;
    text-decoration-color: #FFDE5A;
}

.section5-item01 {
    border-radius: 10px 10px 0 0;
    border: solid 6px #ED777F;
}

.section5-item02 {
    border-radius: 10px 10px 0 0;
    border: solid 6px #F49D2A;
}

.section5-item03 {
    border-radius: 10px 10px 0 0;
    border: solid 6px #28AFD1;
}

.section5-item01 + a.item-btn {
    font-size: 3.5rem;
    border-radius:0 0 10px 10px;
}

.section5-item02 + a.item-btn {
    font-size: 3.5rem;
    border-radius:0 0 10px 10px;
}
.section5-item03 + a.item-btn {
    font-size: 3.5rem;
    border-radius:0 0 10px 10px;
}

a.item-btn::after {
    content: "";
    display: inline-block;
    margin-left: 40px;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

a.btn-taiken {
    font-size: 3rem;
    padding: 5% 0;
    border-radius: 65px;
    border: solid 7px #241D1C;
    box-shadow: 0px 13px 0px #E25740;
}

a.btn-taiken::after {
    margin-left: 45px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

p.insta-txt {
    font-size: 2.4rem;
}

a.btn-insta {
    font-size: 3rem;
    border-radius: 60px;
    border: solid 6.5px #E25740;
    box-shadow: 0px 17px 0px #FFF5B8;
}

.qa-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    font-size: 30px;
    margin-right: 30px;
}

.qa-text {
    font-size: 1.6rem;
    font-weight: 280;
}

.qa-item {
    margin-bottom: 25px;
}

ul {
    font-size: 2rem;
}

}

/* メーカー一覧 */

h1.maker {
    position: unset;
}

h3.maker {
    font-size: 2.2rem;
    text-align: left;
    margin: 0 0 3%;
    letter-spacing: 0.3rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

    .maker-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1000px;
      margin: 0 auto;
    }

.image-area {
    width: 50%;
}

    img.maker-img {
    width: 100%;
}

.text-area {
    text-align: center;
    flex: 1;
    margin-left: 2%;
}

.text-area p {
    font-size: 1.8rem;
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #241D1C;
    letter-spacing: 0.1rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 400;
    
}
    .text-area p::before,
    .text-area p::after {
      content: "";
      flex: 1;
      border-top: 4px solid #9B9A99;
      margin: 0 10px;
      border-radius: 10px;
    }

.btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.btn-wrap p {
    display: block;
    padding: 7% 0;
    background: #02BBDD;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.btn-wrap p.yellow {
    display: block;
    padding: 7% 0;
    background: #fdbf5d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.btn-wrap p.pink {
    display: block;
    padding: 7% 0;
    background: #fdaeba;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.btn-wrap p.green {
    display: block;
    padding: 7% 0;
    background: #79b24d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.btn-wrap p.red {
    display: block;
    padding: 7% 0;
    background: #e25740;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.btn-wrap p.blue {
    display: block;
    padding: 7% 0;
    background: #206ca5;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.btn-wrap p.purple {
    display: block;
    padding: 7% 0;
    background: #782E92;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.maker-box {
    padding-bottom: 14%;
}

.back {
    font-size: 2.1rem;
    background: #EBE5E5;
    width: 30%;
    padding: 4% 0;
    border-radius: 100px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
h3.maker {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 3%;
    letter-spacing: 0rem;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}

.text-area p {
    font-size: 0.8em;
}

.text-area p::before, .text-area p::after {
    content: "";
    flex: 1;
    border-top: 2px solid #9B9A99;
    margin: 0 5px;
    border-radius: 10px;
}

.btn-wrap p {
    font-size: 0.6rem;
}
.btn-wrap p.yellow {
    font-size: 0.6rem;
}

.btn-wrap p.pink {
    font-size: 0.6rem;
}

.btn-wrap p.green {
    font-size: 0.6rem;
}

.btn-wrap p.red {
    font-size: 0.6rem;
}

.btn-wrap p.blue {
    font-size: 0.6rem;
}

.btn-wrap p.purple {
    font-size: 0.6rem;
}

.btn-wrap {
    gap: 8px;
}

.back {
    font-size: 0.8rem;
}
}

/*詳細ページ */

h1.quiz {
    position: unset;
}

p.quiz-txt {
    text-align: left;
    padding-bottom: 20%;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 300;
    color: #241D1C;
}

@media screen and (max-width:768px) {
p.quiz-txt {
    font-size: 0.8rem;
}
}