body {
	color: #071330;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: "dnp-shuei-mgothic-std", YakuHanRP, "fot-tsukuardgothic-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	transition: all 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; /*background:url("../img/bg_sp.jpg");*/
	background-size: contain;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.modal {
	overflow: hidden;
}

body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	border-top: 4px solid black;
	z-index: 111111;
	width: 100%;
}

body::after {
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	border-bottom: 4px solid black;
	z-index: 111111;
	width: 100%;
}

a {
	outline: none;
	color: #c465a5;
	text-decoration: underline;
	transition: all 0.4s;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

rt {
	transform: translateY(0.2em);
}

.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}

.under {
	text-decoration: underline;
}

.dis {
	text-decoration: line-through;
}

.mgtQp {
	margin-top: 7.2px !important;
}

.mgtTp {
	margin-top: 9.6px !important;
}

.mgtHp {
	margin-top: 14.4px !important;
}

.mgt1p {
	margin-top: 28.8px !important;
}

.mgt1Hp {
	margin-top: 43.2px !important;
}

.mgt2p {
	margin-top: 57.6px !important;
}

.mgt2Hp {
	margin-top: 72px !important;
}

.mgt3p {
	margin-top: 86.4px !important;
}

.mgbQp {
	margin-bottom: 7.2px !important;
}

.mgbTp {
	margin-bottom: 9.6px !important;
}

.mgbHp {
	margin-bottom: 14.4px !important;
}

.mgb1p {
	margin-bottom: 28.8px !important;
}

.mgb1Hp {
	margin-bottom: 43.2px !important;
}

.mgb2p {
	margin-bottom: 57.6px !important;
}

.mgb2Hp {
	margin-bottom: 72px !important;
}

.mgb3p {
	margin-bottom: 86.4px !important;
}

.fsS {
	font-size: 0.85em !important;
	line-height: 1.8em !important;
}

.fsL {
	font-size: 1.25em !important;
	line-height: 1.8em !important;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.w1 {
	width: 1em !important;
}

.w2 {
	width: 2em !important;
}

.w3 {
	width: 3em !important;
}

.w4 {
	width: 4em !important;
}

.w5 {
	width: 5em !important;
}

.w6 {
	width: 6em !important;
}

.w7 {
	width: 7em !important;
}

.w8 {
	width: 8em !important;
}

.w9 {
	width: 9em !important;
}

.w10 {
	width: 10em !important;
}

.w11 {
	width: 11em !important;
}

.w12 {
	width: 12em !important;
}

.w13 {
	width: 13em !important;
}

.w14 {
	width: 14em !important;
}

.w15 {
	width: 15em !important;
}

.w16 {
	width: 16em !important;
}

.w17 {
	width: 17em !important;
}

.w18 {
	width: 18em !important;
}

.w19 {
	width: 19em !important;
}

.w20 {
	width: 20em !important;
}

.w21 {
	width: 21em !important;
}

.w22 {
	width: 22em !important;
}

.w23 {
	width: 23em !important;
}

.w24 {
	width: 24em !important;
}

.w25 {
	width: 25em !important;
}

.w26 {
	width: 26em !important;
}

.w27 {
	width: 27em !important;
}

.w28 {
	width: 28em !important;
}

.w29 {
	width: 29em !important;
}

.w30 {
	width: 30em !important;
}

.buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.buttons .button {
	display: flex;
	min-width: 0;
}

.buttons > li {
	margin-top: 30px;
}

.buttons.c2 > li {
	width: calc((100% - 20px) / 2);
}

.buttons.c3 > li {
	width: calc((100% - 40px) / 3);
}

table.def {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4);
	width: 100%;
	font-size: 0.9em;
	line-height: 1.6em;
}

table.def th,
table.def td {
	border-width: 1px 0 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4);
	text-align: left;
}

table.def th {
	position: relative;
	z-index: 1;
	padding: 15px 15px 15px 0;
	line-height: 1.4em;
	font-weight: 400;
	white-space: nowrap;
}

table.def td {
	padding: 10px 0;
}

ul.def {
	font-size: inherit;
	line-height: 2em !important;
	text-align: left;
}

ul.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def > li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def.disc > li::before {
	content: "・";
}

ul.def.asta > li::before {
	content: "※";
}

.normal-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 1000;
	width: 100%;
	line-height: 0;
	text-align: center;
}

.normal-slider .slick-dots > li {
	display: inline-block;
	margin: 0 3px;
	line-height: 0;
}

.normal-slider .slick-dots > li button {
	box-sizing: border-box;
	overflow: hidden;
	outline: none;
	border: 1px solid #071330;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	background: #fff;
	font-size: 1px;
	text-indent: -9999px;
	transition: all 0.4s;
}

.normal-slider .slick-dots > li.slick-active button,
.normal-slider .slick-dots > li:not(.slick-active) button:hover {
	background: #c466a4;
}

.product-slider {
	margin: 30px 40px 0;
}

.product-slider .slick-list {
	border: 2px solid #071330;
}

.product-slider .slick-dots {
	margin-top: 15px;
}

.product-slider .slick-dots > li {
	display: inline-block;
	width: calc((100% - 32px) / 5);
	margin-bottom: 8px;
}

.product-slider .slick-dots > li:not(:nth-of-type(5n+1)) {
	margin-left: 8px;
}

.product-slider .slick-dots > li button {
	box-sizing: border-box;
	border: 2px solid #071330;
	padding: 0;
	background: #c565a4;
}

.product-slider .slick-dots > li button img {
	transition: all 0.3s;
}

.product-slider .slick-dots > li.slick-active button img,
.product-slider .slick-dots > li:not(.slick-active) button:hover img {
	opacity: 0.6;
}

.scrollShowTarget {
	opacity: 0;
	transform: scale(0);
	transition: transform 0.6s cubic-bezier(0.18, 1.36, 0.56, 0.96), opacity 0.3s ease-in;
}

.scrollShowTarget.scrollShow {
	opacity: 1;
	transform: scale(1);
}

#Splash {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 0;
	text-align: center;
}

#Splash.show {
	z-index: 590000;
	opacity: 1;
}

#Splash > div {
	opacity: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.6);
	transition: opacity 1s ease-out, transform 1s ease-out 0.4s; /*		&::after{
				content:'';
				position:fixed;
				left:0;
				bottom:0;
				z-index:999999;
				width:100%;
				height:100%;
				background:transparent url(../img/bg.jpg) 0 0/cover no-repeat;
				transition:1.0s linear;
			}*/
}

#Splash > div img {
	opacity: 0;
	max-width: 50%; /*transform:rotate(-1440deg);
	transition:transform 1.6s cubic-bezier(.8,1.41,.94,.93);*/
}

#Splash > div.show {
	opacity: 1;
	transform: scale(1);
}

#Splash > div.show img {
	opacity: 1;
	transform: rotate(0deg);
}

#Nv > .oc {
	overflow: hidden;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 50010;
	border-radius: 100%;
	width: 130px;
	height: 130px;
	background-image: url("../img/menu_btn_base.png"), url("../img/menu_btn_shadow.png"); /* 回転アニメーションの定義 */ /* @keyframes rotate {
	            0% {
	                transform: rotate(0deg);
	            }
	            100% {
	                transform: rotate(360deg);
	            }
	        }*/ /*&::after{
		content: "";
		position: absolute;
		background-image: url("../img/menu_btn_base.png");
	nimation: rotate 5s infinite linear;
		width: 120px;
		height: 120px;
		top: 0;
		left: 0;
	}*/
}

#Nv > .oc::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/menu_btn.png) center/contain no-repeat;
	transition: background 0.4s;
	animation: none;
	width: 130px;
	height: 130px;
}

#Nv > .menu {
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: calc(100% - 562px);
	min-width: 340px;
	height: 100vh;
	text-align: center;
	transition: all 0.2s linear;
	padding: 0 50px;
	border-left: 4px #071330 solid;
	background: url("../img/bg_pattern.png"); /*.hop {
	  animation: hop 2.44s ease infinite;
	  transform-origin: 50% 50%;
	}*/ /*@keyframes katakata {
	  0% {transform:translate(0, 0) rotate(0deg);}
	  21% {transform:translate(0, 0) rotate(0deg);}

	  22% {transform:translate(0, 0) rotate(-3deg);}
	  23% {transform:translate(0, -1px) rotate(0deg);}
	  24% {transform:translate(0, -1px) rotate(3deg);}

	  25% {transform:translate(1px, 0) rotate(-2deg);}
	  26% {transform:translate(0, 1px) rotate(0deg);}
	  27% {transform:translate(0, 0) rotate(3deg);}

	  28% {transform:translate(0, 0) rotate(0deg);}
	  100% {transform:translate(0, 0) rotate(0deg);}
	}*/
}

#Nv > .menu::before {
	content: "";
	background-image: url("../img/side_deco_left_pc.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 170px;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#Nv > .menu::after {
	content: "";
	background-image: url("../img/side_deco_right_pc.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 170px;
	height: 220px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#Nv > .menu h1 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

#Nv > .menu .side_wrap {
	position: relative;
	max-width: 950px;
	width: 100%;
	margin: 15px auto 20px;
	height: 414px; /*.chara_a.animation{
		animation: hop 2.44s ease infinite;
				transform-origin: 50% 50%;
	}*/
}

#Nv > .menu .side_wrap .chara_a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	animation: hop 2.44s ease infinite;
	transform-origin: 50% 50%; /*animation:katakata 8s infinite ease-in-out alternate;*/
}

#Nv > .menu .side_wrap .chara_a img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#Nv > .menu .side_wrap .chara01 {
	animation-delay: 22s;
}

#Nv > .menu .side_wrap .chara02 {
	animation-delay: 10s;
}

#Nv > .menu .side_wrap .chara03 {
	animation-delay: 18s;
}

#Nv > .menu .side_wrap .chara04 {
	animation-delay: 5s;
}

#Nv > .menu .side_wrap .chara05 {
	animation-delay: 14s;
}

#Nv > .menu .side_wrap .chara06 {
	animation-delay: 12s;
}

#Nv > .menu .side_wrap .chara07 {
	animation-delay: 3s;
}

#Nv > .menu > ul {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#Nv > .menu > ul > li {
	margin: 10px 0;
	width: 30%;
}

#Nv > .menu > ul > li a {
	background-color: #f2b425;
	border-radius: 60px;
	display: block;
	font-weight: bold;
	max-width: 300px;
	padding: 10px 20px 12px;
	border: solid 2px #071330;
	box-shadow: 0 4px 0 #071330;
	position: relative;
	display: flex;
	align-items: center;
}

#Nv > .menu > ul > li a::before {
	content: "";
	background-image: url("../img/btn_pattern.png");
	position: absolute;
	width: 100%;
	height: 65%;
	left: 0;
	bottom: 0;
	border-radius: 0px 0px 60px 60px; /* 左上、右上、右下、左下 */
}

#Nv > .menu > ul > li a img {
	position: relative;
	z-index: 1;
}

#Nv > .menu > ul > li.cur a,
#Nv > .menu > ul > li a:hover {
	transform: translateY(4px);
	box-shadow: none;
}

#Nv.show > .oc::before {
	background-image: url(../img/menu_btn_close.png);
}

#Nv.show > .menu {
	top: 0;
}

#Wrap {
	box-sizing: border-box;
	position: relative;
	z-index: 10000;
	margin-left: auto;
	border-width: 0 4px;
	border-style: solid;
	border-color: #071330;
	padding: 0 0px;
	width: 562px;
	min-height: 100vh;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#Wrap .date {
	position: absolute;
	z-index: 1;
	max-width: 160px;
	width: 100%;
}

#Wrap > section {
	position: relative;
	z-index: 1;
	padding: 100px 30px;
}

#Wrap > section > h1 {
	margin-bottom: 50px;
	text-align: center;
}

#Wrap > section > h1 .ttl_deco {
	margin: 0 auto -20px;
	display: block;
	width: 120px;
}

#Wrap::before {
	content: "";
	position: fixed;
	z-index: 0;
	max-width: 554px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/bg_sp.jpg");
}

#Wrap > #Main {
	position: relative; /*height: 100vh;*/
}

#Wrap > #Main::before {
	content: "";
	background: url("../img/deco_line.png");
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
}

#Wrap > #Main::after {
	content: "";
	background: url("../img/deco_line.png");
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
}

#Wrap > #Main .inner {
	position: relative;
	background: url("../img/main_00frame.png") no-repeat top center;
	background-size: contain;
	padding-bottom: 120px;
}

#Wrap > #Main .inner .deco {
	position: absolute;
	top: 0;
	z-index: 1;
}

#Wrap > #Main .inner h1 {
	position: absolute;
	top: 0;
	z-index: 1;
}

#Wrap > #Main .inner .thumbnail-slider li {
	width: 12.5% !important;
	border-radius: 8px;
	border: 2px solid #1a1938;
	transition: 0.3s;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(1) {
	background: #c1ece3;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(2) {
	background: #ffcbcf;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(3) {
	background: #fbe9b7;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(4) {
	background: #e9c5e6;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(5) {
	background: #d4f1ff;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(6) {
	background: #f9d8ad;
}

#Wrap > #Main .inner .thumbnail-slider li:nth-child(7) {
	background: #abd6de;
}

#Wrap > #Main .inner .thumbnail-slider li:hover {
	opacity: 0.6;
	cursor: pointer;
}

#Wrap > #Main .inner .thumbnail-slider .slick-track {
	transform: unset !important;
	width: 91.5% !important;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	padding: 0 0px;
}

#Wrap > #Main .inner .thumbnail-slider .slick-current {
	opacity: 0.7;
}

#Wrap > footer {
	position: relative;
	z-index: 10000;
	padding: 88px 30px; /*	background:#3ebde0;*/
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
}

#Wrap > footer .share > dt {
	margin-bottom: 15px;
}

#Wrap > footer .share > dd {
	line-height: 0;
}

#Wrap > footer .share > dd > ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

#Wrap > footer .share > dd > ul > li {
	margin: 0 7px;
}

#Wrap > footer .share > dd a {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-color: #f2b425;
	border-radius: 100%;
	display: block;
	font-weight: bold;
	max-width: 300px;
	padding: 15px;
	border: solid 2px #071330;
	box-shadow: 0 4px 0 #071330;
}

#Wrap > footer .share > dd a img {
	width: 36px;
}

#Wrap > footer .share > dd a:hover {
	transform: translateY(4px);
	box-shadow: none;
}

#Wrap > footer .official {
	margin: 60px 0;
}

#Wrap > footer .official .button {
	background-color: #f2b425;
	border-radius: 60px;
	display: block;
	font-weight: bold;
	max-width: 380px;
	padding: 10px 20px 12px;
	border: solid 2px #071330;
	box-shadow: 0 4px 0 #071330;
	position: relative;
	margin: 0 auto;
}

#Wrap > footer .official .button img {
	position: relative;
	z-index: 1;
	width: 85%;
}

#Wrap > footer .official .button::before {
	content: "";
	background-image: url(../img/btn_pattern.png);
	position: absolute;
	width: calc(100% - 8px);
	height: 40%;
	left: 4px;
	bottom: 0px;
	border-radius: 0px 0px 60px 60px;
}

#Wrap > footer .official .button:hover {
	transform: translateY(4px);
	box-shadow: none;
}

#Wrap > #Intro {
	background: #fefbea;
}

#Wrap > #Intro > .inner {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-align: justify;
}

#Wrap > #Outline {
	background: #fefbea;
	padding-top: 0;
	padding-bottom: 70px;
}

#Wrap > #Outline > h1 {
	border-top: 4px #071330 solid;
	padding-top: 50px;
}

#Wrap > #Outline dl {
	padding-bottom: 70px;
}

#Wrap > #Outline dl dt {
	width: 100%;
	border-top: solid 2px #c465a5;
	position: relative;
	padding-bottom: 45px;
}

#Wrap > #Outline dl dt span {
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	color: #faf2c3;
	background: #c465a5;
	padding: 8px 30px 12px;
	border-radius: 30px;
	font-size: 1.65em;
}

#Wrap > #Outline dl dt::before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 2px #c465a5;
	position: absolute;
	top: 5px;
	left: 0px;
}

#Wrap > #Outline dl dd {
	font-size: 1.25em;
}

#Wrap > #Outline dl dd p .tit {
	color: #c465a5;
	display: block;
}

#Wrap > #Outline dl dd ul {
	font-size: 0.95em;
}

#Wrap > #Outline .link a {
	background-color: #f2b425;
	border-radius: 60px;
	display: block;
	font-weight: bold;
	max-width: 380px;
	padding: 20px 20px 22px;
	border: solid 2px #071330;
	box-shadow: 0 4px 0 #071330;
	position: relative;
	text-decoration: none;
	color: #071330;
	text-align: center;
	font-size: 1.5em;
	margin: 35px auto 0;
	position: relative;
	z-index: 1;
}

#Wrap > #Outline .link a::before {
	content: "";
	background-image: url(../img/btn_pattern.png);
	position: absolute;
	width: calc(100% - 8px);
	height: 40%;
	left: 4px;
	bottom: 0px;
	border-radius: 0px 0px 60px 60px;
	z-index: -1;
}

#Wrap > #Outline .link a:hover {
	transform: translateY(4px);
	box-shadow: none;
}

#Wrap > #Goods {
	position: relative;
}

#Wrap > #Goods::before {
	content: "";
	background: url(../img/deco_line.png);
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0;
}

#Wrap > #Goods::after {
	content: "";
	background: url(../img/deco_line.png);
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

#Wrap > #Goods .inner .special_item {
	background-image: url("../img/goods_special_bg_repeat.png"), url("../img/bg_pattern.png");
	background-repeat: repeat-y, repeat;
	background-size: contain, auto;
	position: relative;
	border-radius: 30px;
	padding: 30px 0 90px;
}

#Wrap > #Goods .inner .special_item::before {
	content: "";
	background: url(../img/goods_special_bg_top.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 222px;
	position: absolute;
	top: -155px;
}

#Wrap > #Goods .inner .special_item::after {
	content: "";
	background: url("../img/goods_special_bg_bottom.png") no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: -15px;
}

#Wrap > #Goods .inner .cau_wrap {
	font-size: 1.1em;
	width: 100%;
	padding: 25px 0;
	border-top: solid 2px #071330;
	border-bottom: solid 2px #071330;
	position: relative;
}

#Wrap > #Goods .inner .cau_wrap::before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 2px #071330;
	position: absolute;
	top: 5px;
	left: 0px;
}

#Wrap > #Goods .inner .cau_wrap::after {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 2px #071330;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#Wrap > #Goods .inner .cau_wrap:last-of-type {
	border-top: none;
}

#Wrap > #Goods .inner .cau_wrap:last-of-type::before {
	content: none;
}

.special_item .cont,
.modal-content .cont {
	padding: 30px 40px 0;
}

.special_item .cont .tit,
.modal-content .cont .tit {
	color: #c566a4;
	font-weight: bold;
	font-size: 1.85em;
	line-height: 1.25;
	margin-top: -8px;
}

.special_item .cont .pri,
.modal-content .cont .pri {
	font-weight: bold;
	padding: 10px 0px 12px;
	font-size: 1.7em;
}

.special_item .cont .pri::after,
.modal-content .cont .pri::after {
	content: "(税込)";
	font-size: 1.5rem;
}

.special_item .cont .ico,
.modal-content .cont .ico {
	display: flex;
}

.special_item .cont .ico li,
.modal-content .cont .ico li {
	color: #faf2c3;
	background: #c566a4;
	padding: 6px 25px 9px;
	margin-right: 10px;
	border-radius: 20px;
	line-height: 1;
	font-size: 1.2em;
}

.special_item .cont .note,
.modal-content .cont .note {
	max-width: 800px;
	width: 100%;
	margin: 30px auto 0;
}

.special_item .cont .note .cau,
.modal-content .cont .note .cau {
	padding-top: 15px;
	text-align: justify;
}

.special_item .cont .note dl,
.modal-content .cont .note dl {
	border-top: solid 2px #c465a5;
	display: flex;
	padding: 22px 0 17px;
	align-items: flex-start;
	position: relative;
	flex-direction: column;
	font-size: 1.15em;
}

.special_item .cont .note dl::before,
.modal-content .cont .note dl::before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 2px #c465a5;
	position: absolute;
	top: 5px;
	left: 0px;
}

.special_item .cont .note dl dt,
.modal-content .cont .note dl dt {
	color: #c465a5;
	padding-bottom: 5px;
}

.special_item .cont .note dl:last-of-type,
.modal-content .cont .note dl:last-of-type {
	border-bottom: solid 2px #c465a5;
	position: relative;
}

.special_item .cont .note dl:last-of-type::before,
.modal-content .cont .note dl:last-of-type::before {
	content: "";
	display: block;
	width: 100%;
	border-bottom: solid 2px #c465a5;
	position: absolute;
	bottom: -8px;
	left: 0px;
}

.modal-content .cont {
	padding: 0;
	max-width: 490px;
	width: 100%;
}

.new_icon_b {
	position: relative;
}

.new_icon_b::before {
	content: "";
	position: absolute;
	z-index: 1;
	background-image: url("../img/ico_goods_new.png");
	background-size: contain;
	width: 70px;
	height: 70px;
	right: -10px;
	top: -10px;
}

.pop_out .pop_ul {
	width: 100%;
	margin: 110px auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pop_out .pop_ul > li {
	width: 47%;
	background: url("../img/bg_pattern.png");
	padding: 0 0 20px;
	transition: 0.3s;
	position: relative;
	border: 2px #071330 solid; /*}*/
}

.pop_out .pop_ul > li:nth-of-type(n+3) {
	margin-top: 30px;
}

.pop_out .pop_ul > li:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

.pop_out .pop_ul > li .tit {
	color: #c566a4;
	font-weight: bold;
	text-align: left;
	padding: 20px 15px 10px;
	font-size: 1.2em;
}

.pop_out .pop_ul > li .pri {
	text-align: left;
	font-weight: bold;
	padding: 0 15px;
	font-size: 1.2em;
}

.pop_out .pop_ul > li .pri::after {
	content: "(税込)";
	font-size: 1.4rem;
}

.pop_out .pop_ul > li .new_icon::before {
	content: "";
	position: absolute;
	z-index: 1;
	background-image: url("../img/ico_goods_new.png");
	background-size: contain;
	width: 50px;
	height: 50px;
	right: -10px;
	top: -10px;
}

.pop_out .pop_ul > li .normal-slider {
	border-bottom: 2px solid #071330;
}

.pop_out .pop_ul > li .normal-slider .slick-dots {
	bottom: 4px;
}

.pop_out .pop_ul > li .normal-slider .slick-dots > li button { /*width: 5px;
	height: 7px;*/
}

.pop_out .pop_ul > li .normal-slider .slick-dots > li.slick-active button {
	background: #c466a4;
}

.pop_out .pop_ul > li .normal-slider .slick-dots > li:not(.slick-active) button:hover {
	background: #fff;
}

.pop_out .pop_ul > li img.modalPic:hover {
	opacity: 1;
}

.modal_g {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
}

.modal-content {
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	background: rgba(31, 31, 27, 0.9);
}

.modal-content .inner {
	padding: 150px 0 0px;
	min-height: 100%;
	background: url(../img/bg_pc.jpg) no-repeat center center;
	background-size: cover;
}

.modal-content .inner::before {
	content: "";
	background: url(../img/deco_line.png);
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0;
}

.modal-content .inner .cont_inner {
	max-width: 930px;
	width: 100%;
	margin: 0 auto 50px;
	position: relative;
	background-image: url(../img/goods_modal_bg_repeat_pc.png), url(../img/bg_pattern.png);
	background-repeat: repeat-y, repeat;
	background-size: contain, auto;
	padding: 60px 60px;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
}

.modal-content .inner .cont_inner::before {
	content: "";
	position: absolute;
	background-image: url("../img/goods_modal_bg_top_pc.png");
	background-repeat: no-repeat;
	width: 1052px;
	height: 61px;
	top: -10px;
	left: -1px;
	background-size: cover;
}

.modal-content .inner .cont_inner::after {
	content: "";
	position: absolute;
	background-image: url("../img/goods_modal_bg_bottom_pc.png");
	background-repeat: no-repeat;
	width: 1052px;
	height: 61px;
	bottom: -10px;
	left: -1px;
	background-size: cover;
}

.modal-content .inner .flex_con {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.modal-content .inner .flex_con .product-slider {
	max-width: 400px;
	margin: 0;
}

.modal-content .inner .flex_con .product-slider .slick-list {
	border: 2px solid #071330;
}

.modal-content .inner .flex_con .product-slider .slick-dots {
	margin-top: 15px;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li {
	display: inline-block;
	width: calc((100% - 32px) / 5);
	margin-bottom: 8px;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li:not(:nth-of-type(5n+1)) {
	margin-left: 8px;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li button {
	box-sizing: border-box;
	border: 2px solid #071330;
	padding: 0;
	background: #c565a4;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li button img {
	transition: all 0.3s;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li.slick-active button img,
.modal-content .inner .flex_con .product-slider .slick-dots > li:not(.slick-active) button:hover img {
	opacity: 0.6;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.js-modal-close {
	background: url("../img/btn_modal_close.png") no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: -90px;
	top: -130px;
	border-radius: 50%;
}

.js-modal-close::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../img/btn_modalcolse.png") no-repeat center center;
	left: 21px;
	top: 20px;
}

.js-modal-close:hover {
	opacity: 0.7;
}

.last_btn {
	margin-bottom: 200px;
}

.last_btn a {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	height: 120px;
	line-height: 1.7;
}

.last_btn a::after {
	right: 50px;
	top: inherit;
}

#Wrap > #Privilege,
#Wrap > #Lottery {
	background: #fefbea;
}

#Wrap > #Privilege .img,
#Wrap > #Lottery .img {
	border: 2px #071330 solid;
}

#Wrap > #Privilege .lead,
#Wrap > #Lottery .lead {
	padding: 40px 0 30px;
	font-size: 1.3em;
	line-height: 2;
	text-align: justify;
}

#Wrap > #Privilege .cau_tit,
#Wrap > #Lottery .cau_tit {
	color: #c466a4;
}

#Wrap > #Privilege .item,
#Wrap > #Lottery .item {
	border: 2px #071330 solid;
	margin-bottom: 60px;
}

#Wrap > #Privilege .item > dt,
#Wrap > #Lottery .item > dt {
	text-align: center;
	background: #c466a4;
	color: #fff;
	font-size: 1.6em;
	padding: 15px 0 20px;
}

#Wrap > #Privilege .item > dd > dl,
#Wrap > #Lottery .item > dd > dl {
	border-top: 2px #071330 solid;
	display: flex;
	align-items: center;
	padding: 20px 15px;
}

#Wrap > #Privilege .item > dd > dl > dt,
#Wrap > #Lottery .item > dd > dl > dt {
	color: #fefbea;
	background: #c465a5;
	padding: 5px 22px 9px 25px;
	border-radius: 30px;
	font-size: 1.5em;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-right: 10px;
}

#Wrap > #Privilege .item > dd > dl > dd,
#Wrap > #Lottery .item > dd > dl > dd {
	color: #c465a5;
	font-size: 1.55em;
	padding-bottom: 5px;
	letter-spacing: -0.05em;
}

#Wrap > #Privilege .item > dd > dl > dd span,
#Wrap > #Lottery .item > dd > dl > dd span {
	font-size: 0.7em;
}

#Wrap > #Privilege .cau_wrap,
#Wrap > #Lottery .cau_wrap {
	font-size: 1.1em;
	width: 100%;
	padding: 25px 0;
	border-top: solid 2px #071330;
	border-bottom: solid 2px #071330;
	position: relative;
}

#Wrap > #Privilege .cau_wrap::before,
#Wrap > #Lottery .cau_wrap::before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 2px #071330;
	position: absolute;
	top: 5px;
	left: 0px;
}

#Wrap > #Privilege .cau_wrap::after,
#Wrap > #Lottery .cau_wrap::after {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 2px #071330;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#Wrap > #Lottery {
	padding-top: 0;
	padding-bottom: 70px;
}

#Wrap > #Lottery::after {
	content: "";
	background: url(../img/deco_line.png);
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

#Wrap > #Lottery > h1 {
	border-top: 4px #071330 solid;
	padding-top: 50px;
}

body.modal {
	overflow: hidden;
}

.modalPic,
[data-modal-pic],
[data-modal-page] {
	cursor: pointer;
}

img.modalPic {
	transition: opacity 0.4s;
}

img.modalPic:hover {
	opacity: 0.6;
}

#Popup {
	display: none;
}

#Modal {
	overflow: hidden;
	display: flex;
	justify-content: ceter;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 58000;
	width: 100%;
	height: 100%;
	background: #c8ffff;
}

#Modal::before {
	content: "";
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg.jpg) 0 0/cover no-repeat;
}

#Modal > .inner {
	opacity: 0;
	overflow: auto;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-out;
	transform: translateY(2%);
}

#Modal > .inner.show {
	opacity: 1;
	transform: translateY(0);
}

#Modal .close.button {
	justify-content: center;
	margin: 60px auto;
	padding-left: 90px;
	max-width: 680px;
	font-size: 2.3em;
	line-height: 0;
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

#Modal .close.button::before {
	background-image: url(../img/ico_btn_modal.png);
}

#Modal .pictBox {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin: 60px auto 0;
	max-width: 680px;
	background: #fff;
	line-height: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#Modal .inlineBox {
	box-sizing: border-box;
	margin: 140px 0;
	padding: 80px;
	min-height: calc(100% - 280px);
}

#Modal .inlineBox > div {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1020px;
	text-align: left;
}

#Modal .inlineBox.goods .layout {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 1070px;
}

#Modal .inlineBox.goods .layout > div {
	display: table-cell;
	vertical-align: top;
}

#Modal .inlineBox.goods .layout > .pic {
	padding: 2em 60px 0 0;
	width: 400px;
}

#Modal .inlineBox.goods .layout > .pic > div {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	border: 2px solid #ccc;
	height: 400px;
	background: #fff;
}

#Modal .inlineBox.goods .layout > .pic > div.np {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	color: #fa59da;
}

#Modal .inlineBox.goods .layout > .pic > div.np::before {
	content: "NOW PRINTING";
	font-size: 1.1em;
	line-height: 1em;
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}

#Modal .inlineBox.goods h1 {
	font-size: 1.4em;
	line-height: 1.4em;
}

#Modal .inlineBox.goods h1 .work {
	display: block;
	margin-bottom: 0.5em;
	font-size: 0.6em;
	line-height: 1.2em;
}

#Modal .inlineBox.goods .sell {
	display: flex;
	flex-flow: row wrap;
}

#Modal .inlineBox.goods .sell > li {
	margin: 10px 10px 0 0;
	padding: 6px 0 7px;
	min-width: 9em;
	background: #fff;
	color: #000;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	white-space: nowrap;
	text-align: center;
}

#Modal .inlineBox.goods table.def {
	line-height: 1.4em;
}

@media screen and (min-width: 961px) {

.w1.pcbreak,
.w2.pcbreak,
.w3.pcbreak,
.w4.pcbreak,
.w5.pcbreak,
.w6.pcbreak,
.w7.pcbreak,
.w8.pcbreak,
.w9.pcbreak,
.w10.pcbreak,
.w11.pcbreak,
.w12.pcbreak,
.w13.pcbreak,
.w14.pcbreak,
.w15.pcbreak,
.w16.pcbreak,
.w17.pcbreak,
.w18.pcbreak,
.w19.pcbreak,
.w20.pcbreak,
.w21.pcbreak,
.w22.pcbreak,
.w23.pcbreak,
.w24.pcbreak,
.w25.pcbreak,
.w26.pcbreak,
.w27.pcbreak,
.w28.pcbreak,
.w29.pcbreak,
.w30.pcbreak {
	width: auto !important;
}

}

@media screen and (min-width: 1200px) {

.sp {
	display: none !important;
}

}

@media screen and (max-width: 1600px) {

#Nv > .menu h1 {
	max-width: 700px;
}

#Nv > .menu .side_wrap {
	max-width: 750px;
	height: 300px;
}

#Nv > .menu > ul {
	max-width: 700px;
}

}

@media screen and (max-width: 1200px) {

body::before {
	content: none;
}

body::after {
	content: none;
}

body {
	font-size: 2.2rem;
	line-height: 1.8em;
	font-weight: 400;
	background-size: cover;
}

.pc {
	display: none !important;
}

.mgtQp {
	margin-top: 11.4px !important;
}

.mgtTp {
	margin-top: 15.2px !important;
}

.mgtHp {
	margin-top: 22.8px !important;
}

.mgt1p {
	margin-top: 45.6px !important;
}

.mgt1Hp {
	margin-top: 68.4px !important;
}

.mgt2p {
	margin-top: 91.2px !important;
}

.mgt2Hp {
	margin-top: 114px !important;
}

.mgt3p {
	margin-top: 136.8px !important;
}

.fsS {
	font-size: 0.85em !important;
	line-height: 1.8em !important;
}

.w1.spbreak,
.w2.spbreak,
.w3.spbreak,
.w4.spbreak,
.w5.spbreak,
.w6.spbreak,
.w7.spbreak,
.w8.spbreak,
.w9.spbreak,
.w10.spbreak,
.w11.spbreak,
.w12.spbreak,
.w13.spbreak,
.w14.spbreak,
.w15.spbreak,
.w16.spbreak,
.w17.spbreak,
.w18.spbreak,
.w19.spbreak,
.w20.spbreak,
.w21.spbreak,
.w22.spbreak,
.w23.spbreak,
.w24.spbreak,
.w25.spbreak,
.w26.spbreak,
.w27.spbreak,
.w28.spbreak,
.w29.spbreak,
.w30.spbreak {
	width: auto !important;
}

.buttons {
	display: block;
}

.buttons > li {
	margin-left: 0 !important;
	width: auto !important;
}

table.def {
	display: block;
	border-width: 0 0 2px;
}

table.def tbody,
table.def tr,
table.def th,
table.def td {
	display: block;
}

table.def th {
	border-width: 2px 0 0;
	padding: 15px 0 0;
}

table.def td {
	border: none;
	padding: 0 0 15px;
}

ul.def {
	line-height: 1.6em !important;
}

.normal-slider .slick-dots > li {
	margin: 0 5px;
}

.normal-slider .slick-dots > li button {
	border-width: 2px;
	width: 20px;
	height: 20px;
}

.normal-slider .slick-dots > li:not(.slick-active) button:hover {
	background: #fff;
}

.product-slider {
	margin: 40px 40px 0;
}

.product-slider .slick-dots {
	margin-top: 20px;
}

.product-slider .slick-dots > li {
	width: calc((100% - 48px) / 5);
}

.product-slider .slick-dots > li:not(:nth-of-type(5n+1)) {
	margin-left: 12px;
}

.product-slider .slick-dots > li:not(.slick-active) button:hover img {
	opacity: 1;
}

#Splash > div img {
	max-width: 70%;
}

#Nv > .menu::before {
	content: none;
}

#Nv > .menu::after {
	content: none;
}

#Nv > .menu {
	top: -125%;
	padding: 0 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: url("../img/bg_sp.jpg") no-repeat center center;
	background-size: cover;
}

#Nv > .menu::before {
	content: "";
	background: url(../img/deco_line.png);
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
}

#Nv > .menu > ul > li {
	margin: 20px 0;
	width: 80%;
}

#Nv > .menu > ul > li a {
	max-width: inherit;
	padding: 10px 50px 12px;
	height: 70px;
}

#Nv > .menu > ul > li a::before {
	height: 45%;
}

#Nv > .menu > ul { /*margin: 80px auto;
		flex-direction: column;
		border: solid 5px #071330;
		box-shadow: 0 0 0 12px #0ff, 0 0 0 16px #f0f;
		border-radius: 40px;
		height: 100%;
		width: 100%;
		padding: 80px 40px;
		box-sizing: border-box;
		background: pink;
		>li{
			    margin: 20px auto;
		     			width: 100%;
			a{
				border-width:2px;
				border-radius:100px;
				height:100px;
				font-size:1.6em;
				line-height:1.0em;
			}
			&:not(.cur) a:hover{background:#fff;}
		}*/
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../img/goods_special_bg_repeat.png"), url("../img/bg_pattern.png");
	background-repeat: repeat-y, repeat;
	background-size: contain, auto;
	position: relative;
	border-radius: 30px;
	padding: 90px 0 90px;
}

#Nv > .menu > ul::before {
	content: "";
	background: url("../img/goods_modal_bg_top_sp.png") no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 57px;
	position: absolute;
	top: -15px;
}

#Nv > .menu > ul::after {
	content: "";
	background: url("../img/goods_special_bg_bottom.png") no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: -15px;
}

#Wrap {
	border: none;
	padding: 0;
	width: auto;
}

#Wrap .date {
	max-width: 180px;
}

#Wrap > section {
	border-top-width: 2px;
	padding: 120px 40px;
}

#Wrap > section > h1 {
	margin-bottom: 70px;
}

#Wrap::before {
	max-width: inherit;
}

#Wrap > #Main .inner {
	padding-bottom: 90px;
}

#Wrap > #Main .inner .thumbnail-slider .slick-track {
	margin: 40px auto 50px;
}

#Wrap > #Main {
	background-size: auto;
	padding-top: 20px;
}

#Wrap > footer {
	padding: 110px 40px;
}

#Wrap > footer .share > dd > ul > li {
	margin: 0 10px;
}

#Wrap > footer .share > dd a img {
	width: auto;
}

#Wrap > footer .official .button {
	border-radius: 70px;
	max-width: 500px;
}

#Wrap > footer .official {
	margin: 80px 0;
}

#Wrap > #Outline .link a {
	border-radius: 70px;
	max-width: 500px;
}

#Wrap > #Goods .inner .special_item::before {
	top: -175px;
}

.modal-content .cont {
	max-width: inherit;
	padding-top: 50px;
}

.modal-content .inner {
	padding: 70px 40px;
	align-items: flex-start;
	width: 670px;
	background: url("../img/bg_sp.jpg") no-repeat center center;
	background-size: cover;
	min-height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.modal-content .inner .cont_inner {
	background-image: url("../img/goods_special_bg_repeat.png"), url(../img/bg_pattern.png);
	background-repeat: repeat-y, repeat;
	background-size: contain, auto;
}

.modal-content .inner .cont_inner::before {
	background-image: url("../img/goods_modal_bg_top_sp.png");
	max-width: 670px;
	height: 57px;
	top: -8px;
}

.modal-content .inner .cont_inner::after {
	background-image: url("../img/goods_special_bg_bottom.png");
	max-width: 670px;
	height: 52px;
	bottom: -8px;
}

.modal-content .inner .flex_con {
	flex-direction: column;
}

.modal-content .inner .flex_con .product-slider {
	max-width: 550px;
}

.modal-content .inner .flex_con .product-slider .slick-dots {
	margin-top: 20px;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li {
	width: calc((100% - 48px) / 5);
}

.modal-content .inner .flex_con .product-slider .slick-dots > li:not(:nth-of-type(5n+1)) {
	margin-left: 12px;
}

.modal-content .inner .flex_con .product-slider .slick-dots > li:not(.slick-active) button:hover img {
	opacity: 1;
}

.js-modal-close {
	width: 130px;
	height: 130px;
	right: -30px;
	top: -65px;
}

.js-modal-close::before {
	width: 60px;
	height: 60px;
	left: 10px;
	top: 10px;
}

.last_btn {
	margin-bottom: 150px;
}

.last_btn a {
	max-width: 450px;
	height: 145px;
	line-height: 1.5;
}

.last_btn a::after {
	right: 30px;
}

img.modalPic:hover {
	opacity: 1;
}

#Modal .close.button {
	min-height: 100px;
	font-size: 1.8em;
	line-height: 0;
}

#Modal .close.button::before {
	width: 100px;
	height: 100px;
}

#Modal .pictBox {
	margin-top: 120px;
}

#Modal .inlineBox {
	padding: 90px 40px 110px;
}

#Modal .inlineBox > div {
	max-width: 670px;
}

#Modal .inlineBox.goods .layout {
	display: block;
	width: auto;
}

#Modal .inlineBox.goods .layout > div {
	display: block;
}

#Modal .inlineBox.goods .layout > .pic {
	margin: 0 auto 80px;
	padding: 0;
	width: 560px;
}

#Modal .inlineBox.goods .layout > .pic > div {
	height: 560px;
}

#Modal .inlineBox.goods .layout > .pic > div.np::before {
	font-size: 0.9em;
	line-height: 1em;
}

#Modal .inlineBox.goods h1 {
	font-size: 1.2em;
	line-height: 1.4em;
}

#Modal .inlineBox.goods h1 .work {
	margin-bottom: 0;
	font-size: 0.6em;
	line-height: 1.2em;
}

#Modal .inlineBox.goods .sell > li {
	padding: 6px 0 10px;
}

#Modal .inlineBox.goods .intro {
	line-height: 1.4em;
}

}

@keyframes hop {

0% {
	transform: translate(0, -3px);
}

3.27869% {
	transform: translate(0, 3px);
}

6.55738% {
	transform: translate(0, -3px);
}

9.83606% {
	transform: translate(0, 3px);
}

13.11475% {
	transform: translate(0, -3px);
}

16.39344% {
	transform: translate(0, 3px);
}

18.03279% {
	transform: translate(0, 0);
}

100% {
	transform: translate(0, 0);
}

}


/*# sourceMappingURL=../map/style.css.map */
