@charset "utf-8";
/* ===================================
TOBISHI COSMETICS PON-series
Top Page Style Sheet
First Update  2018-05-28
Last Update   2022-01-25
Created by Basic Plus Design Inc.
=================================== */
/* ===========================================================
  #top-lead
=========================================================== */
#top-lead {
	background: #1d1d1d url(../images/top/top_bg_s.jpg) no-repeat center top/contain;
	height: 0;
	padding-top: 0;
	padding-bottom: 87.43%;
	position: relative;
	text-align: center;
}
#top-lead p {
	background: url(../images/top/top_text.svg) no-repeat center/contain;
	bottom: 0;
	display: block;
	left: 0;
	margin: 0 auto;
	max-width: 350px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 0;
	width: 70%;
	white-space: nowrap;
}

@media screen and (min-width: 767px) {
	#top-lead p {
		max-width: 480px;
		top: -80px;
		width: 50%;
	}
	#top-lead:before {
		background: transparent url(../images/top/top_bgtop.png) no-repeat center top/cover;
		bottom: -40px;
		content: "";
		display: block;
		height: 0;
		left: 0;
		margin: auto;
		padding-bottom: 12%;
		position: absolute;
		right: 0;
		width: 100%;
	}
}
@media screen and (min-width: 900px) {
	#top-lead {
		background-image: url(../images/top/top_bg.jpg);
		padding-bottom: 60%;
	}
	#top-lead:before {
		bottom: 0;
	}
	#top-lead p {
		top: -19.5%;
		width: 36%;
	}
}

@media screen and (min-width: 1280px) {
	#top-lead {
		background-size: cover;
		padding-bottom: 55%;
	}
	#top-lead:before {
		bottom: -4vw;
	}
	#top-lead p {
		width: 30%;
	}
}

@media screen and (min-width: 1600px) {
	#top-lead:before {
		bottom: -5vw;
	}
	#top-lead p {
		max-width: 680px;
	}
}

@media screen and (min-width: 2560px) {
	#top-lead:before {
		background-size: calc(100% + 10vw) auto;
		bottom: -6vw;
	}
}

/* ===========================================================
  #top-product
=========================================================== */
#top-product {
	padding-top: 60px;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}
#top-product .container {
	max-width: 600px;
	margin: auto;
}
#top-product .col {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#top-product .product-photo {
	width: 50%;
}
#top-product .product-name {
	padding-bottom: 2em;
	width: 40%;
}
#top-product .product-name img {
	margin-bottom: 1em;
}
#top-product a {
	background: #fff;
	color: #1d1d1d;
	display: block;
	height: 2em;
	line-height: 1.8;
	position: relative;
}
#top-product a span {
	background: url(../images/ico_arrow.svg) no-repeat left center;
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	padding-top: 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 6.5em;
}

@media screen and (min-width: 900px) {
	#top-product .container {
		height: 0;
		left: 0;
		max-width: 1280px;
		padding-bottom: 15%;
		position: absolute;
		right: 0;
		top: -10vw;
	}
	#top-product .row {
		justify-content: space-between;
	}
	#top-product .col:nth-of-type(1) {
		width: 50%;
	}
	#top-product .col:nth-of-type(2) {
		border-left: 2px dotted #fff;
		width: calc(50% - 4px);
	}
	#top-product .col .product-photo {
		position: relative;
		width: 60%;
	}
	#top-product .col .product-photo img {
		bottom: -6px;
		position: absolute;
	}
	#top-product .col:nth-of-type(1) .product-photo img {
		left: 0;
	}
	#top-product .col:nth-of-type(2) .product-photo img {
		right: 0;
	}
	#top-product .col .product-name {
		line-height: 1;
		width: 40%;
	}
	#top-product .col:nth-of-type(1) .product-name {
		padding-bottom: 1em;
		padding-left: 2em;
		padding-right: 3em;
		padding-top: calc(1em + 2px);
	}
	#top-product .col:nth-of-type(2) .product-name {
		padding-bottom: calc(1em + 2px);
		padding-left: 3em;
		padding-right: 2em;
		padding-top: 1em;
	}
	#top-product .ashi .product-photo {
		order: 2;
	}
	#top-product .ashi .product-name {
		order: 1;
	}
}

@media screen and (min-width: 1280px) {
	#top-product .container {
		max-width: 1440px;
		top: -5vw;
	}
}

@media screen and (min-width: 1600px) {
	#top-product .container {
		height: 200px;
		padding-bottom: 0;
		top: -55px;
	}
}

@media screen and (min-width: 2560px) {
	#top-product .container {
		top: calc(-60px - 2vw);
	}
}

/* ===========================================================
  #who
=========================================================== */
#who {
	padding-top: 0;
}
#who .white-box {
	background: #fff;
	border-radius: 18vw;
	color: #1d1d1d;
	margin: auto;
	padding-top: 4em;
}
#who h2 {
	background: url(../images/top/who_text.svg) no-repeat center;
	background-size: contain;
	display: block;
	margin: 0 1em;
	min-height: 45px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#who ul {
	margin: auto;
	padding: 3em 0 4em;
	width: 25em;
}
#who li {
	background: url(../images/top/ico_check.svg) no-repeat left center/1.5em auto;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 3%;
	padding-left: 2em;
	text-align: left;
}

@media screen and (max-width: 379px) {
	#who .white-box {
		border-radius: 10vw;
	}
	#who ul {
		width: auto;
		padding: 3em 0.5em;
	}
	#who li {
		font-size: 3.5vw;
	}
}

@media screen and (min-width: 480px) {
	#who ul {
		margin: auto;
		padding: 3em;
		width: 32em;
	}
}

@media screen and (min-width: 600px) {
	#who .white-box {
		border-radius: 16vw;
	}
	#who ul {
		padding: 3em 1em;
	}
	#who li {
		font-size: 125%;
	}
}

@media screen and (min-width: 900px) {
	#who {
		padding-top: 5vw;
	}
	#who .white-box {
		padding-top: 3em;
	}
	#who ul {
		padding-left: 0;
		padding-right: 0;
		width: 57em;
	}
	#who li {
		float: left;
		padding-left: 2em;
		width: 23em;
		font-size: 115%;
	}
}

@media screen and (min-width: 1280px) {
	#who {
		padding-top: 10vw;
	}
	#who ul {
		width: 62em;
	}
	#who li {
		width: 23em;
		font-size: 125%;
	}
}

@media screen and (min-width: 2560px) {
	#who {
		padding-top: 120px;
	}
}

/* ===========================================================
  #what
=========================================================== */
#what {
	background: #e1e1e1;
	z-index: 0;
}
#what::before {
	background: url(../images/top/bg_dot.svg) no-repeat center top 40% / 130% auto;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}
#what .container {
	z-index: 1;
}
#what .text {
	font-size: 110%;
	line-height: 3em;
	margin: 60px auto 5em auto;
}
#what .text span:not(.nobr) {
	display: block;
}
#what .row {
	margin: 0 auto 30px;
	max-width: 367px;
	width: 100%;
}
#what .col {
	margin: 1em 0;
	max-width: 367px;
	padding: 1em 0 !important;
	width: 100%;
}
#what .circle {
	background-color: #fff;
	border-radius: 50%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
#what .circle p {
	display: inline-block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 80%;
}
#what .circle p span {
	display: block;
}
#what .circle img {
	bottom: 47%;
	display: block;
	left: 50%;
	margin: 0 auto 1.5em;
	max-width: 280px;
	min-height: 40px;
	position: absolute;
	width: 80%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#what .circle p img::after {
	clear: both;
	content: "";
	display: block;
}
.img-title {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#what span.img-title {
	background-image: url(../images/top/what_subtitle.svg);
	height: 0;
	line-height: 1;
	max-width: 214px;
	padding-bottom: 13%;
	width: 32%;
}
#what h2.img-title {
	background-image: url(../images/top/what_title.svg);
	height: 0;
	max-width: 655px;
	padding-bottom: 10%;
	width: 70%;
}

@media screen and (min-width: 767px) {
	#what::before {
		background-position: center top -6vw;
	}
	#what .row {
		margin-bottom: 80px;
		margin-top: 60px;
	}
	#what span.img-title {
		height: 33px;
		margin-bottom: 30px;
		margin-top: 80px;
		padding-bottom: 0;
		width: 214px;
	}
	#what h2.img-title {
		margin-bottom: 2em;
	}
}

@media screen and (min-width: 1000px) {
	#what h2.img-title {
		height: 63px;
		margin-bottom: 5em;
		padding-bottom: 0;
		width: 655px;
	}
	#what .row {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-bottom: 100px;
		max-width: 100%;
	}
	#what .row::after {
		display: none;
	}
	#what .col {
		margin: 0;
		padding: 1em 0.5em !important;
		width: 33%;
	}
}

@media screen and (min-width: 1600px) {
	#what::before {
		background-size: 130% auto;
	}
}

/* ===========================================================
  #when
=========================================================== */
#when {
	padding-top: 0;
}
#when h2.img-title {
	background: url(../images/top/when_title-15.svg) no-repeat center top/contain;
	margin-bottom: 1.5em;
	min-height: 150px;
}
#when span.img-title {
	background: url(../images/top/when_title.svg) no-repeat center top/contain;
	height: 62px;
	margin-bottom: 4vw;
	margin-top: 8vw;
	max-width: 777px;
	width: 80%;
}
#when p {
	font-size: 13em;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4em;
}
#when p span {
	display: inline-block;
}
#when .row.case {
	display: flex;
	flex-flow: column wrap;
	margin: -40px auto 0;
	max-width: 360px;
}
#when .row img {
	margin-top: 40px;
}

@media screen and (min-width: 767px) {
	#when h2.img-title {
		margin-bottom: 2em;
		min-height: 200px;
	}
	#when .row.case {
		flex-flow: row wrap;
		justify-content: space-between;
		max-width: 100%;
	}
	#when .row:not(.case) {
		width: 46%;
	}
	#when span.img-title {
		margin-bottom: calc(100px + 5vw);
	}
}
@media screen and (min-width: 1600px) {
	#when span.img-title {
		margin-bottom: 180px;
		margin-top: 120px;
	}
}

/* ===========================================================
  #how
=========================================================== */
#how-waki,
#how-ashi {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: calc(100% - 20vw) auto;
}
#how-waki {
	background-image: url(../images/top/bg_waki.png);
}
#how-ashi {
	background-image: url(../images/top/bg_ashi.png);
}
#how-waki .row,
#how-ashi .row {
	display: flex;
	flex-flow: column wrap;
	max-width: 417px;
	margin: auto;
}
#how-waki .col:nth-of-type(1),
#how-ashi .col:nth-of-type(1) {
	margin-bottom: 4vw;
}
#how-waki .col .product-info,
#how-ashi .col .product-info {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-bottom: 150%;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
#how-waki .col .product-info {
	background-image: url(../images/top/how_info_waki.svg);
}
#how-ashi .col .product-info {
	background-image: url(../images/top/how_info_ashi.svg);
}
.howto-title {
	background: url(../images/top/bg_border.svg) repeat-x center/1px 100%;
	margin-bottom: 3em;
	text-align: center;
}
.howto-title span {
	background: #d9d9d9 url(../images/top/use.svg) no-repeat center/contain;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 12em;
}
.use {
	margin: auto;
	max-width: 21em;
	width: 100%;
}
.use .col {
	margin-top: 40px;
	max-width: 21em;
	width: 100%;
}
.use p {
	margin-bottom: 3em;
	max-width: 21em;
	padding-left: 1em;
	text-align: left;
}
.use p span {
	background-color: #fff200;
}
.use img {
	margin: 0 1em 1em 1em;
	max-width: 280px;
}
.caution {
	margin: 3em auto 40px;
	max-width: 27em;
	position: relative;
}
.caution:before {
	background: url(../images/top/ico_caution.svg) no-repeat center bottom / contain;
	bottom: -8px;
	content: "";
	display: block;
	height: 4em;
	left: 0;
	margin: auto;
	position: absolute;
	width: 4em;
}
.caution span {
	background-color: #1d1d1d;
	color: #fff;
	font-size: 9em;
	font-size: 0.9rem;
	height: 2.5em;
	margin-left: 2em;
	padding: 5px 1em 5px 3em;
	text-align: left;
}
.caution ~ p {
	margin-bottom: 60px;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}
@media all and (max-width: 479px) {
	.caution span {
		font-size: 3vw;
		padding-left: 2.5em;
	}
}
@media screen and (min-width: 870px) {
	#how-waki,
	#how-ashi {
		padding-bottom: 30px;
	}
	#how-waki {
		background-position: left calc(50% + 550px) bottom -2px;
		background-size: 611px auto;
	}
	#how-ashi {
		background-position: left calc(50% + 525px) bottom -2px;
		background-size: 557px auto;
	}
	#how-waki .row,
	#how-ashi .row {
		flex-flow: row wrap;
		justify-content: space-between;
		max-width: 100%;
		min-height: 417px;
		width: 100%;
	}
	#how-waki .col:nth-of-type(1),
	#how-ashi .col:nth-of-type(1) {
		margin-top: 4em;
		width: 55%;
	}
	#how-waki .col:nth-of-type(2),
	#how-ashi .col:nth-of-type(2) {
		width: 35%;
	}
	.use {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		max-width: 100%;
	}
	.use .col {
		margin-top: 0;
	}
	.caution {
		margin-top: 0;
	}
	.caution ~ p {
		padding-left: 0;
		text-align: center;
		text-indent: 0;
	}
}

/* ===========================================================
  #product
=========================================================== */
#lineup {
	display: flex;
	flex-flow: column wrap;
	padding-bottom: 85px;
	padding-top: 0;
	z-index: 0;
}
#lineup .product {
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	height: 0;
	padding-bottom: calc(160% + 30px);
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 20.5vw;
	width: 100%;
}
#product-waki {
	background-image: url(../images/top/bg_product_waki.png);
}
#product-ashi {
	background-image: url(../images/top/bg_product_ashi.png);
}
#lineup .product-info {
	height: 0;
	margin: -20vw auto 0;
	max-width: 360px;
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
	text-indent: 200%;
	white-space: nowrap;
	width: 100%;
	z-index: 2;
}
#lineup #product-waki .product-info,
#lineup #product-ashi .product-info {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
#lineup #product-waki .product-info {
	background-image: url(../images/top/product_info_waki.svg);
}
#lineup #product-ashi .product-info {
	background-image: url(../images/top/product_info_ashi.svg);
}

.btn-contact {
	background-position: left 2em center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	display: block;
	height: 2.5em;
	line-height: 1.4;
	margin: 6vw auto 20px;
	max-width: 200px;
	padding: 5px;
	position: relative;
	width: 80%;
}
#product-waki .btn-contact {
	background-color: #1d1d1d;
	background-image: url(../images/ico_arrow_w.svg);
	color: #fff;
}
#product-ashi .btn-contact {
	background-color: #fff;
	background-image: url(../images/ico_arrow.svg);
	color: #1d1d1d;
}
.btn-contact span {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	right: 0;
	padding: 0.5em 0.5em 0.5em 1.5em;
	position: absolute;
	top: 0;
	width: 12em;
}

@media screen and (min-width: 480px) {
	#lineup {
		padding-bottom: 152px;
	}
	#lineup .product {
		height: 896px;
		padding-bottom: 0;
		padding-top: 98px;
	}
	#lineup .product img {
		height: 494px;
		width: 440px;
	}
	#lineup .product-info {
		height: 271px;
		margin-top: -100px;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 767px) {
	.btn-contact {
		margin: 1em auto 0;
	}
	.btn-contact span {
		margin: 0 1em;
	}
}

@media screen and (min-width: 1000px) {
	#lineup {
		flex-flow: row wrap;
	}
	#lineup .product {
		width: 50%;
	}
	.btn-contact span {
		padding-left: 2em;
	}
}

@media screen and (min-width: 1480px) {
	#lineup #product-waki {
		padding-left: calc(50% - 680px);
	}
	#lineup #product-ashi {
		padding-right: calc(50% - 680px);
	}
}

/* ===========================================================
  #shop
=========================================================== */
.p-shop {
	margin: 0 auto;
	max-width: 1260px;
	font-feature-settings: "palt";
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 60px 0;
	position: relative;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: calc(100% - 40px);
}
.p-shop a {
	color: #000;
	display: block;
	outline: none;
	text-decoration: none;
	transition: all 0.3s;
}
.p-shop a:hover,
.p-shop a:focus {
	cursor: pointer;
	opacity: 0.8;
}
.p-shop__ttl {
	margin-bottom: 1em;
	text-align: center;
}
.p-shop__ttl span {
	border-bottom: 3px solid #000;
	padding-bottom: 0.1em;
}
.p-shop--note {
	font-size: 0.8rem;
	padding-top: 1em;
	text-align: center;
}
.brsp {
	display: block;
}

@media screen and (min-width: 640px) {
	.brsp {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.p-shop {
		padding-top: 80px;
	}
}

/* map */
.p-map {
	position: relative;
}
.p-map__map {
	margin: 70px 5%;
	width: 90%;
}
.p-map--arealist,
.p-arealist {
	font-size: 0.87rem;
	width: 100%;
}
.p-map--area {
	border: 1px solid #ccc;
	margin: 0 1em 1em 0;
	padding: 0.5em;
	text-align: left;
	width: 100%;
}
.p-arealist {
	margin-top: 100px;
}
.p-map--area dt {
	font-weight: 700;
	padding-bottom: 0.5em;
}
.p-map--area dd li {
	display: inline-block;
	padding-right: 1em;
	position: relative;
}
.p-map--area dd li::after {
	content: " | ";
	position: absolute;
	right: 0;
	top: 0;
}
.p-map--area dd li:last-child::after {
	content: "";
}
.p-map--area dd a:hover {
	font-weight: 700;
}
p.p-map__btn a {
	background: #000;
	bottom: -60px;
	color: #fff;
	height: 2.4em;
	padding: 0.4em 1em;
	position: absolute;
	right: 0;
	text-align: center;
	width: 16em;
}

@media all and (min-width: 640px) {
	.p-map {
		margin: 0 auto;
		position: relative;
	}
	.p-map__map {
		min-height: 700px;
	}
	.p-map__map img {
		height: 635px;
		width: 534px;
	}
	.p-map--arealist,
	.p-arealist {
		width: 100%;
	}
	.p-map--arealist {
		bottom: 0;
		left: 40%;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	.p-map--area {
		width: 37em;
	}
	#area-hokkaido {
		width: 6em;
	}
	#area-tohoku,
	#area-koshinetsu_hokuriku,
	#area-kinki,
	#area-kyushu {
		width: 32em;
	}
	#area-tokai,
	#area-shikoku {
		width: 21em;
	}
	.p-map--arealist #area-kinki {
		margin-top: 180px;
	}
	#area-chugoku {
		width: 26em;
	}
	.p-map--arealist #area-hokkaido,
	.p-map--arealist #area-tohoku,
	.p-map--arealist #area-kanto,
	.p-map--arealist #area-koshinetsu_hokuriku,
	.p-map--arealist #area-tokai {
		margin-left: -22em;
	}
	p.p-map__btn a {
		bottom: -70px;
	}
}

@media all and (min-width: 767px) {
	.p-map__map {
		min-height: 750px;
	}
	.p-map__map img {
		margin-top: 50px;
	}
	.p-map--arealist,
	.p-arealist {
		font-size: 0.8rem;
	}
	.p-map--arealist {
		left: 42%;
	}
	.p-map--arealist #area-hokkaido,
	.p-map--arealist #area-tohoku,
	.p-map--arealist #area-kanto,
	.p-map--arealist #area-koshinetsu_hokuriku,
	.p-map--arealist #area-tokai {
		margin-left: -26em;
	}
	#area-kyushu {
		width: 37em;
	}
}

@media screen and (min-width: 960px) {
	.p-map {
		width: 900px;
	}
	#area-kyushu {
		width: 42em;
	}
}

@media screen and (min-width: 1200px) {
	.p-map {
		width: 1140px;
	}
	.p-map__map img {
		height: 877px;
		width: 751px;
	}
	.p-map--arealist {
		left: 50%;
	}
	.p-map--arealist #area-hokkaido,
	.p-map--arealist #area-tohoku,
	.p-map--arealist #area-kanto,
	.p-map--arealist #area-koshinetsu_hokuriku,
	.p-map--arealist #area-tokai,
	.p-map--arealist #area-kinki {
		margin-left: -40%;
	}
	.p-map--arealist #area-kinki {
		margin-top: 0;
	}
	.p-map--arealist #area-chugoku {
		margin-top: 260px;
	}
	p.p-map__btn a {
		bottom: 0;
	}
}

/* ===========================================================
  Button scroll
=========================================================== */
.scroll-area {
	position: relative;
}
.btn-scroll {
	background-color: #1d1d1d;
	bottom: 0;
	height: 90px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}
.btn-scroll a {
	background: url(../images/btn_scroll_wht.svg) no-repeat center/auto 35px;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	width: 100%;
	white-space: nowrap;
}
.btn-scroll a:hover {
	opacity: 0.8;
}

@media screen and (min-width: 480px) {
	.btn-scroll {
		height: 152px;
	}
	.btn-scroll a {
		background-size: auto 52px;
	}
}
