#Wrap {
	background: transparent url(../img/top/img_deco_03.png) 100% 100% no-repeat;
}

#main {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	z-index: 1;
	min-height: 990px;
}

#main > .visual {
	order: 2;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 58%;
}

#main > .title {
	box-sizing: border-box;
	order: 1;
	width: 42%;
	position: relative;
	z-index: 1;
}

#main > .switch {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 80px;
}

#main > .visual > li {
	position: absolute;
	left: 60px;
	top: 0;
	z-index: -1;
	width: calc(100% - 60px);
	transition: opacity 0.3s;
}

#main > .visual > li::before {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 115px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 0.8em;
	line-height: 0;
	transform-origin: 100% 0;
	transform: rotate(90deg) translateX(100%);
	font-family: "Cormorant", serif;
	font-weight: 700;
}

#main > .visual > li.cur {
	position: relative;
	left: 0;
	z-index: 10;
}

#main > .visual > li img {
	width: 100%;
	max-width: none;
}

#main > .visual > li:not(.cur) {
	cursor: pointer;
}

#main > .visual > li:not(.cur):hover {
	opacity: 0.6;
}

#main > .visual > li .catch {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all 0.3s;
}

#main > .visual > li .illust {
	transition: all 0.3s;
}

#main > .visual > li.v01::before {
	content: "VISUAL 01";
}

#main > .visual > li.v01:not(.cur) .catch {
	opacity: 0;
	transform: translateX(46%);
}

#main > .visual > li.v01:not(.cur) .illust {
	transform: translateX(46%);
}

#main > .visual > li.v02::before {
	content: "VISUAL 02";
}

#main > .visual > li.v02:not(.cur) .illust {
	transform: translateX(54%);
}

#main > .change {
	filter: grayscale(100%) brightness(0.6);
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	margin-left: auto;
	width: 240px;
	height: 100px;
}

#main > .change > span {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	transition: opacity 0.3s;
}

#main > .change > span::before {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
	font-size: 1.1em;
	line-height: 0;
	font-family: "Cormorant", serif;
	font-weight: 700;
}

#main > .change > span.cur {
	opacity: 0;
}

#main > .change > span.v01 {
	background-image: url(../img/top/img_mainvisual01.jpg);
	background-size: 400px auto;
	background-position: 50% 82%;
}

#main > .change > span.v01::before {
	content: "VISUAL 01";
}

#main > .change > span.v02 {
	background-image: url(../img/top/img_mainvisual02.jpg);
	background-size: 240px auto;
	background-position: 50% 38%;
}

#main > .change > span.v02::before {
	content: "VISUAL 02";
}

#main > .title > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 370px;
	min-height: 100vh;
}

#main > .title h1 img {
	width: 340px;
}

#main > .title .onsale {
	margin: 40px 0 60px;
}

#main > .title .famitsu {
	margin: -40px 0 20px;
}

#main > .title .famitsu img {
	max-width: 240px;
}

#main > .title .banner-slider {
	margin: 0 auto 90px;
	width: 370px;
}

#main > .title .banner-slider .slick-slide {
	padding: 0;
}

#main > .title .banner-slider .slick-slide a {
	display: block;
}

#main > .title .banner-slider .slick-slide a:hover {
	opacity: 0.6;
}

#main > .title .banner-slider .slick-dots {
	margin-top: 10px;
	line-height: 0;
	text-align: center;
}

#main > .title .banner-slider .slick-dots > li {
	opacity: 0.5;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s;
}

#main > .title .banner-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 15px;
	height: 5px;
	background: #bfa46f;
	font-size: 1px;
	text-indent: -9999px;
}

#main > .title .banner-slider .slick-dots > li.slick-active {
	opacity: 1;
}

#main > .title .accounts {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 10px 0;
	width: 100%;
}

#main > .title .accounts > dt {
	color: #bfa46f;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

#main > .title .accounts > dd {
	margin-left: 14px;
	width: 34px;
	line-height: 0;
}

#main > .title .accounts > dd a {
	display: block;
}

#main > .title .accounts > dd a:hover {
	transform: scale(1.1);
}

#main > .title .accounts > dd svg {
	fill: #bfa46f;
}

#btn {
	height: 100px;
}

#btn > ul {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10000;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	background: #000;
	line-height: 0;
}

#btn > ul > li {
	width: 50%;
}

#btn > ul > li a,
#btn > ul > li span {
	display: block;
}

#btn > ul > li span img {
	opacity: 0.3;
}

#topics {
	padding: 30px 0 45px;
	background: #000;
}

#topics .topics-slider {
	margin: 0 auto;
	width: 1020px;
}

#topics .topics-slider .slick-slide {
	margin: 0 15px;
	padding: 0;
}

#topics .topics-slider .slick-slide img {
	width: 360px;
}

#topics .topics-slider .slick-slide a {
	display: block;
}

#topics .topics-slider .slick-slide a:hover {
	opacity: 0.6;
}

#topics .topics-slider .slick-arrow {
	overflow: hidden;
	outline: none;
	position: absolute;
	top: calc(50% - 6px);
	z-index: 100;
	border: none;
	padding: 0;
	width: 62px;
	height: 12px;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	transition: all 0.3s;
}

#topics .topics-slider .slick-arrow.slick-prev {
	left: -30px;
	background-image: url(../img/btn_arrow_prev.png);
}

#topics .topics-slider .slick-arrow.slick-prev:hover {
	left: -35px;
}

#topics .topics-slider .slick-arrow.slick-next {
	right: -30px;
	background-image: url(../img/btn_arrow_next.png);
}

#topics .topics-slider .slick-arrow.slick-next:hover {
	right: -35px;
}

#topics .topics-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	line-height: 0;
	text-align: center;
}

#topics .topics-slider .slick-dots > li {
	opacity: 0.5;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s;
}

#topics .topics-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 15px;
	height: 5px;
	background: #bfa46f;
	font-size: 1px;
	text-indent: -9999px;
}

#topics .topics-slider .slick-dots > li.slick-active {
	opacity: 1;
}

#Wrap > section:not(#main,
#topics) {
	position: relative;
	z-index: 1;
	margin: 200px auto 0;
}

#Wrap > section:not(#main,
#topics) > h1 {
	margin: 0 auto;
	width: 1020px;
	text-align: left;
}

#Wrap > section:not(#main,
#topics) > h1 .main {
	display: inline-block;
	margin: -2px;
	padding: 2px;
	background: linear-gradient(to right, #bfa46f, #fdf0d5);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 3.8em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#Wrap > section:not(#main,
#topics) > h1 .sub {
	display: flex;
	align-items: center;
	color: #bfa46f;
	font-size: 1.1em;
	line-height: 1.6em;
}

#Wrap > section:not(#main,
#topics) > h1 .sub::before {
	content: "";
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(../img/ttl_deco.png) center/contain no-repeat;
}

#Wrap > section:not(#main,
#topics) .more {
	position: absolute;
	right: calc(50% - 510px);
	top: 0;
}

#Wrap > section:not(#main,
#topics) .more .button {
	width: 220px;
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-weight: 400;
}

#Wrap > section#news .inner {
	margin: 50px auto 0;
	width: 1020px;
}

#Wrap > section#introduction::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -100px;
	z-index: -1;
	width: 390px;
	height: 400px;
	background: transparent url(../img/top/img_deco_01.png) 100% 100%/contain no-repeat;
}

#Wrap > section#introduction .layout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 60px;
}

#Wrap > section#introduction .layout > .movie {
	width: 50%;
}

#Wrap > section#introduction .layout > .movie a {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
}

#Wrap > section#introduction .layout > .movie a > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	transition: all 0.2s linear;
}

#Wrap > section#introduction .layout > .movie a > span::before,
#Wrap > section#introduction .layout > .movie a > span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#Wrap > section#introduction .layout > .movie a > span::before {
	z-index: 20;
	background: transparent url(../img/top/icon_movieplay02.png) center/120px auto no-repeat;
	animation: movie_rotate 6s linear infinite;
}

#Wrap > section#introduction .layout > .movie a > span::after {
	z-index: 10;
	background: rgba(0, 0, 0, 0.2) url(../img/top/icon_movieplay01.png) center/120px auto no-repeat;
}

#Wrap > section#introduction .layout > .movie a:hover > span {
	transform: scale(1.2);
}

#Wrap > section#introduction .layout > .movie a video {
	position: absolute;
	left: 50%;
	z-index: 1;
	width: auto;
	max-width: none;
	height: 100%;
	transform: translateX(-50%);
}

#Wrap > section#introduction .layout > .desc {
	width: calc(50% - 70px);
	text-align: left;
}

#Wrap > section#introduction .layout > .desc .lead {
	margin-bottom: 30px;
}

#Wrap > section#introduction .layout > .desc .lead img {
	width: 460px;
}

#Wrap > section#introduction .layout > .desc .texts {
	font-size: 1.1em;
	line-height: 1.6em;
}

#Wrap > section#introduction .layout > .desc .texts .para {
	margin-top: 1.2em;
}

#Wrap > section#introduction .layout > .desc .texts .end {
	margin-top: 0.6em;
	color: #9ad7f0;
	font-size: 1.4em;
	line-height: 1.6em;
}

#Wrap > section#character::before {
	content: "";
	position: absolute;
	left: 0;
	top: 150px;
	z-index: -1;
	width: 100%;
	height: 540px;
	background-color: transparent;
	background-image: url(../img/top/character_bg_pattern.png), url(../img/top/character_bg.jpg);
	background-position: 50% 0, 50% 100%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

#Wrap > section#character::after {
	content: "";
	position: absolute;
	left: 0;
	top: 490px;
	z-index: -1;
	width: 100%;
	height: 200px;
	background: #000;
}

#Wrap > section#character .character-slider {
	margin-top: 20px;
}

#Wrap > section#character .character-slider .slick-slide {
	position: relative;
	z-index: 1;
	width: 280px;
	height: 600px;
}

#Wrap > section#character .character-slider .slick-slide a {
	overflow: hidden;
	display: block;
	position: relative;
	left: -40px;
	top: 0;
	z-index: 1;
	width: 360px;
	height: 600px;
	transform: scale(0.8);
	transition: transform 0.3s ease-out;
}

#Wrap > section#character .character-slider .slick-slide a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 100;
	width: 138px;
	height: 138px;
	background: transparent url(../img/top/character_deco_frame.png) center/contain no-repeat;
}

#Wrap > section#character .character-slider .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/top/character_deco_bg.png) 50% 120px/contain no-repeat;
}

#Wrap > section#character .character-slider .slick-slide a .name {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 100;
}

#Wrap > section#character .character-slider .slick-slide a::before,
#Wrap > section#character .character-slider .slick-slide a::after,
#Wrap > section#character .character-slider .slick-slide a .name {
	opacity: 0;
	transition: all 0.6s ease-out 0.2s;
}

#Wrap > section#character .character-slider .slick-slide a .char {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background 0.2s linear;
}

#Wrap > section#character .character-slider .slick-slide a.view {
	transform: scale(1);
}

#Wrap > section#character .character-slider .slick-slide a.view::before,
#Wrap > section#character .character-slider .slick-slide a.view::after,
#Wrap > section#character .character-slider .slick-slide a.view .name {
	opacity: 1;
}

#Wrap > section#character .character-slider .slick-slide.slick-current a:hover {
	transform: scale(0.95);
}

#Wrap > section#character .character-slider .slick-slide:not(.slick-current)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#Wrap > section#character .character-slider .slick-slide a.c01 .char {
	background-image: url(../img/top/character01_off.png);
}

#Wrap > section#character .character-slider .slick-slide a.c01.view .char {
	background-image: url(../img/top/character01_on.png);
}

#Wrap > section#character .character-slider .slick-slide a.c02 .char {
	background-image: url(../img/top/character02_off.png);
}

#Wrap > section#character .character-slider .slick-slide a.c02.view .char {
	background-image: url(../img/top/character02_on.png);
}

#Wrap > section#character .character-slider .slick-slide a.c03 .char {
	background-image: url(../img/top/character03_off.png);
}

#Wrap > section#character .character-slider .slick-slide a.c03.view .char {
	background-image: url(../img/top/character03_on.png);
}

#Wrap > section#character .character-slider .slick-slide a.c04 .char {
	background-image: url(../img/top/character04_off.png);
}

#Wrap > section#character .character-slider .slick-slide a.c04.view .char {
	background-image: url(../img/top/character04_on.png);
}

#Wrap > section#character .character-slider .slick-slide a.c05 .char {
	background-image: url(../img/top/character05_off.png);
}

#Wrap > section#character .character-slider .slick-slide a.c05.view .char {
	background-image: url(../img/top/character05_on.png);
}

#Wrap > section#character .character-slider .slick-slide a.c06 .char {
	background-image: url(../img/top/character06_off.png);
}

#Wrap > section#character .character-slider .slick-slide a.c06.view .char {
	background-image: url(../img/top/character06_on.png);
}

#Wrap > section#character .character-slider .slick-arrow {
	overflow: hidden;
	outline: none;
	position: absolute;
	z-index: 1000;
	border: none;
	padding: 0;
	width: 62px;
	height: 12px;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	transition: all 0.3s;
}

#Wrap > section#character .character-slider .slick-arrow.slick-prev {
	bottom: 60px;
	left: calc(50% + 100px);
	background-image: url(../img/btn_arrow_prev.png);
}

#Wrap > section#character .character-slider .slick-arrow.slick-prev:hover {
	left: calc(50% + 95px);
}

#Wrap > section#character .character-slider .slick-arrow.slick-next {
	bottom: 90px;
	left: calc(50% + 120px);
	background-image: url(../img/btn_arrow_next.png);
}

#Wrap > section#character .character-slider .slick-arrow.slick-next:hover {
	left: calc(50% + 125px);
}

#Wrap > section#product::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 500px;
	height: 380px;
	background: transparent url(../img/top/img_deco_02.png) 100% 100%/contain no-repeat;
}

#Wrap > section#product > h1 {
	transform-origin: 0 0;
	transform: rotate(90deg);
}

#Wrap > section#product > h1 .main {
	transform: translateY(-60px);
}

#Wrap > section#product > h1 .sub {
	letter-spacing: 0.1em;
	transform: translateY(-170px);
}

#Wrap > section#product > h1 .sub > span {
	transform: rotate(-90deg);
}

#Wrap > section#product .layout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: -100px auto 0;
	padding-left: 200px;
	width: 820px;
}

#Wrap > section#product .layout > .package {
	width: 360px;
}

#Wrap > section#product .layout > .package .link {
	margin-top: 30px;
}

#Wrap > section#product .layout > .package .link .button {
	height: 80px;
}

#Wrap > section#product .layout > .desc {
	width: 400px;
}

#Wrap > section#product .layout > .desc .logo {
	margin-bottom: 40px;
	line-height: 0;
	text-align: center;
}

#Wrap > section#product .layout > .desc .logo img {
	width: 350px;
}

#Wrap > section#product .layout > .desc .spec {
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(191, 164, 111, 0.3);
	padding: 20px 0 15px;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
}

#Wrap > section#product .layout > .desc .spec table th,
#Wrap > section#product .layout > .desc .spec table td {
	font-weight: 400;
	vertical-align: top;
}

#Wrap > section#product .layout > .desc .spec table th {
	color: #bfa46f;
}

@media screen and (max-width: 750px) {

#main {
	display: block;
}

#main > .visual {
	width: auto;
}

#main > .title {
	width: auto;
}

#main > .visual > li {
	left: 0;
	width: 100%;
}

#main > .visual > li::before {
	top: auto;
	bottom: 0;
	width: 240px;
	height: 40px;
	font-size: 1.1em;
	line-height: 0;
	transform: rotate(0) translateX(0);
}

#main > .visual > li.v01:not(.cur) .catch {
	transform: translateX(0);
}

#main > .visual > li.v01:not(.cur) .illust {
	opacity: 0;
	transform: translateX(0);
}

#main > .visual > li.v02:not(.cur) .illust {
	opacity: 0;
	transform: translateX(0);
}

#main > .title > div {
	padding: 15px 40px 80px;
	width: auto;
	min-height: 0;
}

#main > .title h1 img {
	width: auto;
}

#main > .title .onsale {
	margin: 56px 0 80px;
	width: auto;
}

#main > .title .famitsu {
	margin: -30px 0 40px;
}

#main > .title .famitsu img {
	max-width: none;
}

#main > .title .banner-slider {
	margin-bottom: 80px;
	width: 100%;
}

#main > .title .banner-slider .slick-slide a:hover {
	opacity: 1;
}

#main > .title .banner-slider .slick-dots {
	margin-top: 20px;
}

#main > .title .banner-slider .slick-dots > li {
	margin: 0 5px;
}

#main > .title .banner-slider .slick-dots > li button {
	width: 28px;
	height: 10px;
}

#main > .title .accounts {
	border-width: 2px 0;
	padding: 20px 0;
}

#main > .title .accounts > dt {
	font-size: 1.2em;
	line-height: 1.2em;
}

#main > .title .accounts > dd {
	margin-left: 20px;
	width: 50px;
}

#main > .title .accounts > dd a:hover {
	transform: scale(1);
}

#topics {
	padding-bottom: 60px;
}

#topics .topics-slider {
	width: auto;
}

#topics .topics-slider .slick-slide {
	margin: 0 11px;
}

#topics .topics-slider .slick-slide img {
	width: 460px;
}

#topics .topics-slider .slick-slide a:hover {
	opacity: 1;
}

#topics .topics-slider .slick-arrow.slick-prev {
	left: 40px !important;
}

#topics .topics-slider .slick-arrow.slick-next {
	right: 40px !important;
}

#topics .topics-slider .slick-dots {
	bottom: -30px;
}

#topics .topics-slider .slick-dots > li {
	margin: 0 5px;
}

#topics .topics-slider .slick-dots > li button {
	width: 28px;
	height: 10px;
}

#Wrap > section:not(#main,
#topics) {
	margin-top: 150px;
}

#Wrap > section:not(#main,
#topics) > h1 {
	width: 670px;
}

#Wrap > section:not(#main,
#topics) > h1 .main {
	font-size: 2.7em;
	line-height: 1em;
	letter-spacing: 0.02em;
}

#Wrap > section:not(#main,
#topics) > h1 .sub {
	font-size: 1em;
	line-height: 1.6em;
}

#Wrap > section:not(#main,
#topics) .more {
	position: static;
	margin-top: 50px;
}

#Wrap > section:not(#main,
#topics) .more .button {
	margin: 0 auto;
	width: 360px;
	font-size: 1.4em;
	line-height: 0;
}

#Wrap > section#news .inner {
	overflow: auto;
	padding: 0 40px;
	width: auto;
}

#Wrap > section#news .inner .thumbs-list {
	flex-flow: row nowrap;
}

#Wrap > section#news .inner .thumbs-list > li {
	margin-top: 0 !important;
	width: 480px !important;
}

#Wrap > section#introduction::after {
	bottom: auto;
	top: -100px;
}

#Wrap > section#introduction .layout {
	display: block;
}

#Wrap > section#introduction .layout > .movie {
	width: calc(100% - 40px);
}

#Wrap > section#introduction .layout > .movie a:hover > span {
	transform: scale(1);
}

#Wrap > section#introduction .layout > .movie a video {
	position: static;
	width: 100%;
	height: auto;
	transform: translateX(0);
}

#Wrap > section#introduction .layout > .desc {
	padding: 50px 40px 0;
	width: auto;
}

#Wrap > section#introduction .layout > .desc .lead {
	margin-bottom: 50px;
}

#Wrap > section#introduction .layout > .desc .lead img {
	width: auto;
}

#Wrap > section#introduction .layout > .desc .texts {
	padding-left: 80px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#Wrap > section#introduction .layout > .desc .texts .para {
	margin-top: 1.2em;
}

#Wrap > section#introduction .layout > .desc .texts .end {
	font-size: 1.35em;
	line-height: 1.6em;
}

#Wrap > section#character .character-slider .slick-slide.slick-current a:hover {
	transform: scale(1);
}

#Wrap > section#character .character-slider .slick-arrow.slick-prev:hover {
	left: calc(50% + 10px);
}

#Wrap > section#character .character-slider .slick-arrow.slick-next:hover {
	left: calc(50% + 120px);
}

#Wrap > section#product::after {
	top: -100px;
}

#Wrap > section#product > h1 .sub {
	transform: translateY(-190px);
}

#Wrap > section#product .layout {
	display: block;
	margin-top: -110px;
	padding: 0 0 160px;
	width: auto;
}

#Wrap > section#product .layout > .package {
	padding-left: 205px;
	width: 500px;
}

#Wrap > section#product .layout > .package .link {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
}

#Wrap > section#product .layout > .package .link .button {
	margin: 0 auto;
	width: 360px;
	height: 100px;
}

#Wrap > section#product .layout > .desc {
	padding: 80px 40px 0;
	width: auto;
}

#Wrap > section#product .layout > .desc .logo img {
	width: auto;
}

#Wrap > section#product .layout > .desc .spec {
	border-width: 2px 0;
	padding: 30px 0 25px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
}

}

@keyframes movie_rotate {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}


/*# sourceMappingURL=../map/top.css.map */
