@charset 'UTF-8';

html{
	font-size: 62.5%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #353535;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background-color: #fff;
}
body::before {
	display: block;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../../images/renewal2023/_bg/bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
img.cover {
	width: 100%;
	height: auto;
}
.dispPc,
.dispWide {
	display: block;
}
.dispSp,
.dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.dispPc,
	.dispWide {
		display: none;
	}
	.dispSp,
	.dispNarrow {
		display: block;
	}
}
.deactive {
	opacity: 0.5;
}
.deactive a {
	pointer-events: none;
}
::selection {
	color: #fff;
	background-color: #fc5332;
}
/* 文字組 */
.alignCenter {
	text-align: center;
}
.alignCenter > .blockCenter {
	display: inline-block;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.fontEn {
	font-family: ofelia-text, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* 太字 */
.textBold {
	font-weight: 700;
}
.textNormal {
	font-weight: 400;
}
.textIndent {
	display: block;
	text-indent: 1em;
}
.textAttention,
.attentionList > li {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.textEllipsis {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.textEllipsis2lines {
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.textEllipsis3lines {
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/* 行間 */
.popupContents,
.lineHeight100 {
	line-height: 1;
}
.lineHeight125 {
	line-height: 1.25;
}
.lineHeight150 {
	line-height: 1.5;
}
.lineHeight175 {
	line-height: 1.75;
}
.lineHeight200 {
	line-height: 2;
}
.letterSpacing0 {
	letter-spacing: 0;
}
.marginTopAuto {
	margin-top: auto!important;
}

/* 上方向間隔調整 */
.marginTop0 {
	margin-top: 0!important;
}
.marginTopHalf {
	margin-top: 0.5em!important;
}
.post p + p {
	margin-top: 1em;
}
.marginTop1 {
	margin-top: 1em!important;
}
.marginTop1half {
	margin-top: 1.5em!important;
}
.marginTop2 {
	margin-top: 2em!important;
}
#freespaceTop {
	margin-top: 2em;
}
.marginTop3 {
	margin-top: 3em!important;
}
.marginTop4 {
	margin-top: 4em!important;
}
#freespaceBottom {
	margin-top: 4em;
}
.marginTop5 {
	margin-top: 5em!important;
}
.marginTop6 {
	margin-top: 6em!important;
}
.paddingVertical1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
.paddingVertical2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
.paddingVertical3 {
	padding-top: 3em;
	padding-bottom: 3em;
}
.paddingHorizontal1 {
	padding-left: 1em;
	padding-right: 1em;
}
.paddingHorizontal2 {
	padding-left: 2em;
	padding-right: 2em;
}
.paddingHorizontal3 {
	padding-left: 3em;
	padding-right: 3em;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.fronPage .swiper-wrapper.marginTop4 {
		margin-top: 2em!important;
	}
	.fronPage .btn.marginTop4,
	.breadCrumbs + .marginTop4 {
		margin-top: 1em!important;
	}
	.popupContents .paddingVertical3 {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.popupContents .paddingHorizontal3 {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}
/* 文字サイズ */
.text93 {
	font-size: 9.3rem;
}
.text72 {
	font-size: 7.2rem;
}
.text42 {
	font-size: 4.2rem;
}
.textLarge,
.text30 {
	font-size: 3rem;
}
.text24 {
	font-size: 2.4rem;
}
.text21 {
	font-size: 2.1rem;
}
.textRegular,
.text18 {
	font-size: 1.8rem;
}
.popupContents,
.text15 {
	font-size: 1.5rem;
}
.textSmall,
.text12 {
	font-size: 1.2rem;
}
.text0 {
	font-size: 0;
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	.text93 {
		font-size: 6.2vw;
	}
	.text72 {
		font-size: 4.8vw;
	}
	.text42 {
		font-size: 2.8vw;
	}
	.textLarge,
	.text30 {
		font-size: 2vw;
	}
	.text24 {
		font-size: 1.6vw;
	}
	.text21 {
		font-size: 1.4vw;
	}
	.textRegular,
	.text18 {
		font-size: 1.2vw;
	}
	.popupContents,
	.text15 {
		font-size: 1vw;
	}
	.textSmall,
	.text12 {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.text93 {
		font-size: 9.3vw;
	}
	.text72 {
		font-size: 7.2vw;
	}
	.text42 {
		font-size: 5.2vw;
	}
	.textLarge,
	.text30 {
		font-size: 5vw;
	}
	.scheduleDayEnd .text30,
	.text24 {
		font-size: 3.2vw;
	}
	.text21 {
		font-size: 3vw;
	}
	.textRegular,
	.text18 {
		font-size: 2.8vw;
	}
	.popupContents,
	.text15 {
		font-size: 2.5vw;
	}
	.textSmall,
	.text12 {
		font-size: 2.3vw;
	}
}
/*枠組み*/
.widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.boxRadius {
	border-radius: 2em;
}
@media screen and (max-width: 1240px){
	.widthWrapper {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.boxRadius {
		border-radius: 1em;
	}
}
/*flexbox指定*/
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	margin: 0 auto;
}
.flexColumn {
	flex-direction: column;
}
.flexStart {
	justify-content: flex-start;
}
.flexBetween {
	justify-content: space-between;
}
.flexEnd {
	justify-content: flex-end;
}
.flexStretch {
	align-items: stretch;
}
.flexAlignCenter {
	align-items: center;
}
.flexReverse {
	flex-direction: row-reverse;
}
.flexNoWrap {
	flex-wrap: nowrap;
}
.flexSplit {
	width: 50%;
	padding-left: 0.8vw;
	padding-right: 0.8vw;
	box-sizing: border-box;
}
.flexList3 {
	width: 33.333333%;
	padding-left: 0.6vw;
	padding-right: 0.6vw;
	box-sizing: border-box;
}
.flexList4 {
	width: 25%;
	padding-left: 0.6vw;
	padding-right: 0.6vw;
	box-sizing: border-box;
}
.flexList5 {
	width: 20%;
	padding-left: 0.6vw;
	padding-right: 0.6vw;
	box-sizing: border-box;
}
.flexHeightAdjust > li,
.flexHeightAdjust > span.logo {
	width: auto;
	height: 57px;
}
.flexHeightAdjust > span {
	display: block;
}
.flexHeightAdjust > li img.cover,
.flexHeightAdjust > span img.cover {
	width: auto;
	height: 100%;
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	.flexHeightAdjust > li,
	.flexHeightAdjust > span.logo {
		height: 5vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.flexSplit {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.flexList3,
	.flexList4 {
		width: 50%;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.flexList5 {
		width: 33.333333%;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.flexHeightAdjust > li {
		height: 9vw;
		margin-top: 1.5em;
	}
	.flexHeightAdjust > span {
		height: 9vw;
		margin-top: 0.5em;
	}
	.flexHeightAdjust > span.logo {
		height: 8vw;
		padding-bottom: 3vw;
	}
	.flexHeightAdjust > li:nth-child(3) {
		margin-left: 4em;
	}
	.flexHeightAdjust > li.paddingHorizontal1:nth-child(3) {
		margin-left: 0;
	}
}
/*リンク装飾*/
a {
	color: #353535;
	text-decoration: none;
	transition: all 0.5s ease;
}
a.hover {
	color: #fc5332;
	text-decoration: none;
	transition: all 0.15s ease;
}
a.hoverOpacity {
	opacity: 1;
	transition: all 0.5s ease;
}
a.hoverOpacity.hover {
	opacity: 0.75;
	transition: all 0.15s ease;
}
a.textLinkWithArrow {
	display: inline-block;
	color: #fc5332;
	padding-right: 1.5em;
	background-image: url("../../images/renewal2023/_svg/iconArrowDotOrange.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.25em;
}
a.textLinkWithArrow > span {
	display: block;
	position: relative;
	padding-bottom: 0.25em;
}
a.textLinkWithArrow > span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fc5332;
	transition: all 0.5s ease;
}
a.textLinkWithArrow.hover > span::before {
	animation: kvSliderGage 0.25s linear 0.01s forwards;
}
/*文字色*/
.textDark {
	color: #141414;
}
.textGray,
.textGray a {
	color: #2d2d2d;
}
.textWhite,
.textWhite a {
	color: #fff;
}
.textOrange {
	color: #fc5332;
}
#campaign .bgWithImage .textOrange {
	color: #fc8332;
}
a.textLink {
	text-decoration: underline;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	a.textLink {
		color: #fc5332;
	}
}
/*背景色*/
.bgWhite {
	background-color: #fff;
}
.bgGray {
	background-color: #ededed;
}
.bgWithImage {
	position: relative;
	max-width: 94%;
	width: calc(calc(calc(100% - 1200px) / 2) + 1410px);
	padding: 8em 3em 5.4em 5.4em;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 100px 100px 0;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
.layoutReverse .bgWithImage {
	border-radius: 100px 0 0 100px;
	margin-left: auto;
}
.bgWithImageWide,
.seriesWrapper .contentsWrapper {
	position: relative;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
.bgWithImage .contentsWrapper {
	/*
	width: 90%;
	*/
	width: 100%;
	padding-right: 10%;
	overflow: hidden;
	box-sizing: border-box;
}
#newItems .bgWithImage {
	background-image: url("../../images/renewal2023/_bg/bgNewItems.png");
}
#blog .bgWithImage {
	background-image: url("../../images/renewal2023/_bg/bgBlog.png");
}
#onlineshop .bgWithImage {
	background-image: url("../../images/renewal2023/_bg/bgOnlineShop.png");
}
#campaign .bgWithImage {
	background-image: url("../../images/renewal2023/_bg/bgCampaign.png");
}

#weeklySchedule.bgWithImageWide {
	background-image: url("../../images/renewal2023/_bg/bgWeeklySchedule.png");
}
.seriesWrapper .contentsWrapper {
	padding: 5em 0;
}

#brandAndCharacters .contentsWrapper {
	background-image: url("../../images/renewal2023/_bg/bgBrandAndCharacters.png");
}
#brand .contentsWrapper {
	background-image: url("../../images/renewal2023/_bg/bgBrand.png");
}
#characters .contentsWrapper {
	background-image: url("../../images/renewal2023/_bg/bgCharacters.png");
}
@media screen and (max-width: 1240px){
	.bgWithImage{
		border-radius: 0 6.6vw 6.6vw 0;
	}
	.layoutReverse .bgWithImage{
		border-radius: 6.6vw 0 0 6.6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.bgWithImage {
		width: 96%;
		padding: 8em 4vw 9vw 4vw;
		background-attachment: scroll;
		border-radius: 0 10vw 10vw 0;
	}
	.layoutReverse .bgWithImage {
		border-radius: 10vw 0 0 10vw;
	}
	.bgWithImageWide,
	.seriesWrapper .contentsWrapper {
		background-attachment: scroll;
		background-size: 200% auto;
	}
}
/*titles*/
.boxWrapper {
	position: relative;
	margin-top: 9em;
	padding-top: 5.5em;
}
.seriesWrapper.boxWrapper:not(#brandAndCharacters) {
	margin-top: 3em;
	padding-top: 0;
}
.sectionTitle.bgWhite {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.5em 3em 1.5em 5.4em;
	border-radius: 0 1000px 1000px 0;
	z-index: 11;
}
.layoutReverse .sectionTitle.bgWhite {
	left: inherit;
	right: 0;
	text-align: right;
	padding: 1.5em 5.4em 1.5em 3em;
	border-radius: 1000px 0 0 1000px;
}
.seriesWrapper.boxWrapper:not(#brandAndCharacters) .sectionTitle {
	position: absolute;
	top: 30px;
	left: calc(calc(100% - 1200px) / 2);
	z-index: 11;
}
.sectionTitle > span {
	display: block;
}
.titleWithIcon {
	position: relative;
	padding-top: 5em;
	background-image: url("../../images/renewal2023/_svg/iconFavOff.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 5em;
}
.titleWithIcon.favResult {
	background-image: url("../../images/renewal2023/_svg/iconFavOn.svg");
}
.popupContents .titleWithIcon + div.alignCenter > .blockCenter {
	max-width: 60vw;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.boxWrapper {
		margin-top: 10vw;
		padding-top: 4em;
	}
	.seriesWrapper.boxWrapper:not(#brandAndCharacters) {
		margin-top: 0;
	}
	.sectionTitle.bgWhite {
		padding: 1.5em 3em 1.5em 6vw;
	}
	.layoutReverse .sectionTitle.bgWhite {
		padding: 1.5em 6vw 1.5em 3em;
	}
	.seriesWrapper.boxWrapper:not(#brandAndCharacters) .sectionTitle {
		top: 6vw;
		left: 4vw;
	}
	.popupContents .titleWithIcon + div.alignCenter > .blockCenter {
		max-width: inherit;
	}
}
/*icon*/
.icon {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	border-radius: 1000px;
}
.iconSearch {
	background-image: url("../../images/renewal2023/_svg/iconSearch.svg");
}
.iconBlank {
	display: inline-block;
	vertical-align: bottom;
	width: 1.5em;
	height: 1em;
	background-image: url("../../images/renewal2023/_svg/iconBlankOrange.svg");
	background-size: auto 95%;
}
.iconArrow {
	display: inline-block;
	width: 1.25em;
	height: 1em;
	background-image: url("../../images/renewal2023/_svg/iconArrowDotDownOrange.svg");
	background-position: right bottom;
	background-size: contain;
}
.iconFav {
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconFavOff.svg");
	transition: all 0.5s ease;
}
.iconFav.favResult,
.iconFav.hover  {
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconFavOn.svg");
	transition: all 0.15s ease;
}
.favListBlock .flexList3 {
	position: relative;
	padding-left: 3em;
}
.favListBlock .flexList3 .iconFav {
	position: absolute;
	top: -0.25em;
	left: 0.5em;
	width: 2em;
	height: 2em;
	background-color: transparent;
	background-size: contain;
}
.btn > a,
.btn > span {
	display: block;
	position: relative;
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 2em;
	color: #fff;
	background-color: #fc5332;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: 1em;
	border: 4px solid #fc5332;
	border-radius: 3em;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
.btn.btnWhite > a,
.btn.btnWhite > span {
	color: #fc5332;
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconArrowOrange.svg");
	border: 4px solid #dfdfdf;
}
.btn.btnGray > a,
.btn.btnGray > span {
	color: #fff;
	background-color: #7d7d7d;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	border: 4px solid #7d7d7d;
}
.btn > a.hover,
.btn > span.hover {
	color: #fc5332;
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconArrowOrange.svg");
	background-position: right 0.5em center;
	transition: all 0.15s ease;
}
.btn.btnWhite > a.hover,
.btn.btnWhite > span.hover {
	color: #fff;
	background-color: #fc5332;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
}
.btn.btnGray > a.hover,
.btn.btnGray > span.hover {
	color: #fff;
	background-color: #a6a6a6;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	border-color: #a6a6a6;
}
/*.itemDetailWrapper */.btn.btnFav {
	width: 33.333333%;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.005em;
}
.btn.btnFav + .btn.btnFav {
	margin-left: 1.5em;
}
.btn.btnFav > a {
	width: 100%;
	color: #fc5332;
	padding: 2em 0.5em;
	background-color: #fff;
	border: none;
	border-radius: 0.6vw;
}
.btn.btnFav > a.hover,
.btn.btnFavAdd.active > a {
	color: #fff;
	background-color: #fc5332;
	border: none;
}
.btn.btnFav.btnFavAdd > a {
	padding: 2em 1em 2em 4.5em;
	background-image: url("../../images/renewal2023/_svg/iconFavOff.svg");
	background-position: left 1.5em center;
	background-repeat: no-repeat;
	background-size: auto 55%;
}
.btn.btnFav.btnFavAdd > a.hover,
.btn.btnFav.btnFavAdd.active > a {
	background-image: url("../../images/renewal2023/_svg/iconFavHover.svg");
}
.itemDetailBtnList .btn {
	width: 46%;
	margin-left: 0;
	margin-right: 0;
}
.btn.btnBuyRecommend {
	width: 100%;
}
.flexItemOrder .btn.btnBuy > a,
.flexItemOrder .btn.btnBuy > span {
	margin-left: 0;
}
.itemDetailBtnList .btn > a {
	width: 100%;
	padding: 1.5em 3em;
}
.popupContents .itemDetailBtnList .btn > a {
	padding: 1em 2em;
}
.btn.btnBuy > a,
.btn.btnBuy > span {
	position: relative;
	color: #fff;
	padding: 1.5em 2em;
	background-color: #0091e4;
	background-image: url("../../images/renewal2023/_svg/iconCartWhite.svg");
	background-position: right 2em center;
	background-repeat: no-repeat;
	background-size: 1.5em;
	border: 2px solid #0091e4;
}
.btn.btnBuy.deactive > a,
.btn.btnBuy > span {
	background-color: #7d7d7d;
	border-color: #7d7d7d;
	opacity: 1;
	pointer-events: none;
}
.btn.btnBuy > a.hover {
	color: #0091e4;
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconCartBlue.svg");
	background-position: right 2em center;
}
.itemDetailBtnList .btn.btnBuy > a,
.itemDetailBtnList .btn.btnBuy > a.hover {
	padding: 1.5em 3em;
	background-image: none;
}
.itemDetailBtnList .btn.btnBuy > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 1.5em;
	height: 1.5em;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.5s ease;
}
.itemDetailBtnList .btn.btnBuy > a.hover::before {
	background-image: url("../../images/renewal2023/_svg/iconArrowBlue.svg");
	transition: all 0.15s ease;
}
.itemDetailBtnList .btn.btnResearchs > a {
	background-image: url("../../images/renewal2023/_svg/iconResearchWhite.svg");
	background-position: right 1.5em center;
	background-size: 1.5em;
	border-width: 2px;
}
.btn.btnResearchs > a.hover {
	background-image: url("../../images/renewal2023/_svg/iconResearchOrange.svg");
	background-position: right 1.5em center;
	border-width: 2px;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.btn {
		width: 56vw;
	}
	.flexItemOrder .btn.btnBuy {
		margin-left: auto;
	}
}
.toggleBox .btn > a,
.toggleBox .btn > span,
.toggleBox .btn.btnWhite > a,
.toggleBox .btn.btnWhite > span,
.toggleBox .btn > a.hover,
.toggleBox .btn > span.hover,
.toggleBox .btn.btnWhite > a.hover,
.toggleBox .btn.btnWhite > span.hover {
	background-image: none;
}
.toggleBox .btn > a::before,
.toggleBox .btn > span::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1.5em;
	height: 1.5em;
	background-image: url("../../images/renewal2023/_svg/iconPlusWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.toggleBox .btn.btnWhite > a::before,
.toggleBox .btn.btnWhite > span::before {
	background-image: url("../../images/renewal2023/_svg/iconPlusOrange.svg");
}
.toggleBox .btn > a.hover::before,
.toggleBox .btn > span.hover::before {
	background-image: url("../../images/renewal2023/_svg/iconPlusOrange.svg");
	transition: all 0.15s ease;
}
.toggleBox .btn.btnWhite > a.hover::before,
.toggleBox .btn.btnWhite > span.hover::before {
	background-image: url("../../images/renewal2023/_svg/iconPlusWhite.svg");
}
.toggleBox .btn.active > a::before,
.toggleBox .btn.active > span::before {
	background-image: url("../../images/renewal2023/_svg/iconMinusWhite.svg");
}
.toggleBox .btn.btnWhite.active > a::before,
.toggleBox .btn.btnWhite.active > span::before {
	background-image: url("../../images/renewal2023/_svg/iconMinusOrange.svg");
}
.toggleBox .btn.active > a.hover::before,
.toggleBox .btn.active > span.hover::before {
	background-image: url("../../images/renewal2023/_svg/iconMinusOrange.svg");
}
.toggleBox .btn.btnWhite.active > a.hover::before,
.toggleBox .btn.btnWhite.active > span.hover::before {
	background-image: url("../../images/renewal2023/_svg/iconMinusWhite.svg");
}
/*qa*/
.toggleList dt {
	position: relative;
	padding: 1.25em 5em;
	border: 2px solid #c5c5c5;
	border-radius: 0.5em;
	box-sizing: border-box;
}
.toggleList dt::before {
	content: "Q.";
	position: absolute;
	left: 0.25em;
	top: -0.15em;
	font-size: 3rem;
	font-family: ofelia-text, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.toggleList dt .toggleBoxIcon {
	display: block;
	position: absolute;
	top: 1.25em;
	right: 0.5em;
	width: 2em;
	height: 2em;
	margin: 0;
}
.toggleList dt .toggleBoxIcon::before,
.toggleList dt .toggleBoxIcon::after {
	display: block;
	position: absolute;
	left: 0;
	width: 1.5em;
	height: 4px;
	background-color: #c5c5c5;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
.toggleList dt.active .toggleBoxIcon::before,
.toggleList dt.active .toggleBoxIcon::after {
	transition: all 0.15s ease;
}
.toggleList dt .toggleBoxIcon::before,
.toggleList dt .toggleBoxIcon::after {
	content: "";
}
.toggleList dt .toggleBoxIcon::before {
	top: 0.75em;
	transform: rotate(0deg);
}
.toggleList dt .toggleBoxIcon::after {
	top: 0.75em;
	transform: rotate(90deg);
}
.toggleList dt.active .toggleBoxIcon::before {
	display: none;
}
.toggleList dt.active .toggleBoxIcon::after {
	transform: rotate(180deg);
}
.toggleList dd {
	display: none;
	position: relative;
	padding: 1.25em 2em 1.25em 8em;
	box-sizing: border-box;
}
.toggleList dd::before {
	content: "A.";
	position: absolute;
	left: 1em;
	top: -0.15em;
	font-size: 3rem;
	font-family: ofelia-text, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #c5c5c5;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.toggleList dt {
		padding: 1.25em 3em 1.25em 5em;
	}
	.toggleList dt::before,
	.toggleList dd::before {
		font-size: 2rem;
	}
	.toggleList dt .toggleBoxIcon::before,
	.toggleList dt .toggleBoxIcon::after {
		height: 2px;
	}
	.toggleList dd::before {
		left: 0.7em;
	}
	.toggleList dd {
		padding: 1.25em 1em 1.25em 7em;
	}
}
.tagList.tagListWithArrow + .tagList.tagListWithArrow {
	margin-top: 1em;
}
.tagList li {
	display: inline-block;
	margin: 1em 0.5em 0;
}
.tagList.tagListWithArrow li:not(:last-child)::after {
	content: "＞";
	padding-left: 1em;
}
.tagList li.toggleClose,
.tagList li.toggleClear {
	width: 25%;
}
.tagList li > a,
.tagList li > span {
	display: inline-block;
	padding: 1em 1.5em;
	color: #fc5332;
	background-color: #fff;
	border-radius: 1000px;
	transition: all 0.5s ease;
}
.tagList li.toggleClose > span,
.tagList li.toggleClear > span {
	display: block;
	padding: 1em 2.5em;
	box-sizing: border-box;
	border: 2px solid;
}
.tagList li.toggleClose > span {
	color: #353535;
	background-color: #c5c5c5;
	border-color: #c5c5c5;
}
.tagList li.toggleClear > span {
	color: #c5c5c5;
	background-color: #fff;
	border-color: #c5c5c5;
}
.tagList li > a.hover,
.tagList li > span.hover,
.tagList li > a.selected,
.tagList li > span.selected {
	color: #fff;
	background-color: #fc5332;
	transition: all 0.15s ease;
}
.tagList li.toggleClose > span.hover {
	color: #c5c5c5;
	background-color: #353535;
	border-color: #353535;
}
.tagList li.toggleClear > span.hover {
	color: #353535;
	background-color: #c5c5c5;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.tagList li.toggleClose,
	.tagList li.toggleClear {
		width: 40%;
	}
}
/*header*/
.headerMargin {
	padding-top: 72px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.2rem;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: #f5f5f5;
	background-image: url("../../images/renewal2023/_svg/logoCandyHeader.svg");
	background-position: right 0.6vw center;
	background-repeat: no-repeat;
	background-size: 13.4vw auto;
	border-bottom: 1px solid #fc8332;
	z-index: 100;
}
header > h1 {
	width: 12rem;
	height: 7.2rem;
	background-image: url("../../images/renewal2023/_svg/logoCandy.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 85%;
}
header > h1 > a {
	display: block;
	width: 100%;
	height: 100%;
}
header > .headerCatch {
	display: block;
	width: 65vw;
	height: 3.6rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-left: 14vw;
	text-align: center;
	letter-spacing: 0.025em;
	box-sizing: border-box;
}
header > form {
	width: 22vw;
	height: 7.2rem;
	padding-top: 1.5rem;
	box-sizing: border-box;
}
header > form input {
	width: 16vw;
	height: 3.6rem;
	margin-left: 2.4rem;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 1000px;
	box-sizing: border-box;
	outline: none;
	vertical-align: top;
}
header > form input::placeholder {
	color: #a1a1a1;
}
header > form .iconSearch {
	display: inline-block;
	width: 3.6rem;
	height: 3.6rem;
	margin-left: 0.6rem;
	background-color: #fc5332;
	overflow: hidden;
}
header > form .iconSearch > button {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: inherit;
	border: none;
	outline: none;
}
@media screen and (max-width: 1240px) and (min-width: 801px) {
	.headerMargin{
		padding-top: 4.8vw;
	}
	header {
		height: 4.8vw;
	}
	header > h1 {
    width: 8vw;
    height: 4.8vw;
	}
	header > .headerCatch{
		width: 65vw;
    height: 2.4vw;
	}
	header > form {
    width: 22vw;
    height: 4.8vw;
    padding-top: 1vw;
	}
	header > form input {
    width: 16vw;
    height: 2.6vw;
    margin-left: 1.6vw;
	}
	header > form .iconSearch {
    width: 2.6vw;
    height: 2.6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.headerMargin {
		padding-top: 27vw;
	}
	header {
		height: 27vw;
		background-image: none;
	}
	header > h1 {
		width: 24vw;
		height: 22vw;
		background-size: auto 75%;
	}
	header > .headerCatch {
		width: 60vw;
		height: 27vw;
		margin-left: 0;
		padding-top: 6vw;
		padding-left: 0;
		font-size: 3vw;
		text-align: left;
	}
	header > form {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction: row;
		flex-shrink: 0;
		position: absolute;
		top: 5vw;
		right: 2vw;
		width: 75vw;
		height: 22vw;
		padding-top: 0;
		z-index: 105;
	}
	header > form input {
		width: 62vw;
		height: 10vw;
		margin-left: 0;
		padding: 0 1em;
		opacity:0;
		transition: 1s opacity;
		pointer-events: none;
	}
	header > form.active input {
		opacity: 1;
		pointer-events: all;
	}
	header > form .iconSearch {
		display: block;
		width: 10vw;
		height: 10vw;
		margin-left: 2vw;
		overflow: hidden;
	}
	header > form .iconSearch > button {
		display: none;
	}
	header > form.active .iconSearch > button {
		display: block;
	}
}
header + nav {
	position: fixed;
	top: 3.6rem;
	left: 8vw;
	width: 70vw;
	height: 3.6rem;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	z-index: 101;
}
header + nav > ul,
header + nav > ul > li,
header + nav > ul > li > a,
header + nav > ul > li > span {
	height: 3.6rem;
}
header + nav > ul > li {
	padding: 0 1.5em;
}
header + nav > ul > li > a,
header + nav > ul > li > span {
	display: block;
	position: relative;
	color: #353535;
	transition: all 0.5s ease;
}
header + nav > ul > li > a.hover,
header + nav > ul > li > span.hover {
	transition: all 0.15s ease;
}
header + nav > ul > li > a::before,
header + nav > ul > li > span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.68rem;
	background-color: #fc8332;
	transition: all 0.5s ease;
}
header + nav > ul > li > a.hover::before,
header + nav > ul > li > span.hover::before,
header + nav > ul > li.active > a::before,
header + nav > ul > li.active > span::before {
	width: 100%;
	transition: all 0.15s ease;
}
header + nav > ul > li > a span.dispWide,
header + nav > ul > li > span span.dispWide {
	display: inline-block;
}
header + nav > ul > li > a + .subMenu,
header + nav > ul > li > span + .subMenu {
	position: fixed;
	top: 7.2rem;
	left: 0;
	width: 100vw;
	padding: 2em 5vw;
	background-color: #fff;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: none;
	opacity: 0;
	transition: 1s opacity;
}
header + nav > ul > li.active > a + .subMenu,
header + nav > ul > li.active > span + .subMenu {
	pointer-events: auto;
	opacity: 1;
}
header + nav > ul > li > a + .subMenu .thumb,
header + nav > ul > li > span + .subMenu .thumb {
	box-sizing: border-box;
}
header + nav > ul > li > a + .subMenu .swiper-button-next,
header + nav > ul > li > a + .subMenu .swiper-button-prev,
header + nav > ul > li > span + .subMenu .swiper-button-next,
header + nav > ul > li > span + .subMenu .swiper-button-prev {
	top: 0;
	width: 5vw;
	height: 100%;
	margin: 0;
	background-color: #fff;
	box-sizing: border-box;
	transform: inherit;
}
header + nav > ul > li > a + .subMenu .swiper-button-prev,
header + nav > ul > li > span + .subMenu .swiper-button-prev {
	left: 0;
}
header + nav > ul > li > a + .subMenu .swiper-button-next,
header + nav > ul > li > span + .subMenu .swiper-button-next {
	left: inherit;
	right: 0;
}
header + nav > ul > li > a + .subMenu .swiper-button-next::after,
header + nav > ul > li > a + .subMenu .swiper-button-prev::after,
header + nav > ul > li > span + .subMenu .swiper-button-next::after,
header + nav > ul > li > span + .subMenu .swiper-button-prev::after {
	content: "";
	top: 50%;
	width: 3vw;
	height: 3vw;
	margin: 0;
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconArrowOrange.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	border: 2px solid #fc5332;
	border-radius: 1000px;
	box-sizing: border-box;
	z-index: 10;
}
header + nav > ul > li > a + .subMenu .swiper-button-prev::after,
header + nav > ul > li > span + .subMenu .swiper-button-prev::after {
	left: 1vw;
	transform: translateY(-50%) rotate(180deg);
}
header + nav > ul > li > a + .subMenu .swiper-button-next::after,
header + nav > ul > li > span + .subMenu .swiper-button-next::after {
	left: inherit;
	right: 1vw;
	transform: translateY(-50%);
}
header + nav > ul > li > a + .subMenu .thumb,
header + nav > ul > li > span + .subMenu .thumb {
	display: inline-block;
	width: 15vw;
	box-sizing: border-box;
}
header + nav > ul > li > a + .swiper-initialized .subMenu .thumb,
header + nav > ul > li > span + .swiper-initialized .subMenu .thumb {
	display: block;
}
@media screen and (max-width: 1240px) and (min-width: 801px) {
	header + nav {
    position: fixed;
    top: 2.4vw;
    left: 8vw;
    width: 70vw;
    height: 2.4vw;
	}
	header + nav > ul,
	header + nav > ul > li,
	header + nav > ul > li > a,
	header + nav > ul > li > span {
    height: 2.4vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	header + nav {
		top: 20vw;
		left: 0;
		width: 100vw;
		height: 6vw;
	}
	header + nav > ul,
	header + nav > ul > li,
	header + nav > ul > li > a,
	header + nav > ul > li > span {
		height: 7vw;
	}
	header + nav > ul > li > a::before,
	header + nav > ul > li > span::before {
		height: 1vw;
	}
	header + nav > ul > li > a span.dispWide,
	header + nav > ul > li > span span.dispWide {
		display: none;
	}
	header + nav > ul > li {
		padding: 0 0.7em;
		text-align: center;
		line-height: 3.05vw;
	}
	header + nav > ul > li:not(#navOnlineshop) {
		line-height: 7vw;
	}
	header + nav > ul > li > a + .subMenu,
	header + nav > ul > li > span + .subMenu {
		top: calc(27vw + 1px);
		max-height: calc(100dvh - 27vw);
		padding: 2em 10vw;
	}
	header + nav > ul > li > a + .subMenu .swiper-wrapper,
	header + nav > ul > li > span + .subMenu .swiper-wrapper {
		height: 130vw;
	}
	header + nav > ul > li > a + .subMenu .swiper-button-next,
	header + nav > ul > li > a + .subMenu .swiper-button-prev,
	header + nav > ul > li > span + .subMenu .swiper-button-next,
	header + nav > ul > li > span + .subMenu .swiper-button-prev {
		width: 10vw;
	}
	header + nav > ul > li > a + .subMenu .swiper-button-next::after,
	header + nav > ul > li > a + .subMenu .swiper-button-prev::after,
	header + nav > ul > li > span + .subMenu .swiper-button-next::after,
	header + nav > ul > li > span + .subMenu .swiper-button-prev::after {
		width: 8vw;
		height: 8vw;
		background-size: 60% auto;
		border: 2px solid #fc5332;
	}
	header + nav > ul > li > a + .subMenu .thumb,
	header + nav > ul > li > span + .subMenu .thumb {
		width: 26.666666vw;
	}
	header + nav > ul > li > a + .subMenu .btn.marginTop2,
	header + nav > ul > li > span + .subMenu .btn.marginTop2 {
		margin-top: 1em!important;
	}
	header + nav > ul > li > a + .subMenu .btn > a,
	header + nav > ul > li > span + .subMenu .btn > a {
		padding: 0.25em 2em;
	}
	header + nav > ul > li.subMenuToggle.active {
		position: relative;
	}
	header + nav > ul > li.subMenuToggle.active::before {
		display: block;
		content: "";
		position: fixed;
		top: calc(27vw + 1px);
		left: 0;
		width: 100%;
		height: calc(100dvh - 27vw);
		background-color: rgba(0,0,0,0.65);
		pointer-events: none;
	}
	body.subMenuOpen {
		overflow: hidden;
	}
}
/* bread crumbs */
.breadCrumbs {
	padding: 2em 0 1em;
	color: #717171;
	overflow-x: auto;
	white-space: nowrap;
}
.breadCrumbs + .breadCrumbs {
	padding: 0 0 1em;
}
.breadCrumbs li,
.breadCrumbs li span {
	display: inline-block;
}
.breadCrumbs li {
	padding-right: 0.1em;
}
.breadCrumbs li span {
	margin-right: 0.1em;
}
.breadCrumbs li:not(:last-child)::after {
	content: "＞";
}
/* sns */
#sns h2 span {
	display: block;
}
#sns .widthWrapper > .flexBlock > div {
	width: 47.5%;
}
#sns .widthWrapper > .flexBlock > div #twitterTimeline {
	height: 360px;
	border: 1px solid #cfd9de;
	border-radius: 12px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
#sns .widthWrapper .flexList3 {
	width: 30%;
}
#sns .widthWrapper .flexList3 > a {
	display: block;
	position: relative;
	width: 100%;
	line-height: 0;
	border-radius: 1000px;
	overflow: hidden;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#sns .widthWrapper > .flexBlock > div {
		width: 100%;
	}
	#sns .widthWrapper > .flexBlock > div #twitterTimeline {
		height: 75vw;
	}
}
.snsBlock {
	position: relative;
	width: 100%;
	overflow: visible;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 2px;
	line-height: 100%;
	display: block;
}
.floatingBlock {
	position: fixed;
	bottom: 0;
	padding: 1em;
	z-index: 30;
}
.floatingSns {
	left: 0;
}
.floatingSns li {
	width: 3.8vw;
	height: 3.8vw;
	padding: 0.3vw;
	box-sizing: content-box;
}
.floatingSns li a {
	position: relative;
	display: block;
	width: 3.8vw;
	height: 3.8vw;
	line-height: 0;
}
.floatingSns li a .icon {
	display: block;
	position: absolute;
	width: 3.8vw;
	height: 3.8vw;
	top: 0;
	left: 0;
	background-color: #fd762c;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 44% auto;
	border: 2px solid #fd762c;
	border-radius: 1000px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	overflow: hidden;
}
.floatingSns li a.hover .icon {
	background-color: #fff;
	transition: all 0.15s ease;
}
.floatingSns li a .iconX {
	background-image: url("../../images/renewal2023/_svg/iconXwhite.svg");
}
.floatingSns li a.hover .iconX {
	background-image: url("../../images/renewal2023/_svg/iconXorange.svg");
}
.floatingSns li a .iconInstagram {
	background-image: url("../../images/renewal2023/_svg/iconInstagramWhite.svg");
}
.floatingSns li a.hover .iconInstagram {
	background-image: url("../../images/renewal2023/_svg/iconInstagramOrange.svg");
}
.floatingGototop {
	right: 0;
}
.floatingGototop a {
	position: relative;
	display: block;
	width: 4vw;
	height: 4vw;
	line-height: 0;
}
.floatingGototop a .icon {
	display: block;
	position: absolute;
	width: 4vw;
	height: 4vw;
	top: 0;
	left: 0;
	background-color: #484848;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 33% auto;
	border: 2px solid #fc5332;
	border-radius: 1000px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	transform: rotate(-90deg);
	overflow: hidden;
}
.floatingGototop a.hover .icon {
	background-color: #fff;
	background-image: url("../../images/renewal2023/_svg/iconArrowOrange.svg");
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.floatingSns li {
		width: 11vw;
		height: 11vw;
		padding: 1vw 0.5vw;
	}
	.floatingSns li a,
	.floatingSns li a .icon {
		width: 11vw;
		height: 11vw;
	}
	.floatingGototop a,
	.floatingGototop a .icon {
		width: 12vw;
		height: 12vw;
	}
}
/*sitemap*/
#sitemap {
	margin-top: 10em;
}
#sitemap .flexBlock > ul {
	width: 25%;
}
#sitemap .flexBlock > ul > li + li {
	margin-top: 1em;
}
#sitemap .flexBlock > ul > li > a {
	display: block;
	padding-left: 2em;
	color: #2c2c2c;
	background-image: url("../../images/renewal2023/_svg/iconArrowDotOrange.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1em auto;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#sitemap .flexBlock > ul {
		width: 50%;
	}
	#sitemap .flexBlock > ul > li + li,
	#sitemap .flexBlock > ul:nth-child(n + 3) {
		margin-top: 2em;
	}
}
/*footer*/
footer {
	position: relative;
	background-color: #e1e1e1;
	box-sizing: border-box;
}
footer .flexBlock > li {
	padding: 0 2em;
}
footer .flexBlock > li > a {
	display: block;
	padding-left: 2em;
	color: #2c2c2c;
	background-image: url("../../images/renewal2023/_svg/iconArrowDotGray.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1em auto;
}
footer .logo {
	width: 268px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	footer .flexBlock {
		justify-content: space-between;
		width: 72%;
	}
	footer .flexBlock li:nth-child(n + 3) {
		margin-top: 1em;
	}
	footer .logo {
		width: 40vw;
	}
}
/*toggleBox*/
.toggleBox > dt {
	cursor: pointer;
}
.toggleBox > dd {
	display: none;
}
footer .toggleBox > dt {
	padding: 1em 0;
}
footer .toggleBox > dd  ul {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
footer .toggleBox > dd ul li {
	display: inline;
	padding-right: 1em;
	word-wrap: break-word;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	footer .toggleBox > dd  ul {
		width: 70%;
	}
}
/*YouTube*/
.movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	border-radius: 0.6vw;
	overflow: hidden;
}
.movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*thumb*/
.thumb {
	position: relative;
}
.thumb > a,
.thumb > a > span {
	position: relative;
	display: block;
}
.thumb > a {
	z-index: 1;
}
.thumb > a .thumbImage {
	line-height: 0;
	border-radius: 0.6vw;
	overflow: hidden;
}
.seriesWrapper .thumb > a .thumbImage {
	border-radius: 2.6vw;
}
a.flexItemOrder .thumbImage img,
a.flexSearchResult .thumbImage img,
.thumb > a .thumbImage img {
	transform: scale(1);
	transition: all 0.5s ease;
}
a.flexItemOrder.hover .thumbImage img,
.thumb.flexSplit > a.hover .thumbImage img {
	transform: scale(1.0625);
	transition: all 0.15s ease;
}
.itemList3 .thumb,
.itemList3weekleySchedule .thumb,
.itemList3x2 .thumb {
	display: inline-block;
	width: 33.44%;
}
.itemList3.swiper-initialized .thumb,
.itemList3weekleySchedule.swiper-initialized .thumb,
.itemList3x2.swiper-initialized .thumb {
	display: block;
}
.thumb.flexList3 > a.hover .thumbImage img,
.itemList3 .thumb > a.hover .thumbImage img,
.itemList3weekleySchedule .thumb > a.hover .thumbImage img,
.itemList3x2 .thumb > a.hover .thumbImage img  {
	transform: scale(1.03);
	transition: all 0.15s ease;
}
.itemList4 .thumb {
	display: inline-block;
	width: 25%;
}
.itemList4.swiper-initialized .thumb {
	display: block;
}
a.flexSearchResult.hover .thumbImage img,
.thumb.flexList4 > a.hover .thumbImage img,
.itemList4 .thumb > a.hover .thumbImage img,
.seriesList .thumb > a.hover .thumbImage img {
	transform: scale(1.04);
	transition: all 0.15s ease;
}
.thumb.flexList5 > a.hover .thumbImage img {
	transform: scale(1.05);
	transition: all 0.15s ease;
}
.thumb > a .thumbTitle {
	margin-top: 1em;
}
.thumb > a .thumbTitle.textEllipsis3lines {
	height: auto;
	max-height: 3.8em;
}
.thumbWithFav .thumb > a .thumbTitle.textEllipsis3lines {
	height: 3.8em;
}
.flexSearchResult .thumbSchedule {
	display: block;
	position: relative;
}
.flexSearchResult .thumbSchedule,
.thumb > a .thumbSchedule {
	padding-top: 2.5em;
}
.flexSearchResult .thumbSchedule::before,
.thumb > a .thumbSchedule::before {
	content: "";
	display: block;
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 4em;
	height: 1px;
	background-color: #fff;
}
.flexSearchResult .thumbSchedule.barOrange::before,
.thumb > a .thumbSchedule.barOrange::before {
	background-color: #fc5332;
}
.thumb > a .itemName,
.thumb > a .itemSchedule {
	width: 70%;
}
.thumb > a.iconFav {
	position: absolute;
	right: 0;
	bottom: 2em;
	width: 24%;
	z-index: 2;
}
.thumb.swiper-slide > a.iconFav {
	right: 40px;
}
.thumb.flexList4 > a.iconFav {
	right: 0.6vw;
}
.thumb.flexList5 > a.iconFav {
	right: 0.6vw;
	bottom: 3em;
}
.thumb > a.iconFav > span {
	padding-top: 100%;
}
@media screen and (max-width: 1240px){
	.thumb.swiper-slide > a.iconFav{
		right: 2.6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.itemList4 .thumb,
	.itemList3 .thumb,
	.itemList3x2 .thumb {
		width: 38.666666vw;
	}
	.itemList3weekleySchedule .thumb {
		width: 31.333333vw;
	}
	.thumb > a.iconFav {
		bottom: 4.5em;
	}
	.thumb.flexList4 > a.iconFav {
		right: 2vw;
		bottom: 3em;
	}
	.thumb.flexList5 > a.iconFav {
		right: 2vw;
		bottom: 5.25em;
	}
}
/*swiper*/
.subMenu .swiper-slide,
.boxWrapper .swiper-slide {
	padding-right: 40px;
	box-sizing: border-box;
}
.swiperNavBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 390px;
	height: 84px;
}
#characters .swiperNavBox,
#brand .swiperNavBox {
	top: 2.5em;
  right: 4.8em;
}
.layoutReverse .swiperNavBox {
	left: 0;
	right: auto;
}
.swiperNavBox .swiper-button-next,
.swiperNavBox .swiper-button-prev {
	left: inherit;
	width: 60px;
	height: 60px;
	margin: 0;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	border: 2px solid #fff;
	border-radius: 100px;
	box-sizing: border-box;
	transform: inherit;
}
#weeklySchedule .swiperNavBox .swiper-button-next,
#weeklySchedule .swiperNavBox .swiper-button-prev {
	background-image: url("../../images/renewal2023/_svg/iconArrowOrange.svg");
	border: 2px solid #fc5332;
}
.swiperNavBox .swiper-button-prev {
	top: 0;
	right: 75px;
	transform: rotate(180deg);
}
.layoutReverse .swiperNavBox .swiper-button-prev {
	left: 0;
	right: inherit;
}
.swiperNavBox .swiper-button-next {
	top: 0;
	right: 0;
}
.layoutReverse .swiperNavBox .swiper-button-next {
	left: 75px;
	right: inherit;
}
.swiperNavBox .swiper-button-next::after,
.swiperNavBox .swiper-button-prev::after {
	display: none;
}
.swiperNavBox .swiper-pagination {
	top: auto;
	bottom: 0;
}
#newItems .swiperNavBox .swiper-pagination,
#onlineshop .swiperNavBox .swiper-pagination {
	background: #656161;
}
#newItems .swiperNavBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
#onlineshop .swiperNavBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.seriesWrapper .swiperNavBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}
#blog .swiperNavBox .swiper-pagination,
#campaign .swiperNavBox .swiper-pagination {
	background: #767676;
}
#weeklySchedule .swiperNavBox .swiper-pagination {
	background: #9f9e9e;
}
#blog .swiperNavBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
#weeklySchedule .swiperNavBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
#campaign .swiperNavBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fc5332;
}
@media screen and (max-width: 1240px){
	.subMenu .swiper-slide,
	.boxWrapper .swiper-slide {
		padding-right: 2.6vw;
	}
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	.swiperNavBox{
		width: 26vw;
		height: 5.6vw;
	}
	.swiperNavBox .swiper-button-next, .swiperNavBox .swiper-button-prev{
		width: 4vw;
    height: 4vw;
	}
	.swiperNavBox .swiper-button-prev{
		right: 5vw;
	}
	.layoutReverse .swiperNavBox .swiper-button-next{
		left: 5vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.subMenu .swiper-slide {
		padding-left: 1.3vw;
		padding-right: 1.3vw;
	}
	.swiperNavBox {
		top: 5vw;
		right: 0;
		width: 39.2vw;
		height: 12vw;
	}
	.layoutReverse .swiperNavBox {
		left: 0;
		right: 0;
	}
	.swiperNavBox .swiper-button-next,
	.swiperNavBox .swiper-button-prev {
		width: 9vw;
		height: 9vw;
		border-radius: 20vw;
	}
	.swiperNavBox .swiper-button-prev {
		right: 11.5vw;
	}
	.layoutReverse .swiperNavBox .swiper-button-next {
		left: 11.5vw;
		right: inherit;
	}
	.swiperNavBox .swiper-pagination {
		top: 11vw;
	}
}
/*kv*/
#kv {
	padding-bottom: 1em;
	overflow: hidden;
	position: relative;
}
#kv .kvSlider {
	width: 100%;
	height: 35.25vw;
	box-sizing: border-box;
}
#kv .kvSlider .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 29;
	transition: 0.5s ease 1.5s;
}
#kv .kvSlider .loading img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 242.5px;
}
#kv .kvSlider.swiper-initialized .loading {
	opacity: 0;
	pointer-events: none;
}
#kv .kvSlider:not(.swiper-initialized) .swiper-wrapper{
	opacity: 0;
	pointer-events: none;
}
#kv .kvSlider .swiper-slide {
	position: absolute;
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
}
#kv .kvSlider > .swiper-wrapper > .swiper-slide + .swiper-slide {
	opacity: 0;
}
#kv .kvSlider.swiper-initialized .swiper-wrapper .swiper-slide + .swiper-slide {
	opacity: 1;
}
#kv .kvSlider.swiper-initialized .swiper-slide {
	position: relative;
	margin-left: auto;
	background-color: inherit;
}
#kv .kvSlider.swiper-initialized .swiper-slide a {
	opacity: 0.6;
	transition: all 0.5s ease;
}
#kv .kvSlider.swiper-initialized .swiper-slide.swiper-slide-active a {
	opacity: 1;
	transition: all 0.15s ease;
}
#kv .kvSlider.swiper-initialized .swiper-slide a.hover {
	opacity: 0.6;
	transition: all 0.15s ease;
}
#kv .kvSlider .swiper-button-next,
#kv .kvSlider .swiper-button-prev {
	top: 50%;
	width: 4vw;
	height: 4vw;
	margin: 0;
	background-color: #eee;
	background-image: url("../../images/renewal2023/_svg/iconArrowOrange.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30% auto;
	border: 2px solid #fff;
	border-radius: 2vw;
	box-sizing: border-box;
	transform: inherit;
	opacity: 1;
	transition: all 0.5s ease;
}
#kv .kvSlider .swiper-button-next.hover,
#kv .kvSlider .swiper-button-prev.hover {
	opacity: 0.6;
	transition: all 0.15s ease;
}
#kv .kvSlider .swiper-button-prev {
	left: 14.65vw;
	transform: translateY(-50%) rotate(180deg);
}
#kv .kvSlider .swiper-button-next {
	left: inherit;
	right: 14.65vw;
	transform: translateY(-50%);
}
#kv .kvSlider .swiper-button-next::after,
#kv .kvSlider .swiper-button-prev::after {
	display: none;
}
#kv .kvSliderThumb {
	position: relative;
	margin-top: 1em;
	width: 100%;
	height: 3.45vw;
	margin-left: auto;
	margin-right: auto;
}

#kv .kvSliderThumb .swiper-wrapper {
	width: fit-content;
	margin: 0 auto;
}

#kv .kvSliderThumb .swiper-slide {
	width: 7.142857vw;
	padding: 0 0.5vw;
	box-sizing: border-box;
}
#kv .kvSliderThumb .swiper-slide span {
	display: block;
	position: relative;
	line-height: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
#kv .kvSliderThumb .swiper-slide.swiper-slide-thumb-active span,
#kv .kvSliderThumb .swiper-slide span.hover {
	border: 1px solid #fc5332;
	transition: all 0.15s ease;
}
#kv .kvSliderThumb .swiper-slide.swiper-slide-thumb-active span::before,
#kv .kvSliderThumb .swiper-slide.swiper-slide-thumb-active span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
}
#kv .kvSliderThumb .swiper-slide.swiper-slide-thumb-active span::before {
	width: 100%;
	background-color: #787878;
	z-index: 1;
}
#kv .kvSliderThumb .swiper-slide.swiper-slide-thumb-active span::after {
	background-color: #fc5332;
	z-index: 2;
	animation: kvSliderGage 3s linear 0.01s forwards;
}
@keyframes kvSliderGage {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
#kv .kvSliderThumb .swiper-slide span picture {
	opacity: 1;
	transition: all 0.5s ease;
}
#kv .kvSliderThumb .swiper-slide.swiper-slide-thumb-active span picture,
#kv .kvSliderThumb .swiper-slide span.hover picture {
	opacity: 0.6;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#kv {
		padding-bottom: 1em;
		overflow: hidden;
	}
	#kv .kvSlider {
		height: 100vw;
	}
	#kv .kvSlider .swiper-slide {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	#kv .kvSlider .swiper-button-next,
	#kv .kvSlider .swiper-button-prev,
	#kv .kvSlider .swiper-button-next.hover,
	#kv .kvSlider .swiper-button-prev.hover {
		display: none;
	}
	#kv .kvSliderThumb {
		width: 100%;
		height: 18vw;
	}
	#kv .kvSliderThumb .swiper-wrapper {
		left: 0;
	}
	#kv .kvSliderThumb .swiper-slide {
		width: 20vw;
		padding: 0 1vw;
	}
}
/*information*/
#information dl dt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 9em;
	padding-right: 2em;
	box-sizing: border-box;
}
#information dl dt::before {
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	right: 1em;
	width: 1px;
	height: 1em;
	background-color: #fe6803;
}
#information dl dd {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	width: calc(100% - 10em);
}
/*newitems*/
#newItems .widthWrapper{
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 1500px;
}
#newItems .bgWithImage .contentsWrapper{
	position: relative;
	padding-top: 84px;
	margin-top: -84px;
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	#newItems .bgWithImage .contentsWrapper{
		padding-top: 6vw;
    margin-top: -6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#newItems .swiper-wrapper {
		height: 120vw;
	}
	#newItems .itemList4 .thumb {
		height: 60vw!important;
	}
	#newItems .bgWithImage .contentsWrapper{
		padding-top: 32vw;
    margin-top: -32vw;
	}
}
/*blog*/
#blog .widthWrapper{
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 1500px;
}
#blog .bgWithImage .contentsWrapper{
	position: relative;
	padding-top: 84px;
	margin-top: -84px;
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	#blog .bgWithImage .contentsWrapper{
		padding-top: 6vw;
    margin-top: -6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#blog .swiper-wrapper {
		height: 90vw;
	}
	#blog .itemList4 .thumb {
		height: 45vw!important;
	}
	#blog .bgWithImage .contentsWrapper{
		padding-top: 32vw;
    margin-top: -32vw;
	}
}
/*weeklySchedule*/
#weeklySchedule .widthWrapper{
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
#weeklySchedule.boxWrapper {
	padding-top: 9.5em;
	padding-bottom: 4.5em;
}
#weeklySchedule.boxWrapper .sectionTitle {
	top: 5em;
}
#weeklySchedule .scheduleBlock {
	flex: 1;
	margin-right: 54px;
}
#weeklySchedule .scheduleBlock > p {
	width: 240px;
	height: 336px;
	padding: 0 2em;
	background-image: url("../../images/renewal2023/_svg/iconCalendar.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
}
#weeklySchedule .scheduleBlock > p > span {
	display: block;
}
#weeklySchedule .scheduleBlock > p > span > span {
	display: inline-block;
}
#weeklySchedule .scheduleBlock > p > span.scheduleYear {
	padding-top: 1.2em;
}
#weeklySchedule .scheduleBlock > p > span.scheduleMonth {
	padding-top: 0.8em;
}
#weeklySchedule .scheduleBlock > p > span.scheduleDayFrom > span {
	width: 0.6em;
	height: 1em;
	background-image: url("../../images/renewal2023/_svg/iconCalendarArrow.svg");
	background-position: right bottom 0.1em;
	background-repeat: no-repeat;
	background-size: 0.4em auto;
}
#weeklySchedule .scheduleBlock > p > span.scheduleDayEnd {
	padding-top: 0.1em;
}
#weeklySchedule .boxRadius {
	display: inline-block;
	position: relative;
	width: calc(calc(calc(100% - 1500px) / 2) + 1152px);
	max-width: 76.8vw;
	padding: 8em 3em 5.4em 5.4em;
	border-radius: 100px 0 0 100px;
	box-sizing: border-box;
	overflow: hidden;
}
#weeklySchedule .boxRadius .contentsWrapper {
	width: 100%;
	padding-right: 10%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	padding-top: 84px;
	margin-top: -84px;
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	#weeklySchedule .scheduleBlock > p {
    width: 16vw;
    height: 22.4vw;
	}
	#weeklySchedule .boxRadius .contentsWrapper {
		padding-top: 6vw;
    margin-top: -6vw;
	}
	#weeklySchedule .boxRadius{
		border-radius: 6.6vw 0 0 6.6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#weeklySchedule.boxWrapper .sectionTitle {
		top: 3em;
	}
	#weeklySchedule .scheduleBlock {
		width: 30vw;
		margin-right: auto;
	}
	#weeklySchedule .scheduleBlock > p {
		width: 30vw;
		height: 40vw;
		padding: 0 1em;
	}
	#weeklySchedule .scheduleBlock > p > span.scheduleYear {
		padding-top: 1em;
		font-size: 4vw;
	}
	#weeklySchedule .scheduleBlock > p > span.scheduleDayFrom {
		padding-top: 0.1em;
		padding-right: 0.25em;
	}
	#weeklySchedule .scheduleBlock > p > span.scheduleDayEnd {
		padding: 0.1em 0.25em 0;
	}
	#weeklySchedule .boxRadius {
		width: 68vw;
		padding: 10em 1.4vw 2em 4vw;
		border-radius: 0 0 0 10vw;
		overflow: visible;
	}
	#weeklySchedule .boxRadius p.textOrange {
		position: absolute;
		top: 2.5em;
		left: -32vw;
		color: #fff;
	}
	#weeklySchedule .boxRadius .contentsWrapper {
		padding-right: 0;
		padding-top: 24vw;
    margin-top: -24vw;
	}
	#weeklySchedule .boxRadius .contentsWrapper .swiperNavBox {
		top: 8vw;
	}
	#weeklySchedule .boxRadius .contentsWrapper .swiper-wrapper.marginTop3 {
		margin-top: 1em!important;
		padding-bottom: 2em;
	}
}
/*onlineshop*/
#onlineshop .widthWrapper{
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 1500px;
}
#onlineshop .itemList3x2 .swiper-wrapper {
	height: 30vw;
}
#onlineshop .contentsWrapper{
	position: relative;
	padding-top: 84px;
	margin-top: -84px;
}
#onlineshop .shoplist{
	max-width: 840px;
	margin: 0 auto;
}
@media screen and (min-width: 1500px){
	#onlineshop .itemList3x2 .swiper-wrapper{
		max-height: 576px;
	}
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	#onlineshop .contentsWrapper{
		padding-top: 6vw;
    margin-top: -6vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#onlineshop .contentsWrapper{
		padding-top: 27vw;
		margin-top: -27vw;
	}
	#onlineshop .itemList3x2 .swiper-wrapper {
		height: 50vw;
	}
	#onlineshop .contentsWrapper + .contentsWrapper {
		padding-right: 0;
	}
	#onlineshop .contentsWrapper + .contentsWrapper .widthWrapper {
		width: 100%;
		padding: 1em 2em;
	}
	#onlineshop .flexHeightAdjust.marginTop3 {
		margin-top: 0!important;
	}
}
/*campaign*/
#campaign .widthWrapper{
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 1500px;
}
#campaign .bgWithImage .contentsWrapper {
	padding-right: 0;
	padding-left: 8%;
	position: relative;
	padding-top: 84px;
	margin-top: -84px;
}
#campaign .itemList3camp {
	height: 570px;
}
#campaign .itemList3camp .swiper-slide {
	display: inline-block;
	width: 52.5vw;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide {
	display: block;
	position: relative;
	padding: 10.87% 5% 0 25%;
	box-sizing: border-box;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active + .swiper-slide {
	padding: 10.87% 25% 0 5%;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active {
	padding: 0;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide a {
	display: block;
	position: relative;
	line-height: 0;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide a span {
	display: none!important;
	transition: all 0.5s ease;
}
#campaign .itemList3camp .swiper-slide a .thumbImage {
	border-radius: 0;
	box-sizing: border-box;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide a .thumbImage {
	display: block!important;
	background-color: #000;
	border: none;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active a span {
	display: block!important;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active a span span {
	display: inline-block!important;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active a span.textEllipsis3lines {
	display: -webkit-box!important;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active a .thumbImage {
	border: 4px solid #ef5031;
	box-sizing: border-box;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide a .thumbImage img {
	opacity: 0.6;
	transition: all 0.5s ease;
}
#campaign .itemList3camp.swiper-initialized .swiper-slide.swiper-slide-active a .thumbImage img {
	opacity: 1;
}
@media screen and (max-width: 1240px) and (min-width: 801px){
	#campaign .bgWithImage .contentsWrapper {
		padding-top: 6vw;
    margin-top: -6vw;
	}
	#campaign .itemList3camp {
		height: 38vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#campaign .itemList3camp {
		height: 52vw;
	}
}
/*brandAndCharacters*/

#brandAndCharacters .swiperNavBox{
	left: 4%;
}
#brandAndCharacters .swiper-pagination-progressbar-fill{
	transition-timing-function: linear!important;
}
.seriesWrapper:not(#brandAndCharacters) .contentsWrapper {
	padding: 5em 0 2.5em;
}
/*
.seriesWrapper:not(#brandAndCharacters) .contentsWrapper .seriesList .swiper-wrapper {

}
.seriesWrapper .contentsWrapper .seriesList .swiper-wrapper {
	transition-timing-function: linear;
}
*/
#brandAndCharacters .seriesList .swiper-wrapper:active{
	transition-duration: 0ms!important;
}
#brandAndCharacters .seriesList .swiper-wrapper{
	transition-timing-function: linear!important;
}
.seriesWrapper .contentsWrapper .seriesList .swiper-wrapper .thumb.swiper-slide {
	display: inline-block;
	width: 26%;
	padding-left: 1vw;
	padding-right: 1vw;
}
.seriesWrapper .contentsWrapper .seriesList.swiper-initialized .swiper-wrapper .thumb.swiper-slide {
	display: block;
}
.seriesNav dt {
	position: relative;
	width: 7.5%;
	height: 3em;
	margin-top: 3em;
	line-height: 3em;
}
.seriesNav dd {
	width: 92.5%;
	margin-top: 3em;
}
.searchBox form,
.seriesNav dd form {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 1000px;
	box-sizing: border-box;
	overflow: hidden;
}
.searchBox form input,
.seriesNav dd form input {
	width: 88%;
	height: 4em;
	padding: 0 1em;
	background-color: #fff;
	box-sizing: border-box;
	border: none;
	outline: none;
	vertical-align: top;
}
.searchBox form button,
.seriesNav dd form button {
	display: block;
	position: relative;
	width: 12%;
	height: 4em;
	margin: 0;
	padding: 0;
	background-color: #fc5332;
	background-image: url("../../images/renewal2023/_svg/iconSearch.svg");
	background-position: left 4em center;
	background-repeat: no-repeat;
	background-size: auto 48%;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}
.searchBox form button::before,
.seriesNav dd form button::before {
	display: block;
	content: "検索";
	position: absolute;
	top: 50%;
	left: 1.25em;
	color: #fff;
	transform: translateY(-50%);
}
.seriesListSection {
	position: relative;
	margin-top: 9em;
	border-radius: 0 2em 2em 2em;
	overflow: visible;
}
.seriesListSection > .sectionTitleSub {
	position: absolute;
	top: -2em;
	left: 0;
	width: auto;
	padding: 0.75em 1em;
	background-color: #fff;
	border-radius: 1em 1em 0 0;
}
.textListBlock .flexList3 {
	margin-top: 2em;
}
.textListBlock .flexList3 > a {
	display: block;
	padding-right: 2em;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#brandAndCharacters .swiperNavBox {
		top: 10vw;
	}
	.seriesWrapper:not(#brandAndCharacters) .contentsWrapper {
		width: 100%;
		/*
		padding: 5em 4% 1.5em;
		*/
		padding: 5em 0 1em;
	}
	.seriesWrapper .contentsWrapper .seriesList .swiper-wrapper .thumb.swiper-slide {
		width: 28.570666vw;
	}
	.seriesWrapper:not(#brandAndCharacters) .contentsWrapper .seriesList .swiper-wrapper {
		/*
		height: 93vw;
		*/
		height: 68vw;
		margin-top: 4em!important;
	}
	.seriesWrapper:not(#brandAndCharacters) .contentsWrapper .seriesList .swiper-wrapper .thumb.swiper-slide {
		width: 30.666666vw;
		height: 31vw;
	}
	.seriesWrapper:not(#brandAndCharacters) .contentsWrapper .seriesList .swiper-wrapper .thumb.swiper-slide .thumbTitle {
		display: none!important;
	}
	.seriesNav dt {
		width: 15%;
		margin-top: 1.5em;
	}
	.seriesNav dd {
		width: 85%;
		margin-top: 1.5em;
	}
	.searchBox form input,
	.seriesNav dd form input {
		width: 78%;
		padding: 0 0 0 1em;
	}
	.searchBox form button,
	.seriesNav dd form button {
		width: 22%;
		background-position: left 3.5em center;
	}
	.searchBox form button::before,
	.seriesNav dd form button::before {
		left: 1em;
	}
	.seriesNav dd > .pager > li:nth-child(n + 7) {
		margin-top: 1em;
	}
	.seriesListSection {
		border-radius: 0 1em 1em 1em;
	}
	.seriesListSection > .sectionTitleSub {
		border-radius: 0.5em 0.5em 0 0;
	}
	.textListBlock .flexList3 > a {
		padding-right: 1em;
	}
}
/* ページネーション */
.pager li {
	width: 3em;
	margin: 0 0.4em;
	line-height: 3em;
    color: #6e6e6e;
	border-radius: 0.6vw;
	overflow: hidden;
}
.pager li a {
	display: block;
	position: relative;
	width: 3em;
	height: 3em;
    color: #6e6e6e;
	background-color: #c5c5c5;
	opacity: 1;
}
.pager li a.hover,
.pager li.current,
.pager li.current a {
	color: #fff;
	background-color: #fc5332;
}
/*calendar*/
.flexCalendar dt {
	position: relative;
	width: 100%;
}
.flexCalendar dt::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: translateY(-50%);
}
.flexCalendar dt > span {
	display: inline-block;
	position: relative;
	height: 3.5em;
	padding: 0.65em 1.5em 0 1.5em;
	border-radius: 1000px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 2;
}
.flexCalendar dt span.iconWeek {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-left: 0.5em;
	line-height: 2em;
	color: #fff;
	text-align: center;
	background-color: #959595;
	border-radius: 1000px;
	transform: translateY(0.25em);
	overflow: hidden;
}
.calendarMonthSelect.pager li {
	width: 3.25em;
	height: 3.25em;
	margin: 0 0.3em;
	line-height: 3.25em;
}
.calendarMonthSelect.pager li a {
	width: 3.25em;
	height: 3.25em;
	line-height: 3.25em;
}
.calendarMonthSelect.pager .textEn > a > span {
	display: block;
	width: 100%;
	height: 1em;
	line-height: 1.25;
	letter-spacing: 0;
}
.calendarMonthSelect.pager .textEn > a > span + span {
	line-height: 2.5;
	letter-spacing: 0.1em;
}
.calendarMonthSelect.pager .arrow {
	width: 1.666666em;
	background-color: #333;
	border-radius: 0;
}
.calendarMonthSelect.pager .arrow.prev {
	margin-left: 0;
	transform: rotate(180deg);
}
.calendarMonthSelect.pager .arrow > a {
	width: 100%;
	background-color: #333;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1em;
	border-radius: 0;
}
.calendarMonthSelect.pager .select {
	position: relative;
	padding: 0 1.5em 0 0.5em;
	background-color: #fff;
	border-radius: 0;
}
.calendarMonthSelect.pager .selectYear {
	width: 3.25em;
	margin-right: 0;
}
.calendarMonthSelect.pager .selectMonth {
	width: 2.25em;
	margin: 0;
}
.calendarMonthSelect.pager .selectSubmit {
	margin: 0;
	padding: 0;
	background-color: #fcd8d1;
	border-radius: 0 1000px 1000px 0;
	overflow: hidden;
}
.calendarMonthSelect.pager .select > select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 1em;
	color: #fc5332;
	font-weight: 700;
	border: none;
	outline: none;
	appearance: none;
}
.calendarMonthSelect.pager .select::before,
.calendarMonthSelect.pager .select::after {
	display: block;
	content: "";
	position: absolute;
	right: 0.35em;
	width: 0.5em;
	height: 0.5em;
	background-image: url("../../images/renewal2023/_svg/iconArrowDotDownOrange.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	pointer-events: none;
	z-index: 20;
}
.calendarMonthSelect.pager .select::before {
	top: 30%;
	transform: rotate(180deg);
}
.calendarMonthSelect.pager .select::after {
	top: 50%;
}
.calendarMonthSelect.pager .selectSubmit::before,
.calendarMonthSelect.pager .selectSubmit::after {
	display: none;
}
.calendarMonthSelect.pager .selectSubmit > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}
.calendarMonthSelect.pager .selectSubmit > button::after {
	display: block;
	content: "決定";
	width: 100%;
	height: 1em;
	color: #fc5332;
	font-weight: 700;
	line-height: 1;
	z-index: 20;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.calendarMonthSelectWrapper {
		padding-bottom: 1em;
		overflow-y: auto;
	}
	.calendarMonthSelect.pager {
		justify-content: flex-start;
		width: 150vw;
	}
	.calendarMonthSelect.pager li {
		width: 4em;
		height: 4em;
		margin: 0 0.4em;
		line-height: 4em;
	}
	.calendarMonthSelect.pager li a {
		width: 4em;
		height: 4em;
		line-height: 4em;
	}
	.calendarMonthSelect.pager .textEn > a > span {
		line-height: 1.55;
	}
	.calendarMonthSelect.pager .textEn > a > span + span {
		line-height: 3.5;
	}
	.calendarMonthSelect.pager .selectYear {
		width: 6em;
	}
	.calendarMonthSelect.pager .selectMonth,
	.calendarMonthSelect.pager .selectSubmit {
		width: 4.5em;
	}
	.calendarMonthSelect.pager .select::before,
	.calendarMonthSelect.pager .select::after {
		right: 0.75em;
	}
}
/*product*/
.itemSliderWrapper {
	width: 50%;
	overflow: hidden;
	position: relative;
}
.itemSliderWrapper .itemSlider .swiper-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	right: 0.6vw;
	bottom: 0.6vw;
	width: 3.4vw;
	height: 3.4vw;
	background-color: rgba(51,51,51,0.7);
	background-image: url("../../images/renewal2023/_svg/iconZoomWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	border-radius: 3.4vw;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
.itemSliderWrapper .itemSlider .swiper-slide {
	border-radius: 0.6vw;
	overflow: hidden;
}
.itemSliderWrapper .itemSlider .swiper-button-next,
.itemSliderWrapper .itemSlider .swiper-button-prev {
	top: inherit;
	bottom: 0;
	width: 30px;
	height: 126px;
	margin: 0;
	background-color: #333;
	background-image: url("../../images/renewal2023/_svg/iconArrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 56% auto;
	box-sizing: border-box;
	transform: inherit;
	transition: all 0.5s ease;
}
.itemSliderWrapper .itemSlider .swiper-button-next.hover,
.itemSliderWrapper .itemSlider .swiper-button-prev.hover {
	background-color: #666;
	transition: all 0.15s ease;
}
.itemSliderWrapper .itemSlider .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);
}
.itemSliderWrapper .itemSlider .swiper-button-next {
	left: inherit;
	right: 0;
}
.itemSliderWrapper .itemSlider .swiper-button-next::after,
.itemSliderWrapper .itemSlider .swiper-button-prev::after {
	display: none;
}
.itemSliderWrapper .itemSliderThumb {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 0 5%;
	box-sizing: border-box;
}
.itemSliderWrapper .itemSliderThumb .swiper-slide {
	display: inline-block;
	width: 8.8vw;
	padding: 0 5px;
	box-sizing: border-box;
}
.itemSliderThumb.swiper-initialized .itemSliderThumb .swiper-slide {
	display: block;
}
.itemSliderWrapper .itemSliderThumb .swiper-slide span {
	display: block;
	position: relative;
	line-height: 0;
	border: none;
	box-sizing: border-box;
}
.itemSliderWrapper .itemSliderThumb .swiper-slide span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
.itemSliderWrapper .itemSliderThumb .swiper-slide.swiper-slide-thumb-active span::before,
.itemSliderWrapper .itemSliderThumb .swiper-slide span.hover::before {
	border: 4px solid #fc5332;
	transition: all 0.15s ease;
}
@media screen and (max-width: 1240px) and (min-width: 801px) {
	.itemSliderWrapper .itemSlider .swiper-button-next,
	.itemSliderWrapper .itemSlider .swiper-button-prev {
		width: 2vw;
		height: 9.4vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.itemSliderWrapper {
		width: 100%;
	}
	.itemSliderWrapper .itemSlider .swiper-button-next,
	.itemSliderWrapper .itemSlider .swiper-button-prev {
		width: 4vw;
		height: 19.5vw;
	}
	.itemSliderWrapper .itemSlider .swiper-wrapper::after {
		right: 2vw;
		bottom: 2vw;
		width: 10vw;
		height: 10vw;
		border-radius: 10vw;
	}
	.itemSliderWrapper .itemSliderThumb {
		margin-top: 4vw;
	}
}
.itemDetailWrapper {
	width: 45%;
}
.itemDetailWrapper .flexBlock {
	width: 100%;
	margin: 0;
}
.itemDetailLogoList > li {
	width: 42%;
	max-width: 400px;
}
.itemDetailLogoList > li + li {
	margin-left: 0.5em;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.itemDetailWrapper {
		width: 100%;
		margin-top: 4em;
	}
	.itemDetailLogoList > li {
		width: 48%;
		max-width: 400px;
	}
	.itemDetailLogoList > li + li {
		margin-left: 0.4%;
	}
}
.itemDetailBox {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 0.6vw;
}
.itemDetailBox tr th,
.itemDetailBox tr td {
	padding: 1em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.itemDetailBox tr th {
	background-color: #f7f7f7;
}
.itemDetailBox tr:first-child th {
	border-radius: 0.6vw 0 0 0;
}
.itemDetailBox tr:first-child td {
	border-radius: 0 0.6vw 0 0;
}
.itemDetailBox tr:last-child th {
	border-radius: 0 0 0 0.6vw;
}
.itemDetailBox tr:last-child td {
	border-radius: 0 0 0.6vw 0;
}
.cartTag > li {
	width: 10em;
	color: #fff;
	padding: 0.75em 0;
	letter-spacing: 0;
	background-color: #fc5332;
}
.cartTag > li + li {
	margin-left: 2em;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.cartTag > li + li {
		margin-left: 1.5em;
	}
}
.itemOrderDetailList li {
	display: inline-block;
	position: relative;
	letter-spacing: 0.005em;
}
.itemOrderDetailList li + li {
	padding-left: 2em;
}
.itemOrderDetailList li + li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.75em;
	width: 1px;
	height: 1em;
	background-color: #353535;
	transform: translateY(-50%);
}
.thumbListWrapper > li + li,
.flexItemOrder + .flexItemOrder {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px solid #e5e5e5;
}
.thumbListWrapper > li + li {
	border-color: #e5e5e5;
}
.flexItemOrder #recommend {
	width: 100%;
	color: #0091e4;
	padding-bottom: 1em;
}
.flexItemOrder .thumbImage {
	width: 27%;
	overflow: hidden;
}
.flexItemOrder .thumbImage img {
	border: 6px solid #e5e5e5;
	box-sizing: border-box;
}
a.flexItemOrder .thumbImage img {
	border: none;
}
.flexItemOrder .itemOrderDetail {
	width: 65%;
}
a.flexItemOrder .itemOrderDetail {
	width: 70%;
}
a.flexItemOrder .thumbImage,
a.flexItemOrder .itemOrderDetail {
	display: block;
}
a.flexSearchResult .thumbImage {
	width: 12%;
	overflow: hidden;
}
a.flexSearchResult .itemOrderDetail {
	width: 85%;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.itemOrderDetailList li {
		display: block;
		position: relative;
		letter-spacing: 0.005em;
	}
	.itemOrderDetailList li + li {
		padding-left: 0;
		margin-top: 0.5em
	}
	.itemOrderDetailList li + li::before {
		display: none;
	}
	.flexItemOrder .thumbImage {
		width: 64%;
		margin-left: auto;
		margin-right: auto;
	}
	a.flexItemOrder .thumbImage {
		width: 38%;
		margin-left: 0;
	}
	.flexItemOrder .itemOrderDetail {
		width: 100%;
		margin-top: 2em;
	}
	a.flexItemOrder .itemOrderDetail {
		width: 58%;
		margin-top: 0;
	}
	a.flexSearchResult .thumbImage {
		width: 27%;
		overflow: hidden;
	}
	a.flexSearchResult .itemOrderDetail {
		width: 70%;
	}
}
/*popup*/
.popupContents .mfp-close {
	position: fixed;
	top: 0.5vw;
	right: 0.5vw;
	width: 3vw;
	height: 3vw;
	font-size: 0;
	background-image: url("../../images/renewal2023/_svg/iconPlusWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	transform: rotate(45deg);
	opacity: 0.85;
	overflow: hidden;
}
.popupContents .mfp-close:hover {
	opacity: 1;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.popupContents .mfp-close {
		top: 1vw;
		right: 1vw;
		width: 15vw;
		height: 15vw;
	}
}
/*input*/
.buttonRadio label {
	cursor: pointer;
}
.buttonRadio label input[type=radio] {
	position: relative;
}
.buttonRadio label input[type=radio]:before,
.buttonRadio label input[type=radio]:after {
	display: block;
	content: '';
	position: absolute;
	top: -0.125em;
	left: -0.125em;
	width: 1em;
	height: 1em;
	border-radius: 2em;
	background-color: #fff;
	transition: all 0.5s ease;
	z-index: 2;
}
.buttonRadio label input[type=radio]:after {
	top: -0.375em;
	left: -0.375em;
	width: 1.5em;
	height: 1.5em;
	background-color: #fc5332;
	z-index: 1;
}
.buttonRadio label input[type=radio]:checked:before {
	border: 0.5em solid #fc5332;
	box-sizing: border-box;
	transform: scale(0, 0);
}
.buttonRadio label input[type=radio] + span {
	display: inline-block;
	padding-left: 0.5em;
}
/*フリスペ対策*/
#freespaceTop > div,
#freespaceTop > p
#freespaceBottom > div,
#freespaceBottom > p {
	margin-left: auto;
	margin-right: auto;
}
#freespaceTop,
#freespaceBottom {
	line-height: 1.5;
}
#freespaceBottom > div#camp {
	line-height: 1.75;
}
#freespaceTop a,
#freespaceBottom a {
	color: #fc5332;
	text-decoration: underline;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#freespaceTop a,
	#freespaceBottom a {
		color: #fc5332;
	}
}

/* タブ */
.tabNav{
	display: flex;
	align-items: flex-start;
	margin-top: 3em;
}
.tabNavTitle{
	width: 7.5%;
	height: 3em;
	line-height: 3em;
	white-space: nowrap;
}
.tabNavItemWrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.tabNavItem{
	display: block;
	width: 3em;
	height: 3em;
	color: #6e6e6e;
	background: #c5c5c5;
	margin: 0 0.4em;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
	border-radius: 0.6vw;
	overflow: hidden;
	cursor: pointer;
	transition: 0.1s;
}
.tabNavItem:hover,
.tabNavItem.hover{
	background: #dddddd;
}
.tabNavItem.active{
	color: #fff;
	background: #fc5332;
}
.tabContent{
	margin-top: 4em;
}
.tabContentTitle{
	font-weight: bold;
	line-height: 1;
	width: auto;
	padding: 0.75em 0.9em 0.5em;
	color: #fc5332;
	background: #fff;
	border-radius: 1em 1em 0 0;
	cursor: pointer;
	transition: 0.1s;
	width: fit-content;
}
.tabContentItem{
	display: none;
}
.tabContentItem.active{
	display: block;
}
.tabContentItem > ul{
	position: relative;
	background: #fff;
	border-radius: 0 2em 2em 2em;
	padding: 2em;
	overflow: visible;
}

@media screen and (max-width: 800px){
	.tabNavTitle{
		width: 15%;
	}
	.tabNavItemWrap{
		width: 85%;
	}
	.tabNavItem:nth-child(n+7){
		margin-top: 1em;
	}
	.tabContentTitle{
		border-radius: 0.5em 0.5em 0 0;
	}
	.tabContentItem > ul{
		border-radius: 0 1em 1em 1em;
	}
}