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

@media screen and (min-width: 768px){
#top_header {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #000;
	overflow: hidden;
	z-index: 1;
}
#start_filter {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(100px);
	z-index: 2;
	animation: start_fade 1s ease 0s forwards;
}
#top_img1,
#top_img2,
#top_img3 {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
#top_img1 {
	background: url("../img/top_img1.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: top_fade 18s ease 0s infinite;
}
#top_img2 {
	background: url("../img/top_img2.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: top_fade 18s ease 6s infinite;
}
#top_img3 {
	background: url("../img/top_img3.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: top_fade 18s ease 12s infinite;
}
#top_center_word {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 4rem;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	z-index: 2;
	animation: start_fade2 1s ease 0s forwards;
}
#top_center_word .topmaintitle {
	font-size: 4.6rem;
}
#top_center_word .topsubtitle {
	display: block;
	font-size: 1.8rem;
}
#top_bottom_word {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	animation: start_fade2 1s ease 0s forwards;
	z-index: 3;
}
#scroll_pointer {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 50;
}
.mouse{
  width: 30px;
  aspect-ratio:13/22;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%,
                                      transparent 50%,
                                      #ffffff 50%,
                                      #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite,
             nudgeMouse 5s ease-out infinite;
}
.mouse:before,
.mouse:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mouse:before{
  width: 23px;
  aspect-ratio:23/41;
  background-color: #30333a;
  border-radius: 100px;
}
.mouse:after{
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}
.text{
  margin-top: 10px;
  font-family: Cabin;
  letter-spacing: 2px;
  color: #fff;
  text-indent: -4px;
  animation: colorText 5s ease-out infinite,
             nudgeText 5s ease-out infinite;
}

#top_backcover {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 4;
	backdrop-filter: blur(0px);
	opacity: 1;
}

#top_about_contents {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 5;
	opacity: 1;
}
#top_about_word {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	line-height: 2;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	opacity: 0;
	z-index: 1;
}
#top_about_word p {
	text-indent: 1em;
	margin-left: 1em;
}
#top_space1,
#top_space2,
#top_space3,
#top_space4,
#top_space5 {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 3;
}

#top_movie_pc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#top_movie_pc video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.top_movie_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../css/overlays/07.png");
	background-repeat: repeat;
	z-index: 2;
}
#top_movie_sp {
	display: none;
}
.spbr {
	display: none;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_header {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #000;
	overflow: hidden;
	z-index: 1;
}
#start_filter {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(100px);
	z-index: 2;
	animation: start_fade 1s ease 0s forwards;
}
#top_img1,
#top_img2,
#top_img3 {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
#top_img1 {
	background: url("../img/top_img1.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: top_fade 18s ease 0s infinite;
}
#top_img2 {
	background: url("../img/top_img2.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: top_fade 18s ease 6s infinite;
}
#top_img3 {
	background: url("../img/top_img3.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: top_fade 18s ease 12s infinite;
}
#top_center_word {
	position: absolute;
	width: 90%;
	top: 42%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	z-index: 2;
	animation: start_fade2 1s ease 0s forwards;
}
#top_center_word .topmaintitle {
	font-size: 3.6rem;
}
#top_center_word .topsubtitle {
	display: inline-block;
	font-size: 1.4rem;
}

#top_bottom_word {
	position: absolute;
	width: 90%;
	bottom: 260px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	animation: start_fade2 1s ease 0s forwards;
	z-index: 3;
}
#scroll_pointer {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 25;
}
.mouse{
  width: 30px;
  aspect-ratio:13/22;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%,
                                      transparent 50%,
                                      #ffffff 50%,
                                      #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite,
             nudgeMouse 5s ease-out infinite;
}
.mouse:before,
.mouse:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mouse:before{
  width: 23px;
  aspect-ratio:23/41;
  background-color: #30333a;
  border-radius: 100px;
}
.mouse:after{
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}
.text{
  margin-top: 10px;
  font-family: Cabin;
  letter-spacing: 2px;
  color: #fff;
  text-indent: -4px;
  animation: colorText 5s ease-out infinite,
             nudgeText 5s ease-out infinite;
}

#top_backcover {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 4;
	backdrop-filter: blur(0px);
	opacity: 1;
}

#top_about_contents {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 5;
	opacity: 1;
}
#top_about_word {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.6rem;
	writing-mode: vertical-rl;
	line-height: 2;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	opacity: 0;
	z-index: 1;
}
#top_about_word p {
	text-indent: 1em;
}
#top_space1,
#top_space2,
#top_space3,
#top_space4,
#top_space5 {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 3;
}

#top_movie_sp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#top_movie_sp video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.top_movie_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../css/overlays/07.png");
	background-repeat: repeat;
	z-index: 2;
}
#top_movie_pc {
	display: none;
}
}
@keyframes start_fade {
0% {
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(100px);
}
100% {
	background: rgba(255,255,255,0);
	backdrop-filter: blur(0);
}
}
@keyframes start_fade2 {
0% {
	filter: blur(100px);
}
100% {
	filter: blur(0);
}
}
@keyframes top_fade {
0% {
	opacity: 0;
}
3% {
	opacity: 1;
}
31% {
	opacity: 1;
}
34% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}

@keyframes colorSlide{
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorText{
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
} 

@keyframes trackBallSlide{
  0%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60%{
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }
  66%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse{
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(8px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(8px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(8px);
  }
  90%{
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(2px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(2px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(2px);
  }
  90%{
    transform: translateY(0);
  }
}

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

@media screen and (min-width: 768px){
#top_aboutus {
	position: relative;
	width: 100%;
	background: rgba(15,61,68,1.00);
	backdrop-filter: blur(0px);
	padding: 150px 0;
	z-index: 15;
}
#top_aboutus_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-direction:row-reverse;
	flex-wrap: wrap;
}
#top_aboutus_image {
	position: relative;
	width: 48%;
	margin-right: 2%;
	text-align: center;
	padding-top: 50px;
}
#top_aboutus_image img {
	max-width: 500px;
}
#top_aboutus_word {
	position: relative;
	width: 46%;
	margin-left: 4%;
}
#top_aboutus_word span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #FFF;
	color: rgba(15,61,68,1.00);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}
#top_aboutus_word h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color: #FFF;
	font-weight: 400;
	margin-bottom: 10px;
}

#top_aboutus_word p {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.6rem,1.3vw,2rem);
	color: #FFF;
	font-weight: 300;
	line-height: 2;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_aboutus {
	position: relative;
	width: 100%;
	background: rgba(15,61,68,1.00);
	backdrop-filter: blur(0px);
	padding: 150px 0;
	z-index: 15;
}
#top_aboutus_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#top_aboutus_image {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#top_aboutus_image img {
	max-width: 500px;
}
#top_aboutus_word {
	position: relative;
	width: 90%;
	margin: 0 auto 30px;
}
#top_aboutus_word span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #FFF;
	color: rgba(15,61,68,1.00);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}
#top_aboutus_word h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color: #FFF;
	font-weight: 400;
	margin-bottom: 10px;
}

#top_aboutus_word p {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.6rem,1.3vw,2rem);
	color: #FFF;
	font-weight: 300;
	line-height: 2;
}
}


/*////////////////////////////////////
TOP service
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_service {
	position: relative;
	width: 100%;
	z-index: 15;
	padding: 50px 0 0 0;
	background:#eeeeec;
}
#top_service_title {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
}
#top_service_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color:rgba(54,46,38,1.00);
	font-weight: 400;
	margin-bottom: 10px;
}
#top_service_title span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #333;
	color: #EEEEEE;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}

#top_service_area {
	position: relative;
	width: 100%;
}
.top_service_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	border-top: 1px solid #999;
	padding: 0;
	margin: 0;
}
.top_service_photo {
	position: relative;
	width: 50%;
	aspect-ratio:16/9;
	overflow: hidden;
}
.top_service_item_word_area {
	position: relative;
	width: 40%;
	max-width: 600px;
	margin-left: 5%;
	padding-top: 50px;
}

.top_service_item_title {
	position: relative;
	margin-bottom: 30px;
}
.top_service_item_title h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2rem,3vw,3.6rem);
	color: rgba(69,38,16,1.00);
	font-weight: 300;
}
.top_service_item_word {
	position: relative;
	width: 99%;
	margin-left: 1%;
	color: #333;
	font-size: clamp(1.6rem,1.3vw,1.8rem);
	font-weight: 300;
	line-height: 2;
}
.top_service_item_link {
	position: absolute;
	bottom: 50px;
	right: 40%;
}
.top_service_item_link a {
	position: relative;
	display: inline-block;
	background: #EEE;
	padding: 10px 50px;
	border: 1px solid #333;
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.top_service_item_link a:hover {
	color: #EEE;
}
.top_service_item_link a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: all 0.3s;
	z-index: -1;
}
.top_service_item_link a:hover::before {
	left: 0;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_service {
	position: relative;
	width: 100%;
	z-index: 15;
	padding: 50px 0 0 0;
	background:#eeeeec;
}
#top_service_title {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
}
#top_service_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color:rgba(54,46,38,1.00);
	font-weight: 400;
	margin-bottom: 10px;
}
#top_service_title span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #333;
	color: #EEEEEE;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}

#top_service_area {
	position: relative;
	width: 100%;
}
.top_service_item {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #999;
	padding: 0 0 30px 0;
	margin: 0;
}
.top_service_photo {
	position: relative;
	width: 100%;
	aspect-ratio:16/9;
	overflow: hidden;
	margin-bottom: 10px;
}
.top_service_item_word_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.top_service_item_title {
	position: relative;
	margin-bottom: 30px;
}
.top_service_item_title h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2rem,3vw,3.6rem);
	color: rgba(69,38,16,1.00);
	font-weight: 300;
}
.top_service_item_word {
	position: relative;
	width: 99%;
	margin-left: 1%;
	color: #333;
	font-size: clamp(1.6rem,1.3vw,1.8rem);
	font-weight: 300;
	line-height: 2;
	margin-bottom: 20px;
}
.top_service_item_link {
	position: relative;
	width: 100%;
	text-align: center;
}
.top_service_item_link a {
	position: relative;
	display: inline-block;
	background: #EEE;
	padding: 10px 50px;
	border: 1px solid #333;
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.top_service_item_link a:hover {
	color: #EEE;
}
.top_service_item_link a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: all 0.3s;
	z-index: -1;
}
.top_service_item_link a:hover::before {
	left: 0;
}
}

/*////////////////////////////////////
TOP service
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_news {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
	z-index: 15;
	border-top: 1px solid #999;
}
#top_news_area {
	position: relative;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;

	flex-wrap: wrap;
}
#top_news_title {
	position: relative;
	width: 30%;
	margin-right: 5%;
}
#top_news_place {
	position: relative;
	width: 60%;
	height: 420px;
	overflow: scroll;
	margin-right: 5%;
	border: 1px dotted #999;
	padding: 20px;
}

#top_news_title span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #333;
	color: #EEEEEE;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}
#top_news_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color:rgba(54,46,38,1.00);
	font-weight: 400;
	margin-bottom: 10px;
}
.top_news_item {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_news_cate {
	position: relative;
}
.top_news_cate span {
	display: inline-block;
	padding: 5px 20px;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #FFF;
	margin-bottom: 10px;
	border-radius: 5px;
}
.cate1 {
	background: rgba(30,99,135,1.00);
}
.cate2 {
	background:rgba(141,44,46,1.00);
}
.cate3 {
	background:rgba(156,160,45,1.00);
}
.top_news_day {
	font-size: 1.4rem;
	color: #999;
	padding: 5px;
	margin-bottom: 10px;
}
.top_news_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
	padding: 0 10px;
}
.top_news_word a {
	color: rgba(41,108,175,1.00);
	transition: all 0.3s;
}
.top_news_word a:hover {
	color: #D91417;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_news {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
	z-index: 15;
	border-top: 1px solid #999;
}
#top_news_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_news_title {
	position: relative;
	width: 100%;
}
#top_news_place {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: scroll;
	margin-right: 5%;
	border: 1px dotted #999;
	padding: 10px;
}

#top_news_title span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #333;
	color: #EEEEEE;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}
#top_news_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color:rgba(54,46,38,1.00);
	font-weight: 400;
	margin-bottom: 20px;
}
.top_news_item {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_news_cate {
	position: relative;
}
.top_news_cate span {
	display: inline-block;
	padding: 5px 20px;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #FFF;
	margin-bottom: 10px;
	border-radius: 5px;
}
.cate1 {
	background: rgba(30,99,135,1.00);
}
.cate2 {
	background:rgba(141,44,46,1.00);
}
.cate3 {
	background:rgba(156,160,45,1.00);
}
.top_news_day {
	font-size: 1.4rem;
	color: #999;
	padding: 5px;
	margin-bottom: 10px;
}
.top_news_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
	padding: 0 10px;
}
.top_news_word a {
	color: rgba(41,108,175,1.00);
	transition: all 0.3s;
}
.top_news_word a:hover {
	color: #D91417;
}
}

/*////////////////////////////////////
center title
////////////////////////////////////*/

@media screen and (min-width: 768px){
.top_center_title {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
}
.top_center_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color:rgba(54,46,38,1.00);
	font-weight: 400;
	margin-bottom: 10px;
}
.top_center_title span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #333;
	color: #EEEEEE;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
.top_center_title {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
}
.top_center_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem,3vw,5rem);
	color:rgba(54,46,38,1.00);
	font-weight: 400;
	margin-bottom: 10px;
}
.top_center_title span.top_section_subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background: #333;
	color: #EEEEEE;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: clamp(1.4rem,1.3vw,1.6rem);
	font-weight: 700;
	padding: 3px 80px 3px 10px;
}
}
/*////////////////////////////////////
TOP works
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_works {
	position: relative;
	width: 100%;
	z-index: 15;
	padding: 100px 0;
	background:#eeeeec;
}
#top_works_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_works_place {
	position: relative;
	display: flex;
	justify-content: center;
}
.top_works_item_area {
	position: relative;
	width: 100%;
	padding: 20px;
}
.top_works_item_area a {
	text-decoration: none;
}
.top_works_item_area a .top_works_item {
	position: relative;
}
.top_works_item_area a .top_works_item .top_works_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.top_works_item_area a .top_works_item .top_works_photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.top_works_item_area a:hover .top_works_item .top_works_photo img {
	transform: scale(1.1);
	opacity: 0.9;
}
.top_works_item_area a .top_works_item .top_works_info {
	position: relative;
	width: 100%;
	display: flex;
	justify-content:flex-start;
	margin-bottom: 10px;
}
.top_works_item_area a .top_works_item .top_works_info .top_works_cate {
	position: relative;
}
.top_works_item_area a .top_works_item .top_works_info .top_works_cate span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #FFF;
	margin-right: 5px;
}

.top_works_item_area a .top_works_item .top_works_info .top_works_day {
	position: relative;
}
.top_works_item_area a .top_works_item .top_works_info .top_works_day span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	background: rgba(84,84,84,1.00);
	color: #FFF;
}
.top_works_item_area a .top_works_item .top_works_title {
	position: relative
	width
	100%;
	color: #333;
	font-size: 1.6rem;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_works {
	position: relative;
	width: 100%;
	z-index: 15;
	padding: 100px 0;
	background:#eeeeec;
}
#top_works_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#top_works_place {
	position: relative;
	display: flex;
	justify-content: center;
}
.top_works_item_area {
	position: relative;
	width: 100%;
	padding: 20px;
}
.top_works_item_area a {
	text-decoration: none;
}
.top_works_item_area a .top_works_item {
	position: relative;
}
.top_works_item_area a .top_works_item .top_works_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.top_works_item_area a .top_works_item .top_works_photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.top_works_item_area a:hover .top_works_item .top_works_photo img {
	transform: scale(1.1);
	opacity: 0.9;
}
.top_works_item_area a .top_works_item .top_works_info {
	position: relative;
	width: 100%;
	display: flex;
	justify-content:flex-start;
	margin-bottom: 10px;
}
.top_works_item_area a .top_works_item .top_works_info .top_works_cate {
	position: relative;
}
.top_works_item_area a .top_works_item .top_works_info .top_works_cate span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #FFF;
	margin-right: 5px;
}

.top_works_item_area a .top_works_item .top_works_info .top_works_day {
	position: relative;
}
.top_works_item_area a .top_works_item .top_works_info .top_works_day span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	background: rgba(84,84,84,1.00);
	color: #FFF;
}
.top_works_item_area a .top_works_item .top_works_title {
	position: relative
	width
	100%;
	color: #333;
	font-size: 1.6rem;
}
}

.wcate1 { background: rgba(166,41,43,1.00); }
.wcate2 { background:rgba(30,105,150,1.00); }
.wcate3 { background:rgba(50,125,50,1.00); }
.wcate4 { background:rgba(138,105,47,1.00); }
.wcate5 { background: rgba(88,51,124,1.00); }

/*////////////////////////////////////
TOP topics
////////////////////////////////////*/
.top_link {
	position: relative;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.top_link a {
	position: relative;
	display: inline-block;
	padding: 20px 50px;
	border: 1px solid #555;
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
	z-index: 1;
	overflow: hidden;
}
.top_link a::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	top: 0;
	left: -100%;
	transition: all 0.3s;
	z-index: -1;
}
.top_link a:hover {
	color: #FFF;
}
.top_link a:hover::before {
	left: 0;
	
}
/*////////////////////////////////////
TOP topics
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_topic {
	position: relative;
	width: 100%;
	padding: 100px 0;
	z-index: 15;
	background: #FEFEFE;
}
#top_topic_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	
}
#top_topic_place {
	position: relative;
	width: 100%;
}
.top_topic_item_place {
	position: relative;
	width: 20%;
	padding: 20px;
}
.top_topic_item_place a {
	text-decoration: none;
	position: relative;
	width: 100%;
}
.top_topic_item_place a .top_topic_item {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}

.top_topic_item_place a .top_topic_item .top_topic_photo {
	position: relative;
	width: 100%;
	aspect-ratio:16/9;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.top_topic_item_place a .top_topic_item .top_topic_photo img {
	object-fit: 100%;
	width: 100%;
	height: 100%;
	aspect-ratio:16/9;
	transition: all 0.3s;
}
.top_topic_item_place a:hover .top_topic_item .top_topic_photo img {
	transform: scale(1.1);
}
.top_topic_item_place a .top_topic_item .top_topic_day {
	position: relative;
	width: 90%;
	margin: 0 auto 10px;
}
.top_topic_item_place a .top_topic_item .top_topic_day span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	background: rgba(84,84,84,1.00);
	color: #FFF;
}
.top_topic_item_place a .top_topic_item .top_topic_title {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	color: #333;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_topic {
	position: relative;
	width: 100%;
	padding: 100px 0;
	z-index: 15;
	background: #FEFEFE;
}
#top_topic_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	
}
#top_topic_place {
	position: relative;
	width: 100%;
}
.top_topic_item_place {
	position: relative;
	width: 20%;
	padding: 20px;
}
.top_topic_item_place a {
	text-decoration: none;
	position: relative;
	width: 100%;
}
.top_topic_item_place a .top_topic_item {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}

.top_topic_item_place a .top_topic_item .top_topic_photo {
	position: relative;
	width: 100%;
	aspect-ratio:16/9;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.top_topic_item_place a .top_topic_item .top_topic_photo img {
	object-fit: 100%;
	width: 100%;
	height: 100%;
	aspect-ratio:16/9;
	transition: all 0.3s;
}
.top_topic_item_place a:hover .top_topic_item .top_topic_photo img {
	transform: scale(1.1);
}
.top_topic_item_place a .top_topic_item .top_topic_day {
	position: relative;
	width: 90%;
	margin: 0 auto 10px;
}
.top_topic_item_place a .top_topic_item .top_topic_day span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	background: rgba(84,84,84,1.00);
	color: #FFF;
}
.top_topic_item_place a .top_topic_item .top_topic_title {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	color: #333;
}
}