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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  background: none;
}

@font-face {
  font-family: "CelinePeachFreeSans";
  font-style: normal;
  font-weight: normal;
  src: local("CelinePeachFreeSans"), url("../font/CelinePeachSans.woff") format("woff");
}
@font-face {
  font-family: "CelinePeachFreeScript";
  font-style: normal;
  font-weight: normal;
  src: local("CelinePeachFreeScript"), url("../font/CelinePeachScript.woff") format("woff");
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  width: 100%;
  color: #7a7a78;
  background-color: #eae9e7;
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: normal;
}

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

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anime {
  opacity: 0;
}

.animated.fadeInDown {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeIn {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.delay-4 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-5 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.delay-6 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #eae9e7;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .nav-open .header {
    background-color: #7a7b78;
  }
}
.header .wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header .wrap {
    min-width: 1000px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header .wrap {
    padding: 0;
  }
}
.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #cecdcb;
}
@media screen and (max-width: 768px) {
  .header-contents {
    height: 60px;
  }
}
.header-contents-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .header-contents-logo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .header-contents-logo {
    margin-left: 16px;
    width: 140px;
  }
  .nav-open .header-contents-logo {
    height: 17px;
    background-image: url(../img/nav-logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-open .header-contents-logo img {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .header-contents .menu-menu-1-container {
    width: 38%;
  }
}
@media screen and (min-width: 769px) {
  .header-contents-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .header-contents-nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    margin: auto;
    padding: 60px 0;
    width: 100%;
    background-color: #7a7b78;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-open .header-contents-nav {
    visibility: visible;
    opacity: 1;
  }
}
.header-contents-nav li {
  font-size: 16px;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .header-contents-nav li {
    position: relative;
    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;
    height: 60px;
  }
  .header-contents-nav li.current-menu-item::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #a4a5a2;
  }
}
.header-contents-nav li a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header-contents-nav li a {
    display: block;
    padding: 0 40px;
    background-color: #7a7b78;
    color: #eae9e8;
    font-size: 30px;
  }
}
.header-contents-nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  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: 60px;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .header-contents-nav-btn {
    display: none;
  }
}
.header-contents-nav-btn span {
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #908379;
}
.nav-open .header-contents-nav-btn span {
  background: none;
}
.header-contents-nav-btn span::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #908379;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav-open .header-contents-nav-btn span::before {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-contents-nav-btn span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #908379;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav-open .header-contents-nav-btn span::after {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-contents-follow {
  position: fixed;
  bottom: 50px;
  left: 40px;
  display: none;
  color: #eae9e8;
  font-family: "CelinePeachFreeSans";
}
@media screen and (max-width: 768px) {
  .nav-open .header-contents-follow {
    display: block;
  }
}
.header-contents-follow-ttl {
  margin-bottom: 10px;
  font-size: 15px;
}
.header-contents-follow-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-contents-follow-list-item a {
  color: #eae9e8;
  text-decoration: none;
  font-size: 15px;
}
.header-contents-follow-list-item a img {
  margin-right: 10px;
}
.header-contents-link {
  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;
  background-color: #908379;
  color: #fff;
  text-decoration: none;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .header-contents-link {
    right: 20px;
    margin: auto 0;
    width: 200px;
    height: 40px;
    letter-spacing: 0.2em;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-contents-link {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    margin: auto;
    width: 60px;
    font-size: 12px;
  }
  .nav-open .header-contents-link {
    background-color: #eae9e8;
    color: inherit;
  }
}
.header-contents-link-2 {
  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;
  background-color: #cab2a0;
  color: #fff;
  text-decoration: none;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .header-contents-link-2 {
    right: 240px;
    margin: auto 20px auto auto;
    width: 200px;
    height: 40px;
    letter-spacing: 0.2em;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-contents-link-2 {
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    margin: auto;
    width: 60px;
    background-image: url(../img/nana.png);
    background-position: center;
    background-size: 42px auto;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0);
    letter-spacing: 0.2em;
    font-size: 15px;
  }
  .nav-open .header-contents-link-2 {
    background-color: #c8c8c8;
  }
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    width: 1000px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 16px;
  }
}

.main {
  display: block;
}

.link-txt {
  text-align: center;
  font-family: "CelinePeachFreeSans";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .link-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .link-txt {
    font-size: 22px;
  }
}
.link-txt a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #7a7a78;
}

@media screen and (min-width: 769px) {
  .vivian-page {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .vivian-page {
    padding-top: 40px;
  }
}
.vivian-page-ttl {
  text-align: center;
  font-family: "CelinePeachFreeSans";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .vivian-page-ttl {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .vivian-page-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.footer {
  text-align: center;
  margin-top: 40px;
}
.footer .wrap {
  width: auto;
}
.footer-contents {
  padding: 20px 0;
  border-top: 2px solid #cecdcb;
}
.footer-copy {
  font-size: 10px;
  letter-spacing: 0.2em;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 40px;
}

.top-ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .top-ttl {
    margin-bottom: 50px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 20px;
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) {
  .top-mv {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv {
    position: relative;
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .wrap {
    position: relative;
  }
}
.top-mv-ttl {
  position: relative;
  z-index: 1;
  font-family: "CelinePeachFreeSans";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top-mv-ttl {
    margin-left: 50px;
    font-size: 100px;
  }
  .top-mv-ttl img {
    max-width: none;
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-ttl {
    text-align: center;
    font-size: 15vw;
  }
  .top-mv-ttl img {
    max-width: none;
    width: auto;
    height: 15vw;
  }
}
.top-mv-ttl-txt {
  display: block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-mv-ttl-txt:nth-child(1) {
    display: block;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .top-mv-ttl-txt:nth-child(2) {
    margin-left: 2.275em;
  }
  .top-mv-ttl-txt:nth-child(2) img {
    width: auto;
    height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-ttl-txt:nth-child(2) {
    display: block;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-mv-ttl-txt:nth-child(2) img {
    width: auto;
    height: 15.5vw;
  }
}
@media screen and (min-width: 769px) {
  .top-mv-ttl-txt:nth-child(3) {
    margin-left: 0.45em;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-ttl-txt:nth-child(3) {
    margin-right: 2.275em;
  }
}
.top-mv-img-01 {
  max-width: 612px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-mv-img-01 {
    margin: -210px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-img-01 {
    margin: -110px auto 0;
  }
}
.top-mv-img-02 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-mv-img-02 {
    bottom: 80px;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-img-02 {
    bottom: 240px;
    left: 16px;
    width: calc(40% - 16px);
  }
  .top-mv-img-02 img {
    width: 100%;
  }
}
.top-mv-img-03 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-mv-img-03 {
    right: 140px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-img-03 {
    right: 0;
    bottom: 170px;
    width: 55%;
  }
  .top-mv-img-03 img {
    width: 100%;
  }
}
.top-mv-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "CelinePeachFreeSans";
  line-height: 0.9;
}
@media screen and (min-width: 769px) {
  .top-mv-copy {
    margin-top: -50px;
    font-size: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-copy {
    margin-top: -30px;
    font-size: 10vw;
  }
}
.top-mv-copy-txt {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-mv-copy-txt:nth-child(1) {
    margin-right: 3em;
  }
}
@media screen and (min-width: 769px) {
  .top-mv-copy-txt:nth-child(2) {
    margin-right: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-copy-txt:nth-child(3) {
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .top-mv-copy-txt:nth-child(4) {
    margin-right: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-copy-txt:nth-child(4) {
    margin-left: 1.5em;
  }
}
.top-mv-txt {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .top-mv-txt {
    margin: 50px 0 0 250px;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-txt {
    margin: 180px 0 0 0;
    padding-bottom: 30px;
    font-size: 15px;
  }
}
.top-news-contents {
  border-top: 2px solid #cecdcb;
  border-bottom: 2px solid #cecdcb;
}
@media screen and (min-width: 769px) {
  .top-news-contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news-contents {
    padding: 50px 0;
  }
}
.top-news-contents-list {
  margin: 0 auto 50px;
  max-width: 460px;
}
.top-news-contents-list-item {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #cecdcb;
}
.top-news-contents-list-item:last-child {
  border-bottom: 1px solid #cecdcb;
}
.top-news-contents-list-item-date {
  color: #9e9e9e;
}
@media screen and (min-width: 769px) {
  .top-news-contents-list-item-date {
    font-weight: bold;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-news-contents-list-item-date {
    font-size: 12px;
  }
}
.top-news-contents-list-item-txt {
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  .top-news-contents-list-item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-news-contents-list-item-txt {
    font-size: 12px;
  }
}
.top-news-contents-list-item a {
  color: inherit;
  text-decoration: none;
}
.top-news-contents-list-item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 23px;
  height: 5px;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}
.top-price-contents {
  position: relative;
  border-bottom: 2px solid #cecdcb;
}
@media screen and (min-width: 769px) {
  .top-price-contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-price-contents {
    padding: 50px 0;
  }
}
.top-price-img-01 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-price-img-01 {
    top: 150px;
    right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-price-img-01 {
    top: 130px;
    right: -16px;
    width: 50vw;
  }
  .top-price-img-01 img {
    width: 100%;
  }
}
.top-price-img-02 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-price-img-02 {
    bottom: 210px;
    left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .top-price-img-02 {
    top: 200px;
    left: -16px;
    width: 45vw;
  }
  .top-price-img-02 img {
    width: 100%;
  }
}
.top-price-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "CelinePeachFreeSans";
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .top-price-copy {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-price-copy {
    margin-top: 58vw;
    font-size: 10vw;
  }
}
.top-price-copy-txt {
  display: block;
}
.top-price-copy-txt:nth-child(1) {
  margin-right: 4.5em;
}
.top-price-copy-txt:nth-child(3) {
  margin-right: 2.5em;
}
@media screen and (min-width: 769px) {
  .top-price-copy-txt:nth-child(4) {
    margin-left: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-price-copy-txt:nth-child(4) {
    margin-right: 1em;
    text-align: right;
  }
}
.top-price-txt {
  padding-bottom: 30px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .top-price-txt {
    margin: 40px 0 50px 430px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-price-txt {
    margin: 30px 0 30px 20px;
    font-size: 15px;
  }
}
.top-staff-contents {
  border-bottom: 2px solid #cecdcb;
}
@media screen and (min-width: 769px) {
  .top-staff-contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-staff-contents {
    padding: 50px 0;
  }
}
.top-staff-contents-list {
  margin: 0 auto 50px;
}
.top-staff-contents-list-item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-staff-contents-list-item {
    margin: 0 auto 50px;
  }
}
.top-staff-contents-list-item:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-staff-contents-list-item-img {
  width: 135px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .top-staff-contents-list-item-img {
    margin: 0 auto 10px;
  }
}
.top-staff-contents-list-item-txt {
  margin: 0 20px;
  letter-spacing: 0.025em;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .top-staff-contents-list-item-txt {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-staff-contents-list-item-txt {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.top-staff-contents-list-item a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .top-staff-contents-list-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .top-staff-contents-list-item a {
    text-align: center;
    line-height: 1;
  }
}
.top-staff-contents-list-item a::after {
  content: "";
  display: block;
  border: 1px solid #7a7a78;
  border-radius: 50%;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .top-staff-contents-list-item a::after {
    width: 50px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-staff-contents-list-item a::after {
    margin: 0 auto;
    width: 75px;
    height: 35px;
  }
}
.top-design-contents {
  border-bottom: 2px solid #cecdcb;
}
@media screen and (min-width: 769px) {
  .top-design-contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-design-contents {
    padding: 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .top-info-contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-info-contents {
    padding: 50px 0;
    text-align: center;
  }
}
.top-info-contents-txt {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .top-info-contents-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-info-contents-txt {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .top-info-contents-list {
    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;
  }
}
@media screen and (max-width: 768px) {
  .top-info-contents-list {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .top-info-contents-list-item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-info-contents-list-item {
    margin: 0 auto 20px;
    text-align: left;
  }
}
.top-info-contents-list-item-icon {
  margin-right: 10px;
}
.top-info-contents-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .top-info-contents-list-item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-info-contents-map {
  margin: 50px auto 0;
  max-width: 640px;
  width: 100%;
}
.top-info-contents-map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-info-contents-map iframe {
    height: 300px;
  }
}

.price-wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .price-wrap {
    padding: 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .price-contents {
    padding: 40px 30vw 340px 40px;
    background-image: url(../img/bg-price.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .price-contents {
    padding: 110% 20px 20px 20px;
    background-color: #fff;
    background-image: url(../img/bg-price-sp.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.price-contents-section + .price-contents-section {
  margin-top: 40px;
}
.price-contents-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(122, 123, 120, 0.5);
}
@media screen and (min-width: 769px) {
  .price-contents-ttl {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .price-contents-ttl {
    font-size: 17px;
  }
}
.price-contents-section:has(.price-contents-set) .price-contents-ttl {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .price-contents-ttl small {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-contents-ttl small {
    display: block;
    font-size: 10px;
  }
}
.price-contents-txt + .price-contents-ttl {
  margin-top: 40px;
}
.price-contents-lead {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(122, 123, 120, 0.5);
}
@media screen and (min-width: 769px) {
  .price-contents-lead {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-contents-lead {
    font-size: 10px;
  }
}
.price-contents-set {
  margin-top: 10px;
  padding: 0 20px;
  border: 1px solid rgba(122, 123, 120, 0.5);
}
@media screen and (min-width: 769px) {
  .price-contents-set {
    letter-spacing: 0.1em;
    font-size: 14px;
  }
}
.price-contents-txt {
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .price-contents-txt {
    letter-spacing: 0.1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .price-contents-txt {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .price-contents-txt.note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-contents-txt.note {
    font-size: 10px;
  }
}
.price-contents-txt + .price-contents-txt {
  border-top: 1px dashed rgba(122, 123, 120, 0.5);
}
.price-contents-txt:last-child {
  border-bottom: 1px solid rgba(122, 123, 120, 0.5);
}
.price-contents-set .price-contents-txt {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .staff-contents {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents {
    padding-top: 40px;
  }
}
.staff-contents-list {
  position: relative;
}
@media screen and (min-width: 769px) {
  .staff-contents-list {
    padding: 0 0 60px 60px;
    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;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents-list {
    padding: 0 0 60px;
  }
}
.staff-contents-list + .staff-contents-list {
  border-top: 1px solid #c7c7c5;
  padding-top: 60px;
}
.staff-contents-list-img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .staff-contents-list-img {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents-list-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.staff-contents-list-img-02 {
  text-align: right;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .staff-contents-list-img-02 {
    margin-right: -16px;
  }
}
@media screen and (min-width: 769px) {
  .staff-contents-list-body {
    width: calc(100% - 300px);
  }
}
.staff-contents-list-ttl {
  letter-spacing: 0.025em;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .staff-contents-list-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents-list-ttl {
    font-size: 30px;
    line-height: 1;
  }
}
.staff-contents-list-ttl-bottom {
  letter-spacing: 0.025em;
  font-family: "CelinePeachFreeSans";
}
@media screen and (min-width: 769px) {
  .staff-contents-list-ttl-bottom {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents-list-ttl-bottom {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.staff-contents-list-lead {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .staff-contents-list-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents-list-lead {
    font-size: 15px;
  }
}
.staff-contents-list-txt {
  font-size: 12px;
  margin-bottom: 30px;
}
.staff-contents-list-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "CelinePeachFreeSans";
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
  .staff-contents-list-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .staff-contents-list-link {
    font-size: 20px;
  }
}

.media-contents-list {
  color: inherit;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .media-contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .media-contents-list {
    display: block;
    padding: 20px 0 50px;
  }
}
.media-contents-list + .media-contents-list {
  border-top: 1px solid #c7c7c5;
  padding-top: 50px;
}
@media screen and (min-width: 769px) {
  .media-contents-list-img {
    margin-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .media-contents-list-img {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .media-contents-list-body {
    width: 280px;
  }
}
.media-contents-list-date {
  color: #9d9e9e;
}
@media screen and (min-width: 769px) {
  .media-contents-list-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .media-contents-list-date {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .media-contents-list-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .media-contents-list-ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .media-contents-list-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .media-contents-list-txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .media-contents-list::after {
    content: "";
    display: block;
    height: 5px;
    width: 23px;
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
  }
}

.news-contents-list {
  color: inherit;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .news-contents-list {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-contents-list {
    display: block;
    padding: 20px 0 50px;
  }
}
.news-contents-list + .news-contents-list {
  border-top: 1px solid #c7c7c5;
  padding-top: 50px;
}
@media screen and (min-width: 769px) {
  .news-contents-list-body-contents {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-contents-list-body-contents {
    font-size: 12px;
  }
}
.news-contents-list-date {
  color: #9d9e9e;
}
@media screen and (min-width: 769px) {
  .news-contents-list-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-contents-list-date {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .news-contents-list-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news-contents-list-ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .news-contents-list-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-contents-list-txt {
    font-size: 12px;
  }
}
.news-contents-list-pager > .page-numbers {
  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;
}
@media screen and (min-width: 769px) {
  .news-contents-list-pager > .page-numbers {
    font-size: 20px;
    padding: 50px 0;
    border-top: 1px solid #c7c7c5;
  }
}
@media screen and (max-width: 768px) {
  .news-contents-list-pager > .page-numbers {
    font-size: 10px;
    padding: 20px 0;
  }
}
.news-contents-list-pager > .page-numbers a {
  text-decoration: none;
  color: inherit;
  margin: 10px;
}
.news-contents-list-pager > .page-numbers .prev {
  margin-left: auto;
  display: block;
  background-image: url(../img/arrow2.png);
  height: 36px;
  width: 23px;
  background-position: center;
  background-repeat: no-repeat;
}
.news-contents-list-pager > .page-numbers .next {
  margin-left: auto;
  display: block;
  height: 36px;
  width: 23px;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

.info-contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .info-contents {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents {
    padding-top: 40px;
  }
}
.info-contents-copy {
  text-align: center;
  font-family: "CelinePeachFreeSans";
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .info-contents-copy {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-copy {
    font-size: 10vw;
    margin-top: -30px;
  }
}
.info-contents-copy-txt {
  display: block;
}
.info-contents-txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .info-contents-txt {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-txt {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .info-contents-img {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img {
    position: relative;
    padding-bottom: 30px;
  }
}
.info-contents-img-01 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .info-contents-img-01 {
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img-01 {
    top: 0px;
    left: 10px;
    width: 25vw;
  }
}
.info-contents-img-02 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .info-contents-img-02 {
    top: 190px;
    left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img-02 {
    top: 25%;
    left: 25%;
    width: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .info-contents-img-03 {
    position: absolute;
    top: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img-03 {
    width: 50vw;
    margin-right: -16px;
    width: 55vw;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img-04 {
    margin-left: -16px;
    width: 55vw;
  }
}
.info-contents-img-05 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .info-contents-img-05 {
    bottom: 20px;
    right: 330px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img-05 {
    bottom: 0;
    right: 20%;
    width: 15vw;
  }
}
.info-contents-img-06 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .info-contents-img-06 {
    bottom: 40px;
    right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .info-contents-img-06 {
    bottom: 15%;
    right: 0;
    width: 30vw;
  }
}