@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Roboto:wght@700&display=swap');

#llcontainer {
	width: 100%;
	max-width: 750px;
	line-height: 2.0;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	color: #333;
}

#llcontainer .btn{
	display: block;
	width: 70%;
	margin: 50px auto;
}

#llcontainer .btn a:hover{ 
	opacity:0.8;
	transition:0.3s;
}

#llcontainer .btn_2509_02{
	display: block;
	width: 70%;
	margin: 50px auto;
	animation-name:updown1;   /* アニメーション名の指定 */
	animation-delay:0s;   /* アニメーションの開始時間指定 */
	animation-duration: 2.5s;   /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite; 
}

@keyframes updown1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}


#llcontainer .btn_2509_03 {
	display: block;
	width: 70%;
	margin: 50px auto;
    position: relative;
    overflow: hidden;
}

#llcontainer .btn_2509_03::before {
position: absolute;
content: '';
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
transform: skewX(-45deg);
animation: shine 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}

@keyframes shine {
0% {
left: -100%;
}
25% {
left: 100%;
}
100% {
left: 100%;
	}
}



#llcontainer .sp {display: none;}

#llcontainer img,
#llcontainer video {
	width: 100%;
	vertical-align: top;
}
#llcontainer .pr {
	font-size: 14px;
	text-align: right;
	padding:10px;
	background: #EBE2E2;
	margin-bottom: 15px;
}

#llcontainer .marker02 {
	background:linear-gradient(transparent 10%, rgba(255, 252, 178,1.0) 10%);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
}

#llcontainer .marker02.on{
	background-size: 100% 100%;
}

#llcontainer .marker03 {
	background:linear-gradient(transparent 10%, rgba(226, 226, 226,1.0) 10%);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
}
#llcontainer .marker03.on{
	background-size: 100% 100%;
}

/*#llcontainer .marker02 {
	background: #fffcb2;
}

#llcontainer .marker03 {
	background: #E2E2E2;
}
*/
#llcontainer .kome {
	font-size: 14px;
	vertical-align: super;
}

#llcontainer .kome_txt {
	font-size: 14px;
}


#llcontainer .line {
	padding-bottom: 4px;
	border-bottom: solid 1px;
}

#llcontainer .fs22 {font-size: 20px;}

#llcontainer .fs22 {font-size: 22px;}

#llcontainer .fs24 {font-size: 24px;}

#llcontainer .rd{
    color:#BE4B71;
}

#llcontainer .gr{
    color:#007167;
}

#llcontainer h1 {
  font-size: 24px;
  line-height: normal;
  margin-top: 80px;
  padding: 0.5em;/*文字周りの余白*/
  color: #333333;/*文字色*/
  background: #F7F0F3;/*背景色*/
  border-left: solid 5px #CC96AA;/*左線（実線 太さ 色）*/
}


#llcontainer .pic {
	margin-top: 50px;
}

#llcontainer .txt {
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
}

#llcontainer .txt p a {
	font-weight: bold;
	color: #007167;
}
#llcontainer .txt p a:hover {
	text-decoration: none;
}

#llcontainer video {
	margin-top: 50px;
}

#llcontainer .video_wrapper{
	margin-top: -50px;
}

#llcontainer .video_wrapper03,
#llcontainer .video_wrapper04,
#llcontainer .video_wrapper05,
#llcontainer .video_wrapper06{
		margin: 0 auto;
	}

#llcontainer .video_wrapper02 {
	   margin: 0 auto;
	　　width: 70%;
}

#llcontainer .yajirushi p {
  margin-bottom:120px;
  position: relative;
  text-align: center;
	font-size: 24px;
}
#llcontainer .yajirushi p::before {
  border-color: #007167;
  border-style: solid;
  border-width: 0 0 1px 1px;
  bottom: -70px;
  content: '';
  display: block;
  height: 70px;
  left: calc(50% - 35px);
  position: absolute;
  transform: rotate(-45deg);
  width: 70px;
}
#llcontainer footer {
	border-top:solid 1px #CCC;
	margin-top: 40px;
	text-align: center;
	padding: 20px 0;
	color: #666;
}
#llcontainer footer ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#llcontainer footer ul li a {
	color: #666;
	text-decoration: none;
}
#llcontainer footer ul li {
	line-height: 1.2;
	padding-right: 15px;
}
#llcontainer footer ul li:last-child {
	padding: 0;
}
#llcontainer footer p {font-size: 12px;}


#llcontainer .txt .yajirushi #riyu {
	color: #007167;
}


#llcontainer .notice-list {
	display: flex;
}


#llcontainer .shomei {
	font-size: 14px;
	margin-top: 20px;
	text-align: right;
	font-weight: 500;
	color: #007167;
	line-height: 1.2;
}


#llcontainer .arrow-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin:20px 0 10px;
}

#llcontainer .triangle {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 25px solid #E6D0DE; /* 矢印の色と厚み */
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(10px); }
  100% { transform: translateY(0); }
}



/*以下スマホ対応*/

@media screen and (max-width: 450px) {
	#llcontainer .pc {display: none;}
	#llcontainer .sp {display: block;}

#llcontainer .btn{
	display: block;
	width: 90%;
	margin: 30px auto;
}	

#llcontainer .btn_2509_02 {
	display: block;
	width: 90%;
	margin: 40px auto;
	animation-name:updown1;   /* アニメーション名の指定 */
	animation-delay:0s;   /* アニメーションの開始時間指定 */
	animation-duration: 2.5s;   /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite; 
}

#llcontainer .btn_2509_03 {
	display: block;
	width: 90%;
	margin: 40px auto;
    position: relative;
    overflow: hidden;
}	
	
	
	#llcontainer h1 {
		margin-top: 60px;
		font-size: 20px;
		line-height: 1.6;
	}
	

	#llcontainer .txt {
		text-align: center;
		margin: 30px 15px 0;
		font-size: 16px;
	}
	
	#llcontainer .pic {
	margin-top: 30px;
    }
	
	#llcontainer video {
	margin-top: 30px;
}	
    #llcontainer .fs24 {font-size: 20px;}
	
	#llcontainer .inn > .pic {
		margin: 30px 15px 0;
	}
	
	#llcontainer .kome {
		font-size: 12px;
		vertical-align: super;
	}
	
	#llcontainer .kome_txt {
	font-size: 12px;
}

	
	#llcontainer .video_wrapper,
	#llcontainer .video_wrapper02,
	#llcontainer .video_wrapper03,
	#llcontainer .video_wrapper04,
	#llcontainer .video_wrapper05,
	#llcontainer .video_wrapper06
	{
		margin: 0 10px;
	}

	#llcontainer .yajirushi p {
  		margin-bottom:13vw;
		font-size: 18px;
	}
	#llcontainer .yajirushi p::before {
    	bottom: -8vw;
    	height: 9vw;
    	left: calc(50% - 4.5vw);
    	width: 9vw;
	}
	#llcontainer footer {
		font-size: 12px;
	}

	#llcontainer .shomei {
		font-size: 12px;
		margin-top: 10px;
		text-align: center;
	}
	
	#llcontainer .arrow-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top:10px 0 40px 0;
}

#llcontainer .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #E6D0DE; /* 矢印の色と厚み */
  animation: float 2s ease-in-out infinite;
}
	
}