@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
	scroll-behavior: smooth;
}

.st_header {
	clear: both;
	width:100%;
    text-align: center;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 0 5%;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap h1, .st_header h1 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
	font-size: 35px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h2, .st_header h2 {
    font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin: 1% auto 5%;
    padding: 0;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h3 span {
	font-size: 13px;
	font-weight: 400;
}

.st_wrap h3 img {
	width: 30%;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
	white-space: nowrap;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #2c2623;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.bkwht {
	background-color: #fff;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 100%; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #867C7D;
}

.st_wrap p {
	margin:5px auto;
    text-align: center;
    font-size: 13px;    
    line-height: 1.8em;
}

.sn_logo {
	width: 13%;
	margin: 6% auto 2%;
	height: 70px;
}

.rokx_logo {
	width: 23%;
	margin: 6% auto 2%;
	height: 70px;
}

.rokx_top{
	height: 417px;
}

.rokx_classics{
	height: 804px;
}

.rokx_casual{
	height: 825px;
}

.rokx_stonemaster{
	height: 811px;
}

.oe_sn_wrap{
	display: flex;
	justify-content: space-evenly;
}

.oe_sn_wrap .title{
	font-size: 18px;
	color: #057b9d;
}

.oe_sn_wrap .title span{
	font-size: 19px;
	color: #057b9d;
	font-weight: 600;
}

.oe_box{
	width: 50%;
}

.oe_sn_wrap .date {
	text-align:center;
	font-size: 15px;
	font-weight: 400;
	margin: 5% auto 10%;
}

.oe_rokx_wrap{
	display: flex;
	justify-content: space-evenly;
}

.oe_rokx_wrap .title{
	font-size: 18px;
	color: #f0831e;
}

.oe_rokx_wrap .title span{
	font-size: 19px;
	color: #f0831e;
	font-weight: 600;
}

.oe_box{
	width: 50%;
}

.oe_rokx_wrap .date {
	text-align:center;
	font-size: 15px;
	font-weight: 400;
	margin: 5% auto 10%;
}

.btn_box{
	margin-top: 28px;
}

.Main {
	width: 100%;
	margin: 0 auto 0;
	position:relative;
    display: flex;
}

.Main_s {
	width: 80%;
	margin: 10% auto 3%;
	position: relative;
}

.ribbon20 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0;
  height: 45px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: white;
  background: #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 53px;
  width: 7px;
  background: #000;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #888;
  border-radius: 5px 0 0 5px;
}

.ribbon20 span {
	font-size: 70%;
	padding-right: 5px;
}


.link_box {
	width: 96%;
	margin: 5% auto;
	display: flex;
	justify-content: space-around;
}

.link {
	width: 38%;
	padding: 2% 3%;
	background-color: #fff;
	/*border: solid 1px #000;*/
	border-radius: 10px;
}

.link_box .link:nth-child(1) img {
	width: 35%;
}
.link_box .link:nth-child(2) img {
	width: 55%;
}

.sp {
	display:none;
}


.col_box {
	background-color: #f9f8f5;
	margin: 0 0 10%;
	padding: 2% 0 10%;
	color: #000;
}

.col_box_n {
	background-color: #ebede2;
	margin: 0 0 10%;
	padding: 2% 0 10%;
	color: #000;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 5% auto;
	line-height: 2em;
}


.name_item {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2% 0 ;
	text-align: center;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}


.Red {
	color: #FF0004;
}

.st_wrap section {
	max-width: 1200px;
	margin: 0 auto 1%;
	padding-bottom: 1%;
}

.Icon  {
    margin: 2% auto 1%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0em;
}

.Icon img {
    width: 100%;
	max-width: 80px;
}


.sns_box {
	width: 50%;
	margin: 3% auto 0;
	display: flex;
	justify-content: center;
}

.sns_box .icon {
	width: 28%;
	max-width: 80px;
}

.sns_txt {
	font-size: 12px;
	font-weight: 500;
	line-height: 2em;
	margin: 2% auto;
	text-align: center;
}

.Logo  { width: 15%; max-width: 200px; margin: 10% auto 5%;}

.clear {
	clear:both;
}

.btn-1 {
	display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #fff;
    background-color: #057b9d;
    transition: all 0.4s ease;
    position: relative;
}

.btn-1::after {
    content: '';
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
}

.btn-1:hover {
    color: #fff;
    background-color: #03566d;
}

a.btn-1,a.btn-2,a.btn-3 {
    text-decoration: none;
}

.btn-2 {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #fff;
    background-color: #f0831e;
    transition: all 0.4s ease;
    position: relative;
}

.btn-2::after {
    content: '';
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
}

.btn-2:hover {
    color: #fff;
    background-color: #C96B1A;
}

.btn-1-2 {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #057b9d;
    border: 1px solid #057b9d;
    transition: all 0.4s ease;
    position: relative;
	background: #f9f9f9;
}

.btn-1-2::after {
    content: '';
    border: 0;
    border-top: solid 1px #057b9d;
    border-right: solid 1px #057b9d;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
}

.btn-1-2:hover {
    color: #fff;
    background-color: #057b9d;
}

.btn-2-2 {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #f0831e;
	border: 1px solid #f0831e;
    transition: all 0.4s ease;
    position: relative;
	background: #f9f9f9;
}

.btn-2-2::after {
    content: '';
    border: 0;
    border-top: solid 1px #f0831e;
    border-right: solid 1px #f0831e;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
}

.btn-2-2:hover {
    color: #fff;
    background-color: #f0831e;
}

.btn-3 {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #ffffff;
    background-color: #2c2623;
    transition: all 0.4s ease;
    position: relative;
}

.btn-3::after {
    content: '';
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
}


#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.item_wrap{
	width: 75%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 3%;
}

.item_wrap a{
	color: #333333;
}

.item_wrap .item_main{
	margin-bottom: 8%;
}

.item_wrap .item_main .item_title{
	margin: 8% 0;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.item_wrap .item_main .item_title span{
	background: linear-gradient(transparent 10%, #03566d60 50%);
}

.item_wrap .item_main .rokx span{
	background: linear-gradient(transparent 10%, #C96B1A60 50%);
}

.item_wrap .item_main img{
	margin-bottom: 2%;
}

.item_wrap .item_main a span{
	text-decoration: underline;
}

.item_wrap .item_main .item_box{
	display: flex;
	flex: wrap;
	column-gap: 2%;
}

.item_wrap .item_main .item_box .item .item_img{
	position: relative;
}

.item_wrap .item_main .item_box .item img.plus{
	position: absolute;
	width: 16px;
	height: auto;
	right: 3%;
	bottom: 3%;
}

.item_wrap .item_main .item_box .name{
	font-size: 12px;
}

@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 0;
    }
    
	.st_wrap h1, .st_header h1 {
		font-size: 23px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2, .st_header h2 {
        font-size: 18px;
		line-height: 1.6em;
    }
    .st_wrap h3 {
        font-size: 16px;
		margin: 4% auto 4%;
    }
	
    .st_wrap h3 span {
        font-size: 12px;
        font-weight: 400;
    }	
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
    .rokx_classics{
        height: auto;
    }
	
    .rokx_casual{
        height: auto;
    }	
	
    .rokx_stonemaster{
        height: auto;
    }	
	
	.logo {
		width: 60%;
	}
	
    .sn_logo {
        width: 13%;
        margin: 6% auto 2%;
        height: auto;
    }

    .rokx_logo {
        width: 23%;
        margin: 6% auto 2%;
        height: auto;
    }	
	
	.rokx_top{
        height: auto;
    }

    .oe_rokx_wrap .date {
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        margin: 5% auto 10%;
    }
	
    .oe_sn_wrap .date {
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        margin: 5% auto 10%;
    }	
	
    .oe_rokx_wrap .title{
        font-size: 16px;
    }	
	
    .oe_rokx_wrap .title span{
        font-size: 17px;
    }		

    .oe_sn_wrap .title{
        font-size: 16px;
    }
	
    .oe_sn_wrap .title span{
        font-size: 17px;
    }	

	.Main_s {
		width: 90%;
		margin: 15% auto 3%;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.date {
		font-size: 14px;
	}
	
	.name_item {
		font-size: 14px;
	}
	
	.ribbon20 {
		font-size: 20px;
		line-height: 20px;
		height: 30px;
		padding: 3px 5px;
	}
	
	.ribbon20:before {
		height: 40px;
	}
	
    .btn-1 {
        font-size: 12px;
        margin: 4% auto 8%;
		width: 85%;
    }
	
    .btn-2 {
		font-size: 12px;
        margin: 4% auto 8%;
		width: 85%;
    }
	
    .btn-1::after {
        top: 51%;
    }
	
    .btn-2::after {
		top: 51%;
    }	

	
	.btn_box{
        margin-top: auto;
    }
	
    .item_wrap{
        width: 85%;
    }	
	
	
}


