@charset "utf-8";
/* reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img, iframe {
	vertical-align: bottom;
}
/* general
--------------------------------------------------*/
/* link */
a {
	color: #058dc7;
	text-decoration: none;
	outline: none;
}
a:hover img, a:focus img {
	opacity: .5;
}
/* transition */
a, a img, input {
	transition: all .2s;
}
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix > li {
	float: left;
}
/* font */
strong {
	font-weight: bold;
}
/* img */
img {
	width: 100%;
	height: auto;
}
/* color */
.red {
	color: #ff1d25;
}
/* margin */
.mb-30 {
	margin-bottom: 1.875rem;
}
/* slide */
.bx-wrapper {
	margin-bottom: 0;
	background: none;
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-pager {
	bottom: -20px;
	line-height: 0;
}
.bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-loading {
	z-index: 10;
}
/* pc, sp */
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
/* layout
--------------------------------------------------*/
/* html */
html {
	font-size: 16px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-feature-settings: "palt";
	word-break: break-all;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
/* body */
body {
	color: #000;
	font-size: .875rem;
	background: #fff;
}
@media screen and (max-width: 767px) {
	body {
		padding-top: 70px;
		font-size: 1rem;
	}
}
/* wrap */
.wrap {
	position: relative;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
	.wrap {
		min-width: 0;
	}
}
/* mask */
.mask {
	display: none;
}
@media screen and (max-width: 767px) {
	.mask {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 100;
		background: rgba(0, 0, 0, .8);
	}
}
/* area */
.area, .container {
	max-width: 1000px;
	margin: 0 auto;
}
/* header */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 200;
}
header h1 {
	width: 35%;
}
.header-slide {
	width: 34%;
}
.header-link {
	width: 24.8%;
}
.header-link ul {
	display: flex;
	justify-content: flex-end;
}
.header-link ul a {
	padding-left: 20px;
	color: #000;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255, 255, 255, .9);
	}
	header h1 {
		width: 100%;
		padding: 5px 3.125%;
		text-align: right;
	}
	header h1 img {
		width: auto;
		height: 60px;
	}
	.header-slide, .header-link {
		display: none;
	}
}
/* nav-btn-sp */
.nav-btn-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.nav-btn-sp {
		display: block;
		position: absolute;
		top: 10px;
		left: 3.125%;
		width: 30px;
		height: 30px;
		padding: 10px;
		cursor: pointer;
		transition: all .2s;
		background: #000;
		border-radius: 5px;
	}
	.nav-btn-sp span {
		position: absolute;
		left: 0;
		bottom: 2px;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 10px;
	}
	.nav-btn-sp i, .nav-btn-sp i:before, .nav-btn-sp i:after {
		display: block;
		position: absolute;
		top: 50%;
		width: 30px;
		height: 2px;
		background: #fff;
	}
	.nav-btn-sp i {
		left: 50%;
		margin: -5px 0 0 -15px;
		transition: .1s;
	}
	.nav-btn-sp i:before, .nav-btn-sp i:after {
		content: "";
		transition: .2s;
	}
	.nav-btn-sp i:before {
		margin-top: -8px;
	}
	.nav-btn-sp i:after {
		margin-top: 6px;
	}
	.nav-btn-sp.close i {
		background: transparent;
	}
	.nav-btn-sp.close i:before, .nav-btn-sp.close i:after {
		margin-top: 0;
	}
	.nav-btn-sp.close i:before {
		transform: rotate(-45deg);
	}
	.nav-btn-sp.close i:after {
		transform: rotate(-135deg);
	}
}
/* nav */
nav {
	background: #ffff00;
}
nav ul {
	display: flex;
	flex-wrap: wrap;
}
nav a {
	display: block;
	padding: 1.1em 2em .9em;
	color: #000;
	font-size: 1rem;
	line-height: 1em;
}
nav a:hover, nav a:focus {
	color: #fff;
	background: #000;
}
@media screen and (max-width: 767px) {
	nav {
		display: none;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		z-index: 200;
		background: none;
	}
	nav ul {
		padding: 5px 0 0 5px;
	}
	nav li {
		width: 50%;
		margin-bottom: 5px;
	}
	nav a {
		margin-right: 5px;
		padding: 2em 0;
		font-weight: bold;
		text-align: center;
		background: #ffff00;
	}
}
/* breadcrumb */
.breadcrumb {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1rem 0 1.875rem;
	color: #36c6b0;
}
.breadcrumb li {
	padding-right: .5em;
}
.breadcrumb li::after {
	content: "＞";
	padding-left: .5em;
}
.breadcrumb li:last-child {
	padding-right: 0;
}
.breadcrumb li:last-child::after {
	content: "";
	padding-left: 0;
}
.breadcrumb a {
	color: #36c6b0;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
		padding: 1rem 3.125%;
	}
}
/* container */
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0 3.125%;
	}
}
/* main */
main {
	width: 73%;
}
main section {
	margin-bottom: 2.5rem;
}
h2 {
	margin-bottom: 1.25rem;
	padding: .6em 1em;
	font-size: 1.125rem;
	color: #fff;
	font-weight: bold;
	background: #000;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	main {
		width: 100%;
	}
	main section {
		margin-bottom: 1.875rem;
	}
}
aside h3, .top h2 {
	padding: 0 0 0 3em;
	color: #000;
	font-size: 1.125rem;
	font-weight: bold;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  left top;
	border-bottom: solid 1px #0c0709;
}
@media screen and (max-width: 767px) {
	aside h3, .top h2 {
		background-size: auto 1.4em;
	}
}
/* aside */
aside {
	width: 24%;
}
aside h3 {
	margin-bottom: 1rem;
	padding-left: 2em;
}
.ico-flag {
	background-image: url("/mall/img/common/ico-flag.png");
}
.ico-cart {
	background-image: url("/mall/img/common/ico-cart.png");
}
.ico-flag {
	background-image: url("/mall/img/common/ico-flag.png");
}
aside ul {
	margin-bottom: 1.875rem;
}
aside li {
	border-bottom: dashed 1px #ccc;
}
.aside-info li {
	padding: 1em 0;
}
.aside-info li:first-child {
	padding-top: 0;
}
.aside-info span {
	display: inline-block;
	margin-bottom: .5em;
	padding: .2em .6em 0;
	font-size: .75rem;
	font-weight: bold;
	background: #eee;
}
.aside-caution {
	margin-bottom: .625rem;
	padding-top: .2em;
	font-size: .75rem;
	font-weight: bold;
	text-align: center;
	background: #fff100;
}
.aside-link a {
	display: block;
	padding: .5em 0 .5em 1.5em;
	color: #000;
	font-weight: bold;
	background: url("/mall/img/common/ico-arrow-01.jpg") no-repeat left center;
}
.aside-link a:hover {
	color: #058dc7;
}
.aside-bnr {
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	aside {
		order: 2;
		width: 100%;
	}
	.aside-link {
		display: flex;
		flex-wrap: wrap;
	}
	.aside-link li {
		width: 50%;
	}
	.aside-mail {
		max-width: 240px;
		margin: 0 auto;
	}
	.aside-bnr {
		max-width: 240px;
		margin: 0 auto 2em;
	}
}
/* footer */
footer {
	margin-top: 1.875rem;
	background: #eee;
}
footer h2 {
	margin: 1.875em 0 1em;
	padding-left: 3.125em;
	color: #fff;
	font-size: 1rem;
	line-height: 2.125em;
	background: #434343 no-repeat 15px center;
	border-bottom: solid 2px #ff0;
}
.ico-coin {
	background-image: url("/mall/img/common/ico-coin.png");
}
.ico-text {
	background-image: url("/mall/img/common/ico-text.png");
}
.ico-hand {
	background-image: url("/mall/img/common/ico-hand.png");
}
.ico-scissor {
	background-image: url("/mall/img/common/ico-scissor.png");
}
footer hr {
	margin: 10px 0;
	border: none;
	border-bottom: dotted 1px #000;
}
.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.footer-area {
	width: 32%;
}
.footer-img {
	margin-bottom: 10px;
}
.footer-img li {
	padding-left: 10px;
}
.footer-box {
	margin-top: 10px;
	padding: .5em 1em;
	background: #fff;
}
.footer-caution {
	margin-bottom: 10px;
	padding-left: 80px;
	color: #b50505;
	font-size: 18px;
	font-weight: bold;
	background: url("/mall/img/common/footer-img-06.jpg") no-repeat 20px center;
}
.copy {
	text-align: center;
	line-height: 60px;
	background: #ff0;
}
@media screen and (max-width: 767px) {
	.footer-area {
		width: auto;
		padding: 0 10px;
	}
	footer h2 {
		font-size: 1.125rem;
	}
}
/* top
--------------------------------------------------*/
/* mall-slide */
.top-slide {
	width: 750px;
	margin: 1.875rem auto;
}
.top-slide .bx-viewport {
	overflow: visible !important;
}
@media screen and (max-width: 767px) {
	.top-slide {
		width: auto;
		margin: 0 0 1.875rem;
	}
	.top-slide .bx-viewport {
		overflow: hidden !important;
	}
}
/* top-link */
.top-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-link li {
	width: 220px;
	width: calc(220% / 730 * 100);
}
.top-link li p:first-child {
	padding-bottom: .5rem;
}
.top-link li span {
	display: block;
	margin-top: .5rem;
	color: #ff1d25;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.top-link li {
		display: flex;
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-link li p:first-child {
		flex-shrink: 0;
		width: 30%;
		padding: 0 10px 0 0;
	}
	.top-link li p:last-child {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
/* top-news */
.ico-flag-wide {
	background-image: url("/mall/img/common/ico-flag-wide.png");
}
.top-news li {
	display: flex;
	padding: 1em;
	border-bottom: dashed 1px #ccc;
}
.top-news ul li:first-child {
	padding-top: 0;
}
.top-news li span {
	flex-shrink: 0;
	width: 6em;
	color: #999;
}
@media screen and (max-width: 767px) {
	.top-news li {
		padding: 1em 0;
	}
}
/* mall-ranking */
.ico-crown {
	background-image: url("/mall/img/common/ico-crown.png");
}
.mall-ranking li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.5rem;
	padding-left: 100px;
	background: no-repeat 10px top;
}
.mall-ranking li:first-child {
	background-image: url("/mall/img/mall/no-01.png");
}
.mall-ranking li:nth-child(2) {
	background-image: url("/mall/img/mall/no-02.png");
}
.mall-ranking li:nth-child(3) {
	background-image: url("/mall/img/mall/no-03.png");
}
.mall-ranking li img {
	width: 160px;
}
.mall-ranking li p {
	padding-left: 30px;
	font-size: 1.125rem;
}
.mall-ranking li span {
	display: block;
	margin-top: .5rem;
	color: #ff1d25;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.mall-ranking li {
		margin-bottom: 1.875rem;
		padding-left: 46px;
		background-position: 5px top;
		background-size: 36px;
	}
	.mall-ranking li img {
		flex-shrink: 0;
		width: 30%;
	}
	.mall-ranking li p {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-left: 10px;
		font-size: 1rem;
	}
}
/* flow
--------------------------------------------------*/
.mall-flow h2 {
	padding: .5em 1.5em;
	color: #fff;
	background: #000;
}
.mall-flow-wrap {
	display: flex;
	margin-bottom: 3em;
	padding: 0 20px;
}
.mall-flow-wrap h3 {
	position: relative;
	width: 1em;
	padding: 1em;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1;
	background: #36c6b0;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.mall-flow .mall-flow-wrap:nth-child(3) h3 {
	background: #84c636;
}
.mall-flow .mall-flow-wrap:nth-child(4) h3 {
	background: #f29c9f;
}
.mall-flow .mall-flow-wrap:nth-child(5) h3 {
	background: #f69763;
}
.mall-flow .mall-flow-wrap:nth-child(6) h3 {
	background: #f8b551;
}
.mall-flow-wrap h3::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: solid 1.5em transparent;
	border-top: solid 1.5em #36c6b0;
}
.mall-flow .mall-flow-wrap:nth-child(3) h3::after {
	border-top: solid 1.5em #84c636;
}
.mall-flow .mall-flow-wrap:nth-child(4) h3::after {
	border-top: solid 1.5em #f29c9f;
}
.mall-flow .mall-flow-wrap:nth-child(5) h3::after {
	border-top: solid 1.5em #f69763;
}
.mall-flow .mall-flow-wrap:nth-child(6) h3::after {
	border-top: solid 1.5em #f8b551;
}
.mall-flow-wrap dl {
	padding: 1em 0 0 40px;
}
.mall-flow-wrap dt {
	margin-bottom: .5em;
	padding: .4em 0 .4em 2.5em;
	color: #36c6b0;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.2;
	background: no-repeat left center;
	background-size: 2em 2em;
}
.mall-flow .mall-flow-wrap:nth-child(3) dt {
	color: #84c636;
}
.mall-flow .mall-flow-wrap:nth-child(4) dt {
	color: #f29c9f;
}
.mall-flow .mall-flow-wrap:nth-child(5) dt {
	color: #f69763;
}
.mall-flow .mall-flow-wrap:nth-child(6) dt {
	color: #f8b551;
}
.mall-flow-wrap .ico-01 {
	background-image: url("/mall/img/flow/ico-01.png");
}
.mall-flow-wrap .ico-02 {
	background-image: url("/mall/img/flow/ico-02.png");
}
.mall-flow-wrap .ico-03 {
	background-image: url("/mall/img/flow/ico-03.png");
}
.mall-flow-wrap .ico-04 {
	background-image: url("/mall/img/flow/ico-04.png");
}
.mall-flow-wrap .ico-05 {
	background-image: url("/mall/img/flow/ico-05.png");
}
.mall-flow-wrap .ico-06 {
	background-image: url("/mall/img/flow/ico-06.png");
}
.mall-flow-wrap .ico-07 {
	background-image: url("/mall/img/flow/ico-07.png");
}
.mall-flow-wrap .ico-08 {
	background-image: url("/mall/img/flow/ico-08.png");
}
.mall-flow-wrap .ico-09 {
	background-image: url("/mall/img/flow/ico-09.png");
}
.mall-flow-wrap .ico-10 {
	background-image: url("/mall/img/flow/ico-10.png");
}
.mall-flow-wrap .ico-11 {
	background-image: url("/mall/img/flow/ico-11.png");
}
.mall-flow-wrap .ico-12 {
	background-image: url("/mall/img/flow/ico-12.png");
}
.mall-flow-wrap dd {
	margin-bottom: 2em;
}
.mall-floww-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 2em;
}
.mall-floww-inner-wrap h4 {
	margin-bottom: .5em;
	color: #f69763;
	font-size: 1.125rem;
	font-weight: bold;
}
.mall-floww-inner-wrap ul {
	list-style:disc;
	padding-left: 2em;
}
@media screen and (max-width: 767px) {
	.mall-flow-wrap {
		padding: 0;
	}
	.mall-flow-wrap dl {
		padding: 1em 0 0 1em;
	}
	.mall-floww-inner-wrap div {
		width: 100%;
	}
	.mall-floww-inner-wrap div:first-child {
		margin-bottom: 2em;
	}
}
/* contact
--------------------------------------------------*/
.mall-contact h2 {
	padding: .5em 1.5em;
	color: #fff;
	background: #000;
}
.caution, .mall-contact form {
	padding: 0 20px;
}
.caution {
	margin-bottom: 2em;
	color: #ff3861;
}
.mall-contact label {
	font-size: 1.125rem;
	margin-bottom: .5em;
}
.mall-contact input[type="text"], .mall-contact input[type="email"], .mall-contact textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1.875rem;
	padding: .5em;
	border: solid 1px #ccc;
}
.g-recaptcha {
	margin-bottom: 1.875rem;
}
.alert {
	padding-left: 1em;
	color: #ff3861;
}
.mall-contact input[type="submit"] {
	padding: .5em 1em;
	color: #fff;
	font-size: 1.125rem;
	background: #36c6b0;
}
@media screen and (max-width: 767px) {
	.caution, .mall-contact form {
		padding: 0;
	}
}
/* company
--------------------------------------------------*/
.company h2 {
	padding: .5em 1.5em;
	color: #fff;
	background: #000;
}
.company table {
	width: 100%;
}
.company th, .company td {
	padding: 1em;
	border: solid 1px #ccc;
}
.company th {
	white-space: nowrap;
	background: #eee;
}
.company ol {
	list-style: decimal;
	padding-left: 2em;
}
@media screen and (max-width: 767px) {
	.company th, .company td {
		padding: .5em;
	}
}
/* service
--------------------------------------------------*/
.service-ul li {
	display: flex;
	margin-bottom: 1.875rem;
}
.service-ul li p:first-child {
	flex-shrink: 0;
	width: 220px;
}
.service-ul-txt {
	padding-left: 30px;
}
.service-ul-txt h3 {
	font-size: 1.5em;
}
.service-ul-txt p {
	margin-top: 10px;
}
.service-dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-dl dl {
	width: 50%;
	margin-bottom: 1.875rem;
}
.service-dl dt {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.service-dl dl:nth-child(1) dt {
	color: #e97582;
}
.service-dl dl:nth-child(2) dt {
	color: #fc9763;
}
.service-dl dl:nth-child(3) dt {
	color: #85c636;
}
.service-dl dl:nth-child(4) dt {
	color: #f9b552;
}
@media screen and (max-width: 767px) {
	.service-ul li p:first-child {
		width: 30%;
	}
	.service-ul-txt {
		padding-left: 15px;
	}
	.service-dl dl {
		width: 100%;
	}
}
