@charset "utf-8";
html, body {
	width: 100%;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	/*min-width: 1060px;*/
	position: relative;
	font-weight: 300;
}
/*全体*/
#container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 641px) {
.pc_only {}
.sp_only {display: none;}
}
@media screen and (max-width: 640px) {
.pc_only {display: none;}
.sp_only {}
}
/*======================
contents共通
=====================*/
.contents {
	width: 100%;
}
@media screen and (min-width: 960px) {
.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 959px) {
.inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}
}
.jp {
	font-weight: 500;
}
.en {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.head_copy  {
	color: #ba272d;
	text-align: center;
	padding: 50px 0;
}
.head_copy .en,
.head_copy_kei .en {
	display: block;
	font-size: 40px;
}
.head_copy .jp,
.head_copy_kei .jp {
	display: block;
	font-size: 16px;
    margin-top: 10px;
}
.center {
	text-align: center;
}
.copy {
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {







}
/*▼scroll animation*/
.fadein {
  opacity : 0;
  transform : translate(0, 150px);
  transition : all 0.3s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*▼scroll maker*/
.js-marker {
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, #E9D13A, #E9D13A);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 30%;
	transition: all 0.5s ease-in-out;
	font-weight: bold;
}
.js-marker.inview {
	background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}
/*======================
ボタン共通
=====================*/
.bt {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*リンク用ボタンベタ　ゴールド*/
.css_btn_class {
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	background-color: #b09475;
	color: #fff;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	font-weight: 500;
}
.css_btn_class:hover {
	background-color: #876845;
	color: #fff;
	opacity: 1.0 !important;
}
/*リンク用ボタン　罫線*/
.css_btn_class_kei {
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	background-color: #fff;
	color: #b09475;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	font-weight: 500;
	border: 2px solid #b09475;
}
.css_btn_class_kei:hover {
	background-color: #b09475;
	color: #fff;
	opacity: 1.0 !important;
}
@media screen and (max-width: 640px) {
.bt {
	width: 80%;
}
/*リンク用ボタンベタ　ゴールド*/
.css_btn_class {
	font-size: 18px;
}
/*リンク用ボタン　罫線*/
.css_btn_class_kei {
	font-size: 18px;
}
}
/*======================
header
======================*/
#header {
	background-color: #FFF;
	box-shadow: 5px 0px 5px #000000;
    height: 50px;
}
#header .wrap {
    overflow: hidden;
	padding: 0px 3%;
}
#header .wrap .logo {
	margin: 10px 5% 0 0;
    float: left;
    height: 30px;
}
#header .wrap .logo img {
    width: auto;
    height: 100%;
}
#header .wrap .en {
    line-height: 50px;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
#header .wrap .logo {
	margin: 15px 5% 0 0;
    height: 20px;
}
#header .wrap .en {
    font-size: 12px;
}
}
/*======================
#main
======================*/
/*メイン*/
#main {
	width: 100%;
	background-image: url(../images/mv_bg.png);
	background-size: 100% auto;
	background-position: center bottom;
	position: relative;
}
#main .main_copy {
	letter-spacing: 2px;
	position:absolute;
	font-weight: 400;
}
@media screen and (max-width: 640px) {
#main {
	height: 300px;
}
#main .main_copy {
	width: 80%;
	font-size: 10vw;
	line-height: 140%;
	top:40%;
 	left:50%;
 	transform:translate(-50%,-40%);
}
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
#main {
	height: 500px;
}
#main .main_copy {
	width: 80%;
	font-size: 10vw;
	line-height: 140%;
	top:30%;
 	left:50%;
 	transform:translate(-50%,-30%);
}
}
@media screen and (min-width: 1024px) {
#main {
	height: 650px;
}
#main .main_copy {
	width: 815px;
	font-size: 110px;
	line-height: 140%;
	top:30%;
 	left:55%;
 	transform:translate(-55%,-30%);
}
}
@media screen and (min-width: 1600px) {
#main {
	background-image: url(../images/mv_bg_1920.png);
}
}
/*======================
#about
======================*/
#about {
	padding: 60px 0 70px 0;
}
#about .copy {
	text-align: center;
	padding: 10px 0; 
	font-size: 30px;
    letter-spacing: 2px;
}
#about .text {
	font-size: 16px;
	line-height: 250%;
}
@media screen and (max-width: 640px) {
#about .copy {
	font-size: 24px;
}
#about .text {
	font-size: 16px;
	line-height: 200%;
    text-align: justify;
}
}
/*======================
#movie
======================*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*======================
#business
======================*/
#business {
	padding:100px 0 100px 0; 
}
#business .wrap {
    overflow: hidden;
}
#business .wrap .text_box {
    width: 40%;
    margin: 0 5%;
}
#business .wrap .text_box .head_copy_kei {
    color: #ba272d;
    background-image: url("../images/head_copy_kei.svg");
    background-size: auto 100px;
    margin-bottom: 20px;
}
#business .wrap .text_box .head_copy_kei .en {
	display: block;
	font-size: 36px;
	padding: 0 0 20px 60px; 
}
#business .wrap .text_box .head_copy_kei .jp {
	display: block;
	font-size: 18px;
	padding: 0 0 10px 60px;     
}
#business .wrap .text_box .text {
    font-size: 14px;
}

@media screen and (min-width: 901px) {
/*奇数・画像右*/
#business .wrap:nth-child(odd) .text_box {
    float: left;
}
#business .wrap:nth-child(odd) .bg_red {
    float: right;
}
#business .wrap:nth-child(odd) .bg_red .image {
    left: 5%;
}

/*偶数・画像左*/
#business .wrap:nth-child(even) {
    margin: 100px auto;
}
#business .wrap:nth-child(even) .text_box {
    float: right;
}
#business .wrap:nth-child(even) .bg_red {
    float: left;
}
#business .wrap:nth-child(even) .bg_red .image {
    right: 5%;
}

#business .wrap .bg_red {
    width: 50%;
    position: relative; 
    height: 300px;
    overflow: hidden;
}
#business .wrap .bg_red .image {
    width: auto;
    height: 300px;
    position: absolute;
    top: 0;
}
#business .wrap .bg_red .image img {
    width: auto;
    height: 100%;
}
}
@media screen and (max-width: 900px) {
#business .wrap {
}
#business .wrap:nth-child(even) {
    margin: 70px auto;
}
#business .wrap .text_box {
    float: none !important;
    width: 90%;
    margin: 0 5%;
}
#business .wrap .text_box .head_copy_kei {
    background-size: auto 80px;
}
#business .wrap .text_box .head_copy_kei .en {
	font-size: 32px;
	padding: 0 0 10px 45px; 
}
#business .wrap .text_box .head_copy_kei .jp {
	font-size: 18px;
	padding: 0 0 0px 45px; 
}
#business .wrap .text_box .text {
    font-size: 14px;
    line-height: 220%;
}
#business .wrap .bg_red {
    width: 100%;
    height:auto;
}
#business .wrap .bg_red .image {
    width: 80%;
    height:auto;
    margin: 20px auto 0 auto;
    float: none !important;
}
#business .wrap .bg_red .image img {
    width: 100%;;
    height: auto;
    vertical-align: bottom;
}
}
/*======================
#message
======================*/
#message {
	padding:100px 0 100px 0;
    background-image: url("../images/ill_bg.png");
    background-size: cover; 
}
#message .bg_wh {
}
#message .text {
    text-align: justify;
    padding: 0 5% 50px 5%;
}
#message .name {
    display: block;
    text-align: right;
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
#message .text {
    font-size: 14px;
    line-height: 220%;
}
}

/*======================
#outline
======================*/
#outline {
	padding: 50px 0 100px 0;
}
#outline table {
	font-weight: 500;
}
#outline table th {
	padding: 20px;
	border-bottom: 1px dashed #ba272d;
	width: 25%;
    color: #ba272d;
}
#outline table td {
	background-color: #FFF;
	padding: 20px;
	border-bottom: 1px dashed #ba272d;
}
@media screen and (max-width: 640px) {
#outline {
	padding: 50px 0 50px 0;
}
#outline table {
	border-top: 1px dashed #ba272d;
}
#outline table th {
	padding: 15px 0px 10px 0px;
    border-bottom: none;
	display: block;
	text-align: left;
}
#outline table td {
	background-color: #FFF;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ba272d;
	display: block;
}
}
/*======================
contact
======================*/
/*form.cssへ*/
#contact {
	padding: 100px 0;
}
#contact .center {
	margin: 0 0 30px 0;
    font-size: 14px;
}
#contact .inner {
	background-color: #FFF;
	padding: 30px 0 50px 0;
}

@media screen and (max-width: 640px) {
/*form_sp.cssへ*/
#contact {
	padding: 50px 0;
}
#contact .center {
	margin: 0 5% 30px 5%;
	text-align: left !important;
}
#contact .inner {
	padding: 30px 5% 50px 5%;
}
}
/*======================
privacy
======================*/
/*form.cssへ*/
#privacy {
	padding: 50px 0 100px 0;
}
#privacy .phrase,
#privacy li{
    font-size: 14px;
}

/*======================
footer
======================*/
.pagetop {
	text-align: center;
	bottom: 20px;
	right: 20px;
	position: fixed;
	z-index: 99;
}
.pagetop img {
	width: 40px;
}
#footer {
}
#copyright {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background-color: #333;
}
