@charset "utf-8";

/*---------センター寄せ------------*/
#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;
}
/*---------------------------------*/
.tabsize,
.spsize {
  display: none!important;
}
.pcsize {
  display: block!important;
}
::placeholder {
   color: #c0c0c0;
}
input::-webkit-input-placeholder {
    color:#c0c0c0;
    font-weight: normal;
}
input:-moz-placeholder {
    color:#c0c0c0;
    font-weight: normal;
}
input::-moz-placeholder {
    color:#c0c0c0;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color:#c0c0c0;
    font-weight: normal;
}
.contents1__inner--small {
	background-color: #ffffe5;
	max-width: 100%;
	padding-left: 0;
    padding-right: 0;
}
.main-wrapper {
	background-color: #ffffe5;
	color: #333;
	font-family: 'Kiwi Maru',"游ゴシック体", "Yu Gothic","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	text-align: unset;
	line-height: 1.8;
}
.inner {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #c91b2c;
}
a:hover {
	opacity: .7;
}
.pcsize{
	display: block;
}
.spsize{
	display: none;
}
strong,b,
.fnt-bold {
	font-weight: 700!important;
}
.fnt-s {
	font-size: 75%!important;
}
.fnt-m {
	font-size: 100%!important;
}
.fnt-l {
	font-size: 140%!important;
}
.fnt-red {
	color: #c91b2c!important;
}
.fnt-ylw {
	color: #f3ca06!important;
}
.fnt-org {
	color: #fba01d!important;
}
.fnt-ble {
	color: #a5cece!important;
}
.fnt-grn {
	color: #96c100!important;
}
.fnt-pup {
	color: #cab8d9!important;
}
.fnt-brw {
	color: #5c2723!important;
}
.fnt-pnk {
	color: #ee045c!important;
}
.fnt-wht {
	color: #fff!important;
}
.fnt-border {
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px .958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) .141474px 1.99499px 0px, rgb(255, 255, 255) -.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px .28224px 0px, rgb(255, 255, 255) -1.87291px -.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -.421592px -1.95506px 0px, rgb(255, 255, 255) .567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -.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;
}
.liner-red {
	background-color: #d4320e;
	padding: 0 .2rem;
}
.liner-pnk {
	background-color: #ec736d;
	padding: 0 .2rem;
}
.liner-ylw {
	background-color: #f3ca06;
	padding: 0 .2rem;
}
.liner-org {
	background-color: #fba01d;
	padding: 0 .2rem;
}
.liner-ble {
	background-color: #a5cece;
	padding: 0 .2rem;
}
.liner-pup {
	background-color: #cab8d9;
	padding: 0 .2rem;
}
.liner-brw {
	background-color: #5c2723;
	padding: 0 .2rem;
}
.txt-center {
	text-align: center!important;
}
.txt-left {
	text-align: left!important;
}
.txt-right {
	text-align: right!important;
}
.mv {
	font-size: 0;
}
.mv img{
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.bg.pnk {
	background-color: #ffeeeb;
}
.bg.ylw {
	background-color: #fff9c2;
}
.contents{
	width: 100%;
	margin: 0 auto;
}
#sakura section {
	margin-bottom: 8%;
}
#sakura p {
	color: #4e0214;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.en {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: -1px;
}
.jpn {
	font-family: 'Sawarabi Mincho',"游ゴシック体", "Yu Gothic","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
}
.product-price {
  text-align: right;
  margin-bottom: .4rem;
  font-size: 1.1rem;
}
.product-price .price {
  font-size: 2rem;
  letter-spacing: -1px;
}
.product-price .volume.en,
.pickup-item .product-price .price.en {
  font-size: 2rem;
}
.product-price .volume {
	font-size: 1.4rem;
	margin: 0 .2rem 0 0;
	line-height: 1.1;
	text-align: right;
}
.product-price .volume.en {
	font-size: 1.4rem;
}
.product-price .volume.jpn {
	font-size: .8rem;
}
.product-price .volume:after {
	content: "/";
	padding: 0 0 0 .2rem;
}
#sakura section.intro {
	margin-top: 0;
	padding: 3rem 1rem 0;
}
#sakura section.recipe {
	margin: 5rem 0 0;
}
.recipe article {
	margin: 2rem 0 0;
}
/*----fade in setting----*/
.fadein {
	opacity : .1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.fadein.scrollin:nth-of-type(3),
.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),
.detail .fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}
/*----fade in setting----*/

/* Loading */
.recommend-list .column-item .photo,
.recipe-list .column-item .photo {
  display: none;
}
.loading {
  width: 100%;
  transition: all 1s;
  background-color: #ffffe5;
	display: -webkit-box;
	display: -ms-box;
	display: flex;
  top: 0;
  left: 0;
  z-index: 10;
}
.loading p {
  width: 100%;
  height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  text-align: center;
	-webkit-box-items: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-box;
	display: flex;
	flex-direction: column;
  padding: 0;
}
.category.recipe5 .recipe-list .loading p {
  height: 398px;
}
.category.other .recipe-list .loading p {
  height: 270px;
}
#sakura .loading img {
  width: 60px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2,h3,h4,h5,h6 {
	font-weight: 700!important;
	line-height: 1.2;
}
h2.title {
	text-align: center;
	font-size: 1.6rem;
	margin: 0 0 .8rem;
	padding: .8rem 0;
}
h3.title {
	background-color: #ccc;
	color: #fff;
	font-size: 1.5rem;
	padding: 1rem 0;
	text-align: center;
}
h6.title {
	font-size: 1.2rem;
}
#sakura .icn {
	padding: 4px 8px;
	display: inline-block;
	margin-right: 8px;
	line-height: 1.6;
	font-size: 1rem;
}
#sakura .icn.red {
	background-color: #c91b2c;
	color: #fff;
}
#sakura .icn.pnk {
	background-color: #ff2ba0;
	color: #fff;
}
#sakura .icn.grn {
	background-color: #96c100;
	color: #fff;
}
#sakura .icn.blk {
	background-color: #333;
	color: #fff;
}
#sakura .icn.brw {
	background-color: #4e0214;
	color: #fff;
}
.note {
	font-size: .8rem;
}
.note:before {
	content: "※";
	padding-left: .4rem;
}
.contents-box {
	padding: 0 1rem 0;
	margin-bottom: 4%;
}

.column-box {
	display: -webkit-box;
	display: -ms-box;
	display: flex;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.column-box.start {
	-webkit-box-items: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.column-box.center {
	-webkit-box-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.column-box > div {
	flex-direction: column;
	display: -webkit-box;
	display: -ms-box;			
	display: flex;
	padding: 0 .5%;
}
.column-box > div > * {
	flex-grow: 1;
	height: 100%;
}
.column-box .photo {
  padding: 0;
}
.column-box .photo img {
	flex-grow: unset;
}
.photo {
	font-size: 0;
}
.photo img {
	width: 100%;
}
.item .contents-title {
	text-align: center;
	margin: 0 0 4%;
	padding: 24px 0 24px;
}
.contents-title.bg.pnk {
	background-image: url('../../contents/2202sakura/bg_pnk.jpg');
	background-position: top 50% left 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.contents-title.bg.ylw {
	background-image: url('../../contents/2202sakura/bg_ylw.jpg');
	background-position: top 50% left 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.contents-title h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #ee045c;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px .958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) .141474px 1.99499px 0px, rgb(255, 255, 255) -.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px .28224px 0px, rgb(255, 255, 255) -1.87291px -.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -.421592px -1.95506px 0px, rgb(255, 255, 255) .567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -.558831px 0px;
}
.contents-title h2 .volume {
	font-size: 1.3rem;
}
.contents-title img {
	max-width: 240px;
}
.item .ru {
	padding: 3rem 0 1rem 0;
	font-size: 1.6rem;
	font-weight: 700;
}
#sakura .item .ru .icn {
	font-size: 1.2rem;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.slash {
  position: relative;
}
.slash:before,
.slash:after {
  content: "|";
  display: inline-block;
  font-size: 1rem;
  padding: 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);
}
#sakura .btn a {
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-box;			
	display: flex;
	padding: .8rem .4rem;
	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%;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#sakura .btn.buy a {
	background-color:#e8564e;
}
#sakura .btn.link a {
	background-color: #FEF8E6;
	border:solid 2px #FEB90D;
	color: #FEB90D;
  padding: 4%;
}
#sakura .btn.recipe a {
	background-color: #fffac8;
	border:solid 2px #7D3C00;
	color: #7D3C00;
  padding: 4%;
}
a .cart-icn,
a .recipe-icn {
	background-repeat: no-repeat;
}
a .cart-icn {
	background-image: url("../../contents/2202sakura/icn-cart.svg");
  background-position: top 50% left 1%;
  background-size: 18px;
  padding: 4px 0 4px 24px;
  margin: 0;
  font-size: .9rem;
}
.product-list a .cart-icn {
	background-size: 32px;
    padding: 10px 0 8px 36px;
	font-size: 1.2rem;
}
a .recipe-icn {
	background-image: url("../../contents/2202sakura/icn-recipe.svg");
  background-position: top 50% left 0%;
  background-size: 24px;
  padding: 4px 0 0 32px;
  margin: 0;
  font-size: 1.4rem;
}
#sakura .btn.buy.column-box .select_quantity {
  width: 44px;
  margin-right: 0;
}
#sakura .btn.buy.column-box .select_quantity select {
	min-height: 56px;
	margin-bottom: 0;
}
#sakura .btn.buy.column-box a {
	width: calc(100% - 44px);
  -webkit-border-radius: 0;/* for Safari and Chrome */
  -moz-border-radius: 0; /* for Firefox */
  -o-border-radius: 0; /* for opera */
  border-radius: 0;
  min-height: 56px;
  padding: 0;
}
.recipe-title {
	font-size: 1.5rem;
	padding: 1rem 0;
	color: #5c2723;
	line-height: 1.4;
	text-align: center;
}
.recipe-theme {
	background-color: #ec736d;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	padding: .2rem .3rem .1rem;
}
.recipe-theme .sub {
	font-size: 1.4rem;
}
.recipe-list .photo img {
	box-shadow: 3px 3px 0px 0px #ead100;
	-moz-box-shadow: 3px 3px 0px 0px #ead100;
	-webkit-box-shadow: 3px 3px 0px 0px #ead100;
}
.outro {
    background: #ffffe4;
}
.outro h3.title {
	background-color: #d7f4ad;
	font-size: 1.5rem;
	padding: 20px 0 16px;
	color: #5c2723;
	text-align: center;
}
.outro .contents-box {
	padding: 1rem 1rem;
}
.outro .title img {
	max-width: 280px;
}
.intro p {
	font-size: 1.4rem
}
#sakura section.intro {
	margin-bottom: 4%;
}
.lineup .title {
	max-width: 540px;
	margin: 0 auto 4%;
	padding: 0;
}
.lineup-list .column-item {
	width: 25%;
	padding: 3.6rem 1rem 36px;
}
.lineup-list .column-item {
	background-position: left 50% top 0px;
	background-size: auto 3rem;
	background-repeat: no-repeat;
}
.lineup-list .column-item.no1 {
	background-image: url("../../contents/2202sakura/sakura-no1.png");
}
.lineup-list .column-item.no2 {
	background-image: url("../../contents/2202sakura/sakura-no2.png");
}
.lineup-list .column-item.no3 {
	background-image: url("../../contents/2202sakura/sakura-no3.png");
}
.lineup-list .column-item.other {
	background-image: url("../../contents/2202sakura/sakura-other.png");
}
.lineup .product-name {
	color: #5c2723;
	font-size: 1.3rem;
	line-height: 1.1;
	padding: 0 0 0;
	margin: .8rem 0 .4rem;
}
.lineup .product-name .sub {
	font-size: .9rem;
}
.lineup-list .photo img {
	box-shadow: 3px 3px 0px 0px #f5a29e;
	-moz-box-shadow: 3px 3px 0px 0px #f5a29e;
	-webkit-box-shadow: 3px 3px 0px 0px #f5a29e;
}
.volume {
	font-size: 1rem;
	text-align: right;
}
.product-list .detail {
	width: 60%;
	padding: 0 0 0 1rem;
}
.product-list .detail-p {
	font-size: 1.4rem;
}
.product-list .detail-r {
	font-size: 1.3rem;
}
#sakura .product-list .btn.buy {
	width: 60%;
	margin-left: 40%;
}
.product-list .volume {
	width: 50%;
	font-size: 1.6rem;
	text-align: right;
	line-height: 1;
	vertical-align: bottom;
	display: table-cell;
}
.product-list .volume:after {
	content: "/";
	padding-left: .4rem;
	padding-right: .4rem;
}
.product-price {
	text-align: right;
	width: 100%;
	display: block;
	color: #c91b2c;
	font-size: 1.2rem;
	line-height: 1;
}
.product-list .photo {
	width: 40%;
	position: relative;
	padding-right: 6px;
}
.product-list .photo img {
	box-shadow: 6px 6px 0px 0px #e8564e;
	-moz-box-shadow: 6px 6px 0px 0px #e8564e;
	-webkit-box-shadow: 6px 6px 0px 0px #e8564e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*レシピ*/
.recipe-list .column-item {
	width: 33.3333%;
	margin-bottom: 4%;
	padding: 0 1.5%;
}
.recipe-list .column-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.recipe-list .column-item .photo,
.recommend-list .photo img {
	padding-right: 3px;
}
.recipe-list .photo > img,
.recommend-list .photo > img {
    width: 100%;
    display: block;
    overflow: hidden;
}
.recommend .contents-title {
	padding: 20px 0 16px;
	text-align: center;
	margin-bottom: 4%;
}
.recommend .contents-title img {
	max-width: 400px;
}
.recommend-list .photo {
	background-color: #fff;
	margin-bottom: 6%;
}
.recommend-list .photo img {
	box-shadow: 3px 3px 0px 0px #ec736d;
	-moz-box-shadow: 3px 3px 0px 0px #ec736d;
	-webkit-box-shadow: 3px 3px 0px 0px #ec736d;
}
.recipe-name {
	color: #5c2723;
	font-size: 1.0rem;
	line-height: 1;
	padding: 1rem 0 0;
	text-align: center;
}
/*他アイテム*/
.recommend-list .column-item {
	width: 25%;
	padding: 0 1.5%;
	margin-bottom: 4%;
}
.recommend-list .column-item:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.recommend-list .item-name {
	font-size: 1.1rem;
	padding: 0;
	text-align: center;
	line-height: 1.1;
}
.recommend-list .item-name .sub {
	font-size: .9rem;
}
.recommend-list .product-price {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: .8rem;
}
#sakura .recommend-list .btn.buy a {
	background-color: #f5a29e;
	font-size: 1.1rem;
	height: 56px;
}
#sakura .recommend-list .column-item:nth-of-type(2n) .btn.buy a {
    background-color: #ec736d;
}
#sakura .recommend-list .btn a:after {
	display: none;
}

.link-box {
	display: flex;rgb(99, 9, 42)
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.link-box li {
	width: 50%;
	margin: 0 .2rem;
}
.link-box li:nth-of-type(1) {
	width: 43.5%;
}
.link-box li:nth-of-type(2) {
	width: 56.5%;
}
.link-box li img {
	width: 100%;
}
.bnr {
	margin: 0 auto;
}
.bnr.single {
	max-width: 60%;
}
@media screen and (min-width: 767px) and (max-width:1024px) { 
	#main{
		width: 100%;
		max-width: 940px;
		margin: 0 auto;
	}
}
@media screen and (max-width:768px) { 
	main{
		max-width: 100%;
		margin: 0 auto;
	}
    .pcsize,
    .spsize {
      display: none!important;
    }
    .tabsize {
      display: block!important;
    }
	.inner {
		max-width: 560px;
	}
	.mv.inner {
		max-width: 100%;
	}
	.contents-box{
		padding: 0 .8rem 0;
		margin-bottom: 10%;
	}
	#sakura .btn  {
		width: 100%;
		max-width: 480px;
		margin: 12px auto 0;
	}
	/*TOP3*/
	.lineup .title {
		max-width: 70vw;
	}
	.lineup-list .column-item {
		width: 50%;
	}
	.lineup-list .column-item {
		background-size: auto 44px;
	}
	.lineup .photo,
	.lineup .product-name,
	.lineup .volume,
	.lineup .product-price,
	#sakura .lineup .btn {
		height: auto;
	}
	/*メイン商品*/
	#sakura .product-list .btn.buy {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-top: 0;
	}
	.product-list {
		width: 100%;
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
	}
	.product-list .photo {
		width: 100%;
		margin-bottom: 4%;
	}
	.product-list .detail {
		width: 100%;
		padding: 0;
		margin-bottom: 0%;
	}
	.product-list .product-price {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.item .contents-title img { 
		max-width: 36vw;
	}
	.item .contents-title h2 {
	}
	.item .contents-title h2 .volume {
	}
	.item .ru {
		padding: 2rem 0 1rem 0;
	}
	/*レシピ*/
	.recipe-title {
		font-size: 1.35rem;
		padding: 1rem 0 0;
		margin-bottom: .8rem;
	}
	.recipe-list .column-item {
		width: 50%;
		padding: 0 1%;
		margin-bottom: 8%;
	}
	.recipe-list .column-item:nth-last-child(-n+3) {
		margin-bottom: 8%;
	}
	.recipe-list .column-item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.recipe h3.title {
		font-size: 1.2rem;
		padding: .4rem .4rem .4rem;
	}
	/*他アイテム*/
	.recommend-list .column-item {
		width: 50%;
		padding: 0 1%;
		margin-bottom: 44px;
	}
	.recommend-list .column-item:nth-last-child(-n+4) {
		margin-bottom: 8%;
	}
	.recommend-list .column-item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.recommend .contents-title img {
		max-width: 70vw;
	}
	.outro .title img {
		max-width: 56vw;
	}
	.link-box {
		display: block;
	}
	.link-box li,
	.link-box li:nth-of-type(1),
	.link-box li:nth-of-type(2) {
		width: 100%;
		display: block;
		font-size: 0;
		margin-bottom: 1rem;
	}
	.bnr.single {
		max-width: 100%;
	}
}
@media screen and (max-width:480px) {
	#sakura p {
	  font-size: 4vw;
	}
	.pcsize,
	.tabsize {
	  display: none!important;
	}
	.spsize {
	  display: block!important;
	}
	.inner {
		max-width: 400px;
	}
	.recommend .contents-title img,
	.lineup .title {
		max-width: 80vw;
	}
	#sakura section.intro {
		padding-top: 4%;
		margin-bottom: 8%;
	}
	#sakura .lineup .product-name,
	.recipe-title,
	#sakura .item .ru .icn {
		font-size: 5vw;
	}
	#sakura .item .ru {
		padding-top: 1rem;
		font-size: 5vw;
	}
	#sakura .recommend-list .product-price,
	.product-price .volume.jpn {
		font-size: 3vw;
		margin: 0;
	}
	.recipe-theme,
	.item .contents-title h2 { 
		font-size: 6.5vw;
	}
	.item .contents-title h2 .volume,
	.lineup .product-name .sub,
	.recipe-name {
		font-size: 4vw;
	}
	.product-list .photo {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.item .contents-title img { 
		max-width: 45vw;
	}
}