@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.list_parentheses{
  margin:0;
}
.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
.decimal li li {
	margin-left: 0;
}
@media only screen and ( max-width : 991px ) {
	#header.sp_fixed {
		position: fixed;
	}
}
@media print, screen and ( min-width : 992px ) {
	#header {
		position: fixed;
	}
	#header.h_sticky {
		position: sticky;
	}
}

/* ---------------------------------------------------------------------------------------------

　   title

--------------------------------------------------------------------------------------------- */
#page_tit .container ,#page_tit .page_tit_inner {
	height: 100%;
}
#page_tit {
	position: relative;
	overflow: hidden;
}
#page_tit h1 span {
	display: block;
	letter-spacing: 0.1em;
}
#page_tit .main_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#page_tit .main_slide li img {
	height: 100%;
}
.page_tit_ph {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media only screen and ( max-width : 767px ) {
	#page_tit {
		height: 300px;
	}
	#page_tit h1 {
		font-size: 13px;
	}
	#page_tit h1 span {
		font-size: 30px;
		margin-bottom: 5px;
	}

}

@media only screen and ( max-width : 320px ) {
	#page_tit h1 span {
		font-size: 26px;
	}

}
@media print, screen and ( min-width : 768px ) {
	#page_tit {
		height: 600px;
	}
	#page_tit h1 {
		font-size: 20px;
	}
	#page_tit h1 span {
		font-size: 60px;
	}

}



/* ---------------------------------------------------------------------------------------------

　   About us

--------------------------------------------------------------------------------------------- */
/*.aboutus_lead span,.aboutus_copy span {
	display: block;
}
.aboutus_lead p {
	line-height: 2em;
}
.aboutus_photo {
	display: block;
	margin: 0 auto;
}
.aboutus_box:last-child {
	margin-bottom: 0;
}
.aboutus_box h3 span {
	display: block;
}
.aboutus_box h3 span.en {
	line-height: 1;
}
.aboutus_box .aboutus_point_text p {
	line-height: 2em;
}
@media only screen and ( max-width : 767px ) {
	#aboutus {
		overflow: hidden;
	}
	.aboutus_photo {
		width: 100%;
		margin-right: -20%;
	}
	.aboutus_wrap {
		margin-top: -45px;
	}
	.aboutus_copy {
		font-size: 15px;
		margin-bottom: 40px;
	}
	.aboutus_copy span.en {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.aboutus_txt {
		margin-bottom: 30px;
	}
	.aboutus_lead h2 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.aboutus_lead h2 span.en {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.aboutus_box {
		margin-bottom: 50px;
	}
	.aboutus_box h3 {
		margin-bottom: 30px;
	}
	.aboutus_box h3 span.en {
		font-size: 60px;
	}
	.aboutus_box h3 span.jp {
		font-size: 16px;
	}
	.aboutus_box .aboutus_point_text {
		margin-bottom: 30px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.aboutus_photo {
		width: 80%;
	}
	.aboutus_wrap {
		padding: 0 4%;
		margin-top: -90px;
	}
	.aboutus_lead h2 {
		font-size: 13px;
		width: 40%;
	}
	.aboutus_lead h2 span.en {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.aboutus_lead p {
		width: 56%;
	}
	.aboutus_copy {
		font-size: 20px;
	}
	.aboutus_copy span.en {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.aboutus_box {
		max-width: 1000px;
		margin: 0 auto 60px;
	}
	.aboutus_box .aboutus_point_text {
		width: 44%;
	}
	.aboutus_box .aboutus_point_ph {
		width: 52%;
	}
	.aboutus_box h3 {
		margin-bottom: 40px;
	}
	.aboutus_box h3 span.en {
		font-size: 90px;
	}
	.aboutus_box h3 span.jp {
		font-size: 20px;
	}
}*/

/* ---------------------------------------------------------------------------------------------

　   利用規約

--------------------------------------------------------------------------------------------- */
.pp article h2 {
	color: #aa9c80;
	border-bottom: 1px solid #aa9c80;
}
.pp article ul li {
	margin-bottom: 10px;
}
.pp article ul ul {
	margin-top: 10px;
}
.pp article section h3 {
	border-left: 1px solid #111;
	padding-left: 15px;
}
.pp dt {
	color: #aa9c80;
	font-weight: bold;
}
@media only screen and ( max-width : 767px ) {
	.pp article {
		margin-bottom: 40px;
	}
	.pp article h2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.pp article section {
		margin-bottom: 25px;
	}
	.pp article section h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.pp dt {
		margin-bottom: 5px;
	}
	.pp dd {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #a4b7ad;
	}
}
@media print, screen and ( min-width : 768px ) {
	.pp article {
		margin-bottom: 80px;
	}
	.pp article h2 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.pp article section {
		margin-bottom: 40px;
	}
	.pp article section h3 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.pp dt,.pp dd {
		border-bottom: 1px solid #aa9c80;
		padding: 25px 0;
	}
	.pp dt {
		width: 240px;
	}
	.pp dd {
		width: calc(100% - 240px);
	}
}

/* ---------------------------------------------------------------------------------------------

　   20210526 追加

--------------------------------------------------------------------------------------------- */
.bg {
	background: #fcfbf7;
}
.section-h2 {
	position: relative;
	text-align: center;
	color: #a7a7a7;
	font-size: 20px;
	letter-spacing: .15em;
}
.section-h2:after {
	content: "";
	display: block;
	background: #cac180;
	width: 20px;
	height: 2px;
	margin: 20px auto 50px;
}
#about_story p {
	line-height: 2.5em;
	color: #666;
	text-align: center;
	margin-bottom: 2em;
}
#about_story p:last-child {
	margin-bottom: 0;
}
.about-item-box {
	margin-bottom: 60px;
}
.about-item-box:last-child {
	margin-bottom: 0;
}
.section-h3 {
	color: #a7a7a7;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.about-item-box p,#about-profile p {
	color: #666;
	line-height: 1.8em;
}
.about-item-box .btn03 {
	margin-top: 30px;
}
.item_slide img {
	width: 100%;
}
#top_copy {
	height: 100vh;
}
#top_copy .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}
#top_copy .moss_logo {
	margin-bottom: 80px;
}
@media only screen and ( max-width : 991px ) {
	#page_col_tit {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: url(../img/aboutus/mv.jpg) no-repeat top center / cover;
		top: 0;
		left: 0;
	}
	.page_col_tit_inner {
		height: 100%;
	}
	#page_col_tit img {
		/*height: 40vw;*/
		height: 100vh;
	}
	#page_col_contents {
		position: relative;
		z-index: 2;
		transition: .8s;
		/*margin-bottom: 100vh;*/
		top: 100vh;
		margin-bottom: 150px;
	}
	#page_col_contents.active {
		/*top: 40vw;*/
		top: 150px;
	}
	#top_copy {
		min-height: 400px;
		height: calc(100vh - 150px);
	}
}
@media only screen and ( max-width : 767px ) {
	#about-profile {
		padding-top: 120px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#about-profile {
		padding-top: 240px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#page_col_contents .container {
		max-width: 540px;
	}
	#page_col_tit {
		width: 38.2%;
	}
	.page_col_tit_inner {
		position: sticky;
		top: 0;
	}
	.page_col_tit_inner img {
		height: 100vh;
	}
	#page_col_contents {
		width: 61.8%;
	}
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.contact article {
	max-width: 480px;
	margin: 0 auto 60px;
}
.contact article h2 {
	letter-spacing: 0.15em;
	color: #aa9c80;
	padding-left: 20px;
	border-left: 1px solid #aa9c80;
}
.contact article .btn03 {
	margin-bottom: 30px;
	max-width: 260px;
}
.contact article .tel_num {
	color: #aa9c80;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
	text-align: center;
}
.contact article li {
	margin-bottom: 0.5em;
}
.contact article li a {
	text-decoration: underline;
	color: #6f9971;
}
.contact_info {
	max-width: 480px;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 20px;
}
.contact_info p {
	line-height: 2em;
}
@media only screen and ( max-width : 767px ) {
	.contact article h2 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.contact article .tel_num {
		font-size: 24px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.contact article h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.contact article .tel_num {
		font-size: 28px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
