@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

/* reset */
#maincontent {
	text-align: center;
	position: relative;
}
#maincontent ul {
  padding: 0;
}
#maincontent ul li {
  list-style: none;
}


/* ---------------------------------

  ヘッダー

--------------------------------- */
#header_ct {
	position: relative;
	top: 0;
	left: 0;
	width: 920px;
}
#header_ct {
	border-bottom: 1px solid #EEEEEE;
}
#header_ct .logoImg_ct {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
#header_ct .logoImg_ct img {
	width: 140px;
	height: auto;
}


/*****************************************************
- Date: 2022-08-17
CSS Document : layout とブランド内で統一して使用するスタイルについて
  1.共通・ブランド内大枠の設定
   * body/wrap/container
  2.各エリアの設定
   * header
   * footer
  3.スマホ
 - ****************************************************/

body {
	font-size: 10px;
	letter-spacing: 0em;
}
i,em {
	font-style: normal;
	font-weight: inherit;
}
div#wrap_ct {
	position:relative;
	height:100%;
}
a {
 transition: all 0.3s;
}

@media (min-width: 920px) {
#wrapper_ct a:hover {
  opacity: 0.7;
}
}
img {
 border: none;
 vertical-align: top;
}
.pc_ct,
.vpc_ct {
 display: block;
}
.sp_ct,
.vsp_ct {
		display: none;
}


/* ---------------------------------
	ヘッダー
--------------------------------- */
#header_ct {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#header_sp_ct {
	display: none;
}


/*------------------------------------
  SP
------------------------------------*/
@media (max-width: 919px) {
	.pc_ct {
		display: none;
	}
	.sp_ct {
		display: block;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	#header_ct {
		display: none;
	}
	#header_sp_ct {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	#header_sp_ct .h-inner {
		text-align: center;
	}
	#header_sp_ct .h-inner .logo a img {
		padding-top:12px;
		padding-bottom:12px;
		display: inline-block;
		width: 110px;
	}
}
/**/
@media (max-width: 767px) {
	.vpc_ct {
		display: none;
	}
	.vsp_ct {
		display: block;
	}
}

body > .page {
	overflow: hidden;
}


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

LP固有のスタイル

 - ****************************************************/

/**/
.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/**/
.bg_outer {
  position: relative;
}
.bg_outer::after {
  display: block;
  content: "";
  width: 100%;
  height: 70px;
  margin: 0 0 -2px;
  background-position: center 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/arch.png);
  line-height: 0;
  font-size: 0;
}
.lc_outer_ct p {
  margin: 0;
  line-height: 1.7;
}
/**/
.lc_outer_ct {
  font-family: "A1 Gothic M","游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.lc_outer_ct:not(.wide) {
  max-width: 1500px;
}
.lc_outer_ct .lc_inner_ct {
  position: relative;
  max-width: 1210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  padding: 0 20px;
}
.lc_outer_ct img {
	width: 100%;
	height: auto;
}
.lc_outer_ct a {
	text-decoration: none !important;
}
.lc_outer_ct .ttl_ct {
	font-size: 400%;
  margin: 0;
}
.lc_outer_ct .ttl_ct span {
  font-size: inherit;
  line-height: 1;
  color: #C37B62;
  padding: 0 40px 33px 40px;
  display: inline-block;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  background-position: -2px bottom;
  background-repeat: repeat-x;
  background-size: auto auto;
  background-image: url(../images/ttl_dec.png);
}
.lc_outer_ct .ttl_ct + .sub_ct {
  color: #333;
  font-size: 180%;
  margin: 22px 0 0;
  letter-spacing: 0.05em;
}
.lc_outer_ct .img_list_ct {
  margin-top: 65px;
}
.lc_outer_ct .img_list_ct ul {
  display: flex;
  flex-wrap: wrap;
  margin: -42px 0 0 -4%;
}
.lc_outer_ct .img_list_ct ul li {
  width: 46%;
  margin: 42px 0 0 4%;
  border-radius: 20px;
  background: #fff;
}
.lc_outer_ct .img_list_ct ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.lc_outer_ct .img_list_ct ul li a.none_ct {
  pointer-events: none;
}
/**/
#main_ct::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-position: center 0;
  background-repeat: repeat-x;
  background-image: url(../images/mv_dec.png);
  background-size: auto 100%;
  height: 200px;
  width: 100%;
}
#main_ct .main_img_ct {
  margin: 0;
}
#main_ct .main_img_ct img {
  height: 780px;
  object-fit: cover;
}
#main_ct .main-text-area_ct {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 120px 0 0;
}
#main_ct .main-text-area_ct .logo_ct {
  max-width: 479px;
  margin: 0 auto;
}
#main_ct .main-text-area_ct .main_lead_ct {
  font-size: 240%;
  color: #FF3675;
  line-height: 1.5;
  margin: 50px 0 0;
  letter-spacing: 0.03em;
}
.lc_outer_ct .main-btn_ct a {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #FF3675;
  color: #FF3675;
  background: #fff;
  line-height: 1;
  font-size: 230%;
  padding: 12px 32px 8px;
  margin: 25px 0 0;
}
.lc_outer_ct .main-btn_ct a::after {
  content: url(../images/icon_instagram.png);
  vertical-align: middle;
  padding-left: 20px;
}

/**/
#c01_ct {
  padding-top: 50px;
  padding-bottom: 100px;
}
/**/
#c02_ct {
  background: #FFCBCB;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  padding-top: 90px;
  padding-bottom: 110px;
  z-index: 0;
}
/**/
#c03_ct {
  padding-top: 115px;
}
.sns_block_ct {
  margin-top: 100px;
}
.sns_block_ct .sns_top_ct {
  text-align: center;
}
.sns_block_ct .sns_top_ct a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sns_block_ct .sns_top_ct a .t01_ct {
  width: 130px;
}
.sns_block_ct .sns_top_ct a .t02_ct {
  padding-left: 22px;
}
.sns_block_ct .sns_top_ct a .t02_ct i {
  display: block;
  text-align: center;
  margin: 0;
}
.sns_block_ct .sns_top_ct a .t02_ct i.c01_ct {
  max-width: 169px;
  margin: 0 auto 7px;
}
.sns_block_ct .sns_top_ct a .t02_ct i.c02_ct {
  font-size: 350%;
  color: #333;
  line-height: 1;
  overflow-wrap: break-word;
}
.sns_block_ct .sns_mid_ct {
  margin: 35px auto 0;
  max-width: 718px;
}
/**/
#lp_sns_ct {
  padding-top: 130px;
  padding-bottom: 25px;
}
#lp_sns_ct .ttl_sns_ct {
  text-align: center;
	font-size: 230%;
}
#lp_sns_ct .ttl_sns_ct span {
  color: #6B503B;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-family: "A1 Gothic M", sans-serif;
}
#lp_sns_ct .ttl_sns_ct span::before,
#lp_sns_ct .ttl_sns_ct span::after {
  content: "";
  display: inline-block;
  background: #6B503B;
  width: 2px;
  position: absolute;
}
#lp_sns_ct .ttl_sns_ct span::before{ 
  left: 0;
}
#lp_sns_ct .ttl_sns_ct span::after {
  right: 0;
}
#lp_sns_ct .ttl_sns_ct span {
  padding: 0 40px;
}
#lp_sns_ct .ttl_sns_ct span::before,
#lp_sns_ct .ttl_sns_ct span::after {
  height: 55px;
  bottom: -10px;
}
#lp_sns_ct .ttl_sns_ct span::before {
  transform: rotate(-30deg);
}
#lp_sns_ct .ttl_sns_ct span::after {
  transform: rotate(30deg);
}
#lp_sns_ct .sns_list_ct {
  margin-top: 25px;
}
#lp_sns_ct .sns_list_ct ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 65px;
  padding: 0;
  margin: 0;
}
#lp_sns_ct .sns_list_ct ul li {
  width: 80px;
}
/**/

/*------------------------------------
  SP
------------------------------------*/
@media (max-width: 919px) {

}
/**/
@media (max-width: 767px) {

  /**/
  .bg_outer::before {
    height: 15px;
    background-size: 110px 15px;
  }
  .bg_outer::after {
    height: 50px;
    background-image: url(../images/arch_sp.png);
  }
  /**/
  #main_ct {
  }
  /**/
  #c01_ct {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  /**/

  /**/
  #c02_ct {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #c02_ct::after {
    height: 32px;
    bottom: -16px;
    background-size: 110px 32px;
  }
  .lc_outer_ct .ttl_ct + .sub_ct {
    margin: 20px 0 0;
  }
  .lc_outer_ct .img_list_ct {
    margin-top: 50px;
  }
  .lc_outer_ct .img_list_ct ul {
    display: block;
    margin: -25px 0 0 0;
  }
  .lc_outer_ct .img_list_ct ul li {
    width: 100%;
    margin: 25px 0 0 0;
  }
  /**/
  #c03_ct {
    padding-top: 55px;
  }
  /**/
  .sns_block_ct {
    margin-top: 45px;
  }
  .sns_block_ct .sns_top_ct a .t01_ct {
    width: 24%;
  }
  .sns_block_ct .sns_top_ct a .t02_ct {
    padding-left: 10px;
    width: 76%;
  }
  .sns_block_ct .sns_top_ct a .t02_ct i.c01_ct {
    max-width: 115px;
    margin: 0 auto 3px;
  }
  .sns_block_ct .sns_top_ct a .t02_ct i.c02_ct {
    font-size: 195%;
  }
  .sns_block_ct .sns_mid_ct {
    margin: 15px auto 0;
  }
  /**/
  #lp_sns_ct {
    padding-top: 75px;
    padding-bottom: 0;
  }
  #lp_sns_ct .sns_list_ct ul {
    gap: 0 45px;
  }
  #lp_sns_ct .sns_list_ct ul li {
    width: 61px;
  }
  .pagetop_ct {
    margin: 55px auto 0px;
  }
}


#maincontent .normal_ct {
  font-size: 160%;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

#maincontent .normal_ct + .ttl_ct {
  margin-top: 70px;
}

.pagetop_ct {
  max-width: 376px;
  margin: 90px auto 80px;
}

.fuki-ttl_ct {
  line-height: 1;
  font-size: 260%;
}
.fuki-ttl_ct span {
  display: inline-block;
  position: relative;
  padding: 0 33px;
}
.fuki-ttl_ct span::before,
.fuki-ttl_ct span::after {
  content: "";
  display: inline-block;
  background: #333;
  width: 2px;
  position: absolute;
  height: 45px;
  bottom: -10px;
}
.fuki-ttl_ct span::before {
  transform: rotate(-25deg);
  left: 0;
}
.fuki-ttl_ct span::after {
  transform: rotate(25deg);
  right: 0;
}
.ft-bnr_ct {
  margin: 125px 0 0;
}
.ft-bnr_ct ul {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 -2% -2%;
}
.ft-bnr_ct ul li {
  width: 31.333%;
  margin: 0 0 2% 2%;
}

/**/
.sche-outer_ct {
  display: flex;
  flex-wrap: wrap;
  margin: 55px 0 0 0;
}

.sche-outer_ct .sche-inner_ct {
  padding: 5px 0 0 15px;
  width: 40.2%;
}
.sche-outer_ct .sche-inner_ct ul {
}
.sche-outer_ct .sche-inner_ct ul li {
  margin-top: 8px;
  padding: 0 21% 0 0%;
  position: relative;
}
.sche-outer_ct .sche-inner_ct ul li a,
.sche-outer_ct .sche-inner_ct ul li span {
  display: block;
}
.sche-outer_ct .sche-inner_ct ul li a img.on_ct,
.sche-outer_ct .sche-inner_ct ul li span img.on_ct {
    display: none;
}
.sche-outer_ct .sche-inner_ct ul li .line_ct {
  width: 16.0%;
  position: absolute;
  bottom: -33%;
  left: 11%;
  z-index: -1;
}
.sche-outer_ct .sche-inner_ct ul li .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li .line_ct .cls-2_ct {
  fill:none;
  stroke:#c37b62;
  stroke-linecap:round;
  stroke-miterlimit:10;
  stroke-width:3px;
}
.sche-outer_ct .sche-inner_ct ul li .line_ct .cls-2_ct {
  stroke-dasharray:0 0 0 0 0 0 5.07 7.1 0 0 0 0;
}
.sche-outer_ct .sche-inner_ct ul li .line_ct .cls-3_ct {
  fill:#fff;
  stroke-width:0px;
}
.sche-outer_ct .sche-inner_ct ul li:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 0 21%;
}
.sche-outer_ct .sche-inner_ct ul li:nth-child(even) .line_ct {
  transform: rotate(100deg);
  bottom: -45%;
}
.sche-outer_ct .sche-inner_ct ul li a,
.sche-outer_ct .sche-inner_ct ul li span {
  opacity: 1 !important;
  position: relative;
}
.sche-outer_ct .sche-inner_ct ul li:not(.active_ct) a,
.sche-outer_ct .sche-inner_ct ul li:not(.active_ct) span {
  pointer-events: none;
}
.sche-outer_ct .sche-inner_ct ul li.active_ct a img.on_ct,
.sche-outer_ct .sche-inner_ct ul li.active_ct span img.on_ct {
    display: block;
}
.sche-outer_ct .sche-inner_ct ul li.active_ct span img.off_ct,
.sche-outer_ct .sche-inner_ct ul li.active_ct a img.off_ct {
    display: none;
}
/**/
.sche-outer_ct .sche-inner_ct ul li.now_ct a::after,
.sche-outer_ct .sche-inner_ct ul li.now_ct span::after {
  display: block;
  content: "";
  width: 25.0%;
  height: 0;
  padding-top: 13.1%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/icon_now.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 70%;
  left: 5%;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(1) .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(1) .line_ct .cls-2_ct {
  stroke:#f6921e;
}
.sche-outer_ct .sche-inner_ct ul li:nth-child(1) a::after,
.sche-outer_ct .sche-inner_ct ul li:nth-child(1) span::after {
    bottom: 52%;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(2).active_ct .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(2).active_ct .line_ct .cls-2_ct {
  stroke:#ff6a6a;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(3).active_ct .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(3).active_ct .line_ct .cls-2_ct {
  stroke:#bc5dc5;
}
.sche-outer_ct .sche-inner_ct ul li:nth-child(3) .bosyu-link_ct {
  display: block;
  content: "";
  width: 35.2%;
  height: 0;
  padding-top: 22.65%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/icon_shop.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -8%;
  right: -3%;
  pointer-events: auto !important;
}
.sche-outer_ct .sche-inner_ct ul li:nth-child(3).active_ct .bosyu-link_ct {
  background-image: url(../images/icon_shop_on.png);
  pointer-events: none !important;
}
.sche-outer_ct .sche-inner_ct ul li:nth-child(3).active_ct .bosyu-link_ct::before,
.sche-outer_ct .sche-inner_ct ul li:nth-child(3).active_ct .bosyu-link_ct::after {
  display: none !important;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(4).active_ct .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(4).active_ct .line_ct .cls-2_ct {
  stroke:#5088e0;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(5).active_ct .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(5).active_ct .line_ct .cls-2_ct {
  stroke:#76ced7;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(6).active_ct .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(6).active_ct .line_ct .cls-2_ct {
  stroke:#8bc53f;
}
/**/
.sche-outer_ct .sche-inner_ct ul li:nth-child(7).active_ct .line_ct .cls-1_ct,
.sche-outer_ct .sche-inner_ct ul li:nth-child(7).active_ct .line_ct .cls-2_ct {
  stroke:#009145;
}

/**/
.sche-outer_ct .az-box_ct {
  width: 59.8%;
  padding: 0 0 0 8.15%;
  text-align: center;
}
.sche-outer_ct .az-box_ct p {
  font-family: "Shuei MaruGo B";
}
.sche-outer_ct .az-box_ct .t01_ct {
  font-size: 270%;
  color: #ff6a6a;
}
.sche-outer_ct .az-box_ct .t02_ct {
  font-size: 160%;
}
.sche-outer_ct .az-box_ct .img_ct {
  margin: 15px 0 0;
}

/**/
.lc_outer_ct .float_ct .fimg_ct {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.lc_outer_ct .float_ct .fimg_ct.f01_ct {
  top: -5%;
  left: -3%;
  width: 18.3%;
}
.lc_outer_ct .float_ct .fimg_ct.f02_ct {
  top: 20%;
  left: -5%;
  width: 13.8%;
}
.lc_outer_ct .float_ct .fimg_ct.f03_ct {
  top: 0%;
  right: -6.2%;
  width: 27.8%;
}
.lc_outer_ct .float_ct .fimg_ct.f04_ct {
  bottom: -25%;
  left: -9.5%;
  width: 24.7%;
}


/**/
@media (min-width: 768px) {

  .sche-outer_ct .sche-inner_ct ul li.active_ct a:not(.bosyu-link_ct):hover {
    transform: scale(1.05, 1.05);
  }
  .sche-outer_ct .sche-inner_ct ul li:nth-child(3) .bosyu-link_ct:hover {
    transform: scale(1.05, 1.05);
  }

}

/**/
@media (max-width: 767px) {

  .sche-outer_ct {
    display: block;
  }

  .sche-outer_ct .sche-inner_ct,
  .sche-outer_ct .az-box_ct {
    width: 100%;
    padding: 0 0 0 0;
  }

  .lc_outer_ct .ttl_ct {
    font-size: 280%;
  }
  .lc_outer_ct .ttl_ct span {
    background-size: 22px auto;
    padding: 0 30px 25px 30px;
  }

  /**/
  #main_ct .main_img_ct img {
    height: 570px;
  }
  #main_ct::after {
    background-image: url(../images/mv_dec_sp.png);
    height: 95px;
  }
  #main_ct .main-text-area_ct {
    padding: 42px 0 0;
  }
  #main_ct .main-text-area_ct .logo_ct {
    width: 75%;
  }
  #main_ct .main-text-area_ct .main_lead_ct {
    font-size: 200%;
    line-height: 1.6;
    margin: 20px 0 0;
  }

  /**/
  #maincontent .normal_ct + .ttl_ct {
    margin-top: 40px;
  }

  /**/
  .lc_outer_ct .ttl_ct + .sub_ct {
    font-size: 160%;
    margin: 12px 0 0;
  }

  /**/
  .lc_outer_ct .float_ct .fimg_ct.f01_ct {
    top: 11.5%;
    left: -17%;
    width: 45.7%;
  }
  .lc_outer_ct .float_ct .fimg_ct.f03_ct {
    top: 13.5%;
    right: -66.2%;
    width: 100%;
  }

  /**/
  .lc_outer_ct .main-btn_ct {
    margin: 0 0 25px;
  }
  .lc_outer_ct .main-btn_ct a {
    font-size: 160%;
    padding: 9px 25px 6px;
    margin: 0 0 0;
  }
  .lc_outer_ct .main-btn_ct a::after {
    padding-left: 12px;
    content: url(../images/icon_instagram_sp.png);
    display: inline-block;
    position: relative;
    top: -1px;
  }

  /**/
  .sche-outer_ct {
    margin: 40px 0 0 0;
  }

  .sche-outer_ct .az-box_ct {
    margin: 30px 0 0 0;
  }
  .sche-outer_ct .sche-inner_ct ul li {
    padding: 0 8.5% 0 0%;
    margin-top: 10px;
  }
  .sche-outer_ct .sche-inner_ct ul li:nth-child(even) {
    padding: 0 0 0 8.5%;
  }
  .sche-outer_ct .sche-inner_ct ul li .line_ct {
    width: 18%;
    left: 8%;
    transform: rotate(15deg);
  }
  .sche-outer_ct .sche-inner_ct ul li:nth-child(even) .line_ct {
    transform: rotate(80deg);
    bottom: -45%;
    left: 4.5%;
  }
  .sche-outer_ct .sche-inner_ct ul li:nth-child(3) .bosyu-link_ct {
    width: 30.8%;
    padding-top: 25.8%;
    background-image: url(../images/icon_shop_sp.png);
    bottom: 2%;
    right: -4.7%;
  }
  .sche-outer_ct .sche-inner_ct ul li:nth-child(3).active_ct .bosyu-link_ct {
    background-image: url(../images/icon_shop_on_sp.png);
  }
  .sche-outer_ct .sche-inner_ct ul li.now_ct a::after,
  .sche-outer_ct .sche-inner_ct ul li.now_ct span::after {
    bottom: 68%;
    left: 6.5%;
  }
  .sche-outer_ct .sche-inner_ct ul li:nth-child(1) a::after,
  .sche-outer_ct .sche-inner_ct ul li:nth-child(1) span::after {
    bottom: 50%;
  }

  /**/
  .fuki-ttl_ct {
    font-size: 220%;
  }
  .ft-bnr_ct {
    margin: 70px 0 0;
  }
  .ft-bnr_ct ul {
    display: block;
    margin: 30px 0 0 0;
  }
  .ft-bnr_ct ul li {
    width: 100%;
    margin: 25px 0 0 0;
  }

  /**/
  .pagetop_ct {
    margin: 60px auto 70px;
  }

}

/* additional */

.lc_outer_ct .ttl_ct span.jp_ct {
  font-family: "Shuei MaruGo B";
  /* font-family: "A1 Gothic M"; */
}

@media (max-width: 767px) {

.img_alfabet_ct img {
width: 85%;
}
}