@charset "UTF-8";

html{
}


body {
  background-color: #fff;
  font-family: 'M PLUS 2', sans-serif;
  color: #723519;
  font-size: 16px;
  line-height: 1.5
}

#head{
  background: url(../img/bg_star.svg) center top repeat #e60014;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 80px
}

#head:after{
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: url(../img/wave1.svg) center bottom repeat;
  z-index: 8
}

#head .lg{
  width: 120px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9
}

#head .share{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fcd902;
  color: #e60014;
  font-weight: 900;
  display: flex;
  align-items: center;
  border-radius: 0 0 0 20px;
  padding: 10px 10px 10px 20px;
  line-height: 1
}

#head .share h2{
  font-size: 20px;
  margin-top: -2px
}

#head .share ul{
  display: flex;
  margin-left: 20px
}

#head .share ul li+li{
  margin-left: 10px
}

#head .share ul img{
  width: 30px;
}

#head .inner{
  width: 70vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7
}

#head .inner img.main{
  width: 100%
}

#head .inner img.sub{
  width: 23%;
  position: absolute;
  right: -11%;
  bottom: -8%
}

#head .inner a.scr{
  position: absolute;
  width: 30%;
  bottom: -2%
}

#head .inner a.scr img{
  width: 100%
}

#main{
  background-color: #e60014;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding: 20px 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 9
}

#main:before{
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 300px;
  left: 0;
  background: url(../img/wave2.svg) center bottom repeat;
  z-index: 0
}

#main:after{
  position: absolute;
  display: block;
  background-color: #fff;
  content: "";
  height: 300px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 0
}

#main h2{
  margin-top: 40px
}

#main .btn{
  display: flex;
  justify-content: center;
  gap:20px;
}

#main .btn li{
  max-width: 420px;
  width: 100%;
  position: relative;
}

#main .btn li a{
  display: block;
}

#main .btn li a img{
  width: 100%;
}

#main .btn li img.sub{
  position: absolute;
  max-width: 160px;
  width: 100%;
  right: -60px;
    top: -50px;
}

.box{
  background: url(/img/cf-bg.svg) left top repeat #f2ecda;
  background-size:100px;
  border-radius: 20px;
  padding:80px 20px 60px;
  max-width: 860px;
  margin: 60px auto 0;
  position: relative;
  z-index: 8
}

.osarai{
  position: relative;
}

.osarai .ck{
  width: 250px;
  position: absolute;
  right: -35px;
  top: -25px
}

.osarai ul{
  display: flex;
  gap:50px;
  justify-content: center;
  color: #723519
}

.osarai ul li{
  max-width: 300px;
  display: flex;
  flex-direction: column;
}

.osarai ul li h3{
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom:4px solid #723519 ;
  margin-bottom: 20px;
}

.osarai ul li img{
  height: 200px;
  width: auto;
  margin-bottom: 20px
}

.osarai ul li p{
  text-align: justify;
  font-size: 14px;
  font-weight: 800
}

.osarai ul li a{
  position: relative;
    margin-top: 20px;
    z-index: 1
}

.osarai ul li a span{
  border-radius: 20px;
  background-color: #ffd800;
  color: #e60012;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  z-index: 1
}

.osarai ul li a:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/dot_01.svg) center repeat ;
  background-size: 8px;
  border-radius: 20px;
  z-index: -1;
  top: 10px;
  left: 10px
}

.osarai ul li.ln{
  max-width: 1px;
  border-left: 4px dotted #723519
}

#report{
  max-width: 1200px;
  margin: 50px auto;
  padding: 0
}

.kv-swiper{
  position: relative;
}

.zero{
    position: absolute;
    height: 100%;
    z-index: 9;
}

.kv-swiper {
    width: 100%;
    height: auto;
    position: relative;
    /*overflow: hidden;*/
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease-in-out, z-index 0.6s ease-in-out;
}

/* 次のスライドを後ろに配置 */
.swiper-slide-prev {
    transform: translateX(-110%) scale(1)!important;
    z-index: 1;
    opacity: 1;
}

.swiper-slide-active {
    transform: translateX(0) scale(1)!important;
    z-index: 2;
    opacity: 1;
}

.swiper-slide-next {
    transform: translateX(-91.7%) scale(1)!important;
    z-index: 1;
}

.swiper-slide-next+.swiper-slide {
    transform: translateX(calc(-91.7% * 2)) scale(1)!important;
    z-index: -1;
}
.swiper-slide-next+.swiper-slide+.swiper-slide {
    transform: translateX(calc(-91.7% * 3)) scale(1)!important;
    z-index: -2;
}
.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
    transform: translateX(calc(-91.7% * 4)) scale(1)!important;
    z-index: -3;
}
.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    transform: translateX(calc(-91.7% * 5)) scale(1)!important;
    z-index: -4;
}
.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    transform: translateX(calc(-91.7% * 6)) scale(1)!important;
    z-index: -5;
}

#contest .top{
  display: flex;
  justify-content: center;
  align-items: center;
}

#contest .top img{
  max-width: 1200px
}

.cont-intro{
  display: flex;
  margin: 20px auto;
justify-content: center;
    align-items: center;
    gap:20px;
    color: #e60014;
    font-weight: 900;
    font-size: 18px
}

.cont-intro .img1{
  max-width: 340px;
}

.cont-intro .img1 img{
  width: 100%
}

.cont-intro .ill1{
  width: 260px;
}

.cont-intro .ill1 img{
  width: 100%
}

.slider {
  display: flex;
}

.slider.ones {
  animation: loop-slide 40s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slider.twos {
  animation: loop-slide2 40s infinite linear 1s both;
  margin-top: 20px
}
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.slider img{
  height: 180px;
}
.content-gaiyou{
  background-color: #e60014;
  position: relative;
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px
}

.content-gaiyou:before{
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  background: url(../img/wave1.svg) center bottom repeat;
  z-index: 8
}

.cont{
  max-width: 880px
}

.content-gaiyou h3{
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 20px
}

.fuc-ku{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 940px
}

.fuc-ku li div.boards{
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.fuc-ku li div.boards img.en{
  position: absolute;
  height: 18px;
  left: 18px;
  top: 22px;
  z-index: 9
}

.fuc-ku li div.boards a.share{
  position: absolute;
  height: 20px;
  right: 18px;
  top: 20px;
  z-index: 9
}

.fuc-ku li div.boards img.il{
  position: absolute;
  width: 60%;
  margin-top: 20px
}

.fuc-ku li div.boards a.share img{
  height: 100%
}

.fuc-ku li div.boards img.board{
  width: 100%
}

.iframe-container {
    width: 100%;
    height: 62px;
    overflow: hidden; /* はみ出した部分を隠す */
    position: relative;
    z-index: 99
}

.iframe-container iframe {
    position: absolute;
    left: 0;
    width: 100%;  /* `iframe` の元のサイズ */
    height: 3000px;
    border: none;
    top:0;
    z-index: 99
}

.iframe-container.if2 iframe {
    top:calc(-62px * 1);
}
.iframe-container.if3 iframe {
    top:calc(-62px * 2);
}
.iframe-container.if4 iframe {
    top:calc(-62px * 3);
}
.iframe-container.if5 iframe {
    top:calc(-62px * 4);
}
.iframe-container.if6 iframe {
    top:calc(-62px * 5);
}
.iframe-container.if7 iframe {
    top:calc(-62px * 6);
}
.iframe-container.if8 iframe {
    top:calc(-62px * 7);
}
.iframe-container.if9 iframe {
    top:calc(-62px * 8);
}
.iframe-container.if10 iframe {
    top:calc(-62px * 9);
}
.iframe-container.if11 iframe {
    top:calc(-62px * 10);
}
.iframe-container.if12 iframe {
    top:calc(-62px * 11);
}
.iframe-container.if13 iframe {
    top:calc(-62px * 12);
}
.iframe-container.if14 iframe {
    top:calc(-62px * 13);
}
.iframe-container.if15 iframe {
    top:calc(-62px * 14);
}
.iframe-container.if16 iframe {
    top:calc(-62px * 15);
}
.iframe-container.if17 iframe {
    top:calc(-62px * 16);
}
.iframe-container.if18 iframe {
    top:calc(-62px * 17);
}
.iframe-container.if19 iframe {
    top:calc(-62px * 18);
}
.iframe-container.if20 iframe {
    top:calc(-62px * 19);
}
.iframe-container.if21 iframe {
    top:calc(-62px * 20);
}
.iframe-container.if22 iframe {
    top:calc(-62px * 21);
}
.iframe-container.if23 iframe {
    top:calc(-62px * 22);
}

.modal {
    opacity: 0;
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(193, 0, 23, 0.9);
    justify-content: center;
    align-items: center;
    transform: scale(0); /* 初期時に少し縮小 */
    transition: 0.6s;
    z-index: 999
}

.modal.show-modal{
  opacity: 1;
  transform: scale(1);
}

/* モーダルの中身 */
.modal-content {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
    color: #fff
}

.modal-content p img{
  width: 100%
}

.modal-content ul,
.modal-content li{
  display: flex;
}

.modal-content ul{
  width: 100%;
  justify-content: center;
  margin-top: 20px
}

.modal-content li{
  gap: 20px;
  width: calc(50% - 10px);
  align-items: center;
}

.modal-content li img{
  max-width: 175px;
  width: 100%
}

.modal-content li div{
  max-width: 240px;
  width: 100%;
  text-align: center;
}

.modal-content li div p{
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 4px solid #fff
}

.modal-content li div a{
  font-size: 14px;
  font-weight: 800;
  border-radius: 30px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
}

.modal-content li div a+a{
  margin-top: 10px
}

/* 閉じるボタン */
.clouter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.clouter span{
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 900;
    border-bottom: 4px solid #fff
}

.fuc-ku.disabled .iframe-container{
            opacity: 0.6;
            cursor: not-allowed;
            pointer-events: none;
        }

.swiper-slide{
  position: relative;
}

.next-slide,
.restart-button{
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9
}

.next-slide.fl{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9
}

.prev-slide{
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9
}

footer{
  background-color: #fff;
  position: relative;
  padding: max(4vmin, 40px) max(2vmin, 20px);
  font-weight: 600;
  font-size: max(1.2vmin, 12px);
  color: #000;
}

footer .in{
  width: max(114vmin, 1140px);
  margin: 0 auto;
  position: relative;
}

footer .ft{
  display: flex;
  flex-direction: column;
}

footer .ft>dd{
  display: flex;
  align-items: flex-end;
}

footer .ft>dd h2{
  width: max(12vmin, 120px);
  margin-right: max(5vmin, 50px);
  padding-bottom: max(1vmin, 10px)
}

footer .ft>dd .brand{
  display: flex;
  flex-direction: column;
}

footer .ft>dd .brand dd{
  font-size: max(0.8vmin, 8px);
  margin-bottom: max(1vmin, 10px);
}

footer .ft>dd .brand dt ul{
  display: flex;
  column-gap: max(2vmin, 20px)
}

footer .ft>dd .brand dt ul li{
  width: max(11vmin, 110px);
  height: max(8vmin, 80px);
  border-radius: max(1vmin, 10px);
  border: 1px solid #cccccc;
  overflow: hidden;
}

footer .ft>dd .brand dt ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

footer .ft>dt.link{
  margin-top: max(4vmin, 40px)
}

footer .ft>dt.link ul{
  display: flex;
}

footer .ft>dt.link ul a{
  text-decoration: underline;
}

footer .ft>dt.link ul li+li:before{
  content: "　｜　";
}

footer .ft>dt .tel{
  font-size: max(1vmin, 10px);
  margin-top: max(1vmin, 10px)
}

footer .ft>dt .copy{
  font-size: max(0.8vmin, 8px);
  margin-top: max(4vmin, 40px)
}

footer .foot{
  position: absolute;
  right: 0;
  bottom: 0;
  width: max(36vmin, 360px)
}

@media screen and (max-device-width: 1024px) {
#head .lg{
  width: 50px
}

#head .share{
  padding: 6px 6px 6px 12px;
  border-radius: 0 0 0 10px
}

#head .share h2{
  font-size: 14px
}

#head .share ul{
  margin-left: 10px
}

#head .share ul li+li{
  margin-left: 8px
}

#head{
  padding: 50px 10px 60px
}

#head .inner{
  width: 100%
}

#head .inner a.scr{
  width: 70%;
  bottom: -5%
}

#head:after{
  height: 30px
}

#main{
  font-size: 14px;
  padding: 10px 20px
}

#main .btn{
  flex-direction: column;
  margin-top: 8px;
  padding: 0 30px;
}

#main .btn li img.sub{
  max-width: 80px;
        right: -30px;
        top: -16px;
}

.osarai ul{
  flex-direction: column;
  gap:20px;
}

.osarai .ck{
  width: 200px;
      right: -28px;
    top: -18px;
}

.box{
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px
}

.osarai ul li img{
  height: auto;
  width: 60%;
  margin: 0 auto 10px
}

#main:before{
  height: 30px
}

.cont-intro{
  flex-wrap: wrap;
}

.cont-intro .img1 {
    max-width: 50%;
    order: 1;
}

.cont-intro .ill1 {
    width: 40%;
    order: 2;
}

.cont-intro .txt1{
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: justify;
  order: 3;
}

.cont-intro .txt1 br{
  display: none;
}

.slider img{
  height: 70px
}

.content-gaiyou:before{
  height: 30px;
  top: -30px
}

.cont{
  max-width: 100%
}

.content-gaiyou h3{
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px
}

.fuc-ku{
  padding: 0 5px;
  gap: 20px 10px
}

.fuc-ku li{
  width: calc(50% - 10px)
}

.iframe-container{
        transform: scale(0.7);
        width: 150%;
        margin-left: -25%;
  margin-top: -10px
}

.fuc-ku li div.boards img.en{
  left: 10px
}

.fuc-ku li div.boards a.share{
  right: 10px
}

.modal-content ul{
  flex-direction: column;
  gap:10px;
}

.modal-content li{
  width: 100%
}

.modal-content li img{
  max-width: 90px
}

.modal-content li div{
  max-width: calc(100% - 100px)
}

.modal-content li div p{
  font-size: 14px
}

.modal-content li div a{
  font-size: 10px;
  padding: 2px 10px
}

.clouter{
  margin-top: 20px
}

}

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


  footer{
    padding-bottom: 0
  }

  footer .in{
    width: 90vw;
    padding-bottom: max(11vmin, 110px)
  }

  footer .ft>dd{
    flex-direction: column;
  }

  footer .ft>dd h2{
    margin: 0 auto;
    width: max(10vmin, 100px)
  }

  footer .ft>dd .brand{
    width: 100%
  }

  footer .ft>dd .brand dd{
    text-align: center;
  }

  footer .ft>dd .brand dt ul{
    column-gap: max(1vmin, 10px);
    justify-content: center;
  }

  footer .ft>dd .brand dt ul li{
    height: auto;
    width: 24%
  }

  footer .ft>dt.link{
    margin-top: max(2vmin, 20px)
  }

  footer .ft>dt.link ul{
    flex-direction: column
  }

  footer .ft>dt.link ul li+li:before{
    display: none;
  }

  footer .ft>dt.link ul li+li{
    margin-top: max(0.6vmin, 6px);
  }

  footer .ft>dt .tel{
    margin-top: max(2vmin, 20px);
    padding-top: max(2vmin, 20px);
    border-top: 1px solid #000;
  }

  footer .ft>dt .copy{
    margin-top: max(2vmin, 20px);
    text-align: center;
  }

  footer .foot{
    width: max(20vmin, 200px);
    right: max(3vmin, 30px);
    bottom: max(1vmin, 10px)
  }

}
