@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
#rokx_bg{
    background-color: #455560;
    background-image: 
      radial-gradient(at 0% 0%, rgba(110, 125, 135, 1) 0px, transparent 70%), 
      radial-gradient(at 100% 100%, rgba(30, 40, 50, 0.8) 0px, transparent 70%), 
      radial-gradient(at 50% 50%, rgba(75, 90, 100, 0.5) 0px, transparent 80%), 
      radial-gradient(at 100% 0%, rgba(90, 105, 115, 0.5) 0px, transparent 50%);
	background-size: contain;
    background-attachment: fixed; 
}

.sticky__container {
    display: flex;
}

.pcBox {
	width: 35%;
    height: 100vh;
    position: sticky;
    left: 5%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcBox-right {
	width: 90%;
}

#rokx_wrap{
    max-width: 650px;
    width: 100%;
	text-align: center;
    position: relative;
    margin: 0 auto;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    background: #FFFFFF;
	padding: 0;
}

.logo{
	text-align: center;
}

.logo img{
	width: 150px!important;
}

.logo_rokx img{
	width: 180px!important;
}

.cross{
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	margin: 5% 0;
	font-weight: lighter;
}

.head_txt{
	margin: 10% auto;
}

h1.title{
	width: 45%;
	margin: 0 auto;
}

h1.title span{
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: lighter;
	font-size: 40px;
}

h2.sub_ttl{
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 500;
	font-size: 25px;
	margin: 2% 0;
}

h3.lead{
	line-height: 2em;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	margin: 5% 0 10%;
}

#rokx_wrap img{
    width: 100%;
    vertical-align: bottom;
} 
#rokx_wrap ul,#rokx_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#rokx_wrap a{
    text-decoration: none;
}
#rokx_wrap a:hover{
    opacity: 1;
}

#rokx_wrap .img{
    width: 100%;
    position: relative;
    line-height: 0;
}

#rokx_contents{
    width: 100%;
    position: relative;
	overflow: hidden;
}

/*.style_section{
	width: 95%;
	margin: 0 auto;
}*/

.main_img{
	position: relative;
	overflow: hidden;
}
.main_img .plus{
	position: absolute;
    width: 5%;
    right: 4%;
    bottom: 3%;
    z-index: 100;
}

.style_section .sub_wrap{
	display: flex;
	margin: 0 0 3%;
}

.style_section .sub_wrap .sub_img{
	position: relative;
	overflow: hidden;
}

.style_section .sub_wrap .sub_img .plus{
	position: absolute;
    width: 7%;
    right: 6%;
    bottom: 4%;
    z-index: 100;
}

.credit_wrap{
	margin: 3% auto 10%;
	font-size: 15px;
	width: 30%;
	font-family: "bebas-neue-pro", sans-serif;
}

.credit{
	display: flex;
	line-height: 1.6;
	justify-content: space-between;
}

.styling_ttl{
	margin: 15% 0 0;
	font-size: 25px;
	font-weight: 500;
	font-family: "bebas-neue-pro", sans-serif;
}

.style_box{
    display: flex;
    overflow: hidden;
    width: 100%;
}

.style_box ul {
	display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: marquee 40s linear infinite;
}

.style_box ul li{
	width: 300px;
	flex-shrink: 0;
	margin-right: 15px;
}

.line{
    width: 5%;
    height: 1px;
    background: #000000;
    margin: 3% auto 5%;
}

.brand_section{
    margin: 15% auto 10%;
}

.brand_logo a:hover{
    opacity: .6!important;
}

.brand_ttl{
    font-size: 20px;
    font-weight: 500;
    font-family: "bebas-neue-pro", sans-serif;
}	

.brand_wrap {
    display: flex;
    width: 70%;
    margin: 0 auto;
    column-gap: 25%;
    margin-bottom: 10%;
}



/************************************************************
               button
************************************************************/
.btn_00 a {
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30% auto;
    width: 100%;
    padding: 2% 0%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    line-height: 2em;
    letter-spacing: 1.2px;
    font-family: "bebas-neue-pro", sans-serif;
	text-decoration: none;
}

.btn_00 a:hover {
    background: #000000;
    color: #ffffff;
}


.btn_01 a {
    background: #000000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30% auto;
    width: 100%;
    padding: 2% 0%;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    line-height: 2em;
    letter-spacing: 1.2px;
    font-family: "bebas-neue-pro", sans-serif;
	text-decoration: none;
}

.btn_01 a:hover {
    background: #ffffff;
    color: #000000;
	border: 1px solid #000000;
}

.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}

.scroll_box{
	margin: 10% auto 5%;
	position: relative;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: 15px;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.kakko{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.gray{
	color: #838383;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
	
    .sticky__container {
        display: block;
	}
	
    .pcBox {
		display: none;
    }
	
    #rokx_wrap {
        width: 100%;
		text-align: center;
        margin: 0 auto;
		position: relative;
	}
	
	.title{
		width: 100px;
    }
	
	h1.title {
        width: 55%;
        margin: 0 auto;
    }
	
    h3.lead {
        font-size: 13px;
    }
	
    .credit_wrap {
        width: 45%;
    }	

    .scroll_box{
        margin: 15% auto 15%;
    }
	
    .style_section .sub_wrap .sub_img .plus {
        width: 10%;
    }	
	
	.logo_hare2{
		width: 95%;
	}
	
	.logo_rokx2{
		width: 100%;
	}	
	
    .brand_wrap{
        width: 85%;
        column-gap: 20%;
        margin-bottom: 10%;
    }	
	
    .brand_section {
        margin: 25% auto 10%;
    }	
	
	
    .btn_01 a{
        width: 90%;
        font-size: 24px;
        padding: 3.5% 0;
        margin: 15% auto 10%;
    }
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/**************************br**********************************
               動き
************************************************************/

.anim{
    opacity: 0;
    transition: 2s all 0s ease;
}
.anim.ac{
    opacity: 1;
}

.fade{
    opacity: 0;
    transition: 1.8s all 0.5s ease;
}
.fade.ac {
    opacity: 1;
    transform: translate(0);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
