.spPrice{
	display: block!important;
}
.pcPrice{
	display: none!important;
}
.pcPriceFlex{
	display: none!important;
}
.zei999{
	text-align:center!important;
	display:inline-block!important
}
body {
	position: relative;
}
h2 {
  font-size: 32px;
  text-align: center;
  margin: 1em 0 0;
}
#priceProducts {
	padding-top: 2em;
}
p.p_zeroone {
  font-size: 1.3rem;
	text-align: center;
}
.contentWrap.displayNone.pricePage .divide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.contentWrap.displayNone.pricePage .divide+.divide {
  border-top: 1px solid #ccc;
  margin-top: 0.6em;
  padding-top: 0.6em;
}
.contentWrap.displayNone.pricePage .divide p:first-child {
  text-align: center;
	font-size: .89em;
  width: 40%;
}
.price_newtable.tab_zeroone .divide p:last-child {
  text-align: right;
}
.contentWrap.displayNone.pricePage .zei{
	font-size:.7em!important;
}
.contentWrap.displayNone.pricePage .zei999 {
  display: block!important;
  font-size: .86em!important;
  text-align: right!important;
}
.p_zeroone span {
  margin-left: 0.4em;
  font-size: 1.8rem;
}
.typeSelect {
  max-width: 600px;
  margin: 40px auto;
	display: block;
}
.typeSelect a {
	width: 90%;
	margin: 0 auto;
}
.typeSelect.bottom a {
	width: 100%;
	margin: 0 auto;
}
.typeSelect div {
	width: 90%;
	margin: 0 auto;
	padding: 0.3em;
  background: #A4A4A4;
  text-align: center;
  color: #fff;
	font-size: 18px;
}
.typeSelect.bottom div {
	width: 100%;
}
.typeSelect a + a {
	margin-top: 1em;
}
.typeSelect div p {
  padding: 2.2em 0;
  border: 1px solid;
}
.price_newtable.tab_zeroone .typeSelect.bottom p {
	max-width: none;
	margin: 0 auto;
}

#spMarginTop div {
	margin-top: 1em;
}
p.bigplus {
  font-size: 5.0rem;
  font-weight: bold;
}
.price_newtable.tab_zeroone{
	padding: 0 0.7em;
  margin-top: 0;
	max-width: 600px;
	background: #fff;
}
.price_newtable.tab_zeroone p,
.accordion{
	max-width: 500px;
	margin: 1.2rem auto;
}
.price_newtable.tab_zeroone .divide p{
	margin:0
}
.price_newtable.tab_zeroone .divide-note {
	margin: 0.5em 0 0;
	text-align: center;
}

.price_newtable.tab_zeroone .divide-note small {
	display: inline-block;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.price_newtable.tab_zeroone .divide-note a {
	display: inline;
	text-decoration: underline;
}

@media only screen and (min-width: 601px){
	.tab-content {
	  padding-top: 2.5rem;
	}
}
.priceHeading{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 20px;
}
.priceHeading:before, .priceHeading:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666666;
	display: block;
}
/*
.priceHeading.spGift {
	text-align: center;
	display: block;g
}
.priceHeading.spGift:before {
	content: "";
	height: 0px;
	display: none;
}
.priceHeading.spGift:after {
	content: "";
	height: 0px;
	display: none;
}
*/

.priceHeading:before {
	margin-right: .4em;
}
.priceHeading:after {
	margin-left: .4em;
}
.priceHeading:nth-child(n+3){
	padding-top: 35px;
}

#PriceFlex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: calc(100% - 30px);
	margin: 4.3em auto 3.2em;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.priceBox {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 0px 21px;
	padding-top: 23px;
	border: 1px solid;
	padding-bottom: 21px;
	margin-top: 1.7em;
    justify-content: space-between;
}
ul.attention{
	max-width: 700px;
	font-size: 13px;
	padding-top: 40px;
}
.priceBoxFlexSP .priceBoxChild{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.priceBoxFlexSP .priceBoxChild:last-child {
  margin-top: 1em;
}
.dataAttention{
	font-size:.7em;
	margin-top:1.2em;
}

.dataAttention--fee {
	text-indent:-1em;
	padding-left: 1em;
}
.dataAttention--fee a {
	text-decoration: underline;
}
ul.attention{
	font-size: 10px;
	padding-top: 2.5em;
	text-align: left;
	max-width: 300px;
	margin: 0 auto;
}
.priceBoxChild {
	position: relative;
}
.lysParagraph span {
	font-size: 34px;
}
.priceParagrapah:last-child{
	font-size: 16px;
	width: 100%;
	line-height: 1.2;
}
.priceParagrapah.lys dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.priceParagrapah+.priceParagrapah {
	margin-top: .3rem
}
.priceParagrapah span.zei999 {
  font-size: 12px!important;
  display: block!important;
  text-align: right!important;
}
.lysParagraph+.priceParagrapah span.ppFlexChild:last-child{
	padding-right: .35em;
}
.lysParagraph+.priceParagrapah span{
	width: auto;
	text-align:left;
}
.lysParagraph+.priceParagrapah span.zei999{
	text-align:right!important;
	display: block!important
}
.priceBox img, #ex_pager img{
	width: 100%;
	vertical-align: bottom;
}
#ex_pager .priceIcons p img {
  height: 30px!important;
}

.priceParagrapah.v2 span{
	font-size: 18px;;
	text-align: right!important;
}
.priceWhiteBox, .priceGrayBox {
	width: calc(100% - 36px);
	text-align: center;
}
.priceWhiteBox {
	margin: 78px auto 0 auto;
	background: white;
	border: 1px solid #666;
	position: relative;
}
.giftPackParagraph{
	width: calc(100% - 32px);
	margin: 0 auto;
	list-style: none;
	text-align: center;
	color: #666;
	line-height: 1.2;
	padding: 19px 0 7.5px 0;
	border-bottom: double;
}
.giftPackParagraph li:first-child{
	font-size: 17px;
}
.giftPackParagraph li:nth-child(2){
  font-size: 37px;
}
.giftPackParagraph li:nth-child(3){
	font-size: 17px;
}
.giftPackImg {
	width: calc(100% - 32px);
	margin: 0 auto;
}
.packContents {
	font-size: 22px;
	text-align: center;
	margin: 14px 0;
}
.packContentsUl{
	width: 100%;
	max-width: 300px;
	text-align: left;
	font-size: 15px;
	margin: 0 auto;
}
.packContentsUl.smaller {
	font-size: 11px;
}
.packContentsUl span, .attention{
	font-size: 10px
}
.packContentsUl p{
	text-align:right;
}
.packContentsUl li+li{
	margin-top:.75em
}
.packContentsUl span.zei999{
	text-align:right!important;
	margin-top:0
}
.attention.pc {
	padding: 13px 0 0;
	margin-top: 0;
}
.priceHeading.v2{
	padding-top: 22px;
}
.priceItself{
	font-size: 31px;
	margin: 13px 0;
}
#priceGrayFlex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#priceGrayFlex .priceGrayBox:first-child{
	margin-top: 82px;
}
.priceGrayBox{
	margin: 39.3px auto 0 auto;
	background: #A4A4A4;
	color: #ffffff;
	padding: 6px;
}
.priceGrayBox p{
	color: #ffffff;
}
.priceGrayBox .inner{
	width: 100%;
	border: 1px solid;
	padding: 0 11.5px;
}
#specialOptions {
	padding-top: 34.9px;
	font-size: 29px;
}
#specialOptions span {
	font-size: 14px;
}
.specialParagraph {
	margin: 15.0px 0;
	font-size: 11px;
	line-height: 2.5;
}
.specialOptionContent {
	font-size: 23px;
	padding-top: 22px;
}
.specialParagraph.v2 {
	line-height: 1.4;
	margin: 15px 0;
}

.specialOptionDetail{
	padding-bottom: 33.5px;
	border-top: double;
	border-bottom: double;
	margin-bottom: 43.5px;
}
.specialOff{
	font-size: 30px;
	padding: 13.5px 0 7px;
}
.specialOptionImg img{
	max-width: calc(100% - 26px);
}
.specialParagraph.v3{
	font-size: 16px;
	line-height: 1.4;
	margin: 15.4px 0 0;
}
.specialParagraph.v3 span{
	font-size: 25px;
}
p.specialParagraph.v3+p{
	margin-top: 15.4px;
}
.specialPlus{
	font-size: 17px;
	margin: 13.5px 0;
}
.specialPlus span{
	font-size: 30px;
}
.specialParagraph.v4 {
	font-size: 15px;
	line-height: 1.4;
	margin: 13.5px 0;
}
.specialParagraph.v4 span{
	font-size: 23px;
}
.specialArrows {
	font-size: 36px;
}
.specialAttention{
	font-size: 11px;
	margin-top: 39px;
	text-align: center;
}
.pcAlbumTitle {
	display: none;
}
.priceParagrapah.v2 {
  font-size: 11px;
	text-align: right;
	padding-right: .35em;
}
.priceParagrapah.v3 {
	display: none;
}
.priceBoxChild.v1 {
    height: auto;
}
.spSpGift{
	display: block;
	list-style: none;
	text-align: center;
	color: #666;
	line-height: 1.2;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack :justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.spSpGiftChild:first-child{
	display: none;
	font-size: 24px;
}
.spSpGiftChild span.big{
	font-size: 63px;
}
.pricePackContFlex{
	display: block;
}
.specialPlus span.sizeUp{
	font-size: 17px;
}
.switch {
	border: 1px solid #666;
  background: #A4A4A4;
  color: white;
}
.contentWrap.pricePage {
  margin: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid;
	border-top: none;
}
.contentWrap table {
	width: 100%;
	border-collapse: separate;
}
.contentWrap table tr td {
	padding: 1em 0.3em;
	background: #f7f7f7;
  border: white 2px solid!important;
	text-align: center;
}
.contentWrap table tr td span{
	display: inline-block;
  /* width: 83px; */
	text-align: right;
}
.contentWrap table tr td span+span{
	text-align:center
}
.contentWrap table.options tr td span{
	text-align:center
}
.contentWrap table.options tr td:first-child {
	width: 62%;
}
.spSpGift p.grosseParagraph {
  margin: 1.4em;
}

@media only screen and (min-width: 0px) and (max-width: 350px){
	.priceParagrapah {
    font-size: 14px;
	}

	.priceParagrapah.v2{
		font-size: 13px;
	}
	.priceParagrapah.v2 span{
		font-size: 18px;
	}
	.packContentsUl {
	  max-width: 261px;
	  font-size: 13px;
	}
	.specialParagraph.v3{
		font-size: 15px;
	}
}
.priceParagrapah dd{
	text-align:right
}
.priceBoxChild img{
	vertical-align: bottom;
}
.priceFlex3{
	align-items: baseline;
	display: inline-flex;
	font-size: 1.2em;
	margin-left:auto;
}
.priceFlex3__child+.priceFlex3__child{
	margin-left:.4em;
}
.priceFlex3__child.pfc-size{
	font-size:11px;
}
.priceFlex3__child.pfc-price{
	font-size:16px;
    line-height: 1.2;
}
.priceFlex3__child.pfc-price .zei999{
    display: block!important;
}
.priceFlex3+.priceFlex3{
	margin-top:.4em;
}
.caption-right{
	margin-top:.4em;
	font-size:.8em;
	text-align: right;
}
.priceBox.pricePresent{
	background: #f8f6f2;
	border:none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.priceBox h3{
	font-size:1.25em;
	font-weight: bold;
}
.priceBox h3.album-h3-flexible{
	font-size:1.05em;
}
.priceBox.pricePresent h3{
	color: #8a2e1a;
}
.present-counter-flex-box{
	padding:2.5em 1.2em;
	border:1px solid #8a2e1a;
}
.present-counter-flex{
	display: flex;
    justify-content: center;
}
.present-counter-flex+.present-counter-flex{
	margin-top:1em;
}
.present-counter-flex-box{
	margin-top:1em;
}
.present-counter-flex__child-left-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pcf-c-l-flex__left{
	font-size:12px;
}
.pcf-c-l-f-l-m__price{
	font-weight: bold;
	font-size:1.4em;
}
.pcf-c-l-f-l__bottom{
	font-size:.65em;
}
.pcf-c-l-flex__right {
    font-size: 15px;
	margin-left: .34em;
}
.ppleft {
    font-size: 11px;
    margin: .5em 0 1.8em;
}
.pcf-num {
    font-size: 1.75em;
}
.present-caption{
	text-align:center;
}
.present-caption span{
    background: #8a2e1a;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: .54em .65em;
    border-radius: .4em;
    margin-bottom: 2em;
}
.present-caption img{
	max-width:500px;
}
#argent{
	padding-top:78px;
}

@media only screen and (min-width: 769px) {
	.priceBoxFlexSP{
		display: block;
	}
	.lysParagraph+.priceParagrapah span.ppFlexChild:last-child{
		padding-right:0
	}
	.priceParagrapah.lys p span.ppFlexChild{
		width:50%
	}
	.priceParagrapah.lys p span.ppFlexChild+.ppFlexChild{
		text-align:right
	}
	.priceParagrapah.lys p span.ppFlexChild .zei999{
		width:auto;
		text-align:right!important
	}
	.priceParagrapah.v2 span .zei999{
		text-align:right!important
	}
	.priceParagrapah.v2{
		padding-right:0
	}
	.typeSelect {
	  max-width: 600px;
	  margin: 40px auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#spMarginTop div {
		margin-top: 0;
	}
	.typeSelect a {
		width: 47%;
		margin: 0;
	}
	.typeSelect div {
		width: 100%;
		margin: 0;
	}
	.typeSelect a + a {
		margin-top: 0;
	}
	.singleParaBox p{
		font-size: 14px;
	}
	@media all and (-ms-high-contrast: none) {
		.priceBox {
			width: 33%;
		}
	}
	.priceBox.v2 {
    padding-top: 23px;
	}
	.priceBoxChild {
    width: 100%;
	}
	.priceParagrapah span.spSpan {
    display: none;
	}
	.lysParagraph {
		position: static;
		top: auto;
	}
	.priceParagrapah {
    font-size: 20px;
    position: static;
    bottom: auto;
	}
	.priceParagrapah.lys{
		margin-top: 1em;
		font-size: 20px;
	}
	p.priceParagrapah.v3 {
		display: block;
    font-size: 23px;
    bottom: .2em;
		text-align: right!important;
	}
	p.priceParagrapah.v3 .zei999{
		text-align: right!important;
	}
	.pcAlbumTitle {
		display: block;
    font-size: 15px;
	}
	.priceHeading.vanish{
		display: none;
	}
	.priceHeading.spGift{
		font-size: 30px;
	}
	.spPrice{
		display: none!important;
	}
	.pcPrice{
		display: block!important;
	}
	.pcPriceFlex{
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: flex!important;
	}
	.giftPackParagraph{
		width: calc(100% - 72.8px);
		padding-bottom: 24.2px;
	}
	.giftPackParagraph li:first-child {
    font-size: 23px;
	}
	.giftPackParagraph li:nth-child(2){
		display: none;
	}
	.giftPackParagraph li:nth-child(3){
		display: none;
	}
	.spSpGift{
    margin: 0 auto 49.8px;
		width: calc(100% - 72.8px);
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		border-bottom: double;
		padding: 13.5px 0 15.2px;
	}
	.spSpGift .spSpGiftChild:first-child{
		display: block;
	}
	.spSpGiftChild:nth-child(2){
		font-size: 14px;
		text-align: left;
	}
	.priceWhiteBox, .priceGrayBox, .giftPackImg {
		width: calc(100% - 72.8px);
	}
	.priceGrayBox .inner{
		padding: 0 36.4px;
	}
	.specialOptionImg img {
    max-width: 100%;
		max-width: 504px;
	}
	.pricePackContFlex{
		/*
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 28.5px;
		*/
	}
	.pricePackContFlexChild{

	}
	.priceHeading.v2{
		font-size: 25px;
	}
	p.attention{
		font-size: 13px;
		padding-top: 40px;
	}
	.priceItself{
		font-size: 42px;
	}
	.packContents {
		font-size: 30px;
	}
	.packContentsUl, .packContentsUl span,
	.packContentsUl.smaller {
		font-size: 20px;
		max-width: 700px;
	}
	.packContentsUl li p{
		font-size:1.3em;
	}
	.packContentsUl li{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-items:center;
		align-items:center
	}
	#specialOptions {
		font-size: 53px;
	}
	.specialParagraph {
    font-size: 17px;
	}
	.pad37{
		padding: 37px 0 24.1px;
	}
	.finalFlex{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.finalFlex > .specialParagraph.v2{
		text-align: left;
	}
	.specialOptionContent{
		font-size: 30px;
		padding-top: 0;
	}
	.specialOff {
    font-size: 27px;
    padding: 31px 0 26.9px;
	}
	.specialOff br{
		display: none;
	}
	.specialOptionImg{
		width: 60%;
	}
	.specialPlus{
		padding: 31px 0 26.9px;
	}
	.specialPlus br:nth-child(n+3){
		display: none;
	}
	.specialPlus span.sizeUp{
		font-size: 26px;
	}
	p.specialParagraph.v3{
		margin: 0 0 0;
	}
	p.specialParagraph.v3+p{
		margin-top: 41.1px;
	}
	.specialParagraph.v4{
		font-size: 16px;
	}
	.specialParagraph.v4 span{
		font-size: 24px;
	}
	.pcf-c-l-flex__left{
		font-size:17px;
	}
	.pcf-c-l-flex__right {
		font-size: 23px;
	}
	.priceBox h3.album-h3-flexible{
		font-size:1.25em;
	}
	.priceFlex3__child.pfc-price{
		font-size:23px;
	}
	.priceFlex3__child.pfc-price .zei999{
		font-size:12px!important;
	}
}
.seals {
	position: absolute;
	right: 1.5px;
	top: -39.5px;
	width: 36%;
	max-width: 117px;
}
p.additionalPlan {
	display: inline-block;
	background: white;
	padding: 14px;
	margin-bottom: 13.9px;
	color: #666;
	cursor: pointer;
}
.additionalPlanContent {
	display: none;
}
.priceIcons {
	text-align: center;
	margin: 2.1em auto 2.1em auto;
	max-width: 700px;
}
.priceIcons p {
	display: inline-block;
	width: 53px;
	vertical-align: middle;
}
.priceIcons.pc p, .additionalPlanContent .priceIcons.pc p {
	width: 149px;
}
.priceIcons p+p{
	margin-left: 18.9px;
}
.priceIcons p img {
	width: auto!important;
}
.priceIcons span {
	width: 100%;
}


.packContentsUl li.promo-option {
    display: block;
}
.promo-option {
	background-color: #f8f6f2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.promo-option .promo-banner {
	background-color: #7a3b27;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.promo-option .promo-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 20px auto;
	padding: 20px;
}
.promo-option .promo-text {
	flex: 1;
	color: #4d2c1c;
	margin-right: 1em;
	text-align: center;
}
.promo-option .promo-text h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.promo-option .highlight {
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #8a2e1a;
}
.promo-option .price {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.promo-option .price .tax{
	display: inline-block;
}
.promo-option .image-container {
	max-width: 100%;
}
.promo-option .image-container img {
	width: 100%;
	border-radius: 5px;
}

@media only screen and (min-width: 769px){
	#PriceFlex {
    -webkit-flex-flow: row;
    flex-flow: row;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
	.priceBox {
    width: 49%;
	}
	#ex_pager .priceIcons p img {
    height: 49px!important;
	}
	.seals {
    position: absolute;
    right: 7px;
    top: -91.5px;
    width: 36%;
    max-width: 210px;
	}
	.priceWhiteBox {
		margin: 90px auto 0 auto;
	}
	.typeSelect.bottom {
		max-width: 500px;
	}
	.contentWrap table tr td {
    font-size: 1.2em;
	}
	.priceParagrapah.lys{
		padding-right:0
	}
	.promo-option .promo-container {
		flex-direction: row;
	}
	.promo-option .highlight{
		display: inline;
	}
	.promo-option .promo-text h2 {
		text-align: right;
	}
	.promo-option .image-container {
		max-width: 144px;
	}
	.promo-option .price {
		font-size: 19px;
	}
	.promo-option .price .tax{
		font-size:.65em;
	}
}
@media only screen and (min-width: 901px){
	#specialOptions{
		float: left;
		line-height: 1;
		text-align: right;
	}
	#specialRightPc {
		float: right;
		text-align: left;
	}
	#specialOptions span {
    font-size: 20px;
	}
	p.additionalPlan {
		font-size: 17px;
	}
	.priceParagrapah dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
.additionalPlanContent .priceIcons p+p {
    margin-left: 10.9px;
}
.additionalPlanContent .priceIcons p {
    width: 58px;
}
