@charset "utf-8";

a.noLink{
	pointer-events: none !important;
}

/* PC
-------------------------------------------------- */
@media screen and (min-width:1160px){

main{
	background: url("../img/kv_chara.png") top 80px center no-repeat, url("../img/kv_bgi.jpg") bottom center no-repeat;
	background-size: auto, cover;
	background-attachment: fixed;
	padding: 75vh 0 10vh;
}

.mv{
	display: none;
}

.contentsWrap{
	box-sizing: border-box;
	width: 100%;
	max-width: 1160px;
	border-radius: 40px;
	background: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 60px;
	box-shadow: 0 0 10px 0 #ffffff;
}

/*.contentsWrap > section{
	background: url("../img/bgi_autumn.png") top center repeat-x;
	background-size: auto;
	padding-top: 230px;
}*/

section:not(:first-child){
	margin-top: 100px;
}

section#dl_player{
	margin-top: 60px;
}

.secInner{
	box-sizing: border-box;
	padding: 0 60px;
}

.title-en{
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	color: #af543f;
	text-align: center;
	letter-spacing: 0.05em;
}
.title-en span{line-height: 40px !important;}

.title-jp{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	margin-top: 5px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	z-index: 1;
}
.title-jp::after{
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	transition: 1s;
	transition-delay: 1.5s;
	opacity: 0;
}

.anime-up.displayed span{
	animation: showText 1s backwards;
	display: inline-block;
}

.anime-up.displayed > span{
	overflow: hidden;
}

.anime-up.displayed > span > span{
	animation: showTextFromBottom 0.5s backwards;
}

.title-jp.displayed::after{
	width: 100%;
	opacity: 1;
}

/* INFORMATION
-------------------------------------------------- */
.infoList{
	margin-top: 60px;
}

.infoList li{
	font-size: 14px;
	line-height: 2em;
}

.infoList li::before{
	content: "・";
}

/* AREA
-------------------------------------------------- */
.boothGuide{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.boothGuide_left,
.boothGuide_right{
	width: 100%;
	max-width: 510px;
}

.boothGuide_left img{
	width: 100%;
	transform: scale(1.01);
}

.boothGuide_right h3{
	text-align: center;
	font-size: 26px;
	font-weight: 900;
}

.boothGuide_right div{
	box-sizing: border-box;
	width: 350px;
	/*border-radius: 100%;*/
	margin: 30px auto;
	/*border: 5px solid #cccccc;
	overflow: hidden;*/
}

.boothGuide_right div img{
	width: 100%;
}

.boothGuide_right p{
	font-size: 14px;
}

/* LINE UP
-------------------------------------------------- */
.series{
	font-size: 30px;
	font-weight: 900;
	margin-top: 60px;
	position: relative;
	z-index: 1;
	padding-left: 40px;
}

.series::before{
	content: "";
	width: 20px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
#dl_player .series::before{background: #cca14b;}
#sanrio .series::before{background: #e171a4;}
#bonobono .series::before{background: #69b6f8;}
#saunya .series::before{background: #f8b969;}
#zundamon .series::before{background: #bbd86a;}
#player .series::before{background: #2e2e2e;}
#other .series::before{background: #2e2e2e;}

#player,
#other{
	border-top: 1px solid #cccccc;
	margin-top: 60px;
}

.lineup_bnr{
	display: none;
}

.product{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.product li{
	width: 100%;
	max-width: 245px;
	margin-right: 20px;
}

.product li.wide{
	max-width: 510px;
}

.product li:nth-child(4n){
	margin-right: 0;
}

.product li:nth-child(n+5){
	margin-top: 40px;
}

.siteonly{
	font-size: 12px;
	color: #cc0000;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.hide{
	visibility: hidden !important;
}

.leading{
	font-size: 12px;
	color: #af5440;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.product li a{
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}

.p_img{
	display: block;
	box-sizing: border-box;
	border: 3px solid #f4f4f4;
	background: #ffffff;
	width: 100%;
	aspect-ratio: 1 / 1;
	text-align: center;
	padding: 10px;
}

.product li a.no_image{
	pointer-events: none;
}

.product li a.no_image .p_img{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.p_img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.product li a:hover .p_img img{opacity: 0.8;}

.p_name{
	font-size: 12px;
	line-height: 1.8em;
	height: 5.4em;
	overflow: hidden;
	color: #333333;
	margin-top: 20px;
	letter-spacing: 0.05em;
}
.product li a:hover .p_name{text-decoration: underline;}

.p_price{
	margin-top: 20px;
	text-align: center;
	color: #cc0000;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	z-index: 1;
}

.p_price span{
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	height: 3.6em;
}

.digicon{
	position: relative;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	color: #ffffff;
	border-radius: 4px;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#383838, #2d2d2d);
	background-size: 14px auto, auto;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	line-height: 50px;
	box-shadow: 0 0 4px 0 #c2c2c2;
	overflow: hidden;
}

.digicon::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#cc0000, #cc0000);
	background-size: 14px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

.digicon:hover::before{
	opacity: 1;
}

.sp_site_link{
	position: relative;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 510px;
	margin: 40px auto 0;
	background: url("../img/arrow_right_bk.svg") right 10px center no-repeat, linear-gradient(#ffffff, #f7f7f7);
	background-size: 14px auto, auto;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	line-height: 60px;
	box-shadow: 0 0 4px 0 #c2c2c2;
	color: #333333;
	font-weight: 500;
	border-radius: 4px;
	letter-spacing: 0.05em;
	overflow: hidden;
	transition: 0.2s;
}

#sanrio .sp_site_link:hover,
#bonobono .sp_site_link:hover,
#other .sp_site_link:hover,
#player .sp_site_link:hover{
	color: #ffffff;
}

#sanrio .sp_site_link::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#e171a4, #e171a4);
	background-size: 14px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

#sanrio .sp_site_link:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#e171a4, #e171a4);
	background-size: 14px auto, auto;
}

#bonobono .sp_site_link::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#69b6f8, #69b6f8);
	background-size: 14px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

#bonobono .sp_site_link:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#69b6f8, #69b6f8);
	background-size: 14px auto, auto;
}

#other .sp_site_link::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#b60005, #b60005);
	background-size: 14px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

#other .sp_site_link:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#b60005, #b60005);
	background-size: 14px auto, auto;
}

#player .sp_site_link::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(-15deg, #76e9d6, #9faee6);
	background-size: 14px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

#player .sp_site_link:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(-15deg, #76e9d6, #9faee6);
	background-size: 14px auto, auto;
}

.wide_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.panel{
	width: 50%;
	max-width: 510px;
	margin-top: 60px;
}

.panel a{
	display: block;
	text-decoration: none;
	color: #333333;
}

.panel a.not{
	pointer-events: none;
}

.panel a span{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1024 / 576;
	box-sizing: border-box;
	border: 3px solid #f4f4f4;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.icon{
	display: block;
	width: 30px;
	height: 30px;
	background: #000000;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.icon i{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.panel .p_name{
	height: 3.6em;
	overflow: hidden;
}

.panel a:hover .p_name{
	text-decoration: underline;
}

/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}

/* リンク
-------------------------------------------------- */
.linkWrap ul{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 100px;
	padding: 0 60px;
	flex-wrap: wrap;
}

.linkWrap li{
	width: 50%;
	max-width: 510px;
	margin-bottom: 20px;
}

.linkWrap a{
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 4px;
	padding: 20px;
	font-size: 14px;
	box-shadow: 0 0 4px 0 #c2c2c2;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.2s;
}

.link_online a{
	background: url("../img/arrow_right_wh.svg") center right 20px no-repeat ,linear-gradient(#cc3225, #bb2a1e);
	background-size: 18px auto, auto;
	color: #ffffff;
}

.link_online a::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#bb2a1e, #cc3225);
	background-size: 18px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

.link_online a:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#bb2a1e, #cc3225);
	background-size: 18px auto, auto;
}

.link_shop a{
	background: url("../img/arrow_right_wh.svg") center right 20px no-repeat ,linear-gradient(#405bd0, #3752c5);
	background-size: 18px auto, auto;
	color: #ffffff;
}

.link_shop a::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#3752c5, #405bd0);
	background-size: 18px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

.link_shop a:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#3752c5, #405bd0);
	background-size: 18px auto, auto;
}

.link_inquiry a{
	background: url("../img/arrow_right_bk.svg") center right 20px no-repeat ,linear-gradient(#ffffff, #f7f7f7);
	background-size: 18px auto, auto;
	color: #000000;
}

.link_inquiry a::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#333333, #333333);
	background-size: 18px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

.link_inquiry a:hover{
	color: #ffffff;
}

.link_inquiry a:hover::before{
	opacity: 1;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#333333, #333333);
	background-size: 18px auto, auto;
}

.link_official a{
	background: url("../img/export_arrow.svg") center right 20px no-repeat ,linear-gradient(#ffffff, #f7f7f7);
	background-size: 18px auto, auto;
	color: #000000;
}

.link_official a::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/export_arrow_wh.svg") right 20px center no-repeat, linear-gradient(#333333, #333333);
	background-size: 18px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

.link_official a:hover{
	color: #ffffff;
}

.link_official a:hover::before{
	opacity: 1;
	background: url("../img/export_arrow_wh.svg") right 20px center no-repeat, linear-gradient(#333333, #333333);
	background-size: 18px auto, auto;
}

/* プレイヤーグッズ専用 */
.wide .p_img{
	aspect-ratio: 2.08 / 1;
	position: relative;
	z-index: 1;
}

#player .product li:nth-child(n+4){margin-top: 40px; margin-right: 20px;}
#player .product li:nth-child(3){margin-right: 0;}


}

@keyframes showTextFromBottom{
	0%{transform: translateY( 100% );}
	100%{transform: translateY( 0px );}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1159px){

.mv img{
	width: 100%;
	max-width: 1160px;
}

.contentsWrap{
	box-sizing: border-box;
	width: 100%;
	background: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
}

.contentsWrap > section{
	/*background: url("../img/bgi_autumn.png") top center repeat-x;
	background-size: auto 100px;
	padding-top: 120px;*/
}

section:not(:first-child){
	margin-top: 60px;
}

.secInner{
	box-sizing: border-box;
	padding: 0 20px;
}

.title-en{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #af543f;
	text-align: center;
	letter-spacing: 0.05em;
}
.title-en span{line-height: 40px !important;}

.title-jp{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	z-index: 1;
}
.title-jp::after{
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	transition: 1s;
	transition-delay: 1.5s;
	opacity: 0;
}

.anime-up.displayed span{
	animation: showText 1s backwards;
	display: inline-block;
}

.anime-up.displayed > span{
	overflow: hidden;
}

.anime-up.displayed > span > span{
	animation: showTextFromBottom 0.5s backwards;
}

.title-jp.displayed::after{
	width: 100%;
	opacity: 1;
}

/* INFORMATION
-------------------------------------------------- */
.infoList{
	margin-top: 30px;
}

.infoList li{
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.infoList li::before{
	content: "・";
}

/* AREA
-------------------------------------------------- */
.boothGuide{
	margin-top: 30px;
}

.boothGuide_left img{
	width: 100%;
	transform: scale(1.01);
}

.boothGuide_right h3{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin-top: 20px;
}

.boothGuide_right div{
	box-sizing: border-box;
	width: 100%;
	max-width: 80%;
	margin: 20px auto;
	/*border-radius: 100%;
	border: 5px solid #cccccc;
	overflow: hidden;*/
}

.boothGuide_right div img{
	width: 100%;
}

.boothGuide_right p{
	font-size: 14px;
}

/* LINE UP
-------------------------------------------------- */
#lineup section{
	background: #f1ebe1;
	padding: 20px;
}

#lineup .secInner{
	padding: 0;
}

#lineup section{
	margin-top: 0;
}

#lineup .h2{
	padding: 0 20px;
}

#lineup .title-jp{
	width: 90%;
	margin: 0 auto 40px;
}

.secInner_sp{
	display: none;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 0 4px 0 #c2c2c2;
	padding: 20px;
	margin: 10px 0 0;
}

.lineup_bnr{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.lineup_bnr img{
	width: 100%;
}

.series{
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding: 20px 0 20px 55px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 #c2c2c2;
}

.series::after{
	content: "";
	transition: 0.3s;
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	top: 50%;
	right: 20px;
	margin-top: -8px;
	transform: rotate(135deg);
}

.series.open::after{
	transform: rotate(-45deg);
	top: 60%;	
}

.series::before{
	content: "";
	width: 15px;
	height: 4px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -2px;
}
#dl_player .series::before{background: #2e2e2e;}
#sanrio .series::before{background: #e171a4;}
#bonobono .series::before{background: #69b6f8;}
#saunya .series::before{background: #f8b969;}
#zundamon .series::before{background: #bbd86a;}
#player .series::before{background: #2e2e2e;}
#other{padding-bottom: 20px !important;}
#other .series::before{background: #2e2e2e;}

.product{
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.product.border{
	border-top: 1px solid #cccccc;
	margin-top: 40px;
	padding-top: 40px;
}

.product li{
	width: 100%;
	margin: auto;
}

.product li::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cccccc;
	margin-top: 40px;
	margin-bottom: 40px;
}

.product li:last-child::after{
	display: none;
}

.siteonly{
	font-size: 12px;
	color: #cc0000;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.hide{
	display: none;
}

.leading{
	font-size: 12px;
	color: #af5440;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.product li a{
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}

.p_img{
	display: block;
	box-sizing: border-box;
	border: 5px solid #f4f4f4;
	background: #ffffff;
	width: 100%;
	aspect-ratio: 1 / 1;
	text-align: center;
	padding: 20px;
}
.wide .p_img{
	aspect-ratio: auto;
	position: relative;
}

.product li a.no_image{
	pointer-events: none;
}

.product li a.no_image .p_img{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.p_img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.product li a:hover .p_img img{opacity: 0.8;}

.p_name{
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	letter-spacing: 0.05em;
}
.product li a:hover .p_name{text-decoration: underline;}

.p_price{
	margin-top: 20px;
	text-align: center;
	color: #cc0000;
	font-size: 14px;
	line-height: 1.8em;
}

.p_price span{
	display: block;
	text-align: center;
	font-size: 12px;
}

.digicon{
	position: relative;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	color: #ffffff;
	border-radius: 4px;
	background: url("../img/arrow_right_wh.svg") right 20px center no-repeat, linear-gradient(#383838, #2d2d2d);
	background-size: 14px auto, auto;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
	box-shadow: 0 0 4px 0 #c2c2c2;
	overflow: hidden;
}

.digicon::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../img/arrow_right_wh.svg") right 10px center no-repeat, linear-gradient(#cc0000, #cc0000);
	background-size: 14px auto, auto;
	opacity: 0;
	transition: 0.2s;
}

.digicon:hover::before{
	opacity: 1;
}

.sp_site_link{
	display: none;
}

.wide_flex{
	margin-top: 40px;
	border-top: 1px solid #cccccc;
	padding-top: 40px;
}

#player .wide_flex{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	margin-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 40px;
}

.panel::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cccccc;
	margin-top: 40px;
	margin-bottom: 40px;
}
.panel:last-child::after{
	display: none;
	content: "";
	background: none;
	margin-bottom: 40px;
	margin-top: 0;
}

.panel a{
	display: block;
	text-decoration: none;
	color: #333333;
}

.panel a.not{
	pointer-events: none;
}

.panel a span{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1024 / 576;
	box-sizing: border-box;
	border: 3px solid #f4f4f4;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.icon{
	display: block;
	width: 30px;
	height: 30px;
	background: #000000;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.icon i{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.panel .p_name{
	height: 3.6em;
	overflow: hidden;
}

.panel a:hover .p_name{
	text-decoration: underline;
}

/* リンク
-------------------------------------------------- */
.linkWrap{
	padding: 20px 20px 40px;
}

.linkWrap li{margin-top: 20px;}
.linkWrap li:first-child{margin-top: 0;}

.linkWrap a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
	border-radius: 4px;
	padding: 15px;
	font-size: 14px;
	box-shadow: 0 0 4px 0 #c2c2c2;
}
.link_online a{
	background: url("../img/arrow_right_wh.svg") center right 20px no-repeat ,linear-gradient(#cc3225, #bb2a1e);
	background-size: 15px auto, auto;
	color: #ffffff;
}
.link_shop a{
	background: url("../img/arrow_right_wh.svg") center right 20px no-repeat ,linear-gradient(#405bd0, #3752c5);
	background-size: 15px auto, auto;
	color: #ffffff;
}
.link_inquiry a{
	background: url("../img/arrow_right_bk.svg") center right 20px no-repeat ,linear-gradient(#ffffff, #f7f7f7);
	background-size: 15px auto, auto;
	color: #000000;
}

.link_inquiry::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cccccc;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link_official a{
	background: url("../img/export_arrow.svg") center right 20px no-repeat ,linear-gradient(#ffffff, #f7f7f7);
	background-size: 15px auto, auto;
	color: #000000;
}

}