@charset "utf-8";
body {
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #666;
	position: relative;
	left: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	min-width: 1000px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
li {
	margin-left: 30px;
	margin-top: 5px;
}
li:first-child {
	margin-top: 0;
}
input, select, textarea {
	font-family: "メイリオ", sans-serif;
	font-size: 16px;
	padding: 0.5em;
	line-height: 1.5em;
}
input[type="submit"] {
	padding: 10px;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku tr {
	background-color: #FFF;
}
table.waku th {
	text-align: center;
	background-color: #EEE;
	font-weight: normal;
}
table.waku th, table.waku td {
	padding: 10px;
	border: 1px solid #CCC;
}
table.waku2 {
	margin-top: 20px;
	background-color: #FFF;
	line-height: 1.5em;
}
table.waku2 th {
	text-align: center;
	background-color: #EEE;
	font-weight: normal;
}
table.waku2 th, table.waku2 td {
	padding: 10px;
	border: 1px solid #CCC;
}
table.waku_form {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku_form th, table.waku_form td {
	padding: 10px;
	border: 1px solid #CCC;
}
table.waku_form th {
	text-align: center;
	background-color: #EEE;
	font-weight: normal;
	color: #000;
	white-space: nowrap;
	width: 25%;
}
p {
	margin-top: 20px;
}
h2 {
	font-size: 160%;
	margin-top: 80px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}
h3 {
	color: #000;
	margin-top: 40px;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
h3.title {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #D11;
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 {
	font-weight: normal;
	color: #000;
	margin-top: 30px;
	font-size: 110%;
	line-height: 1.5em;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 5px;
}
h4.title {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	margin-top: 20px;
}
section.sectionBox {
	padding-top: 80px;
	padding-bottom: 80px;
}
section.sectionBox:nth-of-type(2n) {
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
}
.inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.innerNarrow {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 140px;
	padding-left: 140px;
}
.innerWide {
	max-width: 1200px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]padding-right: 10px;
*/
	/* [disabled]padding-left: 10px;
*/
}
#header {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
#logo {
	float: left;
}
#headerContactBox {
	float: right;
	width: 258px;
}
#headerContactBox ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#headerContactBox ul li {
	padding: 0px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 50%;
	float: left;
}
#headerContactBox ul li a {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	margin-right: 2px;
	text-decoration: none;
	background-color: #789;
	border: 1px solid #789;
	border-radius: 2px;
	color: #FFF;
}
#headerContactBox ul li:last-child a {
	margin-right: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #789;
}
#headerTel {
	margin-top: 5px;
}
#globalNav {
	padding-top: 10px;
	clear: left;
}
#globalNav ul {
	padding: 0px;
	margin-top: 0px;
	font-size: 0px;
}
#globalNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#globalNav ul li:before {
	content: " / ";
}
#globalNav ul li:first-child:before {
	content: "";
}
#globalNav ul li a {
	text-decoration: none;
	color: #999;
}
#globalNav ul li a:hover {
	color: #000;
	font-weight: bold;
}
#localNav {
	margin-top: 80px;
}
#localNav ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap
}
#localNav ul li {
	padding: 0%;
	margin: 0px;
	list-style-type: none;
}
#localNav ul.column2 li {
	width: 50%;
}
#localNav ul.column3 li {
	width: 33.333%;
}
#localNav ul.column4 li {
	width: 25%;
}
#localNav ul li a {
	display: block;
	text-decoration: none;
	padding: 10px;
}
#localNav ul li a .title {
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	text-align: center;
}
#localNav ul li a .photo {
	background-size: cover;
	background-position: center center;
	margin-right: 10px;
	width: 100%;
	border-bottom: 5px solid #F00;
	padding-top: 100%;
	filter: grayscale(50%);
}
#localNav ul li a:hover .photo {
	filter: grayscale(0%);
}
#catchHome {
	position: relative;
	background-color: #000;
	height: 600px;
	padding: 0px;
}
#catchHome h1 {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
}
#catchHome h1 img {
	margin-right: auto;
	margin-left: auto;
}
#zoomslider {
	overflow: hidden;
	width: 100%;
	background-color: #999;
	height: 100%;
}
#topConcept {
	text-align: center;
	margin: 40px;
	letter-spacing: 0.2em;
}
#subpageBanner {
	margin-top: 80px;
}
#subpageBanner ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#subpageBanner ul li {
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 33.333%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0%;
}
#subpageBanner ul li.column2 {
	width: 50%;
}
#subpageBanner ul li a {
	text-align: center;
	display: block;
	font-size: 120%;
	letter-spacing: 0.1em;
	background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	transition: 1s;
	color: #FFF;
	padding-top: 25%;
	padding-bottom: 25%;
	border: 1px solid #FFF;
}
#subpageBanner ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}
#subNav {
	margin-top: 80px;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#subNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
#subNav ul li a {
	text-align: center;
	display: block;
	font-size: 120%;
	color: #333;
	text-decoration: none;
	transition: 1s;
	line-height: 1.3em;
	margin: 10px;
	letter-spacing: 0.2em;
	border: 1px solid #EEE;
	background-image: url(../images/arrow_bottom2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 40px 10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	padding-bottom: 30px;
}
#subNav ul li a:hover, #subNav ul li a.active {
	background-color: #D11;
	color: #FFF;
}
#secondNav {
	margin-top: 40px;
}
#secondNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	display: block !important;
}
#secondNav ul li {
	float: left;
	width: 33.333%;
	padding: 0%;
	margin: 0px;
}
#secondNav ul li:nth-child(3n+1) {
	clear: left;
}
#secondNav ul li a {
	display: block;
	color: #666;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
#secondNav ul li a:before {
	display: block;
	content: "";
	width: 100%;
	background-color: #EEE;
	padding-top: 75%;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/soon1.jpg);
	transition: transform 0.5s ease-out;
	border: 1px solid #EEE;
}
#secondNav ul li a:hover:before {
	/* [disabled]transform: scale(1.02);
*/
}
#secondNav ul li ul {
	display: none;
}
#pageTitle h1 {
	font-weight: normal;
	font-size: 120%;
	color: #FFF;
	line-height: 1.2em;
	padding: 10px;
	border: 1px solid #EEE;
	background-color: #000;
	text-align: center;
	letter-spacing: 0.1em;
}
#breadcrumb {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#breadcrumb ul li:before {
	content: "＞";
}
#breadcrumb ul li:first-child:before {
	content: "";
}
#areaBox {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.5);
}
#areaBox .inBox {
	padding-left: 200px;
	background-image: url(../images/area.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#areaBox h2 {
	margin: 0px;
	text-align: center;
}
#areaBox h3 {
	margin-top: 10px;
	font-size: 100%;
	line-height: 1.5em;
}
#areaBox ul {
	margin-top: 5px;
	font-size: 0px;
	line-height: 0px;
}
#areaBox ul li {
	display: inline;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
#contactBnr {
	padding: 80px 10px;
	border-top: 1px solid #EEE;
	margin-top: 80px;
	background-color: #F6F6F6;
}
#contactBnr img {
	margin: auto;
}
#footer {
	background-color: #EEE;
	margin-top: 80px;
}
#footer address {
	font-style: normal;
	font-size: 80%;
	text-align: center;
	margin-top: 40px;
	padding-top: 20px;
	background-color: #DDD;
	padding-right: 10px;
	padding-bottom: 200px;
	padding-left: 10px;
}
#footerSitemap {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
#footerSitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerSitemap ul li {
	margin: 0px;
	padding: 0px;
}
#footerSitemap a {
	color: #666;
}
#footerSitemap > ul > li > a {
	border-left-width: 5px;
	border-left-style: solid;
	display: block;
	margin-top: 20px;
	padding-left: 5px;
	border-left-color: #000;
	color: #000;
}
#footerSitemap ul li ul {
	margin-top: 10px;
	font-size: 12px;
}
#footerSitemap ul li ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px;
}
#footerSitemap ul li ul li ul {
	margin: 0px;
	padding: 0px;
}
#footerSitemap ul li ul li ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerSitemap ul li ul li ul li :before {
	content: "≫ ";
}
#pageTop {
	border-radius: 3px;
	padding: 15px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	background-image: url(../images/black_alpha50percent.png);
	z-index: 15;
}
#pageTop:hover {
	cursor: pointer;
}
#featureBox .inBox {
	margin-top: 80px;
	border: 1px solid #CCC;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#featureBox h2 {
	font-weight: bold;
	margin-top: -25px;
	color: #FFF;
	background-color: #000;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#featureBox img {
	margin-top: 20px;
}
#featureBox .button {
	margin-top: 40px;
}
#featureBox .box_waku01 .img_waku02 {
	margin-top: 20px;
}
#worksListBox .photo {
	margin-top: 40px;
}
#worksListBox .photo a {
	display: block;
	width: 100%;
	padding-top: 66.666%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #EEE;
}
#worksListBox .icon_link {
	margin-top: 10px;
}
#worksListBox ul {
	margin-top: 5px;
}
#worksListBox ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 70%;
	line-height: 1.5em;
}
#worksBox {
	margin-top: 80px;
	overflow: hidden;
}
#worksBox .inBox {
	float: left;
	width: 33.333%;
}
#worksBox .inBox a {
	padding-top: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFF;
}
#galleryBox {
	margin-top: 20px;
	overflow: hidden;
}
#galleryBox .inBox {
	float: left;
	width: 33.333%;
}
#galleryBox .inBox a {
	padding-top: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFF;
}
#tochi_mainContents {
	margin-bottom: 80px;
}
#tochi_mainContents .photo_kukaku {
	margin-top: 20px;
	border: solid 1px #CCC;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFF;
}
#tochiListBox .inBox {
	padding: 15px;
	margin-top: 40px;
	border: 1px solid #EEE;
	overflow: hidden;
	background-color: #F6F6F6;
}
#tochiListBox .inBox h2 {
	margin-top: 0px;
}
#tochiListBox .inBox h2 a {
	color: #D11;
}
#tochiListBox .inBox h3 {
	font-size: 15px;
	line-height: 1.5em;
	border-bottom-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#tochiListBox .inBox .date {
	font-size: 80%;
	line-height: 40px;
	text-align: right;
	margin-top: -40px;
}
#tochiListBox .inBox .photo {
	float: left;
	width: 40%;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #EEE;
	background-color: #FFF;
}
#tochiListBox .inBox .photo img {
	height: auto;
	width: 100%;
}
#tochiListBox .inBox .button {
	margin-top: 10px;
}
#tochiListTopBox {
	margin-top: 20px;
}
#tochiListTopBox .inBox {
	border: 1px solid #FFF;
	background-color: #F6F6F6;
}
#tochiListTopBox .inBox .btn {
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#tochiListTopBox .inBox .btn .photo {
	width: calc(50% - 4px);
	float: left;
	padding: 2px;
}
#tochiListTopBox .inBox .btn .photo:last-child {
	/* [disabled]width: auto; */
}
#tochiListTopBox .inBox .btn .photo img {
	width: 100%;
	height: auto;
}
#tochiListTopBox .date {
	font-size: 80%;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	background-color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
}
#tochiListTopBox a {
	text-decoration: none;
	display: block;
}
#tochiListTopBox .title {
	color: #FFF;
	background-color: #D00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 0.1em;
}
#tochiListTopBox ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.5em;
}
#tochiListTopBox ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	list-style-type: none;
	color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#tochiListTopBox ul li:last-child {
	border-bottom-style: none;
	padding-bottom: 0px;
}
#tochiListTopBox .soldout .title {
	background-color: #DDD;
}
#tochiListTopBox .soldout ul li {
	color: #CCC;
	font-weight: normal;
}
#tochiListTopBox .soldout .date {
	font-style: italic;
	color: #CCC;
}
#tochiListTopBox.columnBox > div {
	margin-top: 20px;
}
#torikanBox {
	margin-top: 20px;
}
#torikanBox h3 {
	margin-top: 0px;
	font-size: 13px;
	line-height: 1.2em;
}
#torikanBox ul {
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#torikanBox ul li {
	margin-top: 0px;
}
#planBox {
	font-size: 90%;
	line-height: 1.5em;
}
#planBox h3 .marker01 {
	display: block;
	background-color: #FFF;
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	color: #000;
	margin-bottom: 5px;
}
#planBox h4 {
	margin-top: 15px;
}
#planBox ul {
	margin-top: 10px;
}
#planBox ul li {
	margin-top: 0px;
}
#planBox .photo a {
	padding: 20px;
	margin-top: 15px;
	border: 1px solid #DDD;
	background-image: url(../images/ico_zoom@2x.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px;
	display: block;
}
#topicsBox .inBox {
	margin-top: 80px;
}
#topicsBox .inBox img {
	margin-right: auto;
	margin-left: auto;
}
#topicsBox .headlineBox ul {
	margin-top: 0px;
}
#topicsBox .headlineBox .link {
	font-size: 120%;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
}
.headlineBox {
	word-wrap: break-word;
}
.headlineBox ul {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headlineBox ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.headlineBox .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-top: 10px;
}
.headlineBox .date {
	font-size: 80%;
	float: left;
	display: block;
}
.headlineBox .category {
	color: #000;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	float: left;
}
.headlineBox .category:before {
	content: "【";
}
.headlineBox .category:after {
	content: "】";
}
.headlineBox .link {
	font-size: 100%;
	display: block;
	overflow: hidden;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
}
.text_large {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: normal;
}
.text_tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	line-height: 1.2em;
}
.text_caption {
	line-height: 1.5em;
	margin-top: 10px;
	font-size: 100%;
}
.appeal_color {
	color: #D11;
}
.appeal_color2 {
	color: #000;
}
.marker01 {
	font-size: 80%;
	color: #FFF;
	background-color: #D11;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 2px;
}
h2 .marker01 {
	font-size: 60%;
	display: inline-block;
}
.marker02 {
	font-size: 80%;
	color: #FFF;
	background-color: #39F;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 2px;
}
.marker03 {
	font-size: 80%;
	color: #FFF;
	background-color: #F69;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 2px;
}
.box_waku01 {
	padding: 30px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-image: url(../images/box_bg01.gif);
	background-color: #FFF;
}
.box_waku02 {
	padding: 20px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-image: url(../images/box_bg01.gif);
	background-color: #FFF;
}
.formBox {
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 10px;
	background-image: url(../images/box_bg01.gif);
	border: 1px solid #EEE;
	background-color: #FFF;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.5em;
}
.formBox dt {
	float: left;
	width: 23%;
	clear: both;
	padding: 1%;
	margin: 0px;
	text-align: right;
	color: #000;
	font-weight: bold;
}
.formBox dd {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 73%;
}
.formBox .catalogList .inBox {
	margin-bottom: 10px;
	text-align: center;
	font-size: 85%;
	line-height: 1.5em;
}
.formBox .catalogList .inBox .photo {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-bottom: 10px;
}
.img_waku01 {
	border: 1px solid #DDD;
}
.img_waku02 {
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 15px;
}
.icon_link {
	list-style-type: none;
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	margin-left: 0px;
}
.button {
	text-align: center;
	overflow: hidden;
}
.button a {
	display: inline-block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	color: #D11;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 0.1em;
	border: 1px solid #D11;
	background-color: #FFF;
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 5px solid #000;
	box-sizing: border-box;
}
.anchorLink {
	margin-top: -1px;
	padding-top: 1px;
}
.shading {
	-webkit-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.shading2 {
	display: none;
}
.only_pc {
	display: block;
}
.only_sp {
	display: none !important;
}
