/*!
 * 
 * custom style
 * 
 */

 body {
   /* -- colorを基本設定より濃い目にした -- */
  color: #243026;
}
a {
  color: #006d2d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #7a1200;
  text-decoration: none;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #006d2d;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  border: 1px solid #fff;
  color: #7a1200;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #5f8a10;
  border: 1px solid #5f8a10;
  color: #fff;
}
.staff .text h3 {
  color: #006d2d;
}
.staff:hover .text h3 {
  color: #7a1200;
}
.ftco-footer a {
  color: #fff;
}
.ftco-footer a:hover {
  color: #ff5e00;
}
.topper .icon span {
  color: #23b87f;
}
.topper .text .con span:first-child {
  color: #23b87f;
}
.topper .text .time span:last-child {
  color: #23b87f;
}
.consultation {
  background: #23b87f;
}
.consultation.consul {
  background: #0d8054;
}
.owl-carousel.home-slider {
  height: 600px;
}
.owl-carousel.home-slider .slider-item {
  height: 600px;
}
.owl-carousel.home-slider .owl-dots {
  bottom: 80px;
}
.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/kusa.png);
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 1;
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/kusa.png);
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 1;
}
.owl-carousel.home-slider .slider-item .slider-text h1 span {
  color: #ffffff;
  text-shadow: 2px 2px 2px #1c2c42; 
}
.bg_kusa_img {
  height: 80px;
  background-image: url(../images/kusa.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

/*
---------------------------------
  navbar
--------------------------------- */
.ftco-navbar-light .navbar-nav {
  /* menuを均等に配置するために必要 */
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 18px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #407636;
}

.uLine-text {
  position: relative;
  color: #407636;
  font-size: 1.2rem;
}
.uLine-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0%;
  height: 3px;
  background: #7ada69;
  transition: all 0.5s;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover .uLine-text:after {
  width: 100%;
}

@media(max-width: 767px){
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 18px;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
    color: #ffffff;
  }
  .ftco-navbar-light .navbar-nav > .nav-item:not(:first-child) {
    padding-left: 0;
    padding-right: 0;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link::before {
    content: "\f105 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .uLine-text {
    color: #ffffff;
  }
}
/*
-----------------------------------
  org btn etc...
----------------------------------- */
.btn-outline-success2 {
  color: #5c8300;
  border-color: #5c8300;
  border-radius: 0;
}
.btn-outline-success2:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.sub-title {
  /* h2 title */
  color: #407636;
  text-align: left;
  background-image: url(../images/sub-title.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 130px;
  line-height: 120px;
}
.btn-light-brown {
  color: #fff;
  font-weight: 700;
  background-color: #998a75;
}
.btn.btn-dark-green {
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding-left: 1.2em;
  background-color: #427935;
}
.text-dark-green {
  color: #427935;
}
.btn-outline-dark-green {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 6.4em;
  height: 36px;
  border-radius: 30px;
  color: #294d21;
  border: solid 1px #294d21;
  transition: all 0.4s;
  opacity: 0.8;
}
.frame-green {
  border: solid 1px #00571d;
  border-radius: 8px;
}
.bg-light-brown {
  background-color: #EFEDE7;
}
.top-menu-block {
  margin-top: -5em;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.top-menu-block .card-group .card:nth-child(2) {
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #5e5e5e;
  border-right: solid 1px #5e5e5e;
}
.sub-top-menu-block {
  margin-top: -1em;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 8px #c3bdb2;
}
@media(max-width: 767px){
  .top-menu-block {
    margin-top: -3em;
    border-radius: 0;
    box-shadow: none;
  }
  .top-menu-block .card-group .card:nth-child(2) {
    border-top: solid 1px #5e5e5e;
    border-bottom: solid 1px #5e5e5e;
    border-left: none;
    border-right: none;
  }
  .top-menu-block .card-group .card {
    border-radius: 0;
  }
  .sub-top-menu-block {
    margin-top: -2em;
    border-radius: 0;
    box-shadow: none;
  }
}
.card.bukken-card-left {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: solid 1px #5e5e5e;
}
.card.bukken-card-right {
  border: none;
}
@media(max-width: 767px){
  .card.bukken-card-left {
    border: solid 1px #5e5e5e;
    margin-bottom: 1em;
  }
  .card.bukken-card-right {
    border: solid 1px #5e5e5e;
    margin-bottom: 2em;
  }
}
.bg_bukken-head {
  background-image: url(../images/bg_bukken-head.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15em;
}
.bg_bukken-head .bk-title h3 {
  padding-top: 1.1em;
  padding-left: 6em;
  margin-bottom: 2em;
}
.bg_bukken-head .bk-title .badge {
  padding: 0.25em 1em;
}
.bg_bukken-head .bk-title .setumei {
  padding-left: 11rem;
}
.koumoku i {
  color: #998a75;
}
@media(max-width: 767px){
  .bg_bukken-head {
    background-image: url(../images/bg_bukken-head-img.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15em;
  }
  .bg_bukken-head .bk-title h3 {
    padding-top: 0;
    padding-left: 5.4em;
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
  }
  .bg_bukken-head .bk-title .badge {
    padding: 0.25em 1em;
    margin-bottom: 0.8em;
  }
  .bg_bukken-head .bk-title .setumei {
    padding-left: 8rem;
    line-height: 1.4em;
    font-size: 1.2em;
  }
}
.gmap {
  border: solid 1px #0b7419;
  padding: 0.5em 0.5em 0 0.5em;
}

.h-300 {
  height: 300px;
}
.info-title {
  text-align: center;
  color: #998a75;
  background-color: #EFEDE7;
}
.bg-title-man {
  min-height: 18em;
  background-image: url(../images/img-man.png); 
  background-position: top left 1em;
  background-repeat: no-repeat;
  background-size: contain;
}
.terms-list li {
  font-size: 1.2em;
}
@media(max-width: 767px){
  .bg_bukken-head .bk-title h3 {
    padding: 0.5em 0.5em 0.5em 1em;
    margin-left: 5em;
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    text-align: left;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 6px #c3bdb2;
  }
}
.table-brown th {
  width: 16em;
  background-color: #EFEDE7;
}
.table-brown th,
.table-brown td {
  border-top: 1px solid #625a56;
}
.table-brown th:last-of-type {
  border-bottom: 1px solid #625a56;
}
.table-brown td:last-child {
  border-bottom: 1px solid #625a56;
}
.hr-dotted {
  border-top: 2px dotted #c4c4c4;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.text-big-title {
  font-size: 2.4rem;
  line-height: 3rem;
}
@media(max-width: 767px){
  .text-big-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.badge-outline-danger {
  color: #dc3545;
  background-color: #fff;
  border: solid 1px #dc3545;
  border-radius: 14px;
}
/* -------------------
  TELボタンの設定
--------------------- */
@media(min-width: 767px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #23b87f;
}

/* ---------------------------
 footer section
------------------------------ */
.bg-lightgreen {
  background-color: #eefcc9 !important;
}

.ftco-footer {
  background: #181818;
}
.ftco-footer .ftco-footer-widget.footer-link {
  border-left: solid 1px #fff;
  padding-left:2.2em;
}
@media(max-width: 767px){
  .ftco-footer .ftco-footer-widget.footer-link {
    border-left: none;
    border-top: solid 1px #d7ffaa;
    padding-top: 1.2em;
    padding-left:1em;
  }
}
.ftco-footer .ftco-footer-widget h2 {
  margin-bottom: 0.6em;
  font-size: 2.4em;
}
.ftco-footer .ftco-footer-widget p {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.ftco-footer .ftco-footer-widget ul li {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.ftco-footer .ftco-footer-widget ul li i {
 color: #2FA039;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 6.4em;
  height: 36px;
  border-radius: 30px;
  background: #fff;
  color: #006100;
  border: solid 1px #006100;
  transition: all 0.4s;
  opacity: 0.8;
}
.back-to-top:hover {
  background:#ff7f7f;
  border: solid 1px #ff6b6b;
  color: #fff;
  opacity: 1;
}

/*
-------------------------------------------
  ページ内リンクの位置調整用
-------------------------------------------*/
a.anchor{
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/*
--------------------------------------------
  画像のリンクでhover時に半透明にする
--------------------------------------------*/
.link-item:hover {
	opacity: 0.5 ;
}
/*
--------------------------------------------
  商品カードのリスト
--------------------------------------------*/
.price-card {
  border: none;
  background-color: transparent;
}

.price-card img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}

.price-card .card-text {
  border: solid 1px #B5A48C;
  border-radius: 0.25rem;
  background-color: #fff;
}
.item-title {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0.3em;
  padding-top: 21px;
}
.item-title.bgimg-g {
  background-image: url(../images/t-g.png);
}
.item-title.bgimg-r {
  background-image: url(../images/t-r.png);
}
.item-title.bgimg-b {
  background-image: url(../images/t-b.png);
}
.item-title span {
  display: block;
  background-color: #3a6c33;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  color: #ffffff;
  text-align: left;
  padding-top: 8px;
  line-height: 1.4em;
  min-height: 39px;
  margin-top: 0;
}
.item-title-01 {
  /* 売地 */
  background-image: url(../images/t-1.png);
  padding-left: 90px;
}
.item-title-02 {
  /* 中古戸建 */
  background-image: url(../images/t-2.png);
  padding-left: 90px;
}
.item-title-03 {
  /* 中古マンション */
  background-image: url(../images/t-3.png);
  padding-left: 134px;
}
.item-title-04 {
  /* 賃貸マンション */
  background-image: url(../images/t-4.png);
  padding-left: 110px;
}
.item-title-05 {
  /* 賃貸アパート */
  background-image: url(../images/t-5.png);
  padding-left: 90px;
}
.item-title-06 {
  /* 賃貸一戸建 */
  background-image: url(../images/t-6.png);
  padding-left: 90px;
}
.item-title-07 {
  /* 店舗・事務所 */
  background-image: url(../images/t-7.png);
  padding-left: 134px;
}
.item-title-08 {
  /* 倉庫 */
  background-image: url(../images/t-8.png);
  padding-left: 90px;
}
.item-title-09 {
  /* 駐車場 */
  background-image: url(../images/t-9.png);
  padding-left: 90px;
}

.price-list dl {
  display: flex;
  flex-wrap: wrap;
}
.price-list dl dt {
  width: 56%;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6em;
  vertical-align : middle;
}
.price-list dl dt span {
  font-size: 1.2em;
}
.price-list dl dt:first-child {
  padding-top: 0.6em;
}
.price-list dl dd {
  width: 44%;
  text-align: right;
  margin-bottom: 0;
}
.price-list dl dt i {
  color: #B5A48C;
}
.price-list dl dd span {
  font-size: 1.6em;
}
.price-list dl dd:first-of-type {
  color: #dc143c;
}
/*-- link button --*/
.btn-link-s {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  width: 4.8em;
  height: 4.6em;
  border-radius: 0.5em;
  background: #EFB718;
  color: #444;
  border: solid 1px #EFB718;
  padding: 0.4em;
  margin-top: 0.2em;
}
.btn-link-s i {
  color: #fff;
  font-size: 1.8em;
}
.btn-link-s span {
  font-size: 0.7em;
  padding-top: 0.2em;
}
.btn-link-s:hover {
  background:#7ec961;
  border: solid 1px #7ec961;
  color: #fff;
  opacity: 1;
}
/*
--------------------------------------------
 レスポンシブな「dl dt dd」
--------------------------------------------*/
.definition-list {
  /* use  */
  padding-top: 1em;
  margin-bottom: 0.5em;
}
.definition-list dl {
  padding: 0.2em 0;
}
.definition-list dt {
  font-size: 1em;
  text-align: center;
  width: 50%;
  padding: 0.2em 0;
  border: 1px solid #8f8f8f;
  border-radius: 0.4em;
  background-color: #eeeeee;
  margin-bottom: 1em;
}
.definition-list dd {
  font-size: 1em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

@media screen and (min-width: 768px) {
  .definition-list {
    margin-bottom: -1px;
  }
  .definition-list dl {
    margin-bottom: 0.5em;
  }
  .definition-list dt {
    font-size: 1em;
    clear: left;
    float: left;
    width: 28%;
    padding: 0;
    border: 1px solid #8f8f8f;
    border-radius: 4px 4px 4px 4px;
    background-color: #ffffff;
    font-weight: normal;
  }
  .definition-list dd {
    font-size: 1em;
    line-height: 1.4em;
    margin-left: 30%;
  }
}

/*
-------------------------------------
  モバイルデバイス時
-------------------------------------*/
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #004a3d !important;
  }
}
@media only screen and (max-width: 768px) {
  /* 改行を入れる */
  .br {
    word-wrap: break-word;
    white-space: normal;
    display: block;
  }
  .br-md {
    word-wrap: normal;
    white-space: normal;
    display: inline;
  }
}
/*
--------------------------------------
物件スライダー用
-------------------------------------- */
/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img {
  display: block;
	width: 60%;
	height: auto;
  margin-left: auto;
  margin-right: auto;
}
.choice-btn img {
  display: block;
	width: 100%;
	height: auto;
}
/*メイン画像下に余白をつける*/
.gallery {
	margin:0 0 5px 0;
  padding-left: 0;
}

.gallery li{
list-style:none;
}
.choice-btn {
  padding-left: 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
	z-index: 3;
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  font-size: 34px;
  text-align: center;
  line-height: 48px;
  color: #0d6924;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.slick-prev:hover, 
.slick-next:hover {
  color: #fff;
  background-color: #0d6924;
  border: 1px solid #0d6924;
}
.slick-arrow:before{
	content:"" !important;
}
.slick-prev {/*戻る矢印の位置と形状*/
  left:10%;
}

.slick-next {/*次へ矢印の位置と形状*/
  right:10%;
}
@media only screen and (max-width: 768px) {
  .slick-prev, 
  .slick-next {
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    width: 28px;
  }
  .slick-prev {
    left:2%;
  }
  
  .slick-next {
    right:2%;
  }
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
  list-style: none;
  border-right: solid 2px #fff;
}
.choice-btn .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
/* flexの値を変更し列数を変更 */
.choice-btn .slick-slide {
    display: block!important;
    float: none !important;
    flex: 0 0 20%;
}

.choice-btn li img{
	opacity: 0.5;/*選択されていないものは透過50%*/
}

.choice-btn .slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

/*
----------------------------------------
  Form parts title / Radio button
----------------------------------------*/
.form-item-h {
  border-bottom: solid 1px #19a146;
  line-height: 1.8em;
}
.redio-green label{
  margin-right: 5em;
	margin-bottom:15px;
	padding-left:30px;
	display:block;
	font-size:18px;
	cursor:pointer;
	position:relative;
}
.redio-green input{
	position:absolute;
	z-index:-1;
	opacity:0;
}
.redio-green .indicator{
	width:20px;
	height:20px;
	border-radius:50%;
  border: solid 1px #777;
	background:#ffffff;
	position:absolute;
	top:2px;
	left:0;
}
.redio-green label input:disabled ~ .indicator{
	background:#ccc;
	opacity:0.6;
	pointer-events:none;
}
.redio-green .indicator::after{
	content:"";
	width:0;
	height:0;
	display:block;
	border-radius:50%;
	background:#009adb;
	position:absolute;
	top:50%;
	left:50%;
	transition: all .3s;
}
.redio-green label input:checked ~ .indicator::after{
	width:12px;
	height:12px;
	top:3px;
	left:3px;
}
.redio-green .typeB-radio .indicator::after{
	background:#38c738;
}
.redio-green .typeB-checkbox input:disabled ~ .indicator::after,
.redio-green .typeB-radio input:disabled ~ .indicator::after{
	background:#7b7b7b;
}
/*
-------------------------------------------------------
  keyvisual slide
-------------------------------------------------------*/
@keyframes keyvisualZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.keyvisual {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
}

.keyvisual__item {
  overflow: hidden;
}

.keyvisual__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.keyvisual__slide--1 {
  background-image: url(../images/bg_1.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--1 {
    background-image: url(../images/bg_1.jpg);
  }
}

.keyvisual__slide--2 {
  background-image: url(../images/bg_2.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--2 {
    background-image: url(../images/bg_2.jpg);
  }
}

.keyvisual__slide--3 {
  background-image: url(../images/bg_3.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--3 {
    background-image: url(../images/bg_3.jpg);
  }
}

.keyvisual__body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../images/kusa.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 1200px) {
  .keyvisual__body {
    width: 100%;
  }
}

.keyvisualSwiper {
  height: 700px;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper {
    height: 71.615vw;
  }
}

.keyvisualSwiper__pagination.swiper-pagination-bullets {
  width: auto;
  left: calc(50% - 66px);  /*スライド画像数に応じてマークの個数が変わるので調整が必要 3個表示用 */
  bottom: 60px;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__pagination.swiper-pagination-bullets {
    width: 100%;
    right: auto;
    left: auto;
    bottom: 5%;
  }
}

.keyvisualSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
  margin: 0 8px;
  background: none;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    margin: 0 6px;
  }
}

.keyvisualSwiper__button {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__button {
    width: 20px;
    height: 20px;
  }
}

.keyvisualSwiper__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__button::before {
    width: 6px;
    height: 6px;
  }
}

.keyvisualSwiper__innerButton {
  position: absolute;
  display: none;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.keyvisualSwiper__innerButton::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 200%;
  height: 100%;
  /*background-image: url(../css/oval.svg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.keyvisualSwiper__innerButton:nth-child(1) {
  left: 50%;
}

.keyvisualSwiper__innerButton:nth-child(1)::before {
  left: -100%;
}

.keyvisualSwiper__innerButton:nth-child(2) {
  left: 0;
}

.keyvisualSwiper__innerButton:nth-child(2)::before {
  left: 0;
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton {
  display: block;
}

.keyvisualSwiper .swiper-pagination-bullet-active.keyvisualSwiper__button::before {
  transform: scale(2.25);
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton:nth-child(1)::before {
  animation: indicator-right 6s linear forwards;
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton:nth-child(2)::before {
  animation: indicator-left 6s linear forwards;
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton::before {
  animation-delay: 0s;
}

.keyvisualSwiper .swiper-slide-active .keyvisual__slide,
.keyvisualSwiper .swiper-slide-duplicate-active .keyvisual__slide,
.keyvisualSwiper .swiper-slide-prev .keyvisual__slide {
  animation-name: keyvisualZoom;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

