@charset "utf-8";
/* CSS Document */


.pc-img{
	display: block;
}

.sp-img{
	display: none;
}

.fs-c-heading--page{
	border-bottom: none;
	margin: 0;
    font-weight: bold;
    color: #393939;
}

@media screen and (max-width: 479px){

	.pc-img{
	display: none;
}

.sp-img{
	display: block;

}

	.fs-c-heading--page {
    font-size: 20px;
    padding: 1em 0 1em 0.7em;
    text-align: left;
}

	.fs-l-main .index_bnr_area {
    padding: 40px 0;
}



}

.em_about{
	display: inline-block;
	width: 1100px;
}

.em_about_head {
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 20px 0;
}

.em_about_head div{
	display: inline-block;
	width: 100%;
}

.em_about_head_box {
	display: inline-block;
	width: 550px;
	margin: 25px;
	text-align: left;
}


@media screen and (max-width: 479px){
	.em_about{
	width: 100%;
	margin: 0 0 30px 0;
}
	.em_about_head {
		flex-wrap: wrap;
		margin: 0;
	}

	.em_about_head .em_about_head_box {
		width: 90%;
		margin: 0 10px 15px 10px;
	}

}


.em_about_head_box h3{
	display: inline-block;
	margin: 15px 0;
	font-size: 25px;
	font-weight: bold;
	color: #393939;
	 line-height: 1.5em;
}

.em_about_head_box p{
	margin: 20px 0;
	line-height: 1.7;
	font-weight: normal;
}

@media screen and (max-width: 479px){
	.em_about_head_box h3{
		font-size: 18px;
}
	.em_about_head_box p{
	font-size: 12px;
	font-weight: normal;
}
}


.em_about_wrapper {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
}

.em_about_link_container {
	display: inline-block;
	width: 100%;
	height: 235px;
	background-color: #E8E8E8;
}

.em_about_wrapper h2{
	color: #393939;
	font-size: 25px;
	font-weight: bold;
	margin: 35px 0;
}

.em_about_link {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.em_about_link a{
	display: block;
	position: relative;
	width: 175px;
	height: 72px;
	text-decoration:none;
	color: #FFF;
	flex: none;
}

@media screen and (max-width: 479px){
	.em_about_link_container {
	height: 400px;
}


.em_about_wrapper {
	margin: 0 0 5px 0;
}

	.em_about_wrapper h2{
	font-size: 18px;
}


	.em_about_link {
		flex-wrap: wrap;
	}

	.em_about_link a{
	width: 100%;
	height: 45px;
	margin: 2px 0;
	text-align: left;
	padding-left: 30px;
}

	.em_about_head_box p{
	    font-size: 12px;
    display: inline-block;
    margin: 0 0 20px 0;
}

}


/*
.btn {
  background: #4D4C4C url(https://emoor.itembox.design/item/common/img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #4D4C4C;
  color: #fff !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}

  .btn {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .btn:hover {
    color: #4D4C4C !important;
  }
  .btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
            text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .btn:hover:before {
    left: 0;
  }
*/
.em_about_link p{
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

@media screen and (max-width: 479px){

	.em_about_link p{
		display: inline-block;
		padding: 0 0 0 10px;
	}
}



.em_about_c_wrap {
	display: flex;
	width: 100%;
	margin: 50px 0;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.em_about_c_box {
	display: block;
	width: 270px;
	text-align: center;
}

.em_about_c_box img{
	display: inline-block;
	width: 80%
}

@media screen and (max-width: 479px){
	.em_about_c_wrap {
	flex-wrap:wrap;
	margin: 25px 0 0 0;
}

	.em_about_c_box {
	width: 100%;
	margin: 25px 0;
}

.em_about_c_box img{
	width: 50%;
}


}

.em_about_c_box p{
	text-align: left;
}



.em_about_contents {
	display: inline-block;
	width: 90%;
	margin: 50px 0;
}

.em_about_contents h2 {
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	width: 460px;
	border: 1px solid #707070;
}


.em_about_c_box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}

.em_about_c_box p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0 30px 0;
}

.em_about_c_box a{
	margin: 5px 0;
}


@media screen and (max-width: 479px){

.em_about_contents {
	width: 95%;
}
	.em_about_contents {
		margin: 50px 0 0 0;
	}

	.em_about_contents h2 {
	width: 90%;
		font-size: 18px;
}

	.em_about_c_box h3 {
	font-size: 15px;
}


.em_about_c_box p {
	font-size: 12px;
	font-weight: normal;
}

.em_about_c_box a{
	margin: 5px 0;
}

}

.em_about_sns{
	display: inline-block;
	width: 100%;
	margin: 0;
}

.em_about_sns h2 {
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    width: 460px;
    border: 1px solid #707070;
}


.em_about_sns_wrap {
	display: inline-block;
	width: 420px;
	margin:50px 0 20px 0;
}

@media screen and (max-width: 479px){

.em_about_c_box p {
	display: inline-block;
    width: 80%;
    margin: 5px 0 20px 0;
}

	.em_about_c_box a{
	display: inline-block;
    margin: 10px 0;
    width: 80%;
    line-height: 33px;
}

.em_about_sns{
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.em_about_sns h2 {
	width: 90%;
		font-size: 18px;
}

	.em_about_sns_wrap {
		width: 100%;
	}
}

.em_about_sns_container {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.em_about_sns_box {
	display: inline-block;
	width: 100%;
}

.em_about_sns_box img{
	display: inline-block;
	width: 60%;
}

.em_about_sns_box p{
	font-weight: bold;
	margin: 10px 0;
}

.em_tokyo-emoor {
	position: relative;
	width: 100%;
	height: 450px;
	background-image:url("https://emoor.itembox.design/item/concept_back2_1500x.jpg");
	background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;
	background-position: center;
}

.em_tokyo-emoor_container {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.em_tokyo-emoor_container h3{
	font-family: "Century Gothic";
	font-weight: normal;
	display: inline-block;
	width: 160px;
	height: 20px;
	border-radius: 10px;
	background: #ed6c00;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.em_tokyo-emoor_container p{
	display: inline-block;
	margin: 25px;
	font-family: "Yu Gothic";
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #393939;
}

@media screen and (max-width: 479px){

	.em_tokyo-emoor_container {
		display: inline-block;
    width: 100%;
	}

	.em_tokyo-emoor_container p{
	display: inline-block;
	margin: 25px 0;
	font-size: 23px;
}

}

.em_tokyo-emoor_container a{
	display: inline-block;
    width: 300px;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}

.fs-l-main .index_bnr_area .bnr_box {
    text-align: left;
}

.fs-l-sideArea {
    display: none;
}

	.css-br::after {
        content: initial;
        white-space: nowrap
    }

.css-br2::after {
	    content: "\A";
    white-space: pre;
    }

@media screen and (max-width: 479px){
.css-br::after {
    content: "\A";
    white-space: pre;
}
	.css-br2::after {
        content: initial;
        white-space: nowrap
}

}
