@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Questrial&display=swap');

/*---------センター寄せ------------*/
#breadcrumb {
	max-width: 940px;
	margin: 0 auto;
}
#main {
	float: none!important;
	margin: 0 auto;
	font-size: 1.5rem;
}
/*---------------------------------*/
.cl:after {
  content: "";
  clear: both;
  display: block;
}
/*---------------------------------*/
.main-wrapper {
	background-color: #fff;
	color: #402d00;
	font-family:"游ゴシック体", "Yu Gothic","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	text-align: unset;
	line-height: 1.8;
}
a {
	color: #c0252b;
}
a:hover {
	opacity: 0.7;
}
dl dt {
	margin-bottom: 0;
	font-weight: normal;
}
.pcsize{
	display: block;
}
.spsize{
	display: none;
}
strong,b,
.fnt-bold {
	font-weight: 700!important;
}
.fnt-small {
	font-size: 75%!important;
}
.fnt-medium {
	font-size: 100%!important;
}
.fnt-large {
	font-size: 140%!important;
}
.fnt-red {
	color: #c0252b!important;
}
.fnt-ylw {
	color: #ffd553!important;
}
.fnt-org {
	color: #ffb400!important;
}
.fnt-ble {
	color: #0699f3!important;
}
.fnt-grn {
	color: #70b283!important;
}
.fnt-pnk {
	color: #ff2ba0!important;
}
.fnt-pup {
	color: #cab8d9!important;
}
.fnt-brw {
	color: #351805!important;
}
.fnt-wht {
	color: #fff!important;
}
.fnt-border {
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.txt-u {
	text-decoration: underline;
}
.mt0 {
	margin-top: 0!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.ml0 {
	margin-left: 0!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.mr0 {
	margin-right: 0!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.pt0 {
	padding-top: 0!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pl0 {
	padding-left: 0!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pr0 {
	padding-right: 0!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.en {
	font-family: 'Questrial', sans-serif;
	letter-spacing: -1px;
}
.num {
	font-family: 'Pacifico', cursive;
	letter-spacing: -1px;
}
.liner-red {
	background: linear-gradient(transparent 60%, #d4320e 60%);
	background:-moz-linear-gradient(transparent 60%, #d4320e 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #d4320e 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #d4320e 60%); /* IE */
	padding: 0 0.2rem;
}
.liner-pnk {
	background: linear-gradient(transparent 60%, #ec736d 60%);
	background:-moz-linear-gradient(transparent 60%, #ec736d 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #ec736d 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #ec736d 60%); /* IE */
	padding: 0 0.2rem;
}
.liner-ylw {
	background: linear-gradient(transparent 60%, #f3ca06 60%);
	background:-moz-linear-gradient(transparent 60%, #f3ca06 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #f3ca06 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #f3ca06 60%); /* IE */
	padding: 0 0.2rem;
}
.liner-org {
	background: linear-gradient(transparent 60%, #ffb400 60%);
	background:-moz-linear-gradient(transparent 60%, #ffb400 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #ffb400 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #ffb400 60%); /* IE */
	padding: 0 0.2rem;
}
.liner-ble {
	background: linear-gradient(transparent 60%, #a5cece 60%);
	background:-moz-linear-gradient(transparent 60%, #a5cece 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #a5cece 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #a5cece 60%); /* IE */
	padding: 0 0.2rem;
}
.liner-pup {
	background: linear-gradient(transparent 60%, #cab8d9 60%);
	background:-moz-linear-gradient(transparent 60%, #cab8d9 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #cab8d9 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #cab8d9 60%); /* IE */
	padding: 0 0.2rem;
}
.liner-brw {
	background: linear-gradient(transparent 60%, #5c2723 60%);
	background:-moz-linear-gradient(transparent 60%, #5c2723 60%); /* Firefox */
	background:-webkit-linear-gradient(transparent 60%, #5c2723 60%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 60%, #5c2723 60%); /* IE */
	padding: 0 0.2rem;
}
.txt-center {
	text-align: center!important;
}
.txt-cl {
	text-align: center!important;
	/*SPsize text-align: left*/
}
.txt-left {
	text-align: left!important;
}
.txt-right {
	text-align: right!important;
}
.slash:before,
.slash:after {
	content: "|";
	display: inline-block;
	font-size: 120%;
	padding: 0 0.4rem;
}
.slash:before {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.slash:after {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.bg.ble {
	background-color: #d2f7ef;
}
.bg.pnk {
	background-color: #ffdee5;
}
.bg.ylw {
	background-color: #fffcdf;
}
.bg.org {
	background-color: #ffd384;
}
#shop_receive ul li {
	list-style: inside;
}
.disc li {
	list-style-type: disc;
}
.decimal li {
	list-style-type: decimal;
}
.lp-banner {
	font-size: 0;
}
.lp-banner img{
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.contents{
	width: 100%;
	margin: 0 auto;
}
#shop_receive section {
	margin: 2% 0 8%;
}
/*----fade in setting--*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.lr {
	opacity : 0.1;
	transform : translate(-50px, 0);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein.scrollin:nth-of-type(2),
.column-box > div:nth-of-type(2) .fadein.scrollin {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.fadein.scrollin:nth-of-type(3),
.column-box > div:nth-of-type(3) .fadein.scrollin,
.detail .fadein.scrollin:nth-of-type(1) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
.fadein.scrollin:nth-of-type(4),
.column-box > div:nth-of-type(4) .fadein.scrollin,
.detail .fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}
.fadein.scrollin:nth-of-type(n+5),
.column-box > div:nth-of-type(n+5) .fadein.scrollin,
.detail .fadein.scrollin:nth-of-type(n+5) {
	-moz-transition-delay:n+600ms;
	-webkit-transition-delay:n+600ms;
	-o-transition-delay:n+600ms;
	-ms-transition-delay:n+600ms;
}
/*----fade in setting----*/

@-webkit-keyframes bgwave {
	from {
		background-position: 0  0;
	}
	to {
		background-position: -1956px 0;
	}
}
@keyframes bgwave {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1956px 0;
	}
}

h2,h3,h4,h5,h6 {
	font-weight: 700!important;
	line-height: 1.2;
}
h2.title {
	text-align: center;
	font-size: 1.6rem;
	padding: 0;
	margin: 0 auto;
}
h3.title {
	font-size: 1.8rem;
	padding: 0 0 1rem;
	text-align: center;
	margin: 0 auto;
}
h6.title {
	font-size: 1.2rem;
}
#shop_receive .icn {
	padding: 4px 8px;
	display: inline-block;
	margin-right: 8px;
	line-height: 1.6;
	font-size: 1rem;
}
#shop_receive .icn.red {
	background-color: #c0252b;
	color: #fff;
}
#shop_receive .icn.pnk {
	background-color: #ff2ba0;
	color: #fff;
}
#shop_receive .icn.grn {
	background-color: #00946D;
	color: #fff;
}
#shop_receive .icn.blk {
	background-color: #333;
	color: #fff;
}
#shop_receive .icn.brw {
	background-color: #5c2723;
	color: #fff;
}
.note {
	font-size: 1rem;
}
.note:before {
	content: "※";
	padding-left: 0.4rem;
}
.contents-box {
	padding: 0rem 1rem 2rem;
}
.column-box {
	display: flex;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.column-box.start {
	align-items: flex-start;
}
.column-box.center {
	align-items: center;
}
.column-box.end {
	align-items: flex-end;
}
.column-box.wrap {
	flex-wrap: wrap;
}
.column-box > div {
	flex-direction: column;
	display: flex;
	padding: 0 0.5%;
}
.column-box > div > * {
	flex-grow: 1;
	height: 100%;
}
.col02 {
	width: 50%;
}
.col03 {
	width: 33.3333%;
}
.col04 {
	width: 25%;
}
.col05 {
	width: 20%;
}
.col06 {
	width: 16.6666%;
}
.photo {
	font-size: 0;
	height: unset!important;
}
.photo img {
	width: 100%;
	height: unset;
	flex-grow: unset;
}
#shop_receive .btn {
	display: block;
	margin: 0.5rem 0 1rem;
}
#shop_receive .btn a {
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	padding: 1rem 0;
	line-height: 1;
	-webkit-border-radius: 6px;/* for Safari and Chrome */
	-moz-border-radius: 6px; /* for Firefox */
	-o-border-radius: 6px; /* for opera */
	border-radius: 6px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	justify-content: center;
	align-items: center;
}
#shop_receive .btn.buy {
	max-width: 400px;
}
#shop_receive .btn.buy a {
	background-color:#e3366b;
	font-weight: normal;
}
#shop_receive .btn.link {
	max-width: 480px;
	margin: 0 auto;
}
#shop_receive .btn.link a {
	background-color:#ffba19;
	font-size: 1rem;
	color: #642700;
	font-weight: normal;
	-webkit-border-box-shadow: 0 3px 0 #351805;
	-moz-border-box-shadow: 0 3px 0 #351805;
	-o-border-box-shadow: 0 3px 0 #351805;
	box-shadow: 0 3px 0 #351805;
}
#shop_receive .btn.buy a .icn {
	background-image: url("../../contents/shop_receive/cart-icn.png");
	background-repeat: no-repeat;
	background-position: top 50% left 0%;
	background-size: 24px;
	font-size: 1.2rem;
	padding: 0 0 0 28px;
	margin: 0;
}
#shop_receive .btn.link a .icn {
	background-image: url("../../contents/shop_receive/hand-icn.png");
	background-repeat: no-repeat;
	background-position: top 50% left 0%;
	background-size: 36px;
	font-size: 1.4rem;
	padding: 0 0 0 40px;
	font-weight: 700;
	margin: 0;
}
.intro p {
	font-size: 1.2rem;
}
.service-title {
	background-position: top 0px left 50%;
	background-repeat: no-repeat;
	background-size: 124px auto;
	padding-top: 136px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2;
}
.order .service-title {
	background-image: url("../../contents/shop_receive/service-order.png")
}
.delivery .service-title {
	background-image: url("../../contents/shop_receive/service-delivery.png")
}
.shop .service-title {
	background-image: url("../../contents/shop_receive/service-shop.png")
}
.bubble {
	position: relative;
	display: inline-block;
	width: 80%;
	padding: 25px;
	background-color: rgb(255, 43, 160,0.2);
	border-radius: 5px;
	margin-top: 44px;
	margin-left: 20%;
}
.bubble:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: rgb(255, 43, 160,0.2) transparent;
	border-width: 0 30px 30px 30px;
	top: -30px;
	left: unset;
	margin-left: -30px;
	right: 14%;
}
.howto-list {
	align-items: center;
}
.howto-list dt {
	font-size: 1.2rem;
    margin-bottom: 1.6rem;
}
.howto-list p,
.howto-list li {
	font-size: 1rem;
}
.howto-list dd strong {
	font-size: 1.3rem;
}
.howto-list dd {
	background-position: top 50% left 1%;
	background-size: 72px auto;
	background-repeat: no-repeat;
	width: calc( 100% - 40px );
	padding-left: 88px;
	padding-top: 2%;
	min-height: 72px;
	margin-bottom: 1.6rem;
}
.howto-list .cart {
	background-image: url("../../contents/shop_receive/howto-cart.png");
}
.howto-list .check {
	background-image: url("../../contents/shop_receive/howto-check.png");
}
.howto-list .mail {
	background-image: url("../../contents/shop_receive/howto-mail.png");
}
.howto-list .shop {
	background-image: url("../../contents/shop_receive/howto-shop.png");
}
.howto-list .regist {
	background-image: url("../../contents/shop_receive/howto-regist.png");
}
.howto-list .confirm {
	background-image: url("../../contents/shop_receive/howto-confirm.png");
}
.howto-list dd p {
	font-size: 1rem;
}
.howto .finish {
	font-size: 1.2rem;
	position: relative;
	margin-top: 60px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2rem;
}
.howto .finish:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #ffb300 transparent;
	border-width: 60px 60px 0 60px;
	top: -60px;
	left: 50%;
	margin-left: -60px;
}
#shop_receive .howto-list .icn {
	background-color: #0037b3;
	color: #fff;
    font-size: 24px;
	width: 40px;
	height: 40px;
	margin-right: 0;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;;
}
.attention {
	position: relative;
	margin-top: 2rem;
}
.attention .title {
	font-size: 1.2rem;
}
.attention ul {
	padding: 1rem 1rem 2rem 1.2rem;
	max-width: 800px;
	margin: 0 auto;
}
.attention ul li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	margin-bottom: 0.4rem;
    list-style: inside;
}
.qa h3.title {
	font-size: 2rem;
}
.qa h6.title {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.qa-list dl {
	margin-bottom: 1.6rem;
}
.qa-list dt {
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
	font-weight: 700;
}
.qa-list dt:before {
	content: "Q.";
	font-family: 'Questrial', sans-serif;
	letter-spacing: -1px;
	padding-right: 0.4rem;
	color: #0037b3;
	font-size: 1.8rem;
}
.qa-list dd {
	font-size: 1rem;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.qa-list dd:before {
	content: "A.";
	font-family: 'Questrial', sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 1.8rem;
	padding-right: 0.4rem;
	color: #ec736d;
}
@media screen and (min-width: 767px) and (max-width:1024px) { 
	#main{
		width: 100%;
		max-width: 940px;
		margin: 0 auto;
	}
}
@media screen and (max-width:849px) { 
.category-title:before {
	content: "";
	display: block;
	height: 8rem;
	margin-top: -8rem;
	visibility: hidden;
}
.bubble {
	width: 100%;
	margin-left: 0%;
}
}
@media screen and (max-width:768px) { 
	.col04,
	.col05 {
		width: 50%;
	}
	.col06 {
		width: 100%;
	}
	.pcsize{
		display: none;
	}
	.spsize{
		display: block;
	}
	.txt-cl {
		text-align: left!important;
		/*PCsize text-align: center*/
	}
}
@media screen and (max-width:480px) { 
	main {
		max-width: 100%;
		margin: 0 auto;
	}
	.main-wrapper p {
		font-size: 4vw;
	}
	.contents-box{
		padding: 0 0.8rem 1rem;
	}
	.slash:before,
	.slash:after {
		content: "|";
		padding: 0 4vw;
	}
	.col02,
	.col03,
	.col04,
	.col05,
	.col06 {
		width: 100%;
	}
	.attention {
		padding: 0 1rem;
		margin: 0 0 1rem
	}
	.attention ul {
		padding: 1rem 0 1.5rem;
	}
	.attention h4 {
		font-size: 6vw;
		margin-top: -4vw;
    	width: calc(100% - 2rem);
	}
	.bubble:before {
		content: '';
		right: 40%;
	}
	.howto-list dt {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	.howto-list dd {
    	background-position: top 0 left 50%;
		width: 100%;
		padding-top: 72px;
    	padding-left: 0;
	}
	.link-box {
		display: block;
	}
	.link-box li {
		display: block;
		font-size: 0;
		margin-bottom: 1rem;
	}
}
