@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 200%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #272727;
	background-color: #f9fafb;
}
a {
	opacity: 1;
	color: #1c6bd6;
	text-decoration: none;
}
a:hover {
	color: #d2002c;
}
a:hover img {
	opacity: 0.75;
}
a.border {
	text-decoration: underline;
}
a.deactive {
	display: block;
	background-color: #000;
	pointer-events: none;
}
a.deactive img {
	opacity: 0.3;
}
img.cover {
	width: 100%;
	height: auto;
}
img.icon {
	width: auto;
	height: 100%;
}
.dispGfy {
	display: none;
}
.gfy .dispGfy,
.dispWide {
	display: block;
}
.dispNarrow {
	display: none;
}
.jp .textJp {
	display: block;
}
.jp .textEn {
	display: none;
}
.jp .includeParts .textEn {
	display: block;
}
.jp .includeParts .btnViewAll .textEn {
	display: inline-block;
}
.en .textJp {
	display: none;
}
.en .textEn {
	display: block;
}
.preload {
	width: 100%;
	height: 1px;
	margin: -1px 0 0;
	padding: 0;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.fontEn {
	font-family: 'Fjalla One', sans-serif;
}
.colorWhite {
	color: #fff;
}
.colorRed {
	color: #f00;
}
.colorBrown {
	color: #6f2b07;
}
.colorOrange,
a.colorOrange {
	color: #ff5400;
}
.fontBold {
	font-weight: bold;
}
.fontNormal {
	font-weight: normal;
}
/*font-size指定*/
.sectionBlock {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 160%;
}
#newsInfo,
.infoText {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 300%;
}
#newsInfo h1 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}
.sectionBlock h1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
.sectionBlock h1 .fontEn {
	font-size: 27px;
	font-size: 2.7rem;
}
#brand ul li .title,
#blogFrame ul li {
	font-size: 16px;
	font-size: 1.6rem;
}
.tag {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal!important;
}
.tag.fontEn {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
#about h2.catch {
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 140%;
}
#about p.catchText,
#about #pointSlide li p {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 160%;
}
#about h2.catch span,
#about #pointSlide li h3 {
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 120%;
}
#about p.catch span {
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 160%;
}
/* 行間 */
.lineHeight0 {
	line-height: 0;
}
.lineHeight100 {
	line-height: 100%;
}
.lineHeight120 {
	line-height: 120%;
}
.lineHeight145 {
	line-height: 145%;
}
.lineHeight175 {
	line-height: 175%;
}
.lineHeight220 {
	line-height: 220%;
}
.letterSpacing0 {
	letter-spacing: 0;
}
/* 上方向間隔調整 */
.marginTopAuto {
	margin-top: auto!important;
}
.marginTop0 {
	margin-top: 0!important;
}
.marginTopHalf {
	margin-top: 0.5em!important;
}
.post table,
.post p:not(.date),
.post .movieWrapper,
.marginTop1 {
	margin-top: 1em!important;
}
.marginTop1half {
	margin-top: 1.5em!important;
}
.post p + h3,
.marginTop2 {
	margin-top: 2em!important;
}
.marginTop3 {
	margin-top: 3em!important;
}
.marginTop4 {
	margin-top: 4em!important;
}
.paddingVertical0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.paddingVertical1 {
	padding-top: 1em!important;
	padding-bottom: 1em!important;
}
.paddingVertical2 {
	padding-top: 2em!important;
	padding-bottom: 2em!important;
}
.paddingVertical3 {
	padding-top: 3em!important;
	padding-bottom: 3em!important;
}
.paddingVertical5 {
	padding-top: 5em!important;
	padding-bottom: 5em!important;
}
.paddingHorizontalHalf {
	padding-left: 0.5em!important;
	padding-right: 0.5em!important;
}
.paddingHorizontal1 {
	padding-left: 1em!important;
	padding-right: 1em!important;
}
.paddingHorizontal1half {
	padding-left: 1.5em!important;
	padding-right: 1.5em!important;
}
.paddingHorizontal2 {
	padding-left: 2em!important;
	padding-right: 2em!important;
}
.padding1em {
	padding: 1em;
}
/* 文字サイズ */
.text80 {
	font-size: 80px;
}
.text54 {
	font-size: 54px;
}
.text40 {
	font-size: 40px;
}
.text36 {
	font-size: 36px;
}
.text28 {
	font-size: 28px;
}
.text24 {
	font-size: 24px;
}
.text20 {
	font-size: 20px;
}
.text16 {
	font-size: 16px;
}
.text14 {
	font-size: 14px;
}
.text12 {
	font-size: 12px;
}
.text10 {
	font-size: 10px;
}
.text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.text80 {
		font-size: 5.333333vw;
	}
	.text54 {
		font-size: 3.6vw;
	}
	.text40 {
		font-size: 2.666666vw;
	}
	.text36 {
		font-size: 2.3333333vw;
	}
	.text28 {
		font-size: 1.866666vw;
	}
	.text24 {
		font-size: 1.6vw;
	}
	.text20 {
		font-size: 1.333333vw;
	}
	.text16 {
		font-size: 1.066666vw;
	}
	.text14 {
		font-size: 0.933333vw;
	}
	.text12 {
		font-size: 0.8vw;
	}
	.text10 {
		font-size: 0.666666vw;
	}
}
@media screen and (max-width: 800px) {
	.text80 {
		font-size: 8vw;
	}
	.teaser .text80 {
		font-size: 12vw;
	}
	.text54 {
		font-size: 12vw;
	}
	.text40 {
		font-size: 6.8vw;
	}
	.text36 {
		font-size: 6.5vw;
	}
	.text28 {
		font-size: 6vw;
	}
	header > nav.text28 {
		font-size: 11.111111vw;
	}
	.text24 {
		font-size: 3.8vw;
	}
	.text20,
	.text16 {
		font-size: 3.333333vw;
	}
	.text14 {
		font-size: 3.25vw;
	}
	.text16 .headerCatch,
	.text12,
	.text10 {
		font-size: 2vw;
	}
}
/*共通設定*/
.widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	/*
	overflow-x: hidden;
	*/
}
.includeParts .widthWrapper {
    border: none !important;
}
.widthWrapper .innerWrapper {
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
}
.flexBlock > .flexList2 {
	width: 50%;
}
.flexBlock > .flexList3 {
	width: 33.333333%;
	width: calc(100% / 3);
}
@media screen and (max-width: 800px) {
	.flexBlock > .flexList2,
	.flexBlock.relayoutSp > .flexList3 {
		width: 100%;
	}
	.flexBlock > .flexList2 + .flexList2,
	.flexBlock.relayoutSp > .flexList3 + .flexList3 {
		margin-top: 1em;
	}
}
#top {
	position: relative;
	width: 100%;
}
.headerMargin {
	padding-top: 74px;
}
.breadCrumbs {
	width: 94%;
	/*
	width: calc(94% - 2px);
	*/
	padding: 18pt 3%;
	background-color: #fff;
	/*
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	*/
	border-bottom: 1px solid #dbdbdb;
  overflow-x: scroll;
  white-space: nowrap;
	clear: both;
}
.breadCrumbs li,
.breadCrumbs li span {
	/*
	float: left;
	*/
	display: inline-block;
	padding-right: 0.25em;
}
/*header*/
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5.8vw;
	max-height: 74px;
	background-color: #161616;
	z-index: 98;
}
header.fixed {
	position: fixed;
}
header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 26%;
	height: 5.8vw;
	max-height: 74px;
	line-height: 0;
	z-index: 100;
}
header nav {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 69.5%;
	z-index: 99;
}
header nav ul#navSpecialGlobal {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	/*
	width: 61.1%;
	*/
	width: 62.92%;
	height: 5.8vw;
	max-height: 74px;
	overflow: hidden;
}
header nav ul#navSpecialGlobal li {
	height: 5.8vw;
	max-height: 74px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: 0.1s;
}
header nav ul#navSpecialGlobal li:hover {
	background-position: center bottom;
}
header nav ul#navSpecialGlobal li#nav00 {
	/*
	width: 13.2%;
	*/
	width: 12.857%;
	background-image: url(../images/navTop.png);
}
header nav ul#navSpecialGlobal li#nav01 {
	/*
	width: 24.6%;
	*/
	width: 23.928%;
	background-image: url(../images/navNewRelease.png);
}
header nav ul#navSpecialGlobal li#nav02 {
	/*
	width: 15.4%;
	*/
	width: 15%;
	background-image: url(../images/navNews.png);
}
header nav ul#navSpecialGlobal li#nav03 {
	/*
	width: 16.9%;
	*/
	width: 16.428%;
	background-image: url(../images/navBrand.png);
}
header nav ul#navSpecialGlobal li#nav04 {
	/*
	width: 29.8%;
	*/
	width: 31.785%;
	background-image: url(../images/navPB.png);
}
header nav #brandSearch {
	width: 22.47%;
	height: 5.8vw;
	max-height: 74px;
	background-color: #1c6bd6;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: 0.2s;
	z-index: 99;
}
.jp header nav #brandSearch {
	background-image: url(../images/navSearchPcJa.png);
}
.en header nav #brandSearch {
	background-image: url(../images/navSearchPcEn.png);
}
header nav #brandSearch:hover,
header nav #brandSearch.show {
	background-position: center bottom;
}
header nav #brandSearch img.cover {
	width: 100%;
	height: 5.8vw;
	max-height: 74px;
}
header nav ul#btnLang {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 13%;
	height: 48px;
	padding: 13px 0;
}
header nav ul#btnLang li {
	width: 100%;
	height: 24px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	transition: 0.1s;
}
.jp header nav ul#btnLang li#btnLangJP,
.en header nav ul#btnLang li#btnLangEN,
header nav ul#btnLang li:hover {
	background-position: center bottom;
}
header nav ul#btnLang li#btnLangJP {
	background-image: url(../images/navLangJaPc.png);
}
header nav ul#btnLang li#btnLangEN {
	background-image: url(../images/navLangEnPc.png);
}
header #navBrand {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 74px;
	z-index: 100;
}
header #navBrand.show {
	display: block;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
}
header #navBrand ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	background-color: #dbdbdb;
}
header #navBrand ul li {
	margin-bottom: 1px;
	background-color: #fff;
}
header #navBrand ul li a:hover {
	opacity: 1;
}
header #navBrand ul li.logoL {
	width: 24%;
	width: calc((100% - 3px) / 4);
}
header #navBrand ul li.logoL a {
	display: block;
	padding: 15px 0;
}
header #navBrand ul li.logoS {
	width: 19.5%;
	width: calc((100% - 4px) / 5);
}
/*メインビジュアル*/
.catchVisual {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}
.catchVisual .slider {
	margin-bottom: 12px;
}
.catchVisual .slider li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.catchVisual .slider li span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}
.catchVisual .slider li span img {
	width: auto;
	height: 100%;
}
.catchVisual .slider li span.logo img {
	position: absolute;
	right: 0;
}
/* .catchVisual .slider, */
.catchVisual .slider .slick-list,
.catchVisual .slider .slideImage {
	position: relative!important;
	width: 100%!important;
	height: 47vw!important;
	max-height: 600px!important;
}
.subBanner {
	width: 100%;
	background-color: #dbdbdb;
	/*
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
	*/
}
.subBanner li {
	width: 49.5%;
	width: calc((100% - 1px) / 2);
	margin-bottom: 1px;
}
.subBanner.flexList3 li {
	position: relative;
	width: 33%;
	width: calc((100% - 2px) / 3);
	margin-bottom: 1px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.subBanner li,
	.subBanner.flexList3 li {
		width: 100%;
	}
}
.subBanner > a {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
/*トップ：見出しニュース*/
#newsInfo {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	width: 100%;
	background-color: #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	/*
	border: 1px solid #dbdbdb;
	*/
}
#newsInfo h1 {
	width: 12.8%;
	color: #f0f4f7;
	padding: 3pt 0;
	background-color: #1c6bd6;
}
#newsInfo ul {
	width: 74.4%;
	margin: 0 auto;
	padding: 0 2%;
	list-style: none;
	background-color: #fff;
}
#newsInfo ul li {
	width: 100%;
}
#newsInfo ul li h2 {
	font-weight: normal;
	padding: 3pt 0;
}
#newsInfo ul li p {
	display: none;
}
#newsInfo .more {
	width: 12.8%;
	padding: 3pt 0;
	background-color: #dbdbdb;
}
#newsInfo .more a {
	display: block;
	width: 100%;
}
/*共通：セクション*/
.sectionBlock h1 {
	position: relative;
	width: 94%;
	padding: 15pt 3%;
	background-color: #f9fafb;
	border-bottom: 1px solid #dbdbdb;
}
.sectionBlock h1::after {
	position: absolute;
	left: 3%;
	bottom: 0;
	content: '';
	width: 3%;
	height: 4px;
	background-color: #1c6bd6;
}
.sectionBlock h1 .fontEn {
	padding-right: 10px;
}
.sectionBlock ul {
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	background-color: #fff;
	/*
	border-bottom: 1px solid #dbdbdb;
	*/
}
.sectionBlock ul li {
	position: relative;
	line-height: 130%;
}
#newsInfo ul li a,
.sectionBlock ul li a {
	color: #272727;
}
#newsInfo ul li a:hover,
.sectionBlock ul li a:hover {
	color: #d2002c;
}
/*新商品＆ラインナップ*/
.itemLineup {
	line-height: 1;
}
.itemLineup > h1 span.moreBtn {
	position: relative;
	margin-top: -4pt;
	margin-left: auto;
}
.itemLineup > h1 span.moreBtn a {
	display: block;
	padding: 4pt;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	border: 2px solid #1c6bd6;
	cursor: pointer;
}
.itemLineup > h1 span.moreBtn a::after {
	position: absolute;
	bottom: 6.2pt;
	right: 5pt;
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(../images/iconMoreBlue.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.itemLineup > h1 span.moreBtn a > span {
	padding-right: 24px;
}
.itemLineup ul {
	background-color: #dbdbdb;
	justify-content: space-between;
}
.itemLineup ul li {
	/*
	position: relative;
	width: 24%;
	*/
	width: 24.5%;
	width: calc((100% - 3px) / 4);
	padding-bottom: 1em;
	/*
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.itemLineup ul li:nth-child(4n + 1) {
	width: 24%;
	width: calc(100% / 4 - 2px);
	border-left: 1px solid #dbdbdb;
	margin-bottom: 1px;
	*/
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
.itemLineup ul li:empty {
	background-image: url(../images/thumbDuumy.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #f9fafb;
}
.itemLineup ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.itemLineup ul li a::after {
	position: absolute;
	bottom: 10px;
	right: 20px;
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(../images/iconMore.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.itemLineup ul li .thumb {
	/*
	position: relative;
	*/
	line-height: 1;
}
.itemLineup ul li .title {
	position: relative;
	width: 96%;
	width: calc(100% - 40px);
	padding: 5% 0 0;
	margin: 10pt auto;
	line-height: 130%;
}
.itemLineup ul li .title span {
	padding-right: 20px;
}
.itemLineup ul li .title span::after {
	position: absolute;
	top: -4px;
	left: 40%;
	right: 40%;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #1c6bd6;
}
/*トップ：ブランド＆共通：プレミアムバンダイバナー*/
#brand ul,
#pb ul {
	justify-content: space-between;
	background-color: #dbdbdb;
}
#brand ul li {
	position: relative;
	width: 24%;
	width: calc((100% - 4px) / 5);
	margin-bottom: 1px;
	background-color: #fff;
}
#pb ul li {
	position: relative;
	width: 33%;
	width: calc((100% - 2px) / 3);
	margin-bottom: 1px;
	background-color: #fff;
	/*
	width: 32%;
	width: calc(100% / 3 - 1px);
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
#brand ul li:nth-child(3n + 1),
#pb ul li:nth-child(3n + 1) {
	width: 32%;
	width: calc(100% / 3 - 2px);
	border-left: 1px solid #dbdbdb;
	*/
}
#brand ul li .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	text-align: center;
}
#brand ul li .title span span {
	width: auto;
	margin: 0 auto;
	padding-right: 24px;
	background-image: url(../images/iconMore.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
/*トップ：ニュース*/
#news ul {
	width: 94%;
	padding: 0 3% 1%;
	border-bottom: 1px solid #dbdbdb;
	/*
	border: 1px solid #dbdbdb;
	*/
}
#news ul li {
	width: 100%;
	line-height: 200%;
	padding: 10pt 0;
	/*
	border-left: none;
	*/
	border-top: 1px solid #dbdbdb;
}
#news ul li:first-child {
	border: none;
}
#news ul li:nth-child(n + 9) {
	display: none;
}
#stationList ul li:nth-child(n + 5) {
	display: none;
}
/*トップ：SNS*/
#sns {
	width: 100%;
	justify-content: space-between;
	background-color: #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	/*
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	*/
}
#sns .sectionBlock {
	width: 50%;
	width: calc((100% - 1px) / 2);
	background-color: #f9fafb;
	/*
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	*/
}
#sns .sectionBlock h1 {
	position: relative;
	width: 88%;
	padding: 15pt 6%;
	/*
	padding: 10pt 6%;
	*/
	background-color: #f9fafb;
	/*
	border: none;
	border-bottom: 1px solid #dbdbdb;
	*/
}
#sns .sectionBlock h1::after {
	position: absolute;
	left: 6%;
	bottom: 0;
	content: '';
	width: 3%;
	height: 4px;
	background-color: #1c6bd6;
}
#sns #twitter div {
	width: 88%;
	height: 280px;
	/*
	margin: 3% 0;
	*/
	padding: 3% 6%;
	background-color: #fff;
	border-color: #fff;
	overflow: auto!important;
}
#sns #blog div {
	width: 100%;
	height: 318px;
	background-color: #fff;
}
#sns #blog div div {
	display: none;
}
#sns #blog iframe {
	width: 88%;
	height: 230px!important;
	margin-top: 3%;
	padding: 0 6%;
	background-color: #fff;
	border-color: #fff;
	overflow: scroll!important;
}
#sns #blog .btnMore {
	width: 86%;
	width: calc(88% - 2px);
	margin: 0 6%;
	border: 1px solid #1c6bd6;
}
#sns #blog .btnMore a {
	display: block;
	width: 100%;
	color: #1c6bd6;
	line-height: 260%;
}
#sns #blog .btnMore a:hover {
	background-color: #d2e1f7;
}
#blogFrame,
#blogFrame ul {
	background-color: #fff;
	border-color: #fff;
}
#blogFrame li {
	padding-bottom: 10pt;
}
#blogFrame li span {
	display: block;
	padding-bottom: 5pt;
}
/*リンクバナー*/
#links {
	margin: 3% auto;
	justify-content: center;
	align-items: center;
}
#links li {
	max-width: 280px;
	max-height: 76px;
	margin: 0 0.75%;
}
/*ブランドトップ*/
#about {
	background-color: #2e2e2e;
}
#about.orange {
	padding: 2em 0;
}
#about.yellow {
	padding: 2em 0;
}
/* #about.deepblue {
	padding: 2em 0;
} */
#about h1 {
	width: 100%;
  max-width: 750px;
  margin: 0px auto 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
/* #about.deepblue h1 {
	width: 100%;
	max-width: 750px;
	margin: 16px auto 40px auto;
} */
#about h2,
#about h3 {
	width: 92%;
	margin: 1em auto;
}
#about #pointSlide + h2 {
	width: 100%;
	margin-top: 0;
	padding-top: 1em;
}
#about.orange h2 {
	color: #ff5400;
}
#about.orange #pointSlide + h2 {
	border-top: 1px solid #ff5400;
}
#about.mint h2 {
	color: #00e3db;
}
#about.skyblue h2,
#about.skyblue h3 {
	color: #00d8ff;
}
#about p.catchText {
	width: 92%;
	margin: 0 auto 1.5em;
	color: #fff;
}
#about .info {
	width: 100%;
	text-align: center;
}
#about .info img.cover {
	max-width: 750px;
}
#about.orange .info {
	border-bottom: 1px solid #ff5400;
}
#about #pointNav {
	width: 100%;
	list-style: none;
}
#about #pointNav li {
	position: relative;
	cursor: pointer;
}
#about #pointNav li img {
	width: 99%;
	width: calc(100% - 1px);
}
#about #pointNav li:nth-child(3n) img {
	border-left: none!important;
}
#about.red #pointNav {
	border: 1px solid #e40113;
}
#about.red #pointNav li img {
	border-right: 1px solid #e40113;
}
/*
#about.red #pointNav li:nth-child(3n) img {
	border-left: none;
}
*/
#about.blue #pointNav {
	border: 1px solid #10a1fd;
}
#about.blue #pointNav li img {
	border-right: 1px solid #10a1fd;
}
/*
#about.blue #pointNav li:nth-child(3n) img {
	border-left: none;
}
*/
#about.yellow #pointNav {
	border: 1px solid #f3cf0a;
}
#about.yellow #pointNav li img {
	border-right: 1px solid #f3cf0a;
}
/*
#about.yellow #pointNav li:nth-child(3n) img {
	border-left: none;
}
*/
#about.green #pointNav {
	border: 1px solid #07baaf;
}
#about.green #pointNav li img {
	border-right: 1px solid #07baaf;
}
/*
#about.green #pointNav li:nth-child(3n) img {
	border-left: none;
}
*/
#about.orange #pointNav {
	border: 1px solid #ff5400;
}
#about.orange #pointNav li img {
	border-right: 1px solid #ff5400;
}
#about.mint #pointNav {
	border: 1px solid #00e3db;
}
#about.mint #pointNav li img {
	border-right: 1px solid #00e3db;
}
#about.skyblue #pointNav {
	border: 1px solid #00d8ff;
}
#about.skyblue #pointNav li img {
	border-right: 1px solid #00d8ff;
}
/* #about.deepblue #pointNav {
	border: 1px solid #0099f9;
}
#about.deepblue #pointNav li img {
	border-right: 1px solid #0099f9;
}
*/
#about #pointNav li p.focus {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: none;
	transition: all 100ms linear;
}
#about #pointNav li:hover p.focus,
#about #pointNav li.slick-current p.focus {
	width: 98%;
	width: calc(100% - 16px);
	height: 98%;
	height: calc(100% - 16px);
	border: 8px solid;
	transition: all 100ms linear;
}
#about.red #pointNav li:hover p.focus,
#about.red #pointNav li.slick-current p.focus {
	border-color: #e40113;
}
#about.blue #pointNav li:hover p.focus,
#about.blue #pointNav li.slick-current p.focus {
	border-color: #10a1fd;
}
#about.yellow #pointNav li:hover p.focus,
#about.yellow #pointNav li.slick-current p.focus {
	border-color: #f3cf0a;
}
#about.green #pointNav li:hover p.focus,
#about.green #pointNav li.slick-current p.focus {
	border-color: #07baaf;
}
#about.orange #pointNav li:hover p.focus,
#about.orange #pointNav li.slick-current p.focus {
	border-color: #ff5400;
}
#about.mint #pointNav li:hover p.focus,
#about.mint #pointNav li.slick-current p.focus {
	border-color: #00e3db;
}
#about.skyblue #pointNav li:hover p.focus,
#about.skyblue #pointNav li.slick-current p.focus {
	border-color: #00d8ff;
}
#about.clearblue #pointNav li:hover p.focus,
#about.clearblue #pointNav li.slick-current p.focus {
	border-color: #00d4fd;
}
/* #about.deepblue #pointNav li:hover p.focus,
#about.deepblue #pointNav li.slick-current p.focus {
	border-color: #0099f9;
} */
#about .slick-dots {
	opacity: 0;
	height: 1px;
	cursor: default;
	z-index: -1;
}
#about #pointSlide li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#about #pointSlide li p {
	width: 92%;
	color: #fff;
	margin: 2em 4% 1em;
}
#about.skyblue #pointSlide li h3 + p {
	margin-top: 0;
}
#about .tool {
	display: block;
	border-top: 1px solid #ff5400;
	border-bottom: 1px solid #ff5400;
}
@media screen and (max-width: 800px) {
	#about .navflex {
		display: flex;
	}
	#about .navflex > .navflexList2{
		width: 50%;
	}
}
#brandBlog li div {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 77%;
	margin-bottom: 2%;
}
#brandBlog li div .thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
#brandBlog li div .thumb img.cover {
	position: absolute;
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: auto;
}
/*商品ページ*/
.specialPhotoCon {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 5em;
    background-color: #fff;
}
.specialBlock {
	width: 100%;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
}
.specialBlockMain {
	width: 100%;
	max-width: 912px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}
.itemDetail {
	/*
	border-top: 1px solid #dbdbdb;
	*/
}
.itemDetail > p.infoText {
	padding: 1em 0;
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
}
.itemImagesBlock {
	position: relative;
	align-items: flex-start;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
	/*
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	*/
}
.itemImagesBlock .mainSlide {
	width: 49%;
	width: calc(50% - 1px);
	border-right: 1px solid #dbdbdb;
	/*
	width: calc(50% - 1px);
	border-right: 1px solid #dbdbdb;
	background-color: #dbdbdb;
	*/
	overflow: hidden;
}
.itemImagesBlock .mainSlide li {
	width: 100%;
	display: none;
	/*
	border-bottom: 1px solid #dbdbdb;
}
.itemImagesBlock .itemInfoBlock {
	width: 50%;
	*/
}
.itemImagesBlock .mainSlide li:nth-child(1) {
	display: block;
}
.itemImagesBlock .flexBlock {
	width: 50%;
	justify-content: flex-start;
	/*
	justify-content: space-around;
	background-color: #dbdbdb;
	*/
}
.itemImagesBlock .flexBlock li {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.itemImagesBlock .slideNav li {
	width: 20%;
	width: calc((100% - 4px) / 5);
}
.itemImagesBlock .slideNav li img:hover {
	opacity: 0.75;
}
.itemImagesBlock .slideNav li:nth-child(5n) {
	border-right: none;
}
.itemImagesBlock .slideNavMore li {
	width: 16.6666%;
	width: calc((100% - 5px) / 6);
}
.itemImagesBlock .slideNavMore li:nth-child(6n) {
	border-right: none;
}
/*
.itemImagesBlock .slideNav li:empty {
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
*/
.itemImagesBlock .mainSlide img,
.itemImagesBlock .flexBlock li img {
	width: 100%;
	height: auto;
}
/*
.itemImagesBlock .slideNav li img {
	margin-bottom: 1px;
}
*/
.itemImagesBlock .itemSpecBlock {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46%;
	padding: 2%;
}
.itemImagesBlock .itemSpecBlock .itemBrand {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 160%;
}
.itemImagesBlock .itemSpecBlock .itemName {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 160%;
	padding: 5pt 0;
}
.itemImagesBlock .itemSpecBlock .itemNameLong {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 140%;
	padding: 5pt 0;
}
.itemImagesBlock .itemSpecBlock .itemPrice,
.itemImagesBlock .itemSpecBlock .itemRelease {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 160%;
}
.itemImagesBlock .itemSpecBlock .itemPrice span.price {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 160%;
	padding: 5pt 0;
}
.itemImagesBlock .itemSpecBlock .specBtn {
	width: 60%;
	padding: 15pt 0 5pt;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 100%;
	text-align: center;
}
.itemImagesBlock .itemSpecBlock .specBtn a {
	display: block;
	width: 100%;
	padding: 15pt 0;
	color: #fff;
	background-color: #1c6bd6;
}
.itemImagesBlock .itemSpecBlock .specBtn a:hover {
	color: #fff;
	opacity: 0.75;
}
.itemImagesBlock .itemSpecBlock .specBtn a span {
	position: relative;
	padding-right: 30px;
}
.itemImagesBlock .itemSpecBlock .specBtn a span::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/iconCart.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.itemInfoBlock {
	width: 94%;
	padding: 3%;
	background-color: #fff;
}
.itemInfoBlock + .itemImagesBlock {
	border-top: 1px solid #dbdbdb;
}
.itemInfoBlock + .itemInfoBlock {
	padding-top: 0;
}
.itemInfoBlock:last-child {
	border-bottom: 1px solid #dbdbdb;
}
.itemInfoBlock .itemInfo {
	position: relative;
	padding: 30pt;
	background-color: #edf1f3;
}
.itemInfoBlock .itemInfo p {
	width: 75%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 160%;
	padding-bottom: 20pt;
	clear: both;
}
.itemInfoBlock .borderBlock {
	margin-bottom: 20pt;
	padding: 1em 0!important;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
.itemInfoBlock .itemInfo p.attention {
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 0;
}
.itemInfoBlock .itemInfo.itemInfoWide p {
	width: 100%;
}
.itemInfoBlock .itemInfo.itemInfoWide p.brandName {
	width: 100%;
	margin-top: 1em;
}
.itemInfoBlock .itemInfo.itemInfoWide p.brandName.logoSquare {
	width: 100%;
	margin-top: 15pt;
}
.itemInfoBlock .itemInfo.itemInfoWide p:last-child {
	padding-bottom: 0;
}
.itemInfoBlock .itemInfo .itemInfoImage {
	width: 80%;
	margin: 0 10%;
}
.itemInfoBlock .itemInfo .itemInfoImage + p {
	margin-top: 20pt;
}
/*
.itemInfoBlock .itemInfo .specPkg {
	position: absolute;
	right: 30pt;
	bottom: 30pt;
	width: 18%;
	padding-bottom: 0;
}
*/
.itemInfoBlock .itemInfo img.logo {
	width: auto;
	height: 50px;
	margin-top: -15pt;
	margin-left: -1%;
	padding-right: 2%;
	padding-bottom: 5px;
	float: left;
}
.itemInfoBlock .itemInfo.itemInfoWide span {
	float: left;
}
.itemInfoBlock .specBtn {
	/*
	width: 60%;
	*/
	width: auto!important;
	padding: 0 0 5pt;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 100%;
	text-align: center;
}
.itemInfoBlock .specBtn a {
	display: block;
	width: 90%;
	padding: 15pt 5%;
	color: #fff;
	background-color: #1c6bd6;
}
.itemInfoBlock .specBtn a:hover {
	color: #fff;
	opacity: 0.75;
}


.itemInfoSpeckBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	background-color: #fff;
}
.itemInfoSpeckBlock .itemInfo {
	position: relative;
	width: calc(75% - 60pt);
	padding: 30pt;
	background-color: #edf1f3;
}
.itemInfoSpeckBlock .itemInfo p {
	width: 100%;
}
.itemInfoSpeckBlock .specPkg {
	position: relative;
	width: calc(25% - 30pt);
	padding: 30pt 30pt 30pt 0;
	background-color: #edf1f3;
}
/*
#newRelease ul li:nth-child(n + 9) {
#newRelease ul li:nth-child(n + 17) {
*/
#newRelease ul li:nth-child(n + 13) {
	display: none;
}
#newReleaseBland ul li:nth-child(n + 5) {
	display: none;
}
/*共通：タグ*/
.date {
	color: #d2002c;
	padding-right: 1.5em;
}
.tagBox {
	position: absolute;
	top: 5px;
	left: 0;
}
.tag {
	color: #fff;
	padding: 5px 10px;
	letter-spacing: 0.05em;
}
.tagPb {
	color: #fffc00;
	padding: 5px 6px;
	letter-spacing: 0.05em;
	background-color: #76787a;
}
.news .tag {
	position: relative;
	top: -1pt;
	margin-left: 1em;
	padding: 2pt 20pt;
}
.tagDate {
	/*
	padding-left: 6pt;
	padding-right: 6pt;
	letter-spacing: 0.05em;
	*/
	background-color: #878b8e;
}
/*tag:color*/
.tagInfo {
	background-color: #ef476a;
}
.tagBlog {
	background-color: #f57b3f;
}
.tagBrand {
	background-color: #2a7be8;
}
.tagStation {
	color: #272727;
	background-color: #f8de00;
}
.tagDate01 {
	background-color: #b787f2;
}
.tagDate02 {
	background-color: #50d9b4;
}
.tagDate03 {
	background-color: #f0579b;
}
.tagDate04 {
	background-color: #5bbff0;
}
.tagDate05 {
	background-color: #98dd03;
}
.tagDate06 {
	background-color: #f98b3a;
}
.tagDate07 {
	background-color: #9292f6;
}
.tagDate08 {
	background-color: #64de6a;
}
.tagDate09 {
	background-color: #ef6adb;
}
.tagDate10 {
	background-color: #72a9f4;
}
.tagDate11 {
	background-color: #61dce1;
}
.tagDate12 {
	background-color: #f9705a;
}
.more span {
	padding: 0 18px;
	background-image: url(../images/iconArrowNext.png);
	background-position: right top -1.5px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
footer {
	width: 100%;
	padding: 2em 0;
	color: #000;
	line-height: 150%;
	background-color: #dbdbdb;
}
footer ul {
	justify-content: center!important;
}
footer ul li {
	padding: 0 0.5em;
}
#goBack {
	width: 100%;
	height: 6vw;
	max-height: 74px;
	text-align: center;
	background-color: #1c6bd6;
}
#goBack a {
	display: block;
	width: 100%;
}
#goBack img.cover {
	width: auto;
	height: 6vw;
	max-height: 74px;
}
.snsBlock {
	height: 20px;
	margin: 0 auto;
	padding: 0 0 2%;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	line-height: 0;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px;
	line-height: 100%;
	display: block;
}
.sectionBlock .snsBlock {
	padding: 0 0 2%;
	justify-content: center;
	background-color: #2e2e2e;
}
#floatingBanner {
	position: relative;
}
#floatingBanner p {
	position: fixed;
	right: 0;
	bottom: 30px;
	opacity: 0;
	animation: imageMovAnimation 1s 0.5s ease forwards;
}
.movieWrapperSmall {
	/* width: 50%; */
	width: 100%;
    max-width: 750px;
	margin: 0 auto;
	padding-bottom: 2em;
}
.movieWrapperSmall.paddingVertical2 {
	padding-bottom: 0;
}
.movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.initPopup {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
@keyframes imageMovAnimation {
	0% { opacity: 0;right: -100vw}
	25% { opacity: 1;right:0; }
	40% { opacity: 1;right:10px }
	55% { opacity: 1;right:-5px }
	70% { opacity: 1;right:5px }
	85% { opacity: 1;right:-2px }
	100% { opacity: 1;right:0 }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	header #navBrand {
		margin-top: 5.8vw;
	}
	.headerMargin {
		padding-top: 5.8vw;
	}
	.widthWrapper {
		/*
		width: calc(100% - 1px);
		margin: 0 auto;
		*/
		width: 100%;
		border: none!important;
	}
	/*font-size指定*/
	#newsInfo,
	.infoText {
		font-size: 1.2rem;
	}
	#newsInfo h1 {
		font-size: 1.4rem;
		line-height: 200%;
	}
	#newsInfo li h2 {
		white-space: nowrap;
		overflow: hidden;
	}
	.sectionBlock {
		font-size: 1.2rem;
	}
	.sectionBlock h1 {
		font-size: 1.6rem;
	}
	.sectionBlock h1 .fontEn {
		font-size: 2rem;
	}
	#brand ul li .title,
	#blogFrame ul li {
		font-size: 1.4rem;
	}
	.tag {
		font-size: 1.1rem;
	}
	.tag.fontEn {
		font-size: 1.2rem;
	}
	header nav ul#btnLang {
		height: 3.4vw;
		padding: 1vw 0;
	}
	header nav ul#btnLang li {
		height: 1.7vw;
	}
	header #navBrand ul li.logoL a {
		display: block;
		padding: 2% 0;
	}
	/*
	.itemImagesBlock .slideNav li,
	.itemImagesBlock .slideNavMore li {
		width: calc(25% - 1px)!important;
	}
	.itemImagesBlock .slideNav li:nth-child(11),
	.itemImagesBlock .slideNav li:nth-child(12) {
		display: block;
	}
	.itemImagesBlock .slideNav li:nth-child(n + 13) {
		display: none;
	}
	.itemImagesBlock .itemSpecBlock {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 60%;
		margin: 0 auto;
		padding: 3%;
	}
	*/
	.itemImagesBlock .itemSpecBlock {
		padding: 0 2%;
	}
	.itemImagesBlock .itemSpecBlock .itemBrand {
		font-size: 1.0rem;
		padding: 0;
	}
	.itemImagesBlock .itemSpecBlock .itemName {
		font-size: 1.4rem;
		padding: 0;
	}
	.itemImagesBlock .itemSpecBlock .itemNameLong {
		font-size: 1.2rem;
		padding: 0;
	}
	.itemImagesBlock .itemSpecBlock .itemPrice,
	.itemImagesBlock .itemSpecBlock .itemRelease {
		font-size: 1.0rem;
		padding: 0 0 3%;
	}
	.itemImagesBlock .itemSpecBlock .itemPrice span.price {
		font-size: 2.0rem;
	}
	.itemImagesBlock .itemSpecBlock .specBtn {
		font-size: 1.6rem;
		padding: 0 0 3%;
	}
	.itemImagesBlock .itemSpecBlock .specBtn a {
		padding: 10pt 0;
	}
	.itemInfoBlock .itemInfo p {
		font-size: 1.2rem;
	}
	.itemInfoBlock .itemInfo p.attention {
		font-size: 1.0rem;
	}
	.itemImagesBlock .itemSpecBlock .specBtn {
		width: 100%;
	}
	.itemLineup > h1 span.moreBtn {
		margin-top: -1.5pt;
	}
	.itemLineup > h1 span.moreBtn a {
		font-size: 1.6rem;
		padding: 3pt;
		border: 1px solid #1c6bd6;
	}
	.itemLineup > h1 span.moreBtn a::after {
		bottom: 4pt;
		right: 3pt;
		width: 16px;
		height: 16px;
	}
	.itemLineup > h1 span.moreBtn a > span {
		padding-right: 20px;
	}
	.tagBox {
		top: 6px;
	}
}
@media screen and (max-width: 767px) {
	#footerWrapper {
		padding-bottom: 18vw;
		/*
		padding-bottom: 35vw;
		*/
		background-color: #fff;
	}
	.dispWide {
		display: none;
	}
	.dispNarrow {
		display: block;
	}
	.widthWrapper {
		/*
		width: calc(100% - 1px);
		margin: 0 auto;
		*/
		width: 100%;
		border: none!important;
	}
	.headerMargin {
		padding-top: 16vw;
	}
	/*font-size指定*/
	#newsInfo,
	.infoText {
		font-size: 1.0rem;
	}
	#newsInfo h1 {
		font-size: 1.2rem;
		line-height: 150%;
	}
	.sectionBlock {
		font-size: 1.2rem;
	}
	.sectionBlock h1 {
		font-size: 1.6rem;
	}
	.sectionBlock h1 .fontEn {
		font-size: 2rem;
	}
	#brand ul li .title,
	#blogFrame ul li {
		font-size: 1.4rem;
	}
	.tag {
		font-size: 1.1rem;
	}
	.tag.fontEn {
		font-size: 1.2rem;
	}
	#about h2.catch {
		font-size: 2rem;
	}
	#about p.catchText,
	#about #pointSlide li p {
		/* text-align: left; */
		font-size: 1rem;
		line-height: 160%;
	}
	#about h2.catch span,
	#about #pointSlide li h3 {
		text-align: center;
		font-size: 1.5rem;
	}
	/*header*/
	header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 16vw;
		max-height: 16vw;
		background-color: none;
		background-color: #161616;
		z-index: 98;
	}
	header.fixed {
		position: fixed;
		background-color: #161616;
	}
	header h1 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 55.7%;
		height: auto;
		max-height: 16vw;
		margin: 0 auto;
		line-height: 0;
		z-index: 99;
	}
	header nav {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 99;
	}
	header nav ul#navSpecialGlobal {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		flex-shrink: 0;
		position: fixed;
		/*
		top: calc(100vh + 25vw);
		bottom: -30vw;
		*/
		left: 0;
		width: 100%;
		/*
		height: 13.55vw;
		*/
		height: 16vw;
		max-height: 16vw;
		background-color: rgba(23,23,23,0.9);
		overflow: hidden;
		transition: 0.2s;/*
	}
	header nav ul#navSpecialGlobal.showSp {*/
		/*
		top: calc(100vh - 13.55vw);
		*/
		bottom: 0;
	}
	header nav ul#navSpecialGlobal li {
		height: 16vw;
		max-height: 16vw;
		background-position: center 1.25vw;
		background-repeat: no-repeat;
		background-size: 100% auto;
		transition: 0;
	}
	header nav ul#navSpecialGlobal li:hover {
		background-position: center 1.25vw;
	}
	header nav ul#navSpecialGlobal li#nav00 {
		order: 5;
		background-image: url(../images/iconArrowTopSp.png);
	}
	header nav ul#navSpecialGlobal li#nav01 {
		order: 2;
		background-image: url(../images/navNewRelease.png);
	}
	header nav ul#navSpecialGlobal li#nav02 {
		order: 1;
		background-image: url(../images/navNews.png);
	}
	header nav ul#navSpecialGlobal li#nav03 {
		order: 3;
		background-image: url(../images/navBrand.png);
	}
	header nav ul#navSpecialGlobal li#nav04 {
		order: 4;
		background-image: url(../images/navPB.png);
	}
	header nav #brandSearch {
		width: 16vw;
		height: 16vw;
		max-height: 16vw;
		margin: 0;
		padding: 0;
		max-height: navSearchSp;
		background-color: #1c6bd6;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		transition: 0;
		overflow: hidden;
	}
	.jp header nav #brandSearch {
		background-image: url(../images/navSearchSpJa.png);
	}
	.en header nav #brandSearch {
		background-image: url(../images/navSearchSpEn.png);
	}
	header nav #brandSearch.show {
		background-position: center 0;
	}
	header nav #brandSearch.showSp {
		background-position: center bottom;
	}
	header nav ul#btnLang {
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 20.26vw;
		height: 16vw;
		padding: 0;
	}
	header nav ul#btnLang li {
		width: 50%;
		height: 16vw;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		transition: 0;
	}
	header nav ul#btnLang li#btnLangJP {
		background-image: url(../images/navLangJaSp.png);
	}
	header nav ul#btnLang li#btnLangEN {
		background-image: url(../images/navLangEnSp.png);
	}
	.jp header nav ul#btnLang li#btnLangJP,
	.en header nav ul#btnLang li#btnLangEN {
		background-position: center bottom;
	}
	header #navBrand {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 16vw;
		z-index: 100;
	}
	header #navBrand.show {
		display: none;
	}
	header #navBrand.showSp {
		display: block;
	}
	header #navBrand ul {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: row;
		flex-shrink: 0;
		/*
		border-left: 1px solid #dbdbdb;
		border-top: 1px solid #dbdbdb;
		*/
	}
	header #navBrand ul li a:hover {
		opacity: 1;
	}
	header #navBrand ul li.logoL {
		width: 100%;
		/*
		width: calc(100% - 1px);
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		*/
	}
	#navBrand ul li.logoL a {
		padding: 0;
	}
	header #navBrand ul li.logoS {
		width: 50%;
		width: calc((100% - 1px) / 2);
		/*
		width: calc(50% - 1px);
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		*/
	}
	/*トップ：見出しニュース*/
	#newsInfo {
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		flex-shrink: 0;
		width: calc(100% - 2px);
		background-color: #fff;
		/*
		border: 1px solid #dbdbdb;
		*/
	}
	#newsInfo h1 {
		width: 16%;
		color: #f0f4f7;
		background-color: #1c6bd6;
	}
	#newsInfo ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	#newsInfo ul li {
		width: calc(92% - 6.5em);
		margin: 2.5pt auto;
		padding-left: 6.5em;
		text-indent: -6.5em;
	}
	#newsInfo ul li:nth-child(n+2) {
		display: block;
	}
	#newsInfo ul li:nth-child(n+5) {
		display: none;
	}
	#newsInfo ul li h2 {
		font-weight: normal;
		line-height: 160%;
	}
	#newsInfo ul li h2 span:before {
		display: block;
	}
	#newsInfo ul li p {
		display: none;
	}
	#newsInfo .more {
		width: 92%;
		padding: 0 4%;
		text-align: right;
		background-color: #fefefe;
		/*
		border-top: 1px solid #dbdbdb;
		*/
	}
	#newsInfo .more a {
		display: block;
		width: 100%;
	}
	/*共通：セクション*/
	.sectionBlock h1::after {
		width: 6%;
	}
	.breadCrumbs {
		padding: 3%;
	}
	/*新商品＆ラインナップ*/
	.itemLineup ul li {
		position: relative;
		width: calc(50% - 0.5px);
		/*
		border-bottom: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
	}
	.itemLineup ul li:nth-child(2n + 1),
	.itemLineup ul li:nth-child(4n + 1) {
		width: calc(100% / 2 - 2px);
		border-left: 1px solid #dbdbdb;
		*/
	}
	.itemLineup ul li::after {
		bottom: 5px;
		right: 5px;
		width: 14px;
		height: 14px;
	}
	/*トップ：ブランド＆共通：プレミアムバンダイバナー*/
	#brand ul li,
	#pb ul li {
		position: relative;
		width: 100%;
		border: none;
		/*
		border-top: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		*/
	}
	#brand ul li:nth-child(3n + 1),
	#pb ul li:nth-child(3n + 1) {
		width: 100%;
		border: none;
		/*
		border-left: 1px solid #dbdbdb;
		*/
	}
	/*トップ：SNS*/
	#sns .sectionBlock {
		width: 100%;
	}
	#sns .sectionBlock h1::after {
		width: 6%;
	}
	#sns #blog .btnMore {
		width: calc(88% - 2px);
		margin: 0 6%;
		border: 1px solid #1c6bd6;
		overflow: hidden;
	}
	#sns #blog {
	}
	#sns #twitter {
		border-bottom: 1px solid #dbdbdb;
	}
	#sns #twitter div {
		width: 76%;
		height: 320px;
		margin: 0 auto;
		padding: 3% 12% 4%;
		background-color: #fff;
		border-color: #fff;
		overflow: auto!important;
	}
	/*商品ページ*/
	.itemImagesBlock {
		position: relative;
		align-items: flex-start;
		width: 100%;
		/*
		width: calc(100% - 1px);
		border-top: 1px solid #dbdbdb;
		border-left: 1px solid #dbdbdb;
		*/
	}
	.itemImagesBlock .mainSlide {
		width: 100%;
		border-bottom: 1px solid #dbdbdb;
		border-right: none;
		/*
		width: calc(100% - 1px);
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		*/
	}
	.itemImagesBlock .itemInfoBlock {
		width: 100%;
	}
	.itemImagesBlock .mainSlide {
		height: 100vw;
		max-height: 100vw;
	}
	.itemImagesBlock .slideNav {
		width: 100%;
	}
	.itemImagesBlock .mainSlide img,
	.itemImagesBlock .slideNav li img {
		width: 100%;
		height: auto;
	}
	.itemImagesBlock .itemSpecBlock {
		position: relative;
		right: inherit;
		bottom: inherit;
		width: 94%;
		padding: 3%;
	}
	.itemImagesBlock .itemSpecBlock .itemBrand {
		font-size: 1.2rem;
	}
	.itemImagesBlock .itemSpecBlock .itemName,
	.itemImagesBlock .itemSpecBlock .itemNameLong {
		font-size: 2.0rem;
		padding: 5pt 0;
	}
	.itemImagesBlock .itemSpecBlock .itemPrice,
	.itemImagesBlock .itemSpecBlock .itemRelease {
		font-size: 1.4rem;
	}
	.itemImagesBlock .itemSpecBlock .itemPrice span.price {
		font-size: 3.0rem;
		line-height: 160%;
		padding: 5pt 0;
	}
	.itemImagesBlock .itemSpecBlock .specBtn {
		width: 100%;
		margin: 0 auto;
		padding: 15pt 0 0;
		font-size: 2.0rem;
		line-height: 100%;
		text-align: center;
	}
	.itemImagesBlock .itemSpecBlock .specBtn a {
		display: block;
		width: 100%;
		padding: 10pt 0;
		color: #fff;
		background-color: #1c6bd6;
	}
	.itemInfoBlock .itemInfo {
		position: relative;
		width: 94%;/*
		margin: 3%;*/
		padding: 3%;
		background-color: #eaeef1;
	}
	.itemInfoBlock .itemInfo p {
		width: 100%;
		font-size: 1.3rem;
		line-height: 160%;
		padding-bottom: 20pt;
	}
	.itemInfoBlock .itemInfo .specPkg {
		position: relative;
		right: inherit;
		bottom: inherit;
		width: 60%;
		margin: 20pt auto 0;
	}
	.itemInfoSpeckBlock {
		justify-content: center;
		align-items: inherit;
		flex-direction: column;
		padding-bottom: 3%;
	}
	.itemInfoSpeckBlock .itemInfo {
		width: 94%;
		padding: 3% 3% 0;
		background-color: #edf1f3;
	}
	.itemInfoSpeckBlock .specPkg {
		width: 60%;
		margin: 0 auto;
		padding: 20pt 20%;
		background-color: #edf1f3;
	}
	#about #pointNav li:hover p.focus,
	#about #pointNav li.slick-current p.focus {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		border: 4px solid;
	}
	.itemLineup > h1 span.moreBtn {
		margin-top: -1.5pt;
	}
	.itemLineup > h1 span.moreBtn a {
		font-size: 1.2rem;
		padding: 3pt;
		border: 1px solid #1c6bd6;
	}
	.itemLineup > h1 span.moreBtn a::after {
		bottom: 3pt;
		right: 3pt;
		width: 14px;
		height: 14px;
	}
	.itemLineup > h1 span.moreBtn a > span {
		padding-right: 16px;
	}
	/*共通：タグ*/
	#links {
		margin: 0 auto;
		padding: 3% 0;
	}
	#links li {
		width: 31.5%;
	}
	.news .tag {
		position: relative;
		top: -1pt;
		margin-left: 0.5em;
		padding: 2pt 5pt;
	}
	.tagDate {
		padding-left: 6pt;
		padding-right: 6pt;
		letter-spacing: 0.05em;
	}
	.snsBlock {
		justify-content: flex-start;
	}
	.tagBox {
		top: 6px;
	}
	#floatingBanner p {
		bottom: 16vw;
		width: 100%;
		height: 16.5vw;
		overflow: hidden;
		opacity: 1;
		animation: inherit;
	}
	#about.orange {
		padding-bottom: 0.5em;
	}
  #about #comic {
    overflow: hidden;
	}
  #about #comic img {
    width: 125%;
    height: auto;
    margin: 0 -12.5%;
  }
	.movieWrapperSmall {
		width: 90%;
		margin: 0 auto;
	}
}













/* 20210908YamamotoAddStart */
.specialInfoBlock {
	width: 94%;
    padding: 3%;
	max-width: 1280px;
}
.specialInfoBlock .specialInfo {
	position: relative;
	width: 94%;
	padding: 3%;
	background-color: #edf1f3;
}
.specialInfoBlock .itemInfo p {
	width: 100%;
}
.specialInfoBlock .specPkg {
	position: relative;
	width: calc(25% - 30pt);
	padding: 30pt 30pt 30pt 0;
	background-color: #edf1f3;
}
.specialInfoBlock .textAlert {
	display: none;
}
.camppicture{
	position: relative;
	max-width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.camppicture > a {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.camppicture > .donwloadbox {
	color: #fff;
	/* background-color: #fc042d; */
	background-color: #ed576c;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	max-width: 200px;
	margin: auto;
}
/* 20210908YamamotoAddEnd */

/*2021/11/08柳田追加*/
.btnDownload > a {
	display: block;
	width: 60%;
	min-width: 400px;
	padding: 1em;
	color: #fff;
	background-color: #20ae04;
	border-radius: 4px;
	box-sizing: border-box;
}
.btnDownload > a > span {
	display: inline-block;
	padding-right: 1.75em;
	background-image: url("../images/iconCart.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.25em auto;
}
fieldset {
	border: medium none !important;
	margin: 0 0 16px;
	width: 100%;
	padding: 0;
}
fieldset input[type="text"] {
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	-webkit-appearance: none;
	transition: all 0.5s linear;
}
fieldset button[type="submit"] {
	cursor: pointer;
	color: #fff;
	border:none;
	border-radius: 2px;
	border: 1px solid #adadad;
	background-color: #adadad;
	transition: all 0.15s linear;
}
fieldset input[type="text"].hover {
	border: 1px solid #f3cf0a;
}
fieldset button[type="submit"].hover {
	border: 1px solid #f3cf0a;
	background-color: #f3cf0a;
}
fieldset input:focus {
	outline:0;
	border: 1px solid #f3cf0a;
}
.flexSearch {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.flexSearch fieldset:first-child {
	width: calc(100% - 95px);
}
.flexSearch fieldset:last-child {
	width: 95px;
}
.flexSearch fieldset input[type="text"] {
	width: 97.5%;
	height: 3em;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.flexSearch fieldset button[type="submit"] {
	width: 90px;
	height: 3em;
}
.flexSearch fieldset:first-child {
	width: calc(100% - 100px);
}
.flexSearch fieldset:last-child {
	width: 100px;
}
::-webkit-input-placeholder {
	color: #b5b5b5;
}
:-moz-placeholder {
	color: #b5b5b5;
}
::-moz-placeholder {
	color: #b5b5b5;
}
:-ms-input-placeholder {
	color: #b5b5b5;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (max-width: 767px) {
.btnDownload > a {
		width: 100%;
		min-width: inherit;
	}
}
/* 2022/06/22山本追加 */
#thumbs .slick-track {
	min-width: 100%;
	transform: translate3d(0, 0, 0)!important;
	}