@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/**
 # Foundation
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

:root {
  --primary-color: #3E2D00;
  --secondary-color: #F7F4EF;
  --accent-color: #FBFAF3;
}

:root {
  --mincho-font: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --primary-font: "Sorts Mill Goudy",serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-align: left;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: normal;
  overflow-x: hidden;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

@media screen and (max-width: 768px) {
  body {
    font-size: 4.06vw;
    padding: 0;
  }
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/**
 # Layout
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
.l--breadcrumb {
  line-height: 2;
  box-sizing: content-box;
  max-width: 1190px;
  margin: 200px auto 25px;
  padding: 0 20px;
}
.l--breadcrumb ol {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.l--breadcrumb ol li {
  color: #7e6b6b;
}
.l--breadcrumb ol li:not(:last-child)::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}
.l--breadcrumb a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  color: #7e6b6b;
  outline: 0;
}

.l--bigFooter {
  position: relative;
}

.l--pagetop {
  position: absolute;
  top: -160px;
  right: 50px;
}

.l--pagetop a {
  display: inline-block;
  overflow: hidden;
  padding: 70px 0 10px;
  text-decoration: none;
  color: #7e6b6b;
}

.l--pagetop a::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  content: "";
  -webkit-animation: scrollUp 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollUp 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #7e6b6b;
}

.l--pagetop .txt {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.l--cta {
  display: flex;
  line-height: 1.5;
}
.l--cta-contact {
  background: #a7a7a7;
}
.l--cta-item {
  display: flex;
  width: 50%;
  min-height: 500px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.l--cta-contact__ttl {
  font-size: 2.4rem;
}
.l--cta-contact__txt {
  font-size: 1.2rem;
  margin-top: 15px;
}
.l--cta-contact__info {
  margin-top: 22px;
  padding-top: 30px;
  border-top: 1px solid;
}
.l--cta-inner {
  width: calc(100% - 60px);
  max-width: 400px;
}
.l--cta-menu {
  background: #e3e3e3;
}
.l--cta-menu__list li {
  margin: 0 0 10px;
}
.l--cta-contact__btn {
  margin-top: 22px;
}

.c-btn-footer:focus, .c-btn-footer:hover {
  color: #fff;
  border-color: currentColor;
  background: #cbcbcb;
}

.c-btn-footer {
  color: #7e6b6b;
  outline: 0;
  font-size: 1.5rem;
  position: relative;
  display: block;
  padding: 20px 50px;
  transition: all 0.3s;
  text-decoration: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 2px;
  background: #fafafa;
}
.c-btn-footer:after {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 10px;
  margin: auto;
  content: "";
  transition: all 0.3s;
  background: url(../images/home/ico_arw_r.svg) center center/contain no-repeat;
}

.c-btn-footer:focus::after, .c-btn-footer:hover::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: url(../images/home/ico_arw_r_wh.svg) center center/contain no-repeat;
}

.p-risonare__name {
  line-height: 1.357;
}

.p-risonare__tel {
  font-family: Roboto, sans-serif;
  font-size: 1.71428em;
  line-height: 1.333;
  margin-top: 0.3em;
}

.p-risonare__biztime {
  font-size: 0.85714em;
  margin-top: 1em;
}
.p-risonare__biztime dt {
  font-weight: inherit;
  float: left;
  clear: left;
  margin-right: 1em;
}

.l--footer {
  margin: 0 auto;
  padding: 100px 0 86px;
}

.l--footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.l--wrap {
  line-height: 1.8;
  box-sizing: content-box;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.l--nav-footer li {
  margin-bottom: 10px;
}
.l--nav-footer li a {
  transition: 0.3s;
  color: #7e6b6b;
  outline: 0;
  font-size: 1.4rem;
}

.l--nav-footer a {
  text-decoration: none;
}
.l--nav-footer a:hover {
  opacity: 0.45;
}

.u-mt30 {
  margin-top: 30px !important;
}

.l--copyright {
  font-size: 1.2rem;
  margin-top: 80px;
  text-align: center;
  color: #7e6b6b;
}

.l--nav-footerSub {
  margin-top: 70px;
}

.l--nav-footerSub li {
  margin-bottom: 10px;
}
.l--nav-footerSub li a {
  text-decoration: none;
  transition: 0.3s;
  color: #7e6b6b;
  outline: 0;
}
.l--nav-footerSub li a:hover {
  opacity: 0.45;
}

.c-icon--blank::after {
  display: inline-block;
  width: 0.78em;
  height: 1em;
  margin-left: 0.2em;
  content: "";
  vertical-align: baseline;
  background: url(../images/home/ico_blank.svg) 0 0/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .l--breadcrumb {
    max-width: initial;
    margin: 26.6666666667vw auto 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .l--pagetop {
    position: absolute;
    top: -36.66vw;
    right: 5.3333333333vw;
  }
  .l--cta {
    display: block;
  }
  .l--cta-item {
    display: flex;
    width: auto;
    min-height: 0;
    padding: 16vw 0 16vw;
  }
  .l--cta-contact {
    padding: 18.6666666667vw 0 21.3333333333vw;
  }
  .l--cta-contact__ttl {
    font-size: 6.4vw;
  }
  .l--cta-contact__txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .l--cta-contact__info {
    margin-top: 5.8666666667vw;
    padding-top: 8vw;
  }
  .l--cta-inner {
    width: calc(100% - 60px);
  }
  .l--cta-contact__btn {
    margin-top: 5.3333333333vw;
  }
  .l--footer {
    margin: 0 auto;
    padding: 32vw 0 18.6666666667vw;
  }
  .l--footer__inner {
    display: block;
  }
  .l--nav-footer {
    display: none;
  }
  .l--wrap {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .l--footer-logo {
    text-align: center;
  }
  .l--copyright {
    font-size: 3.2vw;
    margin-top: 16vw;
  }
  .l--nav-footerSub {
    margin-top: 16vw;
  }
  .l--nav-footerSub li {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
.l--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 110px;
}
.l--header__inner {
  position: relative;
  height: 110px;
}
.l--header-logo {
  position: absolute;
  top: 30px;
  left: 27px;
  width: 118px;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l--header-logo:hover {
  opacity: 0.45;
}
.l--header-logo img {
  width: 100%;
  vertical-align: bottom;
}
.l--header-contact {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #FFF;
  width: 190px;
  height: 70px;
  border-radius: 6px;
}
.l--header-contact:link {
  color: var(--primary-color);
  text-decoration: none;
}
.l--header-contact:visited {
  color: var(--primary-color);
  text-rendering: none;
}
.l--header-contact:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--primary-color);
}
.l--header-contact span {
  display: inline-block;
  padding: 0 0 0 20px;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  font-family: var(--mincho-font);
  position: relative;
}
.l--header-contact span:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 1px solid #7E7253;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 2.5px;
}
.l--header.fixed {
  background-color: rgba(246, 244, 238, 0.75);
}

@media screen and (max-width: 768px) {
  .l--header {
    height: 18.6666666667vw;
  }
  .l--header__inner {
    position: relative;
    height: 18.6666666667vw;
  }
  .l--header-logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    width: 26.6666666667vw;
  }
  .l--header-contact {
    margin: 16vw auto 0;
    position: relative;
    top: inherit;
    right: inherit;
    background-color: #FFF;
    width: 64vw;
    height: 13.3333333333vw;
    border-radius: 1.6vw;
    border: 1px solid var(--primary-color);
  }
  .l--header-contact:link {
    color: var(--primary-color);
    text-decoration: none;
  }
  .l--header-contact:visited {
    color: var(--primary-color);
    text-rendering: none;
  }
  .l--header-contact span {
    padding: 0 0 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .l--header-contact span:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 1px solid #7E7253;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 2.5px;
  }
}
/**
 # Objects -  Compornent -
 */
/**
 # Objects -  project -
 */
/*
    animation.scss
---------------------------------------------------------------------------- */
/*
    home[keyvisual]
--------------------------------------------------------------*/
body.loading .h--hero-images {
  opacity: 0;
  transform: translateX(50px) scale(1.05);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

body.loaded .h--hero-images {
  opacity: 1;
  transform: translateX(0) scale(1);
}

body.loading .h--hero-titleblock {
  opacity: 0;
  transform: translateX(-100px) scale(1);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.5s;
}

body.loaded .h--hero-titleblock {
  opacity: 1;
  transform: translateX(0) scale(1);
}

body.loading .h--hero-title {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: translateY(10px) scale(1);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1s;
}

body.loaded .h--hero-title {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: translateY(0px) scale(1);
}

body.loading .h--hero-subtitle {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: translateY(10px) scale(1);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s;
}

body.loaded .h--hero-subtitle {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: translateY(0px) scale(1);
}

body.loading .h--hero-text {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: translateY(10px) scale(1);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.25s;
}

body.loaded .h--hero-text {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: translateY(0px) scale(1);
}

body.loading .h--hero-scroll {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 2s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.05s;
}

body.loaded .h--hero-scroll {
  opacity: 1;
  transform: translateY(0px) scale(1);
}

body.loading .l--header {
  transform: translateY(-80px);
  opacity: 0;
  transition: 1.05s cubic-bezier(0.09, 0.83, 0.1, 0.79) 1.25s;
}

body.loaded .l--header {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body.loading .h--hero-images {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  }
  body.loaded .h--hero-images {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  body.loading .h--hero-titleblock {
    opacity: 0;
    transform: translateY(0) scale(1);
    transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.5s;
  }
  body.loaded .h--hero-titleblock {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/*
    home[h--message]
--------------------------------------------------------------*/
.h--message-text {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--message-text.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--choice]
--------------------------------------------------------------*/
.c--title {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.5s;
}

.c--title.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.right__photo .h--choice-mainblock-content {
  opacity: 0;
  transform: translateX(-100px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.right__photo .h--choice-mainblock-content.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.right__photo .h--choice-mainblock-photo {
  opacity: 0;
  transform: translateX(100px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.right__photo .h--choice-mainblock-photo.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.left__photo .h--choice-mainblock-content {
  opacity: 0;
  transform: translateX(100px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.left__photo .h--choice-mainblock-content.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.left__photo .h--choice-mainblock-photo {
  opacity: 0;
  transform: translateX(-100px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.left__photo .h--choice-mainblock-photo.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.h--choice-photoblock01 {
  opacity: 0;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(0.95);
}

.h--choice-photoblock02 {
  opacity: 0;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(0.95);
}

.h--choice-photoblock01.lazyloaded {
  opacity: 1;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(1);
}

.h--choice-photoblock02.lazyloaded {
  opacity: 1;
  transition: 0.25s ease-out 0.55s;
  transform: translateX(0) scale(1);
}

.h--choice-zoma {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.5s;
}

.h--choice-zoma.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.c--rightphoto .h--choice-cbox-contents {
  opacity: 0;
  transform: translateX(-100px) scale(1);
  transition: 0.5s ease-out 0.5s;
}

.c--rightphoto .h--choice-cbox-contents.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.c--rightphoto .h--choice-cbox-photo {
  opacity: 0;
  transform: translateX(100px) scale(1);
  transition: 0.5s ease-out 1s;
}

.c--rightphoto .h--choice-cbox-photo.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.c--leftphoto .h--choice-cbox-contents {
  opacity: 0;
  transform: translateX(100px) scale(1);
  transition: 0.5s ease-out 0.5s;
}

.c--leftphoto .h--choice-cbox-contents.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.c--leftphoto .h--choice-cbox-photo {
  opacity: 0;
  transform: translateX(-100px) scale(1);
  transition: 0.5s ease-out 1s;
}

.c--leftphoto .h--choice-cbox-photo.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

@media screen and (max-width: 768px) {
  .right__photo .h--choice-mainblock-content {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 0.25s;
  }
  .right__photo .h--choice-mainblock-content.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .right__photo .h--choice-mainblock-photo {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 0.75s;
  }
  .right__photo .h--choice-mainblock-photo.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .left__photo .h--choice-mainblock-content {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 0.75s;
  }
  .left__photo .h--choice-mainblock-content.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .left__photo .h--choice-mainblock-photo {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 0.25s;
  }
  .left__photo .h--choice-mainblock-photo.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .c--rightphoto .h--choice-cbox-contents {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 0.5s;
  }
  .c--rightphoto .h--choice-cbox-contents.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .c--rightphoto .h--choice-cbox-photo {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 1s;
  }
  .c--rightphoto .h--choice-cbox-photo.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .c--leftphoto .h--choice-cbox-contents {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 0.5s;
  }
  .c--leftphoto .h--choice-cbox-contents.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .c--leftphoto .h--choice-cbox-photo {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 0.5s ease-out 1s;
  }
  .c--leftphoto .h--choice-cbox-photo.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/*
    home[h--benefits]
--------------------------------------------------------------*/
.h--benefits-presentbox {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.h--benefits-presentbox.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--consultation-box]
--------------------------------------------------------------*/
.h--consultation-box {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.h--consultation-box.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--risonarebox]
--------------------------------------------------------------*/
.h--risonarebox {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.h--risonarebox.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--petcta]
--------------------------------------------------------------*/
.h--petcta {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.h--petcta.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    GlobalMenu
---------------------------------------------------------------------------- */
.navigation-list {
  position: absolute;
  right: 260px;
  top: 45px;
  display: flex;
}
.navigation-list li {
  margin: 0 40px 0 0;
}
.navigation-list li:last-child {
  margin: 0;
}
.navigation-list li a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: var(--mincho-font);
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.navigation-list li a:link {
  color: var(--primary-color);
  text-decoration: none;
}
.navigation-list li a:visited {
  color: var(--primary-color);
  text-rendering: none;
}
.navigation-list li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.navigation-list li a:hover:before {
  opacity: 1;
  width: 7px;
  height: 7px;
}
.navigation-list li a:hover:after {
  width: 100%;
}
.navigation-list li a:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  box-sizing: border-box;
  border: 1px solid #7E7253;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
}
.navigation-list li a:after {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 5px;
  position: absolute;
  background-color: #FFF;
  bottom: -5px;
}

.burger--wrap {
  display: none;
}

.burger--closetext {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation-list {
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
    text-align: center;
  }
  .navigation-list li {
    margin: 0 0 10.6666666667vw;
  }
  .navigation-list li a {
    font-size: 4.2666666667vw;
  }
  .navigation-list li a:before {
    display: none;
  }
  .navigation-list li a.focus:before {
    display: none;
  }
  .burger--wrap {
    width: 8vw;
    height: 8vw;
    top: 8vw;
    right: 5.3333333333vw;
    display: block;
    position: absolute;
  }
  .burger {
    width: 8vw;
    height: 4vw;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0vw;
    left: 0vw;
    z-index: 1200;
    cursor: pointer;
  }
  .burger .line {
    width: 5.3333333333vw;
    height: 1px;
    transition: 0.3s;
    right: 0;
    position: absolute;
    background: var(--primary-color);
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 8vw;
    height: 1px;
    top: 0;
    right: 0;
    background: var(--primary-color);
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 1px;
    top: 0;
    right: 0;
    background: var(--primary-color);
    transition: 0.6s;
  }
  .navigation {
    opacity: 0;
    top: -100vh;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .navigation .navigation--content {
    padding: 26.6666666667vw 10.6666666667vw 16vw;
    height: 100vh;
    position: relative;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    margin: 0 0 8vw;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--primary-color);
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--primary-color);
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 0;
    right: 0;
    opacity: 1;
  }
  .burger-active .line {
    background-color: #FFF;
  }
}
body.scrollrock {
  height: 100%;
  overflow: hidden;
}

/**
 # Objects -  pages -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*  config & common
--------------------------------------------------------------*/
.h--main-content {
  background-color: var(--secondary-color);
  font-weight: 300;
}

.anchor--adjust {
  height: 1px;
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

.c--title {
  margin: 0 0 100px;
  text-align: center;
}
.c--titleEn {
  font-size: 2rem;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--primary-color);
  margin: 0 0 70px;
  line-height: 1;
  position: relative;
  display: block;
}
.c--titleEn:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #7E7253;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -50px;
}
.c--titleJp {
  font-size: 3.5rem;
  color: #000;
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
  line-height: 1.4285714286;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.c--titleJp em {
  display: inline-block;
}
.c--titleJp em:after {
  content: "";
  width: 212px;
  height: 63px;
  display: block;
  position: absolute;
  background-image: url(../images/common/parts__01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .anchor--adjust {
    padding-top: 16vw;
    margin-top: -16vw;
  }
  .c--title {
    margin: 0 0 10.6666666667vw;
  }
  .c--titleEn {
    font-size: 3.4666666667vw;
    margin: 0 0 8vw;
  }
  .c--titleEn:after {
    width: 1px;
    height: 5.3333333333vw;
    margin: 0 auto;
    bottom: -7.66vw;
  }
  .c--titleJp {
    font-size: 4.8vw;
  }
  .c--titleJp em {
    display: inline-block;
  }
  .c--titleJp em:after {
    content: "";
    width: 26.6666666667vw;
    height: 10.6666666667vw;
  }
}
/*  hero
--------------------------------------------------------------*/
.h--hero {
  margin: 0;
  padding: 150px 0 0;
  background-color: var(--secondary-color);
  min-height: 640px;
  position: relative;
}
.h--hero__inner {
  min-height: 640px;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.h--hero-titleblock {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}
.h--hero-subtitle {
  width: 292px;
  margin: 0 0 20px;
}
.h--hero-subtitle img {
  width: 100%;
  vertical-align: bottom;
}
.h--hero-title {
  width: 300px;
  margin: 0 0 30px;
}
.h--hero-title img {
  width: 100%;
  vertical-align: bottom;
}
.h--hero-text {
  font-size: 1.6rem;
  line-height: 2.25;
  padding-left: 30px;
}
.h--hero-images {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 600px 0 0 0;
  width: 960px;
  height: 600px;
  background-image: url(../images/home/hero__mainphoto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 5;
}
.h--hero-bg {
  position: absolute;
  width: 100vw;
  height: 350px;
  background-color: #FFF;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.h--hero-scroll {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 60px;
}
.h--hero-scroll-text {
  font-family: var(--primary-font);
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: var(--primary-color);
  transform: rotate(90deg);
  transform-origin: center center;
  margin: 0 0 35px;
}
.h--hero-scroll-in {
  width: 1px;
  height: 120px;
  background-color: #D6D6D6;
  position: relative;
  margin: 15px auto 0;
}
.h--hero-scroll-in:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--primary-color);
  display: block;
  animation: scroll 2s infinite normal;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes scroll {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.45;
    top: 90px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .h--hero {
    margin: 0;
    padding: 21.3333333333vw 0 0;
    background-color: var(--secondary-color);
    min-height: auto;
  }
  .h--hero__inner {
    min-height: auto;
    position: relative;
  }
  .h--hero-titleblock {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 0 5.3333333333vw;
  }
  .h--hero-subtitle {
    width: 42.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
  .h--hero-title {
    width: 53.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .h--hero-text {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding-left: 0;
    text-align: center;
    font-weight: 300;
    margin: 0 0 5.3333333333vw;
  }
  .h--hero-images {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    border-radius: 160vw 0 0 0;
    width: 94.6666666667vw;
    margin-left: 5.3333333333vw;
    height: 64vw;
    background-image: url(../images/home/hero__mainphoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 5;
  }
  .h--hero-bg {
    position: relative;
    width: 100%;
    height: 21.3333333333vw;
    left: inherit;
    bottom: inherit;
    top: -10.66vw;
  }
  .h--hero-scroll {
    position: absolute;
    z-index: 10;
    left: 0vw;
    bottom: 53.3333333333vw;
  }
  .h--hero-scroll-text {
    font-size: 2.6666666667vw;
    display: block;
    text-align: center;
    transform: rotate(90deg);
    transform-origin: center center;
    margin: 0 0 8vw;
  }
  .h--hero-scroll-in {
    width: 1px;
    height: 13.3333333333vw;
    background-color: #D6D6D6;
    position: relative;
    margin: 4vw auto 0;
  }
  .h--hero-scroll-in:after {
    content: "";
    width: 1px;
    height: 5.3333333333vw;
    background-color: var(--primary-color);
    display: block;
    animation: scroll 2s infinite normal;
    position: absolute;
    top: 0;
    left: 0;
  }
  @keyframes scroll {
    0% {
      top: 0;
      opacity: 1;
    }
    50% {
      opacity: 0.45;
      top: 8vw;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
}
/*  section [message]
--------------------------------------------------------------*/
.h--message {
  padding: 60px 0;
}
.h--message__inner {
  max-width: 1260px;
  margin: 0 auto;
}
.h--message-text {
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  color: var(--primary-color);
  font-family: var(--mincho-font);
}

@media screen and (max-width: 768px) {
  .h--message {
    padding: 0 0 9.3333333333vw;
  }
  .h--message__inner {
    max-width: initial;
  }
  .h--message-text {
    line-height: 1.8;
    font-size: 3.7333333333vw;
  }
}
/*  section [choice]
--------------------------------------------------------------*/
.h--choice {
  background-color: #FFF;
  padding: 80px 0;
}
.h--choice .c--titleJp em:after {
  bottom: -40px;
}
.h--choice__inner {
  max-width: 1260px;
  margin: 0 auto;
}
.h--choice-mainblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 65px;
}
.h--choice-mainblock.adjust__layout01 {
  margin: 200px 0 65px;
}
.h--choice-mainblock-content {
  width: 45.2380952381%;
  position: relative;
}
.h--choice-mainblock-content:before {
  content: "";
  display: block;
  background-color: var(--primary-color);
  height: 1px;
  width: 140px;
  position: absolute;
  top: 30px;
}
.h--choice-mainblock-photo {
  width: 45.2380952381%;
}
.h--choice-mainblock-photo img {
  width: 100%;
  vertical-align: bottom;
}
.h--choice-mainblock-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
}
.h--choice-mainblock-title {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  position: relative;
}
.h--choice-mainblock-title span {
  display: block;
}
.h--choice-mainblock-title .number {
  margin-right: 20px;
  color: var(--primary-color);
}
.h--choice-mainblock-title .number b {
  vertical-align: super;
  font-family: var(--primary-font);
  font-size: 2.6rem;
  margin-right: 10px;
  line-height: 1;
}
.h--choice-mainblock-title .number em {
  vertical-align: middle;
  font-size: 7.2rem;
  font-weight: 400;
  font-family: var(--mincho-font);
  line-height: 1;
}
.h--choice-mainblock-title .title {
  margin-right: 40px;
  font-family: var(--mincho-font);
  color: var(--primary-color);
  font-size: 2.6rem;
  line-height: 1.3571428571;
  letter-spacing: 0.02em;
}
.h--choice-photoblock {
  position: relative;
  margin: 0 0 75px;
}
.h--choice-photoblock:before {
  content: "";
  display: inline-block;
  padding-top: 37.3015873%;
}
.h--choice-photoblock figure {
  position: absolute;
}
.h--choice-photoblock figure img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
}
.h--choice-photoblock01 {
  top: 0;
  left: 11.9047619048%;
  width: 42.8571428571%;
}
.h--choice-photoblock02 {
  top: 42.8571428571%;
  right: 7.9365079365%;
  width: 30.1587301587%;
}

.h--choice .right__photo .h--choice-mainblock-photo img {
  border-radius: 120px 0 0 20px;
}

.h--choice .right__photo .h--choice-mainblock-content {
  padding: 0 0 0 11.9047619048%;
}

.h--choice .right__photo .h--choice-mainblock-text {
  padding: 0 0 0 8.7719298246%;
}

.h--choice .right__photo .h--choice-mainblock-content:before {
  left: 0;
}

.h--choice .left__photo .h--choice-mainblock-photo {
  order: 1;
}

.h--choice .left__photo .h--choice-mainblock-photo img {
  border-radius: 0 120px 20px 0;
}

.h--choice .left__photo .h--choice-mainblock-content {
  order: 2;
  padding: 0 6.3492063492% 0 0;
}

.h--choice .left__photo .h--choice-mainblock-text {
  padding: 0 0 0 5.2631578947%;
}

.h--choice .left__photo .h--choice-mainblock-content:before {
  right: 0;
}

.h--choice-zoma {
  max-width: 960px;
  margin: 0 auto 140px;
  border: 10px solid #F6F4EE;
  border-radius: 20px;
  padding: 40px;
}
.h--choice-zoma__inner {
  max-width: 860px;
  margin: 0 auto;
}
.h--choice-zoma-main {
  display: flex;
  border-bottom: 1px solid #EAE3D0;
  padding: 0 0 40px;
  margin: 0 0 40px;
  justify-content: space-between;
}
.h--choice-zoma-main-photo {
  display: block;
  width: 48.8372093023%;
}
.h--choice-zoma-main-photo img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
}
.h--choice-zoma-main-contents {
  display: block;
  width: 47.6744186047%;
}
.h--choice-zoma-main-contents__title {
  color: var(--primary-color);
  font-family: var(--mincho-font);
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
.h--choice-zoma-main-contents__text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  margin: 0 0 40px;
}
.h--choice-zoma-main-data {
  display: flex;
  flex-wrap: wrap;
}
.h--choice-zoma-main-data dt {
  border: 1px solid #3E2D00;
  width: 19.512195122%;
  height: 25px;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.2rem;
  align-items: center;
  margin: 0 20px 15px 0;
}
.h--choice-zoma-main-data dd {
  font-size: 1.2rem;
  width: 75.6097560976%;
  line-height: 1.8333333333;
  margin: 0 0 15px;
}
.h--choice-zoma-party {
  font-size: 1.8rem;
  font-family: var(--mincho-font);
  color: var(--primary-color);
  text-align: center;
  margin: 0 0 40px;
}
.h--choice-zoma-party-list {
  max-width: 630px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.h--choice-zoma-party-list li {
  width: 47.619047619%;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 20px;
  margin: 0 4.7619047619% 0 0;
}
.h--choice-zoma-party-list li:last-child {
  margin: 0;
}
.h--choice-zoma-party-list li figure {
  display: block;
  margin: 0 0 25px;
}
.h--choice-zoma-party-list li figure img {
  width: 100%;
  vertical-align: bottom;
}
.h--choice-zoma-party-list li h4 {
  font-family: var(--mincho-font);
  font-size: 1.8rem;
  color: var(--primary-color);
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}
.h--choice-zoma-party-list li p {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  text-align: center;
}

.h--choice-cbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 70px;
}
.h--choice-cbox-photo {
  width: 47.9166666667%;
}
.h--choice-cbox-photo img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
}
.h--choice-cbox-contents {
  width: 45.8333333333%;
}
.h--choice-cbox-contents-title {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
  line-height: 1.7272727273;
  color: var(--primary-color);
  font-family: var(--mincho-font);
}
.h--choice-cbox-contents-storetitle {
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
  color: var(--primary-color);
  font-family: var(--mincho-font);
  font-weight: 400;
}
.h--choice-cbox-contents-text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
.h--choice-cbox.c--rightphoto .h--choice-cbox-photo {
  order: 2;
}
.h--choice-cbox.c--rightphoto .h--choice-cbox-contents {
  order: 1;
}
.h--choice-cbox.c--leftphoto .h--choice-cbox-photo {
  order: 1;
}
.h--choice-cbox.c--leftphoto .h--choice-cbox-contents {
  order: 2;
}

@media screen and (max-width: 768px) {
  .h--choice {
    padding: 10.6666666667vw 0;
  }
  .h--choice .c--titleJp em:after {
    bottom: -8.33vw;
  }
  .h--choice__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--choice-mainblock {
    display: flex;
    flex-flow: column;
    margin: 0 0 8vw;
  }
  .h--choice-mainblock.adjust__layout01 {
    margin: 26.6666666667vw 0 8vw;
  }
  .h--choice-mainblock-content {
    order: 2;
    width: auto;
    position: relative;
  }
  .h--choice-mainblock-content:before {
    content: "";
    height: 1px;
    width: 4vw;
    top: 6.6666666667vw;
  }
  .h--choice-mainblock-photo {
    order: 1;
    width: 89.3333333333vw;
  }
  .h--choice-mainblock-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--choice-mainblock-photo {
    margin: 0 auto 5.3333333333vw;
  }
  .h--choice-mainblock-text {
    font-size: 3.4666666667vw;
  }
  .h--choice-mainblock-title {
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-mainblock-title .number {
    margin-right: 2.6666666667vw;
  }
  .h--choice-mainblock-title .number b {
    font-size: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .h--choice-mainblock-title .number em {
    font-size: 10.6666666667vw;
  }
  .h--choice-mainblock-title .title {
    margin-right: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.3571428571;
    letter-spacing: 0.02em;
  }
  .h--choice-photoblock {
    margin: 0 0 8vw;
  }
  .h--choice-photoblock:before {
    content: "";
    display: inline-block;
    padding-top: 37.3015873%;
  }
  .h--choice-photoblock figure {
    position: absolute;
  }
  .h--choice-photoblock figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 20px;
  }
  .h--choice-photoblock01 {
    top: 0;
    left: 11.9047619048%;
    width: 42.8571428571%;
  }
  .h--choice-photoblock02 {
    top: 42.8571428571%;
    right: 7.9365079365%;
    width: 30.1587301587%;
  }
  .h--choice .right__photo .h--choice-mainblock-photo img {
    border-radius: 13.3333333333vw 0 0 2.6666666667vw;
  }
  .h--choice .right__photo .h--choice-mainblock-content {
    padding: 0 5.3333333333vw;
  }
  .h--choice .right__photo .h--choice-mainblock-text {
    padding: 0;
  }
  .h--choice .right__photo .h--choice-mainblock-content:before {
    left: 0;
  }
  .h--choice .left__photo .h--choice-mainblock-photo {
    order: 1;
  }
  .h--choice .left__photo .h--choice-mainblock-photo img {
    border-radius: 13.3333333333vw 0 0 2.6666666667vw;
  }
  .h--choice .left__photo .h--choice-mainblock-content {
    order: 2;
    padding: 0 5.3333333333vw;
  }
  .h--choice .left__photo .h--choice-mainblock-text {
    padding: 0;
  }
  .h--choice .left__photo .h--choice-mainblock-content:before {
    left: 0;
  }
  .h--choice-zoma {
    max-width: initial;
    margin: 0 5.3333333333vw 8vw;
    border: 1.3333333333vw solid #F6F4EE;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .h--choice-zoma__inner {
    max-width: initial;
  }
  .h--choice-zoma-main {
    display: block;
    padding: 0 0 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--choice-zoma-main-photo {
    width: auto;
  }
  .h--choice-zoma-main-photo img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 2.6666666667vw;
  }
  .h--choice-zoma-main-photo {
    margin: 0 auto 5.3333333333vw;
  }
  .h--choice-zoma-main-contents {
    display: block;
    width: auto;
  }
  .h--choice-zoma-main-contents__title {
    font-size: 5.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-zoma-main-contents__text {
    font-size: 3.4666666667vw;
    line-height: 2;
    margin: 0 0 5.3333333333vw;
  }
  .h--choice-zoma-main-data {
    display: block;
  }
  .h--choice-zoma-main-data dt {
    width: 24.3902439024%;
    height: 6.6666666667vw;
    margin-right: 0;
    font-size: 3.2vw;
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-zoma-main-data dd {
    font-size: 3.2vw;
    width: auto;
    line-height: 1.8333333333;
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-zoma-party {
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--choice-zoma-party-list {
    max-width: initial;
  }
  .h--choice-zoma-party-list li {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .h--choice-zoma-party-list li figure {
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-zoma-party-list li h4 {
    font-size: 3.7333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-zoma-party-list li p {
    font-size: 3.2vw;
    line-height: 1.6923076923;
    text-align: left;
  }
  .h--choice-zoma-party-list li p br {
    display: none;
  }
  .h--choice-cbox {
    max-width: initial;
    margin: 0 auto 8vw;
    padding: 0 5.3333333333vw;
  }
  .h--choice-cbox-photo {
    width: 41.6666666667%;
  }
  .h--choice-cbox-photo img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 2.6666666667vw;
  }
  .h--choice-cbox-contents {
    width: 54.1666666667%;
  }
  .h--choice-cbox-contents-title {
    font-size: 4.8vw;
    margin: 0 0 2.6666666667vw;
    line-height: 1.4615384615;
  }
  .h--choice-cbox-contents-storetitle {
    font-size: 5.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  .h--choice-cbox-contents-text {
    font-size: 3.2vw;
    line-height: 1.875;
  }
  .h--choice-cbox-contents-text br {
    display: none;
  }
  .h--choice-cbox.c--rightphoto .h--choice-cbox-photo {
    order: 2;
  }
  .h--choice-cbox.c--rightphoto .h--choice-cbox-contents {
    order: 1;
  }
  .h--choice-cbox.c--leftphoto .h--choice-cbox-photo {
    order: 1;
  }
  .h--choice-cbox.c--leftphoto .h--choice-cbox-contents {
    order: 2;
  }
}
/*  section [benefits]
--------------------------------------------------------------*/
.h--benefits {
  padding: 80px 30px 90px;
}
.h--benefits .c--title {
  margin: 0 0 60px;
}
.h--benefits .c--title em:after {
  width: 140px;
  bottom: -40px;
  margin: 0 0 0 0;
}
.h--benefits-presentbox {
  max-width: 960px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 20px;
}
.h--benefits-presentbox__inner {
  padding: 40px 180px 80px;
}
.h--benefits-presentbox-title {
  padding: 70px 0 30px;
  border-bottom: 1px solid #DED8C6;
  font-size: 2.6rem;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
.h--benefits-presentbox-title i {
  content: "";
  display: block;
  width: 37px;
  height: 42px;
  background-image: url(../images/home/benefits__icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.h--benefits-presentbox-mainphoto {
  display: block;
}
.h--benefits-presentbox-mainphoto img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
  margin: 0 0 30px;
}
.h--benefits-presentbox-mainphoto figcaption {
  line-height: 2;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .h--benefits {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .h--benefits .c--title {
    margin: 0 0 6.6666666667vw;
  }
  .h--benefits .c--title em:after {
    width: 21.3333333333vw;
    bottom: -7.33vw;
    margin: 0 0 0 0;
  }
  .h--benefits-presentbox {
    max-width: initial;
    border-radius: 2.6666666667vw;
  }
  .h--benefits-presentbox__inner {
    padding: 5.3333333333vw;
  }
  .h--benefits-presentbox-title {
    padding: 8vw 0 5.3333333333vw;
    font-size: 5.3333333333vw;
    margin: 0 0 6.6666666667vw;
    line-height: 1.5;
  }
  .h--benefits-presentbox-title i {
    content: "";
    width: 4.8vw;
    height: 5.6vw;
  }
  .h--benefits-presentbox-mainphoto {
    display: block;
  }
  .h--benefits-presentbox-mainphoto img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--benefits-presentbox-mainphoto figcaption {
    line-height: 2;
    font-size: 3.4666666667vw;
  }
}
/*  section [consultation]
--------------------------------------------------------------*/
.h--consultation {
  padding: 80px 30px;
  background-color: #FFF;
}
.h--consultation__inner {
  max-width: 960px;
  margin: 0 auto;
}
.h--consultation-box {
  border-radius: 20px;
  border: 20px solid #F7F7F7;
  position: relative;
}
.h--consultation-box__inner {
  padding: 80px 30px 120px;
}
.h--consultation-box-medal {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: 80px;
  background-color: #FFF;
}
.h--consultation-box-medal i {
  width: 80px;
}
.h--consultation-box-medal i img {
  width: 100%;
  vertical-align: bottom;
}
.h--consultation-box-medal i {
  margin: 0 0 5px;
  display: block;
}
.h--consultation-box-medal span {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
  color: var(--primary-color);
  line-height: 1.3636363636;
  text-align: center;
  display: block;
}
.h--consultation-box-subtitle {
  max-width: 350px;
  min-height: 60px;
  background-image: url(../images/home/consultation__icon01.svg);
  background-size: 350px 16px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 auto 35px;
  text-align: center;
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 600;
}
.h--consultation-box-title {
  text-align: center;
  color: var(--primary-color);
  font-size: 3.6rem;
  font-family: var(--mincho-font);
  margin: 0 0 50px;
}
.h--consultation p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin: 0 0 2em;
}
.h--consultation-list {
  display: flex;
  max-width: 390px;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}
.h--consultation-list li {
  width: 90px;
  text-align: center;
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px;
  font-size: 1.3rem;
  margin: 0 10px 10px 0;
}
.h--consultation-list li:nth-child(4n) {
  margin: 0 0 10px 0;
}
.h--consultation-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  max-width: 520px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.h--consultation-button:link {
  color: #FFF;
  text-decoration: none;
}
.h--consultation-button:visited {
  color: #FFF;
  text-decoration: none;
}
.h--consultation-button:hover {
  color: #FFF;
  text-decoration: none;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.h--consultation-button:hover i {
  right: 50px;
}
.h--consultation-button span {
  font-size: 2.2rem;
  font-family: var(--mincho-font);
  letter-spacing: 0.03em;
}
.h--consultation-button i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  width: 26px;
  height: 9px;
  background-image: url(../images/home/arrow__wh01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  right: 60px;
}

@media screen and (max-width: 768px) {
  .h--consultation {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .h--consultation__inner {
    max-width: initial;
  }
  .h--consultation-box {
    border-radius: 2.6666666667vw;
    border: 2.6666666667vw solid #F7F7F7;
  }
  .h--consultation-box__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .h--consultation-box-medal {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: -14.33vw;
    left: 2.6666666667vw;
  }
  .h--consultation-box-medal i {
    width: 10.6666666667vw;
  }
  .h--consultation-box-medal i img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--consultation-box-medal i {
    margin: 0 auto 0.5333333333vw;
  }
  .h--consultation-box-medal span {
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
  .h--consultation-box-subtitle {
    max-width: initial;
    min-height: 13.3333333333vw;
    background-image: url(../images/home/consultation__icon01.svg);
    background-size: 93.3333333333vw 4.2666666667vw;
    margin: 0 auto 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .h--consultation-box-title {
    font-size: 5.8666666667vw;
    margin: 0 0 5.3333333333vw;
    line-height: 1.5;
  }
  .h--consultation p {
    font-size: 3.4666666667vw;
    text-align: left;
    margin: 0 0 2em;
  }
  .h--consultation p br {
    display: none;
  }
  .h--consultation-list {
    max-width: initial;
    margin: 0 auto 5.3333333333vw;
  }
  .h--consultation-list li {
    width: 16vw;
    padding: 1.3333333333vw 0;
    font-size: 2.6666666667vw;
    margin: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .h--consultation-list li:nth-child(4n) {
    margin: 0 0 2.6666666667vw 0;
  }
  .h--consultation-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    max-width: 80vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
  .h--consultation-button span {
    font-size: 3.7333333333vw;
  }
  .h--consultation-button i {
    width: 3.4666666667vw;
    height: 1.2vw;
    right: 4vw;
  }
}
/*  section [risonare]
--------------------------------------------------------------*/
.h--risonare {
  background-color: #F7F7F7;
  padding: 90px 30px;
}
.h--risonarebox {
  max-width: 960px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}
.h--risonarebox__inner {
  padding: 70px 50px;
}
.h--risonarebox-subtitle {
  font-size: 1.6rem;
  margin: 0 0 20px;
  text-align: center;
}
.h--risonarebox-title {
  font-size: 3.2rem;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0 0 40px;
  text-align: center;
}
.h--risonarebox-lead {
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 60px;
  text-align: center;
}
.h--risonarebox-photo {
  margin: 0 auto 70px;
  max-width: 740px;
}
.h--risonarebox-photo img {
  width: 100%;
  vertical-align: bottom;
}
.h--risonarebox-cbbox {
  border: 1px dashed var(--primary-color);
  border-radius: 20px;
  margin: 0 0 60px;
}
.h--risonarebox-cbbox:last-child {
  margin: 0;
}
.h--risonarebox-cbbox__inner {
  padding: 40px;
}
.h--risonarebox-cbbox-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 30px;
  color: var(--primary-color);
}
.h--risonarebox-cbbox-text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}

@media screen and (max-width: 768px) {
  .h--risonare {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .h--risonarebox {
    max-width: initial;
    border-radius: 2.6666666667vw;
  }
  .h--risonarebox__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .h--risonarebox-subtitle {
    font-size: 3.4666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--risonarebox-title {
    font-size: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--risonarebox-lead {
    font-size: 3.4666666667vw;
    margin: 0 0 8vw;
  }
  .h--risonarebox-photo {
    margin: 0 auto 8vw;
    max-width: initial;
  }
  .h--risonarebox-cbbox {
    border-radius: 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--risonarebox-cbbox__inner {
    padding: 5.3333333333vw;
  }
  .h--risonarebox-cbbox-title {
    font-size: 4.2666666667vw;
    margin: 0 0 2.6666666667vw;
    line-height: 1.5;
  }
  .h--risonarebox-cbbox-text {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
/*  section [petcta]
--------------------------------------------------------------*/
.h--petcta {
  padding: 90px 30px;
  background-color: var(--primary-color);
}
.h--petcta__inner {
  max-width: 960px;
  margin: 0 auto;
}
.h--petcta-list {
  display: flex;
  justify-content: space-between;
}
.h--petcta-list li {
  width: 47.9166666667%;
  margin: 0 4.1666666667% 0 0;
}
.h--petcta-list li:last-child {
  margin: 0;
}
.h--petcta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  border-radius: 10px;
  background-color: #FFF;
  min-height: 90px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.h--petcta-button:link {
  text-decoration: none;
  color: var(--primary-color);
}
.h--petcta-button:visited {
  text-decoration: none;
  color: var(--primary-color);
}
.h--petcta-button:hover {
  text-decoration: none;
  color: var(--primary-color);
  filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
}
.h--petcta-button:hover i {
  right: 20px;
}
.h--petcta-button span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
}
.h--petcta-button i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  width: 26px;
  height: 9px;
  background-image: url(../images/home/arrow__br01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .h--petcta {
    padding: 8vw 5.3333333333vw;
    background-color: var(--primary-color);
  }
  .h--petcta__inner {
    max-width: initial;
  }
  .h--petcta-list {
    display: block;
  }
  .h--petcta-list li {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
  .h--petcta-list li:last-child {
    margin: 0;
  }
  .h--petcta-button {
    max-width: initial;
    border-radius: 2.6666666667vw;
    min-height: 18.6666666667vw;
  }
  .h--petcta-button span {
    font-size: 4.2666666667vw;
  }
  .h--petcta-button i {
    width: 3.4666666667vw;
    height: 1.2vw;
    right: 5.3333333333vw;
  }
}
.h--partyreport {
  padding: 80px 30px;
  background-color: #FFF;
}
.h--partyreport-subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin: 0 0 30px;
  color: var(--primary-color);
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 600;
}
.h--partyreport-subtitle::before, .h--partyreport-subtitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--primary-color);
}
.h--partyreport-subtitle::before {
  transform: rotate(45deg);
}
.h--partyreport-subtitle::after {
  transform: rotate(-45deg);
}
.h--partyreport-title {
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
  font-size: 3.6rem;
  margin: 0 0 12px;
  text-align: center;
  color: var(--primary-color);
}
.h--partyreport-title__sub {
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
  font-size: 1.8rem;
  margin: 0 0 40px;
  text-align: center;
  color: var(--primary-color);
  display: block;
}
.h--partyreport__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
.h--partyreport__photo {
  margin: 40px auto;
}
.h--partyreport__photo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .h--partyreport {
    padding: 8vw 5.3333333333vw;
  }
  .h--partyreport-subtitle {
    gap: 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .h--partyreport-subtitle::before, .h--partyreport-subtitle::after {
    width: 4vw;
  }
  .h--partyreport-title {
    font-size: 8vw;
    margin: 0 0 2.6666666667vw;
  }
  .h--partyreport-title__sub {
    font-size: 4.2666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .h--partyreport__text {
    font-size: 3.7333333333vw;
  }
  .h--partyreport__photo {
    margin: 8vw auto;
  }
  .h--partyreport__photo img {
    border-radius: 5.3333333333vw;
  }
}
/*--------------------------------------------------------------
    # _components.scss
--------------------------------------------------------------*/
/*  Common [titleBlock]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # _pages.scss
--------------------------------------------------------------*/
/**
 # Objects -  utility -
 */
/*========== utility.scss ==========*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

/*--------------------------------------------------------------
    # _print.scss
--------------------------------------------------------------*/
@media print {
  .l--header {
    opacity: 100;
    position: relative;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */