@charset "utf-8";

/* 共通 */
body {
  font-family: "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
    background-color: #FFD62C;
    position: relative;
    padding: 70px 0px;
}
body::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background-image: url(../img/obi.png);
  top: 0px;
  background-size: cover;
}
body::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background-image: url(../img/obi.png);
  bottom: 0px;
  background-size: cover;
}
.suberidome_item{
    margin-top: 40px;
}
.suberidome_inner{
    max-width: 1100px;
    margin: 0 auto;
}
.suberidome_inner h1{
  
}
.item_list{
    display: flex;
    align-items: center;  
}
.item_left{
    max-width: 460px;
    margin-top: -270px;
    margin-right: -157px; 
}
.item_left a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 18px;
    border: solid 2px #000;
    max-width: 180px;
    height: 60px;
    font-weight: bold;
    margin: 30px auto 0px 80px;

}
.s_feature{

}
.s_feature h2{
      font-weight: bold;
    font-size: 30px;
}
.s_feature p{
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 30px 15px;
    line-height: 30px;
    border: solid 4px #000;
    margin-top: 10px;
}
.use_img{
    margin: 30px 0px 0px 40px;
}
.use_img img{
    max-width: 275px;
}
.use_img p{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}
.use_img p span{
    font-size: 30px;
    font-weight: bold;
}
.item_center{
      max-width: 505px;
}
.item_center img{

}
.item_right{
    display: flex;
    max-width: 370px;
    margin-top: 460px;
    margin-left: -80px;
    gap: 15px;
}
.item_right img{
    max-width: 175px;
}
.ex_wrap{

}
.ex_inner{
    max-width: 1100px;
    margin: 0px auto 0px auto;
}
.ex_inner h2{
    max-width: 780px;
}
.ex_list{
      display: flex;
    gap: 0px 20px;
}
.ex_list li{

}
.ex_list li img{

}
.use_other{
    margin-top: 30px;
}
.use_other h3{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.use_other ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 20px auto 0px auto;
    justify-content: space-between;
    gap: 10px 0px;
}
.use_other ul li{
    width: 128px;
    height: 62px;
    background-color: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    font-size: 30px;
    border-radius: 10px;
}
.movie_wrap{
  margin: 80px 0px;
}
.movie_wrap h2{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.movie_wrap iframe{
      margin: 0px auto;
    display: block;
}

/* サイズ別設定 */


@media screen and (max-width: 574px) {
  .pc_off {
    display: block;
  }
  .sp_off {
    display: none;
  }
body::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 32px;
    background-image: url(../img/obi.png);
    top: 0px;
    background-size: cover;
}
body::before{
  content: "";
  position: absolute;
    width: 100%;
    height: 32px;
  background-image: url(../img/obi.png);
  bottom: 0px;
  background-size: cover;
}
.suberidome_item{
  margin: 0px;
}
.suberidome_inner{
    max-width: 92%;
    margin: 0 auto;
}
.suberidome_inner h1{
  
}
.item_list{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.item_left{
    max-width: 100%;
    margin: 0px;
}
.item_left a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 18px;
    border: solid 2px #000;
    max-width: 180px;
    height: 60px;
    font-weight: bold;
    margin: 30px auto 0px 80px;

}
.s_feature{

}
.s_feature h2{
      font-weight: bold;
    font-size: 30px;
}
.s_feature p{
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 30px 15px;
    line-height: 30px;
    border: solid 4px #000;
    margin-top: 10px;
}
.use_img{
    margin: 30px 0px 0px 40px;
}
.use_img img{
    max-width: 275px;
}
.use_img p{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}
.use_img p span{
    font-size: 30px;
    font-weight: bold;
}
.item_center{
      max-width: 505px;
}
.item_center img{

}

.item_right img{
    max-width: 175px;
}
.ex_wrap{
        margin-top: 40px;
}
.ex_inner{
        max-width: 92%;
        margin: 0 auto;
}
.ex_inner h2{
    max-width: 780px;
}
.ex_list{
}
.ex_list li{

}
.ex_list li img{

}
.use_other{
    margin-top: 30px;
}
.use_other h3{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.use_other ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 20px auto 0px auto;
    justify-content: left;
    gap: 10px 12px;
}
.use_other ul li{
    width: 111px;
    height: 62px;
    background-color: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    font-size: 23px;
    border-radius: 10px;
}
.movie_wrap{
  margin: 80px 0px;
}
.movie_wrap h2{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.movie_wrap iframe {
        margin: 0px auto;
        display: block;
        width: 92%;
        height: 220px;
    }


}