@charset "UTF-8";


/***************************************************

	TOP

***************************************************/

#kv_area{
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
}

#kv_area::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 660px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
	background-image: url('../images/top/kv_bg.png');
	z-index: -1;
}

.webp #kv_area::after{
	background-image: url('../images/top/kv_bg.webp');
}

#kv_area .logo_box{
	width: 678px;
	margin: 0 auto;
	position: absolute;
	top: 198px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

#kv_area .logo_box .emblem {
	width: 176px;
	position: absolute;
	top: -137px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	margin: auto;
	overflow: visible; /* 念のため */
}

#kv_area .logo_box .emblem .emblem_frame img{
	width: 100%;
	height: 100%;
	transform-origin: center center;
	animation: rotateAnimation 40s linear infinite;
}

#kv_area .logo_box .emblem .emblem_logo{
	width: 114px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* キーフレーム定義 */
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#kv_area img{
	width: 100%;
}

.chara{
    position: absolute;
}

@keyframes jumpAnimation1 {
	0% {
		transform: translateY(0);
	}
	15.7% { /* 0.3秒後（1.9sの15.7%あたり） */
		transform: translateY(-4px);
	}
	31.5% { /* 0.6秒後（1.9sの31.5%あたり） */
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

#kv_area .logo_box .chara.ch01{
    width: 87px;
    top: 200px;
    left: -97px;
    z-index: -3;
    animation: jumpAnimation1 1.9s ease-in-out infinite;
    animation-delay: 0.45s;
}

#kv_area .logo_box .chara.ch02{
    width: 48px;
    top: 232px;
    left: -38px;
    z-index: 3;
    animation: jumpAnimation1 1.9s ease-in-out infinite;
}

#kv_area .logo_box .chara.ch03{
	width: 101px;
    top: 238px;
    right: -61px;
    z-index: 3;
    animation: jumpAnimation1 1.9s ease-in-out infinite;
    animation-delay: 0.25s;
}

#kv_area .logo_box .chara.ch04{
    width: 66px;
    top: 202px;
    right: -70px;
    z-index: -3;
    animation: jumpAnimation1 1.9s ease-in-out infinite;
    animation-delay: 0.45s;
}

#kv_area .logo_box .chara.ch05 {
    width: 36px;
    top: 68px;
    right: -36px;
    animation: rotateAnimation1 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    transform-origin: 50% 100%;
}

/* 修正版キーフレーム */
@keyframes rotateAnimation1 {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}


#kv_area .copy_box{
	position: absolute;
	top: 533px;
	left: 0;
	right: 0;
}

#kv_area .copy_box .copy01{
	font-weight: 700;
	text-align: center; 
	margin-bottom: 9px;
}

#kv_area .copy_box .catch{
	width: 588px;
	margin: 0 auto;
}

#kv_area .copy_box .catch .palt{
	font-weight: 700;
	margin-right: -0.4em;
}


#about{
	padding: 24px 0 140px;
	position: relative;
}

#about .announcement{
	width: 635px;
	height: 122px;
	margin: 0 auto 140px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/announcement_bg.png');
	position: relative;
	white-space: nowrap;
}

.webp #about .announcement{
	background-image: url('../images/top/announcement_bg.webp');
}

#about .announcement::before{
	content: '';
	display: inline-block;
	width: 27px;
	height: 22px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/pin.png');
    position: absolute;
    top: -10px;
    left: -8px;
}

#about .announcement .text_box{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#about .announcement .text_box .sub{
	font-size: 20px;
	font-weight: 700;
	color: var(--color1);
	line-height: 1.5;
	margin-bottom: 6px;
}

#about .announcement .text_box .main{
	font-size: 40px;
	font-weight: 400;
	color: var(--color1);
	line-height: 1;
}


#about .h2_wrapp{
	margin-bottom: 80px;
	text-align: center;
	position: relative;
}

#about .h2_wrapp::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 4px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/h2_boarder01.png');
	position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

#about .h2_wrapp h2{
	font-size: 56px;
	font-weight: 400;
	color: var(--color2);	
	line-height: 1.2;
	text-shadow: 1px 3px 0px rgba(35,24,21,1), -1px -1px 0px rgba(35,24,21,1), -1px 1px 0px rgba(35,24,21,1), 1px -1px 0px rgba(35,24,21,1), 0px 1px 0px var(--color1), 0px -1px 0px rgba(35,24,21,1), -1px 0px 0px rgba(35,24,21,1), 1px 0px 0px rgba(35,24,21,1);
}

#about .h2_wrapp h2 strong{
	display: block;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 4px;
}

#about .h2_wrapp .jp{
	font-weight: 700;
	margin-top: 22px;
}

#about .h2_wrapp .cloud{
	position: absolute;
}

#about .h2_wrapp .cloud.left{
	width: 232px;
	top: 0;
	left: calc(50% - 480px);
}

#about .h2_wrapp .cloud.right{
    width: 221px;
    top: 97px;
    left: calc(50% + 277px);
}

#about .h2_wrapp .chara.right_c01{
    width: 42px;
	top: 274px;
    left: calc(50% + 314px);
    animation: rotateAnimation2 3.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    transform-origin: 50% 50%;
}

@keyframes rotateAnimation2 {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}


#about .caption{
	text-align: center;
	margin-bottom: 24px;
}

#about .caption p{
	font-weight: 700;
	margin-bottom: 1em;
}

#about .caption p:last-of-type{
	margin-bottom: 0;
}

#about .character_box{
	width: 680px;
	height: 151px;
	margin: 0 auto;
	position: relative;
}

#about .character_box .chara{
	bottom: 0;
	animation: jumpAnimation1 1.9s ease-in-out infinite;
}

#about .character_box .chara.ab_ch01{
	width: 99px;
    left: 48px;
    bottom: 6px;
    z-index: 2;
    animation-delay: 0.25s;
}

#about .character_box .chara.ab_ch02{
	width: 72px;
    left: 183px;
    bottom: 0;
}

#about .character_box .chara.ab_ch03{
    width: 118px;
    left: 282px;
    bottom: 9px;
    animation-delay: 0.45s;
}

#about .character_box .chara.ab_ch04{
    width: 69px;
    right: 177px;
    bottom: -2px;
}

#about .character_box .chara.ab_ch05{
    width: 150px;
    right: 23px;
    bottom: -2px;
    animation-delay: 0.25s;
}



#about .point{
	position: absolute;
}

#about .point.about_item01{
	width: 202px;
	top: 55px;
	left: 0;
}

#about .point.about_item02{
	width: 260px;
	bottom: 20px;
	left: 0;
}

#about .point.about_item03{
	width: 260px;
	bottom: 20px;
	right: 0;
}



#about_lock{
	background: var(--color1);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	background-image: url(../images/top/al_bg.png);
	position: relative;
}

.webp #about_lock{
	background-image: url(../images/top/al_bg.webp);
}

#about_lock:after,
#about_lock:before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
}

#about_lock:before{
	background-position: top 0 left 0;
	background-image: url(../images/top/al_bg_top.png);
	top: -3px;
}

#about_lock:after{
	background-position: bottom 0 left 0;
	background-image: url(../images/top/al_bg_bottom.png);
	bottom: -3px;
}

#about_lock .overflow_wrapp{
	padding: 140px 0 145px;
	position: relative;
	overflow: hidden;
}

#about_lock .cont_wrapp{
	width: 860px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}

#about_lock .cont_wrapp .in_cont{
 	width: 860px;
 	height: 486px;
 	padding: 165px 90px 0;
	box-sizing: border-box;
    position: relative;
    z-index: 5;
    
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/top/about_lock_bg.png');
}

.webp #about_lock .cont_wrapp .in_cont{
    background-image: url('../images/top/about_lock_bg.webp');
}


#about_lock .cont_wrapp h2{
	font-size: 80px;
	font-weight: 400;
	color: var(--color2);	
	line-height: 1;
	text-shadow: 1px 3px 0px rgba(35,24,21,1), -1px -1px 0px rgba(35,24,21,1), -1px 1px 0px rgba(35,24,21,1), 1px -1px 0px rgba(35,24,21,1), 0px 1px 0px var(--color1), 0px -1px 0px rgba(35,24,21,1), -1px 0px 0px rgba(35,24,21,1), 1px 0px 0px rgba(35,24,21,1);
	position: absolute;
    top: 40px;
    left: -50px;
    transform: rotate(-4.5deg);
}

#about_lock .cont_wrapp .flex{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

#about_lock .cont_wrapp .flex .logo_box{
	width: 156px;
}

#about_lock .cont_wrapp .flex .text_box{
	width: calc(100% - 156px);
	padding-left: 40px;
	box-sizing: border-box;
}

#about_lock .cont_wrapp .flex .text_box p{
	font-weight: 500;
	height: 156px;
    overflow: auto;
}

#about_lock .cont_wrapp .flex .sns{
	margin-top: 30px;
}

#about_lock .cont_wrapp .flex .sns ul{
	width: 112px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

#about_lock .cont_wrapp .flex .sns ul li{
	width: 48px;
}

#about_lock .chara.al_ch01{
    width: 109px;
    right: -89px;
    bottom: 91px;
    z-index: -1;
    transform: rotate(15deg);
}

#about_lock .chara.al_ch02{
    width: 84px;
    right: -79px;
    bottom: 0;
    z-index: -1;
}

#about_lock .chara.al_ch03{
	width: 178px;
    left: -100px;
	bottom: -198px;
	z-index: 5;
}




/********************************************************************************
	KV可変用 CSS
********************************************************************************/

@media(min-width:1920px){

#kv_area{
	height: 33.854167vw;
}

#kv_area::after{
	width: 100vw;
	height: 34.375vw;
}

#kv_area .logo_box{
	width: 35.3125vw;
	top: 10.3125vw;
}

#kv_area .logo_box .emblem {
	width: 9.166667vw;
	top: -7.135417vw;
}

#kv_area .logo_box .emblem .emblem_logo{
	width: 5.9375vw;
}

#kv_area .logo_box .chara.ch01{
    width: 4.53125vw;
    top: 10.416667vw;
    left: -5.052083vw;
}

#kv_area .logo_box .chara.ch02{
    width: 2.5vw;
    top: 12.083333vw;
    left: -1.979167vw;
}

#kv_area .logo_box .chara.ch03{
	width: 5.260417vw;
    top: 12.395833vw;
    right: -3.177083vw;
}

#kv_area .logo_box .chara.ch04{
    width: 3.4375vw;
    top: 10.520833vw;
    right: -3.645833vw;
}

#kv_area .logo_box .chara.ch05 {
    width: 1.875vw;
    top: 3.541667vw;
    right: -1.875vw;
}

#kv_area .copy_box{
	top: 27.760417vw;
}

#kv_area .copy_box .copy01{
	font-size: 0.833333vw;
	margin-bottom: 0.46875vw;
}

#kv_area .copy_box .catch{
	width: 30.625vw;
}






}





/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){


#kv_area{
	height: 50.78125vw;
}

#kv_area::after{
	width: 150vw;
	height: 51.5625vw;
}

#kv_area .logo_box{
	width: 52.96875vw;
	top: 15.46875vw;
}

#kv_area .logo_box .emblem{
	width: 13.75vw;
    top: -10.703125vw;
}

#kv_area .logo_box .emblem .emblem_logo{
	width: 8.90625vw;
}

#kv_area .logo_box .chara.ch01{
    width: 6.796875vw;
    top: 15.625vw;
    left: -7.578125vw;
}

#kv_area .logo_box .chara.ch02{
    width: 3.75vw;
    top: 18.125vw;
    left: -2.96875vw;
}

#kv_area .logo_box .chara.ch03{
    width: 7.890625vw;
    top: 18.59375vw;
    right: -4.765625vw;
}

#kv_area .logo_box .chara.ch04{
    width: 5.15625vw;
    top: 15.78125vw;
    right: -5.46875vw;
}

#kv_area .logo_box .chara.ch05{
    width: 2.8125vw;
    top: 5.3125vw;
    right: -2.8125vw;
}

#kv_area .copy_box{
	top: 41.640625vw;
}

#kv_area .copy_box .copy01{
	margin-bottom: 0.703125vw;
}

#kv_area .copy_box .catch{
	width: 45.9375vw;
}



#about{
	padding: 1.875vw 0 10.9375vw;
}

#about .announcement{
	width: 49.609375vw;
	height: 9.53125vw;
	margin: 0 auto 10.9375vw;
}

#about .announcement::before{
	width: 2.109375vw;
	height: 1.71875vw;
    top: -0.78125vw;
    left: -0.625vw;
}

#about .announcement .text_box .sub{
	font-size: 1.5625vw;
	margin-bottom: 0.46875vw;
}

#about .announcement .text_box .main{
	font-size: 3.125vw;
}


#about .h2_wrapp{
	margin-bottom: 6.25vw;
}

#about .h2_wrapp::after{
	width: 3.125vw;
	height: 0.3125vw;
    bottom: -1.875vw;
}

#about .h2_wrapp h2{
	font-size: 4.375vw;
}

#about .h2_wrapp h2 strong{
	font-size: 6.25vw;
	margin-bottom: 0.3125vw;
}

#about .h2_wrapp .jp{
	margin-top: 1.71875vw;
}

#about .h2_wrapp .cloud.left{
	width: 18.125vw;
	left: calc(50% - 37.5vw);
}

#about .h2_wrapp .cloud.right{
    width: 17.265625vw;
    top: 7.578125vw;
    left: calc(50% + 21.640625vw);
}

#about .h2_wrapp .chara.right_c01{
    width: 3.28125vw;
	top: 21.40625vw;
    left: calc(50% + 24.53125vw);
}

#about .caption{
	margin-bottom: 1.875vw;
}

#about .character_box{
	width: 53.125vw;
	height: 11.796875vw;
}

#about .character_box .chara.ab_ch01{
	width: 7.734375vw;
    left: 3.75vw;
    bottom: 0.46875vw;
}

#about .character_box .chara.ab_ch02{
	width: 5.625vw;
    left: 14.296875vw;
}

#about .character_box .chara.ab_ch03{
    width: 9.21875vw;
    left: 22.03125vw;
    bottom: 0.703125vw;
}

#about .character_box .chara.ab_ch04{
    width: 5.390625vw;
    right: 13.828125vw;
    bottom: -0.15625vw;
}

#about .character_box .chara.ab_ch05{
    width: 11.71875vw;
    right: 1.796875vw;
    bottom: -0.15625vw;
}


#about .point.about_item01{
	width: 15.78125vw;
	top: 4.296875vw;
}

#about .point.about_item02{
	width: 20.3125vw;
	bottom: 1.5625vw;
}

#about .point.about_item03{
	width: 20.3125vw;
	bottom: 1.5625vw;
}



#about_lock:after,
#about_lock:before{
	height: 0.3125vw;
}

#about_lock:before{
	top: -0.234375vw;
}

#about_lock:after{
	bottom: -0.234375vw;
}

#about_lock .overflow_wrapp{
	padding: 10.9375vw 0;
}

#about_lock .cont_wrapp{
	width: 67.1875vw;
}

#about_lock .cont_wrapp .in_cont{
    width: 67.1875vw;
    height: 37.96875vw;
    padding: 12.890625vw 7.03125vw 0;
}

#about_lock .cont_wrapp h2{
	font-size: 6.25vw;
    top: 3.125vw;
    left: -3.90625vw;
}

#about_lock .cont_wrapp .flex .logo_box{
	width: 12.1875vw;
}

#about_lock .cont_wrapp .flex .text_box{
	width: calc(100% - 12.1875vw);
	padding-left: 3.125vw;
}

#about_lock .cont_wrapp .flex .text_box p{
	height: 12.1875vw;
}

#about_lock .cont_wrapp .flex .sns{
	margin-top: 2.34375vw;
}

#about_lock .cont_wrapp .flex .sns ul{
	width: 8.75vw;
}

#about_lock .cont_wrapp .flex .sns ul li{
	width: 3.75vw;
}

#about_lock .chara.al_ch01{
    width: 8.515625vw;
    right: -6.953125vw;
    bottom: 7.109375vw;
}

#about_lock .chara.al_ch02{
    width: 6.5625vw;
    right: -6.171875vw;
}

#about_lock .chara.al_ch03 {
    width: 13.906250vw;
    left: -7.8125vw;
    bottom: -15.46875vw;
}







}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

#kv_area{
	height: 118.933333vw;

}

#kv_area::after{
	width: 100%;
	height: 116.266667vw;
	background-image: url('../images/top/kv_bg_sp.png');
}

.webp #kv_area::after{
	background-image: url('../images/top/kv_bg_sp.webp');
}

#kv_area .logo_box{
	width: 77.066667vw;
	top: 45.333333vw;
}

#kv_area .logo_box .emblem {
	width: 26.666667vw;
    top: -21.866667vw;
}

#kv_area .logo_box .emblem .emblem_logo{
	width: 17.333333vw;
}

#kv_area .logo_box .chara.ch01{
    display: none;
}

#kv_area .logo_box .chara.ch02{
	width: 8.8vw;
	top: 23.2vw;
	left: -6.4vw;
}

#kv_area .logo_box .chara.ch03{
	width: 18.666667vw;
	top: 24vw;
	right: -11.733333vw;
}

#kv_area .logo_box .chara.ch04{
    display: none;
}

#kv_area .logo_box .chara.ch05{
    display: none;
}

#kv_area .copy_box{
	top: 85.333333vw;
}

#kv_area .copy_box .copy01{
	font-size: 3.2vw;
	line-height: 1.5;
	margin-bottom: 1.6vw;
}

#kv_area .copy_box .catch{
	width: 65.333333vw;
}



#about{
	padding: 10.666667vw 0 65.6vw;
}

#about .announcement{
	width: 88.533333vw;
	height: 22.666667vw;
	margin: 0 auto 28vw;
	background-image: url('../images/top/announcement_bg_sp.png');
}

.webp #about .announcement{
	background-image: url('../images/top/announcement_bg_sp.webp');
}

#about .announcement::before{
	width: 7.2vw;
	height: 5.866667vw;
    top: -10px;
    left: -8px;
}

#about .announcement .text_box{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#about .announcement .text_box .sub{
	font-size: 4.266667vw;
	margin-bottom: 6px;
}

#about .announcement .text_box .main{
	font-size: 6.4vw;
}


#about .h2_wrapp{
	margin-bottom: 16.533333vw;
}

#about .h2_wrapp::after{
	width: 10.666667vw;
	height: 1.066667vw;
    bottom: -5.866667vw;
}

#about .h2_wrapp h2{
	font-size: 8.533333vw;
}

#about .h2_wrapp h2 strong{
	font-size: 12.8vw;
	margin-bottom: 1.066667vw;
}

#about .h2_wrapp .jp{
	margin-top: 4.266667vw;
}

#about .h2_wrapp .cloud{
	position: absolute;
}

#about .h2_wrapp .cloud.left{
	width: 24.533333vw;
	top: -16.8vw;
	left: 0;
}

#about .h2_wrapp .cloud.right{
    width: 18.133333vw;
    top: 24vw;
    left: unset;
    right: 0;
}

#about .h2_wrapp .cloud.left2{
	width: 15.466667vw;
	top: 100.533333vw;
	left: 0;
}

#about .h2_wrapp .cloud.right2{
    width: 15.466667vw;
    top: 151.733333vw;
    left: unset;
    right: 0;
}

#about .caption{
	margin-bottom: 10.666667vw;
}


#about .caption p:last-of-type{
	margin-bottom: 0;
}

#about .character_box{
	width: 89.333333vw;
	height: 19.733333vw;
}

#about .character_box .chara{
	bottom: 0;
}

#about .character_box .chara.ab_ch01{
	width: 12.8vw;
	left: 6.4vw;
	bottom: 1.066667vw;
}

#about .character_box .chara.ab_ch02{
	width: 9.6vw;
	left: 24vw;
	bottom: 0;
}

#about .character_box .chara.ab_ch03{
	width: 14.933333vw;
	left: 36.8vw;
	bottom: 1.066667vw;
}

#about .character_box .chara.ab_ch04{
	width: 9.066667vw;
 	right: 24vw;
	bottom: 0;
}

#about .character_box .chara.ab_ch05{
	width: 19.466667vw;
	right: 4vw;
	bottom: 0;
}


#about .point{
	position: absolute;
}

#about .point.about_item01{
	display: none;
}

#about .point.about_item02{
	width: 100%;
	bottom: 10.133333vw;
}



#about_lock{

}

#about_lock:after,
#about_lock:before{
	height: 1.066667vw;
}

#about_lock:before{
	top: -0.8vw;
}

#about_lock:after{
	bottom: -0.8vw;
}

#about_lock .overflow_wrapp{
	padding: 26.666667vw 9.6vw;
}

#about_lock .cont_wrapp{
	width: auto;
}

#about_lock .cont_wrapp .in_cont{
	width: 85.066667vw;
    height: 134.933333vw;
    padding: 17.066667vw 10.666667vw;
    background-image: url(../images/top/about_lock_bg_sp.png);
}

.webp #about_lock .cont_wrapp .in_cont{
    background-image: url(../images/top/about_lock_bg_sp.webp);
}

#about_lock .cont_wrapp h2{
	font-size: 12.8vw;
    top: -5.6vw;
    left: -3.733333vw;
    transform: rotate(-3deg);
}

#about_lock .cont_wrapp .flex{
	display: block;
}

#about_lock .cont_wrapp .flex .logo_box{
	width: 32vw;
	margin: 0 auto 6.133333vw;
}

#about_lock .cont_wrapp .flex .text_box{
	width: auto;
	padding-left: 0;
}

#about_lock .cont_wrapp .flex .text_box p{
	height: 37.333333vw;
}

#about_lock .cont_wrapp .flex .sns{
	margin-top: 6.4vw;
}

#about_lock .cont_wrapp .flex .sns ul{
	width: 29.866667vw;
	margin: 0 auto;
}

#about_lock .cont_wrapp .flex .sns ul li{
	width: 12.8vw;
}

#about_lock .chara.al_ch01{
	width: 19.466667vw;
	right: -16.8vw;
	bottom: 27.733333vw;
}

#about_lock .chara.al_ch02{
    width: 24vw;
    right: -20vw;
}

#about_lock .chara.al_ch03{
	width: 28.266667vw;
    left: -5.066667vw;
	bottom: -26.133333vw;
}




}

