@charset "UTF-8";

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





/* ----------------------------------------------------------
   WRAPPER AREA
---------------------------------------------------------- */
/* -----------------------------------top_slider */
.main-top {
	margin-top: 100px;
  width: 100%;
 /* padding: 35px 0 0 0;*/
  position: relative;

/*	height: 100vh;*/
	height: calc(100vh - 100px);
}

.main-top > .top_text {
  position: absolute;
  bottom: 45px;
  left: 50%;
  /*width: 1320px;*/
	width: 100%;
  padding: 0 8%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1320px) {
  .main-top > .top_text {
    width: calc(100% - 60px);
    left: 60px;
    bottom: 45px;
    padding: 0;
    transform: none;
  }
}


.main-top > .top_text > .text {
  display: inline-block;
  background-color: #FFFFFF;
  font-size: 4rem;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
}


.main-top > .slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
	
/*	height: 100vh;*/
	height: calc(100vh - 100px);
}
.main-top > .controll {
  padding: 2% 2% 0 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.main-top > .controll > .button {
  border: 2px solid #000000;
  border-radius: 20px;
  padding: 2px 15px 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.4s ease;
}
.main-top > .controll > .button.is-hide {
  display: none;
}
.main-top > .controll > .button > .icon.-stop::before {
  content: "";
  display: block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 14px;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
.main-top > .controll > .button > .icon.-play {
  content: "";
  display: block;
  margin: 0 11px 0 0;
  width: 4px;
  height: 6px;
  border-left: 9px solid #000000;
  border-right: 0 solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.main-top > .controll > .button > .text {
  /*font-size: 1.4rem;*/
  font-weight: bold;
}
.main-top > .controll > .button:hover {
 /* border: 2px solid #C3AC80;*/
  background-color: #F2F4F7;
}

.slider-top {
  display: flex;
  position: relative;
  left: 0;
  animation-name: topSlide01;
  animation-duration: 55s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.slider-top.is-stopped {
  animation-play-state: paused;
}
.slider-top > .item {
  float: left;
  margin: 0 50px 0 0;
}

.slider-top > .item > img {
  width: 600px;
/*  height: auto;*/
  border-radius: 60px;
  max-width: none;
	
	/*	height: 100vh;*/
	height: calc(100vh - 100px);
	object-fit: cover;
}

@keyframes topSlide01 {
  from {
    left: 0;
  }
  to {
    left: -3900px;
  }
}

/* -----------------------------------catch */

.catch_area{
	position: relative;
	margin-top: 20vh;
	padding: 10vh 0 30vh 8%;
	background-color: var(--back);
}

/*.catch_area > .catch_img01,
.catch_area > .catch_img02,
.catch_area > .catch_img03{
	position: absolute;
}*/

.catch_area > .catch_img01{
	position: absolute;
	top: -10vh;
	right: 0;
	width: 45%;
	height: 70vh;
	border-radius: 50vh 0 0 50vh; 
	background-image: url("../home/img01_c.jpg");
	background-size: cover;
	background-position: center;
}

/*.catch_area > .catch_img01 img{
	width: 100%;
	height: 60vh;
	border-radius: 50% 0 0 50%; 
	object-fit: cover;
}*/

.catch_area > .catch_img02{
	position: absolute;
	bottom: -25vh;
	left: 0;
	width: 50%;
	height: 45vh;
	border-radius: 0 50vh 50vh 0;
	background-image: url("../home/img02.jpg");
	background-size: cover;
	background-position: center;
}

/*.catch_area > .catch_img02 img{
	width: 100%;
	border-radius: 0 50% 50% 0;
}
*/
.catch_area > .catch_img03{
	position: absolute;
	left: 50%;
	bottom: -10vh;
	height: 300px;
	width: 300px;
	border-radius:50%;
	background-image: url("../home/img03.jpg");
	background-size: cover;
	
}

h3.top_catch{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 5vh;
	
	    -webkit-text-stroke: 2px var(--back);
    text-stroke: 2px var(--back);
    paint-order: stroke fill;
}

h3.top_catch > span.pink{
	color: var(--pink);
}

h3.top_catch > span.navy{
	color: var(--navy);
}
/* ----------------------------------------------------------
   border-slide
---------------------------------------------------------- */
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: 200px;
  margin: 0 auto;
	margin-top: 30vh;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;

  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
	padding-right: 2rem;

  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;
}

.swiper-slide img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* ----------------------------------------------------------
   news&gallery
---------------------------------------------------------- */
.title_center{
	text-align: center;
}

h3.ct_title {
 font-family: var(--en);
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  background: linear-gradient(135deg, #E32CAF 0%, #1C4180 100%);
  background: -webkit-linear-gradient(-45deg, #E32CAF 0%, #1C4180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size:clamp(24px, 3vw, 45px);
	letter-spacing: 0.05em;
}

h3.ct_subtitle{
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.flex_top{
	align-items: stretch;
}

/*.flex_top > .left_text_area{
	width: 50%;
	background-color: #fff;
	padding: 50px 5%;
}
*/


#feed ul{
	padding: 2rem 0 0 0;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 2rem;
}

#feed ul li{
	border-top: solid 1px #E5E5E5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

#feed ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 1.5rem 0;
}

#feed ul li a span{
	width: 35%;
	padding: 0 1rem 0 0;
}

/*#feed{
	margin: 0%;
    padding: 0%;
	}

#feed ul{
	margin: 0% 0% 2% 0%;
    padding: 0%;
    list-style:none;
    border-top: 1px solid #d4cdba;
}

#feed li{
	margin: 0%;
    padding: 25px 10px 25px 27px;
    background:url("../about_us/img/icon01.png") no-repeat;
    background-position: left center;
    border-bottom: 1px solid #d4cdba;
}

#feed li span{
	color: #a68b65;
    font-weight: bold;
}

*/

ul.blog_list{
	padding: 2rem 0 0 0;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 2rem;
}

ul.blog_list li{
	border-top: solid 1px #E5E5E5;
}

ul.blog_list li.blog_list_li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

ul.blog_list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1.5rem 0;
}	

ul.blog_list li a:hover	{
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_blog{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
}

/*p.day{
	width: 30%;
}*/
span.day{
	width: 35%;
}

p.day{
	width: 35%;
}

/*p.blog_title{
	width: 60%;
	padding-left: 3%;
}*/

p.blog_title{
	width: 60%;
	padding-left: 3%;
}


.blog_button{
	width: 10%;
}

/*.flex_top > .right_image_area{
	width: 50%;
	border-top-right-radius: 50vh;
	border-bottom-right-radius: 50vh;
	background-size: cover;

}*/

.top_blog{
	background-image: url("../home/img04.jpg");
	background-position: right center;
}


/* ----------------------------------------------------------
   sns
---------------------------------------------------------- */
ul.sns_flex {
	justify-content: center;
}

ul.sns_flex li{
	width: 20%;
	border: solid 1px #333;
	border-radius: 20px;
	padding: 0 2rem;
}

ul.sns_flex li+li{
	margin-left: 10rem;
}

ul.sns_flex li img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}


/* ----------------------------------------------------------
   instagram
---------------------------------------------------------- */

#insta ul {
	padding: 2rem 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
#insta ul li {
  list-style: none;
  width: 20%;
}
#insta ul li img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
#insta ul li a {
  position: relative;
  display: block;
}


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

    TABLET

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



@media only screen and (max-width: 1099px){
/* ----------------------------------------------------------
   WRAPPER AREA
---------------------------------------------------------- */
/* -----------------------------------top_slider */
.main-top {
	margin-top: 80px;
	height: 80vh;
/*	margin-top: 100px;
  width: 100%;
  position: relative;*/
}

.main-top > .top_text {
	/*bottom: 10vh;*/
/*  position: absolute;
  bottom: 20vh;
  left: 50%;
  width: 1320px;
  padding: 0 60px;
  transform: translate(-50%, 0);*/
}


.main-top > .top_text > .text {
	font-size: clamp(42px, 5vw, 55px);
/*  display: inline-block;
  background-color: #FFFFFF;
  font-size: 4rem;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;*/
}

	.main-top > .slide {
		height: 80vh;
	}


  .slider-top {
    animation-duration: 45s;
    animation-name: topSlide02;
  }

@keyframes topSlide02 {
  from {
    left: 0;
  }
  to {
    left: -2550px;
  }
}

  .slider-top > .item {
    margin: 0 25px 0 0;
  }


  .slider-top > .item > img {
	  height: 80vh;
    width: 400px;
    border-radius: 25px;
  }

/* -----------------------------------catch */

.catch_area{
/*	position: relative;
	margin-top: 20vh;
	padding: 10vh 0 30vh 8%;
	background-color: var(--back);*/
}


.catch_area > .catch_img01{
	z-index: 1;
	height: 70%;
	min-width: 400px;
/*	position: absolute;
	top: -10vh;
	right: 0;
	width: 45%;
	height: 70vh;
	border-radius: 50% 0 0 50%; 
	background-image: url("../home/img01.jpg");
	background-size: cover;
	background-position: center;*/
}
	



.catch_area > .catch_img02{
	width: 70%;
/*	position: absolute;
	bottom: -25vh;
	left: 0;
	width: 50%;
	height: 45vh;
	border-radius: 0 50% 50% 0;
	background-image: url("../home/img02.jpg");
	background-size: cover;
	background-position: center;*/
}


.catch_area > .catch_img03{
	left: auto;
	right: 10%;
	bottom: -3vh;
	z-index: 2;
/*	position: absolute;
	left: 50%;
	bottom: -10vh;
	height: 300px;
	width: 300px;
	border-radius:50%;
	background-image: url("../home/img03.jpg");
	background-size: cover;*/
	
}
	

h3.top_catch{
	position: relative;
	z-index: 2;
/*	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 5vh;*/
}

	.top_catch_text{
		position: relative;
		z-index: 2;
		-webkit-text-stroke: 2px var(--back);
		text-stroke: 2px var(--back);
		paint-order: stroke fill;
	}
	

/* ----------------------------------------------------------
   news&gallery
---------------------------------------------------------- */
.title_center{
	/*text-align: center;*/
}

h3.ct_title {
	font-size:clamp(24px, 3vw, 40px);
/* font-family: var(--en);
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  background: linear-gradient(135deg, #E32CAF 0%, #1C4180 100%);
  background: -webkit-linear-gradient(-45deg, #E32CAF 0%, #1C4180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size:clamp(24px, 4vw, 45px);
	letter-spacing: 0.05em;*/
}

h3.ct_subtitle{
	font-size:clamp(20px, 2vw, 34px);
/*	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;*/
}


#feed ul{
/*	padding: 2rem 0 0 0;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 2rem;*/
}

#feed ul li{
/*	border-top: solid 1px #E5E5E5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;*/
	
}

#feed ul li a{
/*	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 1.5rem 0;*/
	flex-wrap: wrap;
}

#feed ul li a span{
	width: 100%;
/*	width: 35%;
	padding: 0 1rem 0 0;*/
}


.pc_blog{
	flex-direction: column;
/*	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;*/
}

/*p.day{
	width: 30%;
}*/
p.day{
	width: 100%;
	/*width: 35%;*/
}

/*p.blog_title{
	width: 60%;
	padding-left: 3%;
}*/

p.blog_title{
	width: 100%;
	padding-left: 0;
/*	width: 60%;
	padding-left: 3%;*/
}


.blog_button{
	width: 10%;
}
	
	@media only screen and (max-width: 900px){
		

		
.top_curve_right{
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
	margin: 5vh 2% 0 0;
	padding: 30px 30px 30px calc(30px + 2%);
}
/*
		
.flex_top{
	flex-wrap: wrap;
}
		
*/

.flex_top > .top_left_text_area{
	width: 100%;
	border-top-right-radius: 300px;
	padding: 50px 10vw;
}


.pc_blog{
	flex-direction: row;
/*	flex-direction: column;*/
/*	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;*/
}

/*p.day{
	width: 30%;
}*/
p.day{
	/*width: 100%;*/
	width: 35%; 
}

/*p.blog_title{
	width: 60%;
	padding-left: 3%;
}*/

p.blog_title{
/*	width: 100%;
	padding-left: 0;*/
	width: 60%;
	padding-left: 3%;
}


.flex_top > .top_right_image_area{
	width: 100%;
	height: 40vh;
	border-top-right-radius: 0;
	border-bottom-right-radius: 300px;
}

		
		
	} 
	

/* ----------------------------------------------------------
   sns
---------------------------------------------------------- */
ul.sns_flex {
	/*justify-content: center;*/
}

ul.sns_flex li{
	width: 40%;
	max-width: 200px;
/*	width: 20%;
	border: solid 1px #333;
	border-radius: 20px;
	padding: 0 2rem;*/
}

ul.sns_flex li+li{
	margin-left: 10%;
	/*margin-left: 10rem;*/
}

ul.sns_flex li img{
/*	width: 100%;
	height: 100%;
	border-radius: 20px;*/
}



}




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

    SMART PHONE

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



@media only screen and (max-width: 699px) {
	
/* -----------------------------------top_slider */
.main-top {
	margin-top: 80px;
	height: 60vh;
/*	margin-top: 100px;
  width: 100%;
  position: relative;*/
}

.main-top > .top_text {
	/*bottom: 10vh;*/
	padding: 0 5%;
	width: fit-content;
	left: auto;
/*  position: absolute;
  bottom: 20vh;
  left: 50%;
  width: 1320px;
  padding: 0 60px;
  transform: translate(-50%, 0);*/
}


.main-top > .top_text > .text {
	font-size: clamp(25px, 5vw, 35px);
/*  display: inline-block;
  background-color: #FFFFFF;
  font-size: 4rem;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;*/
}
	
	.main-top > .slide {
		height: 60vh;
	}


  .main-top {
  /*  padding: 15px 0 170px 0;*/
  }



  .main-top > .copy {
/*    left: 15px;
    bottom: 0;*/

}

  .main-top > .copy > .text {
/*    line-height: 1.6;
    font-size: 3.2rem;
    margin: 0;
    padding: 0;*/
  }


  .main-top > .controll {
    justify-content: center;
  }


  .slider-top {
    animation-name: topSlide03;
  }

@keyframes topSlide03 {
  from {
    left: 0;
  }
  to {
    left: -1950px;
  }
}


  .slider-top > .item > img {
    width: 300px;
	  height: 60vh;
  }

/* -----------------------------------catch */

.catch_area{
	margin-top: 30vh;
	padding: 15vh 5% 30vh ;
/*	position: relative;
	margin-top: 20vh;
	padding: 10vh 0 30vh 8%;
	background-color: var(--back);*/
}


.catch_area > .catch_img01{
	height: 30vh;
	top: -20vh;
	width: 80%;
	border-radius: 50vh 0 0 50vh; 
	min-width: auto;
/*	z-index: 1;
	height: 70%;
	min-width: 400px;*/
/*	position: absolute;
	top: -10vh;
	right: 0;
	width: 45%;
	height: 70vh;
	border-radius: 50% 0 0 50%; 
	background-image: url("../home/img01.jpg");
	background-size: cover;
	background-position: center;*/
}
	



.catch_area > .catch_img02{
	width: 80%;
	height: 30vh;
	bottom: -5vh;
	/*width: 70%;*/
/*	position: absolute;
	bottom: -25vh;
	left: 0;
	width: 50%;
	height: 45vh;
	border-radius: 0 50% 50% 0;
	background-image: url("../home/img02.jpg");
	background-size: cover;
	background-position: center;*/
}


.catch_area > .catch_img03{
	height: 200px;
	width: 200px;
	bottom: 5vh;
	right: 5%;
/*	left: auto;
	right: 10%;
	bottom: -3vh;*/
/*	position: absolute;
	left: 50%;
	bottom: -10vh;
	height: 300px;
	width: 300px;
	border-radius:50%;
	background-image: url("../home/img03.jpg");
	background-size: cover;*/
	
}
	
@media only screen and (max-width: 530px){
		
.catch_area > .catch_img03{
	height: 150px;
	width: 150px;
	bottom: 10vh;
/*	bottom: 5vh;
	right: 5%;*/
/*	left: auto;
	right: 10%;
	bottom: -3vh;*/
/*	position: absolute;
	left: 50%;
	bottom: -10vh;
	height: 300px;
	width: 300px;
	border-radius:50%;
	background-image: url("../home/img03.jpg");
	background-size: cover;*/
	
}
}
	

h3.top_catch{
	font-size: clamp(18px, 4vw, 30px);
	line-height: 2rem;
/*	position: relative;
	z-index: 2;*/
/*	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 5vh;*/
}
	


	.top_catch_text{
/*		position: relative;
		z-index: 2;
		-webkit-text-stroke: 2px var(--back);
		text-stroke: 2px var(--back);
		paint-order: stroke fill;*/
	}
	
/* ----------------------------------------------------------
   border-slide
---------------------------------------------------------- */
.swiper {
	margin-top: 10vh;
/*  width: 100%;
  height: 200px;
  margin: 0 auto;
	margin-top: 30vh;*/
}

.swiper-slide {

/*  width: 100%;
  height: 100%;


  display: flex;
  justify-content: center;
  align-items: center;


  color: #fff;
  font-weight: bold;*/
}


.swiper-wrapper {
/*  transition-timing-function: linear;*/
}

/* ----------------------------------------------------------
   news&gallery
---------------------------------------------------------- */
	
.top_curve_right{
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin: 5vh 2% 0 0;
	padding: 15px 15px 15px calc(15px + 2%);
}
	

.flex_top > .top_left_text_area{
	border-top-right-radius: 100px;
}

	
h3.ct_subtitle{
	font-size: 1rem;
}


.flex_top > .top_right_image_area{
	border-bottom-right-radius: 100px;
}
	
/* ----------------------------------------------------------
   instagram
---------------------------------------------------------- */

#insta ul {
	padding: 0;
/*	padding: 2rem 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;*/
}
#insta ul li {
	margin-top: 2rem;
	width: 47%;
	height: 40vh;
	object-fit: cover;
/*  list-style: none;
  width: 20%;*/
}
#insta ul li img {
	height: 40vh;
	object-fit: cover;
	width: 100%;
/*  max-width: 100%;
  height: auto;
  display: block;*/
}
#insta ul li a {
/*  position: relative;
  display: block;*/
}
	
/* ----------------------------------------------------------
   sns
---------------------------------------------------------- */
ul.sns_flex {
	/*justify-content: center;*/
	flex-direction: column;
	align-items: center;
}

ul.sns_flex li{
	width: 100%;
	max-width: 200px;
/*	width: 20%;
	border: solid 1px #333;
	border-radius: 20px;
	padding: 0 2rem;*/
}

ul.sns_flex li+li{
	margin-left: 0;
	margin-top: 2rem;
	/*margin-left: 10rem;*/
}

ul.sns_flex li img{
/*	width: 100%;
	height: 100%;
	border-radius: 20px;*/
}

	
}
/*** END ***/
