/*----------------------------
            共通
----------------------------*/
.main_section {
	margin: 65px 0;
}

.breadcrumb-area,
.section-brand,
.section-category {
	display: none;
}

.product_type_wrap {
	margin: 0 0 20px;
}

h2 {
	color: #13aebf;
	font-size: 20px;
	text-decoration: underline solid 4px;
	margin-bottom: 10px;
}

h3 {
	color: #205209;
}

h5 {
	color: #808080b0;
}

img {
	width: 100%;
}

p {
	color: #7b7b7b;
}

/*----------------------------
            PW
----------------------------*/
.body-pw {
	margin-top: 50px;
}

.body-pw header {
	background: #2686c6;
	color: #fff;
	padding: 5px 10px;
}

.body-pw div {
	margin: 20px 15px;
}

.body-pw p {
	margin-bottom: 20px;
}

.body-pw input {
	height: 35px;
	font-size: 16px;
}

.body-pw button {
	background: #2686c6;
	color: #fff;
	border: none;
	font-weight: 500;
	padding: 10px 0;
	width: 100px;
}
/*----------------------------
            HEADER
----------------------------*/
body header {
	color: #fff;
	display: flex;
	justify-content: space-between;
	background: #2686c6;
}

header p {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

header nav ul {
	display: flex;
	justify-content: space-around;
	gap: 15px;
}

header nav ul li,
footer nav ul li {
	position: relative;
}

header nav ul li::after,
footer nav ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 10px;
	border-right: #f4f4f4 1px solid;
	right: -9px;
	top: 8px;
}

header nav ul li:last-of-type:after,
footer nav ul li:last-of-type:after {
	content: none;
}

header nav ul a {
	color: #fff;
}

nav ul a:visited {
	color: #fff;
}
/*----------------------------
            FV
----------------------------*/
.section-into a:visited {
	color: #2686c6;
}

.into_firstView hgroup {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.25em;
}

.into_firstView .width_adjust {
	position: relative;
}
.into_firstView .width_adjust::after {
	background-color: #ffffff;
	opacity: 0.6;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	padding-bottom: 10px;
}

.into_firstView h1,
.into_firstView p {
	z-index: 1;
	position: relative;
}

.into_attention {
	font-size: 16px;
	color: #ff0000;
	text-align: right;
	font-weight: 700;
}

/* 背景画像の読み込み */
.into_firstView {
	background: url(http://www.bio-mall.shop/wp-content/uploads/2024/01/bahador-LE-HOZShhnI-unsplash-scaled-resize.jpg)
		no-repeat 0 0;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

/* 重ねる文字の基本設定 */
.into_firstView hgroup {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	color: #2686c6;
	letter-spacing: 0.4rem;
	padding: 40px 0;
	opacity: 1;
}

/*----------------------------
        introduction
----------------------------*/
.div_first {
	margin-bottom: 20px;
}

.div_first span,
.into_p span {
	font-weight: 700;
	color: #ff0000;
}

.section-into {
	color: #7b7b7b;
	padding-top: 40px;
	font-family: var(--fontFamily-title);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.into_p {
	margin-bottom: 20px;
}

.into_p h2 {
	margin-bottom: 10px;
}

.into_img {
	max-width: 70%;
	margin: 10px auto 0;
}

/*----------------------------
		発送タイミング
----------------------------*/

.shipping_attention {
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 20px auto 0;
	padding: 30px 50px;
	border: 1px solid #2686c6;
	text-align: center;
}

.shipping_attention_wrap {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

.shipping_attention_ttl {
	color: #000;
	font-family: 'Noto Sans JP';
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 22px 0 0;
}

.shipping_attention_ttl span {
	color: #2686c6;
	font-weight: 700;
}

.shipping_attention_inner {
	border-radius: 2px;
	background: #f4f4f4;
	display: inline-block;
	padding: 15px 30px;
	margin: 22px 0;
}

.shipping_attention_inner p {
	color: #3e3e3e;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.8px;
	margin: 0;
}

.shipping_attention_inner svg {
	width: 16px;
	top: 3px;
	position: relative;
	margin: 0 15px;
}

.shipping_attention_disc {
	color: #3e3e3e;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 0;
}

.shipping_attention_disc span {
	font-weight: 700;
	background-color: #fff293;
}
/*----------------------------
            ショップごと
----------------------------*/
.section-list p span {
	color: #ff0000;
	font-weight: 700;
}

.section_shop {
	margin: 50px 0 0;
	border-bottom: #2686c6 dotted 5px;
}

.section_shop:last-of-type {
	border-bottom: none;
}

.shop_info_wrap {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 5px;
}

.shop_info_img {
	width: 20%;
}

.shop_info_text {
	width: 60%;
}

.shop_info_name h3 {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.shop_info_tt {
	width: 70%;
}

.shop_info_tt p {
	font-size: 12px;
	line-height: 1.8;
}

.kana {
	color: #7b7b7b;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

/*----------------------------
            商品ごと
----------------------------*/

.product_type_wrap {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.product_wrap {
	padding: 10px;
	flex: 0 0 calc((100% - 20px) / 3);
	box-sizing: border-box;
}

.section_shop h5 {
	margin-bottom: 5px;
}

.newarrival_content_img {
	margin-bottom: 8px;
}

.main_content p {
	margin-bottom: 4px;
	line-height: 1;
}

body .newarrival_productname {
	margin-bottom: 4px;
}

.product_wrap h6 {
	margin-bottom: 8px;
}

.product_thumbnail {
	width: 100%;
	aspect-ratio: 1/1;
}

.product_wrap .product_thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.product_wrap button {
	background: #2686c6;
	color: #fff;
	border: none;
	width: 100%;
	font-weight: 500;
	padding: 10px 0;
}

.product_wrap button:hover {
	cursor: pointer;
	opacity: 0.5;
}

.product_wrap .form-inline {
	display: flex;
	align-items: center;
}

.form-group {
	font-size: 13px;
}

select.form-control {
	margin-top: -9px;
}

.price {
	font-size: 16px;
	margin-bottom: 8px;
}

.form-inline-set {
	flex-direction: column;
}

/*  送料無料  */
.tag-labels {
	position: relative;
}
.free-shipping {
	margin-bottom: 3px;
}

.main_content .free-shipping p {
	line-height: 1;
}

/*  セット商品  */
.main_content .form-inline-set p,
.form-inline-set .form-group {
	margin-right: auto;
}

/*----------------------------
            FOOTER
----------------------------*/
footer nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 15px;
}

footer nav ul a {
	color: #fff;
}

.footerLogo_wrap {
	text-align: center;
	margin-bottom: 20px;
}

.footerLogo {
	margin: 0 auto;
}

/*============================
==============================
		パートナー用追加
==============================
============================*/

/*----------------------------
        共有
----------------------------*/
.body-partner h3 {
	margin: 15px 0 5px;
}

/*----------------------------
        introduction
----------------------------*/

section ul li {
	list-style: disc;
	list-style-position: inside;
}

.into_img-two {
	margin-top: 20px;
	display: flex;
}

.into_img-two img {
	width: 50%;
}

/*----------------------------
        ショップごと
----------------------------*/
.body-partner .section_shop h4 {
	text-decoration: underline solid 1px #3e3e3e;
}

.body-partner .section_shop:last-of-type {
	border-bottom: #2686c6 dotted 5px;
}

.slogan {
	margin: 50px 0 0;
	text-align: center;
}

.slogan p {
	margin-bottom: 10px;
}

.slogan p,
.slogan a {
	font-size: 20px;
	color: #7b7b7b;
}

.slogan a {
	margin-top: 10px;
	text-decoration: underline 1px solid #7b7b7b;
}
/*----------------------------
        Footer
----------------------------*/

.arrow-img {
	height: 17px;
	margin-left: 5px;
	position: relative;
	top: 3px;
	width: 17px;
}
