@charset "UTF-8";

/*mainv_block
----------------------------------------*/
.mainv_block {
	overflow: hidden;
	padding-top: 31.25%;
}
.mainv_block img {
	vertical-align: bottom;
	width: 100%;
}
.mainv_block h2 {
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1100;
	margin: 14% 0 0;
	font-feature-settings : "palt";
	color: #fff;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 3px;
	text-shadow: 0 0 10px #251e1c, 0 0 10px #251e1c, 0 0 10px #251e1c, 0 0 10px #251e1c;
    display: none;
}
.mainv_block h2 img {
	max-width: 100%;
	width: auto;
}
.mainv_block .loading {
	background: #251e1c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.mainv_block .scene01,
.mainv_block .scene02,
.mainv_block .scene03 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.mainv_block .scene01 img {
	max-width: none;
	position: relative;
	margin-top: -29.8%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform: scale(1.5625) rotate(0.0001deg);
	-webkit-transform: scale(1.5625) rotate(0.0001deg);
	-o-transform: scale(1.5625) rotate(0.0001deg);
	-ms-transform: scale(1.5625) rotate(0.0001deg);
	transform: scale(1.5625) rotate(0.0001deg);
	-webkit-transition: all 3000ms linear;
	transition: all 3000ms linear;
}
.mainv_block .scene01.anim img {
	-moz-transform: scale(1.8218);
	-webkit-transform: scale(1.8218);
	-o-transform: scale(1.8218);
	-ms-transform: scale(1.8218);
	transform: scale(1.8218);
}
.mainv_block .scene02 img {
	max-width: none;
	position: relative;
	left: 8.5%;
	margin-top: -12.5%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform: scale(1.5796) rotate(0.0001deg);
	-webkit-transform: scale(1.5796) rotate(0.0001deg);
	-o-transform: scale(1.5796) rotate(0.0001deg);
	-ms-transform: scale(1.5796) rotate(0.0001deg);
	transform: scale(1.5796) rotate(0.0001deg);
	-webkit-transition: all 3000ms linear;
	transition: all 3000ms linear;
}
.mainv_block .scene02.anim img {
	-moz-transform: scale(1.5796) translate(4.9%,-3%);
	-webkit-transform: scale(1.5796) translate(4.9%,-3%);
	-o-transform: scale(1.5796) translate(4.9%,-3%);
	-ms-transform: scale(1.5796) translate(4.9%,-3%);
	transform: scale(1.5796) translate(4.9%,-3%);
}
.mainv_block .scene03 img {
	max-width: none;
	margin-top: 13%;
	margin-left: -.3%;
	position: relative;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform: scale(1.9531) rotate(0.0001deg);
	-webkit-transform: scale(1.9531) rotate(0.0001deg);
	-o-transform: scale(1.9531) rotate(0.0001deg);
	-ms-transform: scale(1.9531) rotate(0.0001deg);
	transform: scale(1.9531) rotate(0.0001deg);
	-webkit-transition: all 4000ms linear;
	transition: all 4000ms linear;
}
.mainv_block .scene03.anim img {
	-moz-transform: scale(1.18) translate(-4.5%,-30%);
	-webkit-transform: scale(1.18) translate(-4.5%,-30%);
	-o-transform: scale(1.18) translate(-4.5%,-30%);
	-ms-transform: scale(1.18) translate(-4.5%,-30%);
	transform: scale(1.18) translate(-4.5%,-30%);
}
@media only screen and (max-width: 736px) {
	.mainv_block {
    	padding: 0;
	}
	.mainv_block h2 {
	    position: absolute;
	    z-index: 1100;
	    top: auto;
	    text-align: left;
	    padding: 0;
	    margin: 0;
	    line-height: 1.7;
	    font-weight: bold;
		bottom: 14px;
		right: 5.866%;
		left: 5.866%;
		font-size: 1.8rem;
		letter-spacing: 1.5px;
		color: #251e1c;
		text-shadow: none;
	    display: block;
	}
}

/*news_block
----------------------------------------*/
.news_block {
	overflow: hidden;
}
.news_block .news_inner {
	float: left;
    width: calc(100vw - 600px);
    padding: 16px 0 0 34px;
}
.news_block .movie {
	float: right;
	max-width: 549px;
	max-height: 269px;
	width: 42.89%;
	height: 21.015vw;
}
.news_block .movie a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 62px 0 0 5px;
	background: url(../img/index/img_movie.jpg) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.news_block .movie p {
	font-size: 1.5rem;
	margin-bottom: 29px;
}
.news_block .movie p span {
	font-size: 1.9rem;
	display: block;
	font-weight: 500;
}
.news_block .movie .ttl {
	font-size: 2.6rem;
	letter-spacing: 3.2px;
}
.news_block h2 {
	font-size: 2.7rem;
	font-weight: normal;
	color: #333;
	margin-bottom: 7px;
}
.news_block ul {
	font-size: 1.3rem;
}
.news_block ul li {
	margin-bottom: 13.5px;
}
.news_block ul span {
	font-weight: bold;
	letter-spacing: 0;
	margin-right: 12px;
	width: 75px;
	position: absolute;
	left: 36px;
	display: block;
}
.news_block ul a {
	color: #333;
	display: block;
	padding: 2px 0 0 123px;
	line-height: 1.4;
	letter-spacing: .05px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.news_block ul a[target="_blank"]::after {
	content: "";
	display:inline-block;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
	background: url(../img/common/icon_external02.png) no-repeat;
}
.news_block ul a:before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/icon_pin.png) no-repeat;
	background-size: 24px 24px;
}
.news_block ul .event a:before {
	background-image: url(../img/index/icon_event.png);
}
.news_block ul .mail a:before {
	background-image: url(../img/index/icon_mail.png);
}
.news_block h2 + .more {
	position: absolute;
	left: 119px;
	top: 25px;
}
.news_block .more a {
	display: inline-block;
	padding: 0 0 0 21px;
	letter-spacing: -.4px;
	font-weight: bold;
	color: #333;
	background: url(../img/index/icon_more.png) no-repeat left 4px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.news_block .movie a:hover,
.news_block ul a:hover,
.news_block .more a:hover {
	opacity: .6;
}
@media only screen and (max-width: 1280px) {
	.news_block .news_inner {
	    width: 55%;
	    padding: 1.25vw 0 0 2.656vw;
	}
	.news_block .movie a {
		padding: 4.844vw 0 0 .391vw;
	}
	.news_block .movie p {
		margin-bottom: 2.265vw;
	}
	.news_block h2 {
		margin-bottom: .547vw;
	}
	.news_block ul li {
		margin-bottom: 1.054vw;
	}
	.news_block ul span {
		margin-right: .937vw;
		width: 5.859vw;
		left: 2.812vw;
	}
	.news_block ul a {
		padding: .156vw 0 0 9.609vw;
	}
	.news_block ul a:before {
		width: 1.875vw;
		height: 1.875vw;
		background-size: 100% auto;
	}
	.news_block h2 + .more {
		left: 9.297vw;
		top: 1.953vw;
	}
	.news_block .more a {
		padding: 0 0 0 1.641vw;
		background: url(../img/index/icon_more.png) no-repeat left .2vw;
		background-size: 1.328vw auto;
	}
}
@media only screen and (max-width: 736px) {
	.news_block .news_inner {
		float: none;
	    width: auto;
	    min-width: 0;
	    padding: 13px 5.333% 20px;
	}
	.news_block .movie {
		float: none;
		width: 100%;
		height: 64.533vw;
		max-width: none;
		max-height: none;
	}
	.news_block .movie a {
		width: auto;
		height: 64.533vw;
		padding: 19% 0 0 0;
		background: url(../img/index/img_movie-sp.jpg) no-repeat;
		background-size: 100% 100%;
	}
	.news_block ul a:before {
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
	}
	.news_block .movie p {
		font-size: 1.35rem;
        margin-bottom: 3.5%;
	}
	.news_block .movie p span {
		font-size: inherit;
		display: inline;
		font-weight: normal;
	}
	.news_block .movie .ttl {
		font-size: 2.1rem;
		letter-spacing: 2.6px;
		padding-left: 1px;
	}
	.news_block h2 {
		font-size: 2.8rem;
		margin-bottom: 6px;
	}
	.news_block ul {
    	margin-bottom: -3px;
	}
	.news_block ul li {
		margin-bottom: 13px;
	}
	.news_block ul li:nth-child(n+4) {
    	display: none;
	}
	.news_block ul a {
		padding: 0 0 0 36px;
	}
	.news_block ul span {
		margin-right: 0;
		width: auto;
		position: relative;
		left: auto;
	}
	.news_block ul a:before {
		top: 3px;
	}
	.news_block h2 + .more {
		left: 28.666%;
		top: 13px;
		margin-top: 3%;
	}
	.news_block .more a {
		padding: 0 0 0 21px;
		background: url(../img/index/icon_more-sp.png) no-repeat left center;
	    background-size: 17px 17px;
	}
}

/*product_block
----------------------------------------*/
.product_block {
	background: #f8f8f8;
	text-align: center;
	padding-bottom: 51px;
}
.product_block h2 {
	background: #e8e9ea;
	text-align: center;
	font-weight: normal;
	color: #333;
	font-size: 2.6rem;
	padding: 36px 0 34px 2px;
	letter-spacing: 2.5px;
	margin-bottom: 44px;
}
.product_block p {
	color: #333;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 4.4px;
	padding-left: 14px;
}
.product_block figure {
	margin: 18px 45px 23px;
}
.product_block .more {
	font-size: 1.6rem;
	font-weight: normal;
	padding-right: 13px;
}
.product_block .more a {
	background: #7faca6;
	color: #fff;
	border: solid 1px #fff;
	display: inline-block;
	padding: 5px 44px 5px 24px;
	letter-spacing: 6px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.product_block .more a::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/index/icon_arrow01.png) no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 9px;
	right: 21px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.product_block .more a:hover {
	opacity: .6;
}
.product_block .more a:hover::after {
	right: 16px;
}
@media only screen and (max-width: 1280px) {
	.product_block {
		padding-bottom: 3.984vw;
	}
	.product_block h2 {
		padding: 2.812vw 0 2.656vw .156vw;
		margin-bottom: 3.437vw;
	}
	.product_block p {
		padding-left: 1.094vw;
	}
	.product_block figure {
		margin: 1.406vw 3.515vw 1.797vw;
	}
	.product_block .more {
		padding-right: 1.015vw;
	}
	.product_block .more a {
		padding: .391vw 3.437vw .39vw 1.875vw;
		letter-spacing: 0.468vw;
	}
	.product_block .more a::after {
		width: 1.562vw;
		height: 1.562vw;
		background-size: 100% auto;
		top: 0.703vw;
		right: 1.64vw;
	}
	.product_block .more a:hover::after {
		right: 1.25vw;
	}
}
@media only screen and (max-width: 736px) {
	.product_block {
		padding-bottom: 31px;
	}
	.product_block h2 {
		font-size: 2rem;
		padding: 31px 0 31px 1px;
		letter-spacing: 3px;
		margin-bottom: 23px;
	}
	.product_block p {
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 1.5px;
		padding-left: 5px;
	}
	.product_block figure {
		margin: 36px 0 30px;
	}
	.product_block .more a {
		padding: 5px 44px 5px 24px;
		letter-spacing: 6px;
	}
	.product_block .more a::after {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		top: 7px;
		right: 21px;
	}
}

/*example_block
----------------------------------------*/
.example_block {
	background: #e8e9ea;
}
.example_block img {
	vertical-align: bottom;
	width: 100%;
}
.example_block h2 {
	background: #e8e9ea;
	text-align: center;
	font-weight: normal;
	color: #333;
	font-size: 2.6rem;
	padding: 36px 0 34px 2px;
	letter-spacing: 2.5px;
}
.example_block h2:first-child + ul {
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto 108px;
}
.example_block h2:first-child + ul li {
	float: left;
	width: 25%;
}
.example_block h2:first-child + ul li a {
	display: block;
}
.example_block h2:first-child + ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(84,84,84,.4);
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.example_block h2:first-child + ul li a:hover::before {
	opacity: 0;
}
.example_block h2:first-child + ul li a span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -31px;
	padding: 0 0 20px 10px;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 10px;
	background: url(../img/index/icon_arrow02.png) no-repeat center bottom;
	background-size: 20px 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.example_block h2:first-child + ul li a:hover span {
	color: #000;
	text-shadow: 0 0 20px #fff;
}
.example_block ul + h2 {
	padding: 35px 0 34px 2px;
	background: #f8f8f8;
}
.example_block .liquid_block {
	background: #f8f8f8;
	padding-bottom: 36px;
}
.example_block .liquid {
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
    position: static;
}
.example_block .liquid_link {
	max-width: 1280px;
	margin: 0 auto;
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.example_block .liquid li {
	float: left;
	width: 33.333%;
	color: #fff;
}
.example_block .liquid li .txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: rgba(84,84,84,.7);
	text-align: center;
}
.example_block .liquid li .txt p {
	text-align: left;
	margin: 0 26px;
	line-height: 1.6;
}
.example_block .liquid li .txt .label,
.example_block .liquid li .txt .ttl {
	text-align: center;
	line-height: inherit;
}
.example_block .liquid li .txt .ttl {
	font-size: 2.1rem;
	letter-spacing: 10px;
	padding: 10% 0 0 10px;
	margin: 0;
}
.example_block .liquid li:nth-child(3) .txt .ttl {
	letter-spacing: 1.5px;
	padding-left: 1.5px;
}
.example_block .liquid li .txt .label {
	font-size: 2rem;
	display: inline-block;
	margin: 7.7% auto 10%;
	font-weight: 500;
	border: solid 2px #fff;
	border-radius: 17.5px;
	background: #db9010;
	padding: 1px 11px 0;
}
.example_block .liquid li:nth-child(2) .txt .label {
	background: #529464;
}
.example_block .liquid li:nth-child(3) .txt .label {
	background: #329fdf;
}
.example_block .more {
	background: #f8f8f8;
	text-align: center;
	padding: 32px 23px 0;
}
.example_block .more span {
	display: inline-block;
	background: #7faca6;
	border: solid 1px #fff;
	color: #fff;
    font-size: 1.6rem;
	padding: 7px 21px 7px 24px;
	letter-spacing: 6px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.example_block .more span::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/index/icon_arrow02.png) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align: -4px;
	position: relative;
	left: 0;
	margin-left: 3px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.example_block .liquid_link:hover {
	opacity: .6;
}
.example_block .liquid_link:hover .more span::after {
	left: 5px;
}
@media only screen and (max-width: 1280px) {
	.example_block h2 {
		padding: 2.812vw 0 2.656vw .156vw;
	}
	.example_block h2:first-child + ul {
		margin: 0 auto 8.437vw;
	}
	.example_block h2:first-child + ul li a span {
		margin-top: -2.422vw;
		padding: 0 0 1.562vw .781vw;
		letter-spacing: .781vw;
		background-size: 1.562vw 1.562vw;
	}
	.example_block ul + h2 {
		padding: 2.734vw 0 2.656vw .156vw;
	} 
	.example_block .liquid_block {
		padding-bottom: 2.812vw;
	}
	.example_block .liquid li .txt p {
		margin: 0 2.031vw;
	}
	.example_block .liquid li .txt .ttl {
		letter-spacing: 0.781vw;
		padding: 10% 0 0 0.781vw;
	}
	.example_block .liquid li .txt .label {
		padding: .078vw .859vw 0;
	}
	.example_block .more {
		padding: 2.5vw 1.797vw 0;
	}
	.example_block .more span {
		padding: .547vw 1.64vw .547vw 1.875vw;
		letter-spacing: .469vw;
	}
	.example_block .more span::after {
		width: 1.562vw;
		height: 1.562vw;
		background-size: 100% auto;
		vertical-align: -.312vw;
		margin-left: 0.234vw;
	}
	.example_block .liquid_link:hover .more span::after {
		left: .39vw;
	}
}
@media only screen and (max-width: 736px) {
	.example_block img {
    	display: block;
	}
	.example_block h2 {
		font-size: 2rem;
		padding: 31px 0 30px 1px;
		letter-spacing: 3px;
	}
	.example_block h2:first-child + ul {
		margin: 0 auto 50px;
	}
	.example_block h2:first-child + ul li {
		width: 50%;
		overflow: hidden;
	}
	.example_block h2:first-child + ul li a span {
		margin-top: -20px;
		padding: 0 0 22px 7px;
		font-size: 1.6rem;
		letter-spacing: 7px;
		background-size: 20px 20px;
	}
	.example_block ul + h2 {
		padding: 31px 0 30px 1px;
	}
	.example_block .liquid_block {
		padding-bottom: 16px;
	}
	.example_block .liquid li {
		float: none;
		width: auto;
	}
	.example_block .liquid li .txt p {
		line-height: 1.4;
        margin: 0 11.733% 0 12.8%;
	}	.example_block .liquid li .txt .label,
	.example_block .liquid li .txt .ttl {
		line-height: inherit;
	}
	.example_block .liquid li .txt .ttl {
		font-size: 1.846rem;
		letter-spacing: 9px;
		padding: 10% 0 0 10px;
	}
	.example_block .liquid li .txt .label {
		margin: 7.3% auto 9%;
		padding: 1px 11px 0;
	}
	.example_block .liquid li .txt .label + p {
    	letter-spacing: -.45px;
	}
	.example_block .more {
		text-align: center;
		padding: 17px 23px 0 27px;
	}
	.example_block .more span {
	    font-size: 1.6rem;
		letter-spacing: 6px;
		padding: 7px 21px 7px 24px;
	}
	.example_block .more span::after {
		vertical-align: -4px;
		margin-left: 3px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}

/*banner_block
----------------------------------------*/
.banner_block {
	overflow: hidden;
	padding: 83px 0 0;
	max-width: 1190px;
	margin: 0 auto;
}
.banner_block img {
	vertical-align: middle;
}
.banner_block .anime,
.banner_block .box01,
.banner_block .box02 {
	float: left;
}
.banner_block a {
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.banner_block a:hover {
	opacity: .6;
}
.banner_block .anime {
	width: 49.916%;
	/*width: 74.958%;*/
}
.banner_block .box01,
.banner_block .box02 {
	width: 25.042%;
}

@media only screen and (max-width: 736px) {
	.banner_block {
		padding: 18px 0 0;
		margin: 0 5.333%;
		width: auto;
	}
	.banner_block .anime,
	.banner_block .box01,
	.banner_block .box02 {
		float: none;
		width: auto;
	}
	.banner_block .box02 {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-box-direction: row;
           -ms-flex-direction: row;
               flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.banner_block .box02 a {
		width:100%;
	}
	.flexItem-1 {
		order: 2;
		margin-top:32px;
	}
	.flexItem-2 {
		order: 0;
	}
	.flexItem-3 {
		order: 1;
	}
	/*
	.banner_block div {
		float: none;
	}
	.banner_block .anime {
		width: auto;
	}
	.banner_block .box01,
	.banner_block .box02 {
		width: auto;
		margin-right: -.335%;
	}
	.banner_block .youtube,
	.banner_block .tsugawa,
	.banner_block .finder {
		width: auto;
		margin-right: -.335%;
	}
	*/
}

/*btn_block
----------------------------------------*/
.btn_block {
	width: 1189px;
	margin: 63px auto 0;
	text-align: center;
}
.btn_block p {
	display: inline-block;
	width: 292px;
	margin: 0 19.5px 47px;
}
.btn_block p a {
	display: block;
	color: #fff;
	background: #065ca8;
	font-size: 1.38rem;
	padding: 24px 20px 27px;
	letter-spacing: .7px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.btn_block p a::before {
	content: "";
	width: 24px;
	height: 31px;
	display: inline-block;
	background: url(../img/index/icon_btn_contact.png) no-repeat;
	background-size: 100% auto;
	vertical-align: -7px;
	margin-right: 5px;
}
.btn_block p a.tel::before {
	width: 28px;
	background: url(../img/index/icon_btn_tel.png) no-repeat;
	background-size: 100% auto;
	margin-right: 2px;
}
.btn_block p a.catalog::before {
	width: 22px;
	background: url(../img/index/icon_btn_catalog.png) no-repeat;
	background-size: 100% auto;
	margin-right: 6px;
}
.btn_block p a.mail,
.btn_block p a.event {
	background: #a09b98;
	padding: 15px 20px 19px;
}
.btn_block p a.mail::before {
	width: 27px;
	height: 27px;
	background: url(../img/index/icon_btn_mail.png) no-repeat;
	background-size: 100% auto;
	vertical-align: -5px;
	margin-right: 6px;
}
.btn_block p a.event::before {
	width: 29px;
	height: 27px;
	background: url(../img/index/icon_btn_event.png) no-repeat;
	background-size: 100% auto;
	vertical-align: -5px;
	margin-right: 10px;
}
.btn_block a:hover {
	opacity: .6;
}
@media only screen and (max-width: 1280px) {
	.btn_block {
		width: 92.89vw;
		margin: 4.922vw auto 0;
	}
	.btn_block p {
		width: 22.812vw;
		margin: 0 1.523vw 3.672vw;
	}
	.btn_block p a {
		padding: 1.875vw 1.4vw 2.109vw;
	}
	.btn_block p a::before {
		width: 1.875vw;
		height: 2.422vw;
		vertical-align: -.547vw;
		margin-right: .391vw;
	}
	.btn_block p a.tel::before {
		width: 2.187vw;
		margin-right: .156vw;
	}
	.btn_block p a.catalog::before {
		width: 1.719vw;
		margin-right: .469vw;
	}
	.btn_block p a.mail,
	.btn_block p a.event {
		padding: 1.172vw 1.562vw 1.484vw;
	}
	.btn_block p a.mail::before {
		width: 2.109vw;
		height: 2.109vw;
		vertical-align: -.39vw;
		margin-right: .469vw;
	}
	.btn_block p a.event::before {
		width: 2.265vw;
		height: 2.109vw;
		vertical-align: -.39vw;
		margin-right: .781vw;
	}
}
@media only screen and (max-width: 736px) {
	.btn_block {
		width: 255px;
		margin: 67px auto 0;
	}
	.btn_block p {
		display: block;
		width: 255px;
		margin: 0 0 15px;
	}
	.btn_block p a {
		font-size: 1.3rem;
		padding: 21px 5px 24px;
	}
	.btn_block p a.catalog {
		padding-bottom: 23px;
	}
	.btn_block p a::before {
		width: 21px;
		height: 27px;
		margin-right: 7px;
		vertical-align: -7px;
	}
	.btn_block p a.tel::before {
		width: 24px;
		height: 27px;
		margin-right: 2px;
	}
	.btn_block p a.catalog::before {
		width: 19px;
		height: 27px;
		margin-right: 8px;
	}
	.btn_block p a.mail,
	.btn_block p a.event {
		padding: 13px 20px 17px;
		font-size: 1.2rem;
	}
	.btn_block p a.mail::before {
		width: 23px;
		height: 23px;
		vertical-align: -4px;
		margin-right: 7px;
	}
	.btn_block p a.event::before {
		width: 24px;
		height: 23px;
		vertical-align: -5px;
		margin-right: 10px;
	}
	.btn_block a:hover {
		opacity: 1;
	}
}
