@charset "utf-8";

/* ============================================================
	imini "イミニのこと" Layout CSS
	Last UPDATA: 2017/7/31
============================================================ */

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	/* -webkit-text-size-adjust: 100%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	background: url(../img/bg_body.gif) left top; */
	font-size: 14px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	img{
		width: 100%;
		height: auto;
		vertical-align: top;
	}
}


ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.view-pc {
	display: block;
}
.view-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.view-pc{
		display: none;
	}
	.view-sp{
		display: block;
	}
}


/* ========================================
	section
======================================== */
section {
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	section {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
}

.brand-title {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.016em;
	text-align: center;
	margin-top: 44px;
	font-weight: 500;
	background-color: #ffffff;
}

@media screen and (max-width: 767px) {
	.brand-title {
		font-size: calc(32 /750 * 100vw);
		letter-spacing: 0.016em;
		margin-top: 22px;
	}
}

.sectionbox {
	max-width: 980px;
	margin: 0 auto;
	padding: 43px 0 80px;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.sectionbox {
		max-width: 100%;
		padding: 20px 0 48px;
	}
}

.sectionbox:not(:last-child)::after {
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 37px;
	right: calc(50% - 100px);
	left: calc(50% - 100px);
}
@media screen and (max-width: 767px) {
	.sectionbox:not(:last-child)::after {
		width: calc(342 / 750 * 100vw);
		height: 1px;
		bottom: 28px;
		right: calc(50% - (171 / 750 * 100vw));
		left: calc(50% - (171 / 750 * 100vw));
	}
}

.brand-caption {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.71;
	margin-top: 45px;
}
@media screen and (max-width: 767px) {
	.brand-caption {
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.5;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sectionbox:nth-child(odd) .brand-image {
		padding-left: calc(50 / 750 * 100vw);
	}
	.sectionbox:nth-child(even) .brand-image {
		padding-right: calc(50 / 750 * 100vw);
	}
}