@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Social Bar
5. Menu
6. Home
7. Models
8. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i|Roboto:700');

@font-face
{
	font-family: 'HelveticaNeueLTProBd';
	src: url('../fonts/HelveticaNeueLTPro-Bd.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Bd.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: bold;
}

@font-face
{
	font-family: 'HelveticaNeueLTProMd';
	src: url('../fonts/HelveticaNeueLTPro-Md.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Md.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'HelveticaNeueLTProMd', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'HelveticaNeueLTProMd', sans-serif;
	font-size: 16px;
	line-height: 1.6875;
	color: #949494;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #121212;
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item > div
{
	height: 100%;
}
.section_title_container
{
	width: 100%;
}
.section_title_container > div
{
	width: 80%;
	height: 277px;
	background: #000000;
	padding-left: 80px;
	padding-right: 40px;
}
.section_title h1
{
	font-size: 60px;
	color: #FFFFFF;
}
.section_title h1 span
{
	color: #690772;
}
.button
{
	width: 200px;
	height: 71px;
	background: #e3007f;
	text-align: center;
}
.button a
{
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 71px;
}
.button:hover
{
	background: #121212;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.63);
	border-bottom: solid 2px #e3007f;
	z-index: 100;
}
.header_content
{
	width: 100%;
	height: 152px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 80px;
}
.main_nav ul li
{
	height: 32px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 26px;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	background: #690772;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 32px;
	padding-left: 13px;
	padding-right: 11px;
}
.logo_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	padding-left: 142px;
}
.logo a
{
	display: block;
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 0.75;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .logo a
{
	font-size: 30px;
}
.logo a span
{
	color: #690772;
}
.submit_button
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 391px;
	height: 130px;
	background: #e3007f;
	text-align: center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .submit_button
{
	height: 100%;
}
.submit_button a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 130px;
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .submit_button a
{
	line-height: 80px;
}
.hamburger
{
	display: none;
	margin-left: 10px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: rgba(255,255,255,0.8);
}

/*********************************
4. Social Bar
*********************************/

.social_bar
{
	position: absolute;
	top: 519px;
	left: 0;
	width: 519px;
	height: 98px;
	background: #FFFFFF;
	z-index: 101;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.social_bar > div
{
	width: 100%;
	height: 100%;
	padding-left: 0px;
}
.social_bar > div ul li:not(:last-child)
{
	margin-right: 58px;
}
.social_bar > div ul li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #121212;
}
.social_bar > div ul li a:hover
{
	color: #690772;
}

/*********************************
5. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.95);
	padding-left: 225px;
	z-index: 102;
	visibility: hidden;
	opacity: 0;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	content: '';
}
.menu_close
{
	position: absolute;
	top: 29px;
	right: 50px;
	cursor: pointer;
	z-index: 1;
}
.menu_close i
{
	font-size: 24px;
	color: #121212;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}
.menu_nav ul li a
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #121212;
	line-height: 1.2;
}
.menu_nav ul li a:hover
{
	color: #690772;
}
.menu_nav ul li a span
{
	color: #690772;
}
.menu_submit
{
	margin-top: 50px;
}
.menu_submit a
{
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: rgba(0,0,0,0.62);
}
.menu_submit a::after
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.62);
	content: '';
}
.menu_submit a:hover
{
	color: rgba(0,0,0,1);
}
.menu_submit a:hover::after
{
	background: rgba(0,0,0,1);
}

/*********************************
6. Home
*********************************/

.home
{
	width: 100%;
	height: 519px;
	overflow: hidden;
}
.home_title
{
	position: absolute;
	bottom: 10px;
	left: 140px;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 0.75;
}
.home_contact
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 262px;
	height: 65px;
	background: #FFFFFF;
	line-height: 0.75;
	font-size: 18px;
	color: #505050;
	cursor: pointer;
}

/*********************************
7. Models
*********************************/

.models
{
	width: 100%;
	background: #FFFFFF;
}
.models_bar
{
	width: 100%;
	height: 308px;
}
.isotope_filtering li:not(:last-of-type)
{
	margin-right: 10px;
}
.isotope_filtering li
{
	font-size: 18px;
	color: #121212;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 64px;
	padding-bottom: 7px;
	line-height: 0.75;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.isotope_filtering li.active,
.isotope_filtering li:hover
{
	background: #e3007f;
	color: #FFFFFF;
}
.model
{
	float: left;
	width: 20%;
}
.model img
{
	width: 100%;
}
.model_big,
.model_wide
{
	width: 40%;
}
.model_small,
.model_tall,
.all_models
{
	width: 20%;
}
.all_models
{
	height: calc(20vw - 3px);
	background: #e3007f;
}
.all_models a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.model_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.model:hover .model_overlay
{
	visibility: visible;
	opacity: 1;
}
.model_name
{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.2;
}
.model_link
{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,0.53);
	line-height: 1.2;
	margin-top: 12px;
}

/*********************************
8. Footer
*********************************/


footer.footer{
	background-color: #ccc;
	padding-top:2rem;
	padding-bottom:5rem;
}

.footer p{
	color: #000000;
}

footer.footer .social-link{
	display:block;
	height:100%;
	width:4rem;
	line-height:4.3rem;
	font-size:1.5rem;
	background-color:#e5773f;
	-webkit-transition:background-color .15s ease-in-out;
	transition:background-color .15s ease-in-out;
	-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);
	box-shadow:0 3px 3px 0 rgba(0,0,0,.1);
}

footer.footer .social-link:hover{
	background-color:#155d74;
	text-decoration:none;
}



.contact
{
	width: 80%;
	background: #000000;
}
.contact .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.contact .container .row
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.contact .container .row .col
{
	padding-left: 0;
	padding-right: 0;
}
.contact_content
{
	padding-top: 101px;
	padding-bottom: 95px;
	padding-left: 97px;
	padding-right: 97px;
}
.contact_title
{
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1.2;
}
.contact_title span
{
	color: #751871;
}
.contact_form_container
{
	max-width: 1029px;
	margin-top: 64px;
}
.contact_form
{

}
.contact_form_content
{
	width: 100%;
}
.contact_form_content > div:first-child
{
	margin-bottom: 32px;
}
.contact_form_content > div:first-child > div
{
	width: calc((100% - 24px) / 2);
}
.contact_input
{
	width: 100%;
	height: 62px;
	border: solid 1px #ffe5e5;
	background: transparent;
	padding-left: 25px;
	outline: none;
	color: #FFFFFF;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_input:focus,
.contact_input:hover
{
	border: solid 1px #e3007f;
}
.contact_textarea
{
	height: 184px;
	padding-top: 23px;
}
.contact_input::-webkit-input-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input:-moz-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input::-moz-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input::input-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_form_button
{
	border: none;
	outline: none;
	margin-left: 31px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'HelveticaNeueLTProBd', sans-serif;
    font-size: 16px;
    margin-bottom: 6px;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_form_button:hover
{
	background: #FFFFFF;
	color: #121212;
}
.footer_container
{
	width: 80%;
	padding-bottom: 142px;
}
.footer_container .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.footer_container .container .row
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.footer_container .container .row .col
{
	padding-left: 0;
	padding-right: 0;
}
.footer_container_inner > div:first-child
{
	width: 25%;
	padding-left: 97px;
	padding-top: 58px;
	padding-right: 30px;
}
.footer_container_inner > div:last-child
{
	width: 75%;
}
.footer_logo_container
{
	display: inline-block;
}
.footer_logo_container a > div:first-child
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 36px;
	color: #121212;
	line-height: 0.75;
	margin-left: -1px;
}
.footer_logo_container a > div:first-child span
{
	color: #e3007f;
}
.footer_logo_container a > div:last-child
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 16px;
	color: #cecfd1;
	margin-top: 12px;
	line-height: 0.75;
}
.copyright
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.5;
	margin-top: 0 auto 65px;
	text-align: center;
}
.footer_content
{
	padding-top: 69px;
}
.footer_col
{
	width: 25%;
}
.footer_title
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 20px;
	color: #121212;
	line-height: 0.75;
}
.footer_list
{
	margin-top: 33px;
}
.footer_list ul li:not(:last-of-type)
{
	margin-bottom: 9px;
}
.footer_list ul li
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 14px;
	color: #777777;
}


.breadcrumb {
    padding: 15px 0 5px 0;
    margin: 0 10px 10px 10px;
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
    overflow-x: auto; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

/* 【スクロールバー】 うっとりするぐらいおしゃれにサイトの雰囲気合わせて変更 */

.breadcrumb::-webkit-scrollbar {
    height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb ul {
    display: table; /* [必須]  */
}

.breadcrumb ul li {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

/* 【矢印】 ため息がでるぐらいかっこよくサイトの雰囲気に合わせて変更 */

.breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: 3px;
    right: 8px;
}

/* 【リンクアンダーライン】 適当にサイトの雰囲気に合わせて変更 */

.breadcrumb ul li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    bottom: -7px;
}

.breadcrumb ol li a,
.breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}

.breadcrumb ul li span {
    background-color: #eee;
    border-radius: 4px;
    padding: 6px 8px;
}

/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}

/* PC用リンクアニメーション サイトの雰囲気に合わせ劇シブに変更 */

@media print,screen and (min-width: 1024px) { /* 1024pxは適宜変更 */
    .breadcrumb ul li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
    .breadcrumb ul li a:hover:before {
        transform: scaleX(0);
    }
}



/* スクロールTOP
------------------------------------------------------------*/

/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #e3007f; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 70px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
}
.comment {
	font-size: 15px;
}
}


.aboutus {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 25px 10px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight:700;
	background: #000;
}

.aboutus:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

.aboutus p {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0;
}


/* 概要 テーブル
------------------------------------------------------------*/

hr.style1{
	border-top: 1px solid #8c8b8b;
}

.comment {
	width: 80%;
	margin: 60px auto;
	font-size: 18px;
	font-weight: 700;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	background-color: #fff;
	margin: 30px auto;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th {
  text-align: center;
  width: 25%;
  padding: 15px 0;
}

table td{
  text-align: left;
  width: auto;
  padding: 15px 0;
}
