@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



@import url("common.css");





/* ----------------------------------------------------------
   MAIN VISUAL AREA
---------------------------------------------------------- */


.main_visual_area{
    margin: 120px 5% 0 5%;
    justify-content: space-between;
    align-items: stretch;
}

/* スライダーのサイズ */
.swiper {
    width: 68%;
    aspect-ratio: 49 / 30;
    margin: 0!important;
    position: relative;
}

/* スライドの背景画像のスタイル */
.swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px; 
}

.swiper-slide img{
    object-fit: cover;
    border-radius: 10px;
}

/*.slider01{
    background-image: url("../img/top_slider01.jpg");
}
.slider02{
    background-image: url("../img/top_slider02.jpg");
}
.slider03{
    background-image: url("../img/top_slider03.jpg");
}
.slider04{
    background-image: url("../img/top_slider04.jpg");
}*/

/* テキストのスタイル */

hgroup.top_catch{
    position: absolute;
    bottom: 4rem;
    left: 5%;
    z-index: 3;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

h2.catch-title{
    color: #fff;
    font-size: min(3.5vw,60px);
    font-weight: 700;
}

.catch-deco{
    margin-top: 1.5rem;
    height: 0.7vw;
    width: 6vw;
    background: linear-gradient(to right, #ef8889 33.33%, #e7df8c 33.33% 66.66%, #6fc2dc 66.66%);
}



.swiper-slide-active hgroup.top_catch{
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}
/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.mv_right{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mv_right_card {
    position: relative;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    background-size: 110%;
    background-position: center;
    overflow: hidden!important;
    transition:background-size 0.7s;
    width: 100%;
    aspect-ratio: 44 / 29;
    border-radius: 10px; 
}

.mv_right_card:hover{
    background-size: 120%;
	
}

.mv_right_card .overlay {
    position: relative;
    width: 100%;
  height: 100%;
  box-sizing: border-box;
}




.mv_right_card .overlay_message{
    background-image: linear-gradient(transparent 75% , rgba(230, 129, 130, 0.75) 75%);
}

.mv_right_card .overlay_access{
    background-image: linear-gradient(transparent 75% , rgba(175, 140, 87, 0.75) 75%);
}

.mv_right_card:hover .overlay {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    
}

.mv_right_card .en {
  position: absolute;
  left: 1.5rem;
  top: 80%;
  letter-spacing: 0.05em;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  font-size: clamp(12px,1vw,16px);
  color: #fff;
  display: flex;
  align-items: center; 
  gap: 0.4em;       
}

.mv_right_card .en::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em; 
  background: url("../img/button.png") no-repeat center / contain;
}

.mv_right_card h4 {
    position: absolute;
    left: 1.5rem;
    bottom: 3%;
    margin: 5px 0;
    line-height: 1em;
    color: #fff;
    font-size: clamp(15px,1.3vw,20px);
}





.mv_right_card.message {
  background-image:url("../img/message.jpg")
}

.mv_right_card.access {
  background-image:url("../img/access.jpg");
}



/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */


/*company*/

.top_company{
    justify-content: space-between;
	align-items: center;
    
}

.top_company_left{
    width: 55%;
}



.top_company_right{
    width: 42%;
}

.top_company_right img{
    width: 100%;
}


.img_animation{
    position: absolute;
    top: 5vw;
    left: 50%;
    width: 7%;
}


.img_animation img{
    width: 100%;
     animation: rotation 8s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*loop text*/
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
    width: 100vw;
    margin-top: 2rem;
}



.loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
animation: loop-slide 80s infinite linear 1s both;
    width: max-content;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.loop_text{
    font-size: 6rem;
    white-space: nowrap;
    padding-left: 1rem;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ebe2d4;
}


/*news*/

.top_news{
    align-items: flex-end;
	justify-content: space-between;
    
}
.news_content{
    width: 80%;
}

ul.news_content li{
    padding: 2rem 0 2rem 0.5rem;
    background-image: repeating-linear-gradient(-21deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px), repeating-linear-gradient(69deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px), repeating-linear-gradient(159deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px), repeating-linear-gradient(249deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px);
background-size: 0%, 100% 1px, 0% , 100% 1px;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-repeat: no-repeat;
}
ul.news_content li + li{
	background-size: 0%, 0, 0% , 100% 1px;
}

ul.news_content li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	column-gap: 1rem;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

ul.news_content li a:hover{
	filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transform: translateX(10px);
}

p.day{
	font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
	width: 7em;
}

.news_tag{
	text-align: center;
	width: 7em;
}

p.news_tag_text{
	font-size: 0.7rem;
	background-color: #555;
	border-radius: 50vh;
	padding: 0.15rem 1rem ;
	color: #fff;
	text-align: center;
	max-width: 100px;
}

p.news_titile{
	width: 68%;
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




@media only screen and (max-width: 1099px){




/* ----------------------------------------------------------
   MAIN VISUAL AREA - TA
---------------------------------------------------------- */
.main_visual_area{
    margin: 100px 2% 0 2%;
    grid-row-gap: 2vw;
}
    
/* スライダーのサイズ */
.swiper {
    width: 100%;
    
}

    
hgroup.top_catch{
    bottom: 5vw;
}

h2.catch-title{
    font-size: max(5vw,30px);
}

.catch-deco{
    margin-top: 1rem;
    width: 12vw;
}

    
    
.mv_right{
    width: 100%;
    flex-direction: row;
}
    
    .mv_right_item{
        width: 49%;
    }



    
.mv_right_card .overlay_message{
    background-image: linear-gradient(transparent 75% , rgba(230, 129, 130, 0.75) 75%);
}

.mv_right_card .overlay_access{
    background-image: linear-gradient(transparent 75% , rgba(175, 140, 87, 0.75) 75%);
}



.mv_right_card h3 {
    font-size: clamp(14px,1.8vw,20px);
}

    

    
/*news*/

.news_content{
	width: 100%;
	margin-bottom: 2rem;
}


	.news_button {
		margin: 0 0 0 auto;
	}
 

    
    
/*** TA END ***/



}

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

/*company*/


.top_company_left{
	width: 100%;
}



.top_company_right{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.top_company_right img{
	max-width: 500%;
}


.img_animation{
	left: auto;
	right: 10%;
	top: auto;
    bottom: 50%;
	width: 10%;
    min-width: 60px;
}
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 599px) {
    


/* ----------------------------------------------------------
   MAIN VISUAL AREA - SP
---------------------------------------------------------- */
    
.main_visual_area{
    margin: 80px 2% 0 2%;
}
    
/* スライダーのサイズ */
.swiper {
    min-height: 300px;
    aspect-ratio: auto;
}


.swiper-slide img{
    object-fit: cover;
   width: 100%;
    height: 100%;
}


    
    
.mv_right{
    flex-wrap: wrap;
    grid-row-gap: 2vw;
}
    
    .mv_right_item{
        width: 100%;
    }

.mv_right_card {
    aspect-ratio: 2 / 1;
    min-height: 200px;
}

.mv_right_card .overlay_message{
    background-image: linear-gradient(transparent 75% , rgba(230, 129, 130, 0.75) 75%);
}

.mv_right_card .overlay_access{
    background-image: linear-gradient(transparent 75% , rgba(175, 140, 87, 0.75) 75%);
}






/* ----------------------------------------------------------
   CONTENTS AREA - SP
---------------------------------------------------------- */

/*news*/

ul.news_content li a{
	flex-wrap: wrap;
}
    
p.news_titile{
	width: 100%;
	padding-top: 0.5rem;
}
    
    
    
    
}
/*** SP END ***/



/****** ALL END ******/
