@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
html { 
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "メイリオ", Meiryo, sans-serif;
	line-height: 200%;
	color: #272727;
	background-color: #fff;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}

a {
	color: #272727;
	text-decoration: none;
}

.linkText a,
.articleSection p:not(.btnBuy):not(.btnViewAll) a {
	color: #ff7500;
	text-decoration: underline;
}

a img,
a:hover img.icon  {
	opacity: 1;
}
a:hover img {
	opacity: 0.75;
}
img.cover {
	width: 100%;
	height: auto;
}
.dispPc {
	display: block;
}
.dispSp {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter > .blockCenter {
	display: inline-block;
}
.textBlack {
	color: #000;
}
.textWhite {
	color: #fff;
}
.textOrange {
	color: #fe4700;
}
.textGray {
	color: #3f4142;
}
.textBlue {
	color: #39a7fa;
}
.textBold {
	font-weight: bold;
}
.textNormal {
	font-weight: normal;
}
.textXXLarge {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 200%;
}

.flexCalender h4 .textXXLarge {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 200%;
}

.textXLarge {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 200%;
}
.textXLarge .icon {
	width: auto;
	height: 40px!important;
	padding-right: 4px;
	vertical-align: -12px!important;
}
.textLarge {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 200%;
}
.textLarge .icon {
	width: auto;
	height: 36px!important;
	padding-right: 4px;
	vertical-align: -10px!important;
}
#navPulldownSearch .textLarge .icon {
	width: auto;
	height: 36px!important;
	padding-right: 4px;
	vertical-align: -12px!important;
}
.textRegular {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 200%;
}
#searchItems .toggleBox .textRegular {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 200%;
}
.textRegular .icon {
	width: auto;
	height: 26px;
	padding-right: 4px;
	vertical-align: top;
}
.btnBuy.textRegular .icon,
.btnSpecialLink .textRegular .icon {
	width: auto;
	height: 26px;
	padding-right: 4px;
	vertical-align: -8px;
}
.textSmall {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 200%;
}
.textSmall .icon {
	width: auto;
	height: 20px;
	padding-right: 4px;
	vertical-align: -5px;
}
.textEn {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal!important;
	letter-spacing: 0.02em;
}
.widthWrapper {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}
.insideWrapper {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 2%;
}
header .widthWrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
ul {
	list-style: none;
}
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
.sectionTitle.flexBlock {
	align-items: center;
}
.flexLeft {
	justify-content: flex-start;
}
.flexListSns {
	justify-content: center;
}
.flexList2 > li,
.flexList2 > h1,
.flexList2 > ul,
.flexList2 > div {
	width: 49%;
}
#naviSearch .flexBlock > li,
.flexListNews > li,
.flexList3 > li,
.flexList3 > ul,
.flexList3 > div {
	width: 31%;
}
.flexList3 > .listWide {
	width: 66%;
}
.flexList4 > li {
	width: 25%;
}
#characterList .flexList4,
.characterList .flexList4 {
	justify-content: flex-start;
}
#characterList .flexList4 > li,
.characterList .flexList4 > li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#characterList .flexList4 > li:nth-child(4n),
.characterList .flexList4 > li:nth-child(4n) {
	margin-right: 0;
}
#characterList .flexList4 li p:nth-child(1),
.characterList .flexList4 li p:nth-child(1) {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
#characterList .flexList4 li p:nth-child(1) img.cover,
.characterList .flexList4 li p:nth-child(1) img.cover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#naviSpecial .flexBlock > li,
.flexList5 > li {
	width: 20%;
}

.searchSection .flexList5 {
	justify-content: flex-start;
}
.searchSection .flexList5 > li {
	width: 18.5%;
	margin-right: 1.875%;
}
.searchSection .flexList5 > li:nth-child(5n) {
	margin-right: 0;
}

#contentsSectionMain {
	/*
	width: 73vw;
	max-width: 945px;
	*/
	width: 945px;
}
#contentsSectionMain .articleSection + .articleSection {
	margin-top: 5em;
}
#subSection {
	/*
	width: 22vw;
	max-width: 284px;
	*/
	width: 21%;
	max-width: 280px;
	margin-top: 12px;
}
.btnViewAll a {
	display: block;
	padding: 10px 10px;
	text-align: center;
	background-color: #efefef;
	border-radius: 4px;
}
.btnBuy a {
	display: block;
	width: 100%;
	padding: 0.75em 0;
	color: #fff;
	text-align: center;
	background-color: #f8770a;
	border-radius: 4px;
}
.btnBuy a:hover {
	background-color: #fe4700;
}

.btnMembers a {
	background-color: #20ae03;
}
.btnMembers a:hover {
	background-color: #17c804;
}

.btnBuy span {
	display: block;
	width: 100%;
	padding: 0.75em 0;
	color: #fff;
	text-align: center;
	background-color: #d5d5d5;
	border-radius: 4px;
}

.btnMore a,
.btnMore span {
	display: block;
	color: #909090;
	width: 35%;
	max-width: 380px;
	margin: 0 auto;
	padding: 0.5em;
	text-align: center;
	border: 2px solid #efefef;
	border-radius: 8px;
	cursor: pointer;
}

.btnSpecialLink a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	flex-shrink: 0;
	width: 100%;
	padding: 1% 0;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.btnSpecialLink a span {
	width: 40%;
	text-align: right;
}
.btnSpecialLink a span + span {
	text-align: left;
	margin-left: 3%;
}
.btnSpecialLink a span img.cover {
	width: auto;
	height: 100px;
}
.sectionTitle .btnViewAll a {
	padding: 5px 10px;
}
.sectionSubTitle .btnViewAll a {
	padding: 2px 10px;
}

.flexBlock li.btnViewAll {
	width: 52%!important;
	margin: 0 24% 4%!important;
}
.flexBlock li.btnViewAll a {
	width: 100%;
}
.flexBlock li.btnMore {
	width: 100%!important;
	margin: 4% auto!important;
}
.sectionTitle {
	position: relative;
	text-align: left;
	padding: 12px 0 0;
	border-bottom: 2px solid #c4c4c4;
}
.sectionTitle::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 2px;
	background-color: #ff7500;
}
#contentsSectionMain .sectionTitle .btnViewAll {
	margin-left: auto;
}
#contentsSectionMain .sectionTitle {
	margin-bottom: 30px;
}
#subSection .sectionTitle {
	margin-bottom: 20px;
}
#subSection section {
	margin-bottom: 20px;
}
.sectionSubTitle {
	margin: 42px 0 30px;
	padding: 0 0.5em;
	border-left: 4px solid #ff7500;
}

.tag {
	display: inline-block;
	min-width: 40%;
	color: #fff!important;
	font-weight: normal!important;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.flexListNews .tag {
	min-width: 44%;
	color: #fff!important;
	font-weight: normal!important;
	text-align: center;
	line-height: 180%;
	letter-spacing: 0.1em;
}

.tagBlog {
	background-color: #ff6e41;
}
.tagTopics {
	background-color: #59b3f8;
}
.tagSpecial {
	background-color: #3dd41f;
}
.tagInfo {
	background-color: #be7eef;
}
.tagAttention {
	background-color: #ff4169;
}
#snsListSection {
	margin-top: 80px;
	padding: 40px 0;
	background-color: #f4f4f4;
}

#snsListSection h2 {
	width: 14%;
	padding-top: 2%;
}

#snsListSection .listWide {
	width: 80%;
}
#snsListSection .listWide li {
	width: 93%;
	padding: 0 0 2% 7%;
	width: 100%;
	background-image: url(../images/iconArrowClear.png);
	background-position: left top 5px;
	background-repeat: no-repeat;
	background-size: 14px;
}
#sitemapSection {
	margin: 30px auto 0;
	border-bottom: 1px solid #e7e7e7;
}
#sitemapSection .widthWrapper {
	padding: 0 0 30px;
	border-bottom: 1px solid #e7e7e7;
}
#sitemapSection .widthWrapper + .widthWrapper {
	padding: 20px 0;
	border-bottom: none;
	justify-content: center;
}
#sitemapSection .widthWrapper + .widthWrapper li {
	padding: 0 2em;
}
#sitemapSection a {
	color: #2c2c2c;
}
footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

footer .logo {
	width: 40%;
	max-width: 245px;
	margin-left: auto;
	margin-right: auto;
}
footer .logo > a {
	display: block;
	width: 100%;
	padding-top: 30%;
	background-image: url("../images/bandaiWide.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	footer .logo > a {
		padding-top: 40%;
	}
}

header {
	position: fixed;
	width: 100%;
	height: 85px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 197;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.headerMargin {
	padding-top: 86px!important;
}
header a:hover img {
	opacity: 1;
}
header .widthWrapper {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	flex-shrink: 0;
	position: relative;
	height: 85px;
	background-color: #fff;
	z-index: 199;
}
header h1 {
	margin-right: auto;
	width: auto;
	height: 85px;
	z-index: 199;
}
header h1 a img {
	width: auto;
	height: 85px;
}

header .headerCatch {
	position: absolute;
	top: 5px;
	right: 0;
	color: #4d4d4d;
	padding-left: 1.25em;
	padding-right: 0.25em;
	background-image: url('../images/iconArrowHeader.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	z-index: 199;
}

header nav {
	width: calc(100% - 85px);
	height: 55px;
	margin: 30px 0 0;
	z-index: 199;
}
header nav #navGlobal {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	font-size: 13px;
	font-size: 1.3rem;
}
header nav #navGlobal .icon {
	width: auto;
	height: 22px;
	padding-right: 4px;
	vertical-align: -5px;
}
header nav #navGlobal > li {
	text-align: center;
	background-image: url(../images/bgGlobalNavi.png);
	background-position: left top 12px;
	background-repeat: no-repeat;
}
header nav #navGlobal > li:first-child {
	background-image: none;
}
header nav #navGlobal > li > a {
	display: block;
	height: 50px;
	padding: 10px 20px 0;
}
header nav #navGlobal #naviSnsBlock .icon {
	width: auto;
	height: 26px;
	padding-right: 6px;
}
header nav #navGlobal #naviSnsBlock {
	padding: 9px 0 0 20px;
}
header nav #navGlobal #naviSnsBlock ul li {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}
header nav #navGlobal #naviSnsBlock ul li:nth-child(1) {
	background-image: url(../images/iconNaviInstaOn.png);
}
header nav #navGlobal #naviSnsBlock ul li:nth-child(2) {
	background-image: url(../images/iconNaviTwOn.png);
}
header nav #navGlobal #naviSnsBlock ul li:nth-child(3) {
	background-image: url(../images/iconNaviFbOn.png);
}
header nav #navGlobal > li > a span {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
header nav #navGlobal > li.showPc > a span,
header nav #navGlobal > li > a:hover span {
	color: #272727;
	padding-bottom: 5px;
	border-bottom: 2px solid #fe4700;
}
header nav #navGlobal li#naviSnsBlock ul li a img:hover {
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.navPulldownWrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 190;
}
.navPulldown {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	position: absolute;
	/*
	top: -100vh;
	*/
	top: -200vh;
	left: 0;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	z-index: 190;
}
.navPulldown.showPc {
	top: 0;
	padding-top: 84px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.navPulldown .navPulldownList {
	width: 70%;
	max-width: 896px;
	margin: 2px auto 0;
	padding: 1em 15%;
	background-color: #fff;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
}

.navPulldown .navPulldownList li {
	width: 20%;
	margin: 1em 0;
}
.navPulldown .navPulldownList li:not(.btnViewAll) > a {
	color: #4e4e4e;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.navPulldown .navPulldownList li:not(.btnViewAll) > a:hover {
	color: #fe4700;
}
.navPulldown .navPulldownList li:not(.btnViewAll) > a > span {
	display: inline-block;
	padding-left: 2.5em;
	background-image: url('../images/iconArrowOrange.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2em auto;
}
#navPulldownSpecial.navPulldown .navPulldownList li:not(.btnViewAll) > a {
	display: block;
	width: 100%;
	padding-top: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#navPulldownSpecial.navPulldown .navPulldownList li:not(.btnViewAll) > a > span {
	display: none;
}
#navPulldownSearch.navPulldown .navPulldownList li {
	width: 48%;
	margin: 1em 0;
}

.breadCrumbs {
	width: 100%;
	margin-top: 1em;
	padding: 1em 0;
	overflow: hidden;
	clear: both;
}

.breadCrumbs li,
.breadCrumbs li span {
	display: inline-block;
	padding-right: 1em;
}

.breadCrumbs li a span {
	color: #fe4700;
	text-decoration: underline;
}
.breadCrumbs li:not(:last-child)::after {
	content: ">";
}

/*top*/
#topVisual {
	position: relative;
	width: 100%;
	height: 46.875vw;
	max-height: 470px;
	margin: 0 auto;
	padding: 0 0 40px;
	overflow: hidden;
}
.slider li {
	position: relative;
	width: 100%;
	margin: 0 5px;
}
#topVisual .slider li {
	height: 46.875vw;
	max-height: 470px;
	background-color: #efefef;
}
.sliderWrapper {
	padding: 0 0 40px;
}
.sliderWrapper .sliderL li {
	width: 100%;
}
.slider li img {
	opacity: 0.4;
	-webkit-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.slider li.slick-current img {
	opacity: 1;
	-webkit-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.flexListNews > li {
	margin-bottom: 3%;
}
.flexListNews > li a p:nth-child(2) {
	position: relative;
	width: 100%;
	padding-top: 52.5%;
}
.flexListNews > li a p:nth-child(2) img.cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}
.flexListNews > li a p:last-child {
	display: -webkit-box;
	max-height: 72px;
	line-height: 160%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#shopSection .flexListShop {
	margin: 1.5% auto;
	padding-bottom: 1em;
	border-bottom: 1px solid #d7d7d7;
}
#shopSection .flexListShopBanners {
	padding-bottom: 4em;
}
#shopSection .flexListShopBanners li {
	margin-top: 2em;
}
#shopSection .flexListShop li a {
	align-items: center;
	width: 90%;
	padding: 0 5%;
}
#shopSection .flexListShop li img {
	width: 36%;
	height: auto;
}
#shopSection .flexListShop li span {
	width: 60%;
	font-weight: bold;
}
#campaignSection .flexBlock li:nth-child(n + 3) {
	margin-top: 2%;
}
#campaignSection .flexBlock li p {
	line-height: 160%;
}
#campaignSection .flexBlock li .date {
	margin-top: 1%;
}
/*side*/

.flexRanking li {
	width: 100%;
}
.flexRanking li + li {
	margin-top: 1.5em;
}
.flexRanking a .flexBlock {
	color: #2c2c2c;
}
.flexRanking .flexBlock h3 {
	position: relative;
	width: 100%;
	padding: 1.5em 0 0 1em;
	box-sizing: border-box;
}
.flexRanking > li .flexBlock h3 img {
	border: 1px solid #eeda33;
}
.flexRanking > li:nth-child(2) .flexBlock h3 img {
	border-color: #d3d3d3;
}
.flexRanking > li:nth-child(3) .flexBlock h3 img {
	border-color: #ee9b6e;
}
.flexRanking .flexBlock h3 .tagRanking {
	position: absolute;
	top: 0;
	left: 0;
	width: 3em;
	height: 3em;
	color: #272727;
	padding: 0;
	line-height: 3em;
	text-align: center;
	border-radius: 3em;
}
.flexRanking .flexBlock h3 .tagRanking1 {
	background-color: #eeda33;
}
.flexRanking .flexBlock h3 .tagRanking2 {
	background-color: #d3d3d3;
}
.flexRanking .flexBlock h3 .tagRanking3 {
	background-color: #ee9b6e;
}
.flexRanking .flexBlock div {
	width: 100%;
	padding: 1em 0 0 1em;
	box-sizing: border-box;
}
.flexRanking .flexBlock div .tag {
	min-width: 40%;
}

.flexRanking .flexBlock div .tag + p {
	margin-top: 2%;
	line-height: 160%;
}
#subSpecialSection .listSpecial {
	margin: 0 auto 5%;
}
#subSpecialSection .listSpecial li {
	border-bottom: 1px dotted #bfbebe;
}
#subSpecialSection .listSpecial li a {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	padding: 2% 0;
}
#subSpecialSection .listSpecial li a img.cover {
	width: 30%;
	height: auto;
}
#subSpecialSection .listSpecial li a span {
	width: 65%;
	text-align: left;
}
.thumbLink {
	position: relative;
	margin: 10% auto;
}
.thumbLink span {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff!important;
	padding: 0 2%;
	background-color: #fe4700;
}
.thumbLink span .icon {
	padding-left: 2px;
	padding-right: 0!important;
}
#twitterTimeline {
	height: 650px;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}
.searchSection .flexList5 > li {
	margin-bottom: 1.5em;
	padding-bottom: 1%;
	flex-direction: column;
	justify-content: flex-start;
}
.searchSection .flexList5 > li h1,
.searchSection .flexList5 > li h2,
.searchSection .flexList5 > li p {
	width: 100%;
	padding: 2% 0 0;
}

.searchSection .flexList5 > li div img.cover {
	width: 80%;
	height: auto;
	margin: 5% 10% 0;
}
#searchSpecial .flexList5 > li:not(.btnViewAll) {
	padding: 3px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#searchSpecial .flexList5 > li:not(.btnViewAll):hover {
	padding: 0;
	border: 4px solid #fe4700;
}
#searchItems .flexList5 > li:not(.btnViewAll) {
	padding: 3px 3px 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#searchItems .flexList5 > li:not(.btnViewAll):hover {
	padding: 0 0 7px;
	border: 4px solid #fe4700;
}
#searchSpecial .flexList5 > li:hover img,
#searchItems .flexList5 > li:hover img {
	opacity: 1;
}

#searchSpecial h4,
#searchItems h4 {
	margin-top: 30px;
}

#searchResult ul {
	margin-top: 1%;
}
#searchResult ul li {
	width: 100%;
	border-top: 1px solid #d5d5d5;
}
#searchResult ul li:not(.btnMore) a {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	width: 96%;
	max-width: 1080px;
	margin: 35px auto;
}
#searchResult ul li a div {
	width: 13%;
}
#searchResult ul li a div + div {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-shrink: 0;
	width: 85%;
}
#searchResult ul li a div p {
	width: 100%;
}
#searchResult ul li a div p:nth-child(3) {
	height: 7.8rem;
	margin-top: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#searchResult ul li.btnMore a {
	margin-top: 3%;
}
.characterLogo {
	width: 100%;
	margin: 0 0 2em;
	padding: 0;
}
#characterSection .sectionTitle + .characterLogo {
	margin: -2em 0 0;
}
.characterLogo + #characterList {
	margin: -2em 0 0;
}
.characterLogo img.cover {
	width: 40%;
	height: auto;
	margin: 0 30%;
}
.characterNews {
	margin-top: 2em;
	padding: 1em 0 2em;
	border-top: 2px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
#characterSection .sectionTitle + .characterNews,
#characterSection .itemInfo + .characterNews {
	border-top: none;
	margin-top: 0;
}
.characterNews li,
.characterNews li a {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	width: 100%;
}
.characterNews li {
	margin-top: 1em;
}

.characterNews li .tag {
	min-width: 12%;
}

.characterNews li .date {
	width: 12%;
	text-align: center;
}
.characterNews li .text {
	width: 71%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.characterNews + #characterList {
	margin: -1.5em 0 0;
}
#characterSection .characterNews + .btnSpecialLink a {
	border-top: none!important;
}
.itemImagesBlock {
	position: relative;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0 2em;
	padding-bottom: 2em;
}
.itemImagesBlock .cartSlide,
.itemImagesBlock .cartSlide .slick-list,
.itemImagesBlock .cartSlide li {
	width: 580px!important;
	height: 580px!important;
}
.itemImagesBlock .cartAddSlide,
.itemImagesBlock .cartAddSlide .slick-list,
.itemImagesBlock .cartAddSlide li {
	width: 496px!important;
	height: 496px!important;
}
.itemImagesBlock .mainSlide li img {
	width: 100%;
	height: auto;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.itemImagesBlock .slideNav {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	flex-shrink: 0;
}
.itemImagesBlock .cartSlideNav,
.itemImagesBlock .cartSlideNav .slick-list {
	width: 350px!important;
	height: inherit!important;
}
.itemImagesBlock .cartAddSlideNav,
.itemImagesBlock .cartAddSlideNav .slick-list {
	width: 310px!important;
	height: inherit!important;
}
.itemImagesBlock .slideNav .slick-list .slick-track {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	width: 100%!important;
	height: inherit!important;
}
.itemImagesBlock .slideNav .slick-list li {
	position: relative;
	overflow: hidden;
}
.itemImagesBlock .cartSlideNav .slick-list li {
	width: 82px!important;
	height: 82px!important;
}
.itemImagesBlock .cartSlideNav .slick-list li {
	margin: 0 7px 7px 0;
}
.itemImagesBlock .cartSlideNav .slick-list li:nth-child(4n) {
	margin: 0 0 7px 0;
}
.itemImagesBlock .cartAddSlideNav .slick-list li {
	width: 73px!important;
	height: 73px!important;
}
.itemImagesBlock .cartAddSlideNav .slick-list li {
	margin: 0 6px 6px 0;
}
.itemImagesBlock .cartAddSlideNav .slick-list li:nth-child(4n) {
	margin: 0 0 6px 0;
}
.itemImagesBlock .slideNav .slick-list li:empty {
	display: none;
}
.itemImagesBlock .slideNav .slick-list li img {
	width: 100%;
	height: auto;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.itemImagesBlock .slideNav .slick-list li:hover {
	border: none!important;
}
.itemImagesBlock .slideNav .slick-list li:hover img {
	border: 1px solid #ff7500;
}
.itemImagesBlock .slideNav .snsBlock {
	justify-content: flex-start;
	flex-wrap: wrap;
	height: auto;
	margin: 0;
	padding: 1em 0;
}
.itemImagesBlock .slideNav .snsBlock .snsBtn {
	margin: 1em 0.25em 0;
}
.itemImagesBlock .slideNav .itemSpeckBlock {
	width: 100%;
	margin: 1em 0 0;
}
.itemImagesBlock .slideNav .itemSpeckBlock .itemPbLtdLogo {
	width: 55%;
}
.itemImagesBlock .cartSlideNav .itemSpeckBlock .itemPbLtdLogo {
	margin-bottom: 2em;
}

.itemImagesBlock .cartSlideNav .itemSpeckBlock .itemName {
	margin: 0 0 0.5em;
}

.itemImagesBlock .cartAddSlideNav .itemSpeckBlock .itemPbLtdLogo {
	margin-bottom: 1em;
}
.itemImagesBlock .cartAddSlideNav .itemSpeckBlock .itemName {
	margin-bottom: 0.5em;
}
.itemImagesBlock .cartAddSlideNav .itemSpeckBlock p {
	margin-bottom: 0
}

.itemImagesBlock .slideNav .itemSpeckBlock .itemName,
.cartWrapper .itemName {
	line-height: 140%;
}
.itemImagesBlock .slideNav .itemSpeckBlock .itemSpec .textXLarge {
	padding-right: 2%;
}
.itemImagesBlock .slideNav .itemSpeckBlock a {
	color: #fe4700;
}
.itemImagesBlock .slideNav .itemSpeckBlock .btnMembers a {
	color: #fff;
}
/*
.itemImagesBlock + .articleSection > .toggleBox .toggleBoxlist dt {
	width: 100%;
	padding: 0.75em 0;
	border: 1px solid #f8770a;
	box-sizing: border-box;
}
.itemImagesBlock + .articleSection > .toggleBox .toggleBoxlist dt .toggleBoxIcon {
	float: inherit;
	width: auto;
	height: 1em;
	padding-right: 2em;
	line-height: 1;
	background-image: url(../images/iconToggleClose.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.itemImagesBlock + .articleSection > .toggleBox .toggleBoxlist dt .toggleBoxIcon.active {
	background-image: url(../images/iconToggleOpen.png);
}
.itemImagesBlock + .articleSection > .toggleBox .toggleBoxlist dd {
  width: 100%;
	padding: 1.5em 0 0;
}
*/
.toggleWrapper {
	position: relative;
}
.toggleWrapper > .toggleContents {
  position: relative;
  overflow: hidden;
}
.toggleWrapper > .toggleContents.deactive {
  height: 7em;
}
.itemImagesBlock + .articleSection > .toggleWrapper > .toggleContents::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
}
.itemImagesBlock + .articleSection > .toggleWrapper > .toggleContents.deactive::before {
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 100%);
  background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 100%);
}
.toggleWrapper > .toggleBtn {
	width: 100%;
	padding: 0.75em 0;
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
}
.toggleWrapper > .toggleBtn span {
	display: inline-block;
	height: 1em;
	padding-right: 2em;
	line-height: 1;
	background-image: url(../images/iconToggleClose.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.toggleWrapper > .toggleBtn span::after {
  content: "くわしく見る"
}
.toggleWrapper > .toggleBtn.active span {
	background-image: url(../images/iconToggleOpen.png);
}
.toggleWrapper > .toggleBtn.active span::after {
  content: "閉じる"
}
.cartAddWrapper > .toggleWrapper > .toggleBtn {
	margin-bottom: 0;
	border: none;
}
.cartAddWrapper > .toggleWrapper > .toggleBtn span {
	background-image: url(../images/iconToggleBlueClose.png);
}
.cartAddWrapper > .toggleWrapper > .toggleBtn.active span {
	background-image: url(../images/iconToggleBlueOpen.png);
}
.itemInfo {
	width: 100%;
	padding: 0 3.5%;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}
#characterSection .sliderWrapper + .itemInfo  {
	margin-top: 1em;
}
.itemInfo .breadCrumbs {
	margin-top: 0;
	padding: 0;
}
.itemInfo .breadCrumbs,
.itemInfo .breadBland + h1 {
	margin-top: 2em;
}
.itemInfo .breadCrumbs:last-child {
	margin-bottom: 2em;
}
.itemInfo .breadChara + .breadChara,
.itemInfo .breadBland + .breadBland {
	margin-top: 0!important;
}
.itemInfo p {
	margin-top: 0.5em;
}
.itemInfo p + p {
	margin-bottom: 1em;
}
.itemInfo .btnSpecialLink {
	border-top: 1px solid #d7d7d7;
}
.itemInfo .btnSpecialLink a {
	border: none!important;
}
.additionalInfo {
	width: 100%;
	padding: 0 0 1em;
	text-align: center;
}
.additionalInfo p {
	width: 100%;
	padding: 1em 0 0;
}
.additionalInfo img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.additionalInfo p.text {
	text-align: left;
}
.cartWrapper,
.cartAddWrapper {
	width: 94%;
	margin-top: 2em;
	padding: 2em 3%;
	background-color: #eee;
}
.cartWrapper {
	margin-bottom: 4em;
}
.cartWrapper + .additionalInfo {
	margin: -2em 0 4em;
}
.cartAddWrapper {
	background-color: #fff;
}
.cartWrapper .sectionSubTitle {
	margin: 0 0 2em!important;
}
.cartWrapper .sectionSubTitlePbLtdLogo {
	padding: 0.5em;
}
.cartWrapper .sectionSubTitlePbLtdLogo h1 {
	line-height: 0;
	letter-spacing: 0.1em;
}
.cartWrapper .sectionSubTitlePbLtdLogo .itemPbLtdLogo {
	display: inline-block;
	width: 9em;
	margin-left: 0.25em;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.cartWrapper .cartTag {
	margin-bottom: 1.5em;
}
.cartWrapper .cartTag li {
	margin: 0 0.5em 0 0.25em;
	padding: 0.25em 2em 0.2em;
	line-height: 1;
	background-color: #fe4700;
}
.cartWrapper > .itemName.textLarge {
	margin: 1em 0 0;
}
.cartWrapper .cartSpecList {
	align-items: baseline;
}
.cartWrapper .cartSpecList li:not(:last-child)::after {
  content: "｜";
  margin-left: 0.5em;
}
.cartWrapper .btnBuy,
.cartWrapper .linkText {
	margin: 1em 0!important;
}

.cartWrapper .flexCartAddPreview > div,
.cartAddWrapper .flexCartAddPreview > div {
	width: 22%;
}
.cartWrapper .flexCartAddPreview > div > img,
.cartAddWrapper .flexCartAddPreview > div > img {
	width: 100%;
	height: auto;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.cartWrapper .flexCartAddPreview > div + div,
.cartAddWrapper .flexCartAddPreview > div + div {
	width: 75%;
}
.cartWrapper .flexCartAddPreview > div + div > .itemName.textLarge,
.cartAddWrapper .flexCartAddPreview > div + div > .itemName.textLarge {
	margin: 0.5em 0 0;
}
.cartWrapper .flexCartAddPreview > div + div > .textSmall {
	margin-bottom: 0;
}
.cartWrapper .flexCartAddPreview + .flexCartAddPreview {
	margin-top: 1em;
}

.cartAddWrapper .flexCartAddPreview .cartSpecList + p {
	margin-bottom: 0;
	line-height: 140%;
}
.cartAddWrapper .linkText,
.cartAddWrapper .linkText + p {
	margin: 1em 0 0!important;
}

.cartAddWrapper .btnBuy {
	margin: 1em 0 0!important;
}

.cartAddWrapper .btnBuyAll a {
	background-color: #5db4f5;
}
.cartAddWrapper .btnBuyAll a:hover {
	background-color: #2090e3;
}
.cartAddWrapper .sectionSubTitle {
	border-left: 4px solid #5db4f5;
}
.asideSection .flexList4,
.asideSection .flexListNews {
	justify-content: flex-start;
}
.asideSection .flexList4 li:nth-child(n + 9) {
	display: none;
}
.asideSection .flexListNews > li {
	margin-right: 3.5%;
}
.asideSection .flexListNews > li:nth-child(3n) {
	margin-right: 0;
}
.calendarMonthSelectWrapper {
	padding-bottom: 1.5em;
}
.calendarMonthSelect {
	width: 100%;
	min-width: 880px;
	height: 50px;
	flex-wrap: nowrap;
	overflow-y: hidden;
}
.calendarMonthSelect li {
	width: 62px;
	height: 50px;
	margin: 0 4px 0 0;
	padding: 0;
}
.calendarMonthSelect li a,
.calendarMonthSelect li > span {
	display: block;
	width: 100%;
	color: #888;
	background-color: #c4c4c4;
	cursor: pointer;
}
.calendarMonthSelect li a span,
.calendarMonthSelect li span span {
  line-height: 50px;
}
.calendarMonthSelect li a:hover,
.calendarMonthSelect li.active a,
.calendarMonthSelect li.select.arrow a:hover,
.calendarMonthSelect li.arrow > span:hover {
	color: #fff;
	background-color: #ff6527;
}
.calendarMonthSelect li a:hover span,
.calendarMonthSelect li span:hover span {
	color: #fff;
}
.calendarMonthSelect li.select,
.calendarMonthSelect li.select.arrow a,
.calendarMonthSelect li.select.arrow > span {
	background-color: #efefef;
	border: none;
	margin: 0;
}
.calendarMonthSelect li.selectYear {
	width: 80px;
	margin-left: auto;
}
.calendarMonthSelect li.selectMonth {
	width: 60px;
}
.calendarMonthSelect li.select.arrow {
	width: 80px;
}
.calendarMonthSelect li.select label {
	position: relative;
	width: 100%;
	height: 50px;
}
.calendarMonthSelect li.select label:after {
	display: block;
	content: "";
	position: absolute;
	top: -3px;
	right: 5px;
	width: 18px;
	height: 50px;
	margin: 0;
	background-image: url(../images/iconArrowSelect.png);
	background-position: right top 3px;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
.calendarMonthSelect li.select label select {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 20%;
	border-radius: 0;
	color: #ff6527;
	background-color: #efefef;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.calendarMonthSelect li.select label select:focus {
  outline: none;
}
.calendarMonthSelect li.select label select::-ms-expand {
	display: none;
}
.calendarMonthSelect li.select {
	line-height: 50px;
}

#calendarSection {
	border-bottom: 1px solid #d5d5d5;
}

#calendarSection h3 {
	border-bottom: 2px solid #d5d5d5;
}
.flexCalender {
	align-items: stretch;
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
}
.flexCalender h4 {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	flex-shrink: 0;
	width: 6%;
	color: #757575;
	font-weight: normal;
	border-right: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.flexCalender h4 span {
	display: block;
}
.flexCalender h4 span + span {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #888;
	background-color: #c4c4c4;
	border-radius: 100px;
}

.flexCalender ul.flexList4 {
	width: 94%;
	justify-content: flex-start;
}
.flexCalender ul.flexList4 li {
	width: 22%;
	margin-left: 3%;
}
.flexCalender ul.flexList4 li:nth-child(n + 5) {
	margin-top: 3%;
}
.itemList ul.flexList4 li p:nth-child(2),
.flexCalender ul.flexList4 li p:nth-child(2),
.characterList ul.flexList4 li p:nth-child(2) {
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 160%;
}
.flexCalender ul.flexList4 li p:nth-child(1) {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
.flexCalender ul.flexList4 li p:nth-child(1) img.cover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.toggleBox {
	width: 100%;
}
.toggleBoxlist dt {
  display: block;
	position: relative;
	width: calc(96% - 4px);
	margin-top: 2%;
	padding: 0.5% 1.5% 0.5% 2.5%;
	border-radius: 8px;
	border: 2px solid #d6d6d6;
  cursor: pointer;
}
.toggleBoxlist dt span {
	display: inline-block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	box-sizing: border-box;
}
.toggleBoxlist dt .toggleBoxIcon {
	position: relative;
	float: right;
	width: 3%;
	margin: 0;
}
.toggleBoxlist dt .toggleBoxIcon span {
	position: absolute;
  left: 0;
  width: 75%;
	height: 4px;
  background-color: #d0d0d0;
}
#calendarSection .toggleBoxlist dt .toggleBoxIcon span {
  width: 78%;
}
.toggleBoxlist dt .toggleBoxIcon span:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggleBoxlist dt .toggleBoxIcon span:nth-of-type(2) {
  top: 16px;
  -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggleBoxlist dt .toggleBoxIcon.active span:nth-of-type(1) {
	display: none;
}
.toggleBoxlist dt .toggleBoxIcon.active span:nth-of-type(2) {
  top: 16px;
  -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggleBoxlist dd {
  display: none;
	width: 95%;
	padding: 1% 2.5% 0;
}
.toggleBoxlist dd ul li {
	margin-top: 1%;
}
.toggleBoxlist dd ul li a {
	margin-top: 1%;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.toggleBoxlist dd ul li a:hover {
	color: #fe4700;
}
#calendarSection .toggleBoxlist dd {
	padding-top: 0;
}
#calendarSection .toggleBoxlist dt {
  display: block;
	position: relative;
	width: calc(96% - 4px);
	margin-top: 2%;
	padding: 0.5% 1.5% 0.5% 2.5%;
	border-radius: 0;
	border: none;
  cursor: pointer;
}
#calendarSection .toggleBoxlist dt .toggleBoxIcon {
	position: absolute;
	float: none;
	top: 4px;
	width: 3%;
	margin: 0 0 0 0.5em;
	background-color: #d0d0d0;
}
#calendarSection .toggleBoxlist dt .toggleBoxIcon span {
  background-color: #fe4700;
}
#calendarSection .toggleBoxlist dd ul {
	flex-wrap: wrap;
	justify-content: center;
}
#calendarSection .toggleBoxlist dd ul li {
	margin: 0.5em;
}
#calendarSection .toggleBoxlist dd ul li a {
	display: block;
	margin-top: 0;
	padding: 0.25em 1em;
	background-color: #efefef;
	border: 2px solid #efefef;
	border-radius: 4px;
}
#calendarSection .toggleBoxlist dd ul li a:hover,
#calendarSection .toggleBoxlist dd ul li.active a {
	color: #fff;
	background-color: #ff6528;
	border: 2px solid #ff6528;
}
#calendarSection .toggleBoxlist dd ul li.btnClear a {
	color: #909090;
	padding: 0.25em 1.5em 0.25em 0.5em;
	background-color: #fff;
	border: 2px solid #efefef;
}
#movieSection li,
.articleSection .insideWrapper {
	width: 88%;
	margin: 0 auto;
}
#movieSection li {
	margin-bottom: 3em;
}
#movieSection li .sectionSubTitle {
	margin: 0 0 1em 0;
}
.movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 2% auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sitemapPageSection li {
	margin: 0 0 2em;
}
.articleSection > h2,
.articleSection div p {
	margin-bottom: 30px;
}
.articleSection div h3 + h3 {
	margin-top: 30px;
}
.articleSection .btnSpecialLink {
	margin-top: 30px;
}
.articleSection .btnViewAll {
	width: 50%;
	margin: 30px auto 0;
}
.articleSection .insideWrapper div + .sectionSubTitle {
	margin-top: 6em;
}
#goBack a {
	position: fixed;
	right: 4%;
	bottom: 30px;
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
#goBack a:hover {
	position: fixed;
	right: 4%;
	bottom: 40px;
	z-index: 100;
	display: block;
}
#goBack a img {
	width: 54px;
	border-radius: 4px;
}
.snsBlock {
	height: 20px;
	margin: 0 auto;
	padding: 30px 0 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	line-height: 0;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px;
	line-height: 100%;
	display: block;
}
fieldset {
	border: medium none !important;
	margin: 0 0 16px;
	width: 100%;
	padding: 0;
}
fieldset input[type="text"],
fieldset input[type="email"],
fieldset textarea {
	border-radius: 8px;
	border: 2px solid #d6d6d6;
	background-color: #f5f5f5;
	-webkit-appearance: none;
	transition: all 200ms linear;
}
fieldset button[type="submit"] {
	cursor: pointer;
	color: #fff;
	border:none;
	border-radius: 8px;
	border: 2px solid #adadad;
	background-color: #adadad;
	transition: all 200ms linear;
}
fieldset input[type="text"]:hover,
fieldset input[type="email"]:hover,
fieldset textarea:hover {
	border: 2px solid #f9760a;
}
fieldset button[type="submit"]:hover {
	border: 2px solid #f9760a;
	background-color: #f9760a;
}
fieldset input:focus,
fieldset textarea:focus {
	outline:0;
	border: 2px solid #f9760a;
}
.flexSearch fieldset:first-child {
	width: calc(100% - 100px);
}
.flexSearch fieldset:last-child {
	width: 100px;
}
.flexSearch fieldset input[type="text"] {
	width: 90%;
	height: 46px;
	padding: 0 2%;
}
.flexSearch fieldset button[type="submit"] {
	width: 90px;
	height: 50px;
}
::-webkit-input-placeholder {
	color: #b5b5b5;
}
:-moz-placeholder {
	color: #b5b5b5;
}
::-moz-placeholder {
	color: #b5b5b5;
}
:-ms-input-placeholder {
	color: #b5b5b5;
}
.flexSearch fieldset input[type="text"]::-webkit-input-placeholder {
	padding-left: 2em;
	background-image: url(../images/iconSearchGray.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flexSearch fieldset input[type="text"]:-moz-placeholder {
	padding-left: 2em;
	background-image: url(../images/iconSearchGray.png);
	background-position: left -2em center;
	background-repeat: no-repeat;
	background-size: 1.5em auto;
}
.flexSearch fieldset input[type="text"]::-moz-placeholder {
	padding-left: 2em;
	background-image: url(../images/iconSearchGray.png);
	background-position: left -2em center;
	background-repeat: no-repeat;
	background-size: 1.5em auto;
}
.flexSearch fieldset input[type="text"]:-ms-input-placeholder {
	padding-left: 2em;
	background-image: url(../images/iconSearchGray.png);
	background-position: left 0.25em center;
	background-repeat: no-repeat;
	background-size: 1.5em auto;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
	.dispPc {
		display: block;
	}
	.dispSp {
		display: none;
	}
	
	.flexCalender h4 .textXXLarge,
	.calendarMonthSelectWrapper .textXLarge {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#campaignSection .textLarge {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.navPulldownList.textLarge,
	.calendarMonthSelectWrapper .textRegular {
		font-size: 14px;
		font-size: 1.4rem;
	}
	header nav #navGlobal {
		font-size: 1vw;
		letter-spacing: 0;
		line-height: 150%;
	}
	.headerMargin {
		padding-top: calc(6.6vw + 1px)!important;
	}
	header,
	header .widthWrapper {
		height: 6.6vw;
	}
	header h1 {
		height: 6.6vw;
	}
	header h1 a img {
		width: auto;
		height: 6.6vw;
	}
	header nav {
		width: calc(100% - 6.6vw);
		height: 4.3vw;
		margin: 2.3vw 0 0;
	}
	header nav #navGlobal > li {
		background-position: left top 1vw;
	}
	header nav #navGlobal > li > a {
		display: block;
		height: 3.1vw;
		padding: 1.2vw 0.8vw 0;
	}
	header nav #navGlobal .icon {
		width: auto;
		height: 1.8vw;
		padding-right: 0.4vw;
		vertical-align: -0.5vw;
	}
	header nav #navGlobal #naviSnsBlock {
		padding: 1.2vw 0 0 1vw;
	}
	header nav #navGlobal #naviSnsBlock .icon {
		width: auto;
		height: 2vw;
		padding-right: 0.4vw;
		vertical-align: -0.5vw;
	}
	header nav #navGlobal #naviSnsBlock {
		padding: 1.2vw 0 0 1vw;
	}
	header nav #navGlobal #naviSnsBlock .icon {
		width: auto;
		height: 2vw;
		padding-right: 0.4vw;
		vertical-align: -0.5vw;
	}
	
	header nav #navGlobal #naviSnsBlock ul li {
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 2.03125vw 2.03125vw;
	}
	
	.navPulldown.showPc {
		top: calc(6.6vw - 1px);
		padding-top: 0;
	}
	
	/*
	.flexListNews .tag {
		min-width: 64%;
	}
	.flexRanking .flexBlock h3 .tagRanking {
		left: 0.5vw;
		width: 2.5vw;
		height: 1vw;
		padding: 0.75vw 0;
		line-height: 1vw;
		text-align: center;
		border-radius: 50%;
	}
	*/
	
	.itemImagesBlock .slideNav .slick-list li:hover {
		border: 1px solid #d5d5d5;
	}
	
	#snsListSection h2 {
		padding-top: 0;
	}
	
	#snsListSection .listWide {
		width: 84%;
	}
	#snsListSection .listWide li {
		width: 86%;
		padding: 0 0 2% 10%;
		background-image: url(../images/iconArrowClear.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 14px;
	}
	.calendarMonthSelectWrapper {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#contentsSectionMain {
		width: 71vw;
	}
	#subSection {
		width: 21vw;
		max-width: 21vw;
	}
	.itemImagesBlock .cartSlide,
	.itemImagesBlock .cartSlide .slick-list,
	.itemImagesBlock .cartSlide li {
		width: 43.5vw!important;
		height: 43.5vw!important;
	}
	.itemImagesBlock .cartAddSlide,
	.itemImagesBlock .cartAddSlide .slick-list,
	.itemImagesBlock .cartAddSlide li {
		width: 37.2vw!important;
		height: 37.2vw!important;
	}
	.itemImagesBlock .cartSlideNav,
	.itemImagesBlock .cartSlideNav .slick-list {
		width: 26.25vw!important;
		height: inherit!important;
	}
	.itemImagesBlock .cartAddSlideNav,
	.itemImagesBlock .cartAddSlideNav .slick-list {
		width: 23.25vw!important;
		height: inherit!important;
	}
	.itemImagesBlock .cartSlideNav .slick-list li {
		width: 6.15vw!important;
		height: 6.15vw!important;
	}
	.itemImagesBlock .cartSlideNav .slick-list li {
		margin: 0 0.525vw 0.525vw 0;
	}
	.itemImagesBlock .cartSlideNav .slick-list li:nth-child(4n) {
		margin: 0 0 0.525vw 0;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li {
		width: 5.475vw!important;
		height: 5.475vw!important;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li {
		margin: 0 0.45vw 0.45vw 0;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li:nth-child(4n) {
		margin: 0 0 0.45vw 0;
	}
}
@media screen and (max-width: 800px) {
	body {
		-webkit-overflow-scrolling: touch;
	}
	.dispPc {
		display: none;
	}
	.dispSp {
		display: block;
	}
	
	.flexCalender h4 .textXXLarge,
	.textXXLarge {
		font-size: 10vw;
	}
	
	.textXLarge,
	#subSection .sectionTitle .textLarge {
		font-size: 7vw;
	}
	.textXLarge .icon {
		width: auto;
		height: 12vw!important;
		padding-right: 1vw;
		vertical-align: -4vw!important;
	}
	.itemName.textXLarge {
		font-size: 5.5vw;
	}
	.textLarge,
	header nav #navGlobal,
	.textRegular.btnViewAll,
	.btnViewAll,
	.thumbLink.textSmall,
	#subSection .sectionTitle .textRegular,
	#contentsSectionMain .articleSection > .textRegular {
		font-size: 4vw;
	}
	.textLarge .icon,
	#subSection .sectionTitle .textRegular .icon {
		width: auto;
		height: 10vw!important;
		padding-right: 1vw;
		vertical-align: -2.2vw!important;
	}
	#navPulldownSearch .textLarge .icon,
	header nav #navGlobal .icon,
	.thumbLink.textSmall .icon {
		width: auto;
		height: 6vw!important;
		padding-right: 1vw;
		vertical-align: -1.6vw!important;
	}
	.textRegular {
		font-size: 3.4vw;
		line-height: 150%;
	}
	.textRegular .icon {
		width: auto;
		height: 4.4vw;
		padding-right: 1vw;
		vertical-align: -1vw;
	}
	.btnBuy.textRegular .icon,
	.btnSpecialLink .textRegular .icon {
		width: auto;
		height: 5.5vw;
		padding-right: 1vw;
		vertical-align: -1vw;
		vertical-align: -1.5vw!important;
	}
	#searchItems .toggleBox .textRegular {
		font-size: 3.6vw;
	}
	.textSmall,
	.searchSection .flexList5.textRegular,
	#calendarSection .toggleBoxlist dd ul.textRegular li,
	#snsListSection .textRegular {
		font-size: 3vw;
		line-height: 150%;
	}
	.textSmall .icon {
		width: auto;
		height: 4vw;
		padding-right: 0.8vw;
		vertical-align: -1vw;
	}
	#contentsSectionMain .itemImagesBlock .textSmall,
	#contentsSectionMain .articleSection > .textSmall,
	#shopSection .flexListShop.textRegular span {
		font-size: 3.2vw;
		line-height: 150%;
	}
	#shopSection .flexListShop.textRegular span {
		text-align: center;
	}
	footer .textRegular {
		font-size: 6vw;
		vertical-align: -1.3vw!important;
	}
	.calendarMonthSelectWrapper .textXLarge {
		font-size: 5vw;
	}
	.calendarMonthSelectWrapper .textRegular {
		font-size: 3vw;
	}
	.sectionTitle .textEn {
		letter-spacing: 0;
	}
	
	.tag {
		min-width: 60%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		line-height: 100%;
	}
	.flexListNews .tag {
		min-width: 64%;
		line-height: 100%;
		letter-spacing: 0.1em;
	}
	
	.widthWrapper {
		width: 92%;
		margin: 0 auto;
		padding: 0 4%;
	}
	#contentsSectionMain {
		width: 92vw;
	}
	#subSection {
		width: 92vw;
		max-width: 92vw;
	}
	.flexList2 > li,
	.flexList2 > h1,
	.flexList2 > ul,
	.flexList2 > div {
		width: 100%;
	}
	#characterList .flexList4 > li,
	.characterList .flexList4 > li,
	.flexListNews > li,
	.flexList4 > li {
		width: 48%;
	}
	#characterList .flexList4 > li,
	.characterList .flexList4 > li {
		margin-right: 4%;
	}
	#characterList .flexList4 > li:nth-child(2n),
	.characterList .flexList4 > li:nth-child(2n) {
		margin-right: 0;
	}
	#naviSpecial .flexBlock > li,
	.flexList5 > li {
		width: 48%;
	}
	.searchSection .flexList5 {
		justify-content: flex-start;
	}
	.searchSection .flexList5 > li {
		width: 32%;
		margin-right: 2%;
	}
	.searchSection .flexList5 > li:nth-child(3n) {
		margin-right: 0;
	}
	.searchSection .flexList5 > li:nth-child(5n) {
		margin-right: 2%;
	}
	.searchSection .flexList5 > li:nth-child(15n) {
		margin-right: 0;
	}
	.btnViewAll a {
		width: 100%;
		padding: 2vw 0;
	}
	.flexBlock li.btnViewAll {
		width: 86%!important;
		margin: 6% 7%!important;
		line-height: 180%;
	}
	.btnMore a,
	.btnMore span {
		width: 75%;
		max-width: 75%;
	}
	.btnSpecialLink a {
		flex-direction: column;
		width: 100%;
	}
	.btnSpecialLink a span {
		width: 100%;
		text-align: center;
	}
	.btnSpecialLink a span + span {
		text-align: center;
		margin-left: 0;
		padding-bottom: 3%;
	}
	.btnSpecialLink a span img.cover {
		width: 45%;
		height: auto;
	}
	footer {
		margin: 0!important;
		padding: 2.5% 0!important;
		line-height: 1!important;
	}
	.pulldownBg {
		display: none;
		position: absolute;
		top: calc(24.25vw + 1px);
		left: 0;
		width: 30vw;
		height: 150vh;
		z-index: 100;
	}
	.showSp .pulldownBg {
		display: block;
	}
	.pulldownBg a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.headerMargin {
		padding-top: 24.25vw!important;
	}
	header {
		border-bottom: none;
	}
	header,
	#navPulldownSpecialWrapper,
	#navPulldownSearchWrapper {
		width: 100%;
		height: auto;
		padding: 0;
		background-color: rgba(0,0,0,0);
		box-shadow: none;
	}
	header.showSp,
	#navPulldownSpecialWrapper.showSp,
	#navPulldownSearchWrapper.showSp {
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		overflow: hidden;
	}
	header .widthWrapper {
		position: relative;
		width: 100%;
		height: 18.75vw;
		padding: 5.5vw 0 0;
		margin-left: auto;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	header h1 {
		margin-right: auto;
		width: auto;
		height: 18.75vw;
	}
	header h1 a img {
		width: 19.25vw;
		height: 18.75vw;
	}
	/*修正20201127 TYL柳田：ここから
		header h2
		だったものを
		header .headerCatch
		に置き換えて調整しています。
	*/
	header .headerCatch {
		top: 1vw;
		right: 50%;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center!important;
		font-weight: normal;
		transform: translateX(50%);
		background-image: none;
		z-index: 99;
	}
	header .widthWrapper .headerParts {
		width: 15.5vw;
		height: 18.75vw;
	}
	header .widthWrapper .headerParts img {
		width: auto;
		height: 18.75vw;
		margin: 0;
	}
	header .widthWrapper #menuSp {
		width: 18.75vw;
		height: 18.75vw;
		background-image: url("../images/menuSpClose.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	
	header .widthWrapper #menuSp.showSp {
		background-image: url("../images/menuSpOpen.png");
	}
	
	header nav,
	.navPulldown {
		display: block;
		position: absolute;
		top: calc(24.25vw + 1px);
		left: 100vw;
		width: 70vw;
		margin: 0;
		padding: 0;
		background-color: #fff;
		overflow-y: scroll;
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	header nav.showSp,
	.navPulldown.showSpSpecial,
	.navPulldown.showSpSearch {
		left: 30vw;
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	header nav #navGlobal {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
		flex-shrink: 0;
		line-height: 0;
		width: 100%;
		margin: 0;
	}
	
	header nav #navGlobal > li {
		text-align: left;
		background-image: none;
	}
	header nav #navGlobal > li > a {
		display: block;
		width: calc(100% - 10vw);
		height: auto;
		padding: 5vw 0 5vw 10vw;
		border-bottom: 1px solid #e8e8e8;
	}
	header nav #navGlobal #naviSnsBlock {
		width: calc(100% - 10vw);
		padding: 5vw 0 5vw 10vw;
	}
	header nav #navGlobal #naviSnsBlock ul {
		justify-content: flex-start;
	}
	header nav #navGlobal #naviSnsBlock ul li {
		width: 8.5vw!important;
		height: 8.5vw!important;
		padding-right: 4vw;
		background-image: none!important;
	}
	header nav #navGlobal #naviSnsBlock .icon {
		width: 8.5vw!important;
		height: 8.5vw!important;
		padding-right: 0;
	}
	header nav #navGlobal > li > a:hover span,
	.calendar header nav #navGlobal > li#navCalender > a span,
	.special header nav #navGlobal > li#naviSpecial > a span,
	.search header nav #navGlobal > li#naviSearch > a span,
	.onlineshop header nav #navGlobal > li#navShop > a span {
		padding-bottom: 0;
		border-bottom: none;
	}
	header #menuSpecial img,
	header #menuSearch img {
		background-color: #fff;
	}
	header.fixSp1 #menuSpecial img,
	header.fixSp2 #menuSearch img {
		background-color: #ff7500;
	}
	.navPulldown .navPulldownList {
		width: 70vw;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
		border-radius: 0;
	}
	#navPulldownSearch.navPulldown .navPulldownList {
		margin-bottom: 50vh;
	}
	#navPulldownSpecial.navPulldown .navPulldownList {
		justify-content: flex-start;
	}
	
	.navPulldown .navPulldownList li {
		width: 100%;
		margin: 0;
	}
	.navPulldown .navPulldownList li:not(.btnViewAll):last-child {
		text-align: left;
	}
	.navPulldown .navPulldownList li:not(.btnViewAll):last-child a {
		border-bottom: none;
	}
	.navPulldown .navPulldownList li:not(.btnViewAll) > a,
	.navPulldown .navPulldownList li:not(.btnViewAll) > a:hover {
		display: block;
		width: 100%;
		color: #272727;
		height: auto;
		padding: 5vw 0 5vw 0.5em;
		border-bottom: 1px solid #c4c4c4;
		box-sizing: border-box;
	}
	.navPulldown .navPulldownList li:not(.btnViewAll) > a > span {
		display: inline-block;
		padding-left: 2.5em;
		background-image: url('../images/iconArrowOrange.png');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 2em auto;
	}
	#navPulldownSpecial.navPulldown .navPulldownList li:not(.btnViewAll) > a {
		padding: 5vw 0 5vw 0.5em;
		background-image: none!important;
	}
	#navPulldownSpecial.navPulldown .navPulldownList li:not(.btnViewAll) > a > span {
		display: inline-block;
	}
	#navPulldownSearch.navPulldown .navPulldownList li {
		width: 100%;
		margin: 0;
	}
	
	
	.breadCrumbs {
		margin-top: 2%;
    overflow-x: scroll;
    white-space: nowrap;
	}
	
	/*top*/
	#topVisual,
	.sliderWrapper {
		padding: 0 0 10%;
	}
	.slider li {
		margin: 0;
	}
	.slider li img {
		opacity: 1;
	}
	.flexListNews > li {
		margin-bottom: 0;
	}
	.flexListNews > li:nth-child(n + 3) {
		margin-top: 2%;
	}
	.flexListNews > li:nth-child(n + 9) {
		display: none;
	}
	.flexListNews > li a p:last-child {
		max-height: inherit;
	}
	#shopSection .flexListShopLogo li {
		width: 60%;
		margin: 0 20% 4%;
	}
	#shopSection .flexListShop {
		align-items: stretch;
		margin-bottom: 2%;
	}
	#shopSection .flexListShop.flexList3 li {
		width: 33%;
		margin-bottom: 4%;
	}
	#shopSection .flexListShop li a {
		width: 96%;
		padding: 0 2%;
	}
	#shopSection .flexListShop li img {
		width: 86%;
		height: auto;
		margin: 2% 7%;
	}
	#shopSection .flexListShop li span {
		display: block;
		width: 100%;
		padding-bottom: 5%;
	}
	#campaignSection .flexBlock li:nth-child(n + 2) {
		margin-top: 5%;
	}
	#campaignSection .flexBlock li p {
		margin-top: 1.5%;
	}
	.flexRanking .flexBlock h1 .tagRanking {
		left: 2vw;
		width: 7vw;
		height: 3vw;
		padding: 2vw 0;
		line-height: 3vw;
		text-align: center;
		border-radius: 50%;
	}
	#snsListSection .widthWrapper {
		width: 96%;
		margin: 0 auto;
		padding: 0 2%;
	}
	#snsListSection .widthWrapper .flexList4:nth-child(odd) > li {
		width: 50%;
	}
	#snsListSection .widthWrapper .flexList4:nth-child(even) > li {
		width: 46%;
	}
	#snsListSection {
		margin-top: 10%;
		padding: 8% 0;
		background-color: #f4f4f4;
	}
	
	#snsListSection h2 {
		width: 15%;
		padding-top: 0;
	}
	
	#snsListSection .listWide {
		width: 83%;
	}
	#snsListSection .listWide li {
		width: 91%;
		padding: 0 0 2% 9%;
		background-image: url(../images/iconArrowClear.png);
		background-position: left top 0.5vw;
		background-repeat: no-repeat;
		background-size: 3vw;
	}
	#snsListSection .flexList4 > li:nth-child(n + 3) {
		margin-top: 5%;
	}
	#sitemapSection {
		margin: 2% 0 0;
	}
	#sitemapSection .widthWrapper {
		padding: 0 0 6%;
	}
	#sitemapSection .widthWrapper.flexList2 > div {
		width: 50%;
	}
	#sitemapSection .flexList2 .flexList2 ul {
		width: 100%;
	}
	#sitemapSection .flexList2 .flexList2 ul li {
		margin: 8% 0 0;
	}
	#sitemapSection .widthWrapper + .widthWrapper {
		padding: 5% 0;
		justify-content: space-between;
	}
	#sitemapSection .widthWrapper + .widthWrapper li {
		padding: 0;
	}
	#twitterTimeline {
		height: 350px;
	}
	.calendarMonthSelectWrapper {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.calendarMonthSelect {
		width: 150%;
		min-width: inherit!important;
	}
	.calendarMonthSelect li {
		width: 11%;
		height: 10vw;
		margin: 0 1% 0 0;
	}
	.calendarMonthSelect li a span,
	.calendarMonthSelect li span span,
	.calendarMonthSelect li.select {
		line-height: 10vw;
	}
	.calendarMonthSelect li a,
	.calendarMonthSelect li.select label {
		height: 10vw;
	}
	.calendarMonthSelect li.select label:after {
		top: -2.5vw;
		right: 0.8vw;
		width: 3vw;
		height: 8vw;
		margin: 0;
		height: 8vw;
		background-position: right top 3vw;
	}
	.calendarMonthSelect li.select label select {
		height: 8vw;
	}
	.calendarMonthSelect li.selectYear {
		width: 22%;
	}
	.calendarMonthSelect li.selectMonth {
		width: 16%;
	}
  .calendarMonthSelect li.select.arrow {
		width: 22%;
  }
	.calendarMonthSelect li a:hover {
		color: #888;
		background-color: #c4c4c4;
	}
	.calendarMonthSelect li a:hover span {
		color: #888;
	}
	
	.flexCalender h4 {
		width: 15%;
	}
	
	.flexCalender ul.flexList4 {
		width: 85%;
	}
	.flexCalender ul.flexList4 li {
		width: 45%;
		margin-left: 5%;
	}
	.flexCalender ul.flexList4 li:nth-child(n + 3) {
		margin-top: 5%;
	}
	.toggleBoxlist dt {
		width: 90%;
		padding: 1% 7.5% 1% 2.5%;
	}
	.toggleBoxlist dd + dt {
		margin-top: 4vw;
	}
	.toggleBoxlist dt .toggleBoxIcon {
		margin-right: -6vw;
	}
	.toggleBoxlist dt .toggleBoxIcon {
		width: 6vw;
	}
	.toggleBoxlist dt .toggleBoxIcon span:nth-of-type(1),
	.toggleBoxlist dt .toggleBoxIcon span:nth-of-type(2),
	.toggleBoxlist dt .toggleBoxIcon.active span:nth-of-type(2) {
	    top: 3vw;
	}
	.toggleBoxlist dd ul li:not(:first-child) {
		margin-top: 1vw;
	}
	#contentsSectionMain .sectionTitle {
		margin-bottom: 6%;
	}
	#subSection .sectionTitle,
	#subSection section {
		margin-bottom: 4%;
	}
	.sectionSubTitle {
		margin: 8% 0 6%;
	}
	#searchSpecial h3,
	#searchItems h3 {
		margin-top: 6%;
	}
	#calendarSection .toggleBoxlist dt {
		margin-bottom: 0;
	}
	#calendarSection .toggleBoxlist dt .toggleBoxIcon span {
	    width: 100%;
		height: 2px;
	}
	#shopSection.shopSection .flexListShopBanners li {
		width: 100%;
	}
	#characterSection > h1 {
		margin: 2% 0 0;
	}
	.characterLogo {
		margin: 0;
	}
	.characterLogo + #characterList {
		margin: 0;
	}
	.characterNews {
		margin-top: 1em;
	}
	.characterNews li {
		justify-content: flex-start;
		margin-top: 0.5em;
	}
	.characterNews li .tag {
		width: 35%;
		margin-right: 5%;
	}
	.characterNews li .date {
		width: 60%;
		text-align: left;
	}
	.characterNews li .text {
		width: 100%;
		margin-top: 0.5em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.characterNews + #characterList {
		margin: 0;
	}
	#characterList .sectionSubTitle {
		margin: 4% 0 0;
	}
	#searchResult ul li:not(.btnMore) a {
		flex-direction: column;
		margin: 4% auto;
	}
	#searchResult ul li.btnMore a {
		margin: 6% auto 0;
	}
	#searchResult ul li a div {
		width: 60%;
		margin: 0 auto;
	}
	#searchResult ul li a div + div {
		width: 100%;
	}
	#searchResult ul li a div p:nth-child(3) {
		height: 14.5vw;
	}
	.itemImagesBlock {
		flex-direction: column;
		margin: 1em 0;
		padding-bottom: 1em;
	}
	.cartWrapper .itemImagesBlock {
		margin: 1em 0;
		padding-bottom: 1em;
	}
	.itemImagesBlock .mainSlide {
		margin-bottom: 0.5em;
	}
	.itemImagesBlock .cartSlide,
	.itemImagesBlock .cartSlide .slick-list,
	.itemImagesBlock .cartSlide li {
		width: 92vw!important;
		height: 92vw!important;
	}
	.itemImagesBlock .cartSlide li {
		position: absolute!important;
		top: 0!important;
		left: 0!important;
	}
	.itemImagesBlock .cartAddSlide,
	.itemImagesBlock .cartAddSlide .slick-list,
	.itemImagesBlock .cartAddSlide li {
		width: 81vw!important;
		height: 81vw!important;
	}
	.itemImagesBlock .cartSlideNav,
	.itemImagesBlock .cartSlideNav .slick-list {
		width: 92vw!important;
		height: inherit!important;
	}
	.itemImagesBlock .cartAddSlideNav,
	.itemImagesBlock .cartAddSlideNav .slick-list {
		width: 81vw!important;
		height: inherit!important;
	}
	.itemImagesBlock .cartSlideNav .slick-list li {
		width: 16.96vw!important;
		height: 16.96vw!important;
	}
	.itemImagesBlock .cartSlideNav .slick-list li {
		margin: 0 1.5vw 2% 0;
	}
	.itemImagesBlock .cartSlideNav .slick-list li:nth-child(4n) {
		margin: 0 1.5vw 2% 0!important;
	}
	.itemImagesBlock .cartSlideNav .slick-list li:nth-child(5n) {
		margin: 0 0 2% 0!important;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li {
		width: 14.76vw!important;
		height: 14.76vw!important;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li {
		margin: 0 1.8vw 2% 0;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li:nth-child(4n) {
		margin: 0 1.8vw 2% 0!important;
	}
	.itemImagesBlock .cartAddSlideNav .slick-list li:nth-child(5n) {
		margin: 0 0 2% 0!important;
	}
	.itemImagesBlock .slideNav .slick-list li:hover img {
		border: 1px solid #d5d5d5;
	}
	.cartAddWrapper {
		padding: 2em 3% 1em;
	}
	.cartWrapper .sectionSubTitle {
		margin: 0 0 1em!important;
	}
	.cartWrapper .cartTag li {
		margin: 0 0.5em 0 0;
		padding: 0.25em 1em 0.2em;
	}
	.cartWrapper > .itemName.textLarge {
		margin: 0 0 0.25em;
	}
	.cartWrapper .cartSpecList {
		flex-direction: column;
	}
	.cartWrapper .cartSpecList li:not(:last-child)::after {
	  content: "";
	  margin-left: 0;
	}
	.cartWrapper .cartSpecList + p,
	.cartWrapper .flexCartAddPreview + p {
		margin: 0;
	}
	.cartWrapper .btnBuy,
	.cartWrapper .linkText {
		margin: 1em 0!important;
	}
	.cartWrapper p + .btnBuy,
	.cartAddWrapper p + .btnBuy {
		margin: 0 0 1em!important;
	}
	.cartAddWrapper .btnBuy {
		margin: 0.5em 0!important;
	}
	
	.cartWrapper .flexCartAddPreview > div + div,
	.cartAddWrapper .flexCartAddPreview > div + div {
		width: 100%;
	}
	.cartWrapper .flexCartAddPreview > div + div div.dispSp > img,
	.cartAddWrapper .flexCartAddPreview > div + div div.dispSp > img {
		width: 100%;
		height: auto;
		border: 1px solid #d5d5d5;
		box-sizing: border-box;
	}
	.cartWrapper .flexCartAddPreview > div + div,
	.cartAddWrapper .flexCartAddPreview > div + div {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		flex-shrink: 0;
		list-style: none;
	}
	.cartWrapper .flexCartAddPreview > div + div > div,
	.cartAddWrapper .flexCartAddPreview > div + div > div {
		width: 30%;
	}
	.cartWrapper .flexCartAddPreview > div + div > div + div,
	.cartAddWrapper .flexCartAddPreview > div + div > div + div {
		width: 65%;
	}
	.cartWrapper .flexCartAddPreview > div + div ul,
	.cartAddWrapper .flexCartAddPreview > div + div ul {
		width: 100%;
		margin-top: 0.5em;
	}
	.cartWrapper .flexCartAddPreview > div + div .btnBuy,
	.cartAddWrapper .flexCartAddPreview > div + div .btnBuy {
		width: 100%;
	}
	
	.toggleWrapper > .toggleContents.deactive {
	  height: 4.5em;
	}
	.itemImagesBlock + .articleSection > .toggleWrapper > .toggleContents::before {
	  height: 2em;
	}
	.itemImagesBlock + .articleSection > .toggleWrapper > .toggleContents.deactive::before {
	  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
	  background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
	}
	.itemInfo .breadCrumbs,
	.itemInfo .breadBland + h1 {
		margin-top: 1em;
	}
	.itemInfo .breadChara + .breadChara,
	.itemInfo .breadBland + .breadBland {
		margin-top: 0.5em!important;
	}
	.asideSection .flexList4 li:nth-child(odd) {
		margin-right: 4%;
	}
	.asideSection .flexList4 li:nth-child(n + 5) {
		display: none;
	}
	.asideSection .flexListNews > li {
		margin-right: 0;
	}
	.asideSection .flexListNews > li:nth-child(odd) {
		margin-right: 4%;
	}
	.articleSection > h2,
	.articleSection div p {
		margin-bottom: 6%;
	}
	.articleSection div h3 + h3 {
		margin-top: 6%;
	}
	.articleSection .btnSpecialLink {
		margin-top: 6%;
	}
	.articleSection .btnViewAll {
		width: 72%;
		margin-top: 6%;
	}
	.articleSection .insideWrapper div + .sectionSubTitle {
		margin-top: 3em;
	}
	#goBack a,
	#goBack a:hover {
		right: 4%;
		bottom: 2%;
	}
}
/*20210915追加*/
.text34 {
	font-size: 34px;
}
.text30 {
	font-size: 30px;
}
.text24 {
	font-size: 24px;
}
.text20 {
	font-size: 20px;
}
.text18 {
	font-size: 18px;
}
.text16 {
	font-size: 16px;
}
.text14 {
	font-size: 14px;
}
.text12 {
	font-size: 12px;
}
.text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	.text34 {
		font-size: 2.65625vw;
	}
	.text30 {
		font-size: 2.34375vw;
	}
	.text24 {
		font-size: 1.875vw;
	}
	.text20 {
		font-size: 1.5625vw;
	}
	.text18 {
		font-size: 1.40625vw;
	}
	.text16 {
		font-size: 1.25vw;
	}
	.text14 {
		font-size: 1.09375vw;
	}
	.text12 {
		font-size: 0.9375vw;
	}
}
@media screen and (max-width: 800px) {
	.text34 {
		font-size: 6.8vw;
	}
	.text30 {
		font-size: 6vw;
	}
	.text24 {
		font-size: 4.8vw;
	}
	.text20 {
		font-size: 4vw;
	}
	.text18 {
		font-size: 3.6vw;
	}
	.text16 {
		font-size: 3.2vw;
	}
	.text14 {
		font-size: 2.8vw;
	}
	.text12 {
		font-size: 2.4vw;
	}
}
.lineHeight100 {
	line-height: 1;
}
.lineHeight110 {
	line-height: 1.1;
}
.lineHeight160 {
	line-height: 1.6;
}
.lineHeight190 {
	line-height: 1.9;
}
.marginTopHalf {
	margin-top: 0.5em!important;
}
.marginTop1em {
	margin-top: 1em!important;
}
.marginTop2em {
	margin-top: 2em!important;
}
.marginTop3em {
	margin-top: 3em!important;
}
.marginTop4em {
	margin-top: 4em!important;
}
.marginTopAuto {
	margin-top: auto!important;
}
.marginRightHarf {
	margin-right: 0.5em!important;
}
.marginTopMinus1em {
	margin-top: -1em!important;
}
.paddingTop2em {
	padding-top: 2em;
}
#contact .flexList2 > li {
	position: relative;
	padding: 1em;
	align-items: stretch;
	background-color: #20ae03;
	border-radius: 0.5em;
	box-sizing: border-box;
}
#contact .flexList2 > li:hover {
	background-color: #17c804;
}
#contact .flexList2 > li + li {
	background-color: #ff7eaa;
}
#contact .flexList2 > li + li:hover {
	background-color: #ff91b7;
}
#contact .flexList2 > li > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contact .flexList2 > li > span {
	display: block;
}
#contact .flexList2 > li > span + span {
	padding-top: 0.5em;
	border-top: 2px dotted #fff;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
}
@media screen and (max-width: 800px) {
	#contact .flexList2 > li + li {
		margin-top: 1em;
	}
}

/*20220210追記*/
.itemFavWrapper {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	
	height: 4em;
}
.itemFavWrapper > div:nth-child(1) {
	position: relative;
	width: 10em;
	height: 4em;
	box-sizing: border-box;
}
.itemFavWrapper > div:nth-child(1) > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 4em;
	background-image: url("../images/iconFavOff.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 3.5em auto;
	box-sizing: border-box;
}
.itemFavWrapper > div:nth-child(1) > a.favResult,
.itemFavWrapper > div:nth-child(1) > a:hover {
	background-image: url("../images/iconFavOn.svg");
}
.itemFavWrapper > div:nth-child(1) > a > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 4em;
	white-space: nowrap;
	transform: translateY(-50%);
}
.itemFavWrapper > div:nth-child(2) {
	position: relative;
}
.itemFavWrapper > div:nth-child(2) > a {
	display: block;
	position: relative;
	width: 100%;
	height: 2em;
	padding: 0.5em 1em 0.5em 2.5em;
	color: #fff!important;
	background-color: #fe4700;
	background-image: url("../images/iconInfo.svg");
	background-position: left 0.5em center;
	background-repeat: no-repeat;
	background-size: 1.5em auto;
	border-radius: 2em;
	box-sizing: border-box;
}
.popupContentsWrapper {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	background-color: #fff;
	box-sizing: border-box;
}
.popupContentsWrapper .titleWithIcon {
	position: relative;
	padding-top: 5em;
	background-image: url("../images/iconFavOff.svg");
	background-position: right 46% top;
	background-repeat: no-repeat;
	background-size: auto 5em;
}

.popupContentsWrapper .titleWithIcon.favResult::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5em;
	background-image: url("../images/iconFavOn.svg");
	background-position: right 46% top;
	background-repeat: no-repeat;
	background-size: auto 5em;
	opacity: 0;
	animation: fadeIn 0.25s linear 0.3s forwards;
}
/*animation*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.popupContentsWrapper .btnBuy {
	width: 48%;
}
.popupContentsWrapper .btnBuy a {
	padding: 0;
}
.popupContentsWrapper .btnBuy a span {
	display: inline-block;
	width: auto;
	padding-right: 2em;
	background-color: transparent;
	background-image: url("../images/iconArrowWhite.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 2em;
}
.popupContentsWrapper .linkWithArrow {
	display: inline-block;
	width: auto;
	padding-right: 2em;
	background-image: url("../images/iconArrowOrange.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 2em;
}
.floationgFav .floationgFavWrapper {
	position: fixed;
	right: 4%;
	bottom: 30px;
	width: 8em;
	height: 8em;
	max-width: 600px;
	padding: 1em;
	background-color: #fff;
	border: 3px solid #fe4700;
	border-radius: 8px;
	box-sizing: border-box;
	z-index: 100;
	overflow: hidden;
}
.floationgFav .flexBlock {
	align-items: center;
	transition: all 0.5s ease-out;
}
.floationgFav .flexBlock:hover {
	width: 100%;
	transition: all 0.15s ease-out;
}
.floationgFav .floationgFavWrapper > div:nth-child(1) {
	width: 6em;
	height: 6em;
	box-sizing: border-box;
}
.floationgFav .floationgFavWrapper > div:nth-child(1) > a {
	display: block;
	padding-top: 5em;
	background-image: url("../images/iconFavOff.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 4.5em;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.floationgFav .floationgFavWrapper > div:nth-child(1) > a:hover,
.floationgFav .floationgFavWrapper > div:nth-child(1) > a.favResult {
	background-image: url("../images/iconFavOn.svg");
	transition: all 0.15s ease-out;
}
.floationgFav .flexBlock > div:nth-child(2) {
	opacity: 0;
	width: 0;
	height: 6em;
	box-sizing: border-box;
	pointer-events: none;
	overflow: hidden;
	transition: all 0.15s ease-out;
}
.floationgFav .flexBlock:hover > div:nth-child(2) {
	opacity: 1;
	width: calc(100% - 6em);
	height: 6em;
	padding-left: 1em;
	box-sizing: border-box;
	pointer-events: auto;
	overflow: hidden;
}
.floationgFav .btnBuy a {
	padding: 0;
}
.floationgFav .btnBuy a span {
	display: inline-block;
	width: auto;
	padding-right: 2em;
	background-color: transparent;
	background-image: url("../images/iconArrowWhite.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 2em;
}
@media screen and (max-width: 800px) {
	.floationgFav .floationgFavWrapper {
		right: 0;
		bottom: 0;
		height: auto;
	}
	.floationgFav .flexBlock {
		width: 100%;
	}
	.floationgFav .flexBlock > div:nth-child(2) {
		opacity: 1;
		width: calc(100% - 6em);
		height: auto;
		padding-left: 1em;
		box-sizing: border-box;
		pointer-events: auto;
		overflow: hidden;
	}
}
.flexItemListFavWrapper {
	align-items: stretch;
}
.flexItemListFavWrapper .flexItemListFavText {
	display: block;
	width: 75%;
	box-sizing: border-box;
}
.flexItemListFavWrapper .flexItemListFavText span {
	display: block;
}
.flexItemListFavWrapper .flexItemListFavIcon {
	display: block;
	width: 24%;
	box-sizing: border-box;
}
.flexItemListFavWrapper .flexItemListFavIcon > a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/iconFavOff.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 94% auto;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.flexItemListFavWrapper .flexItemListFavIcon > a:hover,
.flexItemListFavWrapper .flexItemListFavIcon > a.favResult {
	background-image: url("../images/iconFavOn.svg");
	transition: all 0.15s ease-out;
}
.favList li {
	position: relative;
}
.favList .favIconList {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2.5em;
	height: 2em;
	margin-top: 0;
	background-image: url("../images/iconFavOff.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 1.5em;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.favList .favIconList:hover,
.favList .favIconList.favResult {
	background-image: url("../images/iconFavOn.svg");
	transition: all 0.15s ease-out;
}
.favList .favIconList + a {
	display: inline-block;
	min-height: 2em;
	margin-top: 0;
	padding-left: 2.5em;
}