@charset "UTF-8";
#header {
  background-image: none;
}

.slick-list {
  background-color: #000;
}

.home_hero .slick-img {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

.home_hero .slick-img.slick-active {
  opacity: 1;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

.thumbnail {
  position: relative;
}
.thumbnail .prev-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
}
.thumbnail .next-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 1;
}

.thumbnail-img.slick-active.slick-center {
  position: relative;
}
.thumbnail-img.slick-active.slick-center:before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: #444 solid 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail-img.slick-active.slick-center:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 27.5px 0 27.5px;
  border-color: #444 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  opacity: 0.1;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  background-color: #000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}

.home .btns {
  display: none;
}

@media screen and (max-width: 767px) {
  .thumbnail {
    position: relative;
  }
  .thumbnail .prev-arrow {
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .thumbnail .next-arrow {
    width: 40px;
    height: 40px;
    right: 20px;
  }

  .thumbnail-img img {
    width: 33vw;
  }

  .home .btns {
    display: flex;
  }
  .home .btns a {
    border-radius: 0;
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/********************
common
********************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

section {
  margin-top: 150px;
}

.c_aojoy {
  color: #002059;
}

.c_akajoy {
  color: #C21632;
}

.c_yoga {
  color: #007880;
}

.c_joyplus {
  color: #111111;
}

@media screen and (max-width: 767px) {
  section {
    margin-top: 90px;
  }
}
/*------------------
ly
-------------------*/
.ly_inner {
  max-width: 1270px;
  margin: auto;
  padding: 0 15px;
}

.ly_df {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .ly_inner {
    padding: 0 20px;
  }
}
/*------------------
item
-------------------*/
.item_one {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
.item_one img {
  width: 100%;
}

.item_two {
  width: 47.58%;
  margin-top: 35px;
  box-sizing: border-box;
}
.item_two:nth-child(even) {
  margin-left: 4.84%;
}
.item_two img {
  width: 100%;
}

.item_three {
  width: 32.26%;
  margin-top: 35px;
  box-sizing: border-box;
}
.item_three + .item_three {
  margin-left: 1.61%;
}
.item_three:nth-child(4n+1) {
  margin-left: 0;
}
.item_three:last-child {
  margin-left: 1.61%;
}
.item_three img {
  width: 100%;
}

.item_four {
  width: 24.35%;
  margin-top: 35px;
  box-sizing: border-box;
}
.item_four + .item_four {
  margin-left: 0.81%;
}
.item_four:nth-child(5n+1) {
  margin-left: 0;
}
.item_four img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .item_two {
    width: 100%;
    margin-top: 30px;
  }
  .item_two:nth-child(even) {
    margin-left: 0;
  }

  .item_three {
    width: 100%;
    margin-top: 30px;
  }
  .item_three + .item_three {
    margin-left: 0;
  }

  .item_four {
    width: 100%;
    margin-top: 20px;
  }
  .item_four + .item_four {
    margin-left: 0;
  }

  .bl_sec_ttl h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .bl_sec_ttl:after {
    width: 60px;
    height: 4px;
  }
}
/*------------------
bl
-------------------*/
.bl_sec_ttl {
  position: relative;
  text-align: center;
}
.bl_sec_ttl h2 {
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1.2;
}
.bl_sec_ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 6px;
  background: #E60012;
}

.bl_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  border: 1px solid #5A5A5A;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  margin: 0 auto;
  box-shadow: 6px 6px 0px 0px #e5e5e5;
  box-sizing: border-box;
  font-weight: normal;
}
.bl_btn:before, .bl_btn:after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 10px;
  height: 2px;
  background: #E60012;
  border-radius: 1px;
}
.bl_btn:before {
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
}
.bl_btn:after {
  top: calc(50% + 3px);
  transform: translateY(-50%) rotate(-45deg);
}
.bl_btn:hover {
  border: none;
  background: #E60012;
  color: #fff;
}
.bl_btn:hover:before, .bl_btn:hover:after {
  background: #fff;
}

.bl_card_wrap {
  margin-top: 30px;
}
.bl_card_wrap .item_one, .bl_card_wrap .item_three {
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 20px 20px 30px;
}
.bl_card_wrap .item_one h3, .bl_card_wrap .item_three h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
.bl_card_wrap .item_one p, .bl_card_wrap .item_three p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: normal;
}
.bl_card_wrap .item_one .bl_btn, .bl_card_wrap .item_three .bl_btn {
  margin-top: 30px;
}
.bl_card_wrap .item_one {
  text-align: center;
}
.bl_card_wrap .item_one .ly_df {
  margin-top: 15px;
}
.bl_card_wrap .item_one .item {
  max-width: 23.36%;
}
.bl_card_wrap .item_one .item img {
  width: 87px;
}
.bl_card_wrap .item_one .item + .item {
  margin-left: 2.04%;
}
.bl_card_wrap .item_one .item p {
  font-weight: normal;
  line-height: 1.6;
}
.bl_card_wrap .item_one .note {
  font-size: 12px;
  margin-top: 25px;
}
.bl_card_wrap .item_three {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
.bl_card_wrap .item_three p {
  line-height: 1.6;
  min-height: 6.5em;
}
.bl_card_wrap .item_three .bl_btn {
  margin-top: 15px;
  align-self: flex-end;
}

.bl_aed {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.bl_aed img {
  width: 47px;
}
.bl_aed p {
  font-size: 16px;
  font-weight: normal;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .bl_sec_ttl h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .bl_sec_ttl:after {
    width: 60px;
    height: 4px;
  }

  .bl_btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .bl_btn:before, .bl_btn:after {
    right: 20px;
    width: 9px;
  }
  .bl_btn:before {
    top: calc(50% - 2.5px);
  }
  .bl_btn:after {
    top: calc(50% + 2.5px);
  }

  .bl_card_wrap {
    margin-top: 10px;
  }
  .bl_card_wrap .item_one, .bl_card_wrap .item_three {
    padding: 20px 20px 25px;
    margin-top: 20px;
  }
  .bl_card_wrap .item_one h3, .bl_card_wrap .item_three h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .bl_card_wrap .item_one p, .bl_card_wrap .item_three p {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: -0.05em;
  }
  .bl_card_wrap .item_one .bl_btn, .bl_card_wrap .item_three .bl_btn {
    margin-top: 20px;
  }
  .bl_card_wrap .item_one .ly_df {
    margin-top: 0;
  }
  .bl_card_wrap .item_one .item {
    width: 50%;
    max-width: 50%;
    margin-top: 15px;
  }
  .bl_card_wrap .item_one .item img {
    width: 79px;
  }
  .bl_card_wrap .item_one .item + .item {
    margin-left: 0;
  }
  .bl_card_wrap .item_one .item p {
    font-weight: normal;
  }
  .bl_card_wrap .item_one .note {
    margin-top: 20px;
    text-align: left;
    line-height: 1.58;
  }
  .bl_card_wrap .item_three {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .bl_card_wrap .item_three h3 {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: -0.06em;
    width: 100%;
  }
  .bl_card_wrap .item_three p {
    line-height: 1.6;
    margin-top: 10px;
    text-align: left;
    letter-spacing: normal;
    width: 100%;
    min-height: auto;
  }
  .bl_card_wrap .item_three .bl_btn {
    margin-top: 15px;
  }

  .bl_aed {
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .bl_aed p {
    font-size: 16px;
    margin: 15px 0 0 0;
    text-align: center;
    line-height: 1.63;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .bl_card_wrap .item_one .item h3 {
    font-size: 14px;
  }

  .bl_card_wrap .item_one .item p {
    font-size: 11px;
  }

  .bl_card_wrap .item_three h3 {
    font-size: 18px;
  }

  .bl_card_wrap .item_three p {
    font-size: 12px;
    letter-spacing: -0.01em;
  }

  .bl_aed p {
    font-size: 14px;
  }
}
/********************
home_news
********************/
.home_news {
  overflow: hidden;
  background-color: #f7f7f7;
}
/********************
home_pickup
********************/
.home_pickup .bl_sec_ttl h2 {
  font-size: 40px;
}
.home_pickup .bl_sec_ttl:after {
  display: none;
}
.home_pickup .slick-list {
  background-color: #fff;
}
.home_pickup .slick-img {
  width: 400px;
  opacity: 1;
  margin: 0 10px;
}
.home_pickup .slider {
  position: relative;
}
.home_pickup .slider .prev-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.home_pickup .slider .next-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home_pickup .bl_sec_ttl h2 {
    font-size: 22px;
  }
  .home_pickup .slick-img {
    margin: 0;
  }
  .home_pickup .slider .prev-arrow {
    left: 20px;
  }
  .home_pickup .slider .next-arrow {
    right: 20px;
  }
}
/********************
home_about
********************/
.about_item_wrap {
  margin-top: 30px;
}
.about_item_wrap .item_three p {
  font-size: 20px;
  line-height: 1.61;
  text-align: center;
  margin-top: 1em;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  .home_about { margin-top: 13.33vw; }
  .about_item_wrap {
    margin-top: 0;
  }
  .about_item_wrap .item_three p {
    font-size: 16px;
    margin-top: 0.8em;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 360px) {
  .about_item_wrap .item_three p {
    font-size: 16px;
  }
}
/********************
home_brand
********************/
.brand_item_wrap {
  margin-top: 60px;
}
.brand_item_wrap p {
  font-size: 20px;
  text-align: center;
  line-height: 1.63;
}
.brand_item_wrap ul {
  margin-top: 25px;
}
.brand_item_wrap .item_two {
  position: relative;
}
.brand_item_wrap .item_two p {
  font-size: 20px;
  line-height: 1.61;
  text-align: left;
  margin-top: 0.2em;
}
.brand_item_wrap .item_two:after {
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../img/index-img/icon_arrow_aojoy.svg) no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.brand_item_wrap .item_two.aojoy:after {
  background: url(../../img/index-img/icon_arrow_aojoy.svg) no-repeat;
}
.brand_item_wrap .item_two.aojoy:hover:after {
  background: url(../../img/index-img/icon_arrow_aojoy_hover.svg) no-repeat;
}
.brand_item_wrap .item_two.akajoy:after {
  background: url(../../img/index-img/icon_arrow_akajoy.svg) no-repeat;
}
.brand_item_wrap .item_two.akajoy:hover:after {
  background: url(../../img/index-img/icon_arrow_akajoy_hover.svg) no-repeat;
}
.brand_item_wrap .item_two.yoga:after {
  background: url(../../img/index-img/icon_arrow_yoga.svg) no-repeat;
}
.brand_item_wrap .item_two.yoga:hover:after {
  background: url(../../img/index-img/icon_arrow_yoga_hover.svg) no-repeat;
}
.brand_item_wrap .item_two.joyplus:after {
  background: url(../../img/index-img/icon_arrow_joyplus.svg) no-repeat;
}
.brand_item_wrap .item_two.joyplus:hover:after {
  background: url(../../img/index-img/icon_arrow_joyplus_hover.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .brand_item_wrap {
    margin-top: 30px;
  }
  .brand_item_wrap p {
    font-size: 16px;
    text-align: left;
  }
  .brand_item_wrap ul {
    margin-top: 0;
  }
  .brand_item_wrap .item_two {
    position: relative;
  }
  .brand_item_wrap .item_two p {
    font-size: 16px;
    margin-top: 0.2em;
  }
  .brand_item_wrap .item_two:after {
    top: 80%;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  .brand_item_wrap .item_two.aojoy:after, .brand_item_wrap .item_two.aojoy:hover:after, .brand_item_wrap .item_two.akajoy:after, .brand_item_wrap .item_two.akajoy:hover:after, .brand_item_wrap .item_two.yoga:after, .brand_item_wrap .item_two.yoga:hover:after, .brand_item_wrap .item_two.joyplus:after, .brand_item_wrap .item_two.joyplus:hover:after {
    background-size: 30px 30px;
  }
}
@media screen and (max-width: 360px) {
  .brand_item_wrap .item_two p {
    font-size: 14px;
  }
}
/********************
home_merit,
home_support,
home_others
********************/
.home_merit, .home_support, .home_others {
  background: #F7F7F7;
  padding: 150px 0;
}

.home_support, .home_others {
  background: #fff;
  padding: 0;
}

.home_others .item_three {
  margin-left: 1.61%;
}

.home_others .item_three:nth-child(3n+1) {
  margin-left: 0;
}

.home_others .item_three {
  width: 31.39%;
}

.home_others .item_three img {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin: -20px -40px 0 -40px;
}

@media screen and (max-width: 767px) {
  .home_merit, .home_support, .home_others {
    padding: 80px 0;
  }

  .home_support, .home_others {
    padding: 0;
  }

  .home_others .item_three {
    width: 100%;
  }
}
/********************
home_notice
********************/
.home_notice {
  padding-bottom: 100px;
  margin-top: 150px;
}
.home_notice .bl_btn {
  width: 24.35%;
  height: 76px;
  font-size: 14px;
  text-align: center;
  line-height: 1.43;
}

@media screen and (max-width: 767px) {
  .home_notice {
    padding-bottom: 50px;
    margin-top: 70px;
  }
  .home_notice .notice_item_wrap {
    display: none;
    justify-content: space-between;
  }
  .home_notice .bl_btn {
    width: 48%;
    height: 45px;
    font-size: 12px;
    line-height: 1.2;
    margin: 15px 0 0;
    padding-right: 15px;
  }
  .home_notice .bl_btn:before, .home_notice .bl_btn:after {
    right: 10px;
  }
}
/********************
home_sns
********************/
.home_sns {
  background: #F7F7F7;
  padding: 40px 0;
}
.home_sns .sns_item_wrap {
  background: #fff;
  border-radius: 6px;
  padding: 35px;
}
.home_sns .sns_item_wrap p {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.home_sns .sns_item_wrap ul {
  margin-top: 25px;
}
.home_sns .sns_item_wrap li {
  width: 50px;
}
.home_sns .sns_item_wrap li + li {
  margin-left: 20px;
}
.home_sns .ly_df {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .home_sns {
    padding: 15px 0;
  }
  .home_sns .sns_item_wrap {
    padding: 30px;
  }
  .home_sns .sns_item_wrap p {
    font-size: 18px;
  }
  .home_sns .sns_item_wrap ul {
    margin-top: 25px;
  }
}
@media screen and (max-width: 360px) {
  .home_sns .sns_item_wrap li {
    width: 40px;
  }
  .home_sns .sns_item_wrap li + li {
    margin-left: 15px;
  }
}
.home_search {
  background: #F6F6F6 url(/img/index/map_bg.svg) 50% 50% no-repeat;
  background-size: auto 470px;
  padding: 115px 0;
}
.home_search .bl_sec_ttl:after {
  display: none;
}
.home_search .bl_sec_ttl p {
  font-size: 20px;
}

#googlemap .map_header .map_nav {
  margin-top: 48px;
}

#googlemap .map_header .map_nav,
#googlemap .map_header .map_nav ul {
  background: none;
  display: flex;
  justify-content: space-between;
}

#googlemap .map_header .map_nav ul {
  display: flex;
  justify-content: space-between;
}

#googlemap .map_header .map_nav li {
  border-left: none;
  height: auto;
  width: auto;
  padding: 0;
  background-color: #fff;
}
#googlemap .map_header .map_nav li a {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: #5A5A5A solid 1px;
  border-radius: 6px;
  padding: 0;
}

#googlemap .map_header .map_nav li a span {
  display: block;
  transform: translateY(-.3em);
}


#googlemap .map_header .map_nav li:last-child {
  border-right: none;
}

#googlemap .map_header .map_nav li#tab_map01 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map02 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map03 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map04 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map05 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map06 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map07 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map08 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map09 a {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map10 a {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map01 a, #googlemap .map_header .map_nav li#tab_map01 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map02 a, #googlemap .map_header .map_nav li#tab_map02 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map03 a, #googlemap .map_header .map_nav li#tab_map03 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map04 a, #googlemap .map_header .map_nav li#tab_map04 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map05 a, #googlemap .map_header .map_nav li#tab_map05 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map06 a, #googlemap .map_header .map_nav li#tab_map06 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map07 a, #googlemap .map_header .map_nav li#tab_map07 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map08 a, #googlemap .map_header .map_nav li#tab_map08 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map09 a, #googlemap .map_header .map_nav li#tab_map09 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li.current#tab_map10 a, #googlemap .map_header .map_nav li#tab_map10 a:hover {
  background: none;
}

#googlemap .map_header .map_nav li#tab_map07 {
  width: auto;
}

#googlemap .map_header .map_nav li a {
  text-indent: 0;
}

#googlemap .map_tab {
  width: auto;
  margin: 0 auto;
}

#googlemap .map_header .map_nav li.current a {
  background-color: #f00 !important;
}
#googlemap .map_header .map_nav li.current a:after {
  border-color: #fff;
}

#googlemap .map_header .map_nav li a:after {
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  border-bottom: #E60012 solid 2px;
  border-right: #E60012 solid 2px;
  transform: rotate(45deg) translateX(-50%);
  bottom: 19px;
  left: 50%;
  margin: 0;
  opacity: 1;
}

#btn_pagetop {
  display: none;
}

@media screen and (max-width: 767px) {
  .home_search {
    padding: 80px 0;
    background-position: 50% 0;
    background-size: 93.6%;
  }
  .home_search .bl_sec_ttl h2 {
    font-size: 24px;
  }
  .home_search .bl_sec_ttl p {
    font-size: 18px;
    line-height: 1.6;
  }

  .search_map_frame {
    margin-top: 32px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

  .search_map_frame a {
    text-decoration: none;
    color: #000;
    padding: 1.4em 5%;
  }

  .search_map_frame .area {
    border-bottom: #e7e7e7 solid 1px;
  }

  .search_map_frame .tiku {
    font-size: 16px;
    position: relative;
  }

  .search_map_frame .tiku a {
    display: block;
  }

  .search_map_frame .tiku + ul {
    border-top: #e7e7e7 solid 1px;
  }

  .search_map_frame .tiku.no_accordion:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: #E60012;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }

  .search_map_frame .tiku.no_accordion:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
  }

  .search_map_frame .tiku.accordion > span {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }

  .search_map_frame .tiku.accordion > span:before,
.search_map_frame .tiku.accordion > span:after {
    content: "";
    width: 13px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .search_map_frame .tiku.accordion > span:before {
    transform: translate(-50%, -50%);
  }

  .search_map_frame .tiku.accordion > span:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .search_map_frame .tiku.accordion.on span:after {
    transform: translate(-50%, -50%);
  }

  .search_map_frame .ken.accordion_inner {
    display: none;
  }

  .search_map_frame .ken li {
    border-bottom: #e7e7e7 solid 1px;
  }

  .search_map_frame .ken li a {
    display: block;
    font-size: 13px;
    padding: 1.4em 8%;
    position: relative;
  }

  .search_map_frame .ken li:last-child {
    border-bottom: 0;
  }

  .search_map_frame .ken li a:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: #E60012;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }

  .search_map_frame .ken li a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
  }

  .index-footer02_top {
    background-size: 64% !important;
  }

  #btn_pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 10px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease;
  }

  body.js__sroll--fixed #btn_pagetop {
    opacity: 1;
    bottom: 21vw;
    pointer-events: all;
  }
}

#footer .banner { margin-top: 20px; }

.ly_news_r .btn__more { transform: translateX(-180px); }
@media screen and (max-width: 767px) {
  .ly_news_r .btn__more { transform: translateX(0); }
}