@charset "UTF-8";
@use 'base' as *;
.pc_item {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc_item {
    display: none;
  }
}

.sp_item {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_item {
    display: block;
  }
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body.no-scroll {
  overflow: hidden;
}

.lp_wrap, .header, .footer, .nav_area, .ham_area {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .lp_wrap, .header, .footer, .nav_area, .ham_area {
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap, .header, .footer, .nav_area, .ham_area {
    width: 100vw;
  }
}

.lp_wrap *, .header *, .footer *, .nav_area *, .ham_area * {
  font-family: "Noto Sans", sans-serif !important;
  color: #414649;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp_wrap a, .header a, .footer a, .nav_area a, .ham_area a {
  color: #414649;
  text-decoration: none;
  vertical-align: baseline;
}

.lp_wrap a:hover, .header a:hover, .footer a:hover, .nav_area a:hover, .ham_area a:hover {
  opacity: 0.8;
}

.lp_wrap a.phone-link:hover, .header a.phone-link:hover, .footer a.phone-link:hover, .nav_area a.phone-link:hover, .ham_area a.phone-link:hover {
  opacity: 1;
  cursor: auto;
}

@media screen and (max-width: 750px) {
  .lp_wrap a.phone-link:hover, .header a.phone-link:hover, .footer a.phone-link:hover, .nav_area a.phone-link:hover, .ham_area a.phone-link:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.lp_wrap .montserrat, .header .montserrat, .footer .montserrat, .nav_area .montserrat, .ham_area .montserrat {
  font-family: "Montserrat", serif !important;
}

.lp_wrap .yu, .header .yu, .footer .yu, .nav_area .yu, .ham_area .yu {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.lp_wrap button:hover, .header button:hover, .footer button:hover, .nav_area button:hover, .ham_area button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.lp_wrap img, .header img, .footer img, .nav_area img, .ham_area img {
  width: 100%;
  vertical-align: bottom;
}

.lp_wrap ul li, .header ul li, .footer ul li, .nav_area ul li, .ham_area ul li {
  list-style: none;
}

.lp_wrap table, .header table, .footer table, .nav_area table, .ham_area table {
  border-spacing: 0;
}

/* =========================================================
  resetここまで
========================================================= */
.lp_wrap .inner, .header .inner, .footer .inner, .nav_area .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .inner, .header .inner, .footer .inner, .nav_area .inner {
    width: 100vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .inner, .header .inner, .footer .inner, .nav_area .inner {
    width: 100vw;
  }
}

@use "base" as *;
.header_top {
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#96d250), to(#3caae6));
  background: linear-gradient(90deg, #96d250, #3caae6);
  z-index: 1;
  position: relative;
}

.header_top .txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .header_top .txt {
    font-size: 1.33vw;
    line-height: 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  .header_top .txt {
    font-size: 3.2vw;
    line-height: 8vw;
  }
}

.header_top .txt a {
  color: #fff;
  text-decoration: underline;
}

header {
  position: relative;
}

header .header .header_main {
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: top 0.3s, position 0.3s;
  transition: top 0.3s, position 0.3s;
}

header .header .header_main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999998;
}

header .header .header_main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .inner {
    height: 8.33vw;
    padding: 0 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .inner {
    height: 13.33vw;
    padding: 0 5.33vw;
  }
}

header .header .header_main .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header .header_main .header_logo {
  width: 198px;
  margin-right: 60px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_logo {
    width: 16.5vw;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_logo {
    width: 33.33vw;
    margin-right: 0vw;
  }
}

header .header .header_main .header_list_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_list_nav {
    display: none;
  }
}

header .header .header_main .header_list_nav .list_item {
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_list_nav .list_item {
    margin-left: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_list_nav .list_item {
    margin-left: 5.33vw;
  }
}

header .header .header_main .header_list_nav .list_item:first-of-type {
  margin-left: 0;
}

header .header .header_main .header_list_nav .list_item .list_item_link {
  font-size: 16px;
  line-height: 100px;
  letter-spacing: 0.06em;
  color: #fff;
  display: block;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_list_nav .list_item .list_item_link {
    font-size: 1.33vw;
    line-height: 8.33vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_list_nav .list_item .list_item_link {
    font-size: 2.13vw;
    line-height: 13.33vw;
    height: 13.33vw;
  }
}

header .header .header_main .header_list_nav .list_item_mega {
  position: relative;
  padding-right: 25px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_list_nav .list_item_mega {
    padding-right: 2.08vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_list_nav .list_item_mega {
    padding-right: 3.33vw;
  }
}

header .header .header_main .header_list_nav .list_item_mega::after {
  width: 12px;
  height: 7px;
  background: url("../images/list_item_mega_arrow.png") no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 0px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_list_nav .list_item_mega::after {
    width: 1vw;
    height: 0.58vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_list_nav .list_item_mega::after {
    width: 1.6vw;
    height: 0.93vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .ham_btn {
    position: relative;
    width: 7.47vw;
    height: 7.47vw;
    margin-left: 2.93vw;
    z-index: 9999;
  }
  header .header .header_main .ham_btn.active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
    top: 3.47vw;
  }
  header .header .header_main .ham_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .header .header_main .ham_btn.active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
            transform: translate(-50%, 0%) rotate(-45deg);
    top: 3.47vw;
  }
  header .header .header_main .ham_btn span {
    display: block;
    width: 4.53vw;
    height: 0.4vw;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header .header_main .ham_btn span:nth-of-type(1) {
    top: 2.13vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  header .header .header_main .ham_btn span:nth-of-type(2) {
    top: 3.73vw;
    width: 3.4vw;
    left: 2.4vw;
  }
  header .header .header_main .ham_btn span:nth-of-type(3) {
    top: 5.33vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

header .header .header_main .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header .header_main .header_menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header .header_main .header_menu_link .header_menu_item {
  margin-left: 25px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_menu_link .header_menu_item {
    margin-left: 2.08vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_menu_link .header_menu_item {
    margin-left: 3.33vw;
  }
}

header .header .header_main .header_menu_link .header_menu_item a {
  display: block;
  width: 32px;
}

@media screen and (max-width: 1200px) {
  header .header .header_main .header_menu_link .header_menu_item a {
    width: 2.67vw;
  }
}

@media screen and (max-width: 750px) {
  header .header .header_main .header_menu_link .header_menu_item a {
    width: 7.47vw;
  }
}

header .list_item_mega:hover ~ .nav_area,
header .nav_area:hover {
  display: block;
}

header .search_form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 0 16px;
  border: none;
  width: 224px;
  height: 28px;
}

@media screen and (max-width: 1200px) {
  header .search_form {
    border-radius: 1.17vw;
    padding: 0 1.33vw;
    width: 18.67vw;
    height: 2.33vw;
  }
}

@media screen and (max-width: 750px) {
  header .search_form {
    border-radius: 4.47vw;
    padding: 0 4vw;
    width: 71.6vw;
    height: 8.93vw;
    margin: 0 auto;
  }
}

header .search_input {
  border: none;
  font-size: 14px;
  line-height: 28px;
  outline: none;
  background: transparent;
  width: 224px;
  height: 28px;
}

@media screen and (max-width: 1200px) {
  header .search_input {
    font-size: 1.17vw;
    line-height: 2.33vw;
    width: 18.67vw;
    height: 2.33vw;
  }
}

@media screen and (max-width: 750px) {
  header .search_input {
    width: 71.6vw;
    height: 8.93vw;
    font-size: 3.73vw;
    line-height: 8.93vw;
  }
}

header .search_btn {
  position: absolute;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  right: 8px;
}

@media screen and (max-width: 1200px) {
  header .search_btn {
    right: 0.67vw;
  }
}

@media screen and (max-width: 750px) {
  header .search_btn {
    right: 2.67vw;
  }
}

header .search_btn img {
  width: 18px;
  height: 17px;
}

@media screen and (max-width: 1200px) {
  header .search_btn img {
    width: 1.5vw;
    height: 1.42vw;
  }
}

@media screen and (max-width: 750px) {
  header .search_btn img {
    width: 4.93vw;
    height: 4.93vw;
  }
}

header .nav_area {
  display: none;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 130px;
  background-color: #fff;
  width: 100vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  header .nav_area {
    top: 10.83vw;
  }
}

header .nav_area.under-fixed {
  top: 100px;
}

@media screen and (max-width: 1200px) {
  header .nav_area.under-fixed {
    top: 8.33vw;
  }
}

header .nav_area.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

header .nav_area .inner {
  height: auto;
  padding: 34px 0;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  header .nav_area .inner {
    padding: 2.83vw 0;
    width: 83.33vw;
  }
}

header .nav_area .header_in_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .nav_area .header_in_list_item a {
  width: 250px;
  padding-left: 62px;
  font-size: 17px;
  line-height: 63px;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
}

@media screen and (max-width: 1200px) {
  header .nav_area .header_in_list_item a {
    width: 20.83vw;
    padding-left: 5.17vw;
    font-size: 1.42vw;
    line-height: 5.25vw;
  }
}

header .nav_area .header_in_list_item a::after, header .nav_area .header_in_list_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

header .nav_area .header_in_list_item a::after {
  width: 7px;
  height: 13px;
  background: url("../images/header_list_arrow.png") no-repeat center/100%;
  right: 13px;
}

@media screen and (max-width: 1200px) {
  header .nav_area .header_in_list_item a::after {
    width: 0.58vw;
    height: 1.08vw;
    right: 1.08vw;
  }
}

header .nav_area .header_in_list_item a::before {
  width: 45px;
  height: 45px;
  left: 8px;
}

@media screen and (max-width: 1200px) {
  header .nav_area .header_in_list_item a::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 0.67vw;
  }
}

header .nav_area .header_in_list_item a:hover {
  color: #fff;
  background-color: #68c3be;
}

header .nav_area .header_in_list_item a:hover::after {
  background: url("../images/header_list_arrow_on.png") no-repeat center/100%;
}

header .nav_area .header_item_room_shoes a::before {
  background: url("../images/header_list_01.png") no-repeat center/100%;
}

header .nav_area .header_item_sandal a::before {
  background: url("../images/header_list_02.png") no-repeat center/100%;
}

header .nav_area .header_item_casual a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

header .nav_area .header_item_business a::before {
  background: url("../images/header_list_04.png") no-repeat center/100%;
}

header .nav_area .header_item_sneaker a::before {
  background: url("../images/header_list_dummy_01.png") no-repeat center/100%;
}

header .nav_area .header_item_loafer a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

header .nav_area .header_item_insole a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

header .ham_area {
  display: none;
}

@media screen and (max-width: 750px) {
  header .ham_area {
    position: fixed;
    top: 21.33vw;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    background: rgba(65, 70, 73, 0.5);
  }
  header .ham_area.active {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  header .ham_area .ham_menu {
    border-top: 1px solid #fff;
    will-change: transform;
    width: 84vw;
    height: 100vh;
    overflow-y: auto;
    background: #333333;
    padding: 6.67vw 0 16vw;
    margin-left: auto;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s ease 0.2s;
    transition: -webkit-transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  header .ham_area .ham_menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 750px) {
  header .ham_area .ham_menu .ham_list {
    margin-top: 4vw;
  }
  header .ham_area .ham_menu .ham_list .ham_list_item .ham_list_link {
    display: block;
    font-size: 4vw;
    line-height: 16.53vw;
    padding-left: 8vw;
    border-bottom: 1px solid #a0a2a4;
    width: 100%;
    position: relative;
    color: #fff;
  }
  header .ham_area .ham_menu .ham_list .ham_list_item .ham_list_link::after {
    content: "";
    display: block;
    width: 2.27vw;
    height: 3.6vw;
    background: url("../images/sp/header_list_arrow.png") no-repeat center/100%;
    position: absolute;
    right: 4vw;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    pointer-events: none;
  }
  header .ham_area .ham_menu .ham_list .ham_list_item .ham_list_link.ham_list_nav_trigger.active::after {
    -webkit-transform: translate(0%, -50%) rotate(270deg);
            transform: translate(0%, -50%) rotate(270deg);
  }
  header .ham_area .ham_menu .ham_list .ham_list_item .ham_list_link.ham_list_nav_trigger::after {
    -webkit-transform: translate(0%, -50%) rotate(90deg);
            transform: translate(0%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

header .ham_area .ham_menu .ham_in_list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  margin-bottom: 16vw;
}

header .ham_area .ham_menu .ham_in_list.active {
  max-height: 400vw;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item:first-of-type a {
  border: none;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item a {
  border-top: 1px solid #333333;
  display: block;
  font-size: 4vw;
  line-height: 7vw;
  padding: 6vw 16vw;
  background-color: #fff;
  letter-spacing: 0.04em;
  position: relative;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item a::after, header .ham_area .ham_menu .ham_in_list .ham_in_list_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item a::after {
  background: url("../images/sp/header_list_arrow.png") no-repeat center/100%;
}

@media screen and (max-width: 750px) {
  header .ham_area .ham_menu .ham_in_list .ham_in_list_item a::after {
    width: 2.27vw;
    height: 3.6vw;
    right: 6vw;
    -webkit-transform: rotate(90deg) translate(0%, -50%);
            transform: rotate(90deg) translate(0%, -50%);
  }
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item a::before {
  background: url("../images/header_list_01.png") no-repeat center/100%;
}

@media screen and (max-width: 750px) {
  header .ham_area .ham_menu .ham_in_list .ham_in_list_item a::before {
    width: 8.8vw;
    height: 8.8vw;
    left: 5.87vw;
  }
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item a:hover {
  color: #fff;
  background-color: #68c3be;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item a:hover::after {
  background: url("../images/header_list_arrow_on.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_room_shoes a::before {
  background: url("../images/header_list_01.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_sandal a::before {
  background: url("../images/header_list_02.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_casual a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_business a::before {
  background: url("../images/header_list_04.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_sneaker a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_loafer a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

header .ham_area .ham_menu .ham_in_list .ham_in_list_item_insole a::before {
  background: url("../images/header_list_dummy.png") no-repeat center/100%;
}

@use "base" as *;
.lp_wrap .fv_area .slider_area {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.lp_wrap .fv_area .swiper {
  margin-bottom: 60px;
  width: 100%;
  height: 480px;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .swiper {
    margin-bottom: 5vw;
    height: 40vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .swiper {
    margin-bottom: 0vw;
    height: 100vw;
    overflow: hidden;
  }
}

.lp_wrap .fv_area .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  will-change: transform;
}

.lp_wrap .fv_area .swiper-slide.slider_item {
  width: 1100px;
  height: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: opacity, transform;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .swiper-slide.slider_item {
    width: 91.67vw;
    height: 40vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .swiper-slide.slider_item {
    width: 100vw;
    height: 90.67vw;
  }
}

.lp_wrap .fv_area .swiper-slide.slider_item.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}

.lp_wrap .fv_area .swiper-slide.slider_item.swiper-slide-next, .lp_wrap .fv_area .swiper-slide.slider_item.swiper-slide-prev {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .swiper-slide.slider_item.swiper-slide-next, .lp_wrap .fv_area .swiper-slide.slider_item.swiper-slide-prev {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lp_wrap .fv_area .swiper-slide.slider_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lp_wrap .fv_area .swiper-slide.slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.lp_wrap .fv_area .js-slider-dots.swiper-pagination {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .js-slider-dots.swiper-pagination {
    bottom: -2.08vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .js-slider-dots.swiper-pagination {
    bottom: 4.67vw;
  }
}

.lp_wrap .fv_area .js-slider-dots.swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  border-radius: 0;
  background: #ced0d1;
  opacity: 1;
  margin: 0 4px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .js-slider-dots.swiper-pagination .swiper-pagination-bullet {
    width: 6.67vw;
    height: 0.33vw;
    margin: 0 0.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .js-slider-dots.swiper-pagination .swiper-pagination-bullet {
    width: 13.33vw;
    height: 0.8vw;
    margin: 0 0.6vw;
  }
}

.lp_wrap .fv_area .js-slider-dots.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #27aaa2;
}

.lp_wrap .fv_area .js-slider-dots.swiper-pagination .swiper-pagination-bullet:hover {
  background: #27aaa2;
}

.lp_wrap .fv_area .swiper-button-prev,
.lp_wrap .fv_area .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 900px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 6px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 6px 0px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .swiper-button-prev,
  .lp_wrap .fv_area .swiper-button-next {
    top: 50%;
    width: 5vw;
    height: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .swiper-button-prev,
  .lp_wrap .fv_area .swiper-button-next {
    top: 45%;
    width: 8vw;
    height: 8vw;
  }
}

.lp_wrap .fv_area .swiper-button-prev.swiper-button-disabled,
.lp_wrap .fv_area .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.lp_wrap .fv_area .swiper-button-prev::after,
.lp_wrap .fv_area .swiper-button-next::after {
  display: none;
}

.lp_wrap .fv_area .swiper-button-prev {
  left: calc(50% - 650px);
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .swiper-button-prev {
    left: calc(50% - tbVw(650));
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .swiper-button-prev {
    left: 2vw;
  }
}

.lp_wrap .fv_area .swiper-button-next {
  right: calc(50% - 650px);
}

@media screen and (max-width: 1200px) {
  .lp_wrap .fv_area .swiper-button-next {
    right: calc(50% - tbVw(650));
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .swiper-button-next {
    right: 2vw;
  }
}

.lp_wrap .fv_area .swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@use "base" as *;
.lp_wrap .top_area {
  background: url("../images/top_bg.jpg") top center no-repeat, #f1f5ed;
  background-size: 2000px 312px, 100%;
  padding-bottom: 120px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area {
    background-size: 166.67vw 26vw;
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area {
    background: #f1f5ed;
    background-size: 100%;
    padding-bottom: 13.33vw;
  }
}

.lp_wrap .top_area .movie {
  width: 1100px;
  height: 618.75px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .movie {
    width: 91.67vw;
    height: 51.56vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .movie {
    width: 100vw;
    height: 56.25vw;
  }
}

.lp_wrap .top_area .top_area_tit {
  margin-top: 110px;
  font-size: 40px;
  font-weight: 500;
  color: #27aaa2;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .top_area_tit {
    margin-top: 9.17vw;
    font-size: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .top_area_tit {
    margin-top: 12.4vw;
    font-size: 6vw;
    line-height: 8.93vw;
  }
}

.lp_wrap .top_area .top_area_txt {
  margin-top: 33px;
  text-align: center;
  font-size: 19px;
  line-height: 46px;
  color: #4d4d4d;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .top_area_txt {
    margin-top: 2.75vw;
    font-size: 1.58vw;
    line-height: 3.83vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .top_area_txt {
    text-align: left;
    margin: 4.4vw auto 0;
    font-size: 4vw;
    line-height: 8vw;
    width: 80vw;
  }
}

.lp_wrap .top_area .profile_area {
  width: 1100px;
  margin: 65px auto 0;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile_area {
    width: 91.67vw;
    margin: 5.42vw auto 0;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile_area {
    width: 92vw;
    margin: 8.67vw auto 0;
    padding-top: 6.67vw;
    padding-bottom: 6.67vw;
  }
}

.lp_wrap .top_area .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 50px 43px 28px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .txt_area {
    padding: 3.58vw 4.17vw 3.58vw 2.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .txt_area {
    position: relative;
    padding: 5.73vw 6.67vw 5.73vw 3.73vw;
  }
}

.lp_wrap .top_area .txt_area_top {
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .txt_area_top {
    margin-left: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .txt_area_top {
    margin-left: 5.33vw;
  }
}

.lp_wrap .top_area .profile_img {
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile_img {
    width: 25vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile_img {
    margin: 5.33vw auto 0;
    width: 48vw;
  }
}

.lp_wrap .top_area .profile_tit {
  margin-top: 15px;
  font-size: 28px;
  letter-spacing: 0.14em;
  color: #4d4d4d;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile_tit {
    margin-top: 1.25vw;
    font-size: 2.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile_tit {
    margin-top: 0vw;
    font-size: 4.8vw;
    line-height: 6.67vw;
    text-align: center;
  }
}

.lp_wrap .top_area .profile {
  font-size: 17px;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 35px;
  margin-left: 377px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile {
    font-size: 1.42vw;
    margin-top: 2.92vw;
    margin-left: 31.42vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile {
    font-size: 3.6vw;
    margin: 7.33vw auto 0;
    text-align: center;
  }
}

.lp_wrap .top_area .profile_name {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 15px;
  margin-left: 377px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile_name {
    font-size: 2.08vw;
    line-height: 3.33vw;
    margin-top: 1.25vw;
    margin-left: 31.42vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile_name {
    font-size: 5.33vw;
    line-height: 8.53vw;
    margin-top: 2vw;
    margin-left: 3.33vw;
    text-align: center;
  }
}

.lp_wrap .top_area .profile_name span {
  font-size: 17px;
  letter-spacing: 0.14em;
  margin-right: 20px;
  vertical-align: 0.2em;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile_name span {
    font-size: 1.42vw;
    margin-right: 1.67vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile_name span {
    font-size: 3.6vw;
    margin-right: 2.67vw;
  }
}

.lp_wrap .top_area .profile_name rt {
  margin-bottom: 0.2em;
}

.lp_wrap .top_area .profile_txt {
  margin-top: 47px;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .profile_txt {
    margin-top: 3.92vw;
    font-size: 1.5vw;
    line-height: 2.75vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .profile_txt {
    position: relative;
    padding-top: 6.67vw;
    margin-top: 7.33vw;
    font-size: 3.73vw;
    line-height: 6.93vw;
    border-top: 1px solid #999999;
  }
}

.lp_wrap .top_area .concept_btn {
  width: 396px;
  margin: 80px auto 0;
  display: block;
  background: url("../images/concept_btn_bg.png") no-repeat center/100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .concept_btn {
    width: 33vw;
    margin: 6.67vw auto 0;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .concept_btn {
    width: 72.53vw;
    margin: 9.33vw auto 0;
  }
}

.lp_wrap .top_area .concept_btn span {
  display: inline-block;
  font-size: 24px;
  line-height: 80px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .concept_btn span {
    font-size: 2vw;
    line-height: 6.67vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .concept_btn span {
    font-size: 4.4vw;
    line-height: 14.67vw;
    padding-right: 2.67vw;
  }
}

.lp_wrap .top_area .concept_btn span::after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  background: url("../images/concept_btn_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: -35px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .top_area .concept_btn span::after {
    width: 1.83vw;
    height: 1.17vw;
    right: -2.92vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .top_area .concept_btn span::after {
    background: url("../images/sp/concept_btn_arrow.png") no-repeat center/100%;
    width: 4vw;
    height: 2.53vw;
    right: -4.67vw;
  }
}

@use 'base' as *;
.lp_wrap .item_area {
  margin-top: 178px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .item_area {
    margin-top: 14.83vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .item_area {
    margin-top: 13.33vw;
  }
}

.lp_wrap .item_area .item_area_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .lp_wrap .item_area .item_area_tit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp_wrap .item_area .item_area_tit strong {
  color: #27aaa2;
  font-size: 54px;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .item_area .item_area_tit strong {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .item_area .item_area_tit strong {
    font-size: 8.8vw;
  }
}

.lp_wrap .item_area .item_area_tit span {
  color: #414649;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .item_area .item_area_tit span {
    font-size: 1.67vw;
    margin-left: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .item_area .item_area_tit span {
    font-size: 3.73vw;
    margin-left: 6.67vw;
  }
}

.lp_wrap .item_area .item_list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .item_area .item_list {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .item_area .item_list {
    width: 85.33vw;
    margin: 6.93vw auto 0;
  }
}

.lp_wrap .item_area .list_item a {
  display: block;
  width: 590px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .item_area .list_item a {
    width: 49.17vw;
    margin-bottom: 1.67vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .item_area .list_item a {
    width: 85.33vw;
    margin: 0 auto 5.33vw;
  }
}

@use "base" as *;
.lp_wrap .news_area {
  margin-top: 210px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area {
    margin-top: 17.5vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area {
    margin-top: 7.33vw;
  }
}

.lp_wrap .news_area .item_area_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp_wrap .news_area .item_area_tit strong {
  color: #27aaa2;
  font-size: 52px;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area .item_area_tit strong {
    font-size: 4.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area .item_area_tit strong {
    font-size: 8.8vw;
  }
}

.lp_wrap .news_area .item_area_tit span {
  color: #414649;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area .item_area_tit span {
    font-size: 1.67vw;
    margin-left: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area .item_area_tit span {
    font-size: 3.73vw;
    margin-left: 6.67vw;
  }
}

.lp_wrap .news_area .news_list {
  margin: 42px auto 0;
  width: 1000px;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area .news_list {
    margin: 3.5vw auto 0;
    width: 83.33vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area .news_list {
    margin: 5.6vw auto 0;
    width: 89.33vw;
  }
}

.lp_wrap .news_area .news_list .list_item {
  border-top: 1px solid #e4e4e4;
}

.lp_wrap .news_area .news_list .list_item:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.lp_wrap .news_area .news_list .list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 0;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area .news_list .list_item a {
    padding: 2.83vw 0;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area .news_list .list_item a {
    display: block;
    padding: 6vw 0 4.67vw;
  }
}

.lp_wrap .news_area .news_list .list_item .day {
  margin-right: 40px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 32px;
  color: #a0a2a4;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area .news_list .list_item .day {
    margin-right: 3.33vw;
    padding-left: 4.17vw;
    font-size: 1.5vw;
    line-height: 2.67vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area .news_list .list_item .day {
    margin-right: 0vw;
    padding-left: 2vw;
    font-size: 3.73vw;
    line-height: 6.93vw;
  }
}

.lp_wrap .news_area .news_list .list_item .txt {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .lp_wrap .news_area .news_list .list_item .txt {
    font-size: 1.5vw;
    line-height: 2.67vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_wrap .news_area .news_list .list_item .txt {
    padding-left: 2vw;
    font-size: 3.73vw;
    line-height: 6.13vw;
    -webkit-line-clamp: 4;
  }
}

@use 'base' as *;
footer .footer {
  margin-top: 190px;
}

@media screen and (max-width: 1200px) {
  footer .footer {
    margin-top: 15.83vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer {
    margin-top: 13.33vw;
  }
}

footer .footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  footer .footer .footer_wrap {
    display: block;
  }
}

footer .footer .footer_logo {
  display: block;
  width: 225px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_logo {
    width: 18.75vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_logo {
    width: 57.6vw;
    margin: 0 auto;
  }
}

footer .footer .footer_first, footer .footer .footer_second {
  height: 330px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_first, footer .footer .footer_second {
    height: 27.5vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_first, footer .footer .footer_second {
    display: block;
    height: auto;
  }
}

footer .footer .footer_first .inner, footer .footer .footer_second .inner {
  width: 600px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_first .inner, footer .footer .footer_second .inner {
    width: 50vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_first .inner, footer .footer .footer_second .inner {
    width: 100vw;
  }
}

footer .footer .footer_first {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #333;
  margin-left: auto;
  padding-right: 60px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_first {
    padding-right: 4.17vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_first {
    width: 100vw;
    margin: auto;
    padding: 12vw 0;
  }
}

footer .footer .sns_list {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  footer .footer .sns_list {
    margin-top: 1.83vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .sns_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.93vw;
  }
}

footer .footer .sns_list li a {
  display: block;
  width: 54px;
  margin-right: 9px;
}

@media screen and (max-width: 1200px) {
  footer .footer .sns_list li a {
    width: 4.5vw;
    margin-right: 0.75vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .sns_list li a {
    width: 12vw;
    margin: 0 0.67vw;
  }
}

footer .footer .sns_list li:last-of-type a {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  footer .footer .sns_list li:last-of-type a {
    margin: 0 0.67vw;
  }
}

footer .footer .login_list {
  margin-left: 45px;
}

@media screen and (max-width: 1200px) {
  footer .footer .login_list {
    margin-left: 3.75vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .login_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4.67vw auto 0;
  }
}

footer .footer .login_list li a {
  width: 240px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.04em;
  display: block;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #27aaa2;
  position: relative;
}

@media screen and (max-width: 1200px) {
  footer .footer .login_list li a {
    width: 20vw;
    border-radius: 0.67vw;
    font-size: 1.5vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .login_list li a {
    width: 41.33vw;
    border-radius: 1.6vw;
    font-size: 3.73vw;
    line-height: 13.33vw;
  }
}

footer .footer .login_list li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../images/footer_btn_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 20px;
}

@media screen and (max-width: 1200px) {
  footer .footer .login_list li a::after {
    width: 0.5vw;
    height: 1vw;
    right: 1.67vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .login_list li a::after {
    background: url("../images/sp/footer_btn_arrow.png") no-repeat center/100%;
    width: 1.33vw;
    height: 2.67vw;
    right: 2.67vw;
  }
}

footer .footer .login_list li:nth-of-type(2) {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  footer .footer .login_list li:nth-of-type(2) {
    margin-top: 0.83vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .login_list li:nth-of-type(2) {
    margin-top: 0vw;
    margin-left: 4vw;
  }
}

footer .footer .footer_second {
  background-color: #f0f1f3;
  padding-left: 60px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_second {
    padding-left: 4.17vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_second {
    padding: 5.33vw 0 6.67vw;
    width: 100vw;
  }
}

footer .footer .footer_second .footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  footer .footer .footer_second .footer_block {
    display: block;
  }
}

footer .footer .footer_second_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 418px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_second_list {
    width: 34.83vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_second_list {
    width: 100vw;
    margin-top: 4vw;
    margin-left: 8.4vw;
  }
}

footer .footer .footer_second_list li a {
  margin: 20px 0;
  padding-left: 15px;
  display: block;
  font-size: 18px;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_second_list li a {
    margin: 1.67vw 0;
    padding-left: 1.25vw;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_second_list li a {
    margin: 1.33vw 0;
    padding-left: 2vw;
    font-size: 3.47vw;
    line-height: 6.07vw;
  }
}

footer .footer .footer_second_list li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  background: url("../images/footer_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 0;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_second_list li a::after {
    width: 0.33vw;
    height: 0.75vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_second_list li a::after {
    background: url("../images/sp/footer_arrow.png") no-repeat center/100%;
    width: 1.07vw;
    height: 2.13vw;
  }
}

footer .footer .footer_second_list li:nth-of-type(odd) a {
  width: 270px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_second_list li:nth-of-type(odd) a {
    width: 22.5vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_second_list li:nth-of-type(odd) a {
    width: 55.07vw;
  }
}

footer .footer .footer_privacy {
  width: 80px;
  margin-top: 20px;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  footer .footer .footer_privacy {
    width: 6.67vw;
    margin-top: 1.67vw;
    margin-right: 3.33vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .footer_privacy {
    width: 16vw;
    margin: 0 auto;
  }
}

footer .footer .copy {
  font-size: 12px;
  line-height: 48px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  footer .footer .copy {
    font-size: 1vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 750px) {
  footer .footer .copy {
    font-size: 2.67vw;
    line-height: 10.67vw;
  }
}
/*# sourceMappingURL=style.css.map */