.mochu .trial, .kanchu .trial{
  display:none;
}
/*.mochu .order br,
.kanchu .order br{
  display: none !important;
}*/
.secondaryPages .topContents {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.page-link-back,
.page-link-next{
  border: 1px solid #999;
  background: #fff;
  color: #333 !important;
  padding: 1em 3em;
  border-radius: 50px;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}
.page-link-back{
   padding: .8em 1.5em .8em 2.5em;
}
.page-link-next{
   padding: .8em 2.5em .8em 1.5em;
  margin-left: 1em;
}
.page-link-next:after,
.page-link-back:before {
  border-right: 2px solid var(--green);
  border-top: 2px solid var(--green);
  content: '';
  height: 10px;
  margin-top: -7px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.page-link-back:before{
  right:inherit;
  left: 18px;
}
.page-link-back:before{
   -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.secondaryPages .topContents + .section {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.secondaryPages .topContents {
		margin: 0 auto 0;
		padding: 0;
	}
	.guide .secondaryPages .topContents {
		margin: 0 auto;
		padding: 20px 15px 0;
	}
	.secondaryPages .topContents + .section {
		padding-top: 30px;
	}
	.guide .secondaryPages .topContents + .section {
		padding-top: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.cardTitleSP {
		display: none;
	}
}
.cardTitle h1 {
	color: #444;
	font-size: 3rem;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.cardTitle h1 .parentName {
	display: block;
	font-size: 1.8rem;
}
.cardTitle h1 span {
	display: block;
	font-size: 60%;
  font-weight: normal;
}
.priceType.tStar {
	font-size: 2rem;
	letter-spacing: -3px;
	margin-right: .7em;
}
@media screen and (max-width: 767px) {
	.cardTitle {
		display: none;
	}
	.cardTitle h1 {
		color: #444;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.cardTitleSP {
		background-color: #fff;
		min-height: 63px;
		display: flex;
	}
	.cardTitleSP .cardTitle {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px 30px;
		position: relative;
		width: 100%;
		border-bottom: 1px solid var(--grey);
	}
	.cardTitleSP .cardTitle h1 {
		margin-bottom: 0;
	}
	.cardTitleSP .backButton {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		width: 30px;
		z-index: 1;
    transform: translate(0);
	}
	.cardTitleSP .backButton::before {
		border-left: 1px solid #444;
		border-top: 1px solid #444;
		content: '';
		height: 15px;
		left: 50%;
		margin-left: -1px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 15px;
	}
	.cardTitle h1 {
		font-size: 1.7rem;
		text-align: center;
	}
	.cardTitle h1 .parentName {
		display: block;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.pageLink {
	/* background: #fff; */
	border-radius: 50%;
	display: block;
	margin-top: -26px;
	position: absolute;
	right: -50px;
	top: 50%;
	transition-duration: .2s;
	width: 48px;
	height: 48px;
 z-index: 2;
	border-radius: 50%;
}
.pageLink:hover {
	opacity: .3;
}
.pageLink:before{
  content: "次へ";
  font-size: 1.4rem;
  position: absolute;
  bottom: -1.8em;
  text-align: center;
  display: block;
  left:0;
  right:0;
  margin: auto;
  font-weight: bold;
  color: #333;
}
.pageLink:after {
	border-right: 3px solid #333;
	border-top: 3px solid #333;
	content: '';
	height: 16px;
  width: 16px;
	left: 50%;
	margin-left: -13px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pageLink.back:before{
  content: "前へ";
}
.pageLink.back {
	left: -50px;
	right: auto;
}
.pageLink.back:after {
	margin-left: -5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.cardDesign{
 position: relative;
 margin-bottom: 4rem;
}
.cardDesign::before{
  content: "";
  width: 480px;
  height: 480px;
  position: absolute;
  background: var(--brown-lite);
  display: block;
  top: -30px;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
	.pageLink {
		height: 40px;
		margin-top: -20px;
		width: 40px;
		transform: scale(.8);
	}
	.pageLink:after {
		height: 16px;
		width: 16px;
		margin-left: -14px;
		margin-top: -7px;
	}
  .cardDesign::before{
    border-radius: 0;
    transform: scale(1.1, 1);
  }
}
@media screen and (max-width: 520px) {
.cardDesign::before{
  content: "";
  width: 100%;
  height: 100%;
  top: -.5em;
  bottom: 0;
  left: 0;
  right: 0;
 transform: scale(1.1);
}
	.pageLink {
		right: -10px;
	}
	.pageLink.back {
		left: -10px;
		right: auto;
	}
}
.relateProdId {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.1 !important;
	margin: 0 5px;
	text-align: center;
}
.relateProdStar {
	font-size: 1.3rem;
	letter-spacing: -1px;
	line-height: 1.1 !important;
	margin: 0 5px;
	text-align: center;
}
.phBlockWrapper {
	margin: 0 auto 25px;
	max-width: 420px;
	position: relative;
}

@media screen and (max-width: 767px) {
  .phBlockWrapper {
    margin-top: -1rem;
  }
  .secondaryPages:first-of-type {
    margin-bottom: 0;
  }
  .phBlock{
    padding: 1em;
  }
}


.phBlockPosition {
	padding-top: 100%;
	position: relative;
}
.positionY .phBlockPosition {
	padding-top: 100%;
}
.phBlock {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.phBlock img {
	 box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
	max-height: 420px;
	max-width: 420px;
	min-width: 1%;
 /*transform: scale(0.95);*/
}
@media (max-width:599px) {
.phBlock img{
  max-height: 36rem;
  max-width: 36rem;
}
}
@media (max-width:400px) {
.phBlock img{
  max-height: 30rem;
  max-width: 30rem;
}
}
.textTapPhoto {
	margin: 30px 0;
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	display: none; /* 202108*/
}
.textTapPhoto .baloon {
	display: inline-block;
	padding: 8px 24px 7px;
	border: 1px solid #b3b3b3;
	border-radius: 30px;
}
.textTapPhoto .baloon::before {
	content: '';
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: -14px;
	border-top: none;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 14px solid #b3b3b3;
}
.textTapPhoto .baloon::after {
	content: '';
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: -9px;
	border-top: none;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 14px solid #fff;
}
@media screen and (max-width: 767px) {
	.textTapPhoto {
		font-size: 1.4rem;
		margin-top: 30px;
	}
	.textTapPhoto .baloon {
		padding: 8px 15px 7px;
		letter-spacing: 0;
	}
}
.textTapPhoto .text-marker {
	display: inline-block;
	position: relative;
}
.textTapPhoto .text-marker::before {
	background-color: #ff0;
	bottom: 0;
	content: '';
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
}
@media screen and (min-width: 768px), print {
	.textTapPhoto .text-marker::before {
		bottom: 2px;
		height: 8px;
	}
}
@media screen and (max-width: 767px) {
	.textTapPhoto .text-marker::before {
		bottom: 0;
		height: 8px;
	}
}
.textTapPhoto .text-marker .text-layer {
	position: relative;
}
.cardData {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 30px;
  background: #fff;
}
@media screen and (min-width: 768px), print {
	.cardData {
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}
}
@media screen and (max-width: 767px) {
	.cardData {
		margin-bottom: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.cardData .dataItem {
	border-right: 1px solid #999;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 7px 0;
	text-align: center;
	width: 33.33%;
  font-size: 1.5rem;
  white-space: nowrap;
}
.cardData .dataItem:last-child {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.cardData .dataItem {
		font-size: 1.3rem;
		padding: 10px 0;
	}
}
@media screen and (min-width: 768px), print {
	.secondaryPages .designConceptPC h2 {
		border-top: none;
		font-size: 2rem;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.designConceptPC {
		display: none;
	}
	.designConceptSp {
		display: block;
		margin-bottom: 0;
	}
	.sp-section {
		padding: 0 15px 20px;
	}
}
.has-favorite {
	
}
.has-favorite > * {
	
}
.print-quality{
  margin-left: 1.5rem;
  font-size: 1.4rem;
  position: relative;
}
.print-quality::before{
  content: '?';
  display: inline-block;
  width:1em;
  height: 1em;
  border: 1px solid var(--green);
  border-radius: 1em;
  line-height: 1;
  text-align: center;
  margin-right: .3rem;
}
.selectButtons{
  display: flex;
  width: 100%;
  margin-bottom: 1em;
}
.selectButtons-box{
 width:50%;
}
.selectButtons-box.print .trialBox{
  display: none;
}
.has-favorite .button+.button{
  margin-left: 1rem;
}
.section .col2Block .cols.xxx-largeMargin.sp-noMargin{
 position: relative;
  word-break: break-all;
}
.has-favorite > .favoriteToggle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 767px) {
.has-favorite > .favoriteToggle {
transform: scale(.8);
}
}
.favoriteToggle {
	background: url('/common/2026/images/icon/icon_heart.svg') no-repeat center 6px;
	background-size: 42px auto;
	cursor: pointer;
	height: 66px;
	width: 66px;
	display: block;
	text-decoration: none;
	position: relative;
	transition: opacity 200ms ease-in-out;
}
.favoriteToggle::after {
	background: url(/common/2026/images/common/icon/icon_tsuika.png) no-repeat center top;
	background-size: contain;
	content: '';
	left: 50%;
	margin-left: -41px;
	margin-top: 2px;
	opacity: 0;
	position: absolute;
	top: 4.2rem;
	transition-duration: .2s;
}
.favoriteToggle:hover::after {
	height: 60px;
	opacity: 1;
	width: 80px;
}
.favoriteToggle .text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #444444;
	bottom: 0;
	left: 0;
	letter-spacing: 0;
  display: none;
}
.favoriteToggle.is-current {
	background-image: url('/common/2026/images/icon/icon_heart_current.svg');
}
.favoriteToggle.is-current::after {
	background: url(/common/2026/images/common/icon/icon_sakujyo.png) no-repeat center top;
	background-size: contain;
}
.favoriteToggle:hover {
	opacity: 1;
}
.buyLinkSpWrapper {
	display: none;
}
.buyLinkPC.largeMargin{
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .favoriteToggle::after {
    display: none;
  }
	.buyLinkPC {
		display: none;
	}
  .section .col2Block .cols.xxx-largeMargin.sp-noMargin{
    position: inherit;
  }
	.buyLinkSpWrapper {
		display: block;
		margin: 0 -15px 30px;
		min-height: 40px;
		/*position: relative;*/
	}
  .has-favorite > .favoriteToggle{
    top: 1.5rem;
    right:1.2rem;
  }
	.buyLinkSp {
		bottom: -70px;
		padding: 0 15px;
		transition-duration: .2s;
		transition-property: background, bottom;
	}
 
}
.buy-flow{ width:100%; max-width: 480px; }
.trialBox a{
 width: 100%;
}

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

}
@media screen and (max-width: 767px) {
  
}
.button.order {
  background-color: #FF7645;
  color: #fff;
  width: 95%;
  line-height: 1.5;
  border-radius: 1rem;
  margin-bottom: .5rem;
  white-space: nowrap;
  text-align: left;
  position: relative;
  justify-content: flex-start;
}
.button.order:hover{
 background: #ff5f26;;
}
.button.order::after{
  display: none;
}
.button.order::before{
  content: "";
  width: 3.2rem;
  height: 4.2rem;
  background: url("../images/common/icon_svg/order_btn_icon_photo.svg") 0 0 no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
}
.button.order.print::before{
 background: url("../images/common/icon_svg/order_btn_icon_print.svg") 0 0 no-repeat;
  background-size: contain;
}
.selectButtons-txt{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-indent: -2em;
}
.button.order .osusume{
  display: inline-block;
  align-items: center;
  line-height: 1;
  padding: .3rem .7rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  margin-left: .3rem;
  transform: translate( 2px, -2px);
  background: #FCEDBD;
  color: #FF7645;
  letter-spacing: -1px;
}
.button.trial {
  background: #fff;
  color: #fff !important;
  font-size: 1.8rem;
  padding: .6em 2em .6em 4em;
  border-radius: 10px;
  line-height: 1.3;
  justify-content: flex-start;
  position: relative;
  background: #ffad2d;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 26.3rem;
  width: 100%;
}
.button.trial .red{
  display: block;
  text-align: left;
}
.button.trial:after{
  position: absolute;
  left: .5em;
  top:0;
  bottom: 0;
  right: inherit;
  margin: auto;
  width: 5rem;
  height: 5rem;
  background: url("../images/icon/icon_free.svg") 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
}
.button.orderEnd {
  background-color: #ccc;
  color: #fff;
  pointer-events: none;
}
.button.orderEnd::after{
  display: none !important;
}
.printType{
  color: #FCEDBD;
  display: block;
  font-size: 1.2rem;
  display: block;
}
.notrial .trialBox,
.mochu .trialBox,
.kanchu .trialBox{
  display: none;
}
@media screen and (max-width: 767px) {
  .has-favorite{
    flex-wrap: wrap;
  }
  .has-favorite .button+.button{
    margin: 0;
  }
  .button.order{
    margin-bottom: .5rem;
    width: 100%;
    white-space:inherit;
    display: block;
    text-align: center;
    padding: 1em 0 .8em;
    line-height: 1.2;
    border-radius: 1em;
  }
  .selectButtons-txt{
    text-indent: 0;
  }
  .button.order::before{
    width: 2.1em;
    height: 3em;
    display: block;
    margin: 0 auto .8rem;
  }
  .printType{
    font-size: 1.3rem;
    margin-bottom: .5rem;
  }
  .buy-flow{ width:100%; max-width: 100%; padding: 1rem 1.5rem 0; background: var(--brown-lite); display: block;  }
  .cardDesign::before{width: 100%; }
  .buy-flow img{ max-width: 480px; width: 100%; }
	.button {
		font-size: 1.6rem;
	}
	.buyLinkSp .button {
		font-size: 4.5vw;
	}
  .trialBox{
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .button.trial{ max-width: 100%; text-align: center;}
  .buyLinkSp .trialBox  .button {
		/*font-size: 3.6vw;*/
	}
  .button.order .osusume{
    position: absolute;
    white-space: nowrap;
    right: 1rem;
    top: 1rem;
    margin: auto;
    transform: none;
  }
  .selectButtons{
    margin-bottom: 0;
  }
  .selectButtons-box{
    margin-bottom: 1em;
    width: 48%;
    white-space: nowrap;
  }
  .selectButtons-box.print{ margin-left: 4%;}
  .button.trial{
    margin: 0;
  }
  .trialBox a br{
    display: none;
  }
}
.optionPrintNum {
	background: #fff;
	border: solid 1px #ccc;
	color: #444;
	font-size: 150%;
	text-align: right;
}
.hayawari-message {
	color: #e60012;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.hayawari-message {
		font-size: 1.8rem;
	}
}
.hagakiWrapper {
	padding: 30px 10px;
}
.hagakiWrapper .hagakiTitle {
	background: url(/common/2026/images/common/detail_link_icon_cardtype.png) no-repeat left top;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 7px;
}
.hagakiDeff .hagakiCol {
	float: left;
	padding: 0 28px;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.hagakiDeff .hagakiCol {
		float: left;
		padding: 0;
		width: 50%;
	}
	.hagakiWrapper .hagakiTitle {
		background-size: 23px;
		font-size: 130%;
		line-height: 1.4;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-top: 0;
	}
	.hagakiDeff .hagakiCol {
		float: none;
		margin-bottom: 15px;
		overflow: hidden;
		width: auto;
	}
	.hagakiDeff .hagakiCol:last-child {
		margin-bottom: 0;
	}
	.hagakiDeff .hagakiCol img {
		float: left;
		height: auto;
		margin-right: 10px;
		max-width: 100%;
		vertical-align: bottom;
		width: 80px;
	}
}
.deliveryWrapper .deliTypeList {
	margin: 0 -5px -2px;
	display: flex;
	justify-content: space-between;
}
.deliveryWrapper .deliTypeList li {
	box-sizing: border-box;
	padding: 0 5px;
	width: 25%;
	flex: 1 0 auto;
}
.deliveryWrapper .deliTypeList li a {
	-webkit-align-items: center;
	align-items: center;
	background-color: var(--green);
	border: 2px solid var(--green);
	color: #fff;
	display: flex;
	display: -webkit-flex;
	font-size: 1.7rem;
	font-weight: bold;
	height: calc(2.5em + 10px);
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.4;
	padding: 5px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition-duration: .2s;
 white-space:nowrap;
}
/* .deliveryWrapper .deliTypeList li a:before {
	border-right: 1px solid #e60012;
	border-top: 1px solid #e60012;
	content: '';
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
} */
.deliveryWrapper .deliTypeList li a:hover {
	opacity: 0.7;
}
.deliveryWrapper .deliTypeList li.current a,.deliveryWrapper .deliTypeList li.current a:hover {
	background-color: #fff;
	color: #444;
	opacity: 1;
}
.deliveryWrapper .deliTypeList li a::before {
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: #fff;
	display: none;
	position: absolute;
}
.deliveryWrapper .deliTypeList li.current a:before,.deliveryWrapper .deliTypeList li.current a:hover:before {
	display: block;
}
.deliveryWrapper .deliTypeList.is-disabled li:not(.current) {
	pointer-events: none;
	opacity: 0.7;
}
/* .deliveryWrapper .deliTypeList li.current a:after {
	border: solid 13px transparent;
	border-bottom: 0;
	border-top: solid 14px #e60012;
	content: '';
	left: 50%;
	margin-left: -13px;
	position: absolute;
	top: 100%;
} */
@media screen and (min-width: 768px), print {
	.delivery-tesxtWrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.delivery-tesxtWrapper > * {
		margin: 0 25px;
	}
	.delivery-tesxtWrapper > *:last-child {
		margin-top: 25px;
	}
}
.deliveryWrapper .deliveryDateWrapper {
	background: #fff;
	border: solid 2px var(--green);
	padding: 15px 30px 25px;
}
.deliveryWrapper label {
	display: inline-block;
	font-size: 140%;
	margin-right: 40px;
}
.deliveryDateWrapper p {
	line-height: 1.7 !important;
	margin-bottom: 10px;
}
.deliveryWrapper label input {
	margin-right: 6px;
	vertical-align: 5%;
}
.deliveryDate {
	font-size: 5rem;
}

@media screen and (max-width: 767px) {
	.deliveryWrapper .deliTypeList {
		margin: 0 -3px -2px;
	}
	.deliveryWrapper .deliTypeList li {
		padding: 0 3px;
	}
	.deliveryWrapper .deliTypeList li a {
		font-size: 1.3rem;
		padding: 7px 2px;
	}
	.deliveryWrapper label {
		font-size: 3.8vw;
		margin-right: 1em;
    white-space: nowrap;
	}
	.deliveryWrapper .deliveryDateWrapper {
		font-size: 1.4rem;
		padding: 15px 10px;
	}
	.deliveryDate {
		font-size: 3.8rem;
	}
}
.notNetSale {
	background: #fff;
	border: solid 2px #e60012;
	color: #e60012 !important;
	font-size: 1.28rem;
	margin-bottom: 25px;
	padding: 12px 15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.notNetSale {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}
.relateProds {
	max-width: 920px;
	margin: 0 auto;
}
@media screen and (min-width: 768px), print {
	.col5Block.relateProds > .cols {
		width: calc(20% - 10px);
		margin: 0 5px;
	}
}
@media screen and (max-width: 767px) {
	.col5Block.relateProds > .cols {
		width: calc(20% - 4px);
		margin: 0 2px;
	}
}
/* .relateChara {
	border: 2px solid #c29558;
	padding: 10px;
}
.relateChara.snoopy {
	border: 2px solid #62a3dd;
}
.relateChara.illustrator {
	border: 2px solid #8a6657;
} */
.relateChara .charaLabel {
}
/* .relateChara.snoopy .charaLabel {
	background: #62a3dd;
}
.relateChara.illustrator .charaLabel {
	background: #8a6657;
} */
.sp-horizontal-scroll {
	padding-top: 0;
}
@media screen and (min-width: 768px), print {
	.sp-horizontal-scroll {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.sp-horizontal-scroll-wrapper {
		margin-bottom: 0;
	}
	.sp-horizontal-scroll {
		padding-bottom: 40px;
	}
}
.sp-horizontal-scroll.is-pt-none {
	padding-top: 0;
}
.num-select-flont {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-flex;
}
.num-select-flont .num-select-button-wrapper {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
}
.num-select-flont .num-select-button-wrapper::before {
	background-image: url('/common/2026/images/common/arrow_right_orange.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
.num-select-flont .num-select-button-wrapper .trigger-button {
	background-color: #fff;
	border: 2px solid #a7a7a7;
	border-radius: 5px;
	color: #444;
	line-height: 1;
	text-decoration: none;
	transition-duration: .2s;
}
.num-select-flont .num-select-button-wrapper .trigger-button:hover {
	opacity: .8;
}
@media screen and (min-width: 768px), print {
	.num-select-flont {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.num-select-flont .num-select-message {
		margin-right: 20px;
	}
	.num-select-flont .num-select-button-wrapper {
		padding-left: 22px;
	}
	.num-select-flont .num-select-button-wrapper::before {
		height: 15px;
		margin-top: -9px;
		width: 12px;
	}
	.num-select-flont .num-select-button-wrapper .trigger-button {
		padding: 2px 25px;
	}
}
@media screen and (max-width: 767px) {
	.num-select-flont {
		font-size: 1.6rem;
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 15px;
	}
	.num-select-flont .num-select-message {
		margin-right: 10px;
	}
	.num-select-flont .num-select-button-wrapper {
		padding-left: 15px;
	}
	.num-select-flont .num-select-button-wrapper::before {
		height: 12px;
		margin-top: -7px;
		width: 10px;
	}
	.num-select-flont .num-select-button-wrapper .trigger-button {
		padding: 2px 15px;
	}
}
.num-select-wrapper {
	background: rgba(0, 0, 0, .4);
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1201;
}
.num-select-wrapper .overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.num-select-wrapper .position {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 15px;
	position: fixed;
	width: 100%;
}
.num-select-wrapper .position .center {
	max-width: 487px;
	position: relative;
	text-align: center;
}
.num-select-wrapper .close {
	background: transparent url(/common/2026/images/common/detail_close_btn_sp.png) no-repeat left top;
	background-size: contain;
	cursor: pointer;
	height: 54px;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 54px;
	z-index: 1207;
}
.link-table-title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.link-table-wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.link-table {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px;
}
.link-table .link-item {
	margin: 8px;
	width: calc(33.33% - 16px);
}
.link-table .link-item a {
	transition-duration: .2s;
}
.link-table .link-item a:hover {
	opacity: .7;
}
.link-table .link-item img {
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.num-select-wrapper .position {
		padding: 10px;
	}
	.num-select-wrapper .close {
		height: 34px;
		right: -7px;
		top: -12px;
		width: 34px;
	}
	.link-table-title {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.link-table-wrapper {
		border-radius: 7px;
		padding: 10px;
	}
	.link-table {
		display: flex;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -5px;
	}
	.link-table .link-item {
		margin: 5px;
		width: calc(33.33% - 10px);
	}
}
@media screen and (max-width: 320px) {
	.link-table-title {
		font-size: 1.4rem;
	}
}
body.is-open-syn {
	overflow: hidden;
}
.strong-yellow {
	color: #ff0;
}
.about-synth {
	background-color: rgba(0, 0, 0, .5);
	border: 2px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 600px;
}
.about-synth .title {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 26px 20px 14px;
	text-align: center;
}
.about-synth .body {
	padding: 0 50px 50px;
}
.about-synth .body hr {
	border: 1px solid #555;
	border-width: 0 0 1px;
	margin-bottom: 5px;
}
.about-synth .body .synth-image {
	margin-left: -30px;
	margin-right: -30px;
	text-align: center;
}
.about-synth .button {
	width: 220px;
}
@media screen and (max-width: 767px) {
	.about-synth {
		border: none;
		border-radius: 7px;
	}
	.about-synth .title {
		font-size: 1.6rem;
		padding: 5px 10px;
	}
	.about-synth .body {
		padding: 0 30px 15px;
	}
	.about-synth .body hr {
		margin-bottom: 3px;
	}
	.about-synth .body .synth-image {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.set label {
	z-index: 0;
}
.setImage label {
	display: none;
}
input[type='file'] {
	display: none;
}

.button-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 308px;
}
@media screen and (min-width: 768px), print {
	.expressBunner,.hayawariBunner {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
.red-label {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #e60012;
	color: #e60012;
	margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
	.red-label {
		padding: 1px 7px 0;
	}
  .button.trial{
    margin-left: inherit;
    padding: 1.5em 2em 1.5em 3em;
    border-radius: 1em;
  }
  .button.trial:after{
    width: 12vw;
    height: 12vw;
    left: 10%;
  }
}


.swiper-slide{
  text-align: center;
}

.arrange .phBlock::before{
  content: "";
  position: absolute;
  left:0;
  top: -0.5em;
  z-index: 2;
  width: 6em;
  height: 6em;
  background: url('/common/2026/images/icon/icon_stamp.png') no-repeat center center;
  background-size: 6em auto;
}
.illust.arrange .phBlock::before{
  background: url('/common/2026/images/icon/icon_photoadd.png') no-repeat center center;
  background-size: 6em auto;
}

.yt-square{
  width: 48rem; height: 48rem; position: relative; overflow: hidden; border-radius: 1em;
  margin: 4em auto 0;
}

.yt-square.sp-break{
  width: 36rem; height: 36rem;
  margin: 0 auto 2em;
}

.buy-flow.pc-hide{
  display: none;
}
.buy-flow.sp-hide{
  display: block !important;
  background: transparent;
  padding: 1rem 0 0;
}

/* ----------------------------
  1枚無料終了対応 
 ---------------------------- */
 /*
.buyLinkPC .button.trial,
.buyLinkSp .button.trial {
  display: none; 
}
*/

