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

@media screen and (min-width: 768px){

#topheader_area{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

#topheader_video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#topheader_cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #333;
	opacity: 0;
	z-index: 2;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#topheader_area{
	position: relative;
	margin-top: 60px;
	width: 100%;
	aspect-ratio:16/9;
	overflow: hidden;
	z-index: 1;
}

#topheader_video{
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 0;
	left: 0;
}
}








/*////////////////////////////////////
 topcover
////////////////////////////////////*/
@media screen and (min-width: 768px){
#topcover_area{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topcover_area{
	display: none;
}
}







/*////////////////////////////////////
 共通
////////////////////////////////////*/
@media screen and (min-width: 768px){
.top_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 8px 20px;
}

.top_border_red{
	border-left: solid 0.2px #A00303;
}

.top_border_wh{
	border-left: solid 0.2px #FFFFFF;
}


.top_title {
	position: relative;
	width: 100%;
	font-size: 6rem;
 	font-weight: 800;
	letter-spacing: 0.06em;
}

.top_title_red{
	color: #A00303;
}

.top_title_wh{
	color: #FFFFFF;
}

.top_title span {
	opacity: 0;
}

.top_title span:nth-child(1) { animation-delay:0.1s; }
.top_title span:nth-child(2) { animation-delay:0.2s; }
.top_title span:nth-child(3) { animation-delay:0.3s; }
.top_title span:nth-child(4) { animation-delay:0.4s; }
.top_title span:nth-child(5) { animation-delay:0.5s; }
.top_title span:nth-child(6) { animation-delay:0.6s; }
.top_title span:nth-child(7) { animation-delay:0.7s; }
.top_title span:nth-child(8) { animation-delay:0.8s; }

.char {
    opacity: 0;
    display: inline-block;
    animation: slideIn 0.5s forwards;
}

.top_subtitle{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.2vw,2rem);
 	font-weight: 800;
	letter-spacing: 0.06em;
}


.top_catch{
	position: relative;
	width: 100%;
	font-family: "Shippori Mincho", system-ui;
	font-size: clamp(5rem,3.2vw,7rem);
 	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #333;
}

.top_catch span{
	font-size: clamp(7rem,4vw,10rem);
 	font-weight: 700;
	background-image: linear-gradient(transparent 60%,#B71616 80%,#B71616 90%);
}

}


@media screen and (min-width: 0px) and (max-width: 767px){
.top_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 8px 20px;
}

.top_border_red{
	border-left: solid 0.2px #A00303;
}

.top_border_wh{
	border-left: solid 0.2px #FFFFFF;
}


.top_title {
	position: relative;
	width: 100%;
	font-size: 5rem;
 	font-weight: 800;
	letter-spacing: 0.06em;
}

.top_title_red{
	color: #A00303;
}

.top_title_wh{
	color: #FFFFFF;
}

.top_title span{
	opacity: 0;
}

.top_title span:nth-child(1) { animation-delay:0.1s; }
.top_title span:nth-child(2) { animation-delay:0.2s; }
.top_title span:nth-child(3) { animation-delay:0.3s; }
.top_title span:nth-child(4) { animation-delay:0.4s; }
.top_title span:nth-child(5) { animation-delay:0.5s; }
.top_title span:nth-child(6) { animation-delay:0.6s; }
.top_title span:nth-child(7) { animation-delay:0.7s; }
.top_title span:nth-child(8) { animation-delay:0.8s; }

.char {
    opacity: 0;
    display: inline-block;
    animation: slideIn 0.5s forwards;
}

.top_subtitle{
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,1.2vw,1.8rem);
 	font-weight: 800;
	letter-spacing: 0.06em;
}

.top_catch{
	position: relative;
	width: 100%;
	text-align: center;
	font-family: "Shippori Mincho", system-ui;
	font-size: 2.2rem;
 	font-weight: 500;
	line-height: 1.6;
	color: #333;
}

.top_catch span{
	font-size: 3rem;
 	font-weight: 700;
}

}










/*////////////////////////////////////
 topconcept
////////////////////////////////////*/

@media screen and (min-width: 768px){

#topconcept_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
    z-index: 6;
}

#topconcept_area_top{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #e7e5e5;
	z-index: 6;
}

#topconcept_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#topconcept_word_area{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 30px;
	background-color: #FFFFFF;
	z-index: 2;
}

#topconcept_title{
	position: relative;
	width: 100%;
	padding: 10px 20px 20px 20px;
	text-align: center;
	font-size: clamp(4rem,4vw,8rem);
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #333;
}

#topconcept_title span{
	color: #A00303;
	font-weight: 700;
}

#topconcept_word{
	position: relative;
	width: 100%;
	padding: 10px 50px;
	text-align: center;
	font-size: clamp(1.6rem,1.6vw,1.8rem);;
	letter-spacing: 0.06em;
	line-height: 1.8;
	font-weight: 400;
}

#topconcept_word span{
	font-weight: 700;
}

#topconcept_area_bottom{
	position: relative;
	width: 100%;
	height: 150px;
    margin: 0;
	background-color: #e7e5e5;
	clip-path: polygon(0 0,100% 0,50% 100%);
	z-index: 4;
}

}

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

#topconcept_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
    z-index: 6;
}

#topconcept_area_top{
	position: relative;
	width: 100%;
	padding: 50px 0 30px 0;
	background-color: #e7e5e5;
	z-index: 6;
}

#topconcept_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#topconcept_word_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #FFFFFF;
	z-index: 2;
}
#topconcept_title{
	position: relative;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #333;
}

#topconcept_title span{
	color: #A00303;
	font-weight: 700;
}

#topconcept_word{
	position: relative;
	width: 100%;
	padding: 10px 20px;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 400;
}

#topconcept_word span{
	font-weight: 700;
}

#topconcept_img{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#topconcept_img img{
	object-fit: cover;
}

#topconcept_area_bottom{
	position: relative;
	width: 100%;
	height: 80px;
    margin: 0;
	background-color: #e7e5e5;
	clip-path: polygon(0 0,100% 0,50% 100%);
	z-index: 4;
}
}




/*////////////////////////////////////
 topservice
////////////////////////////////////*/

@media screen and (min-width: 768px){

#topservice_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#topservice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#topservice_circle_area{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	height: 800px;
	z-index: 1;
}

#topservice_circle_right{
	position: absolute;
	top: 50px;
	right: 0;
	width: 35%;
    aspect-ratio: 1/1;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: #e7e5e5;
	box-shadow: 0 0 80px 10px rgba(149,5,10,0.5);
    z-index: 1;
	transform: translate(0,0);
	animation: circlemove 7s ease 0s infinite;
}

#topservice_circle_left{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 35%;
    aspect-ratio: 1/1;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: #e7e5e5;
	box-shadow: 0 0 80px 0 rgba(149,5,10,0.5);
    z-index: 1;
	transform: translate(0,0);
	animation: circlemove 7s ease 3s infinite;
}

#topservice_circle_center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
    aspect-ratio: 1/1;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(149,5,10,1) 0%, rgba(151,6,11,1) 29%, rgba(121,8,8,1) 100%);
    z-index: 2;
}

.topservice_circle_wordarea{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;

}

.topservice_circle_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
    text-align: center;
    font-size: clamp(1.4rem,1.2vw,1.6rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #333333;
}

.topservice_circle_title{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
    text-align: center;
    font-size: clamp(2.2rem,2vw,3rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #333333;
}

.topservice_circle_word{
	position: relative;
	width: 100%;
	text-align: center;
    font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.4;
	color: #333333;
}

#topservice_circle_center .topservice_circle_subtitle,
#topservice_circle_center .topservice_circle_title,
#topservice_circle_center .topservice_circle_word{
	color: #FFFFFF;
}

.topservice_circle_arrowarea{
	position: absolute;
	width: 100%;
	height: 50px;
}

#topservice_circle_right_arrow{
	position: absolute;
	width: 10%;
	top: 34%;
	right: 28%;
	transform: rotate(-30deg);
	z-index: 4;
}

#topservice_circle_left_arrow{
	position: absolute;
	width: 10%;
	bottom: 34%;
	left: 28%;
	transform: rotate(-30deg);
	z-index: 4;
}


#topservice_animation{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
	margin: 0;
	padding: 0;
    margin-inline: auto;
    overflow: hidden;
}

.topservice_animation_first,
.topservice_animation_second{
    font-weight: 800;
	font-style: italic;
    font-size: 14rem;
	color:#e7e5e5;
	padding: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
}

.topservice_animation_first{
    animation :text_scroll_first 20s infinite linear both;
}

.topservice_animation_second{
    animation :text_scroll_second 20s infinite linear both;
}

}


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

#topservice_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#topservice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#topservice_circle_area{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}


#topservice_circle_right{
	position: absolute;
	top: 46%;
	right: 0;
	width: 50%;
    aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: #e7e5e5;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .5);
    z-index: 1;
	transform: translate(0,0);
	animation: circlemove 3s ease 0s infinite;
}

#topservice_circle_left{
	position: absolute;
	top: 46%;
	left: 0;
	width: 50%;
    aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: #e7e5e5;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .5);
    z-index: 1;
	animation: circlemove 3s ease 1s infinite;
}

#topservice_circle_center{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
    aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(149,5,10,1) 0%, rgba(151,6,11,1) 29%, rgba(121,8,8,1) 100%);
    z-index: 2;
}

.topservice_circle_wordarea{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;

}

.topservice_circle_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
	font-weight: 500;
	color: #333333;
}

.topservice_circle_title{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
    text-align: center;
    font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #333333;
}

.topservice_circle_word{
	position: relative;
	width: 100%;
	text-align: center;
    font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
}

#topservice_circle_center .topservice_circle_subtitle,
#topservice_circle_center .topservice_circle_title,
#topservice_circle_center .topservice_circle_word{
	color: #FFFFFF;
}

.topservice_circle_arrowarea{
	position: absolute;
	width: 100%;
	height: 50px;
}

#topservice_circle_right_arrow{
	position: absolute;
	width: 10%;
	top: 46%;
	right: 28%;
	transform: rotate(30deg);
	z-index: 4;
}

#topservice_circle_left_arrow{
	position: absolute;
	width: 10%;
	top: 46%;
	left: 28%;
	transform: rotate(-30deg);
	z-index: 4;
}


#topservice_animation{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
	margin: 0;
	padding: 0;
    margin-inline: auto;
    overflow: hidden;
}

.topservice_animation_first,
.topservice_animation_second{
    font-weight: 800;
	font-style: italic;
    font-size: 14rem;
	color:#e7e5e5;
	padding: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
}

.topservice_animation_first{
    animation :text_scroll_first 20s infinite linear both;
}

.topservice_animation_second{
    animation :text_scroll_second 20s infinite linear both;
}

}








@keyframes circlemove{

0% {
	transform: translate(0,0);
	box-shadow: 0 0 80px 10px rgba(149,5,10,0.5);
}

30% {
	transform: translate(-5px,5px);
	box-shadow: 0 0 60px 10px rgba(149,5,10,0.5);
}

60% {
	transform: translate(0,5px);
	box-shadow: 0 0 30px 10px rgba(149,5,10,0.5);
}

100% {
	transform: translate(0,0);
	box-shadow: 0 0 80px 10px rgba(149,5,10,0.5);
}
}








/*////////////////////////////////////
 topmerit_slider
////////////////////////////////////*/

@media screen and (min-width: 768px){

#topmerit_slider{
  position: fixed;
  top: 0;
  left: 10%;
  overflow: hidden;
  width: 80%;
  aspect-ratio: 3/2;
  opacity: 0;
  z-index: 4;
}

#topmerit_slider::after{
    content: '';
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 3;
}

/* スライダー画像 */
#topmerit_slider #topmerit_slider_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	animation: slider_anime 20s infinite;
	z-index: 1;
}

#topmerit_slider #topmerit_slider_img:nth-of-type(1){
    animation-delay: 0s;
    background-image: url("../img/merit01.jpg");
}

#topmerit_slider #topmerit_slider_img:nth-of-type(2){
    animation-delay: 5s;
    background-image: url("../img/merit02.jpg");
}

#topmerit_slider #topmerit_slider_img:nth-of-type(3){
  animation-delay: 10s;
  background-image: url("../img/merit03.jpg");
}

#topmerit_slider #topmerit_slider_img:nth-of-type(4){
  animation-delay: 15s;
  background-image: url("../img/merit04.jpg");
}

}


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

#topmerit_slider{
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/19.5;
  opacity: 0;
  z-index: 4;
}

#topmerit_slider::after{
    content: '';
    position: relative;
    width: 100%;
    height: 100vh;
    opacity: 0.3;
    z-index: 3;
}

/* スライダー画像 */
#topmerit_slider #topmerit_slider_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	animation: slider_anime 20s infinite;
	z-index: 1;
}

#topmerit_slider #topmerit_slider_img:nth-of-type(1){
    animation-delay: 0s;
    background-image: url("../img/merit01.jpg");
}

#topmerit_slider #topmerit_slider_img:nth-of-type(2){
    animation-delay: 5s;
    background-image: url("../img/merit02.jpg");
}

#topmerit_slider #topmerit_slider_img:nth-of-type(3){
  animation-delay: 10s;
  background-image: url("../img/merit03.jpg");
}

#topmerit_slider #topmerit_slider_img:nth-of-type(4){
  animation-delay: 15s;
  background-image: url("../img/merit04.jpg");
}

}








/*////////////////////////////////////
 topmerit (タイトルの枠)
////////////////////////////////////*/

@media screen and (min-width: 768px){

#topmerit_area{
	position: relative;
	width: 100%;
	background-color: #e7e5e5;
	margin-top: -80px;
	padding: 50px 0;
	overflow: hidden;
    z-index: 5;
}

#topmerit_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

}


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

#topmerit_area{
	position: relative;
	width: 100%;
	background-color: #e7e5e5;
	margin-top: -80px;
	padding: 50px 0 0 0;
	overflow: hidden;
    z-index: 5;
}

#topmerit_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
}








/*////////////////////////////////////
 topmerit_blank
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topmerit_blank{
	position: relative;
	width: 100%;
	margin-top: -10px;
	aspect-ratio: 3/2;
	background-color: #e7e5e5;
	z-index: 3;
}
}


@media screen and (min-width: 0px) and (max-width: 767px){
#topmerit_blank{
	position: relative;
	width: 100%;
	aspect-ratio: 3/2;
	background-color: #e7e5e5;
	z-index: 3;
}
}







/*////////////////////////////////////
 topmerit_list (タイトルより下部)
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topmerit_list{
	position: relative;
	width: 100%;
	z-index: 5;
}

.topmerit_point{
	position: relative;
	width: 100%;
	z-index: 2;
}

#topmerit_point1{
	background: url("../img/merit_img1.png") rgba(10,28,57,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point2{
	background: url("../img/merit_img2.png") rgba(90,6,8,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point3{
	background: url("../img/merit_img3.png") rgba(10,28,57,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point4{
	background: url("../img/merit_img4.png") rgba(90,6,8,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point5{
	background: url("../img/merit_img5.png") rgba(10,28,57,0.9);
	background-position: center center;
	background-size: cover;
}

.topmerit_point_num{
	font-family: "Roboto", serif;
	font-size: clamp(16rem,18vw,30rem);
 	font-weight: 900;
	color: rgba(0,0,0,0);
	-webkit-text-stroke: 1px rgba(255,255,255,.5);
}

#topmerit_point_leftnum{
    position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}

#topmerit_point_rightnum{
    position: absolute;
	display: inline-block;
	top: 0;
	right:0;
}

.topmerit_point_leftarea{
    position: relative;
    width: 100%;
    padding: 130px 0 50px 10%;
}

.topmerit_point_rightarea{
    position: relative;
    width: 100%;
    padding: 130px 10% 50px 0;
}

.topmerit_point_title{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: clamp(4rem,3.8vw,6rem);
 	font-weight: 900;
	color: #FFF;
	font-family: "Shippori Mincho", system-ui;
	line-height: 1.8;
}

.topmerit_point_title2{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: clamp(4rem,3.8vw,6rem);
 	font-weight: 900;
	color: #FFF;
	font-family: "Shippori Mincho", system-ui;
	text-align: right;
	line-height: 1.8;
}

.topmerit_point_title span{
	font-size: clamp(5rem,4.8vw,7rem);
	padding-top: .2em;
    background-position: top left -10px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.08em .08em at center center,white,white 100%,transparent);
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.topmerit_point_title2 span{
	font-size: clamp(5rem,4.8vw,7rem);
	padding-top: .2em;
    background-position: top left -10px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.08em .08em at center center,white,white 100%,transparent);
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.topmerit_point_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	font-size: clamp(1.8rem,1.4vw,2.4rem);
 	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.06em;
	line-height: 2;
}

.topmerit_point_leftarea .topmerit_point_subtitle{
	text-align: left;
}

.topmerit_point_rightarea .topmerit_point_subtitle{
	text-align: right;
}

.topmerit_point_subtitle span{
	text-decoration:underline;
    text-decoration-color: #FFFFFF;
}

.topmerit_point_rightimg{
	position: absolute;
	width: 24%;
	top:26%;
	right: 18%;
	opacity: 0.8;
}

.topmerit_point_rightimg img{
	object-fit: cover;
}

.topmerit_point_leftimg{
	position: absolute;
	width: 24%;
	top:26%;
	left: 18%;
	opacity: 0.8;
}

.topmerit_point_leftimg img{
	object-fit: cover;
}
}


@media screen and (min-width: 0px) and (max-width: 767px){
#topmerit_list{
	position: relative;
	width: 100%;
	z-index: 5;
}

.topmerit_point{
	position: relative;
	width: 100%;
	z-index: 2;
}

#topmerit_point1{
	background: url("../img/merit_img1.png") rgba(10,28,57,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point2{
	background: url("../img/merit_img2.png") rgba(90,6,8,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point3{
	background: url("../img/merit_img3.png") rgba(10,28,57,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point4{
	background: url("../img/merit_img4.png") rgba(90,6,8,0.9);
	background-position: center center;
	background-size: cover;
}

#topmerit_point5{
	background: url("../img/merit_img5.png") rgba(10,28,57,0.9);
	background-position: center center;
	background-size: cover;
}

.topmerit_point_num{
	font-family: "Roboto", serif;
	font-size: clamp(16rem,18vw,30rem);
 	font-weight: 900;
	color: rgba(0,0,0,0);
	-webkit-text-stroke: 1px rgba(255,255,255,.5);
}

#topmerit_point_leftnum{
    position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}

#topmerit_point_rightnum{
    position: absolute;
	display: inline-block;
	top: 0;
	right:0;
}

.topmerit_point_leftarea{
    position: relative;
    width: 100%;
    padding: 130px 0 50px 5%;
}

.topmerit_point_rightarea{
    position: relative;
    width: 100%;
    padding: 130px 5% 50px 0;
}

.topmerit_point_title{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 4rem;
 	font-weight: 900;
	color: #FFF;
	font-family: "Shippori Mincho", system-ui;
}

.topmerit_point_title2{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 4rem;
 	font-weight: 900;
	color: #FFF;
	font-family: "Shippori Mincho", system-ui;
	text-align: right;
}

.topmerit_point_title span{
	font-size: 5rem;
	text-emphasis: dot white;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.topmerit_point_title2 span{
	font-size: 5rem;
	text-emphasis: dot white;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.topmerit_point_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	font-size: 1.6rem;
 	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.06em;
	line-height: 2;
}

.topmerit_point_leftarea .topmerit_point_subtitle{
	text-align: left;
}

.topmerit_point_rightarea .topmerit_point_subtitle{
	text-align: right;
}
.topmerit_point_subtitle span{
	text-decoration:underline;
    text-decoration-color: #FFFFFF;
}

.topmerit_point_rightimg{
	position: absolute;
	width: 40%;
	bottom:18%;
	right: 5%;
	opacity: 0.6;
}

.topmerit_point_rightimg img{
	object-fit: cover;
}

.topmerit_point_leftimg{
	position: absolute;
	width: 40%;
	bottom:18%;
	left: 5%;
	opacity: 0.6;
}

.topmerit_point_leftimg img{
	object-fit: cover;
}

}











/*////////////////////////////////////
 topplan
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topplan_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #A00303;
	overflow: hidden;
    z-index: 5;
}

#topplan_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

#topplan_table_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	margin-bottom: 80px;
}

#topplan_table_area table{
	width: 100%;
	border-collapse: collapse;
}

#topplan_table_area table th{
	width: 25%;
	font-size: clamp(1.6rem,1.4vw,2rem);
	padding: 20px;
	color: #333;
	border: 5px solid #A00303;	
}

#topplan_table_area table th span{
	font-weight: 700;
	font-size: 1.4rem;
}

.topplan_th{
	font-weight: 400;
	background-color: #FFFFFF;
}

.topplan_th2{
	background-color:rgba(183,183,183,1.00);
}
.pro{
	background: linear-gradient(90deg, #a57e65 0%, #FFFFFF 50%, #a57e65 100%);
}

.silver{
	background: linear-gradient(90deg, #BDC3C9 0%, #FFFFFF 50%, #BDC3C9 100%);
}

.gold{
	background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}

#topplan_table_area table td{
	font-size: 2rem;
	text-align: center;
	padding: 20px;
	background-color: #FFFFFF;
	color: #333;
	border: 5px solid #A00303;
}

#topplan_table_area table td.topplan_td{
	font-size: clamp(2.4rem,1.8vw,3rem);
	font-weight: 500;
	color: #A00303;
}

#topplan_table_area table td.topplan_td span{
	font-size: clamp(1.4rem,1.2vw,1.6rem);
	font-weight: 400;
	color: #333;
}

#topplan_comment{
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1.2vw,1.8rem);
	color: #FFFFFF;
	line-height: 1.4;
}

}


@media screen and (min-width: 0px) and (max-width: 767px){
#topplan_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #A00303;
	overflow: hidden;
    z-index: 5;
}

#topplan_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

#topplan_table_area{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	overflow-x: scroll;
}

#topplan_table_area table{
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}

#topplan_table_area table th{
	width: 25%;
	font-size: 1.6rem;
	padding: 10px;
	color: #333;
	border: 5px solid #A00303;	
}

#topplan_table_area table th span{
	font-weight: 700;
	font-size: 1.4rem;
}

.topplan_th{
	font-weight: 400;
	background-color: #FFFFFF;
}

.topplan_th2{
	background-color:rgba(183,183,183,1.00);
}
.pro{
	background: linear-gradient(90deg, #a57e65 0%, #FFFFFF 50%, #a57e65 100%);
}

.silver{
	background: linear-gradient(90deg, #BDC3C9 0%, #FFFFFF 50%, #BDC3C9 100%);
}

.gold{
	background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}

#topplan_table_area table td{
	font-size: 1.6rem;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	color: #333;
	border: 5px solid #A00303;
}

#topplan_table_area table td.topplan_td{
	font-size: 1.8rem;
	font-weight: 500;
	color: #A00303;
}

#topplan_table_area table td.topplan_td span{
	font-size: 1.2rem;
	font-weight: 400;
	color: #333;
}

#topplan_comment{
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	font-size: 1.4rem;
	color: #FFFFFF;
	line-height: 1.4;
	white-space: nowrap;
}
}












/*////////////////////////////////////
 toptopics
////////////////////////////////////*/

@media screen and (min-width: 768px){

#toptopics_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#toptopics_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#toptopic_list{
	position: relative;
	width: 100%;
	margin-bottom: 100px;

}

.topic_item_place{
	position: relative;
	padding: 0 20px;
}

.topic_item{
	position: relative;
	width: 100%;
	aspect-ratio: 3/2.6;
	padding-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 10px 5px 5px #dcdcdc;
	overflow: hidden;
}

.topic_item a{
	text-decoration: none;
	cursor: pointer;
}

.topic_item a:hover .topic_photo img {
	transform: scale(1.1);
	transition: transform .6s ease;
}

.topic_photo{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	aspect-ratio: 16/9;
}

.topic_photo img{
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center center;
}

.topic_title{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.6;
	padding: 20px 0;
}

.topic_bottom{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.topic_day{
	position: relative;
	width: 24%;
	margin-right: 5%;
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(135,135,135,0.8);
}

.topic_category{
	position: relative;
	width: 40%;
	margin-right: 5%;
	font-size: 1.2rem;
	font-weight: 300;
	color: #777;
}

.topic_arrow{
	position: relative;
	width: 26%;
	text-align: right;
}

.topic_arrow img{
	width: 80px;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#toptopics_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#toptopics_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#toptopic_list{
	position: relative;
	width: 100%;
	margin-bottom: 100px;

}

.topic_item_place{
	position: relative;
	padding: 0 20px;
}

.topic_item{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 10px 5px 5px #dcdcdc;
	overflow: hidden;
}

.topic_item a{
	text-decoration: none;
	cursor: pointer;
}

.topic_item a:hover .topic_photo img {
	transform: scale(1.1);
	transition: transform .6s ease;
}

.topic_photo{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	aspect-ratio: 16/9;
}

.topic_photo img{
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center center;
}

.topic_title{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
	padding: 20px 0;
}

.topic_bottom{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.topic_day{
	position: relative;
	width: 24%;
	margin-right: 5%;
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(135,135,135,0.8);
}

.topic_category{
	position: relative;
	width: 40%;
	margin-right: 5%;
	font-size: 1.2rem;
	font-weight: 300;
	color: #777;
}

.topic_arrow{
	position: relative;
	width: 26%;
	text-align: right;
}

.topic_arrow img{
	width: 80px;
}

.topic_arrow_item{
	display: inline-block;
	width: 87px;
	height: 1px;
	margin-top: 14.2px;
	border-radius: 9999px;
	background-color: #333333;
}

.topic_arrow_item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
}











/*////////////////////////////////////
 topvoice
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topvoice_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#topvoice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#topvoice_list{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.topvoice_list_item {
	position: relative;
	width: 30%;
	padding: 20px;
    background: #fafafa;
    border: #eee 1px solid;
    margin: 0 1.5%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
 
.topvoice_list_item::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748;
    position: absolute;
    z-index: 2;
}
.topvoice_list_item::after {
	position: absolute;
    display: block;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 3;
}

.topvoice_list_item:nth-child(1)::after,
.topvoice_list_item:nth-child(3)::after{
    content: "PRO";
	top: 8px;
	left: 5px;
}

.topvoice_list_item:nth-child(2)::after {
    content: "GOLD";
	top: 8px;
	left: 0;
}

.topvoice_list_item:nth-child(4)::after {
    content: "SILVER";
	top: 8px;
	left: 0;
}

.topvoice_title_area{
	position: relative;
	width: 68%;
	padding-top: 10%;
	margin-right: 2%;
}

.topvoice_title{
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}

.topvoice_name{
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	background-color: rgba(43,66,120,0.5);
	margin-bottom: 10px;
}

.topvoice_img{
	position: relative;
	width: 30%;
}

.topvoice_word{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #333333;
	line-height: clamp(1.4rem,1.2vw,1.6rem);
	line-height: 1.6;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topvoice_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#topvoice_place{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#topvoice_list{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.topvoice_list_item {
	position: relative;
	width: 100%;
	padding: 20px;
    background: #fafafa;
    border: #eee 1px solid;
    margin: 0 1.5% 30px 1.5%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
 
.topvoice_list_item::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748;
    position: absolute;
    z-index: 2;
}
.topvoice_list_item::after {
	position: absolute;
    display: block;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 3;
}

.topvoice_list_item:nth-child(1)::after,
.topvoice_list_item:nth-child(3)::after{
    content: "PRO";
	top: 8px;
	left: 5px;
}

.topvoice_list_item:nth-child(2)::after {
    content: "GOLD";
	top: 8px;
	left: 0;
}

.topvoice_list_item:nth-child(4)::after {
    content: "SILVER";
	top: 8px;
	left: 0;
}

.topvoice_title_area{
	position: relative;
	width: 68%;
	padding-top: 10%;
	margin-right: 2%;
}

.topvoice_title{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}

.topvoice_name{
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	background-color: rgba(43,66,120,0.5);
	margin-bottom: 10px;
}

.topvoice_img{
	position: relative;
	width: 30%;
}

.topvoice_word{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	font-size: clamp(1.4rem,1.2vw,1.6rem);
	font-weight: 500;
	color: #A00303;
	line-height: 1.6;
}
}








/*////////////////////////////////////
 topsecurity
////////////////////////////////////*/

@media screen and (min-width: 768px){

#topsecurity_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#topsecurity_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#topsecurity_img_area{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	aspect-ratio: 16/6;
	clip-path: polygon(0 0, 80% 0, 60% 100%, 0 100%);
	background: url("../img/security.jpg");
	background-size: cover;
}

#topsecurity_word_area{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	min-width: 800px;
	padding: 30px 50px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:0 0 5px #999;
}

.topsecurity_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #A00303;
}

.topsecurity_word1{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
}

.topsecurity_word2{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
}

}

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

#topsecurity_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#topsecurity_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#topsecurity_img_area{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	aspect-ratio: 16/9;
	background: url("../img/security.jpg");
	background-size: cover;
}

#topsecurity_word_area{
	position: relative;
	width: 100%;
	padding: 30px 50px;
	margin-bottom: 50px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:0 0 5px #999;
}

.topsecurity_title{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #A00303;
}

.topsecurity_word1{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
}

.topsecurity_word2{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
}

}








@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(-20px);
    }
}

@keyframes text_scroll_first{
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes text_scroll_second{
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slider_anime {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  23% {
  	opacity: 1;
  }
  27% {
  	opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
 }