@charset "utf-8";
/*////////////////////////////////////
top.css
////////////////////////////////////*/


/*////////////////////////////////////
共通部分
////////////////////////////////////*/
@media screen and (min-width: 768px){
.top_title {
	position: relative;
	z-index: 5;
}
.top_title h2 {
	font-family: "Lato", sans-serif;
	font-size: clamp(2rem,4vw,8rem);
	font-weight: 900;
}
.top_subtitle {
	font-size: clamp(1.6rem,1vw,2rem);
	font-weight: 300;
	margin-left: .5em;
	margin-bottom: 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
.top_title {
	position: relative;
	z-index: 5;
}
.top_title h2 {
	font-family: "Lato", sans-serif;
	font-size: clamp(2rem,10vw,4rem);
	font-weight: 900;
}
.top_subtitle {
	font-size: clamp(1.6rem,3vw,2rem);
	font-weight: 300;
	margin-left: .5em;
	margin-bottom: 50px;
}
}

/*////////////////////////////////////
startup ロゴ
////////////////////////////////////*/

#startaction{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #FFF;
	z-index: 999;
	animation: startupAnime 4s ease 0s 1 normal forwards;
}

#startlogo{
	position: absolute;
	display: block;
	width: 250px;
	height: 105px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	background: url("../img/logo1.png");
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: fadeInAnime 4s ease 0s 1 normal forwards;
}


@keyframes startupAnime {
	0%{
    	top: 0;
		left: 0;
		opacity: 1;
  	}
 	10%{
		opacity: 1;
	}
	60%{
		opacity: 1;
	}
	90% {
		top:0;
		opacity: 1;
	}
	99% {
		top:0;
		opacity: 0;
	}
	100%{
		opacity: 0;
		top:-500%;
  	}
}

@keyframes fadeInAnime {
	0%{
		top: 50%;
		opacity: 0;
		transform: translate(-50%,-50%) scale(1);
	}
	10% {
		top: 50%;
		opacity: 1;
		transform: translate(-50%,-50%) scale(1);
	}
	80%{
		top: 50%;
		opacity: 1;
		transform: translate(-50%,-50%) scale(1);
	}
	99%{
		top: 50%;
		opacity: 1;
		transform: translate(-50%,-50%) scale(100);
	}
	100%{
		opacity: 0;
		top:-500%;
	}
}



/*////////////////////////////////////
header image
////////////////////////////////////*/
@media screen and (min-width: 768px){
.header_slider{
    position: relative;
    width: 100%;
    height: calc(100vh - 84px);
	margin-top: 84px;
    z-index: 1;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
.header_slider{
    position: relative;
    width: 100%;
    height: calc(100vh - 52px);
	margin-top: 52px;
    z-index: 1;
	overflow: hidden;
}
}

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

.header_slider_left{
    position: absolute;
    width: 100%;
	height: calc(100vh - 84px);;
	top: 0;
	left: 0;
	clip-path: polygon(0% 10%, 58% 10%, 28% 100%, 0% 100%);
}

.header_slider_right{
    position: absolute;
    width: 100%;
	height: calc(100vh - 84px);;
	top: 0;
	left: 0;
	clip-path: polygon(62% 0%, 100% 0%, 100% 90%, 32% 90%);
}

.header_slider_left_area_img:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderleft01.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_left 12s ease-in-out 4s infinite;
}
.header_slider_left_area_img:nth-child(2) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderleft02.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_left 12s ease-in-out 8s infinite;
}
.header_slider_left_area_img:nth-child(3) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderleft03.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_left 12s ease-in-out 12s infinite;
}

.header_slider_left_area_img::after{
 content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
  background-color: rgba(0,0,0,0.01);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.header_slider_right_area_img:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderright01.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_right 12s ease-in-out 4s infinite;
}
.header_slider_right_area_img:nth-child(2) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderright02.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_right 12s ease-in-out 8s infinite;
}
.header_slider_right_area_img:nth-child(3) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderright03.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_right 12s ease-in-out 12s infinite;
}

.header_slider_right_area_img::after{
 content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
  background-color: rgba(0,0,0,0.01);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

}

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

.header_slider_left{
    position: absolute;
    width: 100%;
	height: calc(100vh - 52px);;
	top: 0;
	left: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 34%, 0% 59%);
}

.header_slider_right{
    position: absolute;
    width: 100%;
	height: calc(100vh - 52px);;
	top: 0;
	left: 0;
	clip-path: polygon(0% 61%, 100% 36%, 100% 100%, 0% 100%);
}

.header_slider_left_area_img:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderleft01_sp.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_left 12s ease-in-out 4s infinite;
}
.header_slider_left_area_img:nth-child(2) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderleft02.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_left 12s ease-in-out 8s infinite;
}
.header_slider_left_area_img:nth-child(3) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderleft03_sp.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_left 12s ease-in-out 12s infinite;
}

.header_slider_left_area_img::after{
 content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
  background-color: rgba(0,0,0,0.01);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.header_slider_right_area_img:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderright01.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_right 12s ease-in-out 4s infinite;
}
.header_slider_right_area_img:nth-child(2) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderright02_sp.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_right 12s ease-in-out 8s infinite;
}
.header_slider_right_area_img:nth-child(3) {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/sliderright03_sp.jpg");
	background-size: cover;
	opacity: 0;
	animation: slider_anime_right 12s ease-in-out 12s infinite;
}

.header_slider_right_area_img::after{
 content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
  background-color: rgba(0,0,0,0.01);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

}


@keyframes slider_anime_left {

  0% {
   opacity: 0;
   left: -100%;
  }

  4.16% {
    opacity: 1;
    left:0;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  33.33% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
  
@keyframes slider_anime_right {
  /* 非表示状態からフェードインを開始する */
  0% {
   opacity: 0;
   left: 100%;
  }
  /* フェードインを完了し完全表示する */
  4.16% {
    opacity: 1;
    left:0;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  33.33% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }  
}


/*////////////////////////////////////
header word
////////////////////////////////////*/
@media screen and (min-width: 768px){

#header_display_word {
	position: absolute;
	width: 60%;
	top: 46%;
	left: -5%;
	opacity: 0.4;
}

#header_slider_worditem1{
    position: absolute;
    width: 46%;
	bottom: 11%;
	right: 2%;
	text-align: center;
}

#header_slider_worditem3{
    position: absolute;
	width: 60%;
    bottom: 2%;
    right: 2%;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
   font-size: clamp(1.4rem,2vw,3rem);
    letter-spacing: 0.1em;
    color: #555;
    opacity: 0;
}

#header_slider_worditem4{
    position: absolute;
    top: 26%;
    left: 0;
    transform: rotate(-30deg);
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #FFF;
    opacity: 0;
    z-index: 10;
}

#header_slider_worditem5{
    position: absolute;
    top: 26%;
    right: 0;
    transform: rotate(30deg);
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #FFF;
    opacity: 0;
    z-index: 10;
}
}
.kirakira {
    animation: glow_anime_on 2s ease-out 5s 1 normal forwards;
}

@media screen and (min-width: 0px) and (max-width: 767px){
#header_display_word {
	position: absolute;
	width: 90%;
	top: 38%;
	left: -5%;
	opacity: 0.4;
}

#header_slider_worditem1{
    position: absolute;
    width: 100%;
	bottom: 11%;
	right: 2%;
	text-align: center;
}

#header_slider_worditem3{
    position: absolute;
	width: 90%;
    bottom: 10%;
    left: 5%;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
   font-size: clamp(1.6rem,2vw,3rem);
    letter-spacing: 0.1em;
    color: #FFF;
    opacity: 0;
}

#header_slider_worditem4{
    position: absolute;
    top: 16%;
    left: 0;
    transform: rotate(-30deg);
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #FFF;
    opacity: 0;
    z-index: 10;
}

#header_slider_worditem5{
    position: absolute;
    bottom: 26%;
    right: 0;
    transform: rotate(30deg);
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #FFF;
    opacity: 0;
    z-index: 10;
}
}

@keyframes glow_anime_on{
  0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
  50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
  100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

/*////////////////////////////////////
concept
////////////////////////////////////*/

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

#top_concept_area{
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

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

.top_concept_animation_first,
.top_concept_animation_second{
	font-family: "Lato", sans-serif;
    font-weight: 900;
	font-style: italic;
    font-size: 20rem;
	color:#D4D2D4;
	padding: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
}

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

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



#top_concept_place{
    position: relative;
    width: 100%;
}

#top_concept_item{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 0 0;
	margin-top: -60px;
    border-radius: 10px;
    background: #D4D2D4;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);   
}

#top_concept_word_item{
    position: relative;
    width: 80%;
    margin: 10px auto;
    color: #333;
}

#top_concept_word_item1{
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: clamp(2.6rem, 3vw, 4rem);
    margin-bottom: 50px;
    z-index: 2;
}

#top_concept_word_item1 span{
    font-weight: 700;
    font-size: clamp(5rem, 4vw, 6.2rem);
}


#top_concept_word_item2{
	position: relative;
	width: 50%;
    font-weight: 400;
    font-size: clamp(1.8rem, 5vw, 2rem);
    color: #333;
    line-height: 2;
    padding-bottom: 50px;
}

#top_concept_img{
    position: absolute;
    width: 48%;
	height: 600px;
    top: 10%;
	right: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);   
    object-fit: cover;
    z-index: 1;
	overflow: hidden;
	background: url("../img/about.jpg");
	background-position: center;
	background-size: cover;
}
}



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

#top_concept_area{
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

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

.top_concept_animation_first,
.top_concept_animation_second{
	font-family: "Lato", sans-serif;
    font-weight: 900;
	font-style: italic;
    font-size: 10rem;
	color:#D4D2D4;
	padding: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
}

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

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



#top_concept_place{
    position: relative;
    width: 100%;
}

#top_concept_item{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 0 0;
	margin-top: -30px;
    border-radius: 10px;
    background: #D4D2D4;
}

#top_concept_word_item{
    position: relative;
    width: 80%;
    margin: 10px auto;
    color: #333;
}

#top_concept_word_item1{
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 50px;
    z-index: 2;
}

#top_concept_word_item1 span{
    font-weight: 700;
    font-size:3rem;
}


#top_concept_word_item2{
	position: relative;
	width: 100%;
    font-weight: 400;
    font-size: 1.8rem;
    color: #333;
    line-height: 2;
    padding-bottom: 50px;
}

#top_concept_img{
    position: relative;
    width: 100%;
	height: 300px;
    top: -50px;
	right: 0;
    z-index: 7;
	background: url("../img/about.jpg");
	background-position: center;
	background-size: cover;
}
}




/*////////////////////////////////////
machine
////////////////////////////////////*/

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

#top_machine_area{
    position: relative;
    width: 100%;
    padding-bottom: 100px;
	padding: 100px 0;
    overflow: hidden;
}


#top_machine_place{
    position: relative;
    width: 90%;
    margin:  0 auto;
}

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

.top_machine_photoplace{
    position: relative;
    width: 22%;
    margin: 1.5%;
}

.top_machine_photoitem{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.top_machine_photoitem img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.top_machine_photoitem_name{
    position: relative;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
}

.top_machine_photoitem_word{
    position: relative;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    margin-bottom: 10px;
}




}



@media screen and (min-width: 0px) and (max-width: 767px){
#top_machine_area{
    position: relative;
    width: 100%;
    padding-bottom: 100px;
	padding: 100px 0;
    overflow: hidden;
}


#top_machine_place{
    position: relative;
    width: 90%;
    margin:  0 auto;
}

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

.top_machine_photoplace{
    position: relative;
    margin: 2%;
}

.top_machine_photoitem{
    position: relative;
    margin-bottom: 10px;
}

.top_machine_photoitem img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.top_machine_photoitem_name{
    position: relative;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 10px;
}

.top_machine_photoitem_word{
    position: relative;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

}





/*////////////////////////////////////
service
////////////////////////////////////*/

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

#top_service_area{
    position: relative;
    width: 100%;
    padding:100px 0;
	z-index: 1;
}

#top_service_back {
	position: absolute;
	width: 50%;
	aspect-ratio:1/1;
	top: 700px;
	left: 50%;
	transform: translateX(-50%) scale(1);
	background:#ffdd00;
	border-radius: 50%;
	z-index: 1;
}

#top_service_ttitle_area {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
	z-index: 2;
}

.top_service_place {
	position: relative;
	width: 100%;

	margin-bottom: 200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 2;
}

.top_service_place:last-child {
	margin-bottom: 0;
}

.top_service_word_area {
	position: relative;
	width: 45%;
	margin-right: 5%;
	margin-left: 5%;
}

.top_service_word_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.top_service_word_title h2 {
	font-size: clamp(1.8rem, 2.6vw, 5.2rem);
	font-weight: 900;
}
.top_service_word {
	position: relative;
	width: 100%;
	font-size: 2rem;
	line-height: 2;
	font-weight: 400;
}

#top_service_img1,
#top_service_img3 {
	position: relative;
	width: 45%;
}

#top_service_img1 img,
#top_service_img3 img {
	clip-path: polygon(10% 0% , 100% 0% , 100% 100% , 0% 100%);
}

#top_service_img2 {
	position: relative;
	width: 45%;
}

#top_service_img2 img {
	clip-path: polygon(0% 0% , 100% 0% , 90% 100% , 0% 100%);
}

#top_service_img2_sp {
	display: none;
}
}



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

#top_service_area{
    position: relative;
    width: 100%;
    padding:100px 0;
	z-index: 1;
}

#top_service_back {
	position: absolute;
	width: 80%;
	aspect-ratio:1/1;
	top: 300px;
	left: 50%;
	transform: translateX(-50%) scale(1);
	background:#ffdd00;
	border-radius: 50%;
	z-index: 1;
}

#top_service_ttitle_area {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
	z-index: 2;
}

.top_service_place {
	position: relative;
	width: 100%;

	margin-bottom: 100px;

	z-index: 2;
}

.top_service_place:last-child {
	margin-bottom: 0;
}

.top_service_word_area {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
}

.top_service_word_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.top_service_word_title h2 {
	font-size: clamp(2.4rem, 2.6vw, 5rem);
	font-weight: 900;
}
.top_service_word {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 400;
}

#top_service_img1 {
	position: relative;
	width: 100%;
}



#top_service_img2 {
	display: none;
}

#top_service_img2_sp {
	position: relative;
	width: 100%;
}

#top_service_img3 {
	position: relative;
	width: 100%;
}

}







/*////////////////////////////////////
case
////////////////////////////////////*/

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

#top_case_area{
    position: relative;
    width: 100%;
    padding: 100px 0;
	z-index: 5;
	background: #FEFEFE;
}

#top_case_title_area {
	position: relative;
	width: 100%;
	text-align: center;
}

#top_case_place {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_store_item {
	position: relative;
	width: 350px;
	margin: 50px;
	padding: 10px;
	background: #ffdd00;
}
.top_store_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.top_store_name {
	position: relative;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.top_store_addr {
	position: relative;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 10px;
}
.top_store_time {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 5px 10px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.5;
}
.top_store_tel {
	position: relative;
}
.top_store_tel a {
	display: block;
	text-align: center;
	background: #00ADFF;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
}
.top_store_tel a i {
	margin-right: 5px;
}

.bg1 {
	position: absolute;
	z-index: 1;
	background: url("../img/crane.png");
	background-position: center;
	background-size: cover;
	width: 50%;
	aspect-ratio:1/1;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
}

.bg2 {
	position: absolute;
	z-index: 1;
	background: url("../img/capsel.png");
	background-position: center;
	background-size: cover;
	width: 50%;
	aspect-ratio:1/1;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
}
}



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

#top_case_area{
    position: relative;
    width: 100%;
    padding: 100px 0;
	z-index: 5;
	background: #FEFEFE;
}

#top_case_title_area {
	position: relative;
	width: 100%;
	text-align: center;
}

#top_case_place {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_store_item {
	position: relative;
	width: 80%;
	margin: 0 auto 50px;
	padding: 10px;
	background: #ffdd00;
}
.top_store_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.top_store_name {
	position: relative;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.top_store_addr {
	position: relative;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 10px;
}
.top_store_time {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 5px 10px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.5;
}
.top_store_tel {
	position: relative;
}
.top_store_tel a {
	display: block;
	text-align: center;
	background: #00ADFF;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
}
.top_store_tel a i {
	margin-right: 5px;
}

.bg1 {
	position: absolute;
	z-index: 1;
	background: url("../img/crane.png");
	background-position: center;
	background-size: cover;
	width: 50%;
	aspect-ratio:1/1;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
}

.bg2 {
	position: absolute;
	z-index: 1;
	background: url("../img/capsel.png");
	background-position: center;
	background-size: cover;
	width: 50%;
	aspect-ratio:1/1;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
}

}






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

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

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

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






