

/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
  font-family:"uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  background-size: 4%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul{
  padding: 0;
}
a{
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
}
.section-center{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
}
.menu-icon{
  display: none;
}
.nav ul{
  display: flex;
  column-gap: 16px;
  margin-left: 8px;
}
.nav li{
  list-style-type: none;
}
.nav li a{
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.header-contents{
  display: flex;
  align-items: center;
}
header{
  position: fixed;
  z-index: 100;
}
.logo__mare{
    width: 70px;
    margin: 16px;
}
.mv-item{
  position: relative;
}
.icon__present{
  position: absolute;
  z-index: 10;
  bottom: 3vw;
  right: 3vw;
  width: clamp(120px, 10vw, 300px);
}
.info__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: url(../images/back_contents1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dokidoki__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: #FFEC93;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.haichizu__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: url(../images/back_contents3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: url(../images/back_contents4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sponsor__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: url(../images/back_contents5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mare_left{
    position: absolute;
    width: 40%;
    left: -20%;
    bottom: 0;
}
.mare_right{
    position: absolute;
    width: 40%;
    right: -20%;
    bottom: 0;
}
.shutten__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: #FFE9E9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blake__block{
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background: #FFEC93;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container{
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
.info__box{
  background: #FFEEEE;
  border-radius: 66px;
  padding: 80px;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 67%);
}
.base__ttl{
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
.base__sub__ttl{
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.base__info__ttl span{
  padding: 0 16px 12px;
  position: relative;
}
.base__info__ttl span:before{
  content: '';
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-contents{
  width: 720px;
  margin: 0 auto;
  max-width: 100%;
}
.text-contents table{
  font-size: 28px;
  margin: auto;
}
.text-contents table td{
  vertical-align: top;
}
.text__item{
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.text__item strong{
  font-size: 130%;
}
.text-center{
  text-align: center;
}
.icon__tokuten span{
  padding-left: 48px;
  position: relative;
  font-size: 18px;
}
.icon__tokuten span:before{
  content: '';
  background: url(../images/icon_tokuten.svg);
  width: 53px;
  height: 46px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.shutten__list{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 48px auto;
  flex-wrap: wrap;
  /* column-gap: 2%; */
  column-gap: 24px;
  box-sizing: border-box;
}
.shutten__list li{
  width: calc(100% / 4 - 2%);
    margin-bottom: 64px;
}
.shutten__img{
  width: 100%;
  min-height: 250px;
  margin-bottom: 16px;
  position: relative;
}
.shutten__img > img{
  position: relative;
}
.icon__tokuten__img:before{
  content: '';
  background: url(../images/icon_tokuten.svg);
  width: 53px;
  height: 46px;
  position: absolute;
  right: -8px;
  margin: auto;
  bottom: -8px;
  z-index: 10;
}
.shutten__ttl{
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 65px;
}
.shutten__ttl p{
  font-size: 16px;
}
.color__white{
  color: #fff;
}
.mt-5{
  margin-top: 5%;
}
.keihin__contents{
  display: flex;
  justify-content: center;
  column-gap: 24px;
  list-style: none;
}
.keihin__contents p{
  margin-bottom: 16px;
}
.blake__box{
  border: 2px solid #000;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
.sponsor__box{
  border: 2px solid #000;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.base__text{
  font-size: 18px;
  font-weight: bold;
}
.sponsor__item{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.sponsor__item li{
  width: calc(100% / 3);
}
.sponsor__item.w2 li{
  width: calc(100% / 2);
}
.sponsor__item li a{
  color: #000;
  text-decoration: none;
}
.sponsor__logo{
  width: 160px;
  height: 160px;
  position: relative;
  margin-bottom: 16px;
  background: #fff;
}
.sponsor__logo img{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.main__sponsor:before{
  content: 'メインスポンサー';
  font-size: 20px;
  border: 2px solid #000;
  background: #fff;
  position: absolute;
  top: -20px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  width: 200px;
  text-align: center;
}
.kyosan__sponsor:before{
  content: '協賛';
  font-size: 20px;
  border: 2px solid #000;
  background: #fff;
  position: absolute;
  top: -20px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  width: 200px;
  text-align: center;
}
.logo__sponsor:before{
  content: 'ロゴスポンサー';
  font-size: 20px;
  border: 2px solid #000;
  background: #fff;
  position: absolute;
  top: -20px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  width: 200px;
  text-align: center;
}
.logo__sponsor:after{
  content: '＼マタニティ応援！／';
  font-size: 16px;
  position: absolute;
  top: -48px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  width: 200px;
  text-align: center;
}
.mt-16{
  margin-top: 16%;
}
.height__point{
  height: 91px;
  width: auto;
}
footer{
  background: #FFE9E9;
  padding: 40px 0;
  width: 100%;
}
.footer_link{
  margin: 32px auto;
  text-align: center;
}
.footer_link li{
  display: inline-block;
  margin: 0 16px;
}
.footer_link li a{
  color: #000;
  text-decoration: none;
}
a:hover{
  transition: .6s;
  opacity: .7;
}
.event__flow{
    width: 880px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and ( max-width: 1200px) {
    .shutten__list{
        padding: 0 5%;
    }
}




@media screen and (max-width: 991px) {
    [type="checkbox"]:checked,
    [type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
    }
    .menu-icon:checked + label,
    .menu-icon:not(:checked) + label{
    position: fixed;
    top: 63px;
    right: 75px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
    }
    .menu-icon:checked + label:before,
    .menu-icon:not(:checked) + label:before{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    transition: border-width 100ms 1500ms ease, 
            top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
            background-color 200ms ease,
            transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu-icon:checked + label:after,
    .menu-icon:not(:checked) + label:after{
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: 4px;
    background-color: #ececee;
    margin-top: -1px;
    transition: width 100ms 1750ms ease, 
            right 100ms 1750ms ease,
            margin-top 100ms ease, 
            transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu-icon:checked + label:before{
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ececee;
    border-width: 0;
    transition: border-width 100ms 340ms ease, 
            top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
            background-color 200ms 500ms ease,
            transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu-icon:checked + label:after{
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 100ms ease,
            right 100ms ease,  
            margin-top 100ms 500ms ease, 
            transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .nav{
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
    background-color: #e96e69;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
            right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
            transform 250ms 1100ms ease,
            width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
            height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    @keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
    }

    .menu-icon:checked ~ .nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
            right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
            transform 250ms 700ms ease,
            width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
            height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .nav ul{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
    }
    .nav ul li{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 250ms linear;
    }
    .nav ul li:nth-child(1){
    transition-delay: 200ms;
    }
    .nav ul li:nth-child(2){
    transition-delay: 150ms;
    }
    .nav ul li:nth-child(3){
    transition-delay: 100ms;
    }
    .nav ul li:nth-child(4){
    transition-delay: 50ms;
    }
    .nav ul li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 9vh;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #ececee;
    transition: all 250ms linear;
    }
    .nav ul li a:hover{
    text-decoration: none;
    color: #ffeba7;
    }
    .nav ul li a:after{
    display: block;
    position: absolute;
    top: 50%;
    content: '';
    height: 2vh;
    margin-top: -1vh;
    width: 0;
    left: 0;
    background-color: #353746;
    opacity: 0.8;
    transition: width 250ms linear;
    }
    .nav ul li a:hover:after{
    width: 100%;
    }


    .menu-icon:checked ~ .nav  ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms ease,
            transform 250ms ease;
            margin-bottom: 24px;
    }
    .menu-icon:checked ~ .nav ul li:nth-child(1){
    transition-delay: 1400ms;
    }
    .menu-icon:checked ~ .nav ul li:nth-child(2){
    transition-delay: 1480ms;
    }
    .menu-icon:checked ~ .nav ul li:nth-child(3){
    transition-delay: 1560ms;
    }
    .menu-icon:checked ~ .nav ul li:nth-child(4){
    transition-delay: 1640ms;
    }



    .logo {
    }
    .logo img {
      width: auto;
      display: block;
      margin: 13px;
  }
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label{
    right: 40px;
    top: 44px;

  }
  .nav{
    right: 30px;
  }
  h1{
    font-size: 9vw;
    -webkit-text-stroke: 2px transparent;
    text-stroke: 2px transparent;
    -webkit-text-fill-color: #ffeba7;
    text-fill-color: #ffeba7;
    color: #ffeba7;
  }
  .nav ul li a{
    font-size: 5vh;
  }
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 590px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .icon__present {
      position: absolute;
      z-index: 10;
      bottom: 16vw;
      right: 0;
      width: clamp(200px, 10vw, 300px);
      left: 0;
      margin: auto;
  }
  .info__block,
  .dokidoki__block,
  .shutten__block,
  .event__block,
  .blake__block,
  .sponsor__block {
      padding: 10vw 3%;
      box-sizing: border-box;
  }
  .info__box {
    background: #FFEEEE;
    border-radius: 66px;
    padding: 10%;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 67%);
  }
  .base__ttl {
      font-size: 32px;
      font-weight: 600;
      text-align: center;
  }
  .text-contents table td{
    display: block;
    text-align: center;
  }
  .text-contents table td:first-child{
    font-size: 24px;
    text-align: center;
  }
  .text-contents table td:last-child{
    text-align: center;
    font-size: 20px;
  }
  .text__item{
    font-size: 18.50px;
    z-index: 100;
    position: relative;
  }
  .shutten__list{
    padding: 0;
  }
  .shutten__list li {
    width: calc(100% / 2 - 8px);
  }
  .shutten__list {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      list-style: none;
      margin: 48px auto;
      flex-wrap: wrap;
      column-gap: 8px;
      box-sizing: border-box;
  }
  .shutten__img {
      min-height: 170px;
      margin-bottom: 8px;
  }
  .keihin__contents p {
      margin-bottom: 16px;
      font-size: 10px;
  }
  .keihin__contents li > p:last-child{
    font-size: 12px;
  }
  .sponsor__item{
    display: block;
  }
  .sponsor__item.w2 li,
  .sponsor__item li {
      width: 100%;
  }
  .sponsor__item li{
    margin-bottom: 40px;
  }
  .sponsor__item:last-child{
    margin-bottom: 0;
  }
  .nav {
    right: 16px;
    top: 16px;
}
.header-contents {
  display: block;
}
.icon__tokuten span:before {
    content: '';
    background: url(../images/icon_tokuten.svg);
    width: 53px;
    height: 46px;
    position: absolute;
    left: 0;
    margin: auto;
    top: -14px;
    bottom: auto;
}
.mare_left{
    position: absolute;
    width: 30%;
    left: -15%;
    bottom: 0;
}
.mare_right{
    position: absolute;
    width: 30%;
    right: -15%;
    bottom: 0;
}
.shutten__ttl{
        font-size: clamp(15px, 4.4vw, 18px);
}
.shutten__ttl small{
    font-size: 80%;
}
}
.keihin__ttl{
    font-weight: bold;
    min-height: 61px;
}
.text-contents table td strong{
    color: red;
    font-size: 130%;
}