@charset "UTF-8";
/* ------------------------　↓ 追記はここから　↓ ------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');

.main_base {
    width: 100%;
    background-color: #fff;
    margin-top: 1.5em;
    font-family: 'M PLUS 1p', sans-serif;
}

.main_base img {
    max-width: 100%;
}

.main_header {
    position: relative;
    text-align: center;
}

.main_content {
    position: relative;
    text-align: center;
    padding: 5%;
}

.main_content p{
    font-size: clamp(10px, 2.5vw, 21px);
}



/* text */
.text_large{font-size: 1.3em;}
.text_small{
font-size: 0.8em;
}

.text_point_g{
    color: #ffe500;
}

.text_point_r{
    color: #de3828;
}

.inline{
    display: inline-block;
}

.content_text p a {
    color: #53aeff;
}

/* ttl */

.ttl::before,
.ttl::after {
    content: "";
    padding: 0;
}

.title {
    color: #fff;
    background-color: #d70012;
    padding: 2%;
    margin-top: 0%;
    text-align: center;
}
.title_day {
    color: #fff;
    background-color: #d70012;
    padding: 3%;
    margin: 0% auto 3%;
    text-align: center;
    font-size: clamp(13px, 3.2vw, 32px);
}

.title_day span{
    color: #ffe200;
}

h2.ttl {
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #49a4d1;
    color: #ffffff;
    font-size: clamp(15px, 3vw, 30px);
    line-height: 1;
    padding: 2%;
    width: 100%;
}

h3.ttl {
    background: transparent;
    color: #1caf37;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-top: 1px solid #1caf37;
    border-bottom: 1px solid #1caf37;
    padding: 0.5em 0.1em;
    max-width: 80%;
    margin: 8% auto 5%;
    font-size: clamp(16px,2.6vw,27px);
    transform: rotate(0.05deg);
}


.ttl_main{
    margin: 6% auto;
    line-height: 1.3;
    font-size: clamp(14px, 2.5vw, 28px);
}
.main_header p{
    font-weight: bold;
    font-size: clamp(10px, 2.5vw, 21px);
}
.main_header span{
    color: #d70012;
}


.ttl_sub {
    background-color: #fff;
    color: #1caf37;
    font-size: clamp(11px,10vw,18px);
    padding: 0.5em;
    border-radius: 0.3em;
    transform: rotate(0.05deg);
    margin-bottom: 0.1em;
}
/* //////// */



/* content btnなど */

/**** sammary coming soon****/
.p_sammarybtn::after {
  display: flex;
  position: absolute;
  top: 58%;
  left: 49.5%;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 75%;
  background-color: var(--c-prim-con);
  color: #ffff2d;
  content: "9月12日より公開";
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: clamp(10px, 2.5vw, 21px);
  transform: translate(-50%, -50%);
}
@media (max-width: 769px) {
  .p_sammarybtn::after {
display: flex;
  position: absolute;
  top: 58%;
  left: 49.5%;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 75%;
  background-color: var(--c-prim-con);
  color: #ffff2d;
  content: "9月12日より公開";
  letter-spacing: 0.3em;
  font-weight: bold;
  transform: translate(-50%, -50%);
  font-size: clamp(10px, 1vw, 16px);
  }
}

.p_sammarybtn a {
    filter: brightness(0.4);
  }

.main_content_wrap {
    border: solid 2px #d70012;
    text-align: center;
    width: 86%;
    margin: auto;
}

.main_content_wrap p{
    font-size: clamp(10px, 2.5vw, 21px);
    font-weight: bold;
    line-height: 1.9;
    padding: 2%;
}

.x_btn{
    width: 15%;
    margin: 3% auto;
}
.form_btn{
    width: 50%;
    margin: 3% auto;
}
@media screen and (max-width:781px) {
    .form_btn{
        width: 70%;
        margin: 3% auto;
    }
    .x_btn{
        width: 25%;
        margin: 3% auto;
    }
}

.content_text p {
    font-size: clamp(14px, 3.5vw, 20.7px);
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding-bottom: 1em;
    transform: rotate(0.05deg);
}

.content_text {
    width: 80%;
    margin: 5% auto;
}



/* bg_greenど */

.bg_green h2.ttl {
    color: #fff;
    flex-direction: row;
    align-items: center;
    width: 80%;
    margin: 3% auto;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.2;
}


.post_ttl{
display: inline-block;
padding: 1% 4%;
border: solid 2px #000;
font-weight: bold;
margin-bottom: 4%;
font-size: clamp(18px,2vw,30px);
}

.post{
    padding: 3%;
    font-weight: bold;
    color: #444;
}

.post p{
    font-size: clamp(13px,2vw,20px);
    padding-bottom: 3%;
}

.post img{
    margin-bottom: 3%;
}

.post a{
    color: #468BCA;
}

