@charset "UTF-8";
/* Reset
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
-------------------------------------------------------------------------------*/
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
 *font-size: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* basic */
body {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #000;
	letter-spacing: 0.075em;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
a:hover {
	opacity: 0.6;
}
img {
	vertical-align: top;
}
.caption {
	font-size: 13px;
	color: #666;
}
.indent {
	text-indent: -1.075em;
	margin-left: 1.075em;
}
/* layout */
.wrapper {
	width: 970px;
	padding: 0 35px;
	margin: 0 auto;
	box-shadow: 0 0 7px 4px #ddd;
}
.nav {
	float: right;
	width: 176px;
}
.nav li {
	border-top: 2px solid #808080;
}
.nav li > a {
	display: block;
	padding: 20px 0 20px 40px;
	font-size: 13px;
	line-height: 1.6;
}
.nav li:first-child > a {
	background: url(../images/icon_notice.png) no-repeat left 26px;
}
.nav li:nth-child(2) > a {
	background: url(../images/icon_attention.png) no-repeat left 26px;
}
.nav li:nth-child(3) > a {
	background: url(../images/icon_cart.png) no-repeat left 16px;
}
#home .nav .read a {
	background-image: none;
	border-top: 2px solid #808080;
}
.nav li:nth-child(4) > a {
	background: url(../images/icon_cancel.png) no-repeat left 16px;
}
.slideWrap {
	position: relative;
}
.slideWrap .close{
	position: absolute;
	top: 140px;
	left: 100px;
	z-index: 999;
}
.slideWrap .slides li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.slideWrap .indicator > li {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
}
.slideWrap .indicator > li > span {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #808080;
	border-radius: 5px;
	background-color: #fff;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
.slideWrap .indicator > li.active > span {
	border-color: #ff1e46;
	background-color: #ff1e46;
}
.backHome {
	padding: 54px 0;
	background: url(../images/dotted.png) repeat-x left top;
	text-align: center;
	font-size: 13px;
}
.backHome > a {
	display: inline-block;
	height: 42px;
	padding-left: 50px;
	background: url(../images/icon_backhome.png) no-repeat center left;
	line-height: 42px;
}
.footer {
	width: 970px;
	height: 126px;
	margin-left: -35px;
	padding-top: 35px;
	background-color: #ccc;
}
.footer > ul {
	text-align: center;
}
.footer > ul > li {
	display: inline-block;
}
.footer > ul > li + li {
	margin-left: 60px;
}
.footer > ul > li > a {
	display: block;
	width: 60px;
	height: 56px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
}
.footer > ul > li > a:hover {
	opacity: 1;
}
.footer > ul > li:first-child > a {
	background-position: 0 0;
}
.footer > ul > li:first-child > a:hover {
	background-position: 0 -56px;
}
.footer > ul > li:nth-child(2) > a {
	background-position: -60px 0;
}
.footer > ul > li:nth-child(2) > a:hover {
	background-position: -60px -56px;
}
.footer > ul > li:nth-child(3) > a {
	background-position: -120px 0;
}
.footer > ul > li:nth-child(3) > a:hover {
	background-position: -120px -56px;
}
.footer > ul > li:last-child > a {
	background-position: -180px 0;
}
.footer > ul > li:last-child > a:hover {
	background-position: -180px -56px;
}
.cart > a {
	display: inline-block;
	height: 44px;
	padding: 0 26px 0 60px;
	border: 2px solid #ff1e46;
	border-radius: 22px;
	background: url(../images/cart.png) no-repeat;
	background-position: 16px 0;
	font-size: 14px;
	line-height: 44px;
	color: #ff1e46;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
.cart > a:hover {
	background-color: #ff1e46;
	background-position: 16px -40px;
	color: #fff;
	opacity: 1;
}
.cart > a + span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #ff1e46;
}
.cart > a.sold {
	padding: 0 26px;
	border-color: #666;
	background: none;
	font-weight: bold;
	color: #666;
	cursor: default;
}
.cart > a.sold:hover {
	background-color: #fff !important;
	color: #666 !important;
}
.cartWrap {
	text-align: center;
}
.cartWrap > div {
	display: inline-block;
	vertical-align: top;
}
.cartWrap > div + div {
	margin-left: 30px;
}
.cartWrap > div > span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.cartWrap > div .cart > a {
	padding: 0;
	width: 74px;
}
.cartWrap > div .cart > a.sold {
	width: auto;
	padding: 0 10px !important;
}
#home .sold_out{
	width:182px;
	color:#666;
	margin:20px auto;
	border: 1px solid #666;
	border-radius: 14px;
}
.cap_otomo{
	font-size:13px;
	display:inline-block;
	color:#ff1e46;
}
/*-------------------------------完売_入荷なし-------------------------------*/
.fin
	{
	color:#ff1e46;
	margin-top:20px;
}
/*------------------------------- レ_ロマネスク_試聴-------------------------------*/
#lineup .cart_try > a {
	display: inline-block;
	height: 44px;
	padding: 0 26px 0 60px;
	margin-top:0;
	border: none;
	background-position: 16px 0;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
#lineup li:nth-child(6) > .cart_try {
	display: inline-block;
	height: 28px;
	margin-top: 14px;
	padding: 0 0px;
	border: none;
	border-radius: 14px;
	background-color: #ff76aa;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
#lineup li:nth-child(6) > .cart_try #stop{
	display: none;
}
.cart_try > a.sold:hover {
	background-color: #fff !important;
	color: #666 !important;
}
#lineup li > .cart_try > a {
	height: 28px;
	margin-top: 0px;
	padding: 0 16px;
	border-width: 1px;
	border-radius: 14px;
	background: none;
	font-size: 14px;
	line-height: 28px;
}
#lineup li > .cart_try> a:hover {
	background-color: #FFE0EC;
	background-position: 16px -40px;
	color: #fff;
	opacity: 1;
}
#lineup li > .cart_try #stop {
	height: 28px;
	padding:8px 16px;
	background-color:#808080;
}
#lineup li > .cart_try #stop:hover {
	background-color:#CCCCCC;
}
/*------------------------------- レ_ロマネスク_ダウンロード-------------------------------*/
#lineup li .dl_caption{
	margin:8px auto;
	line-height: 1.6em;
	text-align:center;
	font-size:12px;
	color:#666;
}
#lineup li .dl_caption a{
	color:#ff1e46;
}
#lineup li .dl_caption a:hover{
	color:#ff778f;
}
#lineup li > .cart_m> a:hover {
	background-color: #ff1e46;
	background-position: 16px -40px;
	color: #fff;
	opacity: 1;
}
.m_price {
	font-size: 16px;
	text-align: center;
	margin-bottom: -10px;
	display: block;
}
#lineup li > .cart_m> a {
	display: inline-block;
	height: 28px;
	margin-top: 0;
	padding: 0 16px;
	border: 1px solid #ff76aa;
	border-radius: 22px;
	background-color: #fff;
	background-position: 16px 0;
	font-size: 13px;
	line-height: 28px;
	color: #ff76aa;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
#lineup li:nth-child(6) > .cart_m {
	display: inline-block;
	height: 28px;
	margin-top: 14px;
	padding: 0 0px;
	border: none;
	background-color: #fff;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
/* home */
#homeSlide {
	min-height: 600px;
}
#homeSlide > .slides {
	width: 100%;
	height: 100%;
}
#homeSlide > .slides li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#homeSlide > .slides li > img {
	display: none;
}
#homeSlide > .slides li:first-child {
	background-image: url(../images/home/slide_01.jpg);
}
#homeSlide > .slides li:nth-child(2) {
	background-image: url(../images/home/slide_02.jpg);
}
#homeSlide > .slides li:nth-child(3) {
	background-image: url(../images/home/slide_03.jpg);
}
#homeSlide > .slides li:nth-child(4) {
	background-image: url(../images/home/slide_04.jpg);
}
#homeSlide > .slides li:last-child {
	background-image: url(../images/home/slide_05.jpg);
}
#homeSlide > .indicator {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#homeSlide > .indicator > li > span {
	border-color: #fff;
}
#homeSlide > .indicator > .active > span {
	border-color: #ff1e46;
}
#homeSlide > div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 126px;
	padding-top: 16px;
	background-color: #fff;
	opacity: 0.8;
	z-index: 110;
}
#homeSlide > div > div {
	width: 900px;
	height: 20px;
	margin: 0 auto 26px auto;
	padding: 0 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#homeSlide > div > div > p {
	float: right;
	font-size: 10px;
	line-height: 20px;
}
#homeSlide > div h1 {
	text-align: center;
}
#homeSlide > div h1 > span {
	position:relative;
	display:inline-block;
}
#homeSlide > div h1 > span span {
	position:absolute;
	top:-28px;
	right:-156px;
}
#homeSlide > p {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -18px;
}
#home.wrapper {
	box-shadow: none;
}
#home #lead {
	zoom: 1;
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}
#home #lead .pre {
	position: absolute;
	bottom: -130px;
	right: -34px;
	z-index: 1;
}
#home #lead:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
#home #lead > h2 {
	float: right;
}
#home #lead > p {
	float: right;
	margin-right: 74px;
}
#home #lead .nav {
	float: left;
}
#home #lead .nav > li:last-child > a, #home #lead .nav > li:nth-child(5) > a {
	padding: 34px 0 0 0;
	text-align: center;
}
#home #lead .nav > li:last-child > a > img, #home #lead .nav > li:nth-child(5) > a > img {
	display: block;
	margin-bottom: 8px;
}
#home #lead .nav > li:last-child {
	border-top: none;
}
#home > h2 {
	height: 40px;
	margin-top: 10px;
	padding-left: 10px;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	font-size: 21px;
	line-height: 36px;
	font-family: "凸版文久明朝 R", "Toppan Bunkyu Mincho R", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#lineup {
	margin-top: 60px;
	text-align: center;
}
#lineup li {
	display: inline-block;
	margin-right: 75px;
	margin-bottom: 50px;
	vertical-align: top;
}
#lineup li:nth-child(3), #lineup li:last-child {
	margin-right: 0;
}
#lineup li .subtitle {
	display: block;
	font-size: 12px;
}
#lineup li > a {
	display: block;
	position: relative;
	line-height: 1.4;
}
#lineup li > a:after {
	content: url(../images/home/lineup_hover.png);
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -78px;
	opacity: 0;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
#lineup li > a:hover:after {
	opacity: 1;
}
#lineup li > a span {
	display: block;
	font-size: 12px;
}
#lineup li img {
	/*display: block;*/
	margin-bottom: 16px;
}
#lineup li strong {
	display: block;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#lineup li > div > a {
	height: 28px;
	margin-top: 12px;
	padding: 0 16px;
	border-width: 1px;
	border-radius: 14px;
	background: none;
	font-size: 12px;
	line-height: 26px;
}
#lineup li > div > a:hover {
	background-color: #ff1e46;
	color: #fff;
	opacity: 1;
}
#lineup li:nth-child(4) > div > a {
	display: inline-block;
	border: 1px solid #192abc;
	color: #192abc;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#lineup li:nth-child(4) > div > a:hover {
	background-color: #192abc;
	color: #fff;
}
#lineup li:nth-child(6) > div {
	display: inline-block;
	height: 28px;
	margin-top: 4px;
	padding: 0 16px;
	border: 1px solid #ff76aa;
	border-radius: 14px;
	background-color: #ff76aa;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 28px;
	color: #fff;
}
#cal_movie {
	width: 800px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 20px;
}
#home .movie_cap{
	margin: 0 0 70px 50px;
	font-size: 13px;
	color: #666;
}

#homeShop {
	padding: 30px 10px 42px 10px;
}
#homeShop p:first-child + p {
	margin: 16px 0;
	font-size: 18px;
}
#homeInfo {
	padding: 30px 10px 42px 10px;
	zoom: 1;
}
#homeInfo:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
#homeInfo dl {
	float: left;
}
#homeInfo dl dt {
	height: 1.7em;
	width: 6.2em;
	border-radius: 12px;
	background-color: #808080;
	text-align: center;
	color: #fff;
}
#homeInfo dl dd {
	margin: -1.65em 0 10px 7em;
}
#homeInfo .caption {
	margin-left: 488px;
}
#homeCredit {
	padding: 30px 10px 42px 10px;
	background: url(../images/dotted.png) repeat-x left top;
	font-size: 12px;
	color: #666;
	font-family: "凸版文久明朝 R", "Toppan Bunkyu Mincho R", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#homeCredit li {
	display: inline-block;
	margin-right: 20px;
}
#homeCredit > p {
	float: right;
}
#movieWrap {
	display: none;
}
/* product */
.productHeader {
	position: relative;
	padding: 50px 45px;
}
#productSlide .slides {
	width: 810px;
	height: 450px;
}
#productSlide .indicator {
	position: absolute;
	bottom: -35px;
	right: 0;
}
.productInfo {
	margin-top: 70px;
	zoom: 1;
}
.productInfo:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
.productInfo h2 {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 2px solid #808080;
	line-height: 1;
	letter-spacing: 0.2em;
	font-family: "凸版文久明朝 R", "Toppan Bunkyu Mincho R", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.productInfo h2 > span:first-child {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}
.productInfo h2 > strong {
	font-size: 43px;
	letter-spacing: 10px;
}
.productInfo h2 > strong > span {
	font-size: 32px;
}
.productInfo h2 > span:last-child {
	display: inline-block;
	margin-left: 28px;
	font-size: 16px;
	color: #808080;
}
.productInfo .lead {
	margin-top: 25px;
	line-height: 2;
}
.productInfo .lead + p {
	margin-top: 40px;
	font-size: 14px;
}
.productInfo .lead + p > span {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.productInfo .lead + p > span > em {
	font-size: 24px;
}
.productInfo .cart {
	margin-top: 26px;
}
.productInfo .cart > span {
	width: 196px;
	text-align: center;
	font-size: 14px;
}
.productInfo .nav li:last-child {
	border-bottom: 2px solid #808080;
}
.productInfo .nav li:last-child > a {
	background: url(../images/icon_top.png) no-repeat left 16px;
}
.productDetail {
	margin-top: 40px;
	padding-top: 50px;
	background: url(../images/dotted.png) repeat-x left top;
}
.productDetail > div {
	position: relative;
	width: 875px;
	margin: 0 auto;
	border: 4px solid #bfbfbf;
}
.productDetail > div h3 {
	padding-left: 22px;
	background-color: #bfbfbf;
	color: #fff;
	height: 56px;
}
.productDetail > div h3 > span {
	font-size: 21px;
	line-height: 56px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.productDetail > div .pdNav {
	width: 270px;
	border-right: 4px solid #bfbfbf;
}
.productDetail > div .pdNav > li {
	height: 51px;
}
.productDetail > div .pdNav > li > a {
	display: block;
	padding-left: 42px;
	line-height: 47px;
	background: url(../images/arrow.png) no-repeat 26px top;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.productDetail > div .pdNav > li:first-child {
	height: 267px;
}
.productDetail > div .pdNav > li:first-child > a {
	height: 48px;
}
.productDetail > div .pdNav > li + li {
	border-top: 4px solid #bfbfbf;
}
.productDetail > div .pdNav > li ol {
	zoom: 1;
}
.productDetail > div .pdNav > li ol:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
.productDetail > div .pdNav > li ol > li {
	position: relative;
	width: 67px;
	height: 73px;
	border-top: 4px solid #bfbfbf;
	border-right: 4px solid #bfbfbf;
	float: left;
}
.productDetail > div .pdNav > li ol > li > a {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 73px;
}
.productDetail > div .pdNav > li ol > li > a:after {
	content: "月";
	position: absolute;
	bottom: 6px;
	right: 6px;
	font-size: 12px;
	line-height: 1;
}
.productDetail > div .pdNav > li ol > li:nth-child(4n) {
	width: 65px;
	border-right: none;
}
.productDetail > div .pdNav > li a.active {
	background-position: 26px bottom;
	color: #ff1e46;
}
.productDetail > div .pdNav > li a.active:after {
	color: #ff1e46;
}
.productDetail > div .pdContent > li {
	position: absolute;
	top: 56px;
	right: 0;
	opacity: 0;
	-moz-transition-property: opacity, background-color, color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity, background-color, color;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity, background-color, color;
	transition-duration: 0.3s;
}
.productDetail > div .pdContent > li.active {
	opacity: 1;
}
.section {
	margin-top: 50px;
	padding: 40px 16px 0 26px;
	background: url(../images/dotted.png) repeat-x left top;
	zoom: 1;
}
.section .sp_h3 {
	display: none;
}
.section .sp_detail {
	display: none;
}
.section:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
.column {
	width: 65px;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom-style : solid;
	border-width : 1px;
	border-color: #666;
	color: #666;
	font-family: "凸版文久明朝 R", "Toppan Bunkyu Mincho R", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.section h3 {
	margin-bottom: 26px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.section .img {
	float: right;
}
.section .column_photo {
	float: right;
	margin-top: 50px;
}
.section .sp_column_photo{
	display:none;
}
.section .img > img {
	display: block;
	margin-bottom: 6px;
}
.section .img > .cap {
	text-align: right;
	font-size: 13px;
}
.section .img > .cap + img {
	margin-top: 26px;
}
.section p {
	line-height: 2;
}
.section dl {
	float: left;
	width: 425px;
	font-size: 12px;
}
.section dl dt {
	height: 1.7em;
	width: 6.6em;
	border-radius: 12px;
	background-color: #ccc;
	text-align: center;
}
.section dl dd {
	margin: -1.65em 0 30px 8.5em;
}
.section dl .crack {
	letter-spacing: 1em;
	padding-left: 1em;
}
/* fullsize */
#fullsize .productHeader .tokuten {
	position: absolute;
	bottom: 0;
	right: 44px;
}
/* medium */
#medium .productHeader .tokuten {
	position: absolute;
	bottom: 0;
	right: 44px;
}
/* kimagure */
/*#kimagure .productInfo .yodo{
	display:none;
}*/
#kimagure .productHeader .tokuten {
	position: absolute;
	bottom: 0;
	right: 44px;
}
#kimagure .productHeader .tokuten_sp {
	display: none;
}
#kimagure .productInfo h2 span:last-child {
	display: block;
	margin: 15px 0 0 0;
}
/* otomo */
#otomo .otomoWrapper {
	width: 970px;
	margin-left: -35px;
	padding: 0 35px;
	background-color: #f2f2f2;
}
#otomo .otomoWrapper .otomoSection {
	padding: 50px 45px;
	background: url(../images/dotted.png) repeat-x left top;
}
#otomo .otomoWrapper .otomoSection h3 {
	display: inline-block;
	width: 142px;
	height: 46px;
	margin-bottom: 10px;
	border-radius: 23px;
	background-color: #000;
	text-align: center;
	font-size: 17px;
	line-height: 46px;
	color: #fff;
}
#otomo .otomoWrapper .otomoSection > ul {
	zoom: 1;
}
#otomo .otomoWrapper .otomoSection > ul:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
#otomo .otomoWrapper .otomoSection > ul > li {
	width: 394px;
	height: 630px;
	margin-top: 20px;
	padding: 24px 34px 0 34px;
	background-color: #fff;
}
#otomo .otomoWrapper .otomoSection > ul > li:nth-child(odd) {
	float: left;
}
#otomo .otomoWrapper .otomoSection > ul > li:nth-child(even) {
	float: right;
}
#otomo .otomoWrapper .otomoSection > ul > li h4 {
	min-height: 85px;
	font-size: 12px;
}
#otomo .otomoWrapper .otomoSection > ul > li h4 > strong {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#otomo .otomoWrapper .otomoSection > ul > li h4 + p {
	font-size: 13px;
}
#otomo .otomoWrapper .otomoSection > ul > li h4 + p > em {
	font-size: 16px;
}
#otomo .otomoWrapper .otomoSection > ul > li .img {
	margin: 30px 0 20px 0;
	font-size: 0;
}
#otomo .otomoWrapper .otomoSection > ul > li .cart {
	margin-bottom: 25px;
	text-align: center;
}
#otomo .otomoWrapper .otomoSection > ul > li .cart > a {
	height: 32px;
	padding-left: 56px;
	border-radius: 16px;
	line-height: 32px;
	background-position: 20px 0;
	background-size: 32px;
}
#otomo .otomoWrapper .otomoSection > ul > li .cart > a:hover {
	background-position: 20px -32px;
}
#otomo .otomoWrapper .otomoSection > ul > li .cart > a.sold {
	padding: 0 26px;
}
#otomo .otomoWrapper .otomoSection > ul > li p:last-child {
	font-size: 14px;
	color: #666;
}

#otomo .otomoWrapper .otomoSection > ul > li p:last-child .fin {
	color:#ff1e46;
	margin-top:20px;
	display:block;
}
#otomo .productInfo .caption{
	width:300px;
	padding:10px 20px;
	font-size:13px;
	border-style: dotted; border-width: 1px; color: #666;
}
/*--------------------------販売前---------------------------*/

#otomo .otomoWrapper .otomoSection_pre {
	padding: 50px 45px;
	background: url(../images/dotted.png) repeat-x left top;
}
#otomo .otomoWrapper .otomoSection_pre h3 {
	display: inline-block;
	width: 142px;
	height: 46px;
	margin-bottom: 10px;
	border-radius: 23px;
	background-color: #000;
	text-align: center;
	font-size: 17px;
	line-height: 46px;
	color: #fff;
}
#otomo .otomoWrapper .otomoSection_pre > ul {
	zoom: 1;
}
#otomo .otomoWrapper .otomoSection_pre > ul:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li {
	width: 394px;
	height: 638px;
	margin-top: 20px;
	padding: 24px 34px 0 34px;
	background-color: #fff;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li:nth-child(odd) {
	float: left;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li:nth-child(even) {
	float: right;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li h4 {
	min-height: 85px;
	font-size: 12px;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li h4 > strong {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li h4 + p {
	font-size: 13px;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li h4 + p > em {
	font-size: 16px;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li .img {
	margin: 30px 0 20px 0;
	font-size: 0;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li .cart {
	margin-bottom: 25px;
	text-align: center;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li .cart > a {
	height: 32px;
	padding-left: 56px;
	border-radius: 16px;
	line-height: 32px;
	background-position: 20px 0;
	background-size: 32px;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li .cart > a:hover {
	background-position: 20px -32px;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li .cart > a.sold {
	padding: 0 26px;
}
#otomo .otomoWrapper .otomoSection_pre > ul > li p:last-child {
	font-size: 14px;
	color: #666;
}
/*--------------------------販売前---------------------------*/

/* otameshi */
#otameshi .productHeader .mainImg {
	position: relative;
}
#otameshi .productHeader .mainImg > a {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 405px;
	padding: 5px 5px 5px 20px;
	background: url(../images/otameshi/zoom.png) no-repeat left center;
	font-size: 13px;
	letter-spacing: 0.3em;
}
#otameshi .productHeader .mainImg > a + a {
	right: 0;
}
#otameshi .productHeader .tokuten {
	position: absolute;
	bottom: 0;
	right: 44px;
}
#otameshi .productInfo h2 > strong {
	font-size: 33px;
	line-height: 1.2;
}
#otameshi .productInfo h2 > span:last-child {
	display: block;
	margin: 15px 0 0 0;
}
#otameshi #tobi {
	position: relative;
	color: #ff1e46;
}
#otameshi #tobi > span {
	display: block;
	position: absolute;
	top: -26px;
	right: 75px;
}
#otameshi #tobi h3 {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #ff1e46;
}
#otameshi #tobi .img {
	margin-right: 190px;
	padding-top: 28px;
}
#otameshi .sold_out{
	color:#ff1e46;
	margin-top:20px;
}
/* attention */
#attention h2 {
	font-size: 28px;
	border-bottom: none;
	line-height: 1.4;
}
#attention h3 {
	display: inline-block;
	padding: 0 24px;
	border-radius: 20px;
	background-color: #000;
	line-height: 40px;
	color: #fff;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#attention .attentionNav {
	float: right;
	text-align: right;
}
#attention .attentionNav > ul {
	margin-top: 20px;
}
#attention .attentionNav > ul > li {
	margin-bottom: 20px;
}
#attention .attentionNav > ul > li > a {
	display: inline-block;
	border-bottom: 1px solid #000;
}
#attention .attentionNav > ul > li:last-child {
	margin-top: 30px;
}
#attention .attentionNav > ul > li:last-child > a {
	padding: 10px 0 0 38px;
	background: url(../images/icon_top.png) no-repeat left center;
}
#attention .productHeader {
	padding-bottom: 0;
}
#attention .section h3 {
	margin-bottom: 30px;
}
#attention .section h3 + div {
	margin-bottom: 50px;
	padding-left: 20px;
}
#attention .section h4 {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #808080;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#attention .section h4:first-child {
	margin-top: 0;
}
#attention .recommend {
	margin-top: 30px;
	color: #ff1e46;
}
#attention .recommend > strong {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #ff1e46;
	border-bottom: none;
	font-size: 16px;
}
#attention .recommend > span {
	display: block;
	width: 30em;
	padding: 16px;
	border: 1px solid #ff1e46;
}
#attention .indent {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.8;
}
#attention ul li {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.8;
}
/*　スマホ対応　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media only screen and (max-device-width:420px) {
	
	/*　TOP　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#homeSlide > div h1 > span span img{
	width:200px;
	height:auto;
}
#homeSlide > div h1 > span span {
	top:-25px;
	right:-210px;
}
#homeInfo dl dt {
font-size:18px;
}
#homeInfo dl dd {
	margin-left: 7em;
	font-size:19px;
}
#homeInfo .caption {
	font-size:13px;
}

.slideWrap .close{
	top: 140px;
	left: 15px;
	z-index: 999;
}
.slideWrap .close img{
	width:400px;
	height:auto;
}
/*　詳細　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.section h3 {
	display: none;
}
.section .sp_h3 {
	display: block;
	margin-bottom: 26px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.section p {
	display: none;
}
.section .sp_detail {
	display: block;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
}
.section .column {
	display:block;
}
.section .sp_column_photo{
	display:block;
	float: right;
	margin-top: 50px;
}
.section .column_photo {
	display:none;
}

.column {
	width: 130px;
	font-size: 34px;
}

/*　きまぐれ　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#kimagure .productHeader .tokuten {
	display: none;
}
#kimagure .productHeader .tokuten_sp {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
/*　おためし　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#otameshi .productInfo .lead {
	font-size: 13px;
}
#otameshi #tobi .sp_detail {
	display: block;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
}
#otameshi #tobi .section p {
	display: none;
}
#otameshi .sold_out{
	color:#ff1e46;
	margin-top:20px;
}
/*　知っておいてほしいこと　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body #attention .section p {
	display: block;
}
}
