@charset "Shift_JIS";

/*.event_name_,*/ .category_name_ {display: none;}
.pc {display: block;}
.sp {display: none;}

.edisney {
	width: 782px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.edisney {
		width: 100%;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.edisney { width: 100%; }
}
.ec-featureItems.buttons {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole__content .giftItemsHeadImg {
    padding-bottom: 6.66666666vw !important;
  }
}

/*.ec-breadcrumbRole { background: #fff;}*/

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けアンカー非表示 */
.ec-featureItems.buttons {
	display: none;
}

.edisney .event_name_img_ {
	margin-bottom: 2px !important;
}

/* アンカーリンク */
.edisney .ancherlink {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.edisney .ancherlink a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 130%;
	background: url("/html/upload/user_data/feature/disney/img/icon_ancher.png") center bottom 12px no-repeat #e02d31;
	width: 194px;
	padding: 15px 0 24px;
	transition: .2s ease-in-out;
}
.edisney .ancherlink a:hover {
	text-decoration: none;
	background-position: center bottom 9px;
}

/* 見出し */
.edisney h2 {
	margin: 0 0 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #e02d31;
	background: url("/html/upload/user_data/feature/disney/img/img_ribbon.png") center bottom no-repeat;
}
.edisney h2 span {
	margin-bottom: 10px;
	font-size: 270%;
	color: #000;
	display: block;
}

/* ボタン */
.edisney .morebtn {
	text-align: center;
}
.edisney .morebtn a {
	display: inline-block;
	padding: 10px 30px 10px 50px;
	border: #0da4b2 1px solid;
	border-radius: 20px;
	background: #ffffff url(/html/upload/user_data/feature/disney/img/arrow_blue.png) 30px center no-repeat;
}


/* おすすめコンテンツ */
.edisney #contents {
	margin: 80px 0;
}
.edisney #contents > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.edisney #contents > div a {
	/*width: 48%;*/
	margin-bottom: 30px;
	display: block;
}
.edisney #contents > div a img {
	width: 100%;
}

/* カテゴリーでさがす */
.edisney #category {
	margin-bottom: 80px;
}
.edisney #category > div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.edisney #category > div a {
	display: block;
	margin-bottom: 40px;
	width: 234px;
	position: relative;
}
.edisney #category > div a figure {
	width: 234px;
	height: 234px;
	overflow: hidden;
	margin: 0;
}
.edisney #category > div a img {
	transform: scale(1);
	transition: .3s ease-in-out;
}

.edisney #category > div a:hover {
	text-decoration: none;
	color: inherit;
}
.edisney #category > div a:hover img {
	transform: scale(1.1);
}

.edisney #category > div a:nth-child(3n-1) {
	margin: 0 40px 40px;
}
.edisney #category > div a p {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	color: #fff;
	background-color: #e02d31;
	padding: 15px 0;
}
.edisney #category > div a span {
	position: absolute;
	display: inline-block;
	content: "";
	left: 0;
	bottom: 0;
	font-size: 60%;
	line-height: 1.2;
	padding: 1px 3px 2px 3px;
	margin: 2px;
}
.edisney #category > div a span.bg {
	background-color: rgba(255,255,255,0.8)
}

/* キャラクターからさがす */
.edisney #character {
	margin-bottom: 40px;
}
.edisney #character a {
	display: inline-block;
	border: 2px solid #FFE900;
	padding: 10px 10px 8px;
	margin: 0 5px 10px 0;
	line-height: 1;
	transition: .3s ease-in-out;
}
.edisney #character a:hover {
	text-decoration: none;
	background-color: #FFE900;
	color: #000;
}

/* コピーライト */
.edisney .copy {
	font-size: 70%;
	line-height: 1.2;
	margin-bottom: 60px;
}


/* 注意事項 */
.notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#f3f3f3;
}
.notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"●";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
.notes_box p {
	margin: 20px 0 10px;
}

/* スマホ
---------------------------------------------------*/
@media only screen and (max-width: 767px) {

	.edisney .pc {display: none;}
	.edisney .sp {display: block;}

	.edisney {
		padding: 0 4%;
	}
	.edisney h1 {
		margin: 0 -4%;
	}

	/* アンカーリンク */
	.edisney .ancherlink {
		margin: 0 -4% 30px;
	}
	.edisney .ancherlink a {
		font-size: 100%;
		background: url("/html/upload/user_data/feature/disney/img/icon_ancher.png") center bottom 10px no-repeat #e02d31;
		width: 24.6%;
		padding: 10px 0 20px;
		text-decoration: none;
	}

	/* 見出し */
	.edisney h2 {
		margin: 0 0 30px;
		padding-bottom: 20px;
	}
	.edisney h2 span {
		margin-bottom: 5px;
		font-size: 230%;
	}

	/* ボタン */
	.edisney .morebtn a {
		text-decoration: none;
	}

	/* おすすめコンテンツ */
	.edisney #contents {
		margin: 12% 0;
	}
	.edisney #contents > div {
		display: block;
	}
	.edisney #contents > div a {
		width: 100%;
		margin-bottom: 4%;
	}

	/* カテゴリーでさがす */
	.edisney #category {
		margin-bottom: 12%;
	}
	.edisney #category > div {
		justify-content: space-between;
		margin-bottom: 4%;
	}
	.edisney #category > div a {
		margin-bottom: 4%;
		width: 48%;
		text-decoration: none;
	}
	.edisney #category > div a figure {
		width: 100%;
		height: auto;
	}
	.edisney #category > div a img {
		width: 100%;
	}
	.edisney #category > div a:nth-child(3n-1) {
		margin: 0 0 4%;
	}
	.edisney #category > div a p {
		padding: 10px 5px;
	}

	/* キャラクターからさがす */
	.edisney #character {
		margin-bottom: 30px;
	}
	.edisney #character a {
		text-decoration: none;
	}
}

/* 注意事項 */
.notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#f3f3f3;
}
.notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"●";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
.notes_box p {
	margin: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
	.notes_box {padding:5%;}
	.notes_h {margin-bottom:5% !important;}
	.notes_list li {font-size:0.93rem !important;/* 13px */}
}

/* ------------------ */
/* カテゴリーでさがす */
.edisney #category2 {
	margin-bottom: 80px;
}
.edisney #category2 > div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.edisney #category2 > div a {
	display: block;
	margin-bottom: 40px;
	width: 234px;
	position: relative;
}
.edisney #category2 > div a figure {
	width: 234px;
	height: 234px;
	overflow: hidden;
	margin: 0;
}
.edisney #category2 > div a img {
	transform: scale(1);
	transition: .3s ease-in-out;
}

.edisney #category2 > div a:hover {
	text-decoration: none;
	color: inherit;
}
.edisney #category2 > div a:hover img {
	transform: scale(1.1);
}

.edisney #category2 > div a:nth-child(3n-1) {
	margin: 0 40px 40px;
}
.edisney #category2 > div a p {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	color: #fff;
	background-color: #e02d31;
	padding: 15px 0;
}
.edisney #category2 > div a span {
	position: absolute;
	display: inline-block;
	content: "";
	left: 0;
	bottom: 0;
	font-size: 60%;
	line-height: 1.2;
	padding: 1px 3px 2px 3px;
	margin: 2px;
}
.edisney #category2 > div a span.bg {
	background-color: rgba(255,255,255,0.8)
}

/* ------------------ */
/* カテゴリーでさがす */
@media only screen and (max-width: 767px) {
	.edisney #category2 {
		margin-bottom: 12%;
	}
	.edisney #category2 > div {
		justify-content: space-between;
		margin-bottom: 4%;
	}
	.edisney #category2 > div a {
		margin-bottom: 4%;
		width: 48%;
		text-decoration: none;
	}
	.edisney #category2 > div a figure {
		width: 100%;
		height: auto;
	}
	.edisney #category2 > div a img {
		width: 100%;
	}
	.edisney #category2 > div a:nth-child(3n-1) {
		margin: 0 0 4%;
	}
	.edisney #category2 > div a p {
		padding: 10px 5px;
	}
}
