@charset "utf-8";



*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
#rb_bg{
    background-image: url("../images/bg.jpg");
    background-size:auto;
    background-attachment: fixed; 
}
#rb_wrap{
    max-width:650px;
    width: 100%;
	text-align: center;
    position: relative;
    padding: 0 0 2% 0%;
    margin: 0 auto;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    background: #FFFFFF;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.Spectral{
    font-family: spectral, sans-serif;
  }


#rb_wrap img{
    width: 100%;
    border: 0;
    line-height: 0;
    vertical-align:top;
} 
#rb_wrap ul,#rb_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#rb_wrap a{
    text-decoration: none;
}
#rb_wrap a:hover{
    opacity: 1;
}

#rb_wrap .img{
    width: 100%;
    position: relative;
    line-height: 0;
}

#rb_contents{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#rb_contents .section{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 1em;
    margin: 2% 0 0;
}
#rb_contents .section .plus{
    width: 20px;
    right: 3%;
    bottom: 3%;
    position: absolute;
    z-index: 7;
}
#rb_contents .section .pre{
    width: 30px;
    left: 7%;
    bottom: 5%;
    position: absolute;
    z-index: 7;
}
#rb_contents .section .autumn{
    width: 100px;
    left: 20%;
    bottom: 5%;
    position: absolute;
    z-index: 7;
}
#rb_contents .section .cate{
    width: 15px;
    left: 7%;
    top: 4%;
    position: absolute;
    z-index: 7;
}
#rb_contents .section .cate_b{
    width: 15px;
    left: 7%;
    top: 15%;
    position: absolute;
    z-index: 7;
}

#rb_contents .section ul li{
    display: inline-block;
    position: relative;
}
#rb_contents .section .look{
    position: relative;
    display: inline-block;
}

#rb_contents .section:nth-of-type(1) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
#rb_contents .section:nth-of-type(2) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
#rb_contents .section:nth-of-type(3) ul{
    width: 70%;
	margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
}
#rb_contents .section:nth-of-type(4) ul{
    width: 70%;
	margin-right: 30%;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
}
#rb_contents .section:nth-of-type(5) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
#rb_contents .section:nth-of-type(6) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}



#rb_contents .info_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 10% auto 0;
    position: relative;
}
#rb_contents .info_box h1{
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7em;
    font-weight: 600;
    font-family: "Noto Serif JP", sans-serif;
    text-decoration: underline;
}
#rb_contents .info_box .txt{
    font-size: 14px;
    text-align: center;
    margin: 0 auto 3%;
    line-height: 2em;
    font-weight: 400;
}
#rb_contents .info_box .day{
    letter-spacing: 0.5px;
    
}


#rb_contents .notice{
    font-size: 11px;
    text-align: center;
    margin: 2% auto;
    letter-spacing: 0px;
    
}




.logo{
    width: 8%;
    text-align: center;
    margin: 5% auto 0;
    
}


/************************************************************
               button
************************************************************/

.btn_01 a {
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 2.5% auto 0%;
    width: 80%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    float: none;
    line-height: 2em;
    letter-spacing: 0.5px;
    background: #333;
}
.btn_01 a:before, .btn_01 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.btn_01 a:before {
  width: 1.2rem;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
.btn_01 a:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
    
}
/* ============ ボタン02 ============ */
.btn_all a {
    background: #002060;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto 6%;
    width: 70%;
    padding: 2% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
    line-height: 2em;
    letter-spacing: .5px;
    
}

.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}



.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
    #rb_wrap {
        width:100%;
		text-align: center;
        margin: 0 auto;
	}
    #rb_contents .section .cate{
        width: 12px;
        left: 25%;
        top: 6%;
    }
    #rb_contents .section .cate_b{
        width: 12px;
        left: 25%;
        top: 6%;
    }
    #rb_contents .section .pre{
        width: 12.5%;
        bottom: 6%;
    }
    #rb_contents .section .autumn{
        max-width:80px;
        width: 100%;
        bottom: 6%;
        left: 26%;
    }
    
    #rb_contents .section .plus{
        width: 20px;
    }
    #rb_contents .info_box h1{
        font-size: 15px;
    }
    #rb_contents .info_box .txt{
        font-size: 12px;
        letter-spacing: .5px;
    }
    #rb_contents .notice{
        font-size: 10px;
        letter-spacing: 0px;
    }
    
    .btn_01 a{
        width: 90%;
        font-size: 13px;
        padding:4% 0%;
    }
    .btn_all a{
        width: 90%;
        font-size: 13px;
        padding: 3.5% 0;
        margin: 15% auto 10%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/************************************************************
               動き
************************************************************/

.anim{
    opacity: 0;
    transition: 1.6s all 0s ease;
	transform: scale(1) translate(0,40px);
}
.anim.ac{
    opacity: 1;
}
.anim img {
    display: block;
    transform: scale(1.1);
    filter: blur(5px);
    transition: 1.8s all 0.2s ease;
}
.anim.ac img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.mv_up {
	opacity: 0;
    transition: 1s 0.5s;
	-moz-transform: scale(1) translate(0,40px);
    -webkit-transform: scale(1) translate(0,40px);
    -o-transform: scale(1) translate(0,40px);
    -ms-transform: scale(1) translate(0,40px);
	transform: scale(1) translate(0,40px);
}

.fade{
	opacity: 0;
	transition: 1.8s all 0.3s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}