/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/scss/style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 0.625rem;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  display: block;
  color: #000;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

img {
  width: 100%;
  height: auto;
}

/*
  reset.css
/*-------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* pxをvwに変換
/*-------------------------*/
/* pxをvhに変換
/*-------------------------*/
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/* 三角形の作成関数
/*-------------------------*/
body.active {
  overflow: hidden;
}

main {
  display: block;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    min-width: 1300px;
  }
}

.l-splash {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.l-splash.finish {
  display: none;
}
.l-splash-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #DAE0E3;
  -webkit-transition: width 1.5s ease, opacity 1s ease;
  transition: width 1.5s ease, opacity 1s ease;
}
@media screen and (min-width: 768px), print {
  .l-splash-box.finish {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .l-splash-box.finish {
    opacity: 0;
  }
}

.splash-logo-black {
  position: absolute;
  width: 45px;
  height: 155px;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .splash-logo-black {
    width: 36px;
    height: 124px;
  }
}
.splash-logo-black__item {
  display: block;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.splash-logo-black__item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.splash-logo-black__item.item01 {
  width: 34px;
  height: 33px;
  background: url(../image/top/obj-logo01.png) no-repeat 0 0;
  background-size: cover;
  margin-left: 5.6px;
}
@media (max-width: 767px) {
  .splash-logo-black__item.item01 {
    width: 27.2px;
    height: 26.5px;
    background-size: 100% 100%;
  }
}
.splash-logo-black__item.item02 {
  width: 42px;
  height: 26px;
  background: url(../image/top/obj-logo02.png) no-repeat 0 0;
  background-size: cover;
  margin-top: 21px;
  margin-left: 1.5px;
}
@media (max-width: 767px) {
  .splash-logo-black__item.item02 {
    width: 33.8px;
    height: 20.7px;
    background-size: 100% 100%;
    margin-top: 15px;
  }
}
.splash-logo-black__item.item03 {
  width: 37px;
  height: 51px;
  background: url(../image/top/obj-logo03.png) no-repeat 0 0;
  background-size: cover;
  margin-top: 24px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .splash-logo-black__item.item03 {
    width: 29.6px;
    height: 40.6px;
    background-size: 100% 100%;
    margin-top: 20px;
  }
}
.splash-logo-full {
  width: 45px;
  height: 140px;
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../image/top/obj-logo-full.png) no-repeat 0 0;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media (max-width: 767px) {
  .splash-logo-full {
    top: 38.8%;
    width: 36px;
    height: 112px;
  }
}
.splash-logo-full.active {
  opacity: 1;
}
.splash-copy {
  position: absolute;
}
@media (max-width: 767px) {
  .splash-copy {
    width: 86px;
    top: 39%;
    right: 18%;
    background: url(../image/top/obj-copy.png) no-repeat 0 0;
    background-size: cover;
    height: 0;
    -webkit-transition: height 1.2s ease;
    transition: height 1.2s ease;
    -webkit-transition-timing-function: cubic-bezier(0, 0.42, 0.85, 0.64);
            transition-timing-function: cubic-bezier(0, 0.42, 0.85, 0.64);
  }
  .splash-copy.active {
    height: 134px;
  }
}
@media screen and (min-width: 768px), print {
  .splash-copy {
    width: 340px;
    height: 168px;
    top: 39%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .splash-copy-item {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 107px;
    height: 0;
    background: url(../image/top/obj-copy.png) no-repeat 0 0;
    background-size: cover;
    -webkit-transition: height 1.2s ease;
    transition: height 1.2s ease;
    -webkit-transition-timing-function: cubic-bezier(0, 0.42, 0.85, 0.64);
            transition-timing-function: cubic-bezier(0, 0.42, 0.85, 0.64);
  }
  .splash-copy-item.active {
    height: 168px;
  }
}

.footer {
  background: #DAE0E3;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: 93px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 35px;
  }
}
.footer-logo {
  display: block;
  width: 108px;
  position: absolute;
  top: 40px;
  right: 50px;
}
.footer-copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .c-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-banner-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
.c-banner-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-banner-item::before {
    background-color: rgba(17, 17, 17, 0.9);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media (max-width: 767px) {
  .c-banner-item::before {
    background-color: rgba(17, 17, 17, 0.36);
  }
}
.c-banner-item.item01 .c-banner-item__button::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 33px;
  background: url(../image/top/obj-calendar-black.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
}
@media (max-width: 767px) {
  .c-banner-item.item01 .c-banner-item__button span {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .c-banner-item.item01 .c-banner-item__button {
    margin-top: 28px;
  }
}
.c-banner-item.item01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-banner-item.item01::after {
    background: url(../image/top/img-banner01.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px), print {
  .c-banner-item.item01::after {
    background: url(../image/top/img-banner01-pc.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.c-banner-item.item02 .c-banner-item__button::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 22px;
  background: url(../image/top/obj-mail.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 38px;
}
@media screen and (min-width: 768px), print {
  .c-banner-item.item02 .c-banner-item__button span {
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .c-banner-item.item02 .c-banner-item__button span {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .c-banner-item.item02 .c-banner-item__button {
    margin-top: 72px;
  }
}
.c-banner-item.item02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-banner-item.item02::after {
    background: url(../image/top/img-banner02.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px), print {
  .c-banner-item.item02::after {
    background: url(../image/top/img-banner02-pc.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (min-width: 768px), print {
  .c-banner-item {
    width: 50%;
    padding: 130px;
  }
  .c-banner-item:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-banner-item:hover::before {
    background-color: rgba(17, 17, 17, 0.36);
  }
  .c-banner-item:hover .c-banner-item__button {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .c-banner-item {
    padding: 50px 25px 40px 25px;
  }
}
.c-banner-item__title, .c-banner-item__text, .c-banner-item__tel, .c-banner-item__button {
  position: relative;
  z-index: 1;
}
.c-banner-item__title {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-banner-item__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 18px;
  line-height: 30px;
  text-align: center;
}
.c-banner-item__tel {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-banner-item__tel {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .c-banner-item__tel {
    margin-top: 20px;
  }
}
.c-banner-item__tel a {
  display: inline-block;
  color: #fff;
  font-size: 33px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
}
.c-banner-item__button {
  background: #fff;
  color: #111;
  padding: 30px 0 32px;
  text-align: center;
  font-size: 18px;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  position: relative;
  border-radius: 46px;
}
@media screen and (min-width: 768px), print {
  .c-banner-item__button {
    width: 351px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 767px) {
  .c-banner-item__button {
    width: 100%;
    margin-top: 20px;
  }
}
.c-banner-item__button span {
  display: inline-block;
}

.c-insta-btn {
  display: block;
  position: fixed;
  z-index: 19;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@-webkit-keyframes mvInstaBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvInstaBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-insta-btn.active {
  -webkit-animation: mvInstaBtn 1.5s forwards;
          animation: mvInstaBtn 1.5s forwards;
}
@media screen and (min-width: 768px), print {
  .c-insta-btn {
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
    width: 160px;
    height: 160px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .c-insta-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -15px;
    background: url(../image/top/img-bg-insta02.png) no-repeat 0 0;
    background-size: cover;
    z-index: -1;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .c-insta-btn:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .c-insta-btn:hover::after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .c-insta-btn {
    background: url(../image/top/img-bg-insta.png) no-repeat 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px), print {
  .c-insta-btn__inner {
    width: 70px;
    margin: 87px 0 0 20px;
  }
}
.c-insta-btn__text {
  color: #fff;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  font-size: 14px;
  margin-top: 11px;
}
.c-insta-btn__icon {
  display: block;
  background: url(../image/top/obj-instagram.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .c-insta-btn__icon {
    width: 20px;
    height: 28px;
    margin-left: 17px;
  }
}
@media (max-width: 767px) {
  .c-insta-btn__icon {
    width: 25px;
    height: 35px;
    margin: 53px 0 0 17px;
  }
}

.home {
  position: relative;
}
.home-mv {
  background: #DAE0E3;
}
.home-mv-inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .home-mv-inner {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .home-mv-inner {
    height: 100vh;
  }
}
.home-mv-side {
  background: #DAE0E3;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .home-mv-side {
    width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    height: 100%;
  }
}
.home-mv-side__inner {
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@-webkit-keyframes mvSide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvSide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-mv-side__inner.active {
  -webkit-animation: mvSide 1.5s forwards;
          animation: mvSide 1.5s forwards;
}
.home-mv-side__logo {
  position: absolute;
  width: 141px;
}
@media screen and (min-width: 768px), print {
  .home-mv-side__logo {
    bottom: 40px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .home-mv-side__logo {
    top: -100px;
    left: 23px;
  }
}
.home-mv-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px), print {
  .home-mv-heading {
    position: absolute;
    width: 192px;
    top: 16%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .home-mv-heading {
    width: 173px;
    margin-top: 9%;
    margin-left: 43%;
  }
}
@media screen and (min-width: 768px), print {
  .home-mv-title {
    width: 105px;
  }
}
@media (max-width: 767px) {
  .home-mv-title {
    width: 95px;
  }
}
@media screen and (min-width: 768px), print {
  .home-mv-logo {
    width: 58px;
    margin-right: 29px;
  }
}
@media (max-width: 767px) {
  .home-mv-logo {
    width: 52px;
    margin-right: 26px;
  }
}
@media screen and (min-width: 768px), print {
  .home-mv-main {
    width: calc(100% - 340px);
    height: calc(100% - 60px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 340px);
            flex: 0 0 calc(100% - 340px);
    margin: 30px 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .home-mv-main {
    height: 46%;
  }
}
.home-mv-main__box {
  overflow: hidden;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.home-mv-main__box .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.home-mv-main__box .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.home-mv-main__box .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.home-mv-main__box .swiper-slide-active figure,
.home-mv-main__box .swiper-slide-duplicate-active figure,
.home-mv-main__box .swiper-slide-prev figure {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.home-mv-main__box, .home-mv-main__inner, .home-mv-main__item, .home-mv-main__item figure, .home-mv-main__item figure img {
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .home-mv-main__item figure img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
  }
}
.home-mv-news {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .home-mv-news {
    width: 70px;
    bottom: 50px;
    right: 16%;
  }
}
@media (max-width: 767px) {
  .home-mv-news {
    bottom: 10px;
    right: 6%;
    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;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  @-webkit-keyframes mvNews {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes mvNews {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .home-mv-news.active {
    -webkit-animation: mvNews 1.5s forwards;
            animation: mvNews 1.5s forwards;
  }
}
.home-mv-news__date {
  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;
  width: 70px;
  height: 70px;
  border: 1.5px solid #000;
  border-radius: 50%;
}
.home-mv-news__date time {
  display: block;
  text-align: center;
}
.home-mv-news__date time small {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  display: block;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.home-mv-news__date time small::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.home-mv-news__date time small:nth-of-type(1)::after {
  width: 85%;
}
@media screen and (min-width: 768px), print {
  .home-mv-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-mv-news__list {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .home-mv-news__item {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
  }
}
.home-mv-news__item a {
  transition: opacity 0.3s ease;
}
.home-mv-news__item a:hover {
  opacity: 0.6;
}
.home-mv-news__item a, .home-mv-news__item span {
  display: block;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-mv-news__item a, .home-mv-news__item span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15em;
    /* text-indent: -0.5em; */
  }
}
@media (max-width: 767px) {
  .home-mv-news__item a, .home-mv-news__item span {
    font-size: 3.733vw;
    line-height: 22px;
    /* text-indent: 1em; */
  }
}

.home-album {
  background: #DAE0E3;
}
@media screen and (min-width: 768px), print {
  .home-album {
    padding: 350px 0 468px;
  }
}
@media (max-width: 767px) {
  .home-album {
    padding: 60px 0 40px 0;
  }
}
@media screen and (min-width: 768px), print {
  .home-album-inner {
    width: 1088px;
    margin: 0 auto;
    position: relative;
  }
}
.home-album-text {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-album-text {
    font-size: 22px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .home-album-text {
    font-size: 17px;
    line-height: 38px;
    padding: 0 27px 0 20px;
  }
}
@media screen and (min-width: 768px), print {
  .home-album-list {
    position: absolute;
    width: 830px;
    height: 1371px;
    top: -280px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  .home-album-list {
    position: relative;
    width: 100%;
    height: 1150px;
    margin-top: 50px;
  }
}
.home-album-item {
  background: #fff;
  -webkit-box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.15);
          box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.15);
}
@media screen and (min-width: 768px), print {
  .home-album-item {
    position: absolute;
    width: 480px;
    height: 326px;
  }
}
@media (max-width: 767px) {
  .home-album-item {
    display: block;
    width: 330px;
    height: 222px;
    position: absolute;
  }
}
.home-album-item span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .home-album-item span {
    width: 460px;
    height: 306px;
  }
}
@media (max-width: 767px) {
  .home-album-item span {
    width: 316px;
    height: 208px;
  }
}
@media screen and (min-width: 768px), print {
  .home-album-item.item01 {
    top: 95px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .home-album-item.item01 {
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.home-album-item.item01 span {
  background: url(../image/top/img-album01.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 768px), print {
  .home-album-item.item02 {
    top: 482px;
    right: 150px;
  }
}
@media (max-width: 767px) {
  .home-album-item.item02 {
    top: 200px;
    left: -15px;
  }
}
.home-album-item.item02 span {
  background: url(../image/top/img-album02.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center top;
}
.home-album-item.item03 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px), print {
  .home-album-item.item03 {
    width: 463px;
    height: 507px;
    background: url(../image/top/img_frame-pc.png) no-repeat 0 0;
    background-size: cover;
    top: 0;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .home-album-item.item03 {
    width: 335px;
    height: 370px;
    background: url(../image/top/img_frame.png) no-repeat 0 0;
    background-size: cover;
    top: 355px;
    left: 18px;
  }
}
.home-album-item.item04 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px), print {
  .home-album-item.item04 {
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 850px;
    height: 503px;
    background: url(../image/top/img-album03-pc.png) no-repeat 0 0;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .home-album-item.item04 {
    bottom: 0;
    right: -17px;
    width: 370px;
    height: 407px;
    background: url(../image/top/img-album03.png) no-repeat 0 0;
    background-size: cover;
  }
}

.home-imgBlock {
  background: url(../image/top/img-imgblock-pc.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px), print {
  .home-imgBlock {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .home-imgBlock {
    width: 100%;
    height: 230px;
  }
}

.home-plan {
  background: #F2EEE9;
}
.home-plan-inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .home-plan-inner {
    width: 1089px;
    margin: 0 auto;
    padding-top: 137px;
  }
}
@media (max-width: 767px) {
  .home-plan-inner {
    padding-top: 145px;
  }
}
.home-plan-light {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home-plan-light[data-scroll=in] {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .home-plan-light[data-scroll=in] {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .home-plan-light[data-scroll=in] {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-light {
    width: 108px;
    top: 0;
    right: 108px;
  }
}
@media (max-width: 767px) {
  .home-plan-light {
    width: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
    top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-heading {
    margin: 0 auto;
  }
}
.home-plan-heading__list {
  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;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__list {
    width: 361px;
    margin: 55px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__list {
    width: 86%;
    margin: 35px auto 0 auto;
  }
}
.home-plan-heading__item {
  background: #C1965B;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home-plan-heading__item[data-scroll=in] {
  opacity: 1;
}
.home-plan-heading__item.item01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item.item01 p + p {
    margin-top: 0;
  }
}
.home-plan-heading__item.item02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.home-plan-heading__item.item03 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item {
    width: 106px;
    height: 107px;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__item {
    width: 103px;
    height: 103px;
  }
}
@media (max-width: 320px) {
  .home-plan-heading__item {
    width: 85px;
    height: 90px;
  }
}
.home-plan-heading__item p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item p.bigger {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__item p.bigger {
    font-size: 23px;
  }
}
.home-plan-heading__item p.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item p.eng {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__item p.eng {
    font-size: 21px;
  }
}
.home-plan-heading__item p span.num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item p span.num {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__item p span.num {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__item p + p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__item p + p {
    margin-top: 5px;
  }
}
.home-plan-heading__text {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-plan-heading__text {
    font-size: 16px;
    line-height: 34px;
    margin-top: 55px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-plan-heading__text {
    font-size: 14px;
    line-height: 29px;
    margin-top: 50px;
    padding: 0 25px;
  }
}
.home-plan-title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-plan-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-plan-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-list {
    margin-top: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .home-plan-list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-box {
    padding: 50px 52px 58px 52px;
  }
}
@media (max-width: 767px) {
  .home-plan-box {
    padding: 30px;
  }
}
.home-plan-item {
  background: #fff;
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.home-plan-item[data-scroll=in] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home-plan-item::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 12px;
  background: #000;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .home-plan-item {
    width: 506px;
  }
  .home-plan-item.item01 .home-plan-box {
    padding: 50px 52px 58px 52px;
  }
}
@media (max-width: 767px) {
  .home-plan-item + .home-plan-item {
    margin-top: 50px;
  }
}
.home-plan-item__eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.home-plan-item__title {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 11px;
  }
}
.home-plan-item__title span {
  display: inline-block;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  text-align: center;
  border-radius: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home-plan-item__title span:nth-of-type(1) {
  background: url(../image/top/img_bg-plan.png) no-repeat 0 0;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__title span:nth-of-type(1) {
    width: 76px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__title span:nth-of-type(1) {
    width: 63px;
  }
}
.home-plan-item__title span:nth-of-type(2) {
  background: #C9B080;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__title span:nth-of-type(2) {
    width: 103px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__title span:nth-of-type(2) {
    width: 86px;
  }
}
@media screen and (min-width: 768px), print {
  .home-plan-item__title span {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__title span {
    font-size: 11px;
    line-height: 22px;
  }
}
.home-plan-item__price {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__price {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__price {
    margin-top: 10px;
  }
}
.home-plan-item__price .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.home-plan-item__time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__time {
    font-size: 15px;
    line-height: 28px;
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__time {
    font-size: 14px;
    line-height: 26px;
    margin-top: 21px;
  }
}
.home-plan-item__label {
  display: block;
  width: 103px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__label {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__label {
    margin-top: 20px;
  }
}
.home-plan-item__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (min-width: 768px), print {
  .home-plan-item__text {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home-plan-item__text {
    font-size: 14px;
    line-height: 25px;
  }
}
.home-plan-item__notice {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
}
.home-plan-slider {
  overflow: hidden;
}
.home-plan-slider .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.home-plan-slider .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.home-plan-slider .swiper-slide figure img {
  display: block;
}
.home-plan-caution {
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home-plan-caution[data-scroll=in] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home-plan-caution::after {
  content: "";
  position: absolute;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  background: #DAE0E3;
  left: -35px;
  top: -80px;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .home-plan-caution {
    margin-top: 43px;
    padding: 55px 52px 43px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .home-plan-caution {
    margin: 50px 30px 0 20px;
    padding: 30px 30px 40px 30px;
  }
}
.home-plan-caution__title {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-plan-caution__title {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .home-plan-caution__title {
    font-size: 18px;
    line-height: 27px;
  }
}
.home-plan-caution__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 25px;
}
@media screen and (min-width: 768px), print {
  .home-plan-caution__text {
    margin-left: 47px;
  }
}
@media (max-width: 767px) {
  .home-plan-caution__text {
    margin-top: 30px;
  }
}
.home-plan-caution__text p {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .home-plan-caution__text p.noIndent {
    padding-left: 0;
    text-indent: 0;
  }
}
.home-plan-button {
  display: block;
  background-color: #111111;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  font-size: 18px;
  border-radius: 46px;
  padding: 30px 0 32px;
}
.home-plan-button::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 41px;
  background: url(../image/top/obj-calendar.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .home-plan-button {
    width: 480px;
    margin: 80px auto 0 auto;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .home-plan-button:hover {
    background-color: rgba(17, 17, 17, 0.5);
  }
}
@media (max-width: 767px) {
  .home-plan-button {
    margin: 50px 30px 0 20px;
  }
  .home-plan-button span {
    display: inline-block;
    padding-left: 10px;
  }
}

.home-profile {
  background: #F2EEE9;
}
@media screen and (min-width: 768px), print {
  .home-profile {
    padding: 150px 0 200px;
  }
}
@media (max-width: 767px) {
  .home-profile {
    padding: 80px 50px 100px 50px;
  }
}
@media screen and (min-width: 768px), print {
  .home-profile-inner {
    width: 904px;
    margin: 0 auto;
    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;
  }
}
.home-profile-img {
  display: block;
  background: #fff;
  -webkit-box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.15);
          box-shadow: 2px 2px 1px rgba(17, 17, 17, 0.15);
}
@media screen and (min-width: 768px), print {
  .home-profile-img {
    width: 480px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .home-profile-img {
    padding: 7px;
  }
}
@media screen and (min-width: 768px), print {
  .home-profile-item {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .home-profile-item {
    margin-top: 20px;
  }
}
.home-profile-subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.home-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .home-profile-name {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .home-profile-name {
    margin-top: 20px;
  }
}
.home-profile-name span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.home-profile-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
}
@media screen and (min-width: 768px), print {
  .home-profile-text {
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .home-profile-text {
    margin-top: 30px;
  }
}

.home-about {
  background: #F2EEE9;
}
.home-about-title {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-about-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-about-title {
    font-size: 30px;
  }
}
.home-about-text {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .home-about-text {
    font-size: 16px;
    line-height: 34px;
    margin: 60px auto 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-about-text {
    margin-top: 40px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 29px;
  }
}
.home-about-slider {
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .home-about-slider {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .home-about-slider {
    margin-top: 50px;
  }
}
.home-about-slider .swiper-my-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 46px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .home-about-slider .swiper-my-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .home-about-slider .swiper-my-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
  }
}
.home-about-slider .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.home-about-slider .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 768px), print {
  .home-about-slider .swiper-slide {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .home-about-slider .swiper-slide {
    height: 375px;
  }
}
.home-about-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-about-slider .swiper-my-pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .home-about-slider .swiper-my-pagination {
    width: 920px;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .home-about-slider .swiper-my-pagination {
    width: 285px;
    margin: 10px auto 0 auto;
  }
}
.home-about-slider .swiper-my-pagination img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}
.home-about-slider .swiper-my-pagination .swiper-pagination-bullet-active {
  border: 2px solid #111;
}
.home-about-slider .swiper-pagination-bullet img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  border-radius: 46px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .home-about-slider .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .home-about-slider .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 9px;
  }
}
@media (max-width: 767px) {
  .home-about-slider .swiper-pagination-bullet:nth-of-type(7) {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .home-about-slider .swiper-pagination-bullet:nth-of-type(n+7) {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px), print {
  .home-access {
    width: 906px;
    margin: 142px auto 0 auto;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .home-access {
    padding: 40px 25px 60px 25px;
  }
}
@media screen and (min-width: 768px), print {
  .home-access-box {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.home-access-info {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .home-access-info {
    width: 354px;
  }
  .home-access-info::after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 4px);
    background: url(../image/top/obj-dots-map.png) no-repeat 0 0;
    background-size: cover;
    left: -40px;
    top: -2px;
  }
}
.home-access-info__title {
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.home-access-info__title span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.home-access-info__title small {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .home-access-info__tel {
    margin-top: 24px;
    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;
  }
}
@media (max-width: 767px) {
  .home-access-info__tel {
    display: block;
    margin-top: 20px;
  }
}
.home-access-info__tel span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  border-bottom: 1px solid #111;
}
.home-access-info__tel small {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 767px) {
  .home-access-info__tel small {
    display: block;
    margin-top: 10px;
  }
}
.home-access-info__mail {
  display: block;
}
@media screen and (min-width: 768px), print {
  .home-access-info__mail {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home-access-info__mail {
    margin-top: 13px;
  }
}
.home-access-info__mail span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  border-bottom: 1px solid #111;
}
.home-access-info__about {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .home-access-info__about {
    margin-top: 24px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .home-access-info__about {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
  }
}
.home-access-info__about small {
  font-size: 12px;
  display: inline-block;
  margin-left: 7px;
}
.home-access-info__button {
  display: block;
  background-color: #111111;
  color: #fff;
  position: relative;
  font-family: "Koburina Gothic W6 JIS2004";
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  padding: 14px 0 11px;
  border-radius: 46px;
  text-align: center;
}
.home-access-info__button::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 22px;
  background: url(../image/top/ico-map.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}
@media screen and (min-width: 768px), print {
  .home-access-info__button {
    width: 352px;
    margin-top: 20px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .home-access-info__button:hover {
    background-color: rgba(17, 17, 17, 0.5);
  }
}
@media (max-width: 767px) {
  .home-access-info__button {
    margin-top: 30px;
  }
  .home-access-info__button span {
    display: inline-block;
    padding-left: 4px;
  }
}
.home-access-img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .home-access-img {
    width: 444px;
  }
}
@media (max-width: 767px) {
  .home-access-img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .home-access-pay {
    margin-top: 50px;
    padding: 40px 36px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../image/top/obj-dots-pay.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .home-access-pay {
    margin-top: 13px;
    padding: 20px;
    background: url(../image/top/obj-dots-pay__sp.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
}
.home-access-pay__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .home-access-pay__title {
    font-size: 16px;
    line-height: 30px;
    width: 420px;
  }
}
@media (max-width: 767px) {
  .home-access-pay__title {
    font-size: 14px;
    line-height: 28px;
  }
}
.home-access-pay__img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .home-access-pay__img {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .home-access-pay__img {
    margin-top: 20px;
  }
}
