@charset "utf-8";
html,body{width: 100%; margin: 0px; padding: 0px;height: 100%;}
#contents {
color:#000 !important;
padding:0;
width:100%;
	font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	background-color: #ffffff;
}

#contents h2 {
    font-family: 'Fjalla One',sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 28px;
}
#contents h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 30px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-right: 8px;
}
#contents h2 span {
	font-size: 80%;
	margin-left: 0.7em;
}

/**各種単ページタイトル**/
#contents .main h2 {
    font-size: 25px;
    text-align: left;
	border-bottom: 1px solid #cccccc;
	margin: 3em 0px 1em 0px;
	padding-bottom: 0.8em;
	display: flex;
	justify-content: space-between;
}
#contents .main h2 span {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}
#contents .main h2::before {
	content: none;
}


#contents h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 3em;
	padding-bottom: 0.12em;
	border-bottom: 2px solid #303030;
}
#contents h3::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background-image: url(../img/arrow3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 5px;
	margin-left: 2px;
}
#contents h4 {
    font-size: 16px;
	color: #ffffff;
    font-weight: normal;
    margin-bottom: 1em;
	padding: 0.19em 1em;
	background-color: #202060;
}

#contents .main {
	width: 980px;
	margin: 0px auto 2em;
}
/**単体*ページのみ**/
#contents .entry p {
	margin-bottom: 2em;
	line-height: 1.7em;
	color: #404040;
}

#contents .entry ul {
	margin: 0px 0px 2em;
}
#contents .entry ul li {
	margin: 0px 0px 0.5em 0px;
	padding: 0px 0px 0.4em 0px;
	border-bottom: 1px dotted #ddd;
}

#contents_header {
	width: 100%;
	height: 100px;
	background-image: url(../img/head_bg.png);
	/*background-size: contain;*/
	position: relative;
}
#contents_header_card {
	width: 100%;
	height: 60px;
	background-image: url(../img/head_bg.png);
	background-size: contain;
	position: relative;
	text-align: center;
	padding: 10px 0px;
}
#contents_header_card img {
	width: auto;
	max-height: 100%;
}

#contents_header .inner {
	width: 980px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}
#contents_header .inner h2{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 10;
}
#contents_header .inner h2::before{
	display: none;
}
#contents_header ul.pc {
	margin: 0px 0px 0px 230px;
	padding: 10px 0px 0px;
	width: 750px;
	display: flex;
	justify-content: space-between;
}
#contents_header ul.pc li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contents_header ul.pc li a {
	display: block;
	width: 124px;
	height: 80px;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
	background-image: url(../img/menu001.png);
	background-repeat: no-repeat;
	background-size: contain;
	
}
#contents_header ul.pc li.menu001 a {
	background-image: url(../img/menu001.png);
}
#contents_header.products ul.pc li.menu001 a,
#contents_header ul.pc li.menu001 a:hover {
	background-image: url(../img/menu001_on.png);
}
#contents_header ul.pc li.menu002 a {
	background-image: url(../img/menu002.png);
}
#contents_header.event ul.pc li.menu002 a,
#contents_header ul.pc li.menu002 a:hover {
	background-image: url(../img/menu002_on.png);
}
#contents_header ul.pc li.menu003 a {
	background-image: url(../img/menu003.png);
}
#contents_header.card ul.pc li.menu003 a,
#contents_header ul.pc li.menu003 a:hover {
	background-image: url(../img/menu003_on.png);
}
#contents_header ul.pc li.menu004 a {
	background-image: url(../img/menu004.png);
}
#contents_header.howto ul.pc li.menu004 a,
#contents_header ul.pc li.menu004 a:hover {
	background-image: url(../img/menu004_on.png);
}
#contents_header ul.pc li.menu005 a {
	background-image: url(../img/menu005.png);
}
#contents_header.special ul.pc li.menu005 a,
#contents_header ul.pc li.menu005 a:hover {
	background-image: url(../img/menu005_on.png);
}
#contents_header ul.pc li.menu006 a {
	background-image: url(../img/menu006.png);
}
#contents_header.store ul.pc li.menu006 a,
#contents_header ul.pc li.menu006 a:hover {
	background-image: url(../img/menu006_on.png);
}


#contents_header ul.sp {
	display: none;
}

#contents_header .sp_button {
	display: none;
}
#contents .sub{
	width: 100%;
	padding: 15px;
	background-color: #101030;

}
#contents .sub ul {
	display: flex;
	width: 980px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .sub ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 1.4em;
	font-size: 15px;
	font-weight: 700;
}
#contents .sub ul li a {
	text-decoration: none;
	color: #ffffff;
}
#contents .sub ul li a:hover {
	color: #ffff00;
}

#contents .sub ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 15px;
	background-image: url(../img/arrow4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 3px;
	margin-left: 2px;
}
.pankuzu {
	margin: 0px;
	padding: 1em 0px;
	font-size: 11px;
/*	text-align: right;*/
}
.pankuzu ul{
	width: 980px;
	margin: 0px auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.pankuzu ul li {
	list-style: none;
	display: block;
	margin: 0px;
}
.pankuzu ul li::after {
	content: '>';
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.pankuzu ul li:last-child::after {
	display: none;
}




/***汎用ボタン***/
#contents .button {
	padding: 0.6em 0.75em;
	text-align: center;
	background-color: #003366;
	color: #ffffff;
	text-decoration: none;
	line-height: 100%;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
}
#contents .button::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-right: 0.4em;
}
#contents .button:hover {
	opacity: 0.7;
	}


/***イベントの終了***/
.event_end {
	display: inline-block;
	position: relative;
}
.event_end::after {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/bnr_end.jpg);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30%;
	padding-bottom: 10%;
}
.event_end::before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	
}
#contents .btn_disabled {
	background-color: #c0c0c0 !important;
}
#contents .btn_cart {
	background-color: #003366;
}
#contents .btn_cart::before {
	background-image: url(../img/cart.png);
}
#contents .btn_card {
	background-color: #0066ee;
}
#contents .btn_card::before {
	background-image: url(../img/card.png);
}
#contents .btn_more {
	/*background-color: #20202f;*/
}
#contents .btn_more::before {
	background-image: url(../img/more.png);
}
#contents .btn_pdf::before {
	background-image: url(../img/pdf.png);
}
#contents .btn_search::before {
	background-image: url(../img/search.png);
}

.tsubasa_copyright {
	width: 100%;
	padding: 0.3em;
	background-color: #001133;
	color: #ffffff;
	line-height: 100%;
}


/**各種ページで統一の一覧**/
.common_list {
	display: block;
	position: relative;
}
.common_list a {
	display: flex;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.2em 0px 1.2em 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	color: #303030;
	position: relative;
}
.common_list a:hover {
	background-color: #f8f8f8;
}
.common_list a:last-child {
	margin-bottom: 2em;
}
.common_list a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0pc;
	width: 60px;
	height: 60px;
	opacity: 0.3;
	background-image: url(../../common/img/twitter_bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
}

.common_list a .ttl {
	font-size: 18px;
	font-weight: bold;
}
.common_list a .info {
	font-size: 14px;
	margin-right: 1em;
}
.common_list a .info strong {
	margin-right: 1em;
}
.common_list a .new {
	font-size: 14px;
	margin-right: 1em;
	color: #ff1100;
	font-weight: bold;
}

/**汎用テーブル**/
table {
	background-color: #fff;
	border-collapse: collapse;
	border: 0;
}
.normalTable {
	max-width: 100%;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.normalTable table {
	border: 1px solid #ddd;
	width: 100%;
	font-size: 90%;
}
.normalTable table th,
.normalTable table td
{
	vertical-align: top;
border: 1px solid #ddd;
	padding: 0.4em 0.6em;
	line-height: 130%;
	
}
.normalTable table th {
	background-color: #eeeef6;
	font-weight: bold;
}

/**汎用カラムレイアウト**/
.column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0px 0px 1.2em;
	width: 100%;
}
.column .item {
	text-align: center;
}
.column img {
	max-width: 100%;
	height: auto;
}

.col5 .item{
	width: 20%;
}
.col1 .item{
	width: 100%;
}

/*モーダルウィンドウ*/
.enlargement {
	content: '';
	width: 200px;
	height: 280px;
	position: absolute;
transition: all 300ms 0s ease;	
	z-index: 200;
	top: 50%;
	left: 50%;
	opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.50);
	box-shadow: 0px 8px 24px rgba(0,0,0,0.50);
	border-radius: 8px;
	overflow: hidden;
}
.enlargement.open {
	content: '';
	opacity: 1;
	transition: all 300ms 0s ease;
	
}
.youtube-wrap {
     position: relative;
     overflow: hidden;
     padding-bottom: 56.25%;
     height: 0;
}

.youtube-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



#modalmask {
	z-index:3500;
	display:none;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.70);
	cursor: zoom-out;
}
#modalmask.open {
	display: block;
}

/**
動画リスト
***/
.movieList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	justify-content: space-around;
	margin-top: 1em;
}
.movieList .item {
	width: 48%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 6px;*/
	background-color: #003366;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.40);
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.movieList .item.full {
	width: 60%;
}

.movieList .item::after {
	content: '';
	background-image: url(../../common/img/youtube-brands.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
	width: 25%;
	height: 25%;
	display: block;
	position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
	opacity: 0.9;
}
.movieList .item p {
	padding: 8px;
	margin: 0px;
	font-size: 80%;
	color: #ffffff;
	line-height: 130%;
	text-align: left;
}

.movieList .item img {
	max-width: 100%;
	height: auto;
	position: relative;
}




@media screen and (max-width: 639px){
.twitter-timeline {
    width: 700px!important;
}	
#contents h2 {
    font-size: 20px;
}
/**各種単ページタイトル**/
	#contents .main h2 {
		font-size: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
#contents .main h2,
#contents .main h2 span {
	display: block;
	}
	
#contents h3 {
    font-size: 18px;
    margin-top: 1em;
}
#contents h3::before {
	width: 14px;
	height: 18px;
	margin-right: 2px;
	margin-left: 10px;
}
#contents h4 {
    font-size: 15px;
}

	
	
#contents .main {
	width: 100%;
	margin: 0px;
}
#contents .entry p{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.2em;
	padding-right: 0.2em;
	}
#contents .entry ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.2em;
	padding-right: 0.2em;
	}
#contents_header {
	height: 60px;
	-webkit-box-shadow: none;
	box-shadow:none;
}

	#contents_header .inner {
	width: 100%;
}
#contents_header .inner h2{
	margin: 0px;
	padding: 0px;
	height: 65px;
}
#contents_header .inner h2 img{
	width: auto;
	max-height: 65px;
	}
	#contents_header ul.pc {
		display: none;
}
	#contents_header ul.sp {
	position: absolute;
	background-color: #202020;
	top: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 5px 16px;
		z-index: 100;
}
	#contents_header ul.sp::after {
content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    opacity: 0.4;
    background-image: url(../img/bg_ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
	}

	#contents_header ul.sp li:first-child {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	#contents_header ul.sp li {
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#contents_header ul.sp li a {
		color: #ffffff;
		background-image: url(../img/arrow2.png);
		background-repeat: no-repeat;
		background-size: contain;
		padding-left: 42px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#contents_header ul.sp li.menu_sub {
		padding-bottom: 5px;
		padding-top: 5px;
		font-size: 90%;
	}
	#contents_header ul.sp li.menu_sub a {
		color: #ffffff;
		background-image: none;
		padding: 12px 5px 12px 10px;
	}
	#contents_header ul.sp li.menu_sub a::before {
		content: '〉';
		color: #ffff00;
		margin-right: 0px;
	}
	
	
	
	#contents_header .sp_button {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		background-image: url(../img/sp_menu_button.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 50px;
		width: 50px;
		opacity: 0.6;
}
	#contents_header .sp_button_close {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		background-image: url(../img/sp_menu_button_close.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 50px;
		width: 50px;
		opacity: 0.6;
}
#contents .sub{
	display: none;
	}
.pankuzu {
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*	text-align: right;*/
	padding-left: 5px;
	padding-right: 5px;
}
.pankuzu ul {
	width: 100%;
	}
	/***汎用ボタン***/
#contents .button {
	font-size: 14px;
}
	#contents .button::before {
	width: 14px;
	height: 14px;
}
.tsubasa_copyright {
	font-size: 10px;
}

	/**各種ページで統一の一覧**/
.common_list a {
	padding: 0px 8px 1em;
	display: block;
}
.common_list a .ttl {
	font-size: 16px;
	
}
.common_list a .new,
.common_list a .info {
	font-size: 13px;
	margin: 0px;
}
	
	.normalTable {
		padding: 0px 0.2em;
	}
	
	.col1 .item,
	.col5 .item{
	width: 100%;
}

/**
動画リスト
***/
.movieList {
	display: block;
	padding: 0px 8px 1em;
}
.movieList .item {
	width: 100%;
}
	
	
}
