@charset "utf-8";
/* CSS Document */

/* フォントをインポート */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/circe-rounded");

/*プレビュー時に必要*/
.fs-preview-header {
    z-index: 1001;
    position: relative;
}
.proof {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.proof img {
    max-height: 45px !important;
    width: auto !important;
}
.flow_item {
    width: 30%;
    text-align: center;
}
/*.jadma{
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}*/
/*.jadma img{
	max-width: 200px;
}*/
.jadma + script + span {
    margin-left: 3%;
}

/* 決済方法ここから */
#payment-method {
    width: 85%;
    margin: 0 auto 30px;
    background-color: #f3f3f3;
    text-align: center;
    padding: 10px;
}
#main div#payment-method h2 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #595757;
    margin-bottom: 10px;
    display: inline-block;
    background: url(https://amazeplus7.itembox.design/item/amepla_top/images/ico-cashless.png) no-repeat;
    background-size: contain;
    background-position: left center;
    padding: 5px 0 5px 27px;
    margin: 10px auto;
}
#payment-method ul {
    background-color: #fff;
}
#payment-method ul:first-of-type {
    padding: 15px 5px 0;
}
#payment-method ul:nth-of-type(2) {
    padding: 5px;
}
#payment-method ul:last-of-type {
    padding: 0 5px 10px;
}
#payment-method ul li {
    display: inline-block;
}
#payment-method ul li + li {
    margin-left: 5px;
}
#payment-method ul li img {
    max-height: 35px;
}
/* 決済方法ここまで */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
a,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
article,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
table,
tr,
th,
td,
img　address header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #282828;
}
html {
    scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
    scroll-behavior: smooth;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: unset;
}
a:link,
a:visited,
a:active,
a:hover {
    color: unset;
}
img {
    vertical-align: middle;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    appearance: none;
    /* Gecko で使用できる値の一部 */
    -moz-appearance: none;
    /* WebKit/Blink (Gecko や Edge も同様) で使用できる値の一部 */
    -webkit-appearance: none;
    max-width: 100%;
}
input[type="submit"],
input[type="button"],
button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/***ヘッダーここから***/
header {
    height: 65px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 2.5%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header h1 img {
    width: 90px;
    margin-left: 10px;
}
header ul li {
    position: relative;
}
header ul li:last-of-type {
    margin-right: 0;
}
header ul li a span.fs-client-cart-count--0 {
    display: none;
}
header ul li a span.fs-client-cart-count {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #b30000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    z-index: 1;
}
header ul li img {
    width: 24px;
}
header ul li p {
    text-align: center;
    font-size: 10px;
}
header ul li div {
    position: relative;
}
header ul li div span#nav-fix.btn {
    width: 23px;
    height: 23px;
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
header ul li div span#nav-fix.btn:before,
header ul li div span#nav-fix.btn:after,
header ul li div span#nav-fix.btn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
header ul li div span#nav-fix.btn.on span {
    display: none;
}
header ul li div span#nav-fix.btn:before {
    content: "";
    top: calc(30% - 1px);
    border-top: 1px solid #000;
    border-radius: 1px;
}
header ul li div span#nav-fix.btn.on:before {
    border-radius: 1px;
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
header ul li div span#nav-fix.btn span {
    height: 1px;
    border-radius: 1px;
    background-color: #000;
    top: calc(55%);
}
header ul li div span#nav-fix.btn:after {
    content: "";
    bottom: calc(15% - 1px);
    border-bottom: 1px solid #000;
    border-radius: 1px;
}
header ul li div span#nav-fix.btn.on:after {
    border-radius: 1px;
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header ul li #gnav {
    background-color: #ccefea;
    position: fixed;
    top: 75px;
    right: -150%;
    box-sizing: border-box;
    width: 300px;
    height: calc(100% - 75px);
    padding: 20px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    overflow: scroll;
}
header ul li #gnav.open {
    right: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
header ul li #gnav ul li {
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 3px;
}
header ul li #gnav ul li:first-of-type {
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
}
header ul li #gnav ul li:first-of-type div {
    font-size: 14px;
}
header ul li #gnav ul li:first-of-type div input {
    font-size: 14px;
}
header ul li #gnav ul li:first-of-type div input::-webkit-input-placeholder {
    font-size: 14px;
}
header ul li #gnav ul li:first-of-type div input:-moz-placeholder {
    font-size: 14px;
}
header ul li #gnav ul li:first-of-type div form button::before {
    font-size: 22px;
    line-height: 29px;
}
header ul li #gnav ul li.login {
    font-weight: 500;
    color: #fff;
    background-color: #00b094;
    margin-top: 10px;
}
header ul li #gnav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
header ul li #gnav ul:first-child li > a:after {
    content: "＞";
    position: absolute;
    right: 10px;
    color: #4d4d4d;
    font-size: 10px;
}
header ul li #gnav ul:first-child li.login > a:after {
    color: #fff;
}
.hnav_bnr_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    grid-gap: 10px;
    margin-top: 20px;
}
.hnav_bnr_list li {
    margin: 0 !important;
    padding: 0 !important;
}
.hnav_bnr_list li img {
    width: 100%;
    height: auto;
}
/***ヘッダーここまで***/

/***メインコンテンツここから***/
.fs-l-page,
.fs-l-main {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.fit-article {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}
.non-title {
    height: calc(100% - 65px); /* (画面の高さ)-(固定ヘッダーの高さ) */
    top: calc(50% + 37.5px); /* (画面上下中央)+(固定ヘッダーの高さ)/2 */
}
.title {
    height: calc(100% - 135px); /* (画面の高さ)-((固定ヘッダーの高さ)+(セクションタイトルの高さ)) */
    top: calc(50% + 67.5px); /* ((画面上下中央)+((固定ヘッダーの高さ)+(セクションタイトルの高さ)))/2 */
}
.title .two-items-list {
    height: calc((100% - 1.5vw) / 2); /* ((画面の高さ)-((固定ヘッダーの高さ)+(セクションタイトルの高さ)))/2 */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .two-items-list:not(:last-of-type) {
    margin-bottom: 1.5vw;
}
.title .three-items-list {
    height: calc((100% / 3) - 1.5vw); /* (((画面の高さ)-((固定ヘッダーの高さ)+(セクションタイトルの高さ)))/3)-(余白) */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .four-items-list {
    height: calc((100% / 4) - 1.5vw); /* (((画面の高さ)-((固定ヘッダーの高さ)+(セクションタイトルの高さ)))/3)-(余白) */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .swiper-slide .four-items-list {
    height: calc((100% / 4) - 1.5vw); /* (親要素の高さ/4)-(余白) */
}
/* .quarter{
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		flex-flow: row wrap !important;
		justify-content: space-between !important;
		align-content: space-between !important;
	} */
.title .img-sec .four-items {
    width: calc(50% - 0.75vw);
    height: calc(50% - 0.75vw);
    overflow: hidden;
    display: inline-block;
}
.title .img-sec .four-items a {
    height: 100%;
    display: flex;
    align-items: center;
}
/* .title .four-items{
		width: calc(50% - 2.0vw);
		height: calc(50% - 2.0vw);
		overflow: hidden;
		display: inline-block;
	} */
/* .title .four-items a{
		height: 100%;
		display: flex;
		align-items: center;
	} */
.scroll-snap-container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
}
.scroll-snap-article {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.scroll-snap-pagination {
    left: 10px !important;
    height: 50% !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}
/* .swiper-container .swiper-wrapper .swiper-slide{
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	} */
.swiper-container .swiper-wrapper .non-image {
    flex-direction: column;
}
#main div.scroll-snap-article div.swiper-container div.swiper-pagination span.swiper-pagination-bullet {
    transition: all 500ms 0s ease;
    border-radius: unset;
    width: 11px;
    height: 11px;
    background-color: #ccc;
    opacity: 0.7;
    margin: 0 5px;
}
#main div.scroll-snap-article div.swiper-container div.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #595959;
}

.main {
    margin-top: 65px;
    overflow: hidden;
}
#main div h2 {
    display: block;
    width: 85%;
    position: relative;
    margin: 60px auto 40px;
    text-align: center;
}
#main div h2 .supplement {
    font-size: 12px;
    letter-spacing: initial;
    margin-top: 5px;
}

/* 注目商品ここから */
#slider-sec {
}
.fv-sec {
    margin-bottom: 40px;
}
.fv-sec .swiper-pagination_fv,
.slide-contents-sec .swiper-pagination_slide_contents,
.brand-sec .swiper-pagination_brand {
    position: relative;
    margin: 10px 0 0;
    text-align: center;
}
.fv-sec .swiper-pagination-bullet,
.slide-contents-sec .swiper-pagination-bullet,
.brand-sec .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: rgba(0, 175, 147, 0.2);
    opacity: 1;
}
.fv-sec .swiper-pagination-bullet-active,
.slide-contents-sec .swiper-pagination-bullet-active,
.brand-sec .swiper-pagination-bullet-active {
    background: rgba(0, 175, 147, 1);
}
.fv-sec .swiper-pagination-bullets .swiper-pagination-bullet,
.slide-contents-sec .swiper-pagination-bullets .swiper-pagination-bullet,
.brand-sec .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
/* 注目商品ここまで */

/* 検索窓下のハッシュタグここから */
.search-hashtag {
    display: none;
    width: 90vw;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 997;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    padding: 3%;
}
.search-hashtag li + li {
    margin-top: 2%;
}

/* 検索窓下のハッシュタグここまで */

/* ピックアップここから */
.pick-up-sec {
    position: relative;
    padding-bottom: 50px;
}
.swiper-scrollbar_pickup,
.swiper-scrollbar_ranking {
    width: 100vw;
    height: 4px;
    border-radius: 0;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
    transform: scale(0.5, 0.5);
    transform-origin: top right;
    position: absolute !important;
    top: 12px;
    right: 25px;
}
.swiper-scrollbar_pickup:before,
.swiper-scrollbar_ranking:before {
    content: "";
    width: 67px;
    height: 13px;
    background: url("https://amazeplus7.itembox.design/item/amepla_top/images/2020-09/img_arrow_black.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -25px;
    right: 0;
}
.background_pickup {
    background: url("https://amazeplus7.itembox.design/item/amepla_top/images/2020-09/bg_slash_gray.jpg");
    padding: 20px 0;
}

/* ピックアップここまで */

/* スライドコンテンツここから */
.slide-contents-sec {
    padding: 0 0 25px;
    position: relative;
}
.sale_list,
.gift_list,
.price2000_list,
.price1000_list,
.new-arrival {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    grid: 10px;
    width: 85%;
    margin: 0 auto;
}
.slide-contents-sec .swiper-pagination_slide_contents {
    margin-top: 25px;
}
#new-arrival {
    margin-bottom: 60px;
}
.new-arrival .text-area {
    font-size: 90%;
    text-align: center;
    line-height: 1.3;
}
.new-arrival .text-area .product-name {
    margin-bottom: 5px;
    min-height: 2.5em;
    display: grid;
    align-items: center;
    align-content: center;
}
.new-arrival .text-area .price span {
    font-size: 80%;
}
/* スライドコンテンツここまで */

/* ホットワードここから */
.hotword-sec {
    margin-bottom: 60px;
}
.tit_hotword {
    line-height: 1.2;
}
.tit_hotword .small {
    display: block;
    font-size: 9px;
}

.hotword-sec .list_hotword {
    width: 85%;
    height: auto;
    display: block;
    font-size: 14px;
    margin: 0 auto;
}
.hotword-sec .list_hotword li {
    display: inline-block;
    padding: 0;
    margin: 0 3px 1vh 0;
    width: auto;
    height: auto;
}
.hotword-sec .list_hotword li a {
    font-size: 4vw;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 2vh 15px;
    border-radius: 5px;
    color: #4d4d4d;
    background: #eee;
}

/* ホットワードここまで */

/* トピックスここから */
.topics-sec {
    padding: 0 0 50px;
}

.topics-sec div.article-area {
    width: 100vw;
}
.show-scroll-bar-wrapper {
    width: 94%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.show-scroll-bar {
    max-height: 20em;
    overflow: hidden;
    overflow-y: scroll;
}
.scroll-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    background-color: #ccc;
}
.scroll-bar-thumb {
    position: relative;
    min-height: 10%;
    background-color: #666;
    border-radius: 2px;
}
.topics-sec li {
    background-color: #e7e7e7;
    padding: 4vw;
}
.topics-sec li + li {
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
.topics-sec div.text-area {
    letter-spacing: 0.2vw;
    text-align: left;
    margin-top: 3vh;
    padding: 0 3vw;
}
.topics-sec div.text-area div.category-green,
.topics-sec div.text-area div.category-white {
    font-size: 3.5vw;
    padding: 0.3vh 3vw 0.5vh 3vw;
    display: inline-block;
}
.topics-sec div.text-area div.category-green {
    margin-right: 1.5vw;
    color: #fff;
    background-color: #00af93;
    border: solid 1px #00af93;
}
.topics-sec div.text-area div.category-white {
    color: #00af93;
    background-color: #fff;
    border: solid 1px #00af93;
}
.topics-sec div.text-area div.date {
    font-weight: 500;
    font-size: 3.2vw;
    width: 35%;
}
.topics-sec div.text-area div.text {
    font-weight: 500;
    font-size: 5vw;
    line-height: 4vh;
}
.topics-sec .fit-article ul {
    height: 100%;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.topics-sec ul li a div.img-area {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.topics-sec ul li a div.text-area {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-grow: 1 2;
}
.topics-sec ul li ul li {
    margin-bottom: 1.5vw;
}
.topics-sec ul li ul li:last-of-type {
    margin-bottom: 0;
}
.topics-sec div.text-area div.text-list {
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 1.5em;
    width: 65%;
}
/* トピックスここまで */

/* ランキングここから */
.ranking-sec {
    position: relative;
    padding: 0 0 60px;
}
ul.ranking_list {
    margin: 0 auto;
}
.ranking-sec ul.quarter {
    width: 85%;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    gap: 15px;
    row-gap: 20px;
}
.ranking-sec ul.quarter li {
    text-align: center;
    line-height: 1.2;
    padding: 0 10px 20px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.ranking-sec ul.quarter li .num {
    width: 25px;
    margin: 0 auto 10px;
}
.ranking-sec ul.quarter li .product {
    margin: 0 0 10px;
}
.ranking-sec ul.quarter li .text-area .detail {
    font-size: 3vw;
    margin: 0 0 10px;
    min-height: 24px;
}
.ranking-sec ul.quarter li .product-name {
    font-weight: 500;
    margin: 0 0 5px;
    min-height: 38px;
    font-size: 4vw;
}
.ranking-sec ul.quarter li .price {
    color: #b30000;
    font-weight: bold;
}
.ranking-sec ul.quarter li .price span {
    color: #000;
    font-size: 10px;
}
/* ランキングここまで */

/* 記事一覧ここから */
.article-list-sec {
    padding: 5px 0 40px;
}
.article-list-all {
    width: 85%;
    margin: 0 auto 30px;
}
.article-list-all li {
    background: #f3f3f3;
    padding: 10px 5px 10px 5px;
    margin: 0 0 10px;
    position: relative;
}
.article-list-all li a {
    display: flex;
}
.article_thumb {
    width: 60%;
    vertical-align: top;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.article_thumb img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.article_data {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 70%;
    padding-left: 3%;
    vertical-align: top;
}
.article_cat_ico {
    color: #00af93;
    background-color: #fff;
    border: solid 1px #00af93;
    font-size: 3vw;
    padding: 0.5vw 3vw 0.5vw 3vw;
    display: inline-block;
}
.article_date {
    margin: 1.5vw 0vw 1.5vw;
    display: block;
    font-size: 3.5vw;
}
.article_title {
    margin-top: 0.1vh;
    font-weight: 400;
    font-size: 3.6vw;
    height: 3.8em;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.article_text {
    display: none;
}
.article-list_wrapper .btn button,
#topics .btn button {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background-color: #00af93;
    padding: 8px 10px 8px 0;
    min-width: 200px;
    position: relative;
    height: 40px;
    margin: 0 auto;
    display: block;
}
.article-list_wrapper .btn button:after,
#topics .btn button:after {
    content: ">";
    position: absolute;
    right: 50%;
    margin-right: -80px;
}

/* 記事一覧ここまで */

/* ブランドここから */

.brand-sec {
    position: relative;
    padding: 0 0 60px;
}
ul.brand_list {
    margin: 0 auto 30px;
}
.brand-sec ul.quarter {
    width: 85%;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    padding-bottom: 10px;
    row-gap: 10px;
}
.brand-sec ul.quarter li {
    flex-basis: calc(100% / 3);
}
/* 	.brand-sec ul.quarter li {
			text-align: center;
			line-height: 1.2;
			padding: 0 5%;
	}
	.brand-sec ul.quarter li:nth-child(odd) {
	    border-right: 1px solid #000;
	} */
/* 	.brand-sec ul.quarter li a{
		display: block;
    min-height: 220px;
		padding: 5vw 2vw 5vw;
	} */
/* 	.brand-sec ul.quarter li:nth-child(1) a,
	.brand-sec ul.quarter li:nth-child(2) a {
	    border-bottom: solid 1px #000;
			transform: translateY(2vw) translateX(0%);
    	padding-bottom: 2.0vw;
	} */
.brand-sec ul.quarter li .brand-name {
    margin: 0 0 5px;
}
.brand-sec ul.quarter li .text img {
    margin: 0 0 10px;
}
.brand-sec ul.quarter li .text {
    font-size: 11px;
}
/* #brand-sec{

	}
	#brand-sec .fit-article ul li{
		padding: 0 3%;
	}
	#brand-sec .fit-article ul li > div{
		overflow: visible;
		text-align: center;
	}
	#brand-sec .fit-article ul li > div:nth-child(-n+2){
		border-bottom: solid 1px #000;
		transform: translateY(2.0vw) translateX(0%);
		padding-bottom: 2.0vw;
	}
	#brand-sec .fit-article ul li > div a{
		height: 100%;
		flex-flow: row wrap;
		justify-content: center;
	}
	#brand-sec .fit-article ul li > div:nth-of-type(2n+1) a{
		border-right: solid 1px #000;
		transform: translateY(0%) translateX(2.0vw);
		padding-right: 2.0vw;
	}
	#brand-sec .fit-article ul li div a div div.brand-name{
		width: 85%;
		margin: 0 auto;
		margin-bottom: 0.3vh;
	}
	#brand-sec .fit-article ul li div a div div.text{
		font-size: 3.0vw;
		line-height: 2.3vh;
	}
	#brand-sec .fit-article ul li div a div div.text img{
		width: 85%;
		margin-bottom: 0.3vh;
	} */
/* ブランドここまで */

/* 送料無料 */
.free_shipping .bnr {
    background-color: #00af93;
    text-align: center;
    /*margin: 0 0 30px;*/
}
/* /送料無料 */

/* リンクまとめここから */
footer {
    width: 100vw;
}

footer.fs-l-footer {
    border: none;
}

footer .link {
    text-align: center;
}
footer .link ul.sns {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin: 3vh 0;
}
footer .link ul.sns li {
    display: inline-block;
    margin: 0 10px;
}
footer .link ul.sns li img {
    width: 40px;
}
footer .link div.nav {
    margin-top: 2vh;
    padding: 0 3%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}
footer .link div.nav dl {
    text-align: left;
    display: inline-block;
    width: 50%;
}
footer .link div.nav dl:first-of-type {
}
footer .link div.nav dl dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1.5vh;
}
footer .link div.nav dl dd {
    font-size: 12px;
    padding: 3px 0;
    padding-left: 5px;
    border-left: solid 1px #999;
}
footer .link div.nav dl dd:last-of-type {
    margin-bottom: 0;
}
footer .link div.logo {
    margin-top: 3vh;
    text-align: center;
}
footer .link div.logo img {
    width: 90px;
}
footer .link div.copyright {
    margin-top: 1vh;
    margin-bottom: 3vh;
    font-size: 11px;
}
footer .link ul.payment {
    font-size: 0;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 1vh;
}
footer .link ul.payment li {
    display: inline-block;
    width: 10%;
    margin-right: 3%;
}
/* リンクまとめここまで */
/***メインコンテンツここまで***/

/* 記事一覧 */
.article-list-sec ul li a div.img-area {
    width: 60%;
    vertical-align: top;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.article-list-sec ul li a div.img-area img {
    width: auto;
    object-fit: cover;
}

/* スタッフレビュー */
.staff_review {
    background: #f3f3f3;
    padding: 35px 0 40px;
    margin-bottom: 100px;
}
.staff_review_description {
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
    line-height: 2;
}
.staff_review_description:before {
    content: "";
    height: 70px;
    border-left: 3px dashed #fff;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
}
.staff_review_description:after {
    content: "";
    height: 70px;
    border-right: 3px dashed #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
}
.staff_review_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
    max-width: 1000px;
    margin: 0 auto 30px;
    gap: 10px;
    row-gap: 15px;
}
.staff_review_list li {
    background: #fff;
    border-radius: 5px;
}
.staff_review_list a {
    text-decoration: none;
    display: inline-block;
}
.staff_review_wrapper {
    padding: 7px 5px 15px;
    position: relative;
}
.staff_review_wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #00af92 transparent;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.ico_staff_review {
    display: inline-block;
    background: #979797;
    color: #fff;
    font-size: 12px;
    padding: 2px 7px 4px;
    border-radius: 8px;
    position: relative;
    margin: 0 0 10px;
}
.ico_staff_review:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #979797 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.staff_review_thumb {
    margin: 0 0 15px;
}
.staff_review_title {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: 6em;
}
.staff_review_more {
    text-align: center;
}
.staff_review_more button {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background-color: #00af93;
    padding: 8px 10px 8px 0;
    min-width: 200px;
    position: relative;
    height: 40px;
}
.staff_review_more button:hover {
    opacity: 0.7;
}
.staff_review_more button:after {
    content: ">";
    position: absolute;
    right: 50%;
    margin-right: -80px;
}

/* LINEアカウント */
.line_acount {
    width: 85%;
    margin: 0 auto 15px;
    text-align: center;
}
#main div h2.top_line_acount_tit {
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    color: #01af94;
    line-height: 1.5;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto 10px;
}
.top_line_acount_tit:before {
    content: "";
    background: url(https://amazeplus7.itembox.design/item/amepla_top/images/sp/top_line_tit_img.png) no-repeat;
    background-size: 100% auto;
    width: calc(51px / 2);
    height: calc(76px / 2);
    position: absolute;
    bottom: 0;
    left: -35.5px;
}
.top_line_acount_tit:after {
    content: "";
    background: url(https://amazeplus7.itembox.design/item/amepla_top/images/sp/top_line_tit_img.png) no-repeat;
    background-size: 100% auto;
    width: calc(51px / 2);
    height: calc(76px / 2);
    position: absolute;
    bottom: 0;
    right: -35.5px;
    transform: scale(-1, 1);
}
.top_line_acount_tit .black {
    color: #000;
}
.top_line_acount_tit .blank {
    color: #fff;
    font-size: 21px;
    text-stroke: 1px black;
    -webkit-text-stroke: 1px black;
}

/* アメクラ導線ここから */
.amekura-connect {
    position: relative;
}

.conect-text {
    display: block;
    width: 85%;
    position: relative;
    margin: 15px auto 25px;
    font-size: 17px;
    font-weight: 500;
    color: #383838;
    text-align: center;
}
