@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
  font-weight: 400;
}

h2 {
  font-size: rem(45);
  font-size: rem(45);
  letter-spacing: 0.08em;
  line-height: 1.666;
}

main {
  letter-spacing: 0.7px;
}

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block !important;
  }
}

.u-desktop {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none !important;
  }
}

.phrase {
  display: inline-block;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 1585px) {
  html {
    font-size: 1.0094637224vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bg {
  background-color: #F1F2ED;
  position: relative;
}

.bg::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 100%;
  right: 0;
  top: 0;
  background: #E8D083;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bg::after {
    display: none;
  }
}

.btns {
  width: 874px;
  width: 54.625rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 119px;
  margin-top: 7.4375rem;
}
.btns .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -37px;
  margin: 0 -2.3125rem;
}
@media screen and (max-width: 768px) {
  .btns .flex {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btns .flex > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .btns .flex > div {
    width: 100%;
  }
}

.btn-wrap {
  padding: 0px 37px;
  padding: 0rem 2.3125rem;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-wrap:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.btn {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  color: white;
  height: 80px;
  height: 5rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 34.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 15px;
  height: 0.9375rem;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/arrow.svg) center center/contain no-repeat;
}

@media screen and (min-width: 769px) {
  .btn:hover {
    background: #fff;
    color: #AB8560;
    border: 2px solid #AB8560;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn-wrap {
  text-align: center;
}
.btn-wrap span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #fff;
  display: inline-block;
}

.contact {
  background-color: #AB8560;
  padding: 67px 25px 117px;
  padding: 4.1875rem 1.5625rem 7.3125rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 7.5rem 1.25rem 7.5rem;
  }
}
.contact h2 {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 1.5rem;
  }
}
.contact h2 img {
  width: 130px;
  width: 8.125rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .contact h2 img {
    margin-bottom: 2.8125rem;
  }
}
.contact p {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .contact p {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.feature {
  position: relative;
}
.feature h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-33vw, -50%);
          transform: translate(-33vw, -50%);
  color: #fff;
  line-height: 1.72;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .feature h2 {
    top: 60%;
    font-size: 1.5rem;
    -webkit-transform: translate(-50vw, -50%);
            transform: translate(-50vw, -50%);
    padding-left: 2.3125rem;
    width: 100%;
  }
}
.feature h2 span {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.44px;
  display: block;
  margin-top: 52px;
  margin-top: 3.25rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .feature h2 span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .feature img {
    height: 138.6666666667vw;
    max-height: 32.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer {
  padding: 70px;
  padding: 4.375rem;
  background-color: #002742;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4.125rem 1.25rem 1.375rem;
  }
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .item--left,
.footer .item--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.7%;
          flex: 0 0 19.7%;
}
.footer .item--left {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .footer .item--left {
    margin-top: 7.5rem;
  }
}
.footer .item--left p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer .item--left p {
    text-align: center;
    font-size: 1rem;
  }
}
.footer .item--left a:hover {
  opacity: 0.6;
}
.footer .item--center {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (max-width: 768px) {
  .footer .item--center {
    margin-top: 7.5rem;
  }
}
.footer .item--center .img {
  width: 156px;
  width: 9.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.footer .copyright {
  margin-top: 78px;
  margin-top: 4.875rem;
  font-weight: 300;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
    margin-top: 2.5rem;
  }
}

.free {
  background-color: #AB8560;
  padding: 92px 25px 62px;
  padding: 5.75rem 1.5625rem 3.875rem;
}
@media screen and (max-width: 768px) {
  .free {
    padding: 7.5rem 1.5625rem;
  }
}
.free h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .free h2 {
    font-size: 1.5rem;
  }
}
.free h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.free .img {
  width: 617px;
  width: 38.5625rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (max-width: 768px) {
  .free .img {
    width: 79.2%;
    margin-top: 5rem;
  }
}
.free p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .free p {
    font-size: 0.75rem;
  }
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1635px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.koufuku .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .koufuku .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.koufuku .flex > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .koufuku .flex > div {
    width: 100%;
  }
}
.koufuku .text-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .koufuku .text-wrap {
    height: 29.375rem;
  }
}
.koufuku .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  width: 34.375rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.koufuku .text h2 {
  color: #AB8560;
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .koufuku .text h2 {
    font-size: 1.5rem;
  }
}
.koufuku .text p {
  color: #AB8560;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.44px;
  line-height: 1.72;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .koufuku .text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .koufuku img {
    height: 100vw;
    max-height: 23.4375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lineup {
  position: relative;
  padding-bottom: 151px;
  padding-bottom: 9.4375rem;
}
.lineup::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #092742;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lineup::before {
    display: none;
  }
}
.lineup::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6px;
  bottom: -0.375rem;
  background-color: #092742;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lineup::after {
    display: none;
  }
}
.lineup h2 {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .lineup h2 {
    margin-top: 5.6875rem;
  }
}
.lineup h2 img {
  width: 526px;
  width: 32.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lineup h2 img {
    width: 89.06%;
    max-width: 20.875rem;
  }
}
.lineup .products {
  margin-top: 52.4px;
  margin-top: 3.275rem;
}
.lineup .inner {
  width: 1150px;
  width: 71.875rem;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .lineup .inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 34.375rem;
  }
}
.lineup .product {
  margin-right: -50px;
  margin-right: -3.125rem;
  margin-left: -50px;
  margin-left: -3.125rem;
}
.lineup .product:not(:first-child) {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .lineup .product:not(:first-child) {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lineup .product {
    margin-right: 0;
    margin-left: 0;
  }
}
.lineup .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lineup .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup .flex > * {
  min-width: 0;
}
.lineup .flex > div {
  width: 50%;
  padding: 0px 50px;
  padding: 0rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .lineup .flex > div {
    width: 100%;
    padding: 0;
  }
}
.lineup .img {
  position: relative;
}
.lineup .img img {
  border-radius: 20px;
}
.lineup .img p {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .lineup .img p {
    right: 0.875rem;
    bottom: 0.875rem;
  }
}
.lineup .img p span {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lineup .img p span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .lineup .text .labels {
    margin-top: 1.875rem;
  }
}
.lineup .text .labels span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
  background-color: #BC0000;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .lineup .text .labels span {
    font-size: 0.75rem;
  }
}
.lineup .text .ttl {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 600;
  color: #092742;
  line-height: 1.2;
  letter-spacing: 3.04px;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .lineup .text .ttl {
    font-size: 1.5rem;
  }
}
.lineup .text .ttl span:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .lineup .text .ttl span:first-of-type {
    font-size: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.lineup .text .ttl span:nth-of-type(2) {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lineup .text .ttl span:nth-of-type(2) {
    font-size: 0.75rem;
  }
}
.lineup .text p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #092742;
  font-weight: 300;
  letter-spacing: 1.12px;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .lineup .text p {
    margin-top: 1.625rem;
  }
}
.lineup .text .p-lg {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  .lineup .text .p-lg {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.lineup .tax {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #092742;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translate(3.4vw, 0);
          transform: translate(3.4vw, 0);
}
@media screen and (max-width: 768px) {
  .lineup .tax {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-mv__menu {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  right: 120px;
  right: 7.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-mv__menu {
    display: none;
  }
}

.menu {
  text-align: right;
}
.menu .item {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu .item {
    font-size: 1.125rem;
  }
}
.menu .item::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.menu .item:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .menu .item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.menu .item a {
  padding-right: 22px;
  padding-right: 1.375rem;
  position: relative;
  display: inline-block;
  font-family: futura-pt, sans-serif;
}
.menu .item a::before {
  background-color: #fff;
  bottom: -5px;
  bottom: -0.3125rem;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media screen and (min-width: 769px) {
  .menu .item:hover a::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.modal {
  position: fixed;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.modal .btn-white {
  margin-top: 222px;
  margin-top: 13.875rem;
}
@media screen and (max-width: 1600px) {
  .modal .btn-white {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .modal .btn-white {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .modal .btn-white {
    margin-top: 3.125rem;
  }
}
.modal .logo-wrap {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal .logo-wrap {
    margin-top: 2.25rem;
  }
}
.modal .logo-wrap a {
  display: inline-block;
}
.modal .logo-wrap a:first-of-type {
  margin-right: 23px;
  margin-right: 1.4375rem;
  width: 26px;
  width: 1.625rem;
}
.modal .logo-wrap a:nth-of-type(2) {
  width: 33px;
  width: 2.0625rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.modal .wrap {
  padding-top: 253px;
  padding-top: 15.8125rem;
  height: 100vh;
  width: 100%;
  background-color: rgba(232, 208, 131, .95);
}
@media screen and (max-width: 1600px) {
  .modal .wrap {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 1110px) {
  .modal .wrap {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal .wrap {
    height: 100vh;
    padding-top: 7.0625rem;
  }
}
.modal .box {
  padding: 15px;
  padding: 0.9375rem;
}
.modal .modal__inner {
  width: 500px;
  width: 31.25rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.modal.js-open {
  opacity: 100;
  visibility: visible;
}

.mv {
  position: relative;
  width: 100%;
  background-color: #E5E6E8;
  max-width: 100%;
  padding-top: 50px;
  padding-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 25px;
  padding: 3.125rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 1.25rem;
  }
}
.mv .logo {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 120px;
  left: 7.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv .logo {
    top: 3.125rem;
    left: 3.125rem;
  }
}
.mv .logo img {
  width: 180px;
  width: 11.25rem;
}
@media screen and (max-width: 768px) {
  .mv .logo img {
    width: 8.625rem;
  }
}
.mv .msg {
  position: absolute;
  top: 240px;
  top: 15rem;
  left: 120px;
  left: 7.5rem;
  color: #fff;
  z-index: 2;
  font-weight: 600;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .mv .msg {
    top: 9.0625rem;
    left: 3.125rem;
    font-size: 1.5rem;
  }
}
.mv .logo-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 270px;
  width: 16.875rem;
}
@media screen and (max-width: 768px) {
  .mv .logo-lg {
    width: 6.25rem;
    top: auto;
    bottom: 3.5625rem;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.mv .slide-img img {
  border-radius: 30px;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv .slide-img img {
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 87vh;
  }
}

@media screen and (max-width: 768px) {
  .iPhone .slide-img img {
    height: 82vh;
  }
}

.news {
  background: url(../images/common/bg.png) center center/cover no-repeat;
  position: relative;
  z-index: 5;
  padding-top: 66px;
  padding-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 7.4375rem 0rem 4.0625rem;
  }
}
.news .inner {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  width: 1110px;
  width: 69.375rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .news .inner {
    width: 34.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0rem;
  }
}
.news h2 {
  text-align: center;
  font-weight: 600;
  color: #AB8560;
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 1.5rem;
  }
}
.news h2 img {
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .news h2 img {
    margin-bottom: 2.8125rem;
  }
}
.news p {
  color: #AB8560;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .news p {
    font-size: 0.875rem;
  }
}
.news .insta {
  display: inline-block;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: #AB8560;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .insta img {
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news .insta img {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news .insta {
    margin-top: 3.75rem;
    width: 5rem;
    height: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .insta:hover {
    background: rgba(171, 133, 96, .5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.instagram-wrap {
  width: 1270px;
  width: 79.375rem;
  max-width: 100%;
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .instagram-wrap {
    margin-top: 5rem;
  }
}
.instagram-wrap iframe {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pickup .logo {
  padding: 55px 0px;
  padding: 3.4375rem 0rem;
  background-color: #002742;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup .logo {
    padding: 3.8125rem 0rem;
  }
}
.pickup .logo img {
  margin-right: auto;
  margin-left: auto;
  width: 346px;
  width: 21.625rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .pickup .logo img {
    width: 18.4375rem;
  }
}
.pickup .logo--down::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 25px;
  border-top-width: 1.5625rem;
  border-bottom-width: 20px;
  border-bottom-width: 1.25rem;
  border-left-width: 15px;
  border-left-width: 0.9375rem;
  border-right-width: 15px;
  border-right-width: 0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  border-top-color: #002742;
  top: 99%;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pickup .logo--down::after {
    border-top-width: 0.9375rem;
    border-bottom-width: 1.25rem;
    border-left-width: 0.625rem;
    border-right-width: 0.625rem;
    margin-left: -0.3125rem;
  }
}
.pickup .wrap {
  position: relative;
}
.pickup .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-41vw, -50%);
          transform: translate(-41vw, -50%);
}
@media screen and (max-width: 768px) {
  .pickup .text {
    -webkit-transform: translate(-50vw, -50%);
            transform: translate(-50vw, -50%);
    width: 100%;
    padding-left: 2.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .pickup .text p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
  }
}
.pickup .text h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  margin-top: 47px;
  margin-top: 2.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pickup .text h2 {
    font-size: 1.5rem;
    margin-top: 1.875rem;
  }
}
.pickup .point {
  position: relative;
}
@media screen and (max-width: 1585px) {
  .pickup .point {
    width: 85%;
  }
}
.pickup .point::before {
  position: absolute;
  content: "";
  width: 140px;
  width: 8.75rem;
  height: 102px;
  height: 6.375rem;
  left: -60px;
  left: -3.75rem;
  top: -120px;
  top: -7.5rem;
  background: url(../images/common/logo02.svg) center center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pickup .point::before {
    width: 6.25rem;
    height: 4.5625rem;
    top: -5rem;
    left: -1.875rem;
  }
}
.pickup .img-bg {
  margin-top: -1px;
  margin-top: -0.0625rem;
}
@media screen and (max-width: 768px) {
  .pickup .img-bg img {
    height: 138.6666666667vw;
    max-height: 32.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.present .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .present .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.present .flex > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .present .flex > div {
    width: 100%;
  }
}
.present .text-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .present .text-wrap {
    height: 29.375rem;
  }
}
.present .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  width: 34.375rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.present .text h2 {
  color: #AB8560;
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .present .text h2 {
    font-size: 1.5rem;
  }
}
.present .text p {
  color: #AB8560;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.44px;
  line-height: 1.72;
  margin-top: 60px;
  margin-top: 3.75rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .present .text p {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .present .img img {
    height: 100vw;
    max-height: 23.4375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.present .text::before {
  position: absolute;
  content: "";
  width: 89px;
  width: 5.5625rem;
  height: 58px;
  height: 3.625rem;
  left: -28px;
  left: -1.75rem;
  top: -51px;
  top: -3.1875rem;
  background: url(../images/common/logo05.svg) center center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .present .text::before {
    width: 4.125rem;
    height: 2.6875rem;
    top: -2.5rem;
    left: 0.3125rem;
  }
}
.present .logo {
  padding: 55px 0px;
  padding: 3.4375rem 0rem;
  background-color: #002742;
  position: relative;
  border: 1px solid #002742;
}
@media screen and (max-width: 768px) {
  .present .logo {
    padding: 3.8125rem 0rem;
  }
}
.present .logo img {
  margin-right: auto;
  margin-left: auto;
  width: 346px;
  width: 21.625rem;
}
@media screen and (max-width: 768px) {
  .present .logo img {
    width: 18.5rem;
    max-width: 100%;
  }
}
.present .logo--up::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 25px;
  border-top-width: 1.5625rem;
  border-bottom-width: 20px;
  border-bottom-width: 1.25rem;
  border-left-width: 15px;
  border-left-width: 0.9375rem;
  border-right-width: 15px;
  border-right-width: 0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  border-bottom-color: #002742;
  bottom: 100%;
  left: 50%;
  z-index: 1;
}

.scroll {
  bottom: 78px;
  bottom: 4.875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: -0.625rem;
  }
}
.scroll .txt {
  margin-right: 70px;
  margin-right: 4.375rem;
}
.scroll .arrow {
  width: 6px;
  width: 0.375rem;
}
.scroll .arrow img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.scroll .line {
  background-color: #fff;
  height: 1px;
  overflow: hidden;
  position: relative;
  width: 160px;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .scroll .line {
    width: 6.25rem;
  }
}
.scroll .animation {
  -webkit-animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  background-color: #002742;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
}
@-webkit-keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 10px;
  }
  20% {
    width: 30px;
  }
  80% {
    width: 30px;
  }
  to {
    left: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 0;
  }
}
@keyframes indicator {
  from {
    left: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 10px;
  }
  20% {
    width: 30px;
  }
  80% {
    width: 30px;
  }
  to {
    left: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 0;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 0 3px -36px;
  margin: 0 0.1875rem -2.25rem;
}

.swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  height: 3px;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background-color: #396375;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none !important;
  }
}

.u-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-tablet {
    display: block;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 375px) {
  .u-mobile {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 375px) {
  .u-sp {
    display: block;
  }
}

.u-delete-sp {
  display: block;
}
@media screen and (max-width: 375px) {
  .u-delete-sp {
    display: none;
  }
}

.u-text-center {
  text-align: center;
}

.u-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-hide {
  display: none;
}

.u-open {
  display: block;
}
/*# sourceMappingURL=styles.css.map */
