@charset "utf-8";

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

	コンテンツ共通
  
----------------------------------------------------------------------------- */
.contentsInner {
	padding: 0 2.7%;
}
/* colorbox
---------------------------------------------*/
#cboxWrapper #cboxCurrent{
	display: block !important;
	float: none !important;
	margin: 3px 0;
	text-align: center;
}

/* -----------------------------------------------------------------------------

	キャンペーンTOPページ
  
----------------------------------------------------------------------------- */
/* mv
---------------------------------------------*/
/* copy
---------------------------------------------*/
#wrapper.top p.copy {
	clear: both;
	font-size: 115%;
	line-height: 1.6;
	margin-bottom: 35px;
	font-weight: bold;
}
/* 撮影メニュー一覧
---------------------------------------------*/
#wrapper.top .photoMenuBox {
	margin-bottom: 55px;
}
#wrapper.top .photoMenuBox ul li {
	width: 100%;
	margin-top: 40px;
}
#wrapper.top .photoMenuBox ul li:first-child {
	margin-top: 0;
}
#wrapper.top .photoMenuBox ul li img {
	width: 100%;
	height: auto;
}
#wrapper.top .photoMenuBox ul li h3 {
	margin-top: 8px;
	line-height: 1.6;
	margin-bottom: 4px;
	font-size: 130%;
}
#wrapper.top .photoMenuBox ul li h3 b {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #f25388;
	border-radius: 20px;
	padding: 0 5px;
	margin-left: 5px;
	vertical-align: text-top;
}
#wrapper.top .photoMenuBox ul li h3 span {
	font-size: 12px;
}
#wrapper.top .photoMenuBox ul li p {
	line-height: 1.6;
	font-size: 110%;
}
#wrapper.top .photoMenuBox ul li p span {
	display: block;
	margin-top: 10px;
	font-size: 1.1rem;
}
#wrapper.top .photoMenuBox ul li a div {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
/* -----------------------------------------------------------------------------

	撮影メニュー共通
  
----------------------------------------------------------------------------- */
#wrapper.shortcut .mvSlide ul {
	height: 240px !important;
	overflow: hidden;
}
#wrapper.shortcut .mvSlide img {
	height: 240px;
	width: auto;
}
#wrapper.detail.shortcut #mvWrap #mv {
	width: 100%;
	margin-bottom: 20px;
	line-height: 0;
	position: relative;
}
#wrapper.detail.shortcut #mvWrap #mv h1 {
	line-height: 1;
	color: #fff;
	font-size: 220%;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: normal;
	z-index: 2;
}
#wrapper.detail.shortcut.family #mvWrap #mv h1 {
	font-size: 135%;
	line-height: 1.4;
}
#wrapper.detail.shortcut #mvWrap #mv:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 135px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	z-index: 1;
}
#wrapper.detail.shortcut #mvWrap #mv h1 span {
	font-size: 50%;
	display: block;
	margin: 0 0 10px;
}
#wrapper.shortcut #mv p {
	display: none;
}
#wrapper.shortcut .txtLink {
	padding: 0 13px 18px;
}
#wrapper.shortcut .txtLink a {
	color: #f25388;
	padding: 15px 0;
	text-decoration: underline;
	background: url(../common/img/arrow_btn01.png) left center no-repeat;
	background-size: 8px;
	padding-left: 14px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
#wrapper.shortcut .txtLink02 {
	margin: 0 13px 25px;
	line-height: 1.6;
	text-align: center;
}
#wrapper.shortcut .txtLink02 a {
	color: #f25388;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
}
#wrapper.shortcut .sns {
	margin: 0 auto 16px;
}
#wrapper.shortcut .copy {
	line-height: 1.8;
	font-weight: bold;
	font-size: 110%;
}
#wrapper.shortcut .seminar {
	margin: 40px 15px 50px;
	padding: 20px 15px;
	background: #f6f6f6;
}
#wrapper.shortcut .seminar dt {
	margin-bottom: 15px;
	text-align: center;
	color: #e7346e;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
}
#wrapper.shortcut .seminar dd > div {
	margin-bottom: 20px;
}
#wrapper.shortcut .seminar dd p {
	line-height: 1.8;
	font-size: 1.5rem;
}
#wrapper.shortcut .seminar dd figure {
	width: 70%;
	margin: 13px auto 0;
}
#wrapper.shortcut .tit01 {
	font-size: 114%;
	font-weight: normal;
	line-height: 1.5;
	margin: 20px 0 10px;
}
#wrapper.shortcut .tit02 {
	font-size: 140%;
	line-height: 1.5;
	margin: 0 0 14px;
	color: #e7346e;
}
#wrapper.shortcut .txt01 {
	line-height: 1.7;
}
#wrapper.shortcut .txt01 a {
	display: inline;
	color: #e7316e;
	text-decoration: underline;
}
#wrapper.shortcut .notesWrap {
	margin: 10px 0 0;
}
#wrapper.shortcut p.notes,
#wrapper.shortcut ul.notes li {
	color: #777;
	font-size: 79%;
	line-height: 1.7;
}
#wrapper.shortcut ul.notes li {
	text-indent: -1em;
	padding-left: 1em;
}
#wrapper.shortcut .aboutBox {
	border: 1px solid #ddd;
	margin: 25px 0 0;
	padding: 15px;
}
#wrapper.shortcut .aboutBox > div {
	margin: 15px 0 0;
}
#wrapper.shortcut .aboutBox > div:first-child {
	margin: 0;
}
#wrapper.shortcut .aboutBox p {
	line-height: 1.9;
	margin: 25px 0 0;
}
#wrapper.shortcut .aboutBox .img + p {
	margin-top: 0;
}
#wrapper.shortcut .aboutBox .tit {
	font-size: 175%;
	margin: 0;
	line-height: 1.4;
	color: #e7346e;
}
#wrapper.shortcut .aboutBox * + .tit {
	margin-top: 30px;
}
#wrapper.shortcut .aboutBox .img {
	float: right;
	margin: 5px 0 10px 15px;
	width: 49.23%;
}
#wrapper.shortcut .aboutBox .img img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .photoBox {
	margin: 45px 0 0;
}
#wrapper.shortcut .photoBox h2 {
	background: none !important;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.5;
	text-align: center;
}
#wrapper.shortcut .photoBox h2 span {
	display: block;
	margin-top: 3px;
}
#wrapper.shortcut .photoBox h2 img {
	padding: 0 9%;
}
#wrapper.shortcut .photoBox .notes {
	text-align: right;
}
#wrapper.shortcut .photoBox ul li img,
#wrapper.shortcut .photoBox p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .photoBox p {
	margin: 0 0 25px;
	font-size: 85%;
	text-align: center;
}
#wrapper.shortcut .photoBox p span {
	background: url(../common/img/icon_zoom02.png) left no-repeat;
	background-size: 18px;
	padding: 5px 0 5px 20px;
}
#wrapper.shortcut .costumeBox {
	margin: 50px 0 0;
}
#wrapper.shortcut .costumeBox p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .disneyBox {
	margin: 50px 0 0;
}
#wrapper.shortcut .disneyBox p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .hairBox {
	margin: 50px 0 0;
}
#wrapper.shortcut .hairBox p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .infoBox {
	margin: 50px 0 0;
}
#wrapper.shortcut .infoBox .layout01 p.img {
	width: 47.18%;
	float: right;
	margin: 5px 0 10px 10px;
}
#wrapper.shortcut .infoBox .layout01 p.img.wide {
	width: 100%;
	float: none;
	margin: 30px 0 25px;
}
#wrapper.shortcut .infoBox .layout01 p.img img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .infoBox .layout01 p img + span,
#wrapper.shortcut .infoBox .layout02 p img + span {
	display: block;
	text-align: right;
	margin-top: 1px;
	font-size: 94%;
}
#wrapper.shortcut .infoBox .layout02 {
	margin: 15px 0 0;
}
#wrapper.shortcut .infoBox .layout02 p {
	width: 48.59%;
	float: right;
}
#wrapper.shortcut .infoBox .layout02 p:first-child {
	float: left;
}
#wrapper.shortcut .infoBox .layout02 p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .infoBox .layout03 p.img {
	margin-top: 30px;
}
#wrapper.shortcut .productsBox {
	padding: 15px;
	margin: 40px 0 0;
	background: #f6f6f6;
}
#wrapper.shortcut .productsBox .clr > div {
	margin: 30px 0 0;
}
/* Clearfix */
#wrapper.shortcut .productsBox .clr > div {
 /zoom : 1;
}
#wrapper.shortcut .productsBox .clr > div:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#wrapper.shortcut .productsBox .clr > div:first-child {
	margin: 0;
}
#wrapper.shortcut .productsBox .clr > div > p {
	width: 50.76%;
	float: left;
}
#wrapper.shortcut .productsBox .clr > div > p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .productsBox .clr > div dl {
	width: 45.07%;
	float: right;
}
#wrapper.shortcut .productsBox .clr > div dt,
#wrapper.shortcut .productsBox .clr > div dd {
	line-height: 1.5;
}
#wrapper.shortcut .productsBox .clr > div dt {
	font-weight: bold;
}
#wrapper.shortcut .productsBox .clr > div dd {
	font-size: 86%;
	margin: 5px 0 0;
}
#wrapper.shortcut .campaignBox {
	padding: 15px;
	margin: 18px 0 0;
	background: #f6f6f6;
}
#wrapper.shortcut .campaignBox .clr {
	margin: 30px 0 0;
}
#wrapper.shortcut .campaignBox .clr:first-of-type {
	margin: 0;
}
#wrapper.shortcut .campaignBox .clr > p {
}
#wrapper.shortcut .campaignBox .clr > p img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .campaignBox .clr > dl {
}
#wrapper.shortcut .campaignBox .clr > dl dt,
#wrapper.shortcut .campaignBox .clr > dl dd {
	line-height: 1.7;
}
#wrapper.shortcut .campaignBox .clr > dl dt {
	font-weight: bold;
	margin: 5px 0 0;
}
#wrapper.shortcut .campaignBox .clr > dl dt span {
	line-height: 1.0;
	margin: 0 0 0 5px;
}
#wrapper.shortcut .campaignBox .clr > dl dt span img {
	height: 20px;
	width: auto;
	vertical-align: top;
}
#wrapper.shortcut .campaignBox .clr > dl dd {
	font-size: 86%;
	margin: 1px 0 0;
}
#wrapper.shortcut .campaignBox .clr > dl dd span {
	/*	display: block;
	color: #777;
	margin: 10px 0 0;*/
	display: none;
}
#wrapper.shortcut .campaignBox .slider {
	padding-bottom: 35px;
}
#wrapper.shortcut .campaignBox .slider .slick-dots {
	text-align: center;
	position: relative;
	bottom: -13px;
}
#wrapper.shortcut .campaignBox .slider .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}
#wrapper.shortcut .campaignBox .slider .slick-dots li button {
	border: none;
	background: #d4d4d4;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: block;
	font-size: 0;
	padding: 0;
	cursor: pointer;
}
#wrapper.shortcut .campaignBox .slider .slick-dots li.slick-active button {
	background: #000;
}
#wrapper.shortcut .campaignBox .slider .slick-arrow {
	border: none;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 24px;
	height: 24px;
	font-size: 0;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background: none;
	cursor: pointer;
}
#wrapper.shortcut .campaignBox .slider .slick-arrow.slick-next {
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
}
#wrapper.shortcut .campaignBox .slider .slick-arrow.slick-prev {
	left: 0;
	transform: translateY(-50%) rotate(135deg);
}
#wrapper.shortcut .campaignBox .slider .clr {
	margin: 0;
}
#wrapper.shortcut .bnr01 {
	margin: 22px 0 0;
}
#wrapper.shortcut .bnr01 img {
	width: 100%;
	height: auto;
}
#wrapper.shortcut .btn {
	margin: 15px 0 0;
}
#wrapper.shortcut .btn a {
	width: 140px;
	font-size: 114%;
	color: #fff;
	text-align: center;
	background-color: #f25388;
	padding: 15px 0;
	margin: 0 auto 0 0;
	vertical-align: middle;
}
#wrapper.shortcut .btn a span {
	background: url(../common/img/arrow_btn04.png) no-repeat right center;
	background-size: 7px auto;
	padding-right: 14px;
}
#wrapper.shortcut .btn-width-auto a {
	width: auto;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
/* shoplist
-------------------------------------------------*/
#wrapper.shortcut .shopList {
	margin: 50px 0 40px;
}
#wrapper.shortcut .shopList h2 {
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
#wrapper.shortcut .shopList h3 span {
	display: block;
	font-size: 85%;
	margin-top: 2px;
}
#wrapper.shortcut .shopList ul {
	display: flex;
	flex-wrap: wrap;
}
#wrapper.shortcut .shopList li {
	margin-bottom: 5px;
	vertical-align: top;
	position: relative;
	padding-left: 12px;
	line-height: 1.4;
	box-sizing: border-box;
	padding-right: 10px;
}
#wrapper.shortcut .shopList li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #09ace9;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}
/* productList
-------------------------------------------------*/
#wrapper.shortcut .productList {
	margin-top: 30px;
}
#wrapper.shortcut .productList h2 {
/*	background: url(../shortcut/omiyamairi/img/omiyamairi_ico01.png) no-repeat left 0.1em;
	background-size: 30px auto;
	font-size: 136%;
	font-weight: normal;
	padding: 10px 0 10px 38px;
	margin: 0 0 8px;
	line-height: 1.5;*/
}
#wrapper.shortcut .productList h3 {
	margin-bottom: 15px;
	font-size: 120%;
}
#wrapper.shortcut .productList h3 span {
	color: #777;
	margin-top: 5px;
	font-weight: normal;
	display: block;
	font-size: 70%;
	line-height: 1.3;
}
#wrapper.shortcut .productList ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#wrapper.shortcut .productList ul.notes {
	display: block;
}
#wrapper.shortcut .productList ul.notes li {
	width: 100%;
	margin: 0;
}
#wrapper.shortcut .productList li {
	width: 31.3%;
	justify-content: space-between;
	margin: 0 3% 12px 0;
}
#wrapper.shortcut .productList li > p {
	font-size: 85%;
	line-height: 1.4;
	margin-bottom: 6px;
}
#wrapper.shortcut .productList li a {
	position: relative;
	display: block;
}
#wrapper.shortcut .productList li a:after {
	content: "";
	background: url(../shortcut/img/icon_zoom.png) no-repeat;
	background-size: 16px 20px;
	width: 16px;
	height: 20px;
	position: absolute;
	bottom: 6px;
	left: 4%;
}
#wrapper.shortcut .productList li.star a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../shortcut/img/icon_star.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 3px;
}
#wrapper.shortcut .productList li:nth-child(3n) {
	margin-right: 0;
}
#wrapper.shortcut .productList li img {
	width: 100%;
}
#wrapper.shortcut .campaignBox.omiyamairi {
	background: none;
}

/* webReserveBox
-------------------------------------------------*/
#wrapper.shortcut .webReserveBox {
	margin: 40px auto 0;
}
#wrapper.shortcut .webReserveBox a {
	width: 100%;
	max-width: 450px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 20px 30px;
	color: #fff;
	line-height: 1;
	position: relative;
	background: rgb(240,111,86);
	background: linear-gradient(90deg, rgba(240,111,86,1) 0%, rgba(231,55,109,1) 100%);
	transition: 0.4s;
}
#wrapper.shortcut .webReserveBox a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: block;
	border: solid 1px rgba(255,255,255,0.7);
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
#wrapper.shortcut .webReserveBox a:after {
	content: "";
	background: url(../common/img/arrow_btn04.png) no-repeat right center;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 18px;
	margin-top: -9px;
}
#wrapper.shortcut .webReserveBox a .balloon {
	font-size: 1.4rem;
}
#wrapper.shortcut .webReserveBox a .webReserveTtl {
	font-size: 1.8rem;
	margin-top: 10px;
	font-weight: bold;
}
#wrapper.shortcut .webReserveBox a .webReserveTtl svg {
	width: 20px;
	height: 21px;
	fill: #fff;
	margin: 0 10px -3px 0;
}

/* shopSearchBox
-------------------------------------------------*/
#wrapper.shortcut .shopSearchBox {
	margin: 25px auto 0;
}
#wrapper.shortcut .shopSearchBox a {
	width: 100%;
	max-width: 450px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 32px 30px;
	color: #fff;
	line-height: 1;
	position: relative;
	background: rgb(240,111,86);
	background: linear-gradient(90deg, rgba(240,157,86,1) 0%, rgba(235,83,80,1) 100%);
	transition: 0.4s;
}
#wrapper.shortcut .shopSearchBox a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: block;
	border: solid 1px rgba(255,255,255,0.7);
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
#wrapper.shortcut .shopSearchBox a:after {
	content: "";
	background: url(../common/img/arrow_btn04.png) no-repeat right center;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 18px;
	margin-top: -9px;
}
#wrapper.shortcut .shopSearchBox a .shopSearchTtl {
	font-size: 1.8rem;
	font-weight: bold;
}
#wrapper.shortcut .shopSearchBox a .shopSearchTtl svg {
	width: 20px;
	height: 21px;
	fill: #fff;
	margin: 0 10px -3px 0;
}

/* column
-------------------------------------------------*/
.columnThree {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.columnThree li {
	width: 48%;
}
.columnThree li:nth-child(n + 3) {
	margin-top: 25px;
}
.columnThree li img {
	width: 100%;
	height: auto;
}
.columnThree li span {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.columnThree li span b {
	color: #f00;
	margin-top: 8px;
	display: block;
	
	line-height: 1.3;
}

/* copyright
-------------------------------------------------*/
.copyright {
	margin-top: 30px;
}
.copyright li {
	font-size: 1.2rem;
	line-height: 1.4;
}
.copyright li + li {
	margin-top: 7px;
}

/* bnrWide
-------------------------------------------------*/
.bnrWide {
	margin-top: 20px;
}
.bnrWide dt {
	margin-bottom: 15px;
	line-height: 1.5;
}

/* bnrDetail
-------------------------------------------------*/
.bnrDetail {
	margin-top: 25px;
}
.bnrDetail .ttl {
	margin-bottom: 15px;
	line-height: 1.5;
}
.bnrDetail .txt {
	line-height: 1.5;
}
.bnrDetail dl + dl {
	margin-top: 30px;
}
.bnrDetail dt {
	font-weight: 600;
}
.bnrDetail dt span {
	color: #e7346e;
	border: 1px solid #e7346e;
	display: inline-block;
	width: 100px;
	text-align: center;
	padding: 5px 0;
	margin-right: 10px;
}
.bnrDetail dt b {
	display: block;
	margin: 12px 0 20px;
	font-size: 1.6rem;
}
.bnrDetail dd {
	margin-top: 10px;
	line-height: 1.6;
}
.bnrDetail dd span {
	display: block;
	margin-top: 15px;
}
.bnrDetail .bnr {
	margin-top: 25px;
}
.bnrDetail dl.img dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnrDetail dl.img dd > div {
	/*width: calc(100% - 120px);*/
}
.bnrDetail dl.img dd .close {
	font-size: 1.8rem;
	color: #e7346e;
	font-weight: 600;
}
.bnrDetail dl.img figure {
	width: 110px;
}

/* btnDetail
-------------------------------------------------*/
.btnDetail {
	margin-top: 25px;
}
.btnDetail a {
	width: 100%;
	display: flex;
	height: 65px;
	font-size: 1.6rem;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background: #e7346e;
	color: #fff;
	line-height: 1.2;
}
.btnDetail a span {
	background: url(../common/img/arrow_btn04.png) no-repeat right center;
	background-size: 10px auto;
	padding-right: 25px;
}

/* catch ttl
-------------------------------------------------*/
.catchTtl {
	text-align: center;
	margin: 30px 0 25px;
	font-size: 1.6rem;
	font-weight: 600;
}
.catchTtl span {
	position: relative;
	display: inline-block;
	line-height: 1.4;
}
.catchTtl span::after {
	content: "";
	width: 2px;
	height: 32px;
	background: #000;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-40%) rotate(-30deg);
}
.catchTtl span::before {
	content: "";
	width: 2px;
	height: 32px;
	background: #000;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-40%) rotate(30deg);
}

/* priceTable
-------------------------------------------------*/
.priceTable {
	margin-top: 40px;
}
.priceTable .ttl {
	font-size: 1.8rem;
	margin-bottom: 18px;
	font-weight: 500;
}
.priceTable .ttl::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #000;
	display: inline-block;
	border-radius: 10px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.priceTable table {
	width: 100%;
	margin: 30px 0 10px;
}
.priceTable table th {
	border: 1px solid #ccc;
	padding: 12px;
	background: #fef6e1;
	font-weight: 500;
	font-size: 1.5rem;
}
.priceTable table td {
	border: 1px solid #ccc;
	padding: 12px 10px;
	text-align: center;
}
.priceTable table td:first-child {
	background: #f7f7f7;
	font-weight: bold;
	padding: 0 10px;
	vertical-align: middle;
}
.priceTable table td > span {
	display: block;
	margin-bottom: 8px;
	font-size: 1.4rem;
	font-weight: 500;
}
.priceTable table td > span:last-child {
	margin: 10px 0 0;
}
.priceTable table td b {
	font-size: 2.6rem;
}
.priceTable table td + td b {
	color: #bd9e5a;
}
.priceTable table td + td + td b {
	color: #e7346e;
}
.priceTable table td b span {
	font-size: 1.8rem;
	margin-left: 2px;
}

/* ttl
-------------------------------------------------*/
.subTitle.borderNone {
	margin-top: 60px;
}
.subTitle.borderNone + .infoBox {
	margin-top: 0 !important;
}

/* bnrColumnFix
-------------------------------------------------*/
.bnrColumnFix {
	border: 2px solid #df2f6b;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.k-header__side-nav {
	bottom: 23vw;
}

}



@media screen and (max-width: 320px) {
#wrapper.detail.shortcut #mvWrap #mv h1 {
	font-size: 180%;
}
#wrapper.detail.shortcut.family #mvWrap #mv h1 {
	font-size: 115%;
}
}
