@charset "utf-8";
/*////////////////////////////////////
TOP
////////////////////////////////////*/

@media screen and (min-width: 768px){
#header_img{
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100%;
	background: #333;
	overflow: hidden;
	z-index: 2;
}
#topheader_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	line-height: 0;
	z-index: 1;
}
#header_logo {
	position: relative;
	width: 150px;
	margin: 0 auto 50px;
}

#top_header_logo {
	position: absolute;
	width: 20%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.scroll {
  position: absolute;
  left: 50%;
  bottom: 150px;
  writing-mode: vertical-rl;
  color: #FFF;
  z-index: 3;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #FFF;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
#topheader_video_sp {
	display: none;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#header_img{
	position: relative;
	width: 100vw;
	height: 100vh;
	height: 100%;
	background: #333;
	overflow: hidden;
	line-height: 0;
	z-index: 2;
}
#topheader_video {
	display: none;
}
#topheader_video_sp {
	position: absolute;
    width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: 1;
}
#header_logo {
	position: relative;
	width: 150px;
	margin: 0 auto 50px;
}

#top_header_logo {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.scroll {
  position: absolute;
  left: 50%;
  bottom: 150px;
  writing-mode: vertical-rl;
  color: #FFF;
  z-index: 3;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #FFF;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  }
  /*////////////////////////////////////
TOP concept
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_concept {
  	position: relative;
	width: 100%;
	/*background:#B6A99F;*/
	background: #FEFEFE;
	z-index: 2;
	padding: 150px 0;
}
#top_concept_area {
	position: relative;
	width: 90%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
#top_concept_title_jp {
	position: relative;
	writing-mode: vertical-rl;
}
#top_concept_title_jp h2 {
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
	letter-spacing: 0.2em;
	font-weight: 400;
}
#top_concept_title_en {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	text-align: center;
}
#top_concept_title_en h2 {
	font-size: 3.2rem;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
}
#top_concept_title_ch {
	position: relative;
	writing-mode: vertical-rl;
}
#top_concept_title_ch h2 {
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2;
}
.indent_type1 {
	padding: 10px 0;
}
.indent_type2 {
	padding: 40px 0;
}
#top_concept_word_jp {
	position: relative;
	width: 400px;
	margin-left: 100px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3;
	color: #333;
	letter-spacing: 0.2em;
	padding-top: 50px;
	font-family: "Noto Serif JP", serif;
}
#top_concept_word_en {
	position: relative;
	width: 400px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5;
	color: #333;
	padding-top: 50px;
}
#top_concept_word_ch {
	position: relative;
	width: 400px;
	margin-left: 100px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3;
	letter-spacing: 0.2em;
	color: #333;
	padding-top: 20px;
	font-family: "Noto Serif JP", serif;
}
#top_concept_img {
	position: relative;
	padding-top: 50px;
	width: 150px;
	margin: 0 auto;
}

}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_concept {
  	position: relative;
	width: 100%;
	/*background:#B6A99F;*/
	background: #FEFEFE;
	z-index: 2;
	padding: 150px 0;
}
#top_concept_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_concept_title_jp {
	position: relative;
	width: 100%;
	text-align: center;
}
#top_concept_title_jp h2 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
	writing-mode: vertical-rl;
	text-align: left;
	letter-spacing: 0.2em;
	display: inline-block;
	font-weight: 400;
}
#top_concept_title_en {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#top_concept_title_en h2 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
}

#top_concept_title_ch {
	position: relative;
	width: 100%;
	text-align: center;
}
#top_concept_title_ch h2 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
	writing-mode: vertical-rl;
	text-align: left;
	letter-spacing: 0.2em;
	display: inline-block;
	font-weight: 400;
}
.indent_type1 {
	padding: 10px 0;
}
.indent_type2 {
	padding: 40px 0 20px 0;
}
#top_concept_word_jp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3;
	letter-spacing: 0.2em;
	color: #333;
	padding-top: 50px;
	font-family: "Noto Serif JP", serif;
}
#top_concept_word_en {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5;
	color: #333;
	padding-top: 50px;
}
#top_concept_word_ch {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3;
	letter-spacing: 0.2em;
	color: #333;
	padding-top: 50px;
	font-family: "Noto Serif JP", serif;
}
#top_concept_img {
	position: relative;
	padding-top: 50px;
	width: 150px;
	margin: 0 auto;
}

}



  /*////////////////////////////////////
TOP image_area
////////////////////////////////////*/
#top_image_area {
	position: relative;
	width: 100%;
	/*background:#B6A99F;*/
	background: #FEFEFE;
	z-index: 3;
	padding-bottom: 100px;
}
#top_image_place {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#top_image_item1 {
	position: relative;
	width: 30%;
}
#top_image_item2 {
	position: relative;
	width: 30%;
	margin-left: 5%;
	margin-top: -50px;
}
#top_image_item3 {
	position: relative;
	width: 30%;
	margin-left: 3%;
	margin-top: 50px;
}
@media screen and (min-width: 768px){

}

@media screen and (min-width: 0px) and (max-width: 767px){

}
  /*////////////////////////////////////
TOP about
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_about_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	z-index: 3;
	padding: 150px 0;
}
#top_about_place {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
#top_about_img {
	position: relative;
	max-width: 700px;
	width: 40%;
	margin-right: 10%;
}
#top_about_word_area {
	position: relative;
	width: 40%;
	padding-top: 4%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
#top_about_title_jp {
	position: relative;
	width: 20%;
	writing-mode: vertical-rl;
}
#top_about_title_jp h2 {
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 2;
	font-weight: 400;
}
#top_about_word_jp {
	position: relative;
	width: 70%;
	margin-left: 10%;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.2em;
	color: #333;
	padding-top: 50px;
	font-family: "Noto Serif JP", serif;
}
#top_about_title_en {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#top_about_title_en h2 {
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
	margin-bottom: 1em;
	font-weight: 400;
}
#top_about_word_en {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5;
	color: #333;
	font-family: "Noto Serif JP", serif;
}
#top_about_title_ch {
	position: relative;
	writing-mode: vertical-rl;
	width: 20%;
}
#top_about_title_ch h2 {
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 2;
	font-weight: 400;
}
#top_about_word_ch {
	position: relative;
	width: 70%;
	margin-left: 10%;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 2.5;
	color: #333;
	padding-top: 50px;
	font-family: "Noto Serif JP", serif;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_about_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	z-index: 3;
	padding: 150px 0;
}
#top_about_place {
	position: relative;
	width: 100%;
}
#top_about_img {
	position: relative;
	max-width: 700px;
	width: 80%;
	margin-right: 10%;
}
#top_about_word_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_about_title_jp {
	position: relative;
	width: 20%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	writing-mode: vertical-rl;
}
#top_about_title_jp h2 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 2;
	font-weight: 400;
}
#top_about_word_jp {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 2.5;
	color: #333;
	font-family: "Noto Serif JP", serif;
}
#top_about_title_en {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#top_about_title_en h2 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	line-height: 2;
	margin-bottom: 1em;
	font-weight: 400;
}
#top_about_word_en {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5;
	color: #333;
	font-family: "Noto Serif JP", serif;
}
#top_about_title_ch {
	position: relative;
	writing-mode: vertical-rl;
	width: 20%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#top_about_title_ch h2 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 2;
	font-weight: 400;
}
#top_about_word_ch {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.2em;
	color: #333;
	font-family: "Noto Serif JP", serif;
}
}

  /*////////////////////////////////////
TOP about
////////////////////////////////////*/
@media screen and (min-width: 768px){
#back_image {
	position: relative;
	width: 100%;
	aspect-ratio:16/7;
}
#back_image_area {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: url("../img/back_image.jpg");
	background-size: cover;
	z-index: 1;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#back_image {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
}
#back_image_area {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: url("../img/back_image_sp.jpg");
	background-size: cover;
	z-index: 1;
}
}

  /*////////////////////////////////////
TOP service
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_service_area {
	position:relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0 50px 0;
	z-index: 3;
}
#top_service01 {
	position: relative;
	width: 90%;
	max-width: 1400px;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto 200px;
}
#top_service02 {
	position: relative;
	width: 90%;
	max-width: 1400px;
	display: flex;
	justify-content: flex-start;
	flex-direction:row-reverse;
	margin: 0 auto 200px;
}
#top_service03 {
	position: relative;
	width: 90%;
	max-width: 1400px;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
}
#top_service01_photo {
	position: relative;
	width: 40%;
	margin-left: 5%;
}
#top_service02_photo {
	position: relative;
	width: 40%;
	margin-right: 5%;
}
#top_service03_photo {
	position: relative;
	width: 40%;
	margin-left: 5%;
}
#top_service01_word_jp,
#top_service01_word_en,
#top_service01_word_ch {
	position: relative;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px;
}
#top_service02_word_jp,
#top_service02_word_en,
#top_service02_word_ch {
	position: relative;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px;
}
#top_service03_word_jp,
#top_service03_word_en,
#top_service03_word_ch {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 100px;
}
#top_service01_word_jp h3,
#top_service02_word_jp h3,
#top_service03_word_jp h3,
#top_service01_word_en h3,
#top_service02_word_en h3,
#top_service03_word_en h3,
#top_service01_word_ch h3,
#top_service02_word_ch h3,
#top_service03_word_ch h3 {
	width: 100%;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#top_service01_word_jp h3 span,
#top_service02_word_jp h3 span,
#top_service03_word_jp h3 span,
#top_service01_word_en h3 span,
#top_service02_word_en h3 span,
#top_service03_word_en h3 span,
#top_service01_word_ch h3 span,
#top_service02_word_ch h3 span,
#top_service03_word_ch h3 span 
{
	font-size: 1.6rem;
	margin-right: 20px;
	color: #FFF;
	background: #262105;
	letter-spacing: 0.1em;
	padding: 3px 5px;
	vertical-align: middle;
}
#top_service01_word_jp p,
#top_service02_word_jp p,
#top_service03_word_jp p,
#top_service01_word_en p,
#top_service02_word_en p,
#top_service03_word_en p,
#top_service01_word_ch p,
#top_service02_word_ch p,
#top_service03_word_ch p {
	font-size: 1.6rem;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	line-height: 3;
	margin-bottom: 2em;
}
.service_detail_bt {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	
}
.service_detail_bt2 {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.service_detail_bt a {
	position: relative;
	display: inline-block;
	background: #333;
	padding: 6px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	color: #FFF;
	border: 2px solid #333;
	transition: all 0.3s;
	z-index: 1;
	overflow: hidden;
	font-family: "Noto Serif JP", serif;
}
.service_detail_bt a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -110%;
	background: #FFF;
	transition: all 0.3s;
	z-index: -1;
}
.service_detail_bt a:hover {
	color: #333;
}
.service_detail_bt a:hover::before {
	left: 0;
}
.service_detail_bt2 a {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding: 6px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	color: #333;
	border: 2px solid #333;
	transition: all 0.3s;
	z-index: 1;
	overflow: hidden;
	font-family: "Noto Serif JP", serif;
}
.service_detail_bt2 a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -110%;
	background: #333;
	transition: all 0.3s;
	z-index: -1;
}
.service_detail_bt2 a:hover {
	color: #FFF;
}
.service_detail_bt2 a:hover::before {
	left: 0;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_service_area {
	position:relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
	z-index: 3;
}
#top_service01,
#top_service02,
#top_service03 {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
}
#top_service01_photo {
	position: relative;
	width: 100%;
}
#top_service02_photo {
	position: relative;
	width: 100%;
}
#top_service03_photo {
	position: relative;
	width: 100%;
}
#top_service01_word_jp,
#top_service01_word_en,
#top_service01_word_ch {
	position: relative;
	width: 90%;
	padding: 50px 10px;
	margin: 0 auto;
}
#top_service02_word_jp,
#top_service02_word_en,
#top_service02_word_ch {
	position: relative;
	width: 90%;
	padding: 50px 10px;
	margin: 0 auto;
}
#top_service03_word_jp,
#top_service03_word_en,
#top_service03_word_ch {
	position: relative;
	width: 90%;
	padding: 50px 10px;
	margin: 0 auto;
}
#top_service01_word_jp h3,
#top_service02_word_jp h3,
#top_service03_word_jp h3,
#top_service01_word_en h3,
#top_service02_word_en h3,
#top_service03_word_en h3,
#top_service01_word_ch h3,
#top_service02_word_ch h3,
#top_service03_word_ch h3 {
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#top_service01_word_jp h3 span,
#top_service02_word_jp h3 span,
#top_service03_word_jp h3 span,
#top_service01_word_en h3 span,
#top_service02_word_en h3 span,
#top_service03_word_en h3 span,
#top_service01_word_ch h3 span,
#top_service02_word_ch h3 span,
#top_service03_word_ch h3 span {
	font-size: 1.6rem;
	margin-right: 20px;
	color: #FFF;
	background: #262105;
	letter-spacing: 0.1em;
	padding: 3px 5px;
	vertical-align: middle;
}
#top_service01_word_jp p,
#top_service02_word_jp p,
#top_service03_word_jp p,
#top_service01_word_en p,
#top_service02_word_en p,
#top_service03_word_en p,
#top_service01_word_ch p,
#top_service02_word_ch p,
#top_service03_word_ch p {
	font-size: 1.6rem;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	line-height: 3;
	margin-bottom: 2em;
}
.service_detail_bt {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.service_detail_bt a {
	position: relative;
	display: inline-block;
	background: #333;
	padding: 6px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	color: #FFF;
	border: 2px solid #333;
	transition: all 0.3s;
	z-index: 1;
	overflow: hidden;
}
.service_detail_bt a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -110%;
	background: #FFF;
	transition: all 0.3s;
	z-index: -1;
}
.service_detail_bt a:hover {
	color: #333;
}
.service_detail_bt a:hover::before {
	left: 0;
}
.service_detail_bt2 {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.service_detail_bt2 a {
	position: relative;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	background: #FFF;
	padding: 6px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	color: #333;
	border: 2px solid #333;
	transition: all 0.3s;
	z-index: 1;
	overflow: hidden;
}
.service_detail_bt2 a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -110%;
	background: #333;
	transition: all 0.3s;
	z-index: -1;
}
.service_detail_bt2 a:hover {
	color: #FFF;
}
.service_detail_bt2 a:hover::before {
	left: 0;
}
}
  /*////////////////////////////////////
TOP news
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_news {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
	z-index: 3;
}
#news_area {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}
#news_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#news_title h2 {
	font-size: 3.8rem;
	font-family: "Cormorant", serif;
	color: #333;
	line-height: 2;
	font-weight: 300;
}
#news_place {
	position: relative;
	width: 100%;
	max-width: 1000px;
	max-height: 400px;
	overflow: scroll;
	margin: 0 auto;
}
.news {
	position: relative;
	padding: 50px;
	border-top: 1px dotted #333;
}
.news_day {
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px;
	font-family: "Noto Serif JP", serif;
}
.news_word {
	position: relative;
	
}
.news_word h3 {
	color: #333;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 2em;
}
.news_word p {
	color: #333;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
}
.news_word p a {
	color: #999;
	transition: all 0.3s;
}
.news_word p a:hover {
	color: #555;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_news {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
	z-index: 3;
}
#news_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	padding: 50px 0;
}
#news_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#news_title h2 {
	font-size: 3.2rem;
	font-family: "Cormorant", serif;
	color: #333;
	line-height: 2;
	font-weight: 300;
}
#news_place {
	position: relative;
	width: 100%;
	max-width: 1000px;
	max-height: 400px;
	overflow: scroll;
	margin: 0 auto;
}
.news {
	position: relative;
	padding: 50px;
	border-top: 1px dotted #333;
}
.news_day {
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px;
	font-family: "Noto Serif JP", serif;
}
.news_word {
	position: relative;
	
}
.news_word h3 {
	color: #333;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 2em;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
.news_word p {
	color: #333;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 2;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
}
.news_word p a {
	color: #999;
	transition: all 0.3s;
}
.news_word p a:hover {
	color: #555;
}
}
  /*////////////////////////////////////
TOP gallery
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_gallery {
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background: #FEFEFE;
	z-index: 3;
}
#top_gallery_area {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
#top_gallery_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#top_gallery_title h2 {
	font-size: 3.8rem;
	font-family: "Cormorant", serif;
	color: #333;
	line-height: 2;
	font-weight: 300;
}
#top_gallery_place {
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_gallery_item {
	position: relative;
	width: 24.5%;
	margin: 0.25%;
	aspect-ratio:1/1;
}
.top_gallery_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_gallery {
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background: #FFF;
	z-index: 3;
}
#top_gallery_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#top_gallery_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#top_gallery_title h2 {
	font-size: 3.2rem;
	font-family: "Cormorant", serif;
	color: #333;
	line-height: 2;
	font-weight: 300;
}
#top_gallery_place {
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_gallery_item {
	position: relative;
	width: 49%;
	margin: 0.5%;
	aspect-ratio:1/1;
}
.top_gallery_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
}


  /*////////////////////////////////////
TOP Topic
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_topic {
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background:rgba(38,52,69,1.00);
	z-index: 3;
}
#top_topic_area {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
#top_topic_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#top_topic_title h2 {
	font-size: 3.8rem;
	font-family: "Cormorant", serif;
	color: #FFF;
	line-height: 2;
	font-weight: 300;
}
#top_topic_place {
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_topic {
	position: relative;
	padding: 10px;
}
.top_topic a {
	transition: all 0.3s;
	text-decoration: none;
}
a .top_topic_item {
	position: relative;
}
a .topic_image {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .topic_image {
	opacity: 0.8;
}
a .topic_image img {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
}
a .topic_cate {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .topic_cate {
	opacity: 0.8;
}
a .topic_cate span {
	display: inline-block;
	padding: 3px 5px;
	background: rgba(29,74,104,1.00);
	border-radius: 5px;
	font-size: 1.4rem;
	font-family: "Noto Serif JP", serif;
	color: #FFF;
	transition: all 0.3s;
}
a .topic_day {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: #FFF;
	padding: 0 5px;
	font-family: "Noto Serif JP", serif;
	transition: all 0.3s;
}
a:hover .topic_day {
	opacity: 0.8;
}
a .topic_title {
	position: relative;
	width: 100%;
	padding: 0 5px;
	font-size: 1.4rem;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	transition: all 0.3s;
}
a:hover .topic_title {
	opacity: 0.8;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_topic {
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background:rgba(38,52,69,1.00);
	z-index: 3;
}
#top_topic_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#top_topic_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#top_topic_title h2 {
	font-size: 3.2rem;
	font-family: "Cormorant", serif;
	color: #FFF;
	line-height: 2;
	font-weight: 300;
}
#top_topic_place {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_topic {
	position: relative;
	padding: 10px;
}
.top_topic a {
	transition: all 0.3s;
	text-decoration: none;
}
a .top_topic_item {
	position: relative;
}
a .topic_image {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .topic_image {
	opacity: 0.8;
}
a .topic_image img {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
}
a .topic_cate {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .topic_cate {
	opacity: 0.8;
}
a .topic_cate span {
	display: inline-block;
	padding: 3px 5px;
	background: rgba(29,74,104,1.00);
	border-radius: 5px;
	font-size: 1.4rem;
	color: #FFF;
	transition: all 0.3s;
	font-family: "Noto Serif JP", serif;
}
a .topic_day {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: #FFF;
	padding: 0 5px;
	transition: all 0.3s;
	font-family: "Noto Serif JP", serif;
}
a:hover .topic_day {
	opacity: 0.8;
}
a .topic_title {
	position: relative;
	width: 100%;
	padding: 0 5px;
	font-size: 1.4rem;
	color: #FFF;
	transition: all 0.3s;
	font-family: "Noto Serif JP", serif;
}
a:hover .topic_title {
	opacity: 0.8;
}
}