@charset "UTF-8";


/* ===================== */
/* font
/* ===================== */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
.is-pc {
    display: none !important;
}
.is-sp {
    display: block !important;
}

/* ===================== */
/* body
/* ===================== */

body {
	background-color: #f4f4f4;
	color:#111;
}

/* ===================== */
/* wrap
/* ===================== */

#wrap {
	background-color: #f4f4f4;
	min-width: inherit;
}
body._pressinfo #wrap {
	background-color: #f4f4f4;
	min-width: inherit;
}

/* ===================== */
/* header
/* ===================== */

header {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 10px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
header.active {
	background-color: #fff;
}

header > h1 {
}
header > h1 img {
	width: 100%;
}
header > h1 > a {
}
header > h1 > a > span {
	display: block;
}
header > h1 > a > span.disney_logo {
	float: left;
	width: 50px;
	margin-bottom: 0;
	margin-right: 6px;
}
header > h1 > a > span.wdc_logo {
	display: none;
}
header > h1 > a > span.wdc_logo_sp {
	float: left;
	width: 150px;
	padding-top: 5px;
	display: inherit;
}
header > h1 > a > span > img {
}


/* ===================== */
/* footer
/* ===================== */

footer {
	max-width: inherit;
	clear: both;
	width: 100%;
	padding: 0;
	text-align: center;
}
footer > .footer_inner {
	position: relative;
	padding-top: 18px;
}
footer > .footer_inner:after {
	display: block;
	content: "";
	position: absolute;
	left: 10px;
	top: 36px;
	border-top: #dfdfdf solid 1px;
	width: 100%;
	width: calc(100% - 20px) ;
}

footer > .footer_inner > .btn_pagetop > a {
	display: block;
	background: #fff url(../img/icon_arrow_02.png) center 14px no-repeat;
	background-size: 12px 6px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	width: 36px;
	height: 36px;
	margin: 0 auto 12px auto;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	z-index: 100;
}
footer > .footer_inner > .btn_pagetop > a:hover {
	background: #fff url(../img/icon_arrow_02.png) center 14px no-repeat;
	background-size: 12px 6px;
}

footer > .footer_inner > .copyright {
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
}
footer > .footer_inner > .copyright > .logo {
	margin-bottom: 12px;
}
footer > .footer_inner > .copyright > .logo img {
	width: 100px;
}
footer > .footer_inner > .copyright > p {
	font-size: 10px;
	font-family: 'Alice', serif;
}

.disney_webshop {
	text-align: center;
	position: relative;
	right: auto;
	bottom : auto;
	width: 120px;
	z-index: 10000;
    margin: 0 auto;
    padding: 30px 0;
}
.disney_webshop:after {
	background: url(../img/line_dot.png) center bottom no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	content: "";
	width: 58px;
	margin-left: -29px;
	padding-bottom: 1px;
}


/* ===================== */
/* contents
/* ===================== */

#contents {
	max-width: inherit;
	width: 100%;
	padding-left: 0;
	padding-top: 70px;
}
#contents .kv_disney_wedding_dress_collection {
	width: 95%;
	margin: 0 auto 30px;
}
#contents .kv_disney_wedding_dress_collection .kv.ex a .pc {
	display: none;
}
#contents .kv_disney_wedding_dress_collection .kv.ex a .sp {
	display: block;
}

#contents .kv {
	position: relative;
	margin-bottom: 30px;
}

#contents .kv > .nav {
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 240px;
	height: 54px;
	z-index: 100;
	margin-left: -120px;
}
#contents .kv > .nav > a {
	position: relative;
	display: block;
	background-color: #a2906a;
	border-radius: 3px;
	width: 240px;
	height: 54px;
	padding: 10px 0 0 10px;
	font-size: 20px;
	font-family: 'Alice', serif;
	line-height: 20px;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contents .kv > .nav:hover > a {
	background-color: #b6a277;
}
#contents .kv > .nav > a > span {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 10px;
}
#contents .kv > .nav > a:after {
	display: block;
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contents .kv > .nav:hover > a:after {
	background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}

#contents .kv > .nav > .comingsoon {
	position: relative;
	display: block;
	background-color: #ecf6fd;
	border-radius: 3px;
	width: 240px;
	height: 54px;
	padding: 10px 0 0 10px;
	font-size: 20px;
	font-family: 'Alice', serif;
	line-height: 20px;
	color: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contents .kv > .nav > .comingsoon > span {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 10px;
}
#contents .kv > .nav > .comingsoon:after {
	display: block;
	content: "Website release \a Coming Soon";
    white-space:pre;
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateX(50%) translateY(-50%);
	background: #000;
	border-radius: 3px;
    padding: 4px 6px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
    color: #fff;
}


#contents .kv.kv_2nd > .nav > a {
	background-color: #ca0b22;
	color: #fff;
}
#contents .kv.kv_2nd > .nav:hover > a {
	background-color: #de0d26;
}
#contents .kv.kv_2nd > .nav > a:after {
	background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}
#contents .kv.kv_2nd > .nav:hover > a:after {
	background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}

#contents .kv.kv_3rd > .nav > a {
	background-color: #fff;
	border: #eee solid 1px;
	color: #000;
}
#contents .kv.kv_3rd > .nav:hover > a {
	background-color: #fff;
}
#contents .kv.kv_3rd > .nav > a:after {
	background: #f1f1f1 url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}
#contents .kv.kv_3rd > .nav:hover > a:after {
	background: #f1f1f1 url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}

#contents .kv.kv_5th > .nav > a {
	background-color: #ecf6fd;
	color: #000;
}
#contents .kv.kv_5th > .nav:hover > a {
	background-color: #ecf6fd;
}
#contents .kv.kv_5th > .nav > a:after {
	background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}
#contents .kv.kv_5th > .nav:hover > a:after {
	background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}

#contents .kv_6th > .nav > a {
    background-color: #f7c7d2;
    color: #000;
}
#contents .kv_6th > .nav:hover > a {
    background-color: #f7c7d2;
}
#contents .kv_6th > .nav > a:after {
    background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
    background-size: 12px 7px;
}
#contents .kv_6th > .nav:hover > a:after {
    background: #fff url(../img/icon_arrow_01.png) 9px center no-repeat;
    background-size: 12px 7px;
}

#contents .kv.kv_aladdin > .nav {
	bottom: -18px;
	height: 36px;
}
#contents .kv.kv_aladdin > .nav > a {
	background-color: #fff;
	height: 36px;
	padding: 10px 0 0 10px;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
#contents .kv.kv_aladdin > .nav:hover > a {
	background-color: #fff;
}
#contents .kv.kv_aladdin > .nav > a:after {
	background: #f1f1f1 url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}
#contents .kv.kv_aladdin > .nav:hover > a:after {
	background: #f1f1f1 url(../img/icon_arrow_01.png) 9px center no-repeat;
	background-size: 12px 7px;
}

#contents .kv_slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 66.6666%;
}

#contents .kv_slider > .slide {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
#contents .kv_slider > .slide img {
	width: 100%;
}
#contents .kv_slider #sld1 {
	-moz-animation: fadeinout 10s 5s infinite;
	-webkit-animation: fadeinout 10s 5s infinite;
	animation: fadeinout 10s 0s infinite;
	opacity: 0;
}
#contents .kv_slider #sld2 {
	-moz-animation: fadeinout 10s 5s infinite;
	-webkit-animation: fadeinout 10s 5s infinite;
	animation: fadeinout 10s 5s infinite;
	opacity: 0;
}
#contents .kv_slider #sld3 {
	-moz-animation: fadeinout 10s 5s infinite;
	-webkit-animation: fadeinout 10s 5s infinite;
	animation: fadeinout 10s 5s infinite;
	opacity: 0;
}
@-moz-keyframes fadeinout {
  0% {
    left: 0%;
    opacity: 0;
    transform: scale(1.05);
  }
  6% {
    left: 0%;
    opacity: 1;
  }
  44% {
    left: 0%;
    opacity: 1;
  }
  50% {
    left: 0%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
    transform: scale(1);
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes fadeinout {
  0% {
    left: 0%;
    opacity: 0;
    transform: scale(1.05);
  }
  6% {
    left: 0%;
    opacity: 1;
  }
  44% {
    left: 0%;
    opacity: 1;
  }
  50% {
    left: 0%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
    transform: scale(1);
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    left: 0%;
    opacity: 0;
    transform: scale(1.05);
  }
  6% {
    left: 0%;
    opacity: 1;
  }
  44% {
    left: 0%;
    opacity: 1;
  }
  50% {
    left: 0%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
    transform: scale(1);
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}

@-moz-keyframes fadeinout3 {
  0% {
    left: 0%;
    opacity: 0;
    transform: scale(1.05);
  }
  3.6% {
    left: 0%;
    opacity: 1;
  }
  29.4% {
    left: 0%;
    opacity: 1;
  }
  33.333% {
    left: 0%;
    opacity: 0;
  }
  34% {
    left: 100%;
    opacity: 0;
    transform: scale(1);
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes fadeinout3 {
  0% {
    left: 0%;
    opacity: 0;
    transform: scale(1.05);
  }
  3.6% {
    left: 0%;
    opacity: 1;
  }
  29.4% {
    left: 0%;
    opacity: 1;
  }
  33.333% {
    left: 0%;
    opacity: 0;
  }
  34% {
    left: 100%;
    opacity: 0;
    transform: scale(1);
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}
@keyframes fadeinout3 {
  0% {
    left: 0%;
    opacity: 0;
    transform: scale(1.05);
  }
  3.6% {
    left: 0%;
    opacity: 1;
  }
  29.4% {
    left: 0%;
    opacity: 1;
  }
  33.333% {
    left: 0%;
    opacity: 0;
  }
  34% {
    left: 100%;
    opacity: 0;
    transform: scale(1);
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}


#contents > .top_press {
	width: 100%;
	padding: 36px 0 12px 0;
}
#contents > .top_press > .ttl {
	position: relative;
	margin-bottom: 36px;
	padding-bottom: 12px;
}
#contents > .top_press > .ttl:after {
	display: block;
	content: "";
	border-bottom: #111 solid 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	margin-left: -30px;
}
#contents > .top_press > .ttl > h2 {
	margin: 0 0 4px 0;
	font-family: 'Alice', serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
#contents > .top_press > .ttl > span {
	display: block;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-align: center;
}
#contents > .top_press > dl {
    width: 93.75%;
	margin: 0 auto;
}
#contents > .top_press > dl > dt {
	clear:left;
	width: 100px;
	margin-bottom: 6px;
	padding-bottom: 0;
	font-family: 'Alice', serif;
	font-size: 12px;
	line-height: 12px;
	position: relative;
}
#contents > .top_press > dl > dt:after {
	display: none;
}
#contents > .top_press > dl > dd {
	clear: left;
	margin-bottom: 18px;
    padding: 0 0 18px 0;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
#contents > .top_press > dl > dd:after {
	background: url(../img/line_dot.png) center bottom no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	content: "";
	width: 58px;
	margin-left: -29px;
	padding-bottom: 1px;
}
#contents > .top_press > dl > dd:last-child:after {
	display: none;
}



/* ===================== */
/* press shop contact
/* ===================== */

#contents > .other_cnt {
	max-width: inherit;
	min-width: inherit;
	width: 93.75%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}

#contents > .other_cnt > .ttl {
	width: 100%;
	margin-bottom: 18px;
	padding: 12px 0;
	text-align: center;
}
#contents > .other_cnt > .ttl > h2 {
	margin-bottom: 3px;
	font-family: 'Alice', serif;
	font-size: 21px;
	line-height: 21px;
}
#contents > .other_cnt > .ttl > p {
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
}

#contents > .other_cnt > .press_wrap {
	border-top: #dadada solid 1px;
	width: 100%;
	position: relative;
}
#contents > .other_cnt > .press_wrap:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: #fff solid 1px;
}

#contents > .other_cnt > .press_wrap > .press_info {
	border-bottom: #fff solid 1px;
	width: 100%;
	position: relative;
}
#contents > .other_cnt > .press_wrap > .press_info:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: #dadada solid 1px;
}

#contents > .other_cnt > .press_wrap > .press_info > .press_date {
	float: none;
	clear: both;
	display: inline-block;
	width: auto;
	padding: 18px 6px 12px 6px;
	font-family: 'Alice', serif;
	font-size: 13px;
	line-height: 13px;
	position: relative;
	border-bottom: #dadada solid 1px;
}

#contents > .other_cnt > .press_wrap > .press_info > .press_date:after {
	display: none;
}

#contents > .other_cnt > .press_wrap > .press_info > .press_text {
    padding: 12px 6px;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > p {
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 20px;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .ph {
	border: #fff solid 4px;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-bottom: 1em;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .ph > img {
	width: 100%;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn {
	width: 100%;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn > a {
	display: block;
	background: #fff url(../img/icon_arrow_03.png) 95% center no-repeat;
	background-size: 10px 6px;
	border: #fff solid 2px;
	box-shadow: 0px 0px 3px 0px #ccc;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #a08245;
	text-align: center;
	-webkit-transition: none;
	transition: none;
}
#contents > .other_cnt > .press_wrap > .press_info > .press_text > .btn > a:hover {
	background: #fff url(../img/icon_arrow_03.png) 95% center no-repeat;
	background-size: 10px 6px;
	border: #fff solid 2px;
	box-shadow: 0 #ccc;
}

#contents .youtube_disney_wedding_dress_collection_pc {
	display: none;
}
#contents .youtube_disney_wedding_dress_collection_sp {
	display: block;
}