@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
/*===============================================
共通
===============================================*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@font-face {
  font-family: 'font055';
  src: url('/font/851Gkktt_005.ttf');
}
@font-face {
  font-family: 'gosi';
  src: url('/font/Makinas-4-Flat.otf') format('opentype');
}

/*===============================================
common start
===============================================*/


/*================  一般コード  start ================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin: 0; padding: 0;} table{ border-collapse: collapse; border-spacing: 0;} img{ border: none; vertical-align: bottom;} address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display: block;}
a{ text-decoration: none; color: #111111;} a:hover{ text-decoration: underline;} label{ cursor: pointer;}
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
html{
  background-color: #000000;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ff9900;
}
main{
  height: 4700px;
}
img {
  max-width:120%;
}
/*================  一般コード  end ================*/

/*================　ヘッダー　start ================*/
.header{
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.header-inner {
  margin: 20px;
  background-color:#ffffff;
  height: 90px;
  padding-left: 40px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center top;
  border-radius: 90px;
  z-index:10000;
}
.header-logo {
  margin-top: 18px;
  display: block;
  width: 55px;
  margin-bottom: 10px;
  position: top;
  transition: all 0.2s ease-in-out;
}
.header-logo:hover{
  display: block;
  width: 58px;
  margin-bottom: 10px;
  position: top;
  transition: all 0.2s ease-in-out;
} 
.block01{
  display: flex;
  align-items: right;
}
.block02{
  display: inline-block;
  bottom: 0;
}
.snsbtniti {
  margin-top: 15px;
}
.flowbtn2.my_x2{
  padding-top: 1px;
}
.toggle-menu-button {
  display: none;
}
.header-site-menu {
  margin-top: 30px;
}
.site-menu ul li {
  margin-right: 10px;
}
.site-menu ul {
  display: flex;
  list-style: none;
}
.site-menu ul li a {
  text-decoration-line: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 20px;
  color: #000000;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
/*================　ヘッダー　end ================*/

/*================　フッダー　start ================*/
.site-menu2 ul {
  margin: 0px;
  display: flex;
  list-style: none;
}
.site-menu2 ul li{
  margin: 40px;
}
.site-menu2 ul li a {
  font-weight: 600;
  font-size: 20px;
 text-decoration-line: none;
  transition: all 0.3s ease-in-out;
}

.site-menu2 ul li a:hover {
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.footer{
  bottom: 0;
  color: #ffffff;
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}
.footer-logo {
  position: absolute;
  display: inline-block;
  width: 100px;
  padding-right: 20px;
  margin-top: 130px;
  transition: all 0.2s ease-in-out;
}
.footer-logo:hover {
  display: inline-block;
  width: 110px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
}
.copyright {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  margin-top: 240px;
}
/*================　フッダー　end ===============*/

@media (max-width: 796px) {
  /*================  一般コード  start ================*/
  body{
    width: 100%;
  }
  html{
    background-color: #000000;
  }
  main{
    height: 3800px;
  }
  /*================  一般コード  end ================*/

  /*================　ヘッダー　start ================*/
  .header{
    height: 70px;
    z-index: 9999;
  }
  .header-inner{
    padding-left: 25px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }
  .header-logo{
    margin-top: 12px;
    width: 46px;
  }
  .header-logo:hover{
    width: 49px;
    transition: all 0.2s ease-in-out;
  } 
  .header-site-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }
  .site-menu ul{
    display: block;
    text-align: center;
  }
  .site-menu li{
    margin-top: 20px;
  }
  .header-site-menu.is-show{
    display: block;
  }
  .flowbtn2.my_x2{
    padding-top: 0px;
  }
  .toggle-menu-button{
    display: inline-block;
    width: 44px;
    height: 34px;
    margin-right: 3px;
    background-image: url(../images/common/icon-menu2.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    margin-top: 18px;
    transition: all 0.2s ease-in-out;
  }
  .snsbtniti {
    margin-top: 5px;
    max-width: 120px;
  }
  .snsbtniti li{
    max-width: 60px;
  }
  .flowbtn2 i.fa-brands.fa-instagram,.flowbtn2 i.fa-brands.fa-x-twitter {
    font-size: 30px;
  }
  /*================　ヘッダー　end ================*/

  /*================　フッダー　start ===============*/
  .site-menu2 ul {
    margin: 0px;
    display: flex;
    list-style: none;
  }
  .site-menu2 ul li{
    margin: 25px;
  }
  .site-menu2 ul li a {
    font-weight: 600;
    font-size: 16px;
   text-decoration-line: none;
    transition: all 0.3s ease-in-out;
  }
  
  .site-menu2 ul li a:hover {
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
  }
  .footer{
    bottom: 0;
    color: #ffffff;
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
  }
  .footer-logo {
    position: absolute;
    display: inline-block;
    width: 90px;
    padding-right: 20px;
    margin-top: 90px;
    transition: all 0.2s ease-in-out;
  }
  .footer-logo:hover {
    display: inline-block;
    width: 95px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
  }
  .copyright {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin-top: 180px;
  }
  /*================　フッダー　end ===============*/
}


/*===============================================
common start
===============================================*/

 /*================　first view start ===============*/
.first-view {
  width: 100%;
  height: 600px;
  background-image: url(../images/IKEBUKURO/ikebukuro.jpg);  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  position: absolute;
}
.name{
  width: 100%;
  text-align: left;
  padding-top: 200px;
  padding-left: 80px;
  transform: scale(0.95, 1);
  color: #ffffff;
  font:inherit;
  font-family: 'Helvetica';
  font-weight: 1000;
  font-size: 65px;
}
 /*================　first view end ===============*/

 /*================　main block1 start ===============*/
.block_main_1{
  position: absolute;
  padding: 90px;
  padding-bottom: 170px;
  margin-top: 520px;
  background-color: rgb(255, 255, 255);
  width: 70%;
  min-width: 750px;
  max-width: 1500px;  
  right: 0;
  z-index: 1000;
}
.text1{
  margin-top: 0px;
  color: #ff9900;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 30px;
}
.block_main_1 p{
  width: 100%;
  margin-top: 40px;
  line-height: 25px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 20px;
}
.link-button-area-ike {
  text-align: left;
  position: absolute;
  margin-top: 20px;
}
.link-button-ike {
  text-decoration-line: none;
  background-image:url(../images/IKEBUKURO/ROCKHOUSE_2017_logo.png);
  background-size: cover;
  display: inline-block;
  width: 120px;
  height: 80px;
  border-radius: 20px;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}
.link-button-ike:hover {
  text-decoration-line: none;
  width: 130px;
  height: 85px;
  border-radius: 20px;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}
/*================　main block1 end ===============*/

/*================　main block2 start ===============*/
.block_main_2{
  position: absolute;
  padding: 90px;
  padding-left: 150px;
  margin-top: 960px;
  background-image: url(../images/IKEBUKURO/Daco_4052721.png);
  background-size: cover;
  width: 100%;
  height: 700px;
  left: 0;
  z-index: 900;
}
.text2{
  margin-top: 90px;
  color: #ffffff;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 30px;
}
.block_main_2 p{
  color: #ffffff;
  width: 350px;
  margin-top: 40px;
  line-height: 25px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 20px;
}
/*================　main block2 end ===============*/

/*================　main block3 start ===============*/
.block_main_3{
  color: #ffffff;
  position: absolute;
  padding: 90px;
  padding-top: 130px;
  margin-top: 1540px;
  background-color: rgba(0, 0, 0, 0.313);
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  right: 0;
  border-radius: 70px;
  z-index: 800;
}
.text3{
  margin-top: 0px;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 30px;
}
.block_main_3 p{
  width: 100%;
  margin-top: 40px;
  line-height: 25px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 20px;
}
.caution{
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  color: #ffffff;
  margin-top: 2150px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  position: absolute;
}
.link-area-yoyaku {
  color: #ff9900;
  margin-top: 2390px;
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: 'Yu Gothic';
  font-weight: 600;
  z-index: 800;
}
.link-yoyaku{
  text-decoration-line: none;
  background-color: #ffffff;
  display: inline-block;
  padding: 40px;
  border-radius: 90px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.link-yoyaku c{
  font-weight: 200;
}
.link-yoyaku:hover{
  text-decoration-line: none;
  border-radius: 90px;
  font-size: 23px;
  transition: all 0.2s ease-in-out;
}
/*================　main block3 end ===============*/

/*================　main block4 start ===============*/
.block_main_4{
  position: absolute;
  padding: 90px;
  padding-bottom: 230px;
  margin-top: 2660px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  max-width: 750px;
  left: 0;
  z-index: 1000;
}
.text4{
  margin-top: 0px;
  color: #ff9900;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 30px;
}
.block_main_4 p{
  width: 385px;
  margin-top: 40px;
  line-height: 25px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 20px;
}
.link-area-toi {
  position: absolute;
  color: #ffffff;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  font-family: 'Yu Gothic';
  font-weight: 600;
  left:0;
  z-index: 800;
}
.link-toi{
  text-decoration-line: none;
  background-color: #000000;
  display: inline-block;
  padding: 40px;
  border-radius: 90px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.link-toi c{
  font-weight: 200;
}
.link-toi:hover{
  text-decoration-line: none;
  border-radius: 90px;
  font-size: 23px;
  transition: all 0.2s ease-in-out;
}
/*================　main block4 end ===============*/

/*================　main block5 start ===============*/
.block_main_5{
  position: absolute;
  text-align: right;
  margin-top: 3300px;
  background-image: url(../images/IKEBUKURO/ikebukuro2.jpg);
  background-size: cover;
  width: 100%;
  z-index: 1000;
}
.block_main_5_1{
  display: inline-block;
  text-align: left;
  padding: 70px;
  background-color: rgb(255, 255, 255);
  width: 50%;
  max-width: 550px;
  right: 0;
  z-index: 1000;
}
.text5{
  margin-top: 0px;
  color: #ff9900;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 30px;
}
.block_main_5 p{
  width: 350px;
  margin-top: 40px;
  line-height: 25px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 20px;
}
.caution2{
  width: 100%;
  padding: 150px;
  padding-bottom: 400px;
  padding-top: 0;
  color: #ffffff;
  margin-top: 4200px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  position: absolute;
}
/*================　main block5 end ===============*/

/*================　smartphone view start ===============*/
@media (max-width: 796px) {
  /*================　first view start ===============*/
.first-view {
  width: 100%;
  height: 600px;
  background-image: url(../images/IKEBUKURO/ikebukuro.jpg);  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  position: absolute;
}

.name{
  width: 100%;
  text-align: left;
  padding-top: 150px;
  padding-left: 50px;
  transform: scale(0.95, 1);
  color: #ffffff;
  font:inherit;
  font-family: 'Helvetica';
  font-weight: 1000;
  font-size: 40px;
}
 /*================　first view end ===============*/

 /*================　main block1 start ===============*/
.block_main_1{
  position: absolute;
  padding: 40px;
  padding-bottom: 170px;
  margin-top: 520px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  max-width: 600px;
  min-width: auto;
  right: 0;
  z-index: 1000;
}
.text1{
  margin-top: 0px;
  color: #ff9900;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 18px;
}
.block_main_1 p{
  width: 100%;
  margin-top: 40px;
  line-height: 20px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
}

.link-button-area-ike {
  text-align: left;
  position: absolute;
  margin-top: 20px;
}

.link-button-ike {
  text-decoration-line: none;
  background-image:url(../images/IKEBUKURO/ROCKHOUSE_2017_logo.png);
  background-size: cover;
  display: inline-block;
  width: 120px;
  height: 80px;
  border-radius: 20px;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}
.link-button-ike:hover {
  text-decoration-line: none;
  width: 130px;
  height: 85px;
  border-radius: 20px;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}
/*================　main block1 end ===============*/

/*================　main block2 start ===============*/
.block_main_2{
  position: absolute;
  padding: 40px;
  margin-top: 900px;
  background-image: url(../images/IKEBUKURO/Daco_4052721.png);
  background-size: cover;
  width: 100%;
  height: 480px;
  left: 0;
  z-index: 900;
}
.text2{
  margin-top: 90px;
  color: #ffffff;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 18px;
}
.block_main_2 p{
  color: #ffffff;
  width: 100%;
  margin-top: 40px;
  line-height: 20px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
}
/*================　main block2 end ===============*/

/*================　main block3 start ===============*/
.block_main_3{
  color: #ffffff;
  position: absolute;
  padding: 40px;
  padding-top: 100px;
  margin-top: 1300px;
  background-color: rgba(0, 0, 0, 0.313);
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  right: 0;
  border-radius: 70px;
  z-index: 800;
}
.text3{
  margin-top: 0px;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 18px;
}
.block_main_3 p{
  width: 100%;
  margin-top: 40px;
  line-height: 20px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
}
.caution{
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff;
  margin-top: 1810px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
  position: absolute;
}

.link-area-yoyaku {
  color: #ff9900;
  margin-top: 2000px;
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: 'Yu Gothic';
  font-weight: 600;
  z-index: 800;
}

.link-yoyaku{
  text-decoration-line: none;
  background-color: #ffffff;
  display: inline-block;
  padding: 40px;
  border-radius: 90px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.link-yoyaku c{
  font-weight: 200;
}
.link-yoyaku:hover{
  text-decoration-line: none;
  border-radius: 90px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
/*================　main block3 end ===============*/

/*================　main block4 start ===============*/
.block_main_4{
  position: absolute;
  padding: 40px;
  padding-bottom: 230px;
  margin-top: 2330px;
  background-color: rgb(255, 255, 255);
  width: 90%;
  max-width: 750px;
  left: 0;
  z-index: 1000;
}
.text4{
  margin-top: 0px;
  color: #ff9900;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 18px;
}
.block_main_4 p{
  width: 100%;
  margin-top: 40px;
  line-height: 20px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
}
.link-area-toi {
  position: absolute;
  color: #ffffff;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  font-family: 'Yu Gothic';
  font-weight: 600;
  left:0;
  z-index: 800;
}
.link-toi{
  text-decoration-line: none;
  background-color: #000000;
  display: inline-block;
  padding: 40px;
  border-radius: 90px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.link-toi c{
  font-weight: 200;
}
.link-toi:hover{
  text-decoration-line: none;
  border-radius: 90px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
/*================　main block4 end ===============*/

/*================　main block5 start ===============*/
.block_main_5{
  position: absolute;
  text-align: right;
  margin-top: 2900px;
  background-image: url(../images/IKEBUKURO/ikebukuro2.jpg);
  background-size: cover;
  width: 100%;
  z-index: 1000;
}
.block_main_5_1{
  display: inline-block;
  text-align: left;
  padding: 30px;
 background-color: rgba(255, 255, 255, 0.93);
  width: 100%;
  max-width: 550px;
  min-width: 320px;
  right: 0;
  z-index: 1000;
}
.text5{
  margin-top: 0px;
  color: #ff9900;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: 1000;
  font-size: 18px;
}
.block_main_5 p{
  width: 100%;
  margin-top: 40px;
  line-height: 20px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
}
.caution2{
  width: 100%;
  padding: 50px;
  padding-bottom: 400px;
  padding-top: 0;
  color: #ffffff;
  margin-top: 3500px;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: 12px;
  position: absolute;
}
/*================　main block5 end ===============*/
}
/*================　smartphone view end ===============*/