@charset "UTF-8";
/* CSS Document */

/* globalnav（フリーページでのグロナビ上の空き）
----------------- */
.nav_detail.freepg {
	padding-top: 80px;
 }
 
 @media screen and (max-width:1023px) {
	.nav_detail.freepg {
		padding-top: 100px;
	}
}


/* left_area
----------------- */
.fs-l-pageMain {
	max-width: 1200px;
    width: 100% !important;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}


/* fs-c-breadcrumb
----------------- */
.fs-c-breadcrumb {
	margin-bottom: 0;
}





/* pagetitle
----------------- */
#pagetitle.free {
    background: url(https://hikarimiso.itembox.design/item/img/free_pht.jpg?d=20210401151900) no-repeat center / cover;
}
#pagetitle.guide {
    background: url(https://hikarimiso.itembox.design/item/img/guide_pht.jpg?d=20210402204008) no-repeat center / cover;
}
#pagetitle.contact {
    background: url(https://hikarimiso.itembox.design/item/css/contact_pht.jpg?d=20210402165331) no-repeat center / cover;
}
#pagetitle.safety {
    background: url(https://hikarimiso.itembox.design/item/img/safety_pht.jpg?d=20210402193308) no-repeat center / cover;
}
#pagetitle.sustainable {
    background: url(https://hikarimiso.itembox.design/item/img/sustainable_pht.jpg?d=20210402202743) no-repeat center / cover;
}
#pagetitle.concept {
    background: url(https://hikarimiso.itembox.design/item/img/concept_pht.jpg) no-repeat center / cover;
}





/* set
----------------- */
.set {
	margin-bottom: 100px;
}
	h2.h2_tit {
		font-size: 3.2rem;
		line-height: 1.4em;
		position: relative;
		padding-left: 18px;
		margin-bottom: 15px;
	}
	h2.h2_tit:before {
		content: "";
		width: 8px;
		height: 8px;
		background: #FFAF00;
		position: absolute;
		top: 14px;
		left: 0;
	}
	h2.h2_tit:after {
		content: "";
		width: 8px;
		height: 8px;
		background: #FFCF67;
		position: absolute;
		top: 22px;
		left: 0;
	}


	.set .read {
		font-size: 1.2rem;
		line-height: 1.6em;
		padding-bottom: 30px;
	}


	.set .cell {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
	.set .cell:nth-last-child(1) {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
		.set .cell h3.h3_tit {
			font-size: 2.0rem;
			line-height: 1.4em;
			margin-bottom: 10px;
		}
			.set .cell h3.h3_tit span {
				font-size: 1.2rem;
			}


		.set .cell h4 {
			font-size: 1.6rem;
			margin-top: 30px;
			margin-bottom: 10px;
		}


		.set .cell .txtbox {
			padding: 15px;
			background: #F7F7F7;
			font-size: 1.5rem;
			line-height: 32px;
			margin-bottom: 10px;
		}


		.set .cell .txt {
			font-size: 1.5rem;
			line-height: 32px;
			margin-bottom: 10px;
		}
		.set .cell .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			.set .cell a {
				text-decoration: underline;
			}
			.set .cell a:hover {
				text-decoration: none;
			}

			.set .cell .txt .sub_txt {
				display: block;
				padding-top: 3px;
				font-size: 1.2rem;
				line-height: 1.6em;
			}

			.set .cell .txt .credit_card {
				width: 264px;
			}

		.set .cell .bnr {
			max-width: 282px;
			margin-bottom: 12px;
		}


		.set .cell ol {
			padding-left: 27px;
		}
			.set .cell ol li {
				font-size: 1.5rem;
				line-height: 26px;
				margin-bottom: 5px;
			}
			.set .cell ol li:nth-last-child(1) {
				margin-bottom: 0;
			}


		.set .cell ul.list_icon li {
			font-size: 1.5rem;
			line-height: 26px;
			margin-bottom: 5px;
			padding-left: 14px;
			position: relative;
		}
		.set .cell ul.list_icon li:before {
			content: "";
			width: 8px;
			height: 8px;
			background: #FFAF00;
			border-radius: 50%;
			position: absolute;
			top: 10px;
			left: 0;
		}
			.set .cell ul.list_icon li p {
				font-size: 1.3rem;
				line-height: 24px;
				margin-bottom: 5px;
			}
			.set .cell ul.list_icon li p:nth-child(2) {
				margin-bottom: 0;
			}


		.set .cell .scrollbox {
			margin-top: 13px;
			margin-bottom: 13px;
		}
		.set .cell table {
			width: 100%;
			border-collapse: collapse;
		}
		.set .cell .table02 {
			max-width: 400px;
		}
			.set .cell .table01 th {
				width: 220px;
				padding: 20px;
				background: #F8F8F8;
				border-top: solid 1px #ddd;
				border-right: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				font-size: 1.5rem;
				font-weight: 500;
				text-align: left;
			}
			.set .cell .table02 th {
				padding: 10px;
				background: #F8F8F8;
				border: solid 1px #ddd;
				font-size: 1.5rem;
				font-weight: 500;
				text-align: center;
			}
			.set .cell .table03 th {
				padding: 10px;
				background: #F8F8F8;
				border: solid 1px #ddd;
				font-size: 1.4rem;
				font-weight: 500;
				text-align: center;
			}
			.set .cell .table04 th {
				height: 60px;
				padding: 0 10px;
				background: #F8F8F8;
				border: solid 1px #ddd;
				font-size: 1.4rem;
				font-weight: 500;
				text-align: center;
			}
			.set .cell .table04 th:nth-child(2) {
				background: #D77953;
				color: #fff;
			}
			.set .cell .table04 th:nth-child(3) {
				background: #9DA4AA;
				color: #fff;
			}
			.set .cell .table04 th:nth-child(4) {
				background: #D6B656;
				color: #fff;
			}
			.set .cell .table04 th:nth-child(5) {
				background: #7DB5C7;
				color: #fff;
			}
			.set .cell .table04 th:nth-child(6) {
				background: #9987BB;
				color: #fff;
			}

			.set .cell .table01 td {
				width: -webkit-calc(100% - 220px);
				width: calc(100% - 220px);
				padding: 20px;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				font-size: 1.5rem;
				text-align: left;
			}
			.set .cell .table02 td {
				padding: 10px;
				border: solid 1px #ddd;
				font-size: 1.5rem;
				text-align: center;
			}
			.set .cell .table03 td {
				padding: 10px;
				border: solid 1px #ddd;
				font-size: 1.4rem;
				text-align: left;
				line-height: 1.4em;
				vertical-align: top;
			}
			.set .cell .table03 .price td {
				text-align: right;
			}
			.set .cell .table04 td {
				height: 60px;
				padding: 0 10px;
				border: solid 1px #ddd;
				font-size: 1.4rem;
				text-align: center;
				line-height: 1.4em;
			}
				.set .cell .table04 td span {
					font-size: 1.0rem;
				}


/* fs-register
----------------- */
.m_regist  h2.head {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.m_regist .mr_mbene_list {
    width: 80%;
	margin: auto;
}
.m_regist .mr_mbene_list li:not(:last-child) {
	margin-bottom: 30px;
}
.m_regist .mr_mbene_list dl {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.m_regist .mr_mbene_list dt.mbene_ico {
	width: 55px;
	font-size: 2.7rem;
	font-weight: 700;
	color: #FFAF00;
	line-height: 1;
}
.m_regist .mr_mbene_list dd {
	width: calc(100% - 55px);
	font-size: 2.5rem;
	line-height: 1.4em;
}


@media screen and (max-width:1023px) {
	.m_regist  h2.head {
		font-size: 2.6rem;
		margin-bottom: 12px;
	}

	.m_regist .mr_mbene_list {
		width: 100%;
	}
	.m_regist .mr_mbene_list li:not(:last-child) {
		margin-bottom: 12px;
	}
	.m_regist .mr_mbene_list dl {
		margin-bottom: 5px;
		align-items: flex-start;
	}
	.m_regist .mr_mbene_list dt.mbene_ico {
		width: 45px;
		font-size: 2.3rem;
	}
	.m_regist .mr_mbene_list dd {
		width: calc(100% - 45px);
		font-size: 1.8rem;
	}
}


/* fs-misoday
----------------- */
.m_misoday {
    width: 100%;
	padding-top: 20px;
 }
.m_misoday img {
    vertical-align: bottom;
}
.m_misoday .mm_top {
	max-width: 1000px;
	margin: auto;
}
.m_misoday .mm_bot {
	width: 100%;
	background-color: #fff7e5;
   padding-bottom: 100px;
}
.m_misoday .mm_bot .mm_bot_inner {
	max-width: 1000px;
	margin: auto;
}
.m_misoday .mm_bot .mm_bot_inner .link {
	background-color: #fff;
}

.m_misoday .mm_bot .mm_bot_inner .mm_innerbox {
	padding: 3rem 8%;
	background-color: #fff;
	border-top: dotted 2px #ddd;
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #ccc;
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow:first-of-type {
    margin-top: 20px;
	padding-top: 15px;
	border-top: dotted 1px #ddd;
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow dl {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow dl dt {
	width: 40px;
	font-size: 2.3rem;
	color: #FFAF00;
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow dl dd {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow dl dd.text,
.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow p {
	line-height: 30px;
}

@media screen and (max-width:1023px) {
	.m_misoday .mm_top {
		 padding: 0 1rem;
	}
	.m_misoday .mm_bot {
		 padding: 0 1rem 50px;
	}
	.m_misoday .mm_bot .mm_bot_inner .mm_innerbox h3 {
		font-size: 2.0rem;
		margin-bottom: 12px;
	}
	.m_misoday .mm_bot .mm_bot_inner .mm_innerbox .flow dl dt {
		font-size: 2.0rem;
	}
}


/* fs-fpset
----------------- */
.fs-fpset {
    width: 100%;
	padding-top: 20px;
 }
.fs-fpset .fps_top #pagetitle {
    margin-top: 0 !important;
}
.fs-fpset img {
    vertical-align: bottom;
}

.fs-fpset #fps_cont {
	max-width: 1200px;
	margin: 3rem auto;
}

.fs-fpset #fps_cont .top_txt {
	margin: 3rem auto 5rem;
}

.fs-fpset #fps_cont .title {
    padding-bottom: 3rem !important;
}
.fs-fpset #fps_cont .title h2 {
    font-size: 3.2rem;
}
.fs-fpset #fps_cont .flow {
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: dotted 1px #ddd;
}
.fs-fpset #fps_cont .flow dl {
	margin-bottom: 1rem;
    display: flex;
}
.fs-fpset #fps_cont .flow dl dt {
	padding-right: 3rem;
	font-size: 2.8rem;
    color: #ffaf00;
	line-height: 1.3;
	white-space: nowrap;
}
.fs-fpset #fps_cont .flow dl dd.text {
    font-size: 1.7rem;
}
.fs-fpset #fps_cont .flow dl dd.text .en {
    font-size: 120%;
}
.fs-fpset #fps_cont .flow .cell_fps {
    margin-top: 1rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.fs-fpset #fps_cont .flow .cell_fps .pht {
    width: 50%;
    border-radius: 0 0 100px 0;
    overflow: hidden;
}
.fs-fpset #fps_cont .flow .cell_fps .text {
    width: 50%;
    padding-left: 5%;
}
.fs-fpset #fps_cont .flow .cell_fps .text p:first-of-type {
    margin-bottom: 1rem;
}
.fs-fpset #fps_cont .flow .cell_fps .text .pr_box {
	margin: 1rem auto;
	text-align: center;
}
.fs-fpset #fps_cont .flow .cell_fps .text .pr_box .pr_ic {
	margin: 0 auto;
}
.fs-fpset #fps_cont .flow .cell_fps .text .pr_box .ic_attention {
    margin: auto;
    padding: 0 4px;
    border: 2px solid #b64227;
    border-radius: 5px;
    color: #b64227;
    display: inline-block;
}
.fs-fpset #fps_cont .flow .cell_fps .text .pr_box .price {
    padding-left: 1rem;
	font-size: 120%;
	display: inline-block;
}
.fs-fpset #fps_cont .flow .cell_fps .text .pr_box .price .txt_price {
	font-size: 160%;
	font-weight: bold;
}
.fs-fpset #fps_cont .flow .cell_fps .text .linkbtn {
	margin: auto;
	padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffaf00;
    font-size: 1.5rem;
    border-radius: 50px;
     color: #fff;
    width: 80%;
}
.fs-fpset #fps_cont .flow .cell_fps .text .linkbtn span {
    /*padding-right: 30px;
	background: url(https://hikarimiso.itembox.design/item/product_img/common/arrow_right.png) no-repeat right center / 15px 20px;*/
    font-size: 130%;
	display: inline-block;
}

.fs-fpset .fps_cont_full {
	padding: 2rem 1rem;
	background-color: #fff7e5;
}
.fs-fpset .fps_cont_full .w80 {
	width: 80%;
}

.fs-fpset .fps_cont_full .ttl {
	max-width: 1200px; 
	margin: auto;
    text-align: center;
	background: url(https://hikarimiso.itembox.design/item/img/fpset/spe_ttl_bg.png) repeat-x 0 0 / auto 100%;
}
.fs-fpset .fps_cont_full .fps_spe {
	max-width: 1200px; 
	margin: auto;
	padding: 1.5rem 3rem 3rem;
	background-color: #fff;
}
.fs-fpset .fps_cont_full .fps_spe h3 {
	font-size: 130%;
	padding-bottom: 3rem;
	text-align: center;
}
.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn {
	margin-bottom: 1rem;
	padding: 3rem 3rem 1.5rem;
	background-color: #ffaf00;
	border-radius: 10px;
}
.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn .fps_spe_ttl {
	margin-bottom: 1.5rem;
	padding: 1rem 3rem;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
}
.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn > ul > li {
	margin: 1.5rem 0;
	width: 31.5%;
	padding: 1rem 3rem;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
}
.fs-fpset .fps_cont_full .fps_spe .btn_jp {
    width: 90%;
    margin: 3rem auto 0;
}
.fs-fpset .fps_cont_full .fps_spe .btn_jp a {
    font-size: 140%;
	background-position-x: 98%;
}

.fs-fpset #instagram .inner {
    width: 100% !important;
	max-width: 1200px;
    margin: 5rem auto 3rem !important;
}
.fs-fpset #instagram .inner .insta_txt {
	padding-bottom: 3rem;
}
.fs-fpset #instagram .instagram-photo-block {
    display: flex;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-fpset #instagram .instagram-photo-block .instagram-js-based {
    width: 20%;
    padding: 0;
}
.fs-fpset .fs-pt-column__item {
    color: inherit;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 8px;
    text-decoration: none;
}
.fs-fpset .fs-pt-column__image > img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width:1023px) {
	.fs-fpset #fps_cont .title h2 {
		font-size: 2.7rem;
	}

	.fs-fpset #fps_cont .flow dl dt {
		padding-right: 4rem;
	}
	.fs-fpset #fps_cont .flow .cell_fps {
        flex-direction: column;
	}
	.fs-fpset #fps_cont .flow .cell_fps .pht {
		width: 100%;
		border-radius: 0 0 60px 0;
	}
	.fs-fpset #fps_cont .flow .cell_fps .text {
		width: 100%;
		padding: 5% 0;
	}
	.fs-fpset #fps_cont .flow .cell_fps .text .pr_box .price {
		padding-left: 0;
	}
	.fs-fpset #fps_cont .flow .cell_fps .text .linkbtn {
		padding: 1rem;
		width: 100%;
	}

	.fs-fpset .fps_cont_full .w80 {
		width: 100%;
	}
	
	
	.fs-fpset .fps_cont_full .fps_spe {
		padding: 1.5rem;
	}
	.fs-fpset .fps_cont_full .fps_spe h3 {
		font-size: 100%;
		padding-bottom: 1.5rem;
	}
	.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn {
		padding: 1.5rem 1.5rem .5rem;
	}
	.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn .fps_spe_ttl {
		margin-bottom: .5rem;
		padding: 1rem;
	}
	.fs-fpset .fps_cont_full .fps_spe .fps_spe_inn > ul > li {
		margin: .5rem 0;
		width: 48%;
		padding: .5rem 0;
	}
	.fs-fpset .fps_cont_full .fps_spe .btn_jp {
		width: 100%;
		margin: 1.5rem auto 0;
	}
	.fs-fpset .fps_cont_full .fps_spe .btn_jp a {
		font-size: 120%;
		background-position-x: 97%;
	}

	.fs-fpset #instagram .inner {
		margin: 2.5rem auto 1.5rem !important;
	}
	.fs-fpset #instagram .inner .insta_txt {
		padding-bottom: 1.5rem;
	}
	.fs-fpset #instagram .instagram-photo-block .instagram-js-based {
		width: 33.3333333%;
	}
}



		.set .faq dl {
			border: solid 1px #ddd;
			border-radius: 6px;
			margin-bottom: 25px;
		}
		.set .faq dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			.set .faq dl dt {
				font-size: 2.0rem;
				line-height: 1.4em;
				cursor: pointer;
				position: relative;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.set .faq dl dt.active {
				color: #FFAF00;
			}
			.set .faq dl dt:before {
				content: "Q.";
				font-family: 'Montserrat', sans-serif;
				font-size: 2.2rem;
				font-weight: 600;
				color: #FFAF00;
				position: absolute;
				top: 20px;
				left: 20px;
			}
				.set .faq dl dt span {
					display: block;
					padding: 20px 52px 20px 52px;
					position: relative;
				}
				.set .faq dl dt span:before {
					content: "";
					width: 20px;
					height: 1px;
					background: #FFAF00;
					position: absolute;
					top: 50%;
					right: 20px;
					margin-top: -0.5px;
				}
				.set .faq dl dt span:after {
					content: "";
					width: 1px;
					height: 20px;
					background: #FFAF00;
					position: absolute;
					top: 50%;
					right: 30px;
					margin-top: -10px;
				}
				.set .faq dl dt.active span:after {
					display: none;
				}

			.set .faq dl dd {
				display: none;
				padding: 0 20px 20px 52px;
				font-size: 1.5rem;
				line-height: 30px;
				position: relative;
			}
			.set .faq dl dd:before {
				content: "A.";
				font-family: 'Montserrat', sans-serif;
				font-size: 2.2rem;
				font-weight: 600;
				color: #383430;
				position: absolute;
				top: 0px;
				left: 20px;
			}
				.set .faq dl dd a {
					text-decoration: underline;
				}
				.set .faq dl dd a:hover {
					text-decoration: none;
				}

				.set .faq dl dd .tag {
					margin-right: 2px;
					font-size: 1.0rem;
					font-weight: 700;
					line-height: 1;
					padding: 4px 4px;
					background: #FFAF00;
   					color: #fff;
					border-radius: 3px;
				}

				.set .faq dl dd .sub_txt {
					display: block;
					padding-top: 3px;
					font-size: 1.2rem;
					line-height: 1.6em;
				}


		.set .cell .txt_right {
			padding-top: 10px;
			font-size: 1.2rem;
			text-align: right;
		}


		.set .cell .blank {
			padding-top: 30px;
		}
			.set .cell .blank a {
				text-decoration: none !important;
				background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_blank.png") no-repeat 93% center;
			}


	.set form table {
		width: 100%;
		border-collapse: collapse;
	}
		.set form table th {
			width: 250px;
			padding: 25px 0;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			font-size: 1.6rem;
			font-weight: 500;
			text-align: left;
		}
			.set form table th span {
				font-size: 1.0rem;
				font-weight: 700;
				color: #A42325;
				padding-left: 10px;
			}

		.set form table td {
			width: -webkit-calc(100% - 250px);
			width: calc(100% - 250px);
			padding: 25px 0;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
		}
			.set form table td .txtbox01 {
				width: 49%;
				background: #F2F2F2;
				border: none;
				padding: 20px;
				margin-right: 2%;
				font-size: 1.5rem;
			}
			.set form table td .txtbox01:nth-last-child(1) {
				margin-right: 0;
			}
		
			.set form table td .txtbox02 {
				width: 100%;
				background: #F2F2F2;
				border: none;
				padding: 20px;
				font-size: 1.5rem;
			}
		
			.set form table td textarea {
				width: 100%;
				height: 250px;
				background: #F2F2F2;
				border: none;
				padding: 20px;
				font-size: 1.5rem;
			}
		
			.set form table td ul li {
				font-size: 1.5rem;
				margin-right: 15px;
			}
				.set form table td ul li span {
					padding-left: 5px;
				}


	.set form .cta {
		width: 270px;
		margin: auto;
		padding-top: 50px;
	}
		.set form .cta input {
			width: 270px;
			height: 66px;
			border: none;
			font-size: 1.5rem;
			letter-spacing: 0.1em;
			color: #fff;
			border-radius: 33px;
			background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_arrow_white.png") no-repeat 92% 47%;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.set form .cta input:hover {
			background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_arrow_white.png") no-repeat 93% 47%;
			opacity: 0.7;
		}


/* contact
----------------- */
.contacttxt {margin: 0 auto 3rem;}
.contacttxt a {text-decoration: underline;}
.contacttxt .txt_s {margin: 0 auto 3rem;font-size: 85%;}


/* thanks
----------------- */
.thanks {
	width: 100%;
	padding-bottom: 50px;
}
	.thanks p {
		font-size: 1.5rem;
		line-height: 30px;
		text-align: center;
		margin-bottom: 15px;
	}

	.thanks .btn {
		padding-top: 30px;
	}





/* sitemap
----------------- */
.sitemap {
	width: 100%;
	padding-bottom: 50px;
}
	.sitemap .link {
		border-top: solid 1px #ddd;
	}
	.sitemap .link:nth-last-child(1) {
		border-bottom: solid 1px #ddd;
	}
		.sitemap .link a {
			display: block;
			background: url(https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610) no-repeat left center / 20px;
			padding: 30px 0 30px 30px;
			font-size: 1.8rem;
		}


	.sitemap .linklist {
		border-top: solid 1px #ddd;
		padding: 30px 0;
	}
		.sitemap .linklist .head {
			width: 300px;
		}
			.sitemap .linklist .head a {
				display: block;
				background: url(https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610) no-repeat left center / 20px;
				padding: 0 0 0 30px;
				font-size: 1.8rem;
			}


		.sitemap .linklist ul {
			width: -webkit-calc(100% - 300px);
			width: calc(100% - 300px);
		}
			.sitemap .linklist ul li {
				width: 32%;
				margin-right: 2%;
				margin-bottom: 10px;
			}
			.sitemap .linklist ul li:nth-last-child(1) {
				margin-bottom: 0;
			}
			.sitemap .linklist ul li:nth-child(3n) {
				margin-right: 0;
			}
				.sitemap .linklist ul li a {
					display: block;
					font-size: 1.6rem;
					padding-left: 15px;
					background: url(https://hikarimiso.itembox.design/item/img/list_arrow.png?d=20210309150412) no-repeat left center;
				}





/* anchor
----------------- */
.anchor {
	margin-bottom: 80px;
}
	.anchor ul li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.anchor ul li:nth-child(4n) {
		margin-right: 0;
	}
		.anchor ul li a {
			height: 70px;
			display: flex;
			justify-content: center;
			align-items: center;
			background: #fff url(https://hikarimiso.itembox.design/item/img/list_arrow_bottom.png?d=20210309150412) no-repeat 95% center;
			border: solid 1px #ddd;
			font-size: 1.6rem;
			line-height: 1.4em;
			text-align: center;
		}
		.anchor ul li:nth-last-child(1) a {
			background: #fff url(https://hikarimiso.itembox.design/item/img/list_arrow.png?d=20210309150412) no-repeat 95% center;
		}





/* commitment
----------------- */
.commitment {
	width: 100%;
	position: relative;
	padding-bottom: 120px;
}
.commitment:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.commitment:after {
	content: "";
	width: 100%;
	height: 420px;
	background: url("https://hikarimiso.itembox.design/item/img/safety_mainpht01.jpg?d=20210402194723") no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
	.commitment .tithead {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 322px;
		text-align: center;
	}
		.commitment .tithead h2 {
			font-size: 3.6rem;
			font-weight: 500;
		}

	.commitment .whitebox {
		max-width: 1200px;
		margin: auto;
		background: #fff;
		padding: 70px 20px;
	}
		.commitment .whitebox .txt {
			font-size: 1.6rem;
			line-height: 34px;
			text-align: center;
		}





/* material
----------------- */
.material {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}
	.material .fukidashi {
		width: 100%;
		background: #FFAF00;
		padding: 0 15px;
		position: absolute;
		top: -165px;
		left: 0;
	}
		.material .fukidashi h3 {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 90px;
			font-size: 2.6rem;
			line-height: 1.5em;
			text-align: center;
			color: #fff;
			position: relative;
		}
		.material .fukidashi h3:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #ffae00 transparent transparent transparent;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
		}


	.material .flexbox .text {
		width: 50%;
		padding-right: 5%;
	}
		.material .flexbox .text dl {
			margin-bottom: 40px;
		}
		.material .flexbox .text dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			.material .flexbox .text dl dt {
				font-size: 2.4rem;
				line-height: 1.4em;
				margin-bottom: 8px;
			}
			.material .flexbox .text dl dd {
				font-size: 1.6rem;
				line-height: 34px;
			}


	.material .flexbox .pht {
		width: 50%;
	}





/* quality
----------------- */
.quality {
	width: 100%;
	padding-bottom: 120px;
}
	.quality .txt {
		font-size: 1.6rem;
		line-height: 30px;
		margin-bottom: 15px;
	}


	.quality .pht {
		padding-top: 20px;
	}





/* authentication
----------------- */
.authentication {
	width: 100%;
	padding-bottom: 120px;
}
	.authentication .fukidashi {
		width: 100%;
		background: #FFAF00;
		padding: 0 15px;
		margin-bottom: 50px;
	}
		.authentication .fukidashi h3 {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 90px;
			font-size: 2.6rem;
			line-height: 1.5em;
			text-align: center;
			color: #fff;
			position: relative;
		}
		.authentication .fukidashi h3:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #ffae00 transparent transparent transparent;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
		}


	.authentication dl {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
	.authentication dl:nth-child(3) {
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
		.authentication dl dt {
			font-size: 2.6rem;
			line-height: 1.4em;
			margin-bottom: 10px;
		}

		.authentication dl dd .txt {
			font-size: 1.6rem;
			line-height: 30px;
			margin-bottom: 15px;
		}
		.authentication dl dd .txt:nth-last-child(1) {
			margin-bottom: 0;
		}





/* readarea
----------------- */
.readarea {
	width: 100%;
	padding: 80px 0 0 0;
}
	.readarea .txt {
		font-size: 1.6rem;
		line-height: 34px;
		color: #433221;
		text-align: center;
		margin-bottom: 20px;
	}





/* sustainable
----------------- */
.main .sustainable {
	width: 100%;
	position: relative;
	padding-bottom: 120px;
}
.main .sustainable:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.sustainable01:after {
	content: "";
	width: 100%;
	height: 420px;
	background: url("https://hikarimiso.itembox.design/item/img/sustainable_mainpht01.jpg") no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sustainable02:after {
	content: "";
	width: 100%;
	height: 420px;
	background: url("https://hikarimiso.itembox.design/item/img/sustainable_mainpht02.jpg") no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sustainable03:after {
	content: "";
	width: 100%;
	height: 420px;
	background: url("https://hikarimiso.itembox.design/item/img/sustainable_mainpht03.jpg") no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
	.sustainable .tithead {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 322px;
		text-align: center;
	}
		.sustainable .tithead h2 {
			font-size: 3.6rem;
			font-weight: 500;
			color: #433221;
		}

	.sustainable .whitebox {
		max-width: 1200px;
		margin: auto;
		background: #fff;
		padding: 70px 80px;
	}
		.sustainable .whitebox .iconlist {
			margin-bottom: 40px;
		}
			.sustainable .whitebox .iconlist li {
				width: 12.5714286%;
				margin-right: 2%;
			}
			.sustainable .whitebox .iconlist li:nth-last-child(1) {
				margin-right: 0;
			}

		.sustainable .whitebox .txt {
			font-size: 1.6rem;
			line-height: 34px;
		}

		.sustainable .whitebox .item {
			margin: 40px 0;
		}
			.sustainable .whitebox .item li {
				width: 23.5%;
				margin-right: 2%;
				border: solid 1px #ddd;
				border-radius: 10px;
				overflow: hidden;
			}
			.sustainable .whitebox .item li:nth-last-child(1) {
				margin-right: 0;
			}

		.sustainable .whitebox .product {
			margin-bottom: 60px;
		}
			.sustainable .whitebox .product .box {
				margin-top: 60px;
			}
				.sustainable .whitebox .product .box .pht {
					width: 50%;
					overflow: hidden;
					border-radius: 10px;
					border: solid 1px #ddd;
				}

				.sustainable .whitebox .product .box .text {
					width: 50%;
					display: flex;
					justify-content: center;
					align-items: center;
				}
				.sustainable .whitebox .product .flex-start .text {
					padding-left: 5%;
				}
				.sustainable .whitebox .product .flex-end .text {
					padding-right: 5%;
				}
					.sustainable .whitebox .product .box .text h3 {
						font-size: 2.6rem;
						line-height: 1.4em;
						margin-bottom: 12px;
					}
						.sustainable .whitebox .product .box .text h3 span {
							color: #FFAF00;
						}

					.sustainable .whitebox .product .box .text .txt {
						font-size: 1.6rem;
						line-height: 32px;
					}
						.sustainable .whitebox .product .box .text .txt span {
							font-size: 1.2rem;
						}

		.sustainable .whitebox .headbox {
			background: #FFAF00;
			font-size: 2.0rem;
			color: #fff;
			line-height: 1.4em;
			text-align: center;
			padding: 20px;
			margin-bottom: 50px;
		}

		.sustainable .whitebox .assembling {
			margin-bottom: 50px;
		}
			.sustainable .whitebox .assembling dl {
				width: 50%;
				padding-right: 5%;
			}
				.sustainable .whitebox .assembling dl dt {
					font-size: 2.6rem;
					line-height: 1.4em;
					margin-bottom: 12px;
				}
				.sustainable .whitebox .assembling dl dd {
					font-size: 1.6rem;
					line-height: 32px;
				}

			.sustainable .whitebox .assembling .pht {
				width: 50%;
			}

		.sustainable .whitebox .textbox {
			margin-bottom: 40px;
		}
			.sustainable .whitebox .textbox h3 {
				font-size: 2.6rem;
				line-height: 1.4em;
				margin-bottom: 12px;
			}
			.sustainable .whitebox .textbox .txt {
				font-size: 1.6rem;
				line-height: 32px;
			}
			
/* sustainable  ひかるエコ
----------------- */
.sustainable03 img {
	width: auto;
	max-width: 100%;
    vertical-align: top;
}

.sustainable03 .hikaru-graf {
	text-align: center;
	margin: 3rem auto 1rem;
}

.sustainable03 .hikaru-graf_detail {
    margin-top: 30px;
}
.sustainable03 .hikaru-graf_detail dl {
    display: flex;
    align-items: center;
    padding: 16px 16px;
}
.sustainable03 .hikaru-graf_detail dl.graf-pink {
  border: 4px solid #FF9F9F;
}
.sustainable03 .hikaru-graf_detail dl.graf-pink dt .graf-namber {
  background-color: #FF9F9F;
}
.sustainable03 .hikaru-graf_detail dl.graf-orange {
  border: 4px solid #F3AC00;
}
.sustainable03 .hikaru-graf_detail dl.graf-orange dt .graf-namber {
  background-color: #F3AC00;
}
.sustainable03 .hikaru-graf_detail dl.graf-blue {
  margin-bottom: 5rem;
  border: 4px solid #5BBDE2;
}
.sustainable03 .hikaru-graf_detail dl.graf-blue dt .graf-namber {
  background-color: #5BBDE2;
}
.sustainable03 .hikaru-graf_detail dl + dl {
  margin-top: 16px;
}
.sustainable03 .hikaru-graf_detail dl dt {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	position: relative;
}
.sustainable03 .hikaru-graf_detail dl dt .graf-namber {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 1px 7px;
    color: #000;
    font-weight: bold;
	border-radius: 50%;
    text-align: center;
}
.sustainable03 .hikaru-graf_detail dl dt .graf-img {
    display: inline-block;
    margin-left: 10px;
}
.sustainable03 .hikaru-graf_detail dl dd {
    flex: 1;
}

.sustainable03 .definition-table {
    margin-top: 5rem;
}
.sustainable03 .definition-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.sustainable03 .definition-table table thead tr th {
    padding: 10px;
    background-color: #E5E5E5;
    border: 1px solid #fff;
    font-weight: 700;
    text-align: left;
}
.sustainable03 .definition-table table tbody tr th:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sustainable03 .definition-table table tbody tr td:nth-child(3) {
  width: 120px;
}
.sustainable03 .definition-table table tbody tr:nth-child(1) th:before {
  background-color: #07A33F;
}
.sustainable03 .definition-table table tbody tr:nth-child(2) th:before {
  background-color: #5BBDE2;
}
.sustainable03 .definition-table table tbody tr:nth-child(3) th:before {
  background-color: #F3AC00;
}
.sustainable03 .definition-table table tbody tr:nth-child(4) th:before {
  background-color: #60D258;
}
.sustainable03 .definition-table table tbody tr:nth-child(5) th:before {
  background-color: #0076BB;
}
.sustainable03 .definition-table table tbody tr:nth-child(6) th:before {
  background-color: #B16400;
}
.sustainable03 .definition-table table tbody tr:nth-child(7) th:before {
  background-color: #999999;
}
.sustainable03 .definition-table table tbody tr th {
    width: 230px;
    min-height: 3em;
    vertical-align: middle;
    padding: 10px 10px 10px;
    text-align: left;
    font-weight: 700;
    border: 1px solid #fff;
    background-color: #F0F0F0;
    position: relative;
}
.sustainable03 .definition-table table tbody tr td {
    border: 1px solid #E5E5E5;
    padding: 10px 10px 10px;
}



/* btn_jp
----------------- */
.btn_jp {
	width: 350px;
	margin: auto;
}
.btn_jp.pt {
	padding-top: 70px;
}
	.btn_jp a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 66px;
		border-radius: 33px;
		background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_arrow_white.png") no-repeat 95% 47%;
		font-size: 1.6rem;
		line-height: 1.4em;
		color: #fff;
		text-align: center;
	}
	.btn_jp a:hover {
		background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_arrow_white.png") no-repeat 96% 47%;
	}





/* en_tit
----------------- */
.en_tit {
	width: 100%;
	font-size: 2.0rem;
	font-weight: 700;
	color: #FFAF00;
	text-align: center;
	margin-bottom: 10px;
}





/* mission
----------------- */
.mission {
	width: 100%;
	padding-bottom: 120px;
}
	.mission .pht {
		width: 100%;
		height: 880px;
		background: url("https://hikarimiso.itembox.design/item/img/mission_pht.jpg") no-repeat right bottom / cover;
		position: relative;
		margin-bottom: 40px;
	}
		.mission .pht p.pc {
			width: 420px;
			position: absolute;
			right: 30px;
			bottom: 80px;
		}


	.mission .txt {
		font-size: 1.6rem;
		line-height: 36px;
		letter-spacing: 0.2em;
		text-align: center;
	}





/* brand
----------------- */
.brand {
	width: 100%;
	padding-bottom: 120px;
}
	.brand .head {
		max-width: 432px;
		margin: 0 auto 40px auto;
	}


	.brand .phtbg {
		position: relative;
	}
		.brand .phtbg .txtbox {
			background: #fff;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit-transform: translateY(-50%) translateX(-50%);
			padding: 30px;
		}
			.brand .phtbg .txtbox .txt {
				font-size: 1.6rem;
				line-height: 30px;
				text-align: center;
				margin-bottom: 12px;
			}
			.brand .phtbg .txtbox .txt:nth-last-child(1) {
				margin-bottom: 0;
			}





/* location
----------------- */
.location {
	width: 100%;
	padding-bottom: 80px;
}
	.location .head h2 {
		font-size: 3.6rem;
		text-align: center;
		line-height: 1.4em;
		margin-bottom: 40px;
	}


	.location .swiper-wrapper .swiper-slide {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 712px; 
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}


	.location .textbox {
		padding-top: 50px;
		margin-bottom: 80px;
	}
		.location .textbox .read_txt {
			font-size: 1.6rem;
			line-height: 36px;
			text-align: center;
		}

		.location .textbox .box {
			padding-top: 80px;
		}
			.location .textbox .box .pht {
				width: 50%;
			}
				.location .textbox .box .pht span {
					display: block;
					padding-top: 10px;
					font-size: 1.2rem;
					text-align: right;
					line-height: 1;
				}

			.location .textbox .box .text {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 50%;
			}
				.location .textbox .box .text .txt {
					font-size: 1.6rem;
					line-height: 36px;
					text-align: center;
				}


	.location .phtbg {
		height: 530px;
		background: url("https://hikarimiso.itembox.design/item/img/location_phtbg.jpg?d=20210402215202") no-repeat center / cover;
		position: relative;
	}
		.location .phtbg .txt {
			font-size: 1.6rem;
			line-height: 36px;
			text-align: center;
			color: #fff;
			position: absolute;
			top: 150px;
			right: 5%;
		}







/* 1260px */
@media screen and (max-width: 1260px) {



/* fs-l-pageMain
---------------------*/
.fs-l-pageMain {
	padding: 80px 5% 100px 5%;
}





/* commitment
----------------- */
.commitment .whitebox {
	margin: 0 5%;
}





/* sustainable
----------------- */
.sustainable .whitebox {
	margin: 0 5%;
}





/* material
----------------- */
.material .fukidashi {
	width: 90%;
	top: -165px;
	left: 5%;
}



}

	







/* max 1023px */
@media screen and (max-width: 1023px) {



/* fs-l-pageMain
----------------- */
.fs-l-pageMain {
	padding: 30px 5% 50px 5%;
}





/* set
----------------- */
.set {
	margin-bottom: 60px;
}
	h2.h2_tit {
		font-size: 2.2rem;
		line-height: 1.4em;
		position: relative;
		padding-left: 18px;
		margin-bottom: 12px;
	}
	h2.h2_tit:before {
		top: 7px;
	}
	h2.h2_tit:after {
		top: 15px;
	}


	.set .read {
		font-size: 1.0rem;
		line-height: 1.4em;
		padding-bottom: 20px;
	}
	
	
	.set .cell {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
		.set .cell h3.h3_tit {
			font-size: 1.8rem;
			margin-bottom: 5px;
		}
			.set .cell h3.h3_tit span {
				font-size: 1.0rem;
			}

		.set .cell h4 {
			font-size: 1.4rem;
		}
	
	
		.set .cell .txt {
			font-size: 1.4rem;
			line-height: 2em;
		}
			.set .cell .txt .sub_txt {
				font-size: 1.0rem;
				line-height: 1.8em;
			}
	

		.set .cell ol {
			padding-left: 24px;
		}
			.set .cell ol li {
				font-size: 1.4rem;
				line-height: 1.8em;
			}
	

		.set .cell ul.list_icon li {
			font-size: 1.4rem;
			line-height: 1.8em;
		}
		.set .cell ul.list_icon li:before {
			top: 10px;
		}
			.set .cell ul.list_icon li p {
				font-size: 1.2rem;
				line-height: 1.6em;
				margin-bottom: 7px;
			}


		.set .cell .scrollbox {
			width: 105.5%;
			overflow-y: scroll;
		}
	
		.set .cell table {
			width: 100%;
			border-collapse: collapse;
		}
		.set .cell .table01 {
			border-bottom: solid 1px #ddd;
		}
		.set .cell .table03,
		.set .cell .table04 {
			width: 1000px;
		}
			.set .cell .table01 th {
				display: block;
				width: 100%;
				padding: 20px 0 4px 0;
				background: none;
				border-top: solid 1px #ddd;
				border-right: none;
				border-bottom: none;
				font-size: 1.6rem;
				font-weight: 500;
				text-align: left;
			}
			.set .cell .table02 th {
				font-size: 1.6rem;
			}
			.set .cell .table03 th {
				font-size: 1.3rem;
			}
			.set .cell .table04 th {
				font-size: 1.3rem;
			}
			.set .cell .table01 td {
				display: block;
				width: 100%;
				padding: 0 0 20px 0;
				border-top: none;
				border-bottom: none;
				font-size: 1.4rem;
			}
			.set .cell .table02 td {
				font-size: 1.4rem;
			}
			.set .cell .table03 td {
				font-size: 1.3rem;
			}
			.set .cell .table04 td {
				font-size: 1.3rem;
			}


		.set .faq dl {
			margin-bottom: 15px;
		}
			.set .faq dl dt {
				font-size: 1.7rem;
			}
			.set .faq dl dt:before {
				font-size: 1.9rem;
				top: 15px;
				left: 15px;
			}
				.set .faq dl dt span {
					padding: 15px 42px 15px 42px;
				}
				.set .faq dl dt span:before {
					right: 15px;
				}
				.set .faq dl dt span:after {
					right: 25px;
				}

			.set .faq dl dd {
				padding: 0 15px 15px 42px;
				font-size: 1.4rem;
				line-height: 1.8em;
			}
			.set .faq dl dd:before {
				font-size: 1.9rem;
				left: 15px;
			}
				.set .faq dl dd .sub_txt {
					font-size: 1.0rem;
					line-height: 1.1em;
				}


		.set .cell .txt_right {
			padding-top: 15px;
			font-size: 1.0rem;
		}


		.set .cell .blank {
			padding-top: 30px;
		}
			.set .cell .blank a {
				text-decoration: none !important;
				background: #FFAF00 url("https://hikarimiso.itembox.design/item/img/icon_blank.png") no-repeat 93% center;
			}


	.set form table {
		border-bottom: solid 1px #ddd;
	}
		.set form table th {
			display: block;
			width: 100%;
			border-top: solid 1px #ddd;
			border-bottom: none;
			font-size: 1.8rem;
			padding: 20px 0 5px 0;
		}
			.set form table th span {
				font-size: 1.0rem;
			}

		.set form table td {
			display: block;
			width: 100%;
			padding: 0 0 20px 0;
			border-top: none;
			border-bottom: none;
		}
			.set form table td .txtbox01 {
				padding: 15px;
				font-size: 1.6rem;
			}

			.set form table td .txtbox02 {
				padding: 15px;
				font-size: 1.6rem;
			}

			.set form table td textarea {
				width: 100% !important;
				height: 250px !important;
				background: #F2F2F2 !important;
				border: none !important;
				padding: 15px !important;
				font-size: 1.6rem !important;
			}

			.set form table td ul {
				display: block;
			}
				.set form table td ul li {
					font-size: 1.4rem;
					margin-right: 0;
				}


	.set form .cta {
		width: 70%;
		padding-top: 40px;
	}
		.set form .cta input {
			width: 100%;
			height: 60px;
			font-size: 1.4rem;
			border-radius: 30px;
		}





/* thanks
----------------- */
.thanks p {
	font-size: 1.4rem;
	line-height: 2em;

	text-align: left;
	margin-bottom: 12px;
}

.thanks .btn {
	padding-top: 20px;
}





/* sitemap
----------------- */
.sitemap .link a {
	background: url(https://hikarimiso.itembox.design/item/img/btn_arrow.png?d=20210308221610) no-repeat left center / 20px;
	padding: 20px 0 20px 27px;
	font-size: 1.6rem;
}


.sitemap .linklist {
	display: block;
	padding: 20px 0;
}
	.sitemap .linklist .head {
		width: 100%;
	}
		.sitemap .linklist .head a {
			padding: 0 0 0 27px;
			font-size: 1.6rem;
		}


	.sitemap .linklist ul {
		display: block;
		width: 100%;
		padding-top: 10px;
	}
		.sitemap .linklist ul li {
			width: 100%;
			margin-right: 0;
		}
			.sitemap .linklist ul li a {
				font-size: 1.4rem;
			}





/* commitment
----------------- */
.commitment {
	padding-bottom: 90px;
}
.commitment:after {
	height: 220px;
	background: url("https://hikarimiso.itembox.design/item/img/safety_mainpht01_sp.jpg?d=20210402200759") no-repeat center / cover;
}
	.commitment .tithead {
		height: 180px;
	}
		.commitment .tithead h2 {
			font-size: 2.6rem;
			font-weight: 500;
		}

	.commitment .whitebox {
		padding: 25px;
	}
		.commitment .whitebox .txt {
			font-size: 1.4rem;
			line-height: 2em;
			text-align: left;
		}





/* material
----------------- */
.material {
	padding-top: 80px;
	padding-bottom: 60px;
}
	.material .fukidashi {
		padding: 0 5px;
		top: -125px;
	}
		.material .fukidashi h3 {
			font-size: 1.8rem;
			letter-spacing: 0.02em;
			line-height: 1.4em;
		}


	.material .flexbox {
		display: block;
	}
		.material .flexbox .text {
			width: 100%;
			padding-right: 0;
		}
			.material .flexbox .text dl {
				margin-bottom: 20px;
				padding-bottom: 20px;
				border-bottom: dashed 1px #ddd;
			}
			.material .flexbox .text dl:nth-last-child(1) {
				margin-bottom: 0;
				padding-bottom: 0;
				border-bottom: none;
			}
				.material .flexbox .text dl dt {
					font-size: 1.8rem;
				}
				.material .flexbox .text dl dd {
					font-size: 1.4rem;
					line-height: 2em;
				}


		.material .flexbox .pht {
			padding-top: 30px;
			width: 111%;
			margin-left: -5.5%;
		}





/* quality
----------------- */
.quality {
	padding-bottom: 60px;
}
	.quality .txt {
		font-size: 1.4rem;
		line-height: 2em;
		margin-bottom: 12px;
	}


	.quality .pht {
		padding-top: 20px;
	}





/* authentication
----------------- */
.authentication {
	padding-bottom: 60px;
}
	.authentication .fukidashi {
		padding: 0 5px;
		margin-bottom: 30px;
	}
		.authentication .fukidashi h3 {
			height: 80px;
			font-size: 1.8rem;
			letter-spacing: 0.02em;
			line-height: 1.4em;
		}


	.authentication dl {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
		.authentication dl dt {
			font-size: 1.8rem;
		}
		.authentication dl dd .txt {
			font-size: 1.4rem;
			line-height: 2em;
			margin-bottom: 12px;
		}


	.authentication .pht {
		padding-top: 20px;
	}





/* readarea
----------------- */
.readarea {
	width: 100%;
	padding: 20px 0 30px 0;
}
	.readarea .txt {
		font-size: 1.4rem;
		line-height: 2em;
		text-align: left;
		margin-bottom: 15px;
	}





/* sustainable
----------------- */
.main .sustainable {
	padding-bottom: 80px;
}
.sustainable01:after {
	height: 220px;
	background: url("https://hikarimiso.itembox.design/item/img/sustainable_mainpht01_sp.jpg") no-repeat center / cover;
}
.sustainable02:after {
	height: 220px;
	background: url("https://hikarimiso.itembox.design/item/img/sustainable_mainpht02_sp.jpg") no-repeat center / cover;
}
.sustainable03:after {
	height: 220px;
	background: url("https://hikarimiso.itembox.design/item/img/sustainable_mainpht03_sp.jpg") no-repeat center / cover;
}
	.sustainable .tithead {
		height: 180px;
	}
		.sustainable .tithead h2 {
			font-size: 2.6rem;
			font-weight: 500;
			line-height: 1.4em;
		}

	.sustainable .whitebox {
		padding: 25px;
	}
		.sustainable .whitebox .iconlist {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin-bottom: 20px;
		}
			.sustainable .whitebox .iconlist li {
				width: 18%;
				margin-right: 2%;
				margin-bottom: 2%;
			}
			.sustainable .whitebox .iconlist li:nth-child(5n) {
				margin-right: 0;
			}

		.sustainable .whitebox .txt {
			font-size: 1.4rem;
			line-height: 2em;
		}

		.sustainable .whitebox .item {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 25px 0 15px 0;
		}
			.sustainable .whitebox .item li {
				width: 48%;
				margin-right: 4%;
				margin-bottom: 4%;
			}
			.sustainable .whitebox .item li:nth-child(2n){
				margin-right: 0;
			}

		.sustainable .whitebox .product {
			margin-bottom: 30px;
		}
			.sustainable .whitebox .product .box {
				display: block;
				margin-top: 30px;
			}
				.sustainable .whitebox .product .box .pht {
					width: 100%;
				}

				.sustainable .whitebox .product .box .text {
					width: 100%;
					padding-top: 20px;
				}
				.sustainable .whitebox .product .flex-start .text {
					padding-left: 0;
				}
				.sustainable .whitebox .product .flex-end .text {
					padding-right: 0;
				}
					.sustainable .whitebox .product .box .text h3 {
						font-size: 1.8rem;
						margin-bottom: 7px;
					}

					.sustainable .whitebox .product .box .text .txt {
						font-size: 1.4rem;
						line-height: 2em;
					}
						.sustainable .whitebox .product .box .text .txt span {
							font-size: 1.0rem;
						}

		.sustainable .whitebox .headbox {
			font-size: 1.6rem;
			padding: 10px;
			margin-bottom: 30px;
		}

		.sustainable .whitebox .assembling {
			display: block;
			margin-bottom: 30px;
		}
			.sustainable .whitebox .assembling dl {
				width: 100%;
				padding-right: 0;
			}
				.sustainable .whitebox .assembling dl dt {
					font-size: 1.8rem;
					margin-bottom: 8px;
				}
				.sustainable .whitebox .assembling dl dd {
					font-size: 1.4rem;
					line-height: 2em;
				}

			.sustainable .whitebox .assembling .pht {
				padding-top: 12px;
				width: 100%;
			}

		.sustainable .whitebox .textbox {
			margin-bottom: 20px;
		}
			.sustainable .whitebox .textbox h3 {
				font-size: 1.8rem;
				margin-bottom: 8px;
			}
			.sustainable .whitebox .textbox .txt {
				font-size: 1.4rem;
				line-height: 2em;
			}
			

/* sustainable SP  ひかるエコ
----------------- */
.sustainable03 .hikaru-graf {
    max-width: 80%;
}
.sustainable03 .hikaru-graf_detail dl {
    flex-direction: column;
 }

.sustainable03 .definition-table {
    overflow: scroll;
}
.sustainable03 .definition-table table {
	overflow: scroll;
	width: 750px;
    background: #fff;
}
.sustainable03 .definition-table table tbody tr th {
    width: 150px;
}



/* btn_jp
----------------- */
.btn_jp {
	width: 80%;
}
.btn_jp.pt {
	padding-top: 40px;
}
	.btn_jp a {
		height: 60px;
		border-radius: 30px;
		font-size: 1.4rem;
	}





/* en_tit
----------------- */
.en_tit {
	font-size: 1.8rem;
}





/* mission
----------------- */
.mission {
	width: 100%;
	padding-bottom: 80px;
}
	.mission .pht {
		height: auto;
		background: none;
		margin-bottom: 10px;
	}


	.mission .txt {
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.1em;
		text-align: left;
	}





/* brand
----------------- */
.brand {
	padding-bottom: 80px;
}
	.brand .head {
		margin: 0 auto 30px auto;
		padding: 0 5%;
	}


	.brand .phtbg .txtbox {
		position: static;
		transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		padding: 25px 5%;
	}
		.brand .phtbg .txtbox .txt {
			font-size: 1.4rem;
			line-height: 2em;
			text-align: left;
			margin-bottom: 10px;
		}





/* location
----------------- */
.location {
	padding-bottom: 80px;
}
	.location .head h2 {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}


	.location .swiper-wrapper .swiper-slide {
		height: 250px; 
	}


	.location .textbox {
		padding-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 30px;
	}
		.location .textbox .read_txt {
			font-size: 1.4rem;
			line-height: 2em;
			text-align: left;
		}

		.location .textbox .box {
			display: block;
			padding-top: 30px;
		}
			.location .textbox .box .pht {
				width: 100%;
			}
				.location .textbox .box .pht span {
					font-size: 1.0rem;
				}

			.location .textbox .box .text {
				display: block;
				width: 100%;
				padding-top: 15px;
			}
				.location .textbox .box .text .txt {
					font-size: 1.4rem;
					line-height: 2em;
					text-align: left;
				}


	.location .phtbg {
		padding: 200px 5% 30px 5%;
		height: auto;
		background: url("https://hikarimiso.itembox.design/item/location_phtbg_sp.jpg?d=20210402224805") no-repeat center / cover;
	}
		.location .phtbg .txt {
			font-size: 1.4rem;
			line-height: 1.8em;
			text-align: left;
			color: #fff;
			position: static;
		}





/* anchor
----------------- */
.anchor {
	margin-bottom: 60px;
}
	.anchor ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
		.anchor ul li a {
			height: 50px;
			font-size: 1.2rem;
			letter-spacing: 0;
			text-align: left;
			justify-content: start;
			padding: 0 10px;
		}
}



/* egift
----------------- */
.pcv {display: block;}
.spv {display: none;}

.m_egift .subttl {
   font-size: 3.2rem;
    line-height: 1.4em;
    position: relative;
    margin: 5rem 0 1rem;
}
.m_egift .subttl span, .m_egift span.txt1 {
   font-size: 60%;
}
.m_egift span.txt2 {
	font-size: 140%;
	color: #ffaf00;
}
.m_egift span.txt3 {
	padding: 1.5rem 0;
	display: inline-block;
	font-size: 75%;
}
.m_egift span.udline{
	font-size: inherit;
	background: linear-gradient(transparent 70%, #fefadb 30%);
}

.m_egift .txt {
	font-size: 1.5rem;
	line-height: 30px;
}

/* campaign */
.m_egift .egSmCam  {
	padding-bottom: 3rem;
    border-bottom: dotted #ccc 3px;
}
.m_egift .egSmCam .cpTxt {
	 margin: 3rem 0;
}
.m_egift .egSmCam .w90{
	width: 90%;
	margin: auto;
}
.m_egift .egSmCam .gccou span{
	display:inline-block;
	line-height: 2;
}
.m_egift .egSmCam .img {
    max-width: 800px;
	margin: auto;
}


.m_egift .egAbout .img {
	max-width: 700px;
	margin: 1.5rem auto 0;
}

.m_egift .egSend .egscont,.m_egift .egReceive .egrcont {
  padding: 3rem 3rem 3rem 0;
  background-color: #fdf9d9;
  border-radius: 30px;
}
.m_egift .egSend .egscont ul,.m_egift .egReceive .egrcont ul {
  display: flex;
  justify-content: space-between;
}
.m_egift .egSend .egscont ul li,.m_egift .egReceive .egrcont ul li {
	width: 33.333%;
	padding-left: 3rem;
}
.m_egift .egSend .egscont ul li .ttl,.m_egift .egReceive .egrcont ul li .ttl {
    display: flex;
}
.m_egift .egSend .egscont ul li .ttl span,.m_egift .egReceive .egrcont ul li .ttl span {
    width: 3.3rem;
	height: 3.3rem;
	margin-right: 1rem;
	padding: .5rem;
	border-radius: 50%;
    font-size: 2.3rem;
	text-align: center;
    color: #fff;
	background-color: #ffaf00;
	display:flex;
 	align-items:center;
	justify-content:center;
}
.m_egift .egSend .egscont ul li .txt,.m_egift .egReceive .egrcont ul li .txt {
	margin-top: .5rem;
}
.m_egift .egSend .egscont ul li .img,.m_egift .egReceive .egrcont ul li .img {
	margin-top: 1rem;
}
.m_egift .egSend .egscont ul li .img img,.m_egift .egReceive .egrcont ul li .img img  {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.m_egift .egSend .egscont ul li .scroll,.m_egift .egReceive .egrcont ul li .scroll {
	margin-top: 1rem;
}

.m_egift .egComm > ul {
	width: 100%;
	display:flex;
	flex-wrap: wrap;
}
.m_egift .egComm > ul li {
	width: 25%;
	padding: 1.5rem;
}

.m_egift .egComm > ul li .img {
	border: solid 1px #ddd;
	border-radius: 6px;
}
.m_egift .egComm > ul li .img img {
	border-radius: 6px;
}

.m_egift .egComm > ul li .pmark {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.m_egift .egComm > ul li .pmark .item {
	margin-right: 1rem;
	padding: .5rem;
	font-size: 75%;
    line-height: 1;
	border-radius: 5px;
	background-color: #ffaf00;
    color: #fff;
}
.m_egift .egComm > ul li .price {
	margin-top: 1rem;
	font-size: 140%;
    font-weight: 500;
    line-height: 1;
}
.m_egift .egComm > ul li .price span {
	font-size: 60%;
    font-weight: normal;
}

.m_egift .morebtn {
	margin-top: 5rem;
	display: flex;
	justify-content: flex-end;
}
.m_egift .morebtn a {
	width: 300px;
	height: 66px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 33px;
    background-color: #ffaf00;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.m_egift .morebtn a:after{
	content: "";
	width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 50px;
    position: absolute;
}

.m_egift .egQA .cell.faq > dl {
    border: solid 1px #ddd;
    border-radius: 6px;
    margin-bottom: 25px;
}
.m_egift .egQA .cell.faq > dl dt {
    font-size: 2.0rem;
    line-height: 1.4em;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.m_egift .egQA .cell.faq > dl dt.active {
    color: #ffaf00;
}
.m_egift .egQA .cell.faq > dl dt:before {
    content: "Q.";
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffaf00;
    position: absolute;
    top: 20px;
    left: 20px;
}
.m_egift .egQA .cell.faq > dl dt span {
    display: block;
    padding: 20px 52px 20px 52px;
    position: relative;
}
.m_egift .egQA .cell.faq > dl dt span:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #ffaf00;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.5px;
}
.m_egift .egQA .cell.faq > dl dt span:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #ffaf00;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
}
.m_egift .egQA .cell.faq > dl dt.active span:after {
   display: none;
}
.m_egift .egQA .cell.faq > dl dd {
    display: none;
    padding: 0 20px 20px 52px;
    font-size: 1.5rem;
    line-height: 30px;
    position: relative;
}
.m_egift .egQA .cell.faq > dl dd:before {
    content: "A.";
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #383430;
    position: absolute;
    top: 0px;
    left: 20px;
}
.m_egift .egQA .cell.faq > dl dd a {
    text-decoration: underline;
}


@media screen and (max-width:1023px) {
	.pcv {display: none;}
	.spv {display: block;}

	.m_egift .subttl {
	   font-size: 2.6rem;
		margin: 3rem 0 .5rem;
	}
	.m_egift .egQA .subttl {
         margin-top: 5rem;
    }

	.m_egift .txt {
	    font-size: 1.3rem;
        line-height: 2em;
	}

	.m_egift .egAbout .img {
		width: 80%;
	}

	.m_egift .egSend .egscont,.m_egift .egReceive .egrcont {
		padding: 2rem 2rem 2rem 0;
		overflow-y: scroll;
	}
	.m_egift .egSend .egscont ul,.m_egift .egReceive .egrcont ul {
		width: 1050px;
		padding-right: 20px;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	.m_egift .egSend .egscont ul li,.m_egift .egReceive .egrcont ul li {
		padding-left: 2rem;
	}
	.m_egift .egSend .egscont ul li .img,.m_egift .egReceive .egrcont ul li .img {
		margin-top: 1rem;
	}

	.m_egift .egComm > ul li {
		width: 50%;
		padding: 1rem;
	}

	.m_egift .egComm > ul li .pmark {
		margin-top: 1rem;
	}
	.m_egift .egComm > ul li .pmark .item {
		margin: 3px 1rem 3px 0;
		padding: .5rem;
		font-size: 70%;
	}
	.m_egift .egComm > ul li .price {
		margin-top: .5rem;
		font-size: 130%;
	}
	.m_egift .egComm > ul li .price span {
		font-size: 50%;
	}

	.m_egift .morebtn {
		margin-top: 3rem;
		justify-content: center;
	}
	.m_egift .morebtn a {
		height: 44px;
		border-radius: 22px;
	}

	.m_egift .egQA .cell.faq > dl dt {
		font-size: 1.7rem;
	}
	.m_egift .egQA .cell.faq > dl dt:before {
		font-size: 1.9rem;
		top: 15px;
		left: 15px;
	}
	.m_egift .egQA .cell.faq > dl dt span {
		padding: 15px 42px 15px 42px;
	}
	.m_egift .egQA .cell.faq > dl dt span:before {
		right: 15px;
	}
	.m_egift .egQA .cell.faq > dl dt span:after {
		right: 25px;
	}
	.m_egift .egQA .cell.faq > dl dd {
		padding: 0 15px 15px 42px;
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	.m_egift .egQA .cell.faq > dl dd:before {
		font-size: 1.9rem;
		left: 15px;
	}
}

/* GlobalShippingGuide
----------------- */
.m_gsguide .overview {
	margin-bottom: 80px;
}
.m_gsguide .gsgimg {
	text-align: center;
}
.m_gsguide .gsgimg img {
	max-width: 700px;
}

.m_gsguide .page_btnTB { 
	text-align: center;
}
.m_gsguide .page_btnTB a {
	width: 80%;
    padding: 15px 10px;
    display: inline-block;
    /*justify-content: center;
    align-items: center;*/
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    border-radius: 70px;
    background: url(https://hikarimiso.itembox.design/item/img/icon_arrow_white.png) no-repeat 93% center;
	text-decoration: none;
	line-height: 1.2;
}
.m_gsguide .page_btnTB.yell a { 
	background-color: #FFAF00;
}
.m_gsguide .page_btnTB.blue a { 
	background-color: #2d9cdb;
}
.m_gsguide .page_btnTB a .txtSm { 
	font-size: 80%;
}

.m_gsguide .ico-w { 
	margin: 3rem auto 0;
    display: flex;
    justify-content: center;
}
.m_gsguide .ico-w .ico { 
	display: flex;
	background: #FFF7DE;
}
.m_gsguide .ico-w .ico li { 
	padding: 15px;
}
.m_gsguide .ico-w .ico img { 
	max-width: 45px;
}

@media screen and (max-width:1023px) {
	.m_gsguide .overview {
		margin-bottom: 60px;
	}

	.m_gsguide .page_btnTB a {
		width: 100%;
		font-size: 2.0rem;
	}

}



/* pagetop
----------------- */
#toTop {
	position: fixed;
    right: 20px;
	bottom: 20px;
	z-index: 100;
}
#toTop a {
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	background-color: rgba(250, 190, 0, .7);
	position: relative;
	transition: all 0.2s ease-in-out 0s;
}
#toTop a ::before {
	content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 27px;
    height: 12px;
	background: url("https://hikarimiso.itembox.design/item/img/ar_white.png") 0 0 no-repeat;
	background-size: 100%;
	
}
#toTop a span {
	position: absolute;
	display: block;
	left: 0;
  	top: 60%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :85px;
    text-align: center;
}

@media screen and (max-width:1023px) {
	/* pagetop
	----------------- */
	#toTop {
		display: none !important;
	}
	/*#toTop {
		right: 12px;
		bottom: 90px;
	}
	#toTop a {
		width: 75px;
		height: 75px;
	}
	#toTop a ::before {
		top: -16px;
		left: 28px;
		width: 20px;
	}
	#toTop a span {
		width: 75px;
	}*/
}



.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
 }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
