@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.-new {
  letter-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.red {
  color: #d30000;
  font-weight: 700;
}

body.-new .inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  body.-new .inner {
    padding: 0 20px;
  }
}
body.-new .flex__wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .flex__wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.-new .flex__wrap {
    flex-direction: column;
  }
}
body.-new .sec__head .en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  letter-spacing: 10%;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.-new .sec__head .en {
    font-size: 2.5rem;
  }
}
body.-new .sec__head .ja {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.-new .sec__head .ja {
    font-size: 0.875rem;
  }
}
body.-new .text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 1281px) {
  body.-new .text {
    font-size: 1rem;
  }
}
body.-new .icon {
  line-height: 1;
}
body.-new .icon svg {
  width: 100%;
  height: 100%;
}
body.-new .br-pc {
  display: none;
}
@media (min-width: 1281px) {
  body.-new .br-pc {
    display: block;
  }
}
body.-new .br-tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .br-tab {
    display: block;
  }
}
body.-new .br-sp {
  display: none;
}
@media (max-width: 767px) {
  body.-new .br-sp {
    display: block;
  }
}
@media (min-width: 1281px) {
  body.-new .pc-none {
    display: none;
  }
}
@media (max-width: 767px) {
  body.-new .sp-none {
    display: none;
  }
}
body.-new .center {
  text-align: center !important;
}
body.-new .bg_khaki {
  background-color: #f5f2eb;
}
body.-new .pad_area {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 900px) {
  body.-new .pad_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.-new .sec__btn a {
  display: inline-block;
  width: 260px;
  background: #c4b790;
  padding: 16px 0;
  font-size: 0.9375rem;
  text-align: center;
  position: relative;
}
@media (min-width: 1281px) {
  body.-new .sec__btn a {
    width: 320px;
    padding: 20px 0;
    font-size: 1rem;
  }
}
body.-new .sec__btn a:hover::before, body.-new .sec__btn a:hover::after {
  right: 24px;
}
body.-new .sec__btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  right: 28px;
  width: 50px;
  height: 1px;
  background-color: #333;
  transition: all 0.3s;
}
@media (min-width: 1281px) {
  body.-new .sec__btn a::before {
    top: 35px;
    width: 60px;
  }
}
body.-new .sec__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  right: 28px;
  width: 10px;
  height: 1px;
  background-color: #333;
  transform-origin: right bottom;
  transform: rotate(40deg);
  transition: right 0.3s;
}
@media (min-width: 1281px) {
  body.-new .sec__btn a::after {
    top: 35px;
  }
}
body.-new .btn__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body.-new .btn__list .btn__item {
  width: 100%;
}
body.-new .btn__list .btn__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
body.-new .btn__list .btn__item .icon {
  position: relative;
  top: 1px;
}
body.-new .btn__list .btn__w {
  background: #fff;
  color: #273a64;
}
body.-new .btn__list .btn__w:hover {
  background: #273a64;
  border: 2px solid #fff;
  color: #fff;
}
body.-new .btn__list .btn__b {
  background: #273a64;
  color: #fff;
}
body.-new .btn__list .btn__b:hover {
  background: #fff;
  border: 2px solid #273a64;
  color: #273a64;
}
body.-new .sns__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  body.-new .sns__list {
    justify-content: center;
    margin-top: 60px;
    gap: 4px;
  }
}
body.-new .sns__list a {
  display: block;
  transition: all 0.3s;
}
body.-new .sns__list a:hover {
  opacity: 0.8;
}
body.-new .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  body.-new .header {
    height: 60px;
  }
}
body.-new .header .header__inner {
  display: flex;
  align-items: center;
}
body.-new .header .header__logo {
  padding-left: 40px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  body.-new .header .header__logo {
    padding-left: 3vw;
  }
}
body.-new .header .header__logo a {
  display: flex;
  width: 200px;
  height: 80px;
  line-height: 80px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body.-new .header .header__logo a {
    width: 40vw;
    height: 60px;
    line-height: 60px;
  }
}
body.-new .header .header__logo a:hover {
  opacity: 0.7;
}
body.-new .header .header__nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-left: auto;
}
body.-new .header .header__nav #gnav {
  display: none;
}
@media (min-width: 1281px) {
  body.-new .header .header__nav #gnav {
    display: flex;
    align-items: center;
    margin-right: 32px;
    max-height: 80px;
    padding: 20px 0;
    gap: 30px;
    transition: all 0.5s ease-out;
  }
}
body.-new .header .header__nav #gnav li a {
  display: block;
  padding: 20px 0;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
body.-new .header .header__nav #gnav li a:hover {
  opacity: 0.7;
}
body.-new .header .header__nav #gnav li a span {
  font-size: 0.9375rem;
}
body.-new .header .sns__list {
  margin-right: 50%;
}
@media (min-width: 1281px) {
  body.-new .header .sns__list {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  body.-new .header .sns__list {
    margin-top: 0;
    margin-right: 16vw;
  }
}
body.-new .header .sns__list .sns__item .icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  body.-new .header .sns__list .sns__item .icon {
    width: 28px;
    height: 28px;
  }
}
body.-new .header .sns__list .line__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #06c755;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  body.-new .header .sns__list .line__btn {
    gap: 3px;
    padding: 4px 10px;
  }
}
body.-new .header .sns__list .line__btn .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  body.-new .header .sns__list .line__btn .icon {
    width: 20px;
    height: 20px;
  }
}
body.-new .header .sns__list .line__btn span {
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  body.-new .header .sns__list .line__btn span {
    font-size: 13px;
  }
}
body.-new .header .btn__rsv {
  display: none;
}
@media (min-width: 1281px) {
  body.-new .header .btn__rsv {
    position: relative;
    display: block;
    width: 280px;
    z-index: 10;
  }
  body.-new .header .btn__rsv > div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #273a64;
    padding: 20px;
    width: 100%;
  }
  body.-new .header .btn__rsv p {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
  }
  body.-new .header .btn__rsv .btn__list {
    margin-top: 10px;
  }
  body.-new .header .btn__rsv .btn__list .btn__item a {
    padding: 10px 0;
    font-size: 0.9375rem;
  }
  body.-new .header .btn__rsv .btn__list .btn__item a .icon {
    position: relative;
    top: 2px;
  }
}
body.-new .drawer {
  display: block;
}
@media (min-width: 1281px) {
  body.-new .drawer {
    display: none;
  }
}
body.-new .drawer .drawer-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 3000;
}
@media (max-width: 767px) {
  body.-new .drawer .drawer-icon {
    right: 15px;
  }
}
body.-new .drawer .drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
body.-new .drawer .drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
body.-new .drawer .drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  top: 8px;
}
body.-new .drawer .drawer-icon-bars {
  width: 30px;
  height: 16px;
  display: block;
  position: relative;
  cursor: pointer;
}
body.-new .drawer .drawer-icon-bar1,
body.-new .drawer .drawer-icon-bar2,
body.-new .drawer .drawer-icon-bar3 {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #273a64;
  border-radius: 4px;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
}
body.-new .drawer .drawer-icon-bar1 {
  top: 0;
}
body.-new .drawer .drawer-icon-bar2 {
  top: 8px;
}
body.-new .drawer .drawer-icon-bar3 {
  top: 16px;
}
body.-new .drawer .drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100vh;
  background: #fff;
  transition: all 0.3s;
  line-height: 2;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
}
@media (max-width: 767px) {
  body.-new .drawer .drawer-content {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
}
body.-new .drawer .drawer-content.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2999;
}
body.-new .drawer .drawer-nav-box {
  width: 100%;
  height: 100vh;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
}
body.-new .drawer .drawer-nav-box .logo a {
  display: block;
  width: 160px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .drawer .drawer-nav-box .logo a {
    width: 220px;
  }
}
body.-new .drawer .drawer-nav-box .nav-list {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
body.-new .drawer .drawer-nav-box .nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.-new .drawer .drawer-nav-box .nav-list ul li a {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
}
body.-new .drawer .btn__rsv {
  width: 100%;
  display: block;
}
body.-new .drawer .btn__rsv > div {
  position: relative;
  background: transparent;
  padding: 0;
}
body.-new .drawer .btn__rsv p {
  color: #273a64;
  font-size: 1rem;
  font-weight: 700;
}
body.-new .drawer .btn__rsv .btn__list {
  gap: 15px;
}
@media (max-width: 767px) {
  body.-new .drawer .btn__rsv .btn__list {
    margin-top: 10px;
  }
}
body.-new .drawer .btn__rsv .btn__list .btn__item a {
  width: 320px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 0.9375rem;
}
body.-new .drawer .btn__rsv .btn__list .btn__item a .icon {
  position: relative;
  top: 2px;
}
body.-new .drawer .sns__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
body.-new .drawer .sns__wrap p {
  position: relative;
  color: #273a64;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-right: 14px;
  letter-spacing: 0.05em;
}
body.-new .drawer .sns__wrap p::after {
  content: "";
  width: 3em;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
body.-new .drawer .sns__wrap .sns__list {
  margin: 0;
}
body.-new .drawer .sns__wrap .sns__list a {
  color: #273a64;
}
body.-new .drawer .drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 298;
}
body.-new .drawer .drawer-bg.is-active {
  opacity: 1;
  visibility: visible;
}
body.-new .fixed__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #273a64;
  padding: 8px 5px 10px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
body.-new .fixed__menu.is-show {
  opacity: 1;
  visibility: visible;
}
body.-new .fixed__menu.hide {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1281px) {
  body.-new .fixed__menu {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  body.-new .fixed__menu {
    display: none;
  }
}
body.-new .fixed__menu p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
body.-new .fixed__menu .btn__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
body.-new .fixed__menu .btn__list a {
  padding: 1vw 0;
}
body.-new .fixed__menu .btn__list a span {
  font-size: 0.875rem;
}
body.-new .mv {
  position: relative;
}
body.-new .mv .swiper-slide {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .mv .swiper-slide {
    height: 100%;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body.-new .mv .swiper-slide {
    height: 100%;
    margin-top: 60px;
  }
}
body.-new .mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.-new .top__topic {
  position: relative;
  width: 100%;
  z-index: 11;
  width: 560px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  body.-new .top__topic {
    width: 94%;
  }
}
@media (max-width: 767px) {
  body.-new .top__topic .topic__wrap {
    position: relative;
    margin-top: 30px;
  }
}
body.-new .top__topic a {
  background: #edefe5;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.-new .top__topic a .topic__img {
  width: 42%;
}
@media (max-width: 767px) {
  body.-new .top__topic a .topic__img {
    width: 40%;
  }
}
body.-new .top__topic a .topic__img .img__wrap {
  padding-top: 66.6667%;
  position: relative;
  background: #ccc;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.-new .top__topic a .topic__img .img__wrap {
    padding-top: 70%;
  }
}
body.-new .top__topic a .topic__img .img__wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
body.-new .top__topic a .topic__txt {
  width: 58%;
}
body.-new .top__topic a .topic__txt .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.-new .top__topic a .topic__txt .ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
body.-new .top__topic a .topic__txt .name {
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.-new .top__topic a .topic__txt .name {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
body.-new .top__topic a .topic__txt .txt {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.-new .top__topic a .topic__txt .txt {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
body.-new .intro__sec {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .intro__sec {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  body.-new .intro__sec {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  body.-new .intro__sec .inner {
    padding: 0 15px;
  }
}
body.-new .intro__sec .inner .bottom h2 {
  color: #273a64;
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .intro__sec .inner .bottom h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  body.-new .intro__sec .inner .bottom h2 {
    font-size: 1.5rem;
  }
}
body.-new .purchase__sec {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .purchase__sec {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body.-new .purchase__sec {
    padding: 40px 0;
  }
}
body.-new .purchase__sec .inner {
  position: relative;
}
body.-new .purchase__sec .flex__wrap {
  position: relative;
  display: flex;
  align-items: center;
  border: 10px solid #f5f2eb;
  padding: 3rem 6rem;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .purchase__sec .flex__wrap {
    flex-direction: row;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.-new .purchase__sec .flex__wrap {
    padding: 1.5rem;
  }
}
body.-new .purchase__sec .img__wrap {
  width: 43%;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .purchase__sec .img__wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.-new .purchase__sec .img__wrap {
    width: 100%;
  }
}
body.-new .purchase__sec .text__wrap {
  width: 48%;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .purchase__sec .text__wrap {
    width: 43%;
  }
}
@media (max-width: 767px) {
  body.-new .purchase__sec .text__wrap {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
body.-new .purchase__sec .text__wrap .text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  body.-new .purchase__sec .text__wrap .text {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
  }
}
body.-new .purchase__sec .text__wrap .sec__btn {
  margin-top: 4rem;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .purchase__sec .text__wrap .sec__btn {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  body.-new .purchase__sec .text__wrap .sec__btn {
    margin-top: 2rem;
  }
}
body.-new .purchase__sec .icon {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: -1;
}
body.-new .purchase__sec .icon img {
  width: 360px;
}
@media (max-width: 767px) {
  body.-new .purchase__sec .icon img {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .purchase__sec .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  body.-new .purchase__sec .icon {
    display: none;
  }
}
body.-new .lineup__sec {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body.-new .lineup__sec {
    margin-top: 20px;
  }
}
body.-new .lineup__sec .flex__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .lineup__sec .flex__wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  body.-new .lineup__sec .flex__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
  }
}
body.-new .lineup__sec .item__wrap {
  position: relative;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .lineup__sec .item__wrap:nth-of-type(2) .text__bg {
    width: 210px;
  }
}
@media (max-width: 767px) {
  body.-new .lineup__sec .item__wrap:nth-of-type(2) .text__bg {
    width: 240px;
  }
}
body.-new .lineup__sec .item__wrap .text__bg {
  position: absolute;
  top: -40px;
  left: -3vw;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .lineup__sec .item__wrap .text__bg {
    width: 250px;
  }
}
@media (max-width: 767px) {
  body.-new .lineup__sec .item__wrap .text__bg {
    width: 280px;
    left: -4vw;
  }
}
body.-new .lineup__sec .item__wrap .text__wrap h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .lineup__sec .item__wrap .text__wrap h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  body.-new .lineup__sec .item__wrap .text__wrap h3 {
    font-size: 1.375rem;
  }
}
body.-new .lineup__sec .item__wrap .text__wrap .sec__btn {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .lineup__sec .item__wrap .text__wrap .sec__btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body.-new .lineup__sec .item__wrap .text__wrap .sec__btn {
    margin-top: 30px;
  }
}
body.-new .link__sec {
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .link__sec {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body.-new .link__sec {
    padding: 50px 0;
  }
}
body.-new .link__sec .inner {
  max-width: 1200px;
}
body.-new .link__sec a {
  display: block;
  transition: all 0.3s;
}
body.-new .link__sec a:hover {
  opacity: 0.9;
}
body.-new .top__company {
  position: relative;
  padding: 60px 0;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  body.-new .top__company {
    padding: 40px 0;
  }
}
body.-new .top__company .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body.-new .top__company .sec__head {
  text-align: left;
}
body.-new .top__company .flex__wrap {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company .flex__wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body.-new .top__company .flex__wrap {
    gap: 20px;
  }
}
body.-new .top__company .img__wrap {
  width: 53%;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company .img__wrap {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body.-new .top__company .img__wrap {
    width: 90%;
  }
}
body.-new .top__company .text__wrap {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company .text__wrap {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body.-new .top__company .text__wrap {
    width: 90%;
  }
}
body.-new .top__company .text__wrap .text {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company .text__wrap .text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body.-new .top__company .text__wrap .text {
    margin-top: 20px;
  }
}
body.-new .top__company .text__wrap .sec__btn {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
body.-new .top__company .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.-new .top__company .icon img {
  width: 480px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company .icon img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  body.-new .top__company .icon img {
    width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__company .icon {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.-new .top__company .icon {
    bottom: 60px;
  }
}
body.-new .top_news {
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.-new .top_news {
    margin-top: 40px;
  }
}
body.-new .top__contact {
  margin-top: 80px;
}
@media (max-width: 767px) {
  body.-new .top__contact {
    margin-top: 60px;
  }
}
body.-new .top__contact .sec__head .en {
  font-size: 2.25rem;
}
body.-new .top__contact .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.-new .top__contact .inner {
    max-width: 100%;
  }
}
body.-new .top__contact .inner .contact__list {
  display: flex;
  gap: 40px;
}
@media (min-width: 1281px) {
  body.-new .top__contact .inner .contact__list {
    gap: 80px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__contact .inner .contact__list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.-new .top__contact .inner .contact__list {
    flex-direction: column;
  }
}
body.-new .top__contact .inner .contact__list .contact__item {
  background: #f5f2eb;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  width: 50%;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .top__contact .inner .contact__list .contact__item {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.-new .top__contact .inner .contact__list .contact__item {
    width: 100%;
    padding: 30px 20px;
  }
}
body.-new .top__contact .inner .contact__list .left .body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
body.-new .top__contact .inner .contact__list .left .body span {
  font-size: 1rem;
}
body.-new .top__contact .inner .contact__list .right .body {
  margin-top: 20px;
}
body.-new .top__contact .inner .contact__list .right .body .btn__list {
  margin-top: 20px;
  gap: 15px;
}
body.-new .top__contact .inner .contact__list .right .body .btn__list .btn__item a {
  width: 90%;
  margin: 0 auto;
  max-height: 65px;
  padding: 16px 0;
  font-size: 1rem;
}
body.-new .top__contact .inner .contact__list .right .body .btn__list .camping .icon {
  width: 32px;
  height: 32px;
}
body.-new.page-id-484 .top__contact, body.-new.page-id-478 .top__contact, body.-new.page-id-821 .top__contact {
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.-new.page-id-484 .top__contact, body.-new.page-id-478 .top__contact, body.-new.page-id-821 .top__contact {
    margin-top: 20px;
  }
}
body.-new.single-campaign .top__contact, body.-new.single-camping .top__contact {
  margin-top: 0;
}
body.-new .banner__sec {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body.-new .banner__sec {
    margin-top: 70px;
  }
}
body.-new .banner__sec .inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
body.-new .banner__sec .inner a {
  display: block;
  transition: all 0.3s;
}
body.-new .banner__sec .inner a:hover {
  opacity: 0.8;
}
body.-new .banner__sec .inner .text {
  margin-top: 8px;
}
body.-new .top__map-area {
  margin: 100px 0 0;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  body.-new .top__map-area {
    margin-top: 60px;
  }
}
body.-new .top__map-area .map__iframe-wrap {
  position: relative;
  padding-top: 25%;
}
@media (max-width: 767px) {
  body.-new .top__map-area .map__iframe-wrap {
    padding-top: 66.6667%;
  }
}
body.-new .top__map-area .map__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.-new .footer {
  position: relative;
  background: #273a64;
}
body.-new .footer .inner {
  max-width: 1280px;
  width: 100%;
  padding: 60px 40px 30px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .footer .inner {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 767px) {
  body.-new .footer .inner {
    padding: 20px;
  }
}
body.-new .footer .logo a {
  display: block;
  width: 240px;
}
@media (max-width: 767px) {
  body.-new .footer .logo a {
    width: 200px;
  }
}
body.-new .footer__top {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .footer__top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.-new .footer__top {
    flex-direction: column;
  }
}
body.-new .footer__top .footer__left .info {
  margin-top: 30px;
}
body.-new .footer__top .footer__left .info .text {
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .footer__top .footer__right {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  body.-new .footer__top .footer__right {
    margin-top: 30px;
  }
}
body.-new .footer__top .footer__right .footer__nav {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .footer__top .footer__right .footer__nav {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  body.-new .footer__top .footer__right .footer__nav {
    align-items: flex-start;
  }
}
body.-new .footer__top .footer__right ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  body.-new .footer__top .footer__right ul {
    flex-direction: column;
    gap: 20px;
  }
}
body.-new .footer__top .footer__right ul li a {
  display: block;
  font-size: 0.9375rem;
  color: #fff;
}
body.-new .footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .footer__bottom {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  body.-new .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 40px;
  }
}
body.-new .footer__bottom .sns__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  body.-new .footer__bottom .sns__list {
    justify-content: center;
    margin-top: 60px;
  }
}
body.-new .footer__bottom .sns__list a {
  display: block;
  transition: all 0.3s;
}
body.-new .footer__bottom .sns__list a:hover {
  opacity: 0.8;
}
body.-new .footer__bottom .footer__link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 560px;
}
@media (max-width: 767px) {
  body.-new .footer__bottom .footer__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  body.-new .footer__bottom .footer__link .link__item {
    margin: 0 auto;
  }
}
body.-new .footer__bottom .footer__link .link__item:nth-of-type(1) {
  width: 160px;
}
@media (max-width: 767px) {
  body.-new .footer__bottom .footer__link .link__item:nth-of-type(1) {
    width: 100%;
  }
}
body.-new .footer__bottom .footer__link .link__item:nth-of-type(2) {
  width: 160px;
}
@media (max-width: 767px) {
  body.-new .footer__bottom .footer__link .link__item:nth-of-type(2) {
    width: 100%;
  }
}
body.-new .footer__bottom .footer__link .link__item:nth-of-type(3) {
  width: 110px;
}
body.-new .footer__bottom .footer__link .link__item:nth-of-type(4) {
  width: 80px;
}
body.-new .footer__bottom .footer__link a {
  display: block;
  transition: all 0.3s;
}
body.-new .footer__bottom .footer__link a:hover {
  opacity: 0.8;
}
body.-new .copyright {
  margin-top: 60px;
  font-size: 0.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  body.-new .copyright {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .page__top {
    display: none;
  }
}
@media (max-width: 767px) {
  body.-new .page__top {
    display: none;
  }
}
body.-new .page__top a {
  background: url(../img/pagetop.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
  text-indent: -9999em;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
body.-new .page__top a:hover {
  bottom: 3%;
}
body.-new .page__top a.is-show {
  opacity: 1;
  visibility: visible;
}
body.-new .page__top-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .page__top-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  body.-new .page__top-sp {
    display: block;
  }
}
body.-new .page__top-sp a {
  background: url(../img/pagetop.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 960px) {
  body.-new .page__top-sp a {
    top: 80px;
    right: 30px;
    bottom: none;
  }
}
body.-new .pet_sec {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 40px;
  border-radius: 20px;
}
@media (min-width: 1281px) {
  body.-new .pet_sec {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  body.-new .pet_sec {
    width: 96%;
    margin-top: 20px;
    padding: 30px 10px;
  }
}
body.-new .pet_sec h3.ttl_midashi span {
  font-size: 1.75rem !important;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body.-new .pet_sec h3.ttl_midashi span {
    font-size: 1.375rem !important;
  }
}
body.-new .pet_sec .bold {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  body.-new .pet_sec .bold {
    font-size: 1.25rem !important;
  }
}
body.-new .pet_sec .top {
  width: 100%;
}
@media (min-width: 1281px) {
  body.-new .pet_sec .top {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.-new .pet_sec .top {
    margin-top: -10px;
  }
}
body.-new .pet_sec .bottom {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  body.-new .pet_sec .bottom {
    margin-top: 30px;
  }
}
body.-new .pet_sec .bottom ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.-new .pet_sec .bottom ul {
    margin-bottom: 12px;
  }
}
body.-new .pet_sec .bottom ul a {
  display: block;
  color: #0f87ff;
  text-decoration: underline;
  transition: all 0.3s;
}
body.-new .pet_sec .bottom ul a:hover {
  opacity: 0.7;
}