/*
Theme Name: SONAECHAN.COM Theme
Description: SONAECHAN.COM
Theme URI:
Author:
Author URI:
Version: 1.0
*/
/* --------------------------
 * header
-------------------------- */
@media screen and (max-width: 767px) {
  .home .header .cl {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .home .header .cr {
    right: 5px;
  }
}
.home .header.active {
  background-color: #0DB8D9;
  top: 0px;
}
.home .header.active .catalogue {
  background-color: #FFF462;
}
.home .header.active .catalogue a {
  color: #333333;
}
.home .header.active .header__inner .logo figure img.bk {
  display: none;
}
.home .header.active .header__inner .logo figure img.wh {
  display: block;
}
.home .header.active .header__inner .catalogue a img.wh {
  display: none;
}
.home .header.active .header__inner .catalogue a img.bk {
  display: block;
}
.home .header.active .cl, .home .header.active .cr {
  display: block;
}

.misc .header.active {
  background-color: #0DB8D9;
  top: 0px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.misc .header.active .catalogue {
  background-color: #FFF462;
}
.misc .header.active .catalogue a {
  color: #333333;
}
.misc .header.active .header__inner .logo figure img.bk {
  display: none;
}
.misc .header.active .header__inner .logo figure img.wh {
  display: block;
}
.misc .header.active .header__inner .catalogue a img.wh {
  display: none;
}
.misc .header.active .header__inner .catalogue a img.bk {
  display: block;
}
.misc .header.active .cl, .misc .header.active .cr {
  display: none;
}

.header {
  height: 90px;
  width: 100%;
  display: block;
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 999;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .header {
    top: 15px;
    height: 85px;
  }
}
@media screen and (max-width: 1366px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    top: 10px;
    height: 80px;
  }
}
@media screen and (max-width: 960px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    top: 0px;
    height: 60px;
  }
}
.header .cl, .header .cr {
  display: none;
  width: 20px;
  position: absolute;
  bottom: -20px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  .header .cl, .header .cr {
    width: 10px;
    bottom: -10px;
  }
}
.header .cl {
  left: 10px;
  transform: rotate(90deg);
}
.header .cr {
  right: 10px;
  transform: rotate(180deg);
}
.header__inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  padding: 0;
  justify-content: center;
}
.header__inner .logo {
  width: 230px;
  height: auto;
  position: absolute;
  left: 50px;
}
@media screen and (max-width: 1536px) {
  .header__inner .logo {
    left: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .logo {
    width: 210px;
    left: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .header__inner .logo {
    left: 50px;
    width: 220px;
  }
}
@media screen and (max-width: 960px) {
  .header__inner .logo {
    left: 25px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .logo {
    left: 16px;
    width: 190px;
    margin-top: 3px;
  }
}
.header__inner .logo a:hover {
  opacity: 0.5;
}
.header__inner .logo a figure img {
  transition: 0.3s ease all;
}
.header__inner .logo a figure img.bk {
  display: block;
}
.header__inner .logo a figure img.wh {
  display: none;
}
.header__inner .gnav {
  height: 60px;
  border-radius: 50em;
  background-color: #FFFFFF;
  padding: 0 60px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 1536px) {
  .header__inner .gnav {
    height: 55px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .gnav {
    height: 50px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header__inner .gnav {
    display: none;
  }
}
.header__inner .gnav ul {
  display: flex;
  justify-content: center;
}
.header__inner .gnav ul li a {
  display: block;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .header__inner .gnav ul li a {
    height: 55px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .gnav ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.header__inner .gnav ul li a::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #0DB8D9;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.header__inner .gnav ul li a:hover {
  color: #666;
}
.header__inner .gnav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header__inner .catalogue {
  width: 180px;
  height: 45px;
  overflow: hidden;
  border-radius: 50em;
  position: absolute;
  right: 120px;
  background-color: #0DB8D9;
}
@media screen and (max-width: 1536px) {
  .header__inner .catalogue {
    right: 105px;
    width: 170px;
    height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .catalogue {
    height: 36px;
    width: 160px;
    right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header__inner .catalogue {
    right: 110px;
  }
}
@media screen and (max-width: 960px) {
  .header__inner .catalogue {
    right: 85px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .catalogue {
    display: none;
  }
}
.header__inner .catalogue::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.header__inner .catalogue a {
  line-height: 45px;
  height: 45px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .header__inner .catalogue a {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .catalogue a {
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .catalogue a {
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}
.header__inner .catalogue a img {
  width: 18px;
  margin-right: 8px;
  position: relative;
  margin-top: 2px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1366px) {
  .header__inner .catalogue a img {
    width: 16px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .catalogue a img {
    display: none !important;
  }
}
.header__inner .catalogue a img.wh {
  display: block;
}
.header__inner .catalogue a img.bk {
  display: none;
}
.header__inner .catalogue:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header__inner .hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50em;
  position: absolute;
  right: 50px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 1536px) {
  .header__inner .hamburger {
    right: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .hamburger {
    width: 45px;
    height: 45px;
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header__inner .hamburger {
    right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .header__inner .hamburger {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .hamburger {
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.header__inner .hamburger__inner {
  margin: 0 auto;
  display: block;
  width: 28px;
  height: auto;
  text-align: center;
  padding-top: 3px;
}
@media screen and (max-width: 1366px) {
  .header__inner .hamburger__inner {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .hamburger__inner {
    width: 22px;
  }
}
.header__inner .hamburger__inner span {
  width: 100%;
  height: 1px;
  background-color: #333333;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .header__inner .hamburger__inner span {
    margin-bottom: 4px;
  }
}
.header__inner .hamburger__inner p {
  padding-top: 1px;
  line-height: 1;
  font-size: 0.9rem;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .header__inner .hamburger__inner p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .hamburger__inner p {
    font-size: 0.7rem;
    margin-left: -1px;
  }
}
.header__inner .hamburger:hover {
  background-color: #FFF462;
}

/* --------------------------
 * title
-------------------------- */
.titleWrap {
  display: flex;
}
.titleWrap figure {
  width: 210px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .titleWrap figure {
    width: 100px;
    margin-top: 0px;
  }
}
.titleWrap.mgn {
  padding-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .titleWrap.mgn {
    padding-bottom: 25px;
  }
}
.titleWrap.side {
  display: block;
}
.titleWrap.side .title {
  display: block;
  align-items: inherit;
}
@media screen and (max-width: 767px) {
  .titleWrap.side .title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.titleWrap.side .title .title__inner {
  width: 100%;
}
.titleWrap.side figure {
  width: 210px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .titleWrap.side figure {
    width: 200px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .titleWrap.side figure {
    width: 180px;
  }
}
@media screen and (max-width: 960px) {
  .titleWrap.side figure {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .titleWrap.side figure {
    width: 130px;
    margin: 0 auto 20px;
  }
}

.title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .title {
    display: block;
    align-items: inherit;
  }
}
.title__inner {
  width: 55%;
}
@media screen and (max-width: 1680px) {
  .title__inner {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .title__inner {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .title__inner {
    width: 100%;
  }
}
.title__inner.full {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .title__inner.full {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .title__inner.full {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title__inner.full {
    margin-bottom: 20px;
  }
}
.title__inner.min .bubble {
  margin-bottom: 15px;
}
.title__inner.min h2, .title__inner.min h3 {
  font-size: 3.2rem;
  line-height: 1.3;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .title__inner.min h2, .title__inner.min h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .title__inner.min h2, .title__inner.min h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .title__inner.min h2, .title__inner.min h3 {
    font-size: 2.4rem;
  }
}
.title__inner .bubble {
  position: relative;
  border: 2px solid #333333;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 30px;
  height: 34px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 5px;
  background-color: #FFF462;
}
@media screen and (max-width: 1440px) {
  .title__inner .bubble {
    font-size: 1.6rem;
    line-height: 27px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .title__inner .bubble {
    font-size: 1.4rem;
    padding: 0 10px;
    line-height: 25px;
    height: 29px;
    margin-left: 3px;
    margin-bottom: 10px;
  }
}
.title__inner .bubble.wh {
  background-color: #FFFFFF;
}
.title__inner .bubble.wh::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.title__inner .bubble.center {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .title__inner .bubble.center::before {
    left: calc(40% - 2px);
  }
  .title__inner .bubble.center::after {
    left: 40%;
  }
}
.title__inner .bubble::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 10px;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}
.title__inner .bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 12px;
  border-width: 13px 13px 0 0;
  border-style: solid;
  border-color: #FFF462 transparent transparent transparent;
}
.title__inner h2, .title__inner h3 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .title__inner h2, .title__inner h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .title__inner h2, .title__inner h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .title__inner h2, .title__inner h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .title__inner h2, .title__inner h3 {
    font-size: 2.1rem;
  }
}
.title__inner p {
  font-size: 6rem;
  color: #0DB8D9;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .title__inner p {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .title__inner p {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .title__inner p {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title__inner p {
    font-size: 4rem;
  }
}
.title h3 {
  width: 45%;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 35px;
}
@media screen and (max-width: 1680px) {
  .title h3 {
    margin-top: 25px;
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .title h3 {
    font-size: 1.8rem;
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .title h3 {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title h3 {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

/* --------------------------
 * .title_line
-------------------------- */
.title_line {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 75px;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  .title_line {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 960px) {
  .title_line {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title_line {
    font-size: 2.1rem;
    margin-bottom: 35px;
  }
}
.title_line.min {
  font-size: 2.4rem;
}
.title_line span {
  border-bottom: 4px dotted #0DB8D9;
  padding-bottom: 3px;
}

/* --------------------------
 * catBox
-------------------------- */
.catBox {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .catBox {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .catBox {
    margin-bottom: 75px;
  }
}
.catBox.btmnone {
  margin-bottom: 0;
}
.catBox h2 {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .catBox h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .catBox h2 {
    font-size: 1.8rem;
    background-color: #FFFFFF;
    padding: 12px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .catBox h2 {
    font-size: 1.6rem;
  }
}
.catBox h2.active {
  border-radius: 5px 5px 0 0;
}
.catBox h2.active > .arrow {
  transform: rotate(-90deg);
}
.catBox h2 span > .search {
  width: 27px;
  position: relative;
  margin-top: -3px;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  .catBox h2 span > .search {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .catBox h2 span > .search {
    width: 20px;
    margin-right: 7px;
  }
}
.catBox h2 > .arrow {
  display: none;
}
@media screen and (max-width: 960px) {
  .catBox h2 > .arrow {
    width: 10px;
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
    margin-bottom: -2px;
    display: block;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .catBox h2 > .arrow {
    width: 8px;
  }
}
.catBox__inner {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 50px 50px 40px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .catBox__inner {
    padding: 35px 35px 25px;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .catBox__inner {
    padding: 30px 30px 15px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .catBox__inner {
    display: none;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .catBox__inner {
    padding: 25px 25px 15px;
    border-radius: 0 0 10px 10px;
    display: none;
  }
}
.catBox__inner .flexWrap {
  margin: 0 -20px;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .catBox__inner .flexWrap {
    margin: 0;
  }
}
.catBox__inner .flexWrap .item {
  width: 25%;
  padding: 0 20px 20px;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .catBox__inner .flexWrap .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 960px) {
  .catBox__inner .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .catBox__inner .flexWrap .item {
    width: 100%;
    padding: 0 0px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .catBox__inner .flexWrap .item:last-child .item__inner ul {
    display: none;
  }
}
.catBox__inner .flexWrap .item__inner {
  position: relative;
  height: 100%;
}
.catBox__inner .flexWrap .item__inner > a {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  height: 50px;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item__inner > a {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .catBox__inner .flexWrap .item__inner > a {
    height: 40px;
    gap: 10px;
  }
}
.catBox__inner .flexWrap .item__inner > a.imgnon {
  padding-left: 20px;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item__inner > a.imgnon {
    padding-left: 15px;
  }
}
.catBox__inner .flexWrap .item__inner > a figure {
  width: 50px;
  padding: 5px;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 50em;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item__inner > a figure {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .catBox__inner .flexWrap .item__inner > a figure {
    width: 40px;
  }
}
.catBox__inner .flexWrap .item__inner > a:hover {
  background-color: #FFF462;
}
.catBox__inner .flexWrap .item__inner > a:hover figure {
  background-color: #FFF462;
}
.catBox__inner .flexWrap .item__inner > a h3 {
  width: calc(100% - 70px);
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item__inner > a h3 {
    font-size: 1.5rem;
  }
}
.catBox__inner .flexWrap .item__inner > a .arrow {
  width: 13px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1536px) {
  .catBox__inner .flexWrap .item__inner > a .arrow {
    right: 10px;
    width: 12px;
  }
}
.catBox__inner .flexWrap .item__inner ul {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.catBox__inner .flexWrap .item__inner ul li:last-child {
  overflow: hidden;
  margin-bottom: 0;
}
.catBox__inner .flexWrap .item__inner ul li a {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  line-height: 36px;
  padding-left: 15px;
  font-size: 1.4rem;
  transition: 0.3s ease all;
  position: relative;
  font-weight: 400;
  border-radius: 5px;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item__inner ul li a {
    padding-left: 10px;
    line-height: 30px;
  }
}
.catBox__inner .flexWrap .item__inner ul li a img {
  width: 5px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1440px) {
  .catBox__inner .flexWrap .item__inner ul li a img {
    right: 10px;
  }
}
.catBox__inner .flexWrap .item__inner ul li a:hover {
  background-color: #FFF462;
}

/* --------------------------
 * itemList
-------------------------- */
.itemList {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .itemList {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .itemList {
    margin-bottom: 75px;
  }
}
.itemList.btmnone {
  margin-bottom: 0;
}
.itemList .titleWrap {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .itemList .titleWrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .itemList .titleWrap {
    display: block;
    padding: 0 0px;
  }
}
.itemList .titleWrap .crumbs {
  position: absolute;
  right: 50px;
}
.itemList .titleWrap figure {
  width: 150px;
  position: relative;
  margin-left: 35px;
}
@media screen and (max-width: 960px) {
  .itemList .titleWrap figure {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .itemList .titleWrap figure {
    width: 75px;
    position: absolute;
    top: -60px;
    right: 20px;
  }
}
.itemList .catName {
  text-align: center;
  margin-bottom: 50px;
}
.itemList .catName span {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  padding: 0 100px;
  background-color: #FFFFFF;
  border-radius: 50em;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .itemList .catName span {
    font-size: 2.1rem;
    padding: 0 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .itemList .catName span {
    font-size: 1.7rem;
    padding: 0 35px;
    line-height: 45px;
  }
}
.itemList .counter {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .itemList .counter {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .itemList .counter {
    font-size: 1.5rem;
  }
}
.itemList .counter span {
  font-size: 2.4rem;
  padding: 0 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .itemList .counter span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .itemList .counter span {
    font-size: 1.8rem;
  }
}
.itemList .counter span:nth-child(2) {
  margin-left: 10px;
}
.itemList .flexWrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap {
    margin-bottom: 25px;
  }
}
.itemList .flexWrap .item__inner a {
  display: block;
}
.itemList .flexWrap .item__inner a figure {
  background-color: #FFFFFF;
  border-radius: 5px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  transition: 0.3s ease all;
}
.itemList .flexWrap .item__inner a figure img {
  transition: 0.3s ease all;
}
.itemList .flexWrap .item__inner a figure .limit {
  aspect-ratio: 1/1;
  background-color: #E73068;
  color: #FFFFFF;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap .item__inner a figure .limit {
    width: 45px;
    top: 3px;
    left: 3px;
  }
}
.itemList .flexWrap .item__inner a figure .limit__inner p {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap .item__inner a figure .limit__inner p {
    font-size: 0.9rem;
  }
}
.itemList .flexWrap .item__inner a figure .limit__inner p:first-child {
  margin-bottom: 3px;
  padding-top: 3px;
}
.itemList .flexWrap .item__inner a figure .limit__inner p span {
  font-size: 2.7rem;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap .item__inner a figure .limit__inner p span {
    font-size: 2.1rem;
  }
}
.itemList .flexWrap .item__inner a .cat {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap .item__inner a .cat {
    gap: 3px;
    margin-top: 15px;
  }
}
.itemList .flexWrap .item__inner a .cat li {
  height: 22px;
  line-height: 20px;
  border: 1px solid #333333;
  padding: 0 7px;
  color: #333333;
  font-size: 1rem;
  border-radius: 50em;
  background-color: #FFFFFF;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap .item__inner a .cat li {
    font-size: 0.9rem;
    padding: 0 3px;
    border-radius: 3px;
    height: 18px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.itemList .flexWrap .item__inner a h3 {
  font-weight: 500;
  font-size: 1.6rem;
  transition: 0.3s ease all;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 767px) {
  .itemList .flexWrap .item__inner a h3 {
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
.itemList .flexWrap .item__inner a:hover figure {
  border: 1px solid #0DB8D9;
}
.itemList .flexWrap .item__inner a:hover figure img {
  opacity: 0.7;
}
.itemList .flexWrap .item__inner a:hover h3 {
  color: #0DB8D9;
  text-decoration-color: #0DB8D9;
}

/* --------------------------
 * catList
-------------------------- */
.catList {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .catList {
    margin: 0 auto 150px;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .catList {
    max-width: 360px;
    margin: 0 auto 100px;
  }
}
.catList .container h2 {
  line-height: 50px;
  height: 50px;
  font-size: 2.7rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .catList .container h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .catList .container h2 {
    font-size: 2.1rem;
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .catList .container h2 {
    font-size: 2.1rem;
    display: block;
    line-height: 1;
    height: auto;
  }
}
.catList .container h2 a {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  line-height: 20px;
  height: 20px;
}
@media screen and (max-width: 1440px) {
  .catList .container h2 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .catList .container h2 a {
    font-size: 1.5rem;
    position: relative;
    right: inherit;
    margin-top: 13px;
  }
}
.catList .container h2 a img {
  width: 20px;
  margin-left: 7px;
}
@media screen and (max-width: 1440px) {
  .catList .container h2 a img {
    width: 20px;
  }
}
.catList .container h2 a:hover {
  opacity: 0.5;
}
.catList .container > img {
  width: 120px;
  height: auto;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -60px;
}
@media screen and (max-width: 1440px) {
  .catList .container > img {
    width: 110px;
    margin-left: -55px;
    top: -31px;
  }
}
@media screen and (max-width: 1024px) {
  .catList .container > img {
    width: 100px;
    margin-left: -50px;
    top: -32px;
  }
}
@media screen and (max-width: 767px) {
  .catList .container > img {
    width: 80px;
    margin-left: 0;
    left: inherit;
    right: 0;
    top: 0px;
  }
}
.catList .container .inner {
  background-color: #FFFFFF;
  padding: 50px 50px 0;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .catList .container .inner {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .catList .container .inner {
    padding: 18px 30px;
  }
}
@media screen and (max-width: 767px) {
  .catList .container .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .catList .container .inner .flexWrap .item {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .catList .container .inner .flexWrap .item {
    padding: 0px;
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .catList .container .inner .flexWrap .item:first-child {
    margin-top: 0px;
  }
}
.catList .container .inner .flexWrap .item a {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 5px;
}
.catList .container .inner .flexWrap .item a figure {
  width: 36%;
}
@media screen and (max-width: 1440px) {
  .catList .container .inner .flexWrap .item a figure {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .catList .container .inner .flexWrap .item a figure {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .catList .container .inner .flexWrap .item a figure {
    width: 18%;
  }
}
.catList .container .inner .flexWrap .item a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .catList .container .inner .flexWrap .item a h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .catList .container .inner .flexWrap .item a h3 {
    font-size: 1.6rem;
  }
}
.catList .container .inner .flexWrap .item a:hover {
  background-color: #F9F9F9;
}
.catList .container .inner .flexWrap .item a:hover h3 {
  color: #0DB8D9;
}

/* --------------------------
 * btn
-------------------------- */
.btn.lg {
  width: 300px;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
  border-radius: 50em;
  margin: 0 auto;
  background-color: #0DB8D9;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .btn.lg {
    width: 270px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn.lg {
    max-width: 240px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
  }
}
.btn.lg.mgnT {
  margin-top: 75px;
}
.btn.lg.rakuten {
  background-color: #BF0000;
}
.btn.lg::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.btn.lg a {
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  padding-left: 36px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .btn.lg a {
    font-size: 1.7rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn.lg a {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}
.btn.lg a p {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50em;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .btn.lg a p {
    width: 27px;
    height: 27px;
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .btn.lg a p {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.btn.lg a p img {
  width: 12px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .btn.lg a p img {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn.lg a p img {
    width: 8px;
  }
}
.btn.lg:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn.lg:hover a p img {
  animation: linkAnime2 0.5s forwards;
}
.btn.min {
  width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 50em;
  background-color: #0DB8D9;
  position: relative;
  overflow: hidden;
}
.btn.min::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.btn.min a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
  padding-left: 25px;
}
.btn.min a img {
  width: 7px;
  position: absolute;
  right: 20px;
}
.btn.min:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn.min.wh {
  background-color: #FFFFFF;
}
.btn.min.wh::before {
  background-color: #FFF462;
}
.btn.min.wh a {
  color: #333333;
}

.btnGrp {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .btnGrp {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btnGrp {
    gap: inherit;
    display: block;
  }
}
.btnGrp.blue li {
  background-color: #0DB8D9;
}
.btnGrp.blue li::before {
  background-color: rgba(0, 0, 0, 0.15);
}
.btnGrp.blue li a {
  color: #FFFFFF;
}
.btnGrp.center {
  margin-top: 75px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .btnGrp.center {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btnGrp.center {
    margin-top: 25px;
  }
}
.btnGrp li {
  width: 270px;
  height: 60px;
  line-height: 60px;
  border-radius: 50em;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .btnGrp li {
    width: 240px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btnGrp li {
    margin: 0 auto 10px;
    width: 240px;
  }
}
.btnGrp li::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #FFF462;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.btnGrp li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 1200px) {
  .btnGrp li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btnGrp li a {
    padding-left: 20px;
  }
}
.btnGrp li a p {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50em;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .btnGrp li a p {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.btnGrp li a p img {
  width: 12px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .btnGrp li a p img {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .btnGrp li a p img {
    width: 8px;
  }
}
.btnGrp li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btnGrp li:hover a p img {
  animation: linkAnime2 0.5s forwards;
}

/* --------------------------
 * loop
-------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.imgloop {
  display: block;
  overflow-x: hidden;
  width: 100%;
}
.imgloop.misc {
  margin-top: -10%;
}
@media screen and (max-width: 1440px) {
  .imgloop.misc {
    margin-top: -13%;
  }
}
@media screen and (max-width: 1200px) {
  .imgloop.misc {
    margin-top: -14%;
  }
}
@media screen and (max-width: 960px) {
  .imgloop.misc {
    margin-top: -17%;
  }
}
@media screen and (max-width: 767px) {
  .imgloop.misc {
    margin-top: -20%;
  }
}
.imgloop__wrap {
  display: flex;
  overflow: hidden;
}
.imgloop__list {
  display: flex;
  list-style: none;
  padding: 0;
  padding-right: 10px;
  gap: 10px;
}
.imgloop__list--left {
  animation: infinity-scroll-left 70s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .imgloop__list--left {
    animation: infinity-scroll-left 50s infinite linear 0.5s both;
  }
}
.imgloop__item {
  width: 20vw;
  display: block;
}
@media screen and (max-width: 1440px) {
  .imgloop__item {
    width: 25vw;
  }
}
@media screen and (max-width: 1200px) {
  .imgloop__item {
    width: 28.5714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .imgloop__item {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .imgloop__item {
    width: 66.6666666667vw;
  }
}
.imgloop__item > img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .imgloop__item > img {
    border-radius: 5px;
  }
}
.imgloop.rev .imgloop__list--left {
  animation: infinity-scroll-right 70s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .imgloop.rev .imgloop__list--left {
    animation: infinity-scroll-right 50s infinite linear 0.5s both;
  }
}

/* --------------------------
 * contact
-------------------------- */
.contact {
  margin-top: 200px;
  padding: 0 50px 150px;
}
@media screen and (max-width: 1440px) {
  .contact {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 16px 50px;
    margin-top: 75px;
  }
}
.contact__inner {
  border-radius: 15px;
  padding: 50px;
  background-image: url(images/common/naname_contact.jpg);
  background-position: center;
  background-size: 300px;
  background-repeat: repeat;
}
@media screen and (max-width: 1440px) {
  .contact__inner {
    padding: 35px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .contact__inner {
    padding: 35px 0;
  }
}
@media screen and (max-width: 960px) {
  .contact__inner {
    padding: 35px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__inner .container {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .contact__inner .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner .container {
    flex-wrap: inherit;
    display: block;
    justify-content: inherit;
    padding: 0 25px 25px;
  }
}
.contact__inner .container .item {
  width: 100%;
  border-right: 1px dashed #FFFFFF;
  padding: 15px 5% 0px;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item {
    padding: 15px 4% 0px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__inner .container .item {
    padding: 15px 30px 0px;
  }
}
@media screen and (max-width: 960px) {
  .contact__inner .container .item {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner .container .item {
    width: 100%;
    padding: 0 0px 25px;
    border-bottom: 1px dashed #FFFFFF;
    border-right: none;
    margin-bottom: 25px;
  }
}
.contact__inner .container .item > img {
  width: 24px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
.contact__inner .container .item h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item h2 {
    font-size: 1.6rem;
  }
}
.contact__inner .container .item .note {
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item .note {
    font-size: 1.3rem;
  }
}
.contact__inner .container .item .link {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #FFFFFF;
  border-radius: 50em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item .link {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner .container .item .link {
    max-width: 270px;
    margin: 0 auto;
  }
}
.contact__inner .container .item .link.tel a {
  justify-content: center;
  font-size: 2.1rem;
  padding: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item .link.tel a {
    font-size: 2rem;
  }
}
.contact__inner .container .item .link.tel a span {
  font-size: 1.5rem;
  margin-right: 6px;
  position: relative;
  bottom: -1px;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item .link.tel a span {
    font-size: 1.4rem;
  }
}
.contact__inner .container .item .link::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #FFF462;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.contact__inner .container .item .link a {
  padding-left: 25px;
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .contact__inner .container .item .link a {
    font-size: 1.5rem;
  }
}
.contact__inner .container .item .link a p {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50em;
  position: absolute;
  right: 15px;
}
.contact__inner .container .item .link a p img {
  width: 11px;
  height: auto;
}
.contact__inner .container .item .link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.contact__inner .container .item .link:hover a p img {
  animation: linkAnime2 0.5s forwards;
}
.contact__inner .container .item:first-child {
  border-left: 1px dashed #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .contact__inner .container .item:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 960px) {
  .contact__inner .container .item:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .contact__inner .container .item:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 960px) {
  .contact__inner .container .item:last-child {
    width: calc(100% - 70px);
    border-radius: 5px;
    padding: 25px 25%;
    background-color: rgba(51, 51, 51, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .contact__inner .container .item:last-child {
    width: 100%;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0px;
  }
}

/* --------------------------
 * footer
-------------------------- */
.misc .footer__inner .flexWrap .item .btmNav {
  justify-content: right;
}
.misc .footer__inner .btmArea ul {
  right: 0px;
}

.footer {
  padding: 0 50px 50px;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0px 25px;
    margin: 0 16px;
  }
}
.footer__inner .flexWrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap {
    display: block;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap {
    margin-bottom: 50px;
  }
}
.footer__inner .flexWrap .item:nth-child(1) {
  width: 840px;
}
@media screen and (max-width: 1536px) {
  .footer__inner .flexWrap .item:nth-child(1) {
    width: 720px;
  }
}
@media screen and (max-width: 1366px) {
  .footer__inner .flexWrap .item:nth-child(1) {
    width: 640px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__inner .flexWrap .item:nth-child(1) {
    width: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner .flexWrap .item:nth-child(1) {
    width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item:nth-child(1) {
    width: 100%;
  }
}
.footer__inner .flexWrap .item:nth-child(2) {
  width: calc(100% - 840px);
  position: relative;
}
@media screen and (max-width: 1536px) {
  .footer__inner .flexWrap .item:nth-child(2) {
    width: calc(100% - 720px);
  }
}
@media screen and (max-width: 1366px) {
  .footer__inner .flexWrap .item:nth-child(2) {
    width: calc(100% - 640px);
  }
}
@media screen and (max-width: 1200px) {
  .footer__inner .flexWrap .item:nth-child(2) {
    width: calc(100% - 540px);
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner .flexWrap .item:nth-child(2) {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item:nth-child(2) {
    padding: 0px;
  }
}
.footer__inner .flexWrap .item:nth-child(2) h2 {
  width: 420px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item:nth-child(2) h2 {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner .flexWrap .item:nth-child(2) h2 {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item:nth-child(2) h2 {
    margin-bottom: 50px;
    width: 300px;
  }
}
.footer__inner .flexWrap .item:nth-child(2) .cominfo p {
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__inner .flexWrap .item:nth-child(2) .gaibu {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item:nth-child(2) .gaibu {
    margin-top: 35px;
  }
}
.footer__inner .flexWrap .item:nth-child(2) .gaibu li {
  margin-top: 10px;
}
.footer__inner .flexWrap .item:nth-child(2) .gaibu li a {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item:nth-child(2) .gaibu li a {
    font-size: 1.4rem;
  }
}
.footer__inner .flexWrap .item:nth-child(2) .gaibu li a img {
  width: 12px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.footer__inner .flexWrap .item:nth-child(2) .share {
  padding-top: 50px;
  width: 320px;
  display: flex;
  gap: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item:nth-child(2) .share {
    width: 280px;
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__inner .flexWrap .item:nth-child(2) .share {
    gap: 30px;
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item:nth-child(2) .share {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item:nth-child(2) .share {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding-top: 50px;
  }
}
.footer__inner .flexWrap .item:nth-child(2) .share p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item:nth-child(2) .share p {
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer__inner .flexWrap .item:nth-child(2) .share ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item:nth-child(2) .share ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item:nth-child(2) .share ul {
    gap: 25px;
  }
}
.footer__inner .flexWrap .item:nth-child(2) .share ul li {
  width: 100%;
}
.footer__inner .flexWrap .item .footNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item .footNav {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav {
    margin: 0 -4px;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav {
  width: 25%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .footer__inner .flexWrap .item .footNav .item_nav {
    margin-bottom: 35px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 30px;
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav:last-child {
    margin-bottom: 20px;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav p {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item .footNav .item_nav p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item .footNav .item_nav p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav p {
    line-height: 36px;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.4rem;
    background-color: #0DB8D9;
    overflow: hidden;
    border-radius: 3px;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav p a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav p a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 10px;
    display: flex;
    align-items: center;
    position: relative;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav p a:hover {
  opacity: 0.5;
}
.footer__inner .flexWrap .item .footNav .item_nav p a img {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav p a img {
    display: block;
    width: 6px;
    position: absolute;
    right: 10px;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav ul li {
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item .footNav .item_nav ul li {
    margin-bottom: 7px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav ul li {
    line-height: 36px;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
    text-align: left;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav ul li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item .footNav .item_nav ul li a {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item .footNav .item_nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .footNav .item_nav ul li a {
    display: block;
    font-size: 1.3rem;
    padding-left: 10px;
  }
}
.footer__inner .flexWrap .item .footNav .item_nav ul li a:hover {
  opacity: 0.5;
}
.footer__inner .flexWrap .item .btmNav {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item .btmNav {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .flexWrap .item .btmNav {
    margin-bottom: 100px;
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .btmNav {
    justify-content: inherit;
    gap: 0;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -4px 100px;
    mix-blend-mode: multiply;
  }
}
.footer__inner .flexWrap .item .btmNav li {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1px;
}
@media screen and (max-width: 1440px) {
  .footer__inner .flexWrap .item .btmNav li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .btmNav li {
    width: 50%;
    line-height: 40px;
    font-size: 1.4rem;
    padding: 0 4px;
    margin-top: 8px;
  }
}
.footer__inner .flexWrap .item .btmNav li:nth-child(5) {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .btmNav li:nth-child(5) {
    display: block;
  }
}
.footer__inner .flexWrap .item .btmNav li:nth-child(6) {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .btmNav li:nth-child(6) {
    display: block;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .btmNav li a {
    background-color: #0DB8D9;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
  }
}
.footer__inner .flexWrap .item .btmNav li a img {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__inner .flexWrap .item .btmNav li a img {
    display: block;
    width: 6px;
    position: absolute;
    right: 10px;
  }
}
.footer__inner .flexWrap .item .btmNav li a:hover {
  opacity: 0.5;
}
.footer__inner .btmArea {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__inner .btmArea {
    justify-content: center;
    margin: 0 auto;
    mix-blend-mode: multiply;
  }
}
.footer__inner .btmArea p {
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .footer__inner .btmArea p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner .btmArea p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .btmArea p span {
    display: none;
  }
}
.footer__inner .btmArea ul {
  position: absolute;
  right: 160px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .footer__inner .btmArea ul {
    gap: 30px;
    right: 130px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .btmArea ul {
    display: none;
  }
}
.footer__inner .btmArea ul li {
  font-size: 1.3rem;
}
@media screen and (max-width: 1440px) {
  .footer__inner .btmArea ul li {
    font-size: 1.2rem;
  }
}
.footer__inner .btmArea ul li a:hover {
  opacity: 0.5;
}

/* --------------------------
 * spNav
-------------------------- */
body.scroll-prevent {
  overscroll-behavior: contain;
}

#spNavWrap {
  display: none;
  z-index: 9999990;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(13, 184, 217, 0.5);
}

#spNav {
  display: flex;
  z-index: 9999999;
  position: fixed;
  top: 0;
  right: -100%;
  width: 1024px;
  height: 100vh;
  background-color: #FFFFFF;
  align-items: center;
  transition: 0.5s ease all;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  #spNav {
    width: 640px;
    height: 100vh;
    align-items: inherit;
  }
}
@media screen and (max-width: 767px) {
  #spNav {
    width: 280px;
    height: 100vh;
    align-items: inherit;
  }
}
#spNav.active {
  right: 0%;
  transition: 0.5s ease right;
}
@media screen and (max-width: 1366px) {
  #spNav.active {
    transition: 0.5s 0.3s ease right;
  }
}
#spNav.active #close {
  animation: btmin 0.5s 0.6s ease forwards;
}
@media screen and (max-width: 1366px) {
  #spNav.active #close {
    animation: btmin 0.5s 0.9s ease forwards;
  }
}
#spNav.active .inner {
  animation: btmin 0.5s 0.5s ease forwards;
}
@media screen and (max-width: 1366px) {
  #spNav.active .inner {
    animation: btmin 0.5s 0.8s ease forwards;
  }
}
#spNav #close {
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999999999;
  opacity: 0;
  transition: 0.5s ease all;
  background-color: #0DB8D9;
  border-radius: 50em;
}
@media screen and (max-width: 1366px) {
  #spNav #close {
    width: 45px;
    height: 45px;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #spNav #close {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
    position: fixed;
  }
}
#spNav #close span {
  width: 60%;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  #spNav #close span {
    height: 1px;
  }
}
#spNav #close span:first-child {
  transform: rotate(-45deg);
}
#spNav #close span:last-child {
  transform: rotate(45deg);
}
#spNav #close:hover span {
  opacity: 0.5;
}
#spNav .inner {
  display: block;
  position: relative;
  padding: 100px 50px 100px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease all;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  #spNav .inner {
    padding: 75px 50px 75px;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner {
    padding: 50px 15px 40px;
  }
}
#spNav .inner h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner h2 {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
#spNav .inner h2 img {
  width: 27px;
  margin-right: 10px;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner h2 img {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner h2 img {
    width: 18px;
    margin-right: 6px;
  }
}
#spNav .inner .cat {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
#spNav .inner .cat .flexWrap {
  margin: 0 -25px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .cat .flexWrap {
    margin: 0;
  }
}
#spNav .inner .cat .flexWrap .item {
  width: 33.3333%;
  padding: 0 25px 25px;
}
@media screen and (max-width: 1366px) {
  #spNav .inner .cat .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .cat .flexWrap .item {
    width: 100%;
    padding: 0 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .cat .flexWrap .item:last-child {
    display: none;
  }
}
#spNav .inner .cat .flexWrap .item__inner {
  position: relative;
  height: 100%;
}
#spNav .inner .cat .flexWrap .item__inner > a {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  height: 60px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner > a {
    margin-bottom: 10px;
    gap: 15px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .cat .flexWrap .item__inner > a {
    height: 40px;
    gap: 10px;
  }
}
#spNav .inner .cat .flexWrap .item__inner > a.imgnon {
  padding-left: 20px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner > a.imgnon {
    padding-left: 15px;
  }
}
#spNav .inner .cat .flexWrap .item__inner > a figure {
  width: 60px;
  padding: 7px;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 50em;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner > a figure {
    width: 50px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .cat .flexWrap .item__inner > a figure {
    width: 40px;
    padding: 5px;
  }
}
#spNav .inner .cat .flexWrap .item__inner > a:hover {
  background-color: #FFF462;
}
#spNav .inner .cat .flexWrap .item__inner > a:hover figure {
  background-color: #FFF462;
}
#spNav .inner .cat .flexWrap .item__inner > a h3 {
  width: calc(100% - 70px);
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner > a h3 {
    font-size: 1.5rem;
  }
}
#spNav .inner .cat .flexWrap .item__inner > a .arrow {
  width: 13px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner > a .arrow {
    right: 10px;
    width: 12px;
  }
}
#spNav .inner .cat .flexWrap .item__inner ul {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner ul {
    padding-top: 10px;
  }
}
#spNav .inner .cat .flexWrap .item__inner ul li:last-child {
  overflow: hidden;
  margin-bottom: 0;
}
#spNav .inner .cat .flexWrap .item__inner ul li a {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  line-height: 40px;
  padding-left: 15px;
  font-size: 1.5rem;
  transition: 0.3s ease all;
  position: relative;
  font-weight: 400;
  border-radius: 5px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner ul li a {
    line-height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .cat .flexWrap .item__inner ul li a {
    line-height: 35px;
  }
}
#spNav .inner .cat .flexWrap .item__inner ul li a img {
  width: 5px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .cat .flexWrap .item__inner ul li a img {
    right: 12px;
  }
}
#spNav .inner .cat .flexWrap .item__inner ul li a:hover {
  background-color: #FFF462;
}
#spNav .inner ul.min {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 8px;
  justify-content: center;
  border-top: 1px solid #dddddd;
  padding-top: 50px;
}
@media screen and (max-width: 1366px) {
  #spNav .inner ul.min {
    flex-wrap: wrap;
    gap: 0;
    border-top: none;
    padding-top: 0;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.min {
    border-right: none;
    margin-top: 35px;
  }
}
#spNav .inner ul.min li {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1536px) {
  #spNav .inner ul.min li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  #spNav .inner ul.min li {
    width: 33.3333%;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.min li {
    width: 100%;
    border-left: none;
  }
}
#spNav .inner ul.min li:first-child {
  display: none;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.min li:first-child {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #spNav .inner ul.min li a {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.min li a {
    font-size: 1.4rem;
    padding: 18px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
  }
}
#spNav .inner ul.min li a:hover {
  opacity: 0.5;
}
#spNav .inner ul.min li a img {
  display: none;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.min li a img {
    width: 5px;
    position: absolute;
    right: 12px;
    display: block;
  }
}
#spNav .inner .btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #spNav .inner .btn {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
}
#spNav .inner .btn a img {
  width: 20px;
}
#spNav .inner .share {
  width: 200px;
  position: relative;
  right: inherit;
  bottom: 0;
  margin: 75px auto 0;
  display: block;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #spNav .inner .share {
    margin: 35px auto 0;
    width: 180px;
  }
}
#spNav .inner .share p {
  font-size: 1.5rem;
  padding-top: 5px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1536px) {
  #spNav .inner .share p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner .share p {
    margin-bottom: 20px;
  }
}
#spNav .inner .share ul {
  display: flex;
  gap: 30px;
}
#spNav .inner .share ul li {
  width: 100%;
}

/* --------------------------
 * slider
-------------------------- */
.slider {
  position: relative;
  z-index: 9;
  overflow-x: hidden;
  margin: 0 -100px;
}
@media screen and (max-width: 1200px) {
  .slider {
    margin: 0 -250px;
  }
}
@media screen and (max-width: 960px) {
  .slider {
    margin: 0 -150px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    margin: 0 0px;
  }
}
.slider .swiper-wrapper {
  margin-bottom: 25px;
}
.slider .swiper-wrapper .swiper-slide figure img {
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide figure img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slider .swiper-wrapper .swiper-slide figure img {
    border-radius: 5px;
  }
}
.slider .swiper-wrapper .swiper-slide > p {
  width: 70px;
  height: 70px;
  border-radius: 50em;
  background-color: #0DB8D9;
  color: #FFFFFF;
  text-align: center;
  line-height: 70px;
  font-size: 3rem;
  position: relative;
  margin: -50px auto 15px;
  padding-right: 3px;
}
@media screen and (max-width: 1024px) {
  .slider .swiper-wrapper .swiper-slide > p {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.4rem;
    margin: -35px auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider .swiper-wrapper .swiper-slide > p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
    margin: -35px auto 15px;
  }
}
.slider .swiper-wrapper .swiper-slide h3 {
  font-weight: 500;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .slider .swiper-wrapper .swiper-slide h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .slider .swiper-wrapper .swiper-slide h3 {
    font-size: 1.6rem;
  }
}
.slider .slider_prev,
.slider .slider_next {
  width: 60px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 31%;
  transition: 0.3s ease transform;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .slider .slider_prev,
  .slider .slider_next {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .slider_prev,
  .slider .slider_next {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .slider .slider_prev,
  .slider .slider_next {
    width: 36px;
  }
}
.slider .slider_prev img,
.slider .slider_next img {
  width: 100%;
  height: auto;
}
.slider .slider_prev:hover,
.slider .slider_next:hover {
  transform: scale(1.1);
}
.slider .slider_prev {
  left: 30%;
}
@media screen and (max-width: 1440px) {
  .slider .slider_prev {
    left: 29.5%;
  }
}
@media screen and (max-width: 1200px) {
  .slider .slider_prev {
    left: 29%;
  }
}
@media screen and (max-width: 960px) {
  .slider .slider_prev {
    left: 19%;
  }
}
@media screen and (max-width: 767px) {
  .slider .slider_prev {
    left: 16px;
  }
}
.slider .slider_prev img {
  transform: scaleX(-1);
}
.slider .slider_prev.swiper-button-disabled {
  display: none;
}
.slider .slider_next {
  right: 30%;
}
@media screen and (max-width: 1440px) {
  .slider .slider_next {
    right: 29.5%;
  }
}
@media screen and (max-width: 1200px) {
  .slider .slider_next {
    right: 29%;
  }
}
@media screen and (max-width: 960px) {
  .slider .slider_next {
    right: 19%;
  }
}
@media screen and (max-width: 767px) {
  .slider .slider_next {
    right: 16px;
  }
}
.slider .slider_next.swiper-button-disabled {
  display: none;
}
.slider .swiper-pagination {
  bottom: 50px;
}
.slider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 10px !important;
  background-color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.slider .swiper-pagination-bullet-active {
  background-color: #0DB8D9;
}/*# sourceMappingURL=style.css.map */