@font-face {
    font-family: "icons";
    src: url("https://manara.jp/contents/shop/ru/fonts/icons.ttf") format("truetype"), url("https://manara.jp/contents/shop/ru/fonts/icons.woff") format("woff"), url("https://manara.jp/contents/shop/ru/fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.is-loaded,
body[data-element-id] {
  opacity: 1 !important;
}

	.nav__global {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		left: 0;
		top: 64px;
		width: 100%;
		height: 50px;
		background-color: #FFFFFF;
		transition: top 0.2s linear;
		border-top: solid 1px #DDDDDD;
		border-bottom: solid 1px #DDDDDD;
	}
	.nav__global li {
		padding: 8px 0 0;
		width: 25%;
		font-size: 6px;
		text-align: center;
		height: 100%;
	}
	.nav__global li:not(:last-child) {
		border-right: solid 1px #DDDDDD;
	}
	.nav__global li img {
		text-align: center;
		width: 20px;
				height: 20px;
		display: inline;
	}
	.nav__global li svg {
		margin-top: -8px;
	}
	.nav__global li p {
		margin-top: -4px;
		text-align: center;
	}
	.nav__global li:nth-child(1) p {
		margin-top: -4px;
	}
	.nav__global li:nth-child(2) p {
	}
	.nav__global li:nth-child(3) p {
		margin-top: 2px;
	}
	.nav__global li:nth-child(4) p {
		margin-top: 2px;
	}
	.nav__global li a {
		color: #D70146 !important;
		font-size: 9px;
		line-height: 1.5;
	}
	.l-mainheader.compact > .l-mainheader__inner > .nav__global {
		top: 48px;
	}
	@media (max-width: 979px) {
		/* 下記の#のページは、赤ナビを出さない */
		body:is(#Cart, #LoginFront, #OrderLogin, #OrderInfoInput, #OrderInfoConfirm, #ReminderPasswordInput, #ReminderPasswordModInput, #ReminderCustomerNoInput, #MemberExistCheck, #MemberNetRegister, #ReminderPasswordComplete, #ReminderPasswordModComplete, #ReminderCustomerNoComplete) .nav__global {
			display: none;
		}
		/* 赤ナビが出た時の、余白調整 */
		body:not(:is(#Cart, #LoginFront, #OrderLogin, #OrderInfoInput, #OrderInfoConfirm)):has(header) > :is(main, form):first-of-type > .l-maincontent {
			padding-top: 85px;
		}
		body:not(:is(#Cart, #LoginFront, #OrderLogin, #OrderInfoInput, #OrderInfoConfirm)):has(header) > :is(main, form) > .topGroupName {
			margin-top: 63px;
		}
		body#Shop:has(header) main > .l-maincontent {
			padding-top: 85px;
		}
		body.goodsSearch .l-maincontent {
			padding-top: 140px !important;
		}
		#ShopTopSlider {
			margin-top: 82px;
		}
	}
	@media (min-width: 980px) {
		/* PC表示では、赤ナビを出さない */
		.nav__global {
			display: none;
		}
	}

.l-mainheader__utils>ul {
    margin-bottom: 0;
}

.abisu_topix_main .l-breadcrumb__list>li+li>div:before {
    content: "＞";
    display: inline-block;
    margin: 0 10px;
    color: #d70146;
}

.abisu_topix_main .l-breadcrumb {
    padding-left: 0 !important;
}

.abisu_topix_main ol {
    display: inline;
    padding-left: 0 !important;
}

.abisu_topix_main ol li br {
    display: none;
}

.l-breadcrumb__list {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
}

.l-breadcrumb__list li {
    display: inline;
}

.l-breadcrumb__list li a {
    text-decoration: none;
}

.l-breadcrumb__list>li:first-child {
    padding-left: 1.5rem;
}

.l-breadcrumb__list>li:first-child>a {
    display: inline;
}

.l-breadcrumb__list>li:first-child>a>div {
    display: none;
}

.l-breadcrumb__list>li:first-child>a::before {
    margin-top: 0.3rem;
    margin-left: -1.5rem;
}

.l-breadcrumb__list li div {
    display: inline;
}

.abisu_inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 60px;
}

.abisu_h1 {
    font-weight: 600;
    font-size: clamp(2.3rem, 1.428rem + 3.72vw, 3.8rem);
    line-height: 1.25;
}

.abisu_data {
    margin-top: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
}

.abisu_category {
    margin-top: 20px;
}

.abisu_category_item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 5px;
}

.abisu_category_tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 3px 15px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5;
    border: 1px solid #d3d2cf;
    border-radius: 100px;
}

.abisu_caption {
    margin: 60px 0;
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.abisu_index {
    margin-top: 40px;
    padding: 40px;
    border: 1px solid #d3d2cf;
}

.abisu_index_title {
    margin-bottom: 15px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.5;
}

.abisu_index_item {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
}

.abisu_index_item:hover {
    opacity: 0.7;
    cursor: pointer;
}

.abisu_index_item>div {
    display: inline-block;
}

.abisu_index_item>div::before {
    content: "・";
    margin-right: 4px;
}

.abisu_h2 {
    margin-top: 60px;
    font-weight: 600;
    font-size: clamp(2rem, 1.302rem + 2.98vw, 3.2rem);
    line-height: 1.5;
}

.abisu_text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.abisu_product_title {
    margin: 40px 0px 15px;
    font-family: Inter, 游ゴシック体, yugothic, 游ゴシック, "Yu Gothic",
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
        sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.5;
}

.abisu_product_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0;
    border-top: 1px solid #d3d2cf;
    border-bottom: 1px solid #d3d2cf;
    position: relative;

    gap: 60px;
}

.abisu_product_img {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border: 2px solid rgba(200, 4, 33, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 70px;

    aspect-ratio: 1 / 1;
}

.abisu_product_img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
}

.abisu_product_name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
}

.abisu_product_detail {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
}

.abisu_product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1;
}

.abisu_product_price .price {
    font-weight: 500;
    font-size: 3rem;
    color: inherit;
}

.abisu_product_cartbtn {
    width: 100%;
    max-width: 300px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 20px;
    font-family: 游ゴシック体, yugothic, 游ゴシック, "Yu Gothic",
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
        sans-serif;
    color: #fff;
    text-decoration: none;
    border: 1px solid #d70146;
    background-color: #d70146;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear;
    position: relative;
}

.abisu_product_cartbtn:hover {
    color: #d70146;
    text-decoration: none;
    border: 1px solid #d70146;
    background-color: #fff;
}

.abisu_topixbtn {
    width: 100%;
    max-width: 300px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 60px auto 0;
    padding: 5px 20px;
    font-family: 游ゴシック体, yugothic, 游ゴシック, "Yu Gothic",
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
        sans-serif;
    color: #d70146;
    text-decoration: none;
    border: 1px solid #d70146;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear;
    position: relative;
}

.abisu_topixbtn:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #d70146;
    background-color: #d70146;
}

.c-button__inner {
    text-decoration: none !important;
}

@media (max-width: 979px) {
    .l-breadcrumb__list>li:first-child>a::before {
        margin-top: -0.1rem;
    }

    .l-mainheader__logo {
        margin: 0;
    }

    .abisu_topix_main {
        margin-top: 70px;
    }

    .l-mainheader.js-nav-close-sp .nav__global {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .abisu_inner {
        padding: 0 20px;
    }

    .abisu_topix_main .l-breadcrumb {
        font-size: 1rem;
    }

    .abisu_product_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;

        gap: 30px;
    }

    .abisu_product_cartbtn {
        margin: 20px auto 0;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .abisu_topix_main {
        margin-top: 100px;
    }
}

/* 投稿記事に対するCSS */
.cg-continue-step-heading-title {
    margin-bottom: 20px;
    padding: 20px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    background-color: #f9e6e9;
}

.cg-continue .cg-continue-box-v1 .cg-continue-box-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}

.cg-continue-hero-detail .cg-continue-hero-detail-text>em {
    color: #333;
    font-style: normal;
    background: -webkit-gradient(linear,
            left top, left bottom,
            color-stop(60%, transparent),
            color-stop(60%, rgba(231, 97, 33, 0.2)));
    background: linear-gradient(transparent 60%,
            rgba(231, 97, 33, 0.2) 60%);
}

.abisu_topix_main p {
    margin: 0 !important;
    line-height: 1.7;
}

.cg-continue-supplement .cg-continue-supplement-trivia,
.cg-continue-supplement-head em {
    color: #333 !important;
}

.cg-continue-box-img,
.cg-continue-supplement-img,
.cg-continue-supplement-trivia-img {
    width: 90%;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.1);
    box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.1);
}

.cg-continue .cg-continue-supplement .cg-continue-supplement-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;

    gap: 16px;
}

.cg-continue .cg-continue-supplement .cg-continue-supplement-media>.cg-continue-supplement-media-img {
    width: 114px;
}

.cg-continue-supplement {
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
    border: 1px solid rgba(231, 97, 33, 0.2);
    border-radius: 10px;
}

.cg-continue-supplement-head {
    padding: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: rgba(231, 97, 33, 0.2);
    position: relative;
}

.cg-continue-supplement-detail {
    padding: 20px;
}

.cg-continue-supplement .cg-continue-supplement-list .cg-continue-supplement-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 700;
    font-size: 16px;

    gap: 8px;
}

.cg-continue-supplement .cg-continue-supplement-list .cg-continue-supplement-list-title>span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    background: rgba(231, 97, 33, 0.2);
}

.cg-continue-supplement .cg-continue-supplement-trivia {
    padding: 40px 20px 0;
    color: #fff;
    position: relative;
}

.cg-continue-supplement .cg-continue-supplement-trivia .cg-continue-supplement-trivia-head {
    width: 134px;
    position: absolute;
    top: -22px;
    left: 0;
}

.cg-continue-supplement .cg-continue-supplement-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;

    gap: 16px;
}

.cg-continue-supplement .cg-continue-supplement-media>.cg-continue-supplement-media-img {
    width: 114px;
}

.cg-continue-supplement .cg-continue-supplement-list>li+li {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
}

.cg-continue-media-detail {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .cg-continue-supplement .cg-continue-supplement-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    padding-left: 0;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "font awesome 5 free";
    font-weight: bold;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
}

.pagenation a,
.pagenation .now {
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 35px;
    height: 35px;
    display: block;
    padding: 10px 4px 10px 4px;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    background-color: #f3f3f3;
}

.pagenation .prev a,
.pagenation .next a {
    font-size: 14px;
}

.pagenation .number a:hover,
.pagenation .prev a:hover,
.pagenation .next a:hover,
.pagenation .now {
    color: #fff;
    background: #d70146;
    opacity: 1;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/* iPhone safariハック */
@supports (-webkit-touch-callout: none) {
    .l-breadcrumb__list>li:first-child>a::before {
        margin-top: -1.6rem;
    }
}
