@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{text-decoration: none; color: #000;}
a img:hover{opacity: 0.8;}

/*#content_wrap {
	width:100%;
	padding: 0;
	margin:0;
	background-color: #FBF7F5;
}*/
#am_wrap {
	clear: both;
	width:100%;
	max-width: 600px;
	padding: 0 0 2%;
	margin:0 auto;
	color: #000;
	background-color: #adaaa7;
	background-image: url("https://www.dot-st.com/static/docs/andemiu/pages/260213_collegedress/images/bg.png");background-position: bottom;background-size: contain;background-repeat: no-repeat;
}
#am_wrap p {padding:0;margin:0;}
.sp {display:none;}
.clear {clear:both;}
.red{color: #ed1b24; font-weight: 700;}
.sml{font-size: 80%; line-height: 1.7em; margin-top: 3%;}
.bold{font-weight: bold; font-size: 110%;}

.main {width: 100%; margin:0 auto 5%;}

.Lead {
	width: 100%;
	margin: 4% auto 8%;
	display: block;
	text-align:center;
	font-size:17px;
	padding:0 ;
	line-height:1.7em;
	color: #fff;
}

h2{width: 100%; margin: 10% auto 5%; padding: 5px 0; font-size: 15px; text-align: center; color: #fff; background-color: #5e1e14; font-weight: 400;}

/*.under {
  background: linear-gradient(transparent 60%, #ffcc1d 60%);
}*/
/*item*/
.index_box{	width: 70%;	margin: 5% auto 10%;	display:flex;	flex-wrap:wrap;	justify-content: space-between;}
.index1{	width: 23%;	margin: 0 ;	box-sizing: border-box;}
.index1 img{	margin-bottom: 3%;}

.item_wrap {width: 100%; margin: 0 auto 5%;padding-top: 10%; }
.sub_ttl {width: 33%; margin: 0 auto 1%; }
.item_main {width: 100%; margin: 5% auto 5%; }

.img_box{width: 90%; margin: 8% auto 8%; }

.item-content__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.38;
  overflow: hidden;
}

.item-content__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation-name: slideshow;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* 1枚目: 遅延なし */
.item-content__slide img:nth-child(1) {
  animation-delay: 0s;
}

/* 2枚目: 3秒後に開始 */
.item-content__slide img:nth-child(2) {
  animation-delay: 4s;
}

/* 3枚目: 6秒後に開始 */
.item-content__slide img:nth-child(3) {
  animation-delay: 8s;
}

/* 全9秒のうち各画像3秒 (33.3%) 
  フェードイン・アウトの時間を考慮したキーフレーム設定
*/
@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.point_txt{width: 80%; margin: -3% auto 5%; text-align: left; font-size: 15px; line-height: 3.8em;color: #484545;letter-spacing: 0.05em;font-family: "source-han-sans-japanese", sans-serif;font-weight: 500;font-style: normal;}
.point_txt span{word-break : break-all;font-family: "minion-pro", serif;font-weight: 500;font-size: 200%;}
.logo_box{width: 35%; margin: 10% auto 5%; }

.poin_sub{text-align: center;font-size: 130%;line-height: 1.8em;color: #484545;font-family: "source-han-sans-japanese", sans-serif;font-weight: 600;font-style: normal; margin-bottom: 3%;}

.sns_box{width: 40%; margin: 10% auto 5%; }

.sns_icon{width: 23.333%; margin:0 5%;float: left; }

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover {
	color: #fff;
	background-color: #555555;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 4s infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 2s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	25%{ opacity: 1;}
	50%{ opacity: 1;}
	75%{ opacity: 0;}
	100%{ opacity: 0;}
}


p{
  text-align: center;
  margin: -4% auto 5%;
  font-size: 52px;
 /* letter-spacing: .5em;*/
    word-break : break-all;
	font-family: "minion-pro", serif;
font-weight: 500;
font-style: normal;
	color: #fff;
}

.TextTyping {
  text-align: center;
}

/*========= タイピング ===============*/

.TextTyping span {
  display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "";
  animation: typinganime 2s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}

/* スライダ―のCSS */
.move-img{	margin: 0 auto;}
.move-wrap{	display: flex;	align-items: center;	overflow: hidden;	margin: 2% 0;	column-gap: 10px;}
	
.slideshow{
	display: flex;
	column-gap: 5px;
    animation: loop-slide 60s infinite linear 1s both;
}

.content{ width: 220px;}

.content img{ border-radius: 0px;}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.point_video {display: block; width: 100%; margin: 0 auto 2%;}

.point_video iframe {width: 100%;}




@media only screen and (max-width: 750px) {
	#am_wrap {width: 100%; padding: 0 0 5%; margin-bottom: -7%;}
	.main {width: 100%;  margin:0 auto 5%; padding: 0;}
	.pc {display:none;}
	.sp {display:block;}

	.Lead {
		width: 100%;
		display: block;
		text-align:center;
		font-size:15px;
		margin:4% auto 6%;
		line-height:1.7em;
	}
	

/*item*/
	.index_box{	width: 90%;	margin: 5% auto 10%;}
	.item_wrap {width: 100%; margin: 10% auto 25%; }
	
	.sub_ttl {width: 33%; margin: 0 auto 1% ; }
	
	.point_txt{width: 85%; margin: -20% auto 6%; text-align: left; font-size: 10.5px; line-height: 3.6em;}
	
	p{font-size: 38px;}


	.sns_box{width: 40%; margin: 10% auto 7%; }
	
}
