/* ---------------------------------------------
*   Noto Sans JP
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap");
@import url("font/stylesheet.css");
*{
  margin: 0;
font-family: "Azo Sans Lt","Noto Sans JP", sans-serif ;
}
html{
  font-size: 12px;
}
@media (min-width:768px) and (max-width:1199px) {
  html{
    font-size: 1vw;
  }
}
@media (max-width:767px) {
  html{
    font-size: 1.5vw;
  }
}
.container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ib, a{
  transition: 300ms;
}
.ib:hover, a:hover{
  opacity: 0.7;
}



.title_wrapper{
  padding: 3rem 0;
}
.title_img{
  width: 36.5%;
  display: block;
  margin: 0 auto;
}


.main_wrapper{
  position: relative;
  padding-bottom: 5rem;
}
.logo_img{
  position: fixed;
  display: block;
  
  top: 95px;
  right : calc(50vw - 600px);
}
.logo_img img{
width:34px;
}
@media (max-width:1200px) {
.logo_img{
left:auto;
right:1vw;
width:2.8vw;
}
.logo_img img{
width:2.8vw;
}
}
.ibs{
  width: 91.7%;
  margin: 0 auto;
}
.ib{
  display: inline-block;
  vertical-align: top;
  width: 22.72%;
  margin-right: 3.04%;
  margin-bottom: 2.8rem;
  cursor: pointer;
}
.ib:nth-of-type(4n){
  margin-right: 0;
}



.bottom_txt_wrapper{
  text-align: center;
  line-height: 1.5;
}
.bottom_txt01{
  font-size: 1.1rem;
  padding-bottom: 2em;
}
.bottom_txt02{
  font-size: 0.9rem;
  padding-bottom: 5em;
}


.hidden{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0,0,0,0.5);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hidden::-webkit-scrollbar {
 display:none;
}
.hidden_inner{
  width: 62.5%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 6rem 0;
}
.hidden_img{
  display: block;
  width: 100%;
}
.hidden_price{
  font-size: 1.5rem;
  color: white;
  line-height: 2;
  padding: 1.5em 0 2.2em;
}
.hidden_btn{
  font-size: 1.7rem;
  color: black;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  line-height: 1.8;
  padding: 0 1em;
  margin-bottom: 1.8em;
}
.hidden_close{
  display: block;
  margin: 0 auto;
  width: 14%;
  cursor: pointer;
}
.hidden_close img{
  display: block;
  width: 100%;
}



.sp_only{
  display: none;
}
@media (max-width:767px) {
  .sp_only{
    display: block;
  }
  .title_wrapper {
    padding: 5rem 0 3rem;
  }
  .title_img{
    width: 70%;
  }
  .ibs{
    width: 90%;
  }
  .ib{
    width: 47%;
    margin-right: 6%;
    margin-bottom: 3.5rem;
  }
  .ib:nth-of-type(2n){
    margin-right: 0;
  }
  .logo_img {
   top:65px;
width:4vw;
  }
.logo_img img{
   width:4vw;
  }
  .bottom_txt01{
    padding-bottom: 4em;
  }
  .bottom_txt02{
    padding-bottom: 12em;
  }
  .hidden_inner {
    width: 92%;
    max-width: 92%;
  }
}
