@charset "utf-8";
/*----------------------------
            共通
----------------------------*/
h2 {
	font-size: 16px;
}

p {
	font-size: 14px;
}

html {
	scroll-padding-top: 100px;
}

nav ul a {
	font-size: 14px;
}
/*----------------------------
            HEADER
----------------------------*/
header {
	flex-direction: column;
}

header p {
	text-align: center;
	margin-bottom: 8px;
}

header nav ul li::after {
	right: -19px;
	top: 9px;
}

footer nav ul li::after {
	right: -8px;
}

/*----------------------------
            FV
----------------------------*/
.into_firstView {
	padding: 20px 0;
}

.into_firstView h1,
.into_firstView hgroup p {
	font-size: 23px;
}

.into_firstView hgroup {
	padding: 30px 0;
}

.into_firstView {
	background-position: 0 30px;
}

.into_attention {
	font-size: 12px;
}

.into_firstView .width_adjust::after {
	top: 10px;
}

/*----------------------------
        introduction
----------------------------*/
.section-into {
	padding-top: 20px;
	margin-bottom: 20px;
}

.into_img {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	max-width: 100%;
}
.into_img img {
	display: inline-block;
	max-height: 250px;
	width: auto;
}

/*----------------------------
		発送タイミング
----------------------------*/
.shipping_attention_wrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.shipping_attention {
	margin: 0;
	padding: 4px 1%;
	width: 100%;
}

.shipping_attention_ttl {
	font-size: 20px;
	text-align: center;
}

.shipping_attention_inner {
	margin: 12px 0;
	padding: 10px 20px;
}

.shipping_attention_inner p {
	font-size: 13px;
}

.shipping_attention_disc {
	font-size: 12px;
}

/*----------------------------
        ショップごと
----------------------------*/
.section_shop {
	margin: 36px 0 0;
}

.shop_info_wrap {
	gap: 5%;
}

.shop_info_img {
	width: 30%;
}

.shop_info_text {
	width: 65%;
}

.shop_info_tt {
	width: 100%;
}

.articleTittle {
	font-size: 20px;
}

/*----------------------------
            商品ごと
----------------------------*/
.product_wrap {
	flex: 0 0 calc((100% - 10px) / 2);
}

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

@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.form-inline-set {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 10px;
		}
	}
}

/*----------------------------
            FOOTER
----------------------------*/

body footer {
	padding: 24px 0;
}

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

/*----------------------------
            HEADER
----------------------------*/
.body-partner header {
	padding: 8px 1.5%;
}

.body-partner ul li .pc_only {
	display: none;
}

.body-partner .into_firstView h1 {
	font-size: 20px;
}

.body-partner .section-into ul {
	padding-left: 1.5em;
}

.body-partner .section-into ul li {
	font-size: 14px;
	text-indent: -1.5em;
}

.body-partner .section ul li::marker {
}

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

/*----------------------------
        FOOTER
----------------------------*/

.slogan,
.slogan p,
.slogan a {
	font-size: 16px;
}
