.h0,
h1,
.h1 {
	font-size: calc(var(--font-heading-scale) * 3rem);
	font-weight: 700
}

#MainContent {
	background-color: #fff
}

#shopify-section-header .header-wrapper {
	background-color: #eceddd
}

#shopify-section-header .header-wrapper .header__inline-menu {
	display: none
}

#shopify-section-header .header-wrapper .header__icons .header__icon--account .icon {
	width: 50%;
	height: auto
}

#shopify-section-header .header-wrapper .header__icons .header__icon--cart .icon {
	width: 60%;
	height: auto
}

#shopify-section-header .header-wrapper .menu-drawer .menu-drawer__navigation {
	padding-top: 2rem;
	padding-bottom: 2rem
}

#shopify-section-header .header-wrapper .menu-drawer .menu-drawer__menu-item {
	font-size: 1.6rem
}

#shopify-section-footer img {
	vertical-align: bottom
}

#shopify-section-footer .footer {
	margin-top: 0
}

#shopify-section-footer .footer__content-top {
	padding-bottom: 0
}

#shopify-section-footer .footer__blocks-wrapper {
	display: block
}

#shopify-section-footer .footer__blocks-wrapper .grid__item {
	width: auto
}

#shopify-section-footer .footer-block--menu {
	margin-top: 38px;
	color: #fff
}

#shopify-section-footer .footer-block--menu .footer-block__details-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

#shopify-section-footer .footer-block--menu .footer-block__details-content>li {
	margin-left: .75em;
	margin-right: .75em
}

#shopify-section-footer .footer-block--menu .list-menu__item--link {
	padding-top: 0;
	padding-bottom: 0;
	color: inherit;
	line-height: 2
}

#shopify-section-footer .footer-block--newsletter {
	margin-top: 33px
}

#shopify-section-footer .footer-block--newsletter .footer__list-social .list-social__item {
	margin-left: 9px;
	margin-right: 9px
}

#shopify-section-footer .footer-block--newsletter .footer__list-social .list-social__link {
	padding: 0
}

#shopify-section-footer .footer-block--newsletter .footer__list-social .list-social__item .icon {
	width: 30px;
	height: 30px;
	fill: #fff
}

#shopify-section-footer .footer__content-bottom {
	margin-top: 40px;
	border-top: none;
	padding-top: 0
}

#shopify-section-footer .footer__copyright {
	margin-top: 0;
	color: #fff;
	text-align: center
}

#MainContent .product {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto
}

#MainContent .product .product__media-gallery .product__modal-opener .product__media-icon,
#MainContent .product .product__media-gallery .product__modal-opener .product__media-toggle {
	display: none !important
}

#MainContent .product .product__info-container {
	text-align: center
}

#MainContent .product .product__title {
	margin-bottom: 30px
}

#MainContent .product .product__title h1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5
}

#MainContent .product .price__container .price__regular .price-item--regular,
#MainContent .product .price__container .price__sale .price-item--sale {
	font-size: 20px;
	font-weight: 700
}

#MainContent .product .price__container .price__regular .price-item--regular:after,
#MainContent .product .price__container .price__sale .price-item--sale:after {
	content: "\7a0e\8fbc";
	font-size: 12px;
	font-weight: 400
}

#MainContent .product .price--sold-out .price__badge-sold-out {
	background-color: #fff;
	border: 1px solid #f00;
	color: red
}

#MainContent .product .price .badge {
	vertical-align: baseline
}

#MainContent .product .product__tax {
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden
}

#MainContent .product .product-form__quantity {
	margin-left: auto;
	margin-right: auto
}

#MainContent .product .product-form__quantity .form__label {
	display: none
}

#MainContent .product .product-form__quantity .quantity {
	margin-left: auto;
	margin-right: auto
}

#MainContent .product .product-form__quantity .quantity .quantity__input {
	border-width: 0 1px;
	border-style: solid;
	border-color: #ddd;
	font-size: 18px;
	font-weight: 700;
	opacity: 1
}

#MainContent .product .product-form__quantity .quantity .quantity__button svg {
	width: 20px
}

#MainContent .product .product-form__quantity .quantity .quantity__button svg path {
	fill: #999
}

#MainContent .product .product__info-container .product-form {
	margin-top: 56px
}

#MainContent .product .product-form__buttons {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto
}

#MainContent .product .product-form__submit {
	background-image: url(../img/msl_arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) center;
	background-size: 18px auto;
	height: 60px;
	font-size: 18px
}

#MainContent .main-blog .title--primary {
	text-align: center
}

#MainContent .article-template .article-template__back .article-template__link {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	box-sizing: border-box;
	width: 276px;
	border: 1px solid #d9d9d9;
	border-radius: 26px;
	padding: 16px 60px 16px 0;
	font-weight: 700;
	line-height: 1
}

#MainContent .article-template .article-template__back .article-template__link:hover {
	border-width: 2px;
	padding-top: 15px;
	padding-bottom: 15px
}

#MainContent .article-template .article-template__back .article-template__link .icon-wrap {
	margin-right: 40px
}

#MainContent .article-template .article-template__back .article-template__link .icon-arrow {
	width: 20px
}

#MainContent .main-blog .mirasoup-blog-list {
	max-width: 700px;
	margin: 70px auto;
	color: #000
}

#MainContent .main-blog .mirasoup-blog-list>div {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #cacaca;
	padding: 26px 8px
}

#MainContent .main-blog .mirasoup-blog-list>div:first-child {
	border-top: 1px solid #cacaca
}

#MainContent .main-blog .mirasoup-blog-list>div>dt,
#MainContent .main-blog .mirasoup-blog-list>div>dd {
	line-height: 28px
}

#MainContent .main-blog .mirasoup-blog-list>div>dt {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap
}

#MainContent .main-blog .mirasoup-blog-list>div>dd {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-left: 48px;
	font-size: 16px
}

#MainContent .main-blog .mirasoup-blog-list a {
	color: inherit;
	text-decoration: none
}

#MainContent .main-blog .mirasoup-blog-list a:hover {
	text-decoration: underline
}

#MainContent .collection .collection__title .title {
	text-align: center;
	font-weight: 700
}

#MainContent .collection .grid--4-col-desktop {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto
}

#MainContent .collection .product-grid .grid__item .card__badge {
	justify-self: center
}

#MainContent .collection .product-grid .grid__item .card__information .card__heading,
#MainContent .collection .product-grid .grid__item .card__information .card-information {
	font-size: 14px
}

#MainContent .collection .product-grid .grid__item .card__information .vendor {
	margin-bottom: 1rem;
	text-transform: none
}

#MainContent .collection .product-grid .grid__item .card__information .goto-detail {
	background-color: #fff;
	box-sizing: border-box;
	width: 120px;
	margin: 15px auto 0;
	border: 1px solid #21d18d;
	border-radius: 16px;
	padding: 8px 0;
	color: #21d18d;
	font-size: 14px;
	line-height: 1
}

#MainContent .collection .product-grid .grid__item:hover .card__information .goto-detail {
	border-width: 2px;
	padding: 7px 0
}

#MainContent .collection .product-grid .grid__item .quick-add .quick-add__submit {
	background-color: #21d18d;
	background-image: url(../img/msl_arrow.svg?v=40649114086439909291666767465);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	background-size: 14px auto;
	width: 80%;
	min-width: 142px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 13px;
	transition: background-color .2s
}

#MainContent .collection .product-grid .grid__item .quick-add .quick-add__submit:hover {
	background-color: #2bdb97
}

#MainContent .collection .product-grid .grid__item .quick-add .quick-add__submit:after {
	content: normal
}

#MainContent .collection .product-grid .grid__item .quick-add .quick-add__submit .loading-overlay__spinner {
	display: none
}

#ms-liquid {
	background-color: #fff;
	font-family: Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, _yugothic, yu gothic medium, yugothic, ms pgothic, sans-serif;
	color: #000;
	line-height: 1
}

#ms-liquid h1,
#ms-liquid h2,
#ms-liquid h3,
#ms-liquid h4,
#ms-liquid h5,
#ms-liquid h6,
#ms-liquid dl,
#ms-liquid dd,
#ms-liquid ul,
#ms-liquid ol,
#ms-liquid figure,
#ms-liquid p {
	margin: 0
}

#ms-liquid h1,
#ms-liquid h2,
#ms-liquid h3,
#ms-liquid h4,
#ms-liquid h5,
#ms-liquid h6 {
	font-weight: 400
}

#ms-liquid ol,
#ms-liquid ul {
	padding: 0;
	list-style: none
}

#ms-liquid a {
	color: inherit;
	text-decoration: none
}

#ms-liquid a:hover,
#ms-liquid a:active,
#ms-liquid a:focus {
	text-decoration: none
}

#ms-liquid table th,
#ms-liquid table td {
	padding: 0;
	vertical-align: top
}

#ms-liquid table th {
	text-align: left;
	font-weight: 400
}

#ms-liquid div:empty {
	display: block
}

#ms-liquid img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic
}

#ms-liquid .ir {
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap
}

#ms-liquid .irb {
	height: 0;
	overflow: hidden;
	line-height: 2
}

#ms-liquid .clearfix {
	content: "";
	clear: both;
	display: block
}

#ms-liquid .float_left {
	float: left
}

#ms-liquid .float_right {
	float: right
}

#ms-liquid .align_center {
	text-align: center
}

#ms-liquid .align_left {
	text-align: left
}

#ms-liquid .align_right {
	text-align: right
}

#ms-liquid .bold {
	font-weight: 700
}

#ms-liquid a.disabled {
	pointer-events: none
}

#ms-liquid .font-weight-normal {
	font-weight: 400 !important
}

#ms-liquid .nowrap {
	white-space: nowrap
}

#ms-liquid span.nowrap {
	display: inline-block
}

#ms-liquid .list-style_disc {
	padding-left: 2em
}

#ms-liquid .list-style_disc>li {
	list-style-type: disc
}

#ms-liquid .list-style_decimal {
	padding-left: 2em
}

#ms-liquid .list-style_decimal>li {
	list-style-type: decimal
}

#ms-liquid .list-style_none {
	padding-left: 0
}

#ms-liquid .list-style_none>li {
	list-style-type: none
}

#ms-liquid span.note {
	display: inline-block
}

#ms-liquid .kome {
	padding-left: 1.25em;
	text-indent: -1.25em
}

#ms-liquid .kome:before {
	display: inline-block;
	content: "\203b";
	width: 1.25em;
	text-indent: 0
}

#ms-liquid .break_all {
	word-break: break-all
}

#msl-wrapper {
	position: relative
}

#ms-liquid .br_pc {
	display: inline
}

#ms-liquid .br_sp {
	display: none
}

#ms-liquid .goto-items a {
	position: relative;
	display: block;
	background-color: #21d18d;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	transition: background-color .2s
}

#ms-liquid .goto-items a:hover {
	background-color: #2bdb97
}

#ms-liquid .goto-items a:before,
#ms-liquid .goto-items a:after {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	transform: translateY(-50%)
}

#ms-liquid .goto-items a:before {
	right: 14px;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%
}

#ms-liquid .goto-items a:after {
	right: 19px;
	width: 0;
	height: 0;
	border-width: 5px 0 5px 6px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #21d18d
}

#ms-liquid #goto-items-fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9900
}

#ms-liquid #goto-items-fixed a {
	position: absolute;
	top: 12px;
	right: -344px;
	box-shadow: 0 4px #38a37e, 0 2px 6px #fff, 0 2px 6px #fff, 0 2px 6px #fff, 0 2px 6px #fff;
	width: 336px;
	padding: 17px 0;
	transition: right .2s, background-color .2s
}

#ms-liquid #goto-items-fixed.active a {
	right: 18px
}

#ms-liquid #goto-items-fixed a:hover {
	box-shadow: 0 4px #42ad78, 0 2px 6px #fff, 0 2px 6px #fff, 0 2px 6px #fff, 0 2px 6px #fff
}

#msl-header {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	box-sizing: border-box;
	margin-top: -78px
}

#msl-header.tether {
	background-image: url(../img/msl_key_visual_tether_pc.webp);
	padding-top: calc((690 / 1200) * 100%)
}

#msl-header .catchcopy {
	position: absolute;
	top: 13px;
	left: 8px;
	background: url(../img/msl_header_catchcopy.svg) no-repeat center top / contain;
	width: 244px;
	padding-top: 64px
}

#msl-header .emirin {
	position: absolute;
	top: 450px;
	right: 40px;
	background: url(../img/msl_header_emirin.webp) no-repeat center top / contain;
	width: 321px;
	padding-top: 127px
}

#msl-header .comingsoon {
	position: absolute;
	bottom: calc(((36 + 54) / 690) * 100%);
	left: calc(((148 + 140) / 1200) * 100%);
	background: url(../img/msl_comingsoon_header.png) no-repeat center top / contain;
	width: 281px;
	padding-top: 108px;
	transform: translate(-50%, 50%)
}

#msl-header .goto-items {
	position: absolute;
	bottom: calc((90 / 690) * 100%);
	left: calc(((148 + 140) / 1200) * 100%);
	transform: translate(-50%, 50%)
}

#msl-header .goto-items a {
	box-shadow: 0 4px #38a37e, 0 2px 12px #fff, 0 2px 12px #fff;
	width: 40vw;
	max-width: 336px;
	padding: 17px 0;
	line-height: 1
}

#msl-header .goto-items a:hover {
	box-shadow: 0 4px #42ad78, 0 2px 12px #fff, 0 2px 12px #fff
}

#msl-blog {
	padding-top: 30px;
	padding-bottom: 20px
}

#ms-liquid #msl-blog h1 {
	font-weight: 700
}

#MainContent #msl-blog .mirasoup-blog-list {
	margin-top: 30px;
	margin-bottom: 0
}

#introduction {
	background-color: #fff;
	padding: 40px 0
}

#introduction .banners {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: content-box;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 10px
}

#introduction .banners>p {
	width: 360px
}

#introduction .banners a {
	background-color: #fff
}

#introduction .banners a img {
	transition: opacity .2s
}

#introduction .banners a:hover img {
	opacity: .7
}

#introduction .youtube {
	position: relative;
	max-width: 750px;
	margin: 0 auto
}

#introduction .youtube:before {
	display: block;
	content: "";
	height: 0;
	padding-top: 56.25%
}

#introduction .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#about {
	background-color: #f7f1e2;
	padding: 54px 0 20px
}

#about h2 {
	background: url(../img/msl_about_h2.png) no-repeat center top / contain;
	padding-top: 36px
}

#about-bonebrothsoup,
#about-mirasoup {
	position: relative;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0
}

#about .image {
	position: relative;
	text-align: center;
	z-index: -1
}

#about .text {
	position: relative;
	background-color: #fff;
	width: 580px;
	box-shadow: 2px 2px 5px #0000004d;
	box-sizing: border-box;
	margin-top: -15px;
	border-radius: 10px;
	padding: 23px 25px
}

#about-bonebrothsoup .text:before,
#about-mirasoup .text:before,
#about-mirasoup .text:after {
	position: absolute;
	display: block;
	content: ""
}

#about .text>dt {
	font-size: 24px;
	font-weight: 700
}

#about .text>dd {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.75
}

#about-bonebrothsoup {
	margin-top: 57px
}

#about-bonebrothsoup .text {
	margin-left: auto;
	margin-right: 14px
}

#about-bonebrothsoup .text:before {
	top: -225px;
	right: 3px;
	background: url(../img/msl_about_emirin_1.webp) no-repeat center top / cover;
	width: 245px;
	height: 280px;
	z-index: -1
}

#about-mirasoup {
	margin-top: 39px
}

#about-mirasoup .text {
	margin-left: 14px;
	margin-right: auto
}

#about-mirasoup .text:before {
	top: -235px;
	left: 1px;
	background: url(../img/msl_about_emirin_2.webp) no-repeat center top / cover;
	width: 231px;
	height: 320px;
	z-index: -1
}

#about-mirasoup .text:after {
	top: -50px;
	right: 16px;
	background: url(../img/msl_about_pack.png) no-repeat center top / cover;
	width: 320px;
	height: 108px
}

#points-navi {
	background: url(../img/msl_points_navi_bg_band.png) repeat-x center bottom / auto 97px, linear-gradient(0deg, #928564 0%, #f7f1e2 100%);
	padding-top: 10px
}

#points-navi ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 750px;
	margin: 0 auto
}

#points-navi li {
	position: relative;
	background: url(../img/msl_points_navi_bg_point.png) no-repeat center bottom / cover;
	width: 250px
}

#points-navi li:first-child:before,
#points-navi li:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: "";
	background-color: #e1dedc;
	width: 1px;
	height: 97px
}

#points-navi li:first-child:before {
	left: 0
}

#points-navi li:after {
	right: 0
}

#points-navi a {
	display: block;
	background-repeat: no-repeat;
	background-position: center 27px;
	background-size: auto 116px;
	padding-top: 154px;
	transition: opacity .2s
}

#points-navi li:nth-child(1) a {
	background-image: url(../img/msl_points_navi_1.png)
}

#points-navi li:nth-child(2) a {
	background-image: url(../img/msl_points_navi_2.png)
}

#points-navi li:nth-child(3) a {
	background-image: url(../img/msl_points_navi_3.png)
}

#points-navi a:hover {
	opacity: .6
}

#point_1 {
	position: relative;
	background: #fce3c3 url(../img/msl_point1_bg.webp) no-repeat center top;
	padding-top: 1648px
}

#point_1 h2 {
	position: absolute;
	top: 7px;
	left: 0;
	background: url(../img/msl_point1_heading.png) no-repeat center top / contain;
	width: 100%;
	padding-top: 283px
}

#point_1 .note {
	position: absolute;
	bottom: 26px;
	left: calc(50% - 339px);
	color: #5a3e23;
	font-size: 14px;
	line-height: 1
}

#point_2 {
	background: linear-gradient(90deg, #f6f7de 25%, #ffffec 25%, #ffffec 75%, #f6f7de 75%) repeat center top / 24px 1px;
	padding: 62px 0 37px
}

#point_2 h2 {
	background: url(../img/msl_point2_heading.png) no-repeat center top / contain;
	padding-top: 180px
}

#point_2 #swiper {
	margin-top: 38px
}

#point_2 #howto {
	margin-top: 67px
}

#point_2 #howto h3>span {
	display: block
}

#point_2 #howto h3 .text {
	background: url(../img/msl_point2_howto_text.png) no-repeat center top / contain;
	padding-top: 30px
}

#point_2 #howto h3 .image {
	background: #e9ebf5 url(../img/msl_point2_howto_image.webp) no-repeat center top / contain;
	margin-top: 20px;
	padding-top: 250px
}

#procedure {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 678px
}

#ms-liquid #procedure {
	margin-left: auto;
	margin-right: auto
}

#point_2 #howto #procedure {
	margin-top: -16px
}

#procedure>li {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 208px
}

#procedure>li:before {
	position: absolute;
	top: -13px;
	left: 50%;
	display: block;
	content: "";
	background-color: #99856c;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	transform: translate(-50%)
}

#procedure>li:nth-child(1):before {
	background-image: url(../img/msl_num_white_1.png)
}

#procedure>li:nth-child(2):before {
	background-image: url(../img/msl_num_white_2.png)
}

#procedure>li:nth-child(3):before {
	background-image: url(../img/msl_num_white_3.png)
}

#procedure>li:not(:last-child):after {
	position: absolute;
	top: 50%;
	left: calc(100% + 8px);
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 22px 0 22px 12px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #99856c;
	transform: translateY(-50%)
}

#procedure figure {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 3px 3px 16px #0003;
	border-radius: 5px;
	padding: 6px 6px 0
}

#procedure figure img {
	width: 100%;
	height: auto
}

#procedure figcaption {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px 5px;
	font-size: 14px;
	line-height: 1.5
}

#point_3 {
	background-color: #fff;
	padding: 42px 0 35px
}

#point_3 h2 {
	background: url(../img/msl_point3_heading.png) no-repeat center top / contain;
	padding-top: 218px
}

#nutrients {
	max-width: 750px;
	margin: 65px auto 0;
	padding: 0 10px
}

#nutrients .column-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

#nutrients .column_left,
#nutrients .column_right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 48.8%;
	max-width: 364px
}

#nutrients .nutrients-container {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px
}

#nutrients .column-wrapper .nutrients-container {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column
}

#nutrients .column-wrapper .nutrients-container:not(:first-child),
#nutrients #other-nutrients {
	margin-top: 43px
}

#nutrients #bonebroth-nutrients {
	background-color: #fff3f3;
	border-color: #a16e6e
}

#nutrients #sukkiri-nutrients {
	background-color: #f7f3ff;
	border-color: #645680
}

#nutrients #beauty-nutrients {
	background-color: #fafbee;
	border-color: #7e8056
}

#nutrients #other-nutrients {
	background-color: #fafafa;
	border-color: #737373
}

#nutrients .nutrients-container h3 {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-top: -25px;
	padding-top: 48px
}

#nutrients #bonebroth-nutrients h3 {
	background-image: url(../img/msl_nutrients_bonebroth_heading.png)
}

#nutrients #sukkiri-nutrients h3 {
	background-image: url(../img/msl_nutrients_sukkiri_heading.png)
}

#nutrients #beauty-nutrients h3 {
	background-image: url(../img/msl_nutrients_beauty_heading.png)
}

#nutrients #other-nutrients h3 {
	background-image: url(../img/msl_nutrients_other_heading.png)
}

#nutrients .column-wrapper .nutrients-content {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 12px 6.666667% 20px
}

#nutrients #bonebroth-nutrients .nutrients-content {
	padding-left: 3.333333%;
	padding-right: 3.333333%
}

#nutrients #bonebroth-nutrients .nutrient-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(1) {
	width: 66.666666%
}

#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(2),
#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(3) {
	width: 50%;
	margin-top: 30px
}

#nutrients .nutrient-list .image {
	text-align: center
}

#nutrients .nutrient-list .image img {
	width: auto;
	height: 140px
}

#nutrients .nutrient-list .text>dt {
	text-align: center;
	font-size: 16px;
	font-weight: 700
}

#nutrients #bonebroth-nutrients .nutrient-list .text>dt {
	margin-top: -12px
}

#nutrients .nutrient-list .text>dd {
	margin-top: 17px;
	font-size: 14px;
	line-height: 1.714286
}

#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(2) .text>dd,
#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(3) .text>dd {
	padding: 0 10px
}

#nutrients #other-nutrients .nutrients-content {
	padding: 18px 0 20px
}

#nutrients #other-nutrients .nutrient-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

#nutrients #other-nutrients .text-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	line-height: 1.714286
}

#nutrients #other-nutrients .text-list>ul {
	margin-left: 42px
}

#gmp {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #eeebe6;
	box-sizing: border-box;
	width: calc(100% - 20px);
	max-width: 750px;
	margin: 32px auto 0;
	border-radius: 5px;
	padding: 10px 13px 10px 57px
}

#gmp .logo img {
	width: 115px;
	height: auto
}

#gmp .text {
	font-size: 16px;
	line-height: 1.5625
}

#gmp .image {
	margin-bottom: -5px
}

#gmp .image img {
	width: 242px;
	height: auto
}

#gmp .image figcaption {
	margin-top: 3px;
	text-align: right;
	font-size: 10px
}

#campaign {
	background: linear-gradient(90deg, #f6f7de 25%, #ffffec 25%, #ffffec 75%, #f6f7de 75%) repeat center top / 12px 1px;
	padding: 15px 0
}

#campaign .image {
	background: url(../img/msl_campaign.webp) no-repeat center top / contain;
	padding-top: 354px
}

#campaign .caption {
	box-sizing: border-box;
	max-width: 750px;
	margin: -10px auto 0;
	padding: 0 20px;
	text-align: right;
	font-size: 12px
}

#items {
	background-color: #fff;
	padding: 42px 0 58px
}

#items:empty {
	margin: 0;
	padding: 0
}

#items h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700
}

#items .item-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 750px;
	margin: 30px auto 0
}

#items .item-list>li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	width: 25%;
	padding: 0 5px;
	text-align: center
}

#items .item-list>li>a {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column
}

#items .item-list .image img {
	width: 135px;
	height: auto;
	transition: opacity .2s
}

#items .item-list>li>a:hover .image img {
	opacity: .7
}

#items .item-list .name {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5
}

#items .item-list .price {
	margin-top: auto;
	padding-top: 3px;
	font-size: 14px;
	line-height: 1.5
}

#items .item-list .price .tax {
	font-size: 10px;
	vertical-align: baseline
}

#items .item-list .goto-detail {
	background-color: #fff;
	box-sizing: border-box;
	width: 120px;
	margin: 10px auto 0;
	border: 1px solid #21d18d;
	border-radius: 16px;
	padding: 8px 0;
	color: #21d18d;
	transition: opacity .2s
}

#items .item-list>li>a:hover .goto-detail {
	border-width: 2px;
	padding: 7px 0
}

#items .item-list .addto-cart {
	margin-top: 14px
}

#items .item-list .addto-cart a {
	position: relative;
	display: inline-block;
	background-color: #21d18d;
	box-sizing: border-box;
	width: 148px;
	border-radius: 5px;
	padding: 14px 8px 14px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	transition: background-color .2s
}

#items .item-list .addto-cart a:hover {
	background-color: #2bdb97
}

#items .item-list .addto-cart a:before,
#items .item-list .addto-cart a:after {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	transform: translateY(-50%)
}

#items .item-list .addto-cart a:before {
	right: 10px;
	background-color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%
}

#items .item-list .addto-cart a:after {
	right: 13px;
	width: 0;
	height: 0;
	border-width: 3px 0 3px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #21d18d
}

#items .comingsoon {
	background: url(../img/msl_comingsoon.png) no-repeat center top / contain;
	margin-top: 45px;
	padding-top: 79px
}

#item-detail {
	background-color: #fff;
	margin-top: 40px;
	padding-bottom: 40px;
	color: #535353
}

#item-detail .detail-section {
	box-sizing: content-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px
}

#item-detail .detail-section:not(:first-child) {
	margin-top: 50px
}

#item-detail h2 {
	border-bottom: 1px solid #bfbfbf;
	padding: 0 3px 16px;
	font-size: 16px;
	font-weight: 700
}

#item-detail .detail-section-content {
	margin-top: 16px;
	padding: 0 3px
}

#item-detail #net .detail-section-content,
#item-detail #nutrition-facts .detail-section-content {
	font-size: 14px;
	line-height: 1.714286
}

#item-detail #nutrition-facts .detail-section-content>dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

#item-detail #nutrition-facts .detail-section-content>dl>div {
	box-sizing: border-box;
	width: 33.333333%;
	padding-left: 40px
}

#item-detail #nutrition-facts .detail-section-content>dl>div:not(:first-child) {
	border-left: 1px dashed #c9c9c9
}

#item-detail #nutrition-facts .detail-section-content .nutrition-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

#item-detail #nutrition-facts .detail-section-content .nutrition-wrapper>dt,
#item-detail #nutrition-facts .detail-section-content .nutrition-wrapper>dd {
	width: 50%
}

#item-detail #nutrition-facts .detail-section-content>dl.type2 .item-name {
	text-indent: -1em;
	font-weight: 700
}

#item-detail #nutrition-facts .detail-section-content>dl.type2 .item-name+dd {
	margin-top: 5px
}

#item-detail #ingredients .detail-section-content {
	font-size: 14px;
	line-height: 2
}

#item-detail #ingredients .detail-section-content>dl>div:not(:first-child) {
	margin-top: 25px
}

#item-detail #ingredients .detail-section-content .item-name {
	font-weight: 700
}

#item-detail #ingredients .detail-section-content .item-name+dd {
	margin-top: 5px;
	padding-left: 1em
}

#item-detail #ingredients .detail-section-content .list small {
	font-size: 10px
}

#item-detail #feature {
	margin-top: 50px
}

#item-detail #feature .column-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: content-box;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 10px
}

#item-detail #feature figure {
	width: 364px
}

#item-detail #feature figure img {
	box-shadow: 5px 5px 8px #0003;
	width: 100%;
	height: auto
}

#item-detail #feature figcaption {
	margin-top: 16px;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5
}

#recipe {
	background: linear-gradient(90deg, #f6f7de 25%, #ffffec 25%, #ffffec 75%, #f6f7de 75%) repeat center top / 24px 1px;
	padding: 40px 0 45px
}

#recipe h2 {
	color: #776250;
	text-align: center;
	font-size: 32px;
	font-weight: 700
}

#recipe #swiper {
	margin-top: 32px
}

#add-info {
	background-color: #fff;
	margin-top: 32px;
	padding-bottom: 32px
}

#add-info .add-info-container {
	max-width: 750px;
	margin: 0 auto
}

#add-info .add-info-container>dt {
	position: relative;
	background-color: #dad7bc;
	border-bottom: 2px solid #bfbdac;
	padding: 20px 0;
	color: #6e6b4b;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity .2s
}

#add-info .add-info-container>dt:hover {
	opacity: .75
}

#add-info .add-info-container>dt:before,
#add-info .add-info-container>dt:after {
	position: absolute;
	top: 50%;
	display: block;
	content: ""
}

#add-info .add-info-container>dt:before {
	right: 18px;
	background-color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transform: translateY(-50%)
}

#add-info .add-info-container>dt:after {
	right: 26px;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #dad7bc;
	border-color: #bfbdac;
	transform-origin: 66.666667% 66.666667%;
	transform: translateY(-8px) rotate(45deg);
	transition: transform .2s
}

#add-info .add-info-container.is-active>dt:after {
	transform: translateY(-8px) rotate(-135deg)
}

#add-info .add-info-container>dd {
	background-color: #fbfaef
}

#add-info .add-info-container>dd>*:first-child {
	padding-top: 30px
}

#add-info .add-info-container>dd>*:last-child {
	padding-bottom: 30px
}

#add-info #add-info-howto-note {
	box-sizing: border-box;
	max-width: 670px;
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 1.714286
}

#add-info #add-info-notes-list {
	box-sizing: border-box;
	max-width: 690px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.714286
}

#swiper {
	position: relative;
	max-width: 770px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

#swiper .swiper {
	position: absolute;
	left: 50%;
	width: 690px;
	transform: translate(-50%)
}

#swiper .swiper-slide {
	box-sizing: border-box;
	padding: 0 5px
}

#swiper .swiper-slide>p {
	background-color: #fff
}

#swiper .swiper-slide img {
	width: 220px;
	height: auto;
	cursor: pointer;
	transition: opacity .2s
}

#swiper .swiper-slide img:hover {
	opacity: .7
}

#swiper .swiper-button-prev,
#swiper .swiper-button-next {
	width: auto;
	height: auto;
	margin-top: -20px;
	padding: 5px;
	color: #726a65;
	font-size: 30px
}

#swiper .swiper-button-prev {
	left: 5px
}

#swiper .swiper-button-next {
	right: 5px
}

#swiper .swiper-button-prev:after,
#swiper .swiper-button-next:after {
	font-size: 30px;
	font-weight: 700
}

#msl-main .modal.is-open .modal__overlay {
	z-index: 9999
}

#msl-main .modal .modal__container {
	background-color: #fff;
	box-sizing: border-box;
	width: 700px;
	max-width: none;
	max-height: calc(100vh - 20px);
	border-radius: 4px;
	padding: 0;
	overflow-y: auto
}

#msl-main .modal .modal-content {
	position: relative
}

#msl-main .modal .close-button {
	position: sticky;
	top: 14px;
	display: block;
	background-color: #fff;
	box-sizing: content-box;
	width: 42px;
	margin: 0 24px 0 auto;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 42px 0 0;
	cursor: pointer;
	z-index: 100;
}

#msl-main .modal .close-button:hover {
	width: 40px;
	border-width: 2px;
	padding-top: 40px
}

#msl-main .modal .close-button:before,
#msl-main .modal .close-button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	background-color: #000;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

#msl-main .modal .close-button:before {
	transform: translate(-50%, -50%) rotate(45deg)
}

#msl-main .modal .close-button:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

#msl-main .modal .upper>*,
#msl-main .modal .lower>* {
	width: 640px;
	margin-left: auto;
	margin-right: auto
}

#msl-main .modal .upper {
	background: linear-gradient(90deg, #f6f7de 25%, #ffffec 25%, #ffffec 75%, #f6f7de 75%) repeat center top / 24px 1px;
	margin-top: -44px;
	padding: 32px 0
}

#msl-main .modal .upper .type {
	text-align: center
}

#msl-main .modal .upper .type span {
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	font-size: 14px
}

#msl-main .modal .upper .type.cn span {
	background-color: #d75d48
}

#msl-main .modal .upper .type.gi span {
	background-color: #b09a35
}

#msl-main .modal .upper .type.co span {
	background-color: #e79412
}

#msl-main .modal .upper .type.gom span {
	background-color: #85624e
}

#msl-main .modal .upper .name {
	margin-top: 20px;
	color: #848316;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3125
}

#msl-main .modal .upper .column-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 30px
}

#msl-main .modal .upper .column-wrapper .image p:not(:first-child) {
	margin-top: 20px
}

#msl-main .modal .upper .column-wrapper .image img {
	box-sizing: border-box;
	width: 320px;
	height: auto;
	box-shadow: 5px 5px 8px #0003;
	border: 10px solid #fff
}

#msl-main .modal .upper .column-wrapper .text {
	width: 290px
}

#msl-main .modal .upper .column-wrapper .text dl>div:not(:first-child) {
	margin-top: 22px
}

#msl-main .modal .upper .column-wrapper .text dt {
	border-bottom: 1px solid #848316;
	padding: 0 5px 8px;
	color: #848316;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375
}

#msl-main .modal .upper .column-wrapper .text dd {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5
}

#msl-main .modal .upper .column-wrapper .text dd>ul li {
	position: relative;
	padding-left: 1em
}

#msl-main .modal .upper .column-wrapper .text dd>ul li:not(:first-child) {
	margin-top: 3px
}

#msl-main .modal .upper .column-wrapper .text dd>ul li:before {
	position: absolute;
	top: 7px;
	left: 3px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 4px 0 4px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #000
}

#msl-main .modal .lower {
	background-color: #fff;
	padding: 20px 0 40px
}

#msl-main .modal .lower .catchcopy {
	color: #848316;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.777778
}

#msl-main .modal .lower .cooking-procedure {
	margin-top: 24px
}

#msl-main .modal .lower .cooking-procedure dt {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

#msl-main .modal .lower .cooking-procedure dt:before,
#msl-main .modal .lower .cooking-procedure dt:after {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: block;
	content: "";
	height: 0;
	border-top: 1px solid #848316
}

#msl-main .modal .lower .cooking-procedure dt>span {
	background-color: #848316;
	border-radius: 14px;
	padding: 6px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

#msl-main .modal .lower .cooking-procedure dd {
	margin-top: 20px;
	padding: 0 27px
}

#msl-main .modal .lower .cooking-procedure dd>ol li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.5
}

#msl-main .modal .lower .cooking-procedure dd>ol li:not(:first-child) {
	margin-top: 3px
}

#msl-main .ac .ac-panel {
	overflow: hidden;
	transition-property: height, visibility;
	transition-timing-function: ease
}

#msl-main .ac.js-enabled .ac-panel {
	visibility: hidden
}

#msl-main .ac.is-active .ac-panel {
	visibility: visible
}

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

	.h0,
	h1,
	.h1 {
		font-size: calc(var(--font-heading-scale) * 2.5rem)
	}

	#MainContent .product {
		max-width: none;
		margin-left: 0;
		margin-right: 0
	}

	#MainContent .product .product__info-container {
		margin-top: 25px
	}

	#MainContent .product .product__title {
		margin-bottom: 20px
	}

	#MainContent .product .product__title h1 {
		font-size: 24px
	}

	#MainContent .product .product-form__quantity .quantity .quantity__input {
		font-size: 18px
	}

	#MainContent .product .product__info-container .product-form {
		margin-top: 2.5rem
	}

	#MainContent .main-blog .mirasoup-blog-list {
		max-width: 500px;
		margin: 40px auto
	}

	#MainContent .main-blog .mirasoup-blog-list>div {
		display: block;
		padding: 20px 8px
	}

	#MainContent .main-blog .mirasoup-blog-list>div>dd {
		margin-top: 4px;
		margin-left: 0
	}

	#ms-liquid .br_pc {
		display: none
	}

	#ms-liquid .br_sp {
		display: inline
	}

	#ms-liquid #goto-items-fixed {
		left: 0
	}

	#ms-liquid #goto-items-fixed a {
		top: -58px;
		right: 50%;
		width: calc((336 / 375) * 100vw);
		max-width: 336px;
		transform: translate(50%);
		transition: top .2s, background-color .2s
	}

	#ms-liquid #goto-items-fixed.active a {
		top: 12px;
		right: 50%
	}

	#msl-header {
		margin-top: -70px
	}

	@media screen and (max-width: 440px) {
		#msl-header {
			margin-top: calc(.246*((-100vw + 30px)/2 + 15px) - 23px)
		}
	}

	#msl-header.tether {
		background-image: url(../img/msl_key_visual_tether_sp.webp);
		background-size: cover;
		padding-top: 153vw
	}

	#msl-header .catchcopy {
		top: calc((28 / 750) * 100vw);
		left: 0;
		width: 100%;
		padding-top: calc((76 / 750) * 100vw)
	}

	#msl-header .emirin {
		position: absolute;
		top: 450px;
		right: 40px;
		background: url(../img/msl_header_emirin.png) no-repeat center top / contain;
		width: 321px;
		padding-top: 127px
	}

	#msl-header .comingsoon {
		bottom: calc((34 / 750) * 100vw);
		left: 0;
		width: 100%;
		padding-top: calc((216 / 750) * 100vw);
		transform: none
	}

	#msl-header .goto-items {
		bottom: 12vw;
		left: 50%
	}

	#msl-header .goto-items a {
		width: calc((336 / 375) * 100vw)
	}

	@media screen and (max-width: 500px) {
		#msl-header.tether {
			padding-top: 155vw
		}

		#msl-header .goto-items {
			bottom: calc((100 / 750) * 100vw)
		}
	}

	#msl-blog {
		padding-top: 20px;
		padding-bottom: 25px
	}

	#MainContent #msl-blog .mirasoup-blog-list {
		margin-top: 20px
	}

	#introduction {
		padding: 0
	}

	#introduction .banners {
		display: block;
		max-width: none;
		margin: 0;
		padding: 35px 0
	}

	#introduction .banners>p {
		width: 88%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	#introduction .banners>p:not(:first-child) {
		margin-top: 25px
	}

	#introduction .youtube {
		max-width: none;
		margin: 0
	}

	#about {
		padding: 35px 0 6px
	}

	@media screen and (max-width: 528px) {
		#about h2 {
			padding-top: calc((36 / 528) * 100vw)
		}
	}

	#about-bonebrothsoup,
	#about-mirasoup {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		overflow: hidden
	}

	#about .image {
		width: 88%
	}

	#about .text {
		width: 96%;
		margin-top: -25px;
		padding: 15px 18px
	}

	#about .text>dt {
		font-size: 18px
	}

	#about .text>dd {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5
	}

	#about-bonebrothsoup {
		margin-top: 30px
	}

	#about-bonebrothsoup .image {
		margin-right: auto
	}

	#about-bonebrothsoup .text {
		margin-right: 0;
		border-radius: 10px 0 0 10px
	}

	#about-bonebrothsoup .text:before {
		top: calc((-160 / 375) * 100vw);
		right: -8vw;
		width: calc((175 / 375) * 100vw);
		height: calc((208 / 375) * 100vw)
	}

	#about-mirasoup {
		margin-top: 20px
	}

	#about-mirasoup .image {
		margin-left: auto
	}

	#about-mirasoup .text {
		margin-left: 0;
		border-radius: 0 10px 10px 0
	}

	#about-mirasoup .text:before {
		top: calc((-142 / 375) * 100vw);
		left: -4.8vw;
		width: 44vw;
		height: calc((235 / 375) * 100vw)
	}

	#about-mirasoup .text:after {
		top: auto;
		bottom: calc(100% - 43px);
		right: calc((-10 / 375) * 100vw);
		width: calc((170 / 334) * 100vw);
		height: calc((73 / 425) * 100vw)
	}

	#about-mirasoup .text dt {
		position: relative;
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
		z-index: 10
	}

	#points-navi {
		background: linear-gradient(0deg, #928564 0%, #f7f1e2 100%);
		padding-top: 10px
	}

	#points-navi ul {
		max-width: none;
		margin: 0
	}

	#points-navi li {
		width: 33.333333%
	}

	#points-navi li:first-child:before,
	#points-navi li:last-child:after {
		content: normal
	}

	@media screen and (max-width: 510px) {
		#points-navi li:not(:last-child):after {
			height: calc((97 / 510) * 100vw)
		}

		#points-navi a {
			background-position: center calc((27 / 510) * 100vw);
			background-size: auto calc((116 / 510) * 100vw);
			padding-top: calc((154 / 510) * 100vw)
		}
	}

	@media screen and (max-width: 600px) {
		#point_1 {
			background-image: url(../img/msl_point1_bg_sp.webp);
			background-size: cover;
			padding-top: calc((2294 / 750) * 100vw)
		}

		#point_1 h2 {
			top: calc((70 / 750) * 100vw)
		}
	}

	@media screen and (max-width: 500px) {
		#point_1 h2 {
			top: calc((20 / 750) * 100vw)
		}
	}

	@media screen and (max-width: 390px) {
		#point_1 h2 {
			top: calc((5 / 750) * 100vw);
			background-size: cover
		}
	}

	@media screen and (max-width: 375px) {
		#point_1 h2 {
			padding-top: calc((283 / 375) * 100vw)
		}
	}

	#point_1 .note {
		bottom: 8px;
		left: 16px
	}

	#point_2 {
		background-size: 12px 1px;
		padding: 35px 0 57px
	}

	@media screen and (max-width: 375px) {
		#point_2 h2 {
			padding-top: 48vw
		}
	}

	#point_2 #swiper {
		margin-top: 33px
	}

	#point_2 #howto {
		margin-top: 56px
	}

	@media screen and (max-width: 518px) {
		#point_2 #howto h3 .text {
			padding-top: calc((30 / 518) * 100vw)
		}
	}

	#point_2 #howto h3 .image {
		background-image: url(../img/msl_point2_howto_image_sp.webp);
		margin-top: 5px;
		padding-top: 61.6vw
	}

	#procedure {
		display: block;
		max-width: none
	}

	#ms-liquid #procedure {
		margin-left: 0;
		margin-right: 0
	}

	#point_2 #howto #procedure {
		margin-top: 16px
	}

	#procedure>li {
		display: block;
		background: linear-gradient(0deg, rgba(145, 139, 44, .5) 0%, rgba(255, 255, 255, 0) 100%);
		width: auto;
		padding: 21px 0 37px
	}

	#procedure>li:not(:first-child) {
		margin-top: 12px
	}

	#procedure>li:not(:last-child) {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), 50% 100%, 0 calc(100% - 34px))
	}

	#procedure>li:before {
		top: 1px;
		background-size: auto 22px;
		width: 44px;
		height: 44px
	}

	#procedure>li:not(:last-child):after {
		content: normal
	}

	#procedure figure {
		display: block;
		box-sizing: border-box;
		width: 88%;
		max-width: 642px;
		max-width: 500px;
		margin: 0 auto;
		padding: 9px 9px 0
	}

	#procedure figcaption {
		display: block;
		padding: 16px 0;
		text-align: center;
		font-size: 16px;
		line-height: 1.5
	}

	#point_3 {
		padding: 46px 0 25px
	}

	@media screen and (max-width: 375px) {
		#point_3 h2 {
			padding-top: calc((218 / 375) * 100vw)
		}
	}

	#nutrients {
		max-width: none;
		margin: 55px 0 0;
		padding: 0 1.866667%
	}

	#nutrients .column-wrapper {
		display: block
	}

	#nutrients .column_left,
	#nutrients .column_right {
		display: block;
		width: auto;
		max-width: none
	}

	#nutrients .nutrients-container {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	#nutrients .column-wrapper .nutrients-container {
		display: block
	}

	#nutrients #sukkiri-nutrients,
	#nutrients #beauty-nutrients,
	#nutrients #other-nutrients {
		margin-top: 48px
	}

	@media screen and (max-width: 375px) {
		#nutrients .nutrients-container h3 {
			margin-top: calc((-25 / 375) * 100vw);
			padding-top: 12.8vw
		}
	}

	#nutrients .column-wrapper .nutrients-content {
		display: block;
		padding: 12px 6.666667% 20px
	}

	#nutrients .nutrient-list>li {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto
	}

	#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(2),
	#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(3) {
		margin-top: 20px
	}

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

		#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(2),
		#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(3) {
			width: 66.666666%
		}
	}

	#nutrients .nutrient-list .text>dd {
		margin-top: 12px;
		font-size: 12px;
		line-height: 1.666667
	}

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

		#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(2) .text>dd,
		#nutrients #bonebroth-nutrients .nutrient-list>li:nth-child(3) .text>dd {
			padding: 0
		}
	}

	#nutrients #other-nutrients .nutrients-content {
		padding: 18px 0 20px
	}

	#nutrients #other-nutrients .nutrient-list {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}

	#nutrients #other-nutrients .text-list {
		display: block;
		font-size: 12px;
		line-height: 1.666667
	}

	#nutrients #other-nutrients .text-list:not(:first-child) {
		margin-left: 10%
	}

	#nutrients #other-nutrients .text-list>ul {
		margin-left: 0
	}

	#gmp {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 96.266667%;
		max-width: 500px;
		margin-top: 25px;
		padding: 1px 6px 25px
	}

	#ms-liquid #gmp>* {
		margin: 15px 10px 0
	}

	#gmp .logo {
		-ms-flex-order: 0;
		order: 0
	}

	#gmp .text {
		-ms-flex-order: 2;
		order: 2
	}

	#gmp .image {
		-ms-flex-order: 1;
		order: 1
	}

	#gmp .logo {
		width: 115px;
		height: auto;
		padding-top: 6px
	}

	#gmp .image {
		margin-bottom: 0
	}

	#gmp .image img {
		width: 192px
	}

	#campaign {
		padding: 15px 0
	}

	#campaign .image {
		background-image: url(../img/msl_campaign_sp.webp);
		padding-top: calc((358 / 375) * 100vw)
	}

	#campaign .caption {
		max-width: none;
		margin: -10px 0 0;
		padding: 0 20px
	}

	#items {
		padding: 32px 0 40px
	}

	#items .item-list {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 480px;
		margin-top: 0;
		padding: 0 5px
	}

	#items .item-list>li {
		width: 50%;
		margin-top: 40px;
		padding: 0 5px
	}

	#items .item-list .addto-cart a {
		width: 90%;
		max-width: 148px
	}

	#item-detail {
		margin-top: 25px;
		padding-left: 6%;
		padding-right: 6%
	}

	#item-detail .detail-section {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0
	}

	#item-detail .detail-section:not(:first-child) {
		margin-top: 35px
	}

	#item-detail h2 {
		font-size: 16px;
		font-weight: 700
	}

	#item-detail .detail-section-content {
		margin-top: 12px
	}

	#item-detail #net .detail-section-content,
	#item-detail #nutrition-facts .detail-section-content {
		font-size: 14px;
		line-height: 1.714286
	}

	#item-detail #nutrition-facts .detail-section-content>dl {
		display: block
	}

	#item-detail #nutrition-facts .detail-section-content>dl>div {
		width: auto;
		padding-left: 0
	}

	#item-detail #nutrition-facts .detail-section-content>dl>div:not(:first-child) {
		border-left: none
	}

	#item-detail #nutrition-facts .detail-section-content .nutrition-wrapper>dt {
		width: 8em
	}

	#item-detail #nutrition-facts .detail-section-content .nutrition-wrapper>dd {
		width: calc(100% - 8em)
	}

	#item-detail #nutrition-facts .detail-section-content>dl.type2>div:not(:first-child) {
		margin-top: 20px
	}

	#item-detail #nutrition-facts .detail-section-content>dl.type2 .item-name {
		text-indent: 0
	}

	#item-detail #nutrition-facts .detail-section-content>dl.type2 .item-name+dd {
		padding-left: 1em
	}

	#item-detail #ingredients .detail-section-content {
		font-size: 14px;
		line-height: 1.714286
	}

	#item-detail #ingredients .detail-section-content>dl>div:not(:first-child) {
		margin-top: 20px
	}

	#item-detail #feature .column-wrapper {
		display: block;
		max-width: none;
		margin: 0;
		padding: 0
	}

	#item-detail #feature figure {
		width: auto;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	#item-detail #feature figure:not(:first-child) {
		margin-top: 30px
	}

	#recipe {
		background-size: 12px 1px;
		padding: 32px 0 40px
	}

	@media screen and (max-width: 600px) {
		#recipe h2 {
			font-size: calc((32 / 600) * 100vw)
		}
	}

	#recipe #swiper {
		margin-top: 24px
	}

	#add-info {
		margin-top: 32px;
		padding-bottom: 32px
	}

	#add-info .add-info-container {
		max-width: none;
		margin: 0
	}

	#add-info #add-info-howto-note,
	#add-info #add-info-notes-list {
		width: 88%;
		max-width: none
	}

	#ms-liquid #swiper .swiper-button-prev:after,
	#ms-liquid #swiper .swiper-button-next:after {
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff
	}

	#msl-main .modal .modal__container {
		width: 90%;
		max-width: 500px
	}

	#msl-main .modal .close-button {
		top: 8px;
		margin-right: 8px
	}

	#msl-main .modal .upper>*,
	#msl-main .modal .lower>* {
		width: auto;
		margin-left: 0;
		margin-right: 0
	}

	#msl-main .modal .upper {
		background-size: 24px 1px
	}

	#msl-main .modal .upper .name {
		margin-top: 18px
	}

	#msl-main .modal .upper .column-wrapper {
		display: block;
		margin-top: 18px
	}

	#msl-main .modal .upper .column-wrapper .image p {
		text-align: center
	}

	#msl-main .modal .upper .column-wrapper .image p:not(:first-child) {
		margin-top: 15px
	}

	#msl-main .modal .upper .column-wrapper .image img {
		width: 92%;
		max-width: 320px
	}

	#msl-main .modal .upper .column-wrapper .text {
		width: 88%;
		margin: 25px auto 0
	}

	#msl-main .modal .lower {
		padding: 20px 6% 32px
	}

	#msl-main .modal .lower .catchcopy {
		padding: 0 3%;
		text-align: left
	}

	#msl-main .modal .lower .cooking-procedure dd {
		padding: 0 3%
	}
}

/*# sourceMappingURL=/s/files/1/0608/5715/5738/t/5/assets/msl_style.css.map */


/*--------------------------------------------
改行
--------------------------------------------*/
.is-pc {
	display: block !important;
}
.is-sp {
	display: none !important;
}
/* sp */
@media (max-width: 749px) {
	.is-pc {
		display: none !important;
	}
	.is-sp {
		display: block !important;
	}
}

/* will-change削除 */
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
	will-change: auto;
}



/*--------------------------------------------
BANNER 
--------------------------------------------*/
.banner-block {
	margin: 80px auto 50px;
	width: 100%;
	max-width: 720px;
}
.banner-block a {
	display: block;
}
.banner-block a img {
	width: 100%;
	transition: 300ms;
}
.banner-block a:hover img {
	opacity: .8;
	transition: 300ms;
}
/* sp */
@media (max-width: 749px) {
.banner-block {
	margin: 10vw auto 5vw;
}
}


/*--------------------------------------------
NEW PRODUCTS
--------------------------------------------*/
.pdt-new-icon {
	position: relative;
}
.pdt-new-icon::before {
	position: absolute;
	top: 1vw;
	right: 3vw;
	content: "";
	width: 13vw;
	height: 13vw;
	background: url(../img/pdt_new.png) no-repeat;
	background-size: contain;
	z-index: 1;
}
@media (min-width: 990px) {
	.pdt-new-icon::before {
		top: 0;
		right: 0;
		width: 74px;
		height: 74px;
	}
}
/* sp */
@media (max-width: 749px) {
	.pdt-new-icon::before {
		top: 1vw;
		right: 3vw;
		width: 13vw;
		height: 13vw;
	}
}



/*--------------------------------------------
NEWS DAY ADD
--------------------------------------------*/
.mirasoup-blog-list dt {
	width: 130px;
}
