/*----------------------------------------------------------------------------------------------------------
	アニメーションボタン
----------------------------------------------------------------------------------------------------------*/

.shiny-btn.product {
/*    position: relative;
    display: block;
    width: 50%;
    height: auto;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
*/    background-color: #6dd900;
/*    overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	font-size: 30px;
	font-weight: bold;
	padding: 50px 20px;
	margin-top: 50px;
	margin-bottom: 50px;
*/}

/*
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
/*    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
*/

.shiny-btn.product .next {
	font-size: 1.125rem;
	display: inline-block;
	margin-left: 0.5rem;
}
.shiny-btn.product .next::before ,
.shiny-btn.product .next::after  {
	content: '～';
}

.shiny_box {
	display: flex;
	flex-direction: row-reverse;
	column-gap: 1rem;
}
.shiny-btn {
	flex-basis: calc((100% - 32px) / 2);
}

/* 2022-03-08 */
.c-btn-box {
	margin-top: -20px;
	display: flex;
	justify-content: center;
}
.h-btn-box {
	display: flex;
	justify-content: center;
	width: calc(100% - 510px);
}
.c-btn-item ,
.h-btn-item {
  width: 50%;
	height: auto;
}
.c-btn-item img ,
.h-btn-item img {
  width: 100%;
	height: auto;
	vertical-align: bottom;
}
.header_box_item:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.header_box_item:nth-child(3) {
  margin-right: 20px;
}


/*------------------------------------------------
	レスポンシブ
------------------------------------------------*/
@media (max-width: 1058px) {
	.shiny_box {
		width: calc(100% - 80px);
		margin-left: auto;
		margin-right: auto;
	}
	.shiny-btn {
		flex-basis: calc((100% - 32px) / 2);
	}
}

/* ########## 769px以下 ########## */
@media (max-width: 769px) {
/* ボックスの左右に確保する余白 */

	.shiny-btn {
		width: 100%;
		font-size: 30px;
		padding: 30px 20px;
		line-height: 130%;
	}	

	.shiny_box {
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.h-btn-box {
		display: none;
	}

}



/* ########## 769px以上 ########## */
@media (min-width: 769px) {  
/* ボックスの左右に確保する余白 */
  
}


/* ########### 960px以上 ########### */
@media (min-width: 960px) {
/* 全体の横幅を固定 */
  
} 
  
