@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900');

body {
		margin: 0 auto;
		padding: 0;
		line-height: 1.7 !important;
		letter-spacing: .05rem;
		font-size: 14px;
		font-family: 'Lato', 'Noto Sans JP', 'sans-serif';
		color: #333;
		background: #fff;
		word-break: break-word;
		overflow-wrap: break-word;
		text-rendering: optimizeSpeed;
}
input[type="button"] {

	appearance: none;

	-webkit-appearance: none;

	-moz-appearance: none;

}
#matsukaze_theglue .pt-10 {
	padding-top: 10px;
}
/*common*/
#matsukaze_theglue br.sp-show {
	display: none;
}
#matsukaze_theglue .sp-show {
	display: none;
}
#matsukaze_theglue .sp-none {
	display: block;
}
#matsukaze_theglue a {
	display: block;
	opacity: 1;
}
#matsukaze_theglue a:hover {
  opacity: 0.8;
  transition: all .2s ease;
  text-decoration: none;
}
#matsukaze_theglue #feature,
#matsukaze_theglue #comparison,
#matsukaze_theglue #searchArea,
#matsukaze_theglue #resultArea,
#matsukaze_theglue #resultArea-02,
#matsukaze_theglue #about,
#matsukaze_theglue #faq {
	padding-top: 80px;
}
#matsukaze_theglue #narrowArea {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px;
}
#matsukaze_theglue h2,
#matsukaze_theglue h3,
#matsukaze_theglue h4 {
}
#matsukaze_theglue h4 {
	text-align: center;
}
#matsukaze_theglue h1,
#matsukaze_theglue h2,
#matsukaze_theglue h3,
#matsukaze_theglue h4 {
	font-weight: 400;
}

/*KV*/
#matsukaze_theglue .kv {
	position: relative;
}
#matsukaze_theglue .kv img {
	width: 100%;
	height: 400px;
	object-fit: cover;
  vertical-align: top;
}
#matsukaze_theglue #list .list-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#matsukaze_theglue #list .list-image-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#matsukaze_theglue h1 {
	color: #fff;
	font-size: 4.4rem;
	text-align: left;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .25);
	padding: 0 20px 20px;
	line-height: 1.7;
}
#matsukaze_theglue .bold {
	font-weight: bold;
}

/*feature*/
#matsukaze_theglue #feature .narrow-width {
  max-width: 1060px;
}


#matsukaze_theglue #feature h2 {
	text-align: center;
	font-size: 3.8rem;
}
#matsukaze_theglue #feature h4 {
	font-size: 3rem;
	padding: 40px 0 60px;
	text-align: center;
}

/*slider*/
#matsukaze_theglue #list-free-feature {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}
#matsukaze_theglue #list-free-feature .slider_outer {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
  cursor: grab;
}

#matsukaze_theglue #list-free-feature .slider_container {
  gap: 60px 40px;
	width: 100%;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#matsukaze_theglue #list-free-feature .carousel-cell {
	width: calc((100% - 120px) / 3);
	height: 100%;
}
#matsukaze_theglue #list-free-feature .px-10 {
	padding-left: 10px;
  padding-right: 10px;
}
#matsukaze_theglue #list-free-feature .gradient {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	background: linear-gradient(135deg, #E7D0BE 0%, #D7A57E 100%);
	box-sizing: border-box;
	width: 100%;
}
#matsukaze_theglue #list-free-feature .gradient p {
	font-size: 15px;
	text-align: center;
}
#matsukaze_theglue #list-free-feature .gradient p span {
	font-size: 19px;
	display: block;
	padding-top: 25px;
}
/*行く戻るボタン*/
#matsukaze_theglue #list-free-feature .button_container {
	display: none;
}

/*comparison*/
#matsukaze_theglue #comparison h2 {
	text-align: center;
	font-size: 2.6rem;
}
#matsukaze_theglue #comparison h3 {
	text-align: center;
	font-size: initial;
	font-size: 2rem;
}
#matsukaze_theglue #comparison h4 {
	padding: 20px 0 10px;
	font-size: 2.5rem;
}
#matsukaze_theglue #comparison img {
	width: 100%;
}

/* 新旧切替 */
#matsukaze_theglue #comparison .flipBtn {
	margin-top: 24px;
}
#matsukaze_theglue #comparison .flipBtn p {
	display: none;
	margin: 0 auto;
	padding: 12px 36px;
	width: fit-content;
	color: #FFF;
	border-radius: 8px;
	background: #8a6d3b;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
	cursor: pointer;
}
#matsukaze_theglue #comparison .flipBtn p.active {
	display: block;
}

/*------- RESULT AREA -------*/
#matsukaze_theglue #comparison #resultArea {
	margin: 0 auto;
	max-width: 1170px;
}

	/*------- LIST VIEW -------*/
#matsukaze_theglue #comparison #resultArea.listview > div {
	position: relative;
	margin-bottom: 12px;
	padding: 6px;
	border-radius: 8px;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

#matsukaze_theglue #comparison #resultArea.listview > div > div {
	display: flex;
	flex-direction: row;
}
#matsukaze_theglue #comparison #resultArea.listview > div > div > a {
	padding: 4px;
	min-width: 20%;
	text-align: center;
}
#matsukaze_theglue #comparison #resultArea.listview > div > div > div {
	width: 100%;
}
#matsukaze_theglue #comparison #resultArea.listview > div > div .detialArea {
	display: flex;
	flex-wrap: wrap;
}
#matsukaze_theglue #comparison #resultArea.listview > div > div .detialArea > div {
	padding: 6px 4px;
	width: calc(100% / 3);
	font-size: 1.5rem;
	font-weight: 700;
}
#matsukaze_theglue #comparison #resultArea.listview > div > div .detialArea:nth-child(3) > div:nth-child(2) {/* Ph */
	width: calc(100% / 3 * 2);
}

	/*------- TABLE VIEW -------*/
#matsukaze_theglue #comparison #resultArea.tableview > div h3 {
	font-weight: 600;
	height: 64px;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
#matsukaze_theglue #comparison #resultArea.tableview {
	display: flex;
	flex-direction: row;
	padding-bottom: 24px;
	overflow-x: scroll;
}
#matsukaze_theglue #comparison #resultArea.tableview > div {
	padding: 12px 20px;
	min-width: 23%;
	border-right: 1px solid #AAA;
}
#matsukaze_theglue #comparison #resultArea.tableview > div:last-child {
	border-width: 0;
}
#matsukaze_theglue #comparison #resultArea.tableview > div figure {
	text-align: center;
}
#matsukaze_theglue #comparison #resultArea.tableview > div > div .detialArea > div {
	padding: 4px 0;
}
#matsukaze_theglue #comparison #resultArea.tableview > div > div .detialArea > div p {
	font-weight: 700;
}
#matsukaze_theglue #comparison #resultArea.tableview > div > div .detialArea > div p label {
	text-indent: 36px;
}

	/*------- LIST / TABLE COMMON VIEW -------*/
#matsukaze_theglue #comparison #resultArea > div h3 span {
	display: block;
	color: #e079a6;
	font-size: 1.2rem;
	font-weight: 700;
}
#matsukaze_theglue #comparison #resultArea > div > div .detialArea > div span {
	display: block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
	border-bottom: 1px solid #AAA;
}

/*--table基本設定-----------------------------------*/
#matsukaze_theglue #comparison table {
	border-collapse: collapse;
	border: #ccc solid 1px;
}
#matsukaze_theglue #comparison table tr {
	border-bottom: solid #ccc 1px;
	/*height: auto !important;*/
}
#matsukaze_theglue #comparison table tr:last-child {
	border-bottom: none;
}
#matsukaze_theglue #comparison table th {
	border-right: solid #ccc 1px;
	padding: 15px 8px;
	vertical-align: middle;
}
#matsukaze_theglue #comparison table th:last-child {
	border-right: none;
}
#matsukaze_theglue #comparison table td {
	border-right: solid #ccc 1px;
	padding: 14px 8px;
	vertical-align: middle;
	text-align: center;
}
#matsukaze_theglue #comparison table td:last-child {
	border-right: none;
}

/*searchArea*/
#matsukaze_theglue #searchArea {
	max-width: 800px;
	margin: 0 auto;
}
#matsukaze_theglue #searchArea > div {
	position: relative;
	margin: 12px 4px;
	padding: 4px 12px 12px 12px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
#matsukaze_theglue #searchArea > div h3 {
	font-size: 2rem;
	text-align: left;
}
#matsukaze_theglue #searchArea > div ul {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}
#matsukaze_theglue #searchArea > div ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 4 - 18px);
	margin: 1%;
	padding: 8px;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 12px;
	background: #FFF;
	cursor: pointer;
}
#matsukaze_theglue #searchArea > div ul li:hover {
  color: #FFF;
  border-color: #e372a1;
	background: #ea9dbd80;
}
#matsukaze_theglue #searchArea > div ul li.active {
  color: #FFF;
  border-color: #e372a1;
  background: #ea9dbd;
}
#matsukaze_theglue #searchArea > div ul li:last-child {
  position: absolute;
  padding: 4px 12px;
  top: 0;
  right: 0;
  width: fit-content;
  font-weight: 400;
  border-radius: 8px;
}

/*resultArea-02*/
#matsukaze_theglue #resultArea-02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 60px;
}
#matsukaze_theglue #resultArea-02 .list-result-item {
	width: calc((100% - 120px) / 3);
}
#matsukaze_theglue #resultArea-02 .list-result-item img {
	width: 100%;
	height: auto;
}
#matsukaze_theglue #resultArea-02 .list-result-item h4 {
	font-size: 1.5rem;
  padding-top: 10px;
	text-align: left;
}

/*about*/
#matsukaze_theglue #about h2,
#matsukaze_theglue #about h3 {
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 10px;
}
#matsukaze_theglue #about h3 {
	position: relative;
	padding-left: 1.2rem;
}
#matsukaze_theglue #about h3::before {
	position: absolute;
	content: "";
	background: #dbd1c9;
	left: 0;
	top: 4px;
	width: 5px;
	height: 24px;
}
#matsukaze_theglue #about .box {
	padding-bottom: 10px;
}
#matsukaze_theglue #about p {
	padding-bottom: 10px;
}

/*faq*/
#matsukaze_theglue #faq h2,
#matsukaze_theglue #faq h3 {
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 10px;
}
#matsukaze_theglue #faq h3 {
	position: relative;
	padding-left: 1.2rem;
}
#matsukaze_theglue #faq h3::before {
	position: absolute;
	content: "";
	background: #e4dad2;
	left: 0;
	top: 4px;
	width: 5px;
	height: 24px;
}
#matsukaze_theglue #faq .box {
	padding-bottom: 10px;
}
#matsukaze_theglue #faq p {
	padding-bottom: 10px;
}

@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
	/*about*/
	#matsukaze_theglue #about h2,
	#matsukaze_theglue #about h3 {
		font-size: 2rem;
	}
	/*faq*/
	#matsukaze_theglue #faq h2,
	#matsukaze_theglue #faq h3 {
		font-size: 2rem;
	}

}

@media screen and (max-width: 1024px){
	/*about*/
	#matsukaze_theglue #about h2,
	#matsukaze_theglue #about h3 {
		font-size: 2.7rem;
	}
	/*faq*/
	#matsukaze_theglue #faq h2,
	#matsukaze_theglue #faq h3 {
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 767px) {
	#matsukaze_theglue #feature,
	#matsukaze_theglue #comparison,
	#matsukaze_theglue #searchArea,
	#matsukaze_theglue #resultArea,
	#matsukaze_theglue #resultArea-02,
	#matsukaze_theglue #about,
	#matsukaze_theglue #faq {
		padding-top: 50px;
	}
	#matsukaze_theglue .kv img {
		height: 200px;
	}
	#matsukaze_theglue h1 {
		font-size: 3.4rem;
	}
	#matsukaze_theglue #narrowArea {
		padding: 10px;
	}
  #matsukaze_theglue #searchArea > div ul li {
    width: calc(100% / 3 - 8px);
  }
	#matsukaze_theglue #searchArea > div h3 {
		font-size: 2.7rem;
	}
	#matsukaze_theglue br.sp-show {
		display: block;
	}
	#matsukaze_theglue .sp-show {
		display: block;
	}
	#matsukaze_theglue .sp-none {
		display: none;
	}
	#matsukaze_theglue #resultArea-02 {
		gap: 40px 15px;
	}
	#matsukaze_theglue #resultArea-02 .list-result-item {
		width: calc((100% - 30px) / 2);
	}

/*feature*/
	#matsukaze_theglue #feature h2 {
		font-size: 3rem;
	}
	#matsukaze_theglue #feature h4 {
		font-size: 2.1rem;
		padding: 20px 0 40px;
	}

	/*slider*/
	#matsukaze_theglue #list-free-feature {
		gap: 0;
	  justify-content: center;
		height: 100%;
		width: 100%;
	}
	#matsukaze_theglue #list-free-feature .slider_outer {
		width: 80%;
	}
	#matsukaze_theglue #list-free-feature .slider_container {
    display: flex;
		flex-wrap: nowrap;
		gap: 0;
    transition: .2s ease-in-out;
	}
	#matsukaze_theglue #list-free-feature .carousel-cell {
		width: 100%;
	}
	#matsukaze_theglue #list-free-feature .gradient {
		height: 140px;
		width: 78vw;
	}

	/* 進む・戻るボタン */
	#matsukaze_theglue #list-free-feature .button_container {
		display: block;
	}
	#matsukaze_theglue #list-free-feature button {
		background: transparent;
		display: block;
		width: 27px;
	  height: 27px;
	  cursor: pointer;
		position: absolute;
		top: 22%;
	}
	#matsukaze_theglue #list-free-feature button::after {
		content: "";
		display: block;
		width: 11px;
		height: 11px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 6px;
		z-index: 9999;
	}
	#matsukaze_theglue #list-free-feature button.next_btn::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 6px;
	}
	#matsukaze_theglue #list-free-feature button.back_btn::after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		right: 6px;
	}

	#matsukaze_theglue #list-free-feature button:hover,
	#matsukaze_theglue #list-free-feature button:active {
	  opacity: .6;
	}
	#matsukaze_theglue #list-free-feature button.next_btn {
	  right: 3%;
	}
	#matsukaze_theglue #list-free-feature button.back_btn {
	  left: 3%;
	}

	/* ドットインジケータ */
	#matsukaze_theglue #list-free-feature .indicator_container {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin: 30px;
	}
	#matsukaze_theglue #list-free-feature .indicator {
    width: 10px;
    height: 10px;
		border: #695340 1.5px solid;
    background: transparent;
    border-radius: 50%;
	}
	#matsukaze_theglue #list-free-feature .indicator1 {
    background-color: #695340;
	}

	/*comparison*/
	#matsukaze_theglue #comparison h2 {
		font-size: 3.5rem;
	}
	#matsukaze_theglue #comparison #resultArea {
		margin: 0 12px;
	}
	#matsukaze_theglue #comparison #searchArea > div ul li {
		width: calc(100% / 3 - 8px);
	}
	#matsukaze_theglue #comparison #searchArea > div h2 {
		font-size: 2rem;
		font-weight: 700;
	}
	#matsukaze_theglue #comparison #searchArea > div ul li {
		font-size: 1.6rem;
	}
	#matsukaze_theglue #comparison #resultArea.tableview > div {
		padding: 8px;
		min-width: 40%;
	}

	/*about*/
	#matsukaze_theglue #about h2,
	#matsukaze_theglue #about h3 {
		font-size: 2.3rem;
		padding-bottom: 5px;
	}
	#matsukaze_theglue #about h3::before {
		width: 4px;
		height: 18px;
	}

	/*faq*/
	#matsukaze_theglue #faq h2,
	#matsukaze_theglue #faq h3 {
		font-size: 2.3rem;
    padding-bottom: 5px;
	}
	#matsukaze_theglue #faq h3::before {
		width: 4px;
		height: 18px;
	}

}
