@charset "utf-8";


img:not([width]) {
	zoom: .5;
	/* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');


/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  #about

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ///////////////////////////////////////////////////////////////////
	PageTitle
/////////////////////////////////////////////////////////////////// */

#pageTitle {
	background: url(../common/pagettl/item.gif) no-repeat;
	background-position: 7px 8px;
	background-size: 28px 26px;
	-webkit-background: 28px 26px;
	color: #0055CA;
	padding: 12px 10px 8px 40px;
	font-size: 18px;
	margin: 0px 0px 18px 0px;
	border-bottom: 2px #33AAD7 solid;
}

/* ///////////////////////////////////////////////////////////////////
	text00
/////////////////////////////////////////////////////////////////// */

.textbox p {
	width: 94%;
	margin: 0px auto 15px auto;
}

/* ///////////////////////////////////////////////////////////////////
	secTitle01
/////////////////////////////////////////////////////////////////// */

.secTitle01 {
	background: #DDF0FB;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	overflow: hidden;
}

.columnt {
	padding: 6px 10px 2px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	overflow: hidden;
	color: #067BF7;
}

.secTitle01 span.icon01,
.columnt span.icon01 {
	background-color: #029BE1;
	height: 20px;
	width: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: block;
	float: left;
	margin: 0px 8px 2px 0px;
}

.secTitle02 {
	background: #F7B3BD;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	overflow: hidden;
}

#about .att {
	font-size: 10px;
	line-height: 1.0em;
}

#about .imgbox {
	width: 94%;
	margin: 0px auto 15px auto;
}


.pglink {
	width: 98%;
	margin: 0px auto 15px;
}

.pglink li {
	float: left;
	padding: 5px 5px 2px 10px;
	margin: 2px 3px;
	width: 40%;
}

.pglink li a {
	font-size: 13px;
	text-decoration: none;
	background: url(../common/arrow05.png) no-repeat left center;
	padding-left: 10px;
}


#about .column {
	width: 94%;
	margin: 5px auto;
	border: 1px solid #19B5F7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


#how .howlst li {
	float: left;
	width: 46%;
	margin: 0 0 15px 2%;
}




/* --------------------------------------------------------------

.wq

----------------------------------------------------------------- */
#wq #wqBox {
	width: 94%;
	margin: 0 auto;
}

#wq dl.msg {
	width: 90%;
	margin: 0 auto;
	background: #FBF5D9;
	margin: 0 auto 15px;
	padding: 15px 10px;
	border: 1px dotted #FFCC99;
}

#wq dl.msg dt {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dotted #996600;
}

#wq dl.msg dd.pdfDl {}

#wq dl.msg dd.pdfDl a {
	text-align: center;
	padding: 6px 0px;
	width: 80%;
	background: #FF8800;
	text-decoration: none;
	display: block;
	color: #fff;
	margin: 5px auto;
}

#wq dl.msg dd.pdfDl a:hover {
	background: #FFCC66;
}

#wq p.msg2 {
	padding: 10px 5px 0;
	margin-bottom: 0;
}

#wq p.suiBtn a,
#about p.suiBtn a {
	padding: 6px 0px;
	width: 80%;
	background: #3B85F7;
	text-decoration: none;
	display: block;
	margin: 5px 15px 10px 0;
	text-align: center;
	margin: 5px auto 15px;
	color: #fff;
}

#wq p.suiBtn a:hover {
	background: #91DEFB;

}

#wq p.txt {
	padding: 0 0 0 5px;
	margin: 15px auto;
}

#wq table.dataT3 {
	border-top: 2px solid #0784D3;
	margin: 0px auto;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border-right: 1px solid #CCC;
}

#wq table.dataT3 th {
	padding: 5px;
	background: #DDEDF7;
	border-bottom: 3px solid #CCC;
}

#wq table.dataT3 th.th01 {
	width: 150px;
}

#wq table.dataT3 th.th03 {
	width: 80px;
}

#wq table.dataT3 td {
	background: #FFF;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	padding: 4px;
}

#wq table.dataT3 td.bg01 {
	background: #E2FCF4;
	text-align: left;
}

#wq div.downPdf {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 8px 0px 6px 10px;
	width: 600px;
	margin: 0 auto 15px;
}

#wq div.downPdf p {
	float: left;
	font-size: 82%;

}

#wq div.downPdf p.imgL {
	width: 50%;
}


.allitem {
	background: #16AFD6;
	padding: 1%;
	text-align: center;
	margin-top: 15px;
}

/*オリジナルパッケージ*/
.original-main {
	margin-bottom: 30px;
}

.original-main img {
	width: 100%;
}

.original-model {
	margin-bottom: 30px;
}

.original-model__img img {
	width: 100%;
}

.original-model__title {
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #89703d;
	margin-bottom: 16px;
	letter-spacing: 5px;
}

.original-model__title .f-s {
	font-size: 16px;
}

.original-model__title .line {
	position: relative;
	z-index: auto;
	font-size: 20px;
}

.original-model__title .line::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #e5e0d5;
	width: 100%;
	height: 15px;
	z-index: -1;
}

.original-model__lead {
	text-align: center;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.6;
	color: #222;
	padding: 0 20px 0 20px;
}

.original-charm {
	background-color: #eeebe4;
	padding: 30px 20px 10px 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.original-charm__block {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.original-charm__block__img {
	width: 100%;
	box-sizing: border-box;
}

.original-charm__block__img img {
	width: 100%;
}

.original-charm__data {
	width: 90%;
	background-color: #fff;
	padding: 20px 20px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	top: -20px;
}

.original-charm__data__title {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.original-charm__data__title__number {
	font-family: "Roboto Condensed", sans-serif;
	color: #a8863f;
	font-size: 42px;
	line-height: 1;
	margin-right: 10px;
}

.original-charm__data__title__copy {
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	color: #222;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
}

.original-charm__data__text {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

.original-charm__data__notes {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

.original-charm__title {
	text-align: center;
	width: 65%;
	margin: 0 auto 20px;
}

.original-charm__title img {
	width: 100%;
}

.original-charm__title__sub {
	color: #89703d;
	font-size: 2rem;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #89703d;
	max-width: 320px;
	width: 100%;
	margin: 0 auto 22px;
	line-height: 1;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	-o-border-radius: 23px;
	-ms-border-radius: 23px;
	border-radius: 23px;
	padding: 4px 10px 10px 10px;
	position: relative;
}

.original-charm__title__sub::before,
.original-charm__title__sub::after {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0;
	height: 0;
	width: 0;
	border: solid transparent;
	content: "";
	margin: auto;
}

.original-charm__title__sub:before {
	border-color: transparent;
	border-top-color: #89703d;
	border-width: 10px;
}

.original-charm__title__sub:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 8px;
}

.original-charm__title__sub .f-l {
	font-size: 3rem;
}

.original-charm__title__main {
	font-size: 3.6rem;
	text-align: center;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	font-weight: 600;
	color: #222;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	margin-bottom: 14px;
}

.original-charm__title__main .f-s {
	font-size: 2.8rem;
}

.original-charm__title__en {
	color: #a8863f;
	font-size: 1.2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3em;
	text-indent: -0.3em;
}

.original-silica {
	margin-bottom: 30px;
}

.original-silica img {
	width: 100%;
}

.original-box {
	margin-bottom: 0px;
	padding: 0 20px;
}

.original-box__title {
	margin-bottom: 20px;
	color: #89703d;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	letter-spacing: 4px;
}

.original-box__notes {
	background-color: #f0f0f0;
	padding: 16px;
	margin-bottom: 30px;
}

.original-box__notes li {
	text-indent: -1em;
	padding-left: 1em;
}

.original-box__list {
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	counter-reset: num;
}

.original-box__list__item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding: 16px 0 16px;

}

.original-box__list__img {
	width: 30%;
	margin-right: 5%;
	box-sizing: border-box;
	position: relative;
}

.original-box__list__img::before {
	content: counter(num);
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background-color: $cl-base2;
	color: #fff;
	font-size: 12px;
	font-family: $f-overpass;
	font-weight: 900;
	text-align: center;
	line-height: 28px;
	background-color: #9b9383;
}





.original-box__list__img img {
	width: 100%;
	box-sizing: border-box;
}

.original-box__list__text {
	width: 65%;
	box-sizing: border-box;
}

.btn-arrow {
	display: block;
	position: relative;
	margin: 0 auto 60px;
	box-shadow: 0 3px 5px rgba(#000, .25);
	font-family: $f-noto;
	text-align: center;
	color: #fff !important;
	font-size: 18px;
	max-width:90%;
	width: 100%;
	background-color: #7a560f;
	border: 2px solid #7a560f;
	padding: 12px 40px 12px 20px;
	letter-spacing: 4px;
	box-sizing: border-box;
	text-decoration: none !important;
	font-weight: 600;
}

.btn-arrow::before,
.btn-arrow::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	background-color: #fff;
	transition: .3s;
}

.btn-arrow::before {
	top: 5px;
	width: 25px;
	height: 2px;
}

.btn-arrow::after {
	top: -2px;
	width: 12px;
	height: 2px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}