@charset "UTF-8";

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

blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
  margin: 0
}

ol[role=list], ul[role=list] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img, picture {
  display: block;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

button, input, select, textarea {
  font: inherit
}

@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *, :after, :before {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important
  }
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none
}

.remodal, [data-remodal-id] {
  display: none
}

.remodal-overlay {
  bottom: -5000px;
  display: none;
  left: -5000px;
  position: fixed;
  right: -5000px;
  top: -5000px;
  z-index: 9999
}

.remodal-wrapper {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10000
}

.remodal-wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -.05em
}

.remodal-overlay, .remodal-wrapper {
  backface-visibility: hidden
}

.remodal {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  outline: none;
  position: relative
}

.remodal-is-initialized {
  display: inline-block
}

.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
  filter: blur(3px)
}

.remodal-overlay {
  background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-opening {
  animation-duration: .3s;
  animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
  padding: 10px 10px 0
}

.remodal {
  background: #fff;
  box-sizing: border-box;
  color: #2b2e38;
  margin-bottom: 10px;
  padding: 35px;
  transform: translateZ(0);
  width: 100%
}

.remodal.remodal-is-closing, .remodal.remodal-is-opening {
  animation-duration: .3s;
  animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle
}

.remodal-close {
  background: transparent;
  border: 0;
  color: #95979c;
  cursor: pointer;
  display: block;
  height: 35px;
  left: 0;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: color .2s;
  width: 35px
}

.remodal-close:focus, .remodal-close:hover {
  color: #2b2e38
}

.remodal-close:before {
  content: "�~";
  display: block;
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 25px;
  left: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px
}

.remodal-cancel, .remodal-confirm {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  min-width: 110px;
  outline: 0;
  overflow: visible;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: background .2s;
  vertical-align: middle
}

.remodal-confirm {
  background: #81c784;
  color: #fff
}

.remodal-confirm:focus, .remodal-confirm:hover {
  background: #66bb6a
}

.remodal-cancel {
  background: #e57373;
  color: #fff
}

.remodal-cancel:focus, .remodal-cancel:hover {
  background: #ef5350
}

.remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner, .remodal-confirm::-moz-focus-inner {
  border: 0;
  padding: 0
}

@keyframes remodal-opening-keyframes {
  0% {
    opacity: 0;
    transform: scale(1.05)
  }

  to {
    filter: blur(0);
    opacity: 1;
    transform: none
  }
}

@keyframes remodal-closing-keyframes {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  to {
    filter: blur(0);
    opacity: 0;
    transform: scale(.95)
  }
}

@keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes remodal-overlay-closing-keyframes {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@media only screen and (min-width:641px) {
  .remodal {
    max-width: 700px
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38
}

.lt-ie9 .remodal {
  width: 700px
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.slick-list, .slick-slider {
  display: block;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "��"
}

[dir=rtl] .slick-prev:before {
  content: "��"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "��"
}

[dir=rtl] .slick-next:before {
  content: "��"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative
}

.slick-dots li, .slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0px;
  outline: none;
  padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "?";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

html {
  font-size: 10px;
  scroll-behavior: smooth
}

@media screen and (max-width:1366px) {
  html {
    font-size: .73206vw
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.56vw
  }
}

html.remodal-is-locked {
  overflow: auto;
  touch-action: auto
}

html body {
  background-color: #f0f8ff;
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem
}

@media screen and (max-width:768px) {
  html body {
    padding-bottom: 8.4rem
  }
}

html body.no-scroll {
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0
}

img {
  display: inline
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.section-title {
  position: relative;
  text-align: center
}

@media screen and (max-width:768px) {
  .section-title {
    padding-top: 3.4rem
  }

  .section-title-bg {
    display: block;
    font-size: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
}

.section-title-bg-img {
  height: 18.9rem;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .section-title-bg-img {
    height: auto;
    width: 100%
  }
}

.section-title-front {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1.4;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (max-width:768px) {
  .section-title-front {
    font-size: 2.8rem;
    position: relative
  }
}

.section-title-front .sp {
  display: none
}

@media screen and (max-width:768px) {
  .section-title-front .sp {
    display: inline
  }
}

.bubble-list .bubble-img {
  position: absolute
}

.bubble-list .bubble-img.bubble-img-1 {
  height: 1.5rem;
  width: 1.5rem
}

.bubble-list .bubble-img.bubble-img-2 {
  height: 3rem;
  width: 3.2rem
}

.bubble-list .bubble-img.bubble-img-3 {
  height: 4.8rem;
  width: 5rem
}

.bubble-list .bubble-img.bubble-img-4 {
  height: 3.1rem;
  width: 3.1rem
}

.bubble-list .bubble-img.bubble-img-5 {
  height: 12.2rem;
  width: 6.4rem
}

.bubble-list .bubble-img.bubble-img-6 {
  height: 9.7rem;
  width: 6.4rem
}

.slick-loading .slick-list {
  background: none
}

.header {
  align-items: center;
  display: flex;
  height: 6.9rem;
  left: 0;
  padding-left: 3.2rem;
  padding-right: 8rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000
}

@media screen and (max-width:768px) {
  .header {
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .5) 75%, hsla(0, 0%, 100%, 0));
    height: 6rem;
    padding-left: 2rem
  }
}

.header:after {
  background-color: #aaa;
  content: "";
  height: 4.9rem;
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

@media screen and (max-width:768px) {
  .header:after {
    display: none
  }
}

.header-logo {
  font-size: 0;
  margin-right: auto
}

.header-logo-link-img {
  width: 15rem
}

.header-logo-link-img.pc {
  display: block
}

@media screen and (max-width:768px) {
  .header-logo-link-img.pc {
    display: none
  }
}

.header-logo-link-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .header-logo-link-img.sp {
    display: block
  }

  .header-logo-link-img {
    width: 12.6rem
  }
}

.header-reception-time {
  align-items: center;
  border: 1px solid;
  display: flex;
  font-size: 1.4rem;
  height: 3.1rem;
  justify-content: center;
  margin-right: 2.2rem;
  width: 19rem
}

@media screen and (max-width:768px) {
  .header-reception-time {
    display: none
  }
}

.header-tel {
  font-size: 0;
  margin-right: 2.7rem;
  width: 21.2rem
}

@media screen and (max-width:768px) {
  .header-tel {
    display: none
  }
}

.header-hamburger-button {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  height: 5rem;
  padding: 0;
  position: fixed;
  right: 1.4rem;
  top: 1rem;
  width: 5rem;
  z-index: 2000
}

@media screen and (max-width:768px) {
  .header-hamburger-button {
    height: 4.2rem;
    width: 5rem
  }
}

.header-hamburger-button-bar {
  background-color: currentColor;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 60%
}

.header-hamburger-button-bar.bar-1 {
  top: 30%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
  .header-hamburger-button-bar.bar-1 {
    top: 23.83%
  }
}

.header-hamburger-button-bar.bar-2 {
  top: 50%;
  transform: translate(-50%, -50%)
}

.header-hamburger-button-bar.bar-3 {
  top: 70%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
  .header-hamburger-button-bar.bar-3 {
    top: 76.17%
  }
}

.header-hamburger-button.active .header-hamburger-button-bar.bar-1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg)
}

.header-hamburger-button.active .header-hamburger-button-bar.bar-2 {
  opacity: 0
}

.header-hamburger-button.active .header-hamburger-button-bar.bar-3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg)
}

.header .hamburger-menu {
  opacity: 0;
  position: relative;
  transition: all .5s ease;
  visibility: hidden;
  z-index: 1000
}

.header .hamburger-menu-overlay {
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1
}

.header .hamburger-menu-content {
  background-color: #f4f4f4;
  height: 100%;
  overflow-y: auto;
  padding: 2.5rem 3rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 46.1rem;
  z-index: 2
}

@media screen and (max-width:768px) {
  .header .hamburger-menu-content {
    width: 100%
  }
}

.header .hamburger-menu-content .logo {
  font-size: 0;
  margin: 0 auto;
  width: 12.6rem
}

.header .hamburger-menu-content .logo-link-img {
  width: 100%
}

.header .hamburger-menu-content .list {
  border-bottom: 1px solid #a5a5a5;
  border-top: 1px solid #a5a5a5;
  margin-top: 2rem
}

.header .hamburger-menu-content .list-item:nth-of-type(n+2) {
  border-top: 1px solid #d0d0d0
}

.header .hamburger-menu-content .list-item-link {
  color: inherit;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2rem 0;
  position: relative;
  text-align: center;
  text-decoration: none
}

.header .hamburger-menu-content .list-item-link-icon {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem
}

.header .hamburger-menu-content .list-item-link-icon-img {
  width: 100%
}

.header .hamburger-menu-content .btn-box {
  margin-top: 1.6rem
}

.header .hamburger-menu-content .btn-box-link {
  display: block;
  font-size: 0;
  margin: 0 auto;
  width: 33.6rem
}

.header .hamburger-menu-content .btn-box-link.pc {
  display: block
}

@media screen and (max-width:768px) {
  .header .hamburger-menu-content .btn-box-link.pc {
    display: none
  }
}

.header .hamburger-menu-content .btn-box-link.sp {
  display: none
}

@media screen and (max-width:768px) {
  .header .hamburger-menu-content .btn-box-link.sp {
    display: block
  }

  .header .hamburger-menu-content .btn-box-link {
    max-width: 31.5rem;
    width: auto
  }
}

.header .hamburger-menu-content .btn-box-link:nth-of-type(n+2) {
  margin-top: 1.6rem
}

.header .hamburger-menu-content .btn-box-link-img.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .header .hamburger-menu-content .btn-box-link-img.pc {
    display: none
  }
}

.header .hamburger-menu-content .btn-box-link-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .header .hamburger-menu-content .btn-box-link-img.sp {
    display: inline
  }
}

.header .hamburger-menu-content .text {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  margin-top: 2.4rem
}

.header .hamburger-menu-content .text:before {
  margin-right: 1.1rem
}

.header .hamburger-menu-content .text:after, .header .hamburger-menu-content .text:before {
  background-color: #c6c6c6;
  content: "";
  display: inline-block;
  flex: 1 0 auto;
  height: 1px;
  width: auto
}

.header .hamburger-menu-content .text:after {
  margin-left: 1.1rem
}

.header .hamburger-menu.active {
  opacity: 1;
  visibility: visible
}

.sidenav {
  font-size: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 13rem;
  width: 8rem;
  z-index: 1000
}

@media screen and (max-width:768px) {
  .sidenav {
    display: none
  }
}

.sidenav-btn {
  pointer-events: auto
}

.sidenav-btn-link {
  font-size: 0
}

.sidenav-btn.btn-contact {
  margin-top: 1.6rem
}

.bottomnav {
  background-color: #fff;
  bottom: 0;
  display: none;
  flex-wrap: wrap;
  left: 0;
  position: fixed;
  z-index: 1000
}

@media screen and (max-width:768px) {
  .bottomnav {
    display: flex
  }
}

.bottomnav-text {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
  color: #0058cc;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2.4rem;
  justify-content: center;
  width: 100%
}

.bottomnav-text:before {
  margin-right: .5em;
  transform: rotate(-30deg) translateY(.2em)
}

.bottomnav-text:after, .bottomnav-text:before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1.2em;
  width: 1px
}

.bottomnav-text:after {
  margin-left: .5em;
  transform: rotate(30deg) translateY(.2em)
}

.bottomnav-btn {
  font-size: 0;
  height: 6rem
}

.bottomnav-btn.btn-shopping {
  width: 43.2%
}

.bottomnav-btn.btn-tel {
  width: 28.26%
}

.bottomnav-btn.btn-mail {
  width: 28.54%
}

.mv {
  background-color: #f0f8ff;
  position: relative;
  width: 100%
}

@media screen and (max-width:768px) {
  .mv {
    display: flex;
    flex-direction: column
  }
}

.mv-image {
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 50%
}

@media screen and (max-width:768px) {
  .mv-image {
    width: 100%
  }
}

.mv-image-bg {
  width: 100%
}

.mv-image-bg.pc {
  display: block
}

@media screen and (max-width:768px) {
  .mv-image-bg.pc {
    display: none
  }
}

.mv-image-bg.sp {
  display: none
}

@media screen and (max-width:768px) {
  .mv-image-bg.sp {
    display: block
  }
}

.mv-image-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.63rem;
  font-weight: 400;
  left: calc(50% - 27.1rem);
  line-height: 1.4;
  position: absolute;
  top: 20.33898%
}

@media screen and (max-width:768px) {
  .mv-image-text {
    font-size: 2rem;
    left: 5%;
    top: 4%
  }
}

.mv-image-text br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .mv-image-text br.pc {
    display: none
  }
}

.mv-image-text br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .mv-image-text br.sp {
    display: inline
  }
}

.mv-image-logo {
  left: calc(50% - 35.3rem);
  position: absolute;
  top: 21.3%;
  width: 57.6rem
}

@media screen and (max-width:768px) {
  .mv-image-logo {
    left: -9.2%;
    top: 11.3%;
    width: 36.5rem
  }
}

.mv-image-logo-img {
  width: 100%
}

.mv-image-triangle {
  left: calc(50% - 29.3rem);
  position: absolute;
  top: 46.1%;
  width: 33rem
}

@media screen and (max-width:768px) {
  .mv-image-triangle {
    left: -3.8%;
    top: 34%;
    width: 26.4rem
  }
}

.mv-image-triangle-img {
  width: 100%
}

.mv-image-product {
  left: calc(50% + 3.1rem);
  position: absolute;
  top: 59.2%;
  width: 19.5rem
}

@media screen and (max-width:768px) {
  .mv-image-product {
    left: 60%;
    top: 59%;
    width: 13.7rem
  }
}

.mv-image-product-img {
  width: 100%
}

.mv-image-bubble {
  left: calc(50% - .6rem);
  position: absolute;
  top: 46%;
  width: 8.8rem
}

@media screen and (max-width:768px) {
  .mv-image-bubble {
    left: 57.1%;
    top: 35.6%;
    width: 7.2rem
  }
}

.mv-image-bubble-img {
  width: 100%
}

.mv-slide {
  background-color: #f0f8ff;
  font-size: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 6.9rem;
  transition: opacity .5s ease-in-out;
  width: 55%
}

@media screen and (max-width:768px) {
  .mv-slide {
    margin: 0 !important;
    order: -1;
    position: relative;
    right: auto;
    top: auto;
    width: 100%
  }
}

.mv-slide-item-img {
  width: 100%
}

.mv-slide-item-img.pc {
  display: block
}

@media screen and (max-width:768px) {
  .mv-slide-item-img.pc {
    display: none
  }
}

.mv-slide-item-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .mv-slide-item-img.sp {
    display: block
  }
}

.mv-slide .slick-dots {
  display: flex;
  justify-content: center;
  left: 50%;
  padding-top: 3.3rem;
  position: absolute;
  top: 100%;
  transform: translateX(-50%)
}

@media screen and (max-width:768px) {
  .mv-slide .slick-dots {
    display: none !important
  }
}

.mv-slide .slick-dots li {
  height: 1.1rem;
  margin: 0;
  width: 1.1rem
}

.mv-slide .slick-dots li:nth-of-type(n+2) {
  margin-left: 1rem
}

.mv-slide .slick-dots li button {
  height: 100%;
  padding: 0;
  width: 100%
}

.mv-slide .slick-dots li button:before {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 50%;
  content: "";
  height: 100%;
  opacity: 1;
  width: 100%
}

.mv-slide .slick-dots li.slick-active button:before {
  background-color: #555
}

.mv-slide.slick-initialized {
  opacity: 1
}

.message {
  overflow: hidden;
  padding: 8rem 0 0;
  position: relative;
  text-align: center
}

@media screen and (max-width:768px) {
  .message {
    padding: 4rem 0 0
  }
}

.message .text {
  display: inline-block;
  margin: 2.2rem auto 0;
  text-align: left;
  writing-mode: vertical-rl
}

@media screen and (max-width:768px) {
  .message .text {
    display: block;
    padding: 0 2.4rem;
    writing-mode: horizontal-tb
  }
}

.message .text-line {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.8;
  text-orientation: upright
}

@media screen and (max-width:768px) {
  .message .text-line {
    line-height: 2
  }
}

.message .text-line:nth-of-type(n+2) {
  margin-right: 2em
}

@media screen and (max-width:768px) {
  .message .text-line:nth-of-type(n+2) {
    margin-right: 0;
    margin-top: 1.6em
  }
}

.message .text br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .message .text br.pc {
    display: none
  }
}

.message .text br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .message .text br.sp {
    display: inline
  }
}

.point-1 {
  padding: 18rem 0 8rem;
  position: relative
}

@media screen and (max-width:768px) {
  .point-1 {
    padding: 6rem 0 4rem
  }
}

.point-1-bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.point-1-bg-img {
  width: 100%
}

.point-1-bg-img.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1-bg-img.pc {
    display: none
  }
}

.point-1-bg-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-bg-img.sp {
    display: inline
  }

  .point-1-title {
    padding-top: 5.6rem
  }
}

.point-1-title .section-title-front {
  color: #fff
}

.point-1-subtitle {
  color: #0058cc;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 15.5rem;
  text-align: center
}

@media screen and (max-width:768px) {
  .point-1-subtitle {
    margin-top: 13rem
  }
}

.point-1-subtitle .sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-subtitle .sp {
    display: inline
  }
}

.point-1-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2.3rem;
  text-align: center
}

@media screen and (max-width:768px) {
  .point-1-text {
    padding: 0 2.8rem
  }
}

.point-1-text br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1-text br.pc {
    display: none
  }
}

.point-1-text br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-text br.sp {
    display: inline
  }
}

.point-1-graph {
  margin: 4rem auto 0;
  width: 35.6rem
}

@media screen and (max-width:768px) {
  .point-1-graph {
    margin-top: 3.2rem
  }
}

.point-1-point {
  background-color: rgba(196, 236, 255, .8);
  border-radius: 1.6rem;
  margin: 4rem auto 0;
  max-width: 126rem;
  padding: 3rem 8rem 8rem;
  width: calc(100% - 10rem)
}

@media screen and (max-width:768px) {
  .point-1-point {
    margin: 4rem 1.2rem 0;
    padding: 4rem 1.6rem;
    width: auto
  }
}

.point-1-point-title {
  align-items: center;
  color: #0058cc;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  justify-content: center
}

@media screen and (max-width:768px) {
  .point-1-point-title {
    flex-wrap: wrap;
    font-size: 2.8rem;
    text-align: center
  }
}

.point-1-point-title br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1-point-title br.pc {
    display: none
  }
}

.point-1-point-title br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-point-title br.sp {
    display: inline
  }
}

.point-1-point-title-badge {
  height: 16rem;
  margin-right: .75em;
  width: 16rem
}

@media screen and (max-width:768px) {
  .point-1-point-title-badge {
    height: 14rem;
    margin: 0 8rem 3rem;
    width: 14rem
  }
}

.point-1-point-title-logo {
  width: 13.6rem
}

@media screen and (max-width:768px) {
  .point-1-point-title-logo {
    width: 12rem
  }
}

.point-1-point-title-black {
  color: #000;
  margin: 0 -.4em
}

.point-1-point-content {
  display: flex;
  margin-top: 4rem
}

@media screen and (max-width:768px) {
  .point-1-point-content {
    flex-direction: column;
    margin-top: 3.2rem
  }
}

.point-1-point-content .image {
  flex: 0 0 auto
}

.point-1-point-content .text {
  flex: 0 1 auto;
  line-height: 1.8
}

.point-1-point-content .text .icon {
  display: inline;
  font-size: inherit
}

.point-1-point-content .text .link {
  color: #0058cc;
  cursor: pointer;
  text-decoration: underline
}

.point-1-point-content .text-list li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative
}

.point-1-point-content .text-list li:nth-of-type(n+2) {
  margin-top: 1em
}

.point-1-point-content .text-list li:before {
  background-color: #0058cc;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5rem;
  left: 0;
  position: absolute;
  top: .7em;
  width: .5rem
}

.point-1-point-content .text-description.pc {
  display: block
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-description.pc {
    display: none
  }
}

.point-1-point-content .text-description.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-description.sp {
    display: block
  }
}

.point-1-point-content .text-function {
  background-color: #fff;
  border-radius: 1.6rem;
  margin-top: 4rem;
  padding: 2.4rem
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-function {
    margin-top: 3.2rem
  }
}

.point-1-point-content .text-function-proof {
  color: #0058cc;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-function-proof {
    line-height: 1.5
  }
}

.point-1-point-content .text-function-proof br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-function-proof br.pc {
    display: none
  }
}

.point-1-point-content .text-function-proof br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-function-proof br.sp {
    display: inline
  }
}

.point-1-point-content .text-function-proof-patent {
  display: block;
  font-size: 1.4rem;
  margin-top: .5em
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-function-proof-patent {
    font-size: 1.2rem
  }
}

.point-1-point-content .text-function-detail {
  margin-top: 1.6rem
}

.point-1-point-content .text-function-detail li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative
}

.point-1-point-content .text-function-detail li:nth-of-type(n+2) {
  margin-top: 1em
}

.point-1-point-content .text-function-detail li:before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5rem;
  left: 0;
  position: absolute;
  top: .7em;
  width: .5rem
}

.point-1-point-content .text-function-detail li:nth-of-type(n+2) {
  margin-top: 0
}

@media screen and (max-width:768px) {
  .point-1-point-content .text-function-detail li:nth-of-type(n+2) {
    margin-top: 1em
  }
}

.point-1-point-content .text-annotation {
  margin-top: 1em;
  padding-left: 1em
}

.point-1-point.originality {
  margin-top: 10.8rem
}

@media screen and (max-width:768px) {
  .point-1-point.originality {
    margin-top: 8.5rem
  }
}

.point-1-point.originality .image {
  width: 56rem
}

@media screen and (max-width:768px) {
  .point-1-point.originality .image {
    margin-top: 3.2rem;
    order: 1;
    width: auto
  }
}

.point-1-point.originality .text {
  margin-left: 9rem
}

@media screen and (max-width:768px) {
  .point-1-point.originality .text {
    margin-left: 0
  }
}

.point-1-point.generation-amount .text {
  padding-left: 4em;
  padding-top: 7.8rem
}

@media screen and (max-width:768px) {
  .point-1-point.generation-amount .text {
    padding: 0
  }
}

.point-1-point.generation-amount .image {
  margin-left: 6.5rem;
  padding-right: 9.3rem;
  width: 45rem
}

@media screen and (max-width:768px) {
  .point-1-point.generation-amount .image {
    margin: 3.2rem 0 0;
    padding: 0;
    width: auto
  }
}

.point-1-point.purity .point-1-point-content {
  justify-content: center
}

.point-1-point.purity .text {
  width: 50rem
}

@media screen and (max-width:768px) {
  .point-1-point.purity .text {
    padding-left: 0;
    width: auto
  }
}

.point-1-point.purity .image {
  box-sizing: content-box;
  margin-left: 19.8rem;
  text-align: center;
  width: 20.7rem
}

@media screen and (max-width:768px) {
  .point-1-point.purity .image {
    margin: 3.2rem auto 0;
    padding: 0;
    width: auto
  }
}

.point-1-point.purity .image-zoom {
  align-items: center;
  color: #0058cc;
  display: flex;
  justify-content: center
}

@media screen and (max-width:768px) {
  .point-1-point.purity .image-zoom {
    font-size: 1.4rem
  }
}

.point-1-point.purity .image-zoom-icon {
  height: 2.4rem;
  margin-right: .75em;
  width: 2.4rem
}

@media screen and (max-width:768px) {
  .point-1-point.purity .image-zoom-icon {
    height: 2.3rem;
    margin-right: .5em;
    width: 2.3rem
  }
}

.point-1-point.purity .image-certificate {
  box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
  cursor: pointer;
  line-height: 0;
  margin-top: .8rem
}

@media screen and (max-width:768px) {
  .point-1-point.purity .image-certificate {
    margin-left: auto;
    margin-right: auto;
    width: 15rem
  }
}

.point-1-point.purity .image-certificate-img {
  width: 100%
}

.point-1-point.purity .image-caption {
  margin-top: .3rem
}

@media screen and (max-width:768px) {
  .point-1-point.purity .image-caption {
    font-size: 1.4rem
  }
}

.point-1-point.purity .image-caption .sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1-point.purity .image-caption .sp {
    display: inline
  }
}

.point-1 .comment {
  margin: 0 auto;
  max-width: 109.7rem;
  padding-top: 4rem;
  width: 80.3%
}

@media screen and (max-width:768px) {
  .point-1 .comment {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    width: auto
  }
}

.point-1 .comment-inner {
  background-color: #e6f7ff;
  border-radius: 1.6rem;
  display: flex;
  margin: 0 auto;
  padding: 4rem 5.5rem
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner {
    padding: 4rem 1.6rem;
    width: auto
  }
}

.point-1 .comment-inner .image {
  font-size: 0;
  text-align: center;
  width: 26rem
}

.point-1 .comment-inner .image.pc {
  display: block
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .image.pc {
    display: none
  }
}

.point-1 .comment-inner .image.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .image.sp {
    display: block
  }

  .point-1 .comment-inner .image {
    margin: 0 auto
  }
}

.point-1 .comment-inner .image-caption {
  font-size: 1.2rem;
  line-height: 1.4
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .image-caption {
    display: block;
    margin-top: .8rem
  }
}

.point-1 .comment-inner .text {
  flex-grow: 1;
  margin-left: 3.2rem
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text {
    margin-left: 0
  }
}

.point-1 .comment-inner .text-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4
}

.point-1 .comment-inner .text-title br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-title br.pc {
    display: none
  }
}

.point-1 .comment-inner .text-title br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-title br.sp {
    display: inline
  }
}

.point-1 .comment-inner .text-title-addition {
  display: block;
  font-size: 1.2rem
}

.point-1 .comment-inner .text-box {
  display: flex;
  margin-top: 1.6rem
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box {
    display: block;
    margin-top: 3.2rem
  }
}

.point-1 .comment-inner .text-box-content {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 2
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-content {
    margin-top: 2.4rem
  }
}

.point-1 .comment-inner .text-box-content br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-content br.pc {
    display: none
  }
}

.point-1 .comment-inner .text-box-content br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-content br.sp {
    display: inline
  }
}

.point-1 .comment-inner .text-box-book {
  font-size: 0;
  margin-left: 5rem;
  width: 13.5rem
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-book {
    margin-left: 0;
    margin-top: 2.4rem;
    width: auto
  }

  .point-1 .comment-inner .text-box-book-img {
    display: block;
    margin: 0 auto;
    width: 12.8rem
  }
}

.point-1 .comment-inner .text-box-book-caption {
  font-size: 1.2rem;
  line-height: 1.5
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-book-caption {
    display: block;
    margin: .8rem auto 0;
    padding-left: 1em;
    position: relative;
    width: 17.3em
  }
}

.point-1 .comment-inner .text-box-book-caption br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-book-caption br.pc {
    display: none
  }
}

.point-1 .comment-inner .text-box-book-caption br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-1 .comment-inner .text-box-book-caption br.sp {
    display: inline
  }

  .point-1 .comment-inner .text-box-book-caption .bullet {
    left: 0;
    position: absolute;
    top: 0
  }
}

.remodal-wrapper {
  padding: 0
}

.remodal-wrapper .certificate-modal {
  background: none;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 667.5px;
  padding: 1rem
}

.remodal-wrapper .certificate-modal-content {
  background: none;
  font-size: 0;
  padding: 0;
  position: relative;
  z-index: 1
}

.remodal-wrapper .certificate-modal-content-img {
  display: block;
  width: 100%
}

.remodal-wrapper .certificate-modal-close {
  border: none;
  cursor: pointer;
  height: 2.4rem;
  left: auto;
  padding: 0;
  position: fixed;
  right: calc(50% - 50vw + 2.4rem);
  top: 2.4rem;
  width: 2.4rem;
  z-index: 2
}

@media screen and (max-width:768px) {
  .remodal-wrapper .certificate-modal-close {
    right: 1rem;
    top: -1.8rem
  }
}

.remodal-wrapper .certificate-modal-close:before {
  display: none
}

.remodal-wrapper .certificate-modal-close-bar {
  background-color: #fff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%
}

.remodal-wrapper .certificate-modal-close-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(45deg)
}

.remodal-wrapper .certificate-modal-close-bar.bar-2 {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.remodal-wrapper .certificate-modal.active {
  display: block
}

.point-2 {
  background-color: #a5e1fc;
  overflow: hidden;
  padding: 8rem 0 0;
  position: relative
}

@media screen and (max-width:768px) {
  .point-2 {
    padding-top: 4rem
  }

  .point-2-title {
    padding-top: 5.6rem
  }
}

.point-2-title .section-title-front {
  color: #0058cc
}

.point-2-function {
  padding: 8rem 0
}

@media screen and (max-width:768px) {
  .point-2-function {
    padding: 4rem 0
  }
}

.point-2-function-title {
  color: #0058cc;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 auto;
  max-width: 109.7rem
}

@media screen and (max-width:768px) {
  .point-2-function-title {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 0 2.8rem
  }
}

.point-2-function-title br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-2-function-title br.pc {
    display: none
  }
}

.point-2-function-title br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-2-function-title br.sp {
    display: inline
  }
}

.point-2-function-content {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem auto 0;
  max-width: 109.7rem
}

@media screen and (max-width:768px) {
  .point-2-function-content {
    flex-direction: column;
    padding: 0 2.8rem
  }
}

.point-2-function-content .text {
  padding-top: 4rem;
  width: 50%
}

@media screen and (max-width:768px) {
  .point-2-function-content .text {
    padding-top: 0;
    width: auto
  }
}

.point-2-function-content .text br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-2-function-content .text br.pc {
    display: none
  }
}

.point-2-function-content .text br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-2-function-content .text br.sp {
    display: inline
  }
}

.point-2-function-content .text-list li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative
}

.point-2-function-content .text-list li:nth-of-type(n+2) {
  margin-top: 1em
}

.point-2-function-content .text-list li:before {
  background-color: #0058cc;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5rem;
  left: 0;
  position: absolute;
  top: .7em;
  width: .5rem
}

.point-2-function-content .text-list-item-annotation {
  font-size: 1.4rem
}

.point-2-function-content .text-annotation {
  font-size: 1.4rem;
  margin-top: 1em
}

@media screen and (max-width:768px) {
  .point-2-function-content .text-annotation {
    line-height: 2
  }
}

.point-2-function-content .image {
  font-size: 0;
  width: 50%
}

@media screen and (max-width:768px) {
  .point-2-function-content .image {
    margin-top: 3.2rem;
    width: auto
  }
}

.point-2-function-content .image-img {
  width: 45rem
}

.point-2-function.function-1 {
  margin-top: 8rem;
  padding-top: 0
}

.point-2-function.function-1 .point-2-function-title {
  text-align: right
}

@media screen and (max-width:768px) {
  .point-2-function.function-1 .point-2-function-title {
    text-align: left
  }
}

.point-2-function.function-1 .point-2-function-content {
  justify-content: flex-end
}

.point-2-function.function-1 .point-2-function-content .text {
  padding-left: 8rem
}

@media screen and (max-width:768px) {
  .point-2-function.function-1 .point-2-function-content .text {
    padding-left: 0
  }
}

.point-2-function.function-1 .point-2-function-content .image {
  text-align: right
}

@media screen and (max-width:768px) {
  .point-2-function.function-1 .point-2-function-content .image {
    order: 1
  }
}

.point-2-function.function-2 {
  background-color: #c4ecff
}

.point-2-function.function-2 .point-2-function-content .text {
  padding-right: 9rem
}

@media screen and (max-width:768px) {
  .point-2-function.function-2 .point-2-function-content .text {
    padding-right: 0
  }
}

.point-2-function.function-3 .point-2-function-title {
  text-align: right
}

@media screen and (max-width:768px) {
  .point-2-function.function-3 .point-2-function-title {
    text-align: left
  }
}

.point-2-function.function-3 .point-2-function-content {
  justify-content: flex-end
}

.point-2-function.function-3 .point-2-function-content .image {
  text-align: right
}

@media screen and (max-width:768px) {
  .point-2-function.function-3 .point-2-function-content .image {
    order: 1
  }
}

.point-2-function.function-3 .point-2-function-content .text {
  padding-left: 8rem
}

@media screen and (max-width:768px) {
  .point-2-function.function-3 .point-2-function-content .text {
    padding-left: 0
  }
}

.point-2-function.function-4 {
  background-color: #c4ecff;
  padding-bottom: 12rem
}

@media screen and (max-width:768px) {
  .point-2-function.function-4 {
    padding-bottom: 4rem
  }
}

.point-2-function.function-4 .point-2-function-content {
  margin-top: 5.6rem;
  padding-top: 10rem
}

@media screen and (max-width:768px) {
  .point-2-function.function-4 .point-2-function-content {
    margin-top: 2.5rem;
    padding-top: 0
  }
}

.point-2-function.function-4 .point-2-function-content .box {
  padding-left: 9.5rem;
  width: 50%
}

@media screen and (max-width:768px) {
  .point-2-function.function-4 .point-2-function-content .box {
    padding-left: 0;
    width: auto
  }
}

.point-2-function.function-4 .point-2-function-content .box:nth-of-type(n+3) {
  margin-top: 5.4rem
}

@media screen and (max-width:768px) {
  .point-2-function.function-4 .point-2-function-content .box:nth-of-type(n+3) {
    margin-top: 0
  }

  .point-2-function.function-4 .point-2-function-content .box:nth-of-type(n+2) {
    margin-top: 3.2rem
  }
}

.point-2-function.function-4 .point-2-function-content .box:nth-of-type(odd) {
  transform: translateY(-10rem)
}

@media screen and (max-width:768px) {
  .point-2-function.function-4 .point-2-function-content .box:nth-of-type(odd) {
    transform: translateY(0)
  }
}

.point-2-function.function-4 .point-2-function-content .box-title {
  border-bottom: 1px solid #333;
  color: #0058cc;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  padding-bottom: .8rem
}

.point-2-function.function-4 .point-2-function-content .box-list {
  margin-top: .8rem
}

.point-2-function.function-4 .point-2-function-content .box-list li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative
}

.point-2-function.function-4 .point-2-function-content .box-list li:nth-of-type(n+2) {
  margin-top: 1em
}

.point-2-function.function-4 .point-2-function-content .box-list li:before {
  background-color: #0058cc;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5rem;
  left: 0;
  position: absolute;
  top: .7em;
  width: .5rem
}

.point-2-function.function-4 .point-2-function-content .box-photo {
  font-size: 0;
  margin-top: 2.4rem
}

.point-2-function.function-4 .point-2-function-content .box-photo-img {
  width: 100%
}

.option {
  background-color: #f0f8ff;
  overflow: hidden;
  padding: 8rem 0;
  position: relative
}

@media screen and (max-width:768px) {
  .option {
    padding: 4rem 0
  }

  .option-title {
    padding-top: 4.6rem
  }
}

.option-text {
  text-align: center
}

@media screen and (max-width:768px) {
  .option-text {
    margin-top: 4rem;
    padding: 0 2.8rem
  }
}

.option-text br.pc {
  display: block
}

@media screen and (max-width:768px) {
  .option-text br.pc {
    display: none
  }
}

.option-text br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .option-text br.sp {
    display: block
  }
}

.option-list {
  display: flex;
  justify-content: flex-end;
  margin: 4rem auto 0;
  max-width: 110rem
}

@media screen and (max-width:768px) {
  .option-list {
    display: block
  }
}

.option-list-item {
  font-size: 0;
  position: relative;
  text-align: right
}

@media screen and (max-width:768px) {
  .option-list-item {
    margin: 0 auto;
    text-align: center;
    width: 28rem
  }
}

.option-list-item:first-of-type {
  flex: 1 0 auto
}

.option-list-item:first-of-type:before {
  border-bottom: 2px solid #0058cc;
  border-left: 2px solid #0058cc;
  bottom: 1.7rem;
  content: "";
  height: 1.9rem;
  left: 4.7rem;
  position: absolute;
  width: 17rem;
  z-index: 1
}

@media screen and (max-width:768px) {
  .option-list-item:first-of-type:before {
    bottom: 1.9rem;
    left: -.8rem
  }
}

.option-list-item:nth-of-type(n+2) {
  flex: 0 0 auto;
  margin-left: 1.9rem
}

@media screen and (max-width:768px) {
  .option-list-item:nth-of-type(n+2) {
    margin: 2rem auto 0
  }
}

.option-list-item-img {
  width: 32.5rem
}

@media screen and (max-width:768px) {
  .option-list-item-img {
    width: 28rem
  }
}

.option-list-item-tumbler {
  bottom: 2.4rem;
  left: 0;
  position: absolute;
  width: 17.5rem
}

.option-list-item-tumbler.pc {
  display: block
}

@media screen and (max-width:768px) {
  .option-list-item-tumbler.pc {
    display: none
  }
}

.option-list-item-tumbler.sp {
  display: none
}

@media screen and (max-width:768px) {
  .option-list-item-tumbler.sp {
    display: block
  }

  .option-list-item-tumbler {
    bottom: 2.7rem;
    left: -3.6rem;
    width: 12.9rem
  }
}

.option-list-item-benefits {
  align-items: center;
  background-color: #f0f8ff;
  border: 2px solid;
  border-radius: .8rem;
  color: #0058cc;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  margin-left: auto;
  margin-top: .8rem;
  position: relative;
  text-align: center;
  width: 20rem;
  z-index: 2
}

@media screen and (max-width:768px) {
  .option-list-item-benefits {
    width: 18.5rem
  }
}

.option-list-item-caption {
  display: block;
  font-size: 1.4rem;
  margin-top: .8rem;
  text-align: right
}

.point-3 {
  background-color: #89d8fc;
  overflow: hidden;
  padding: 8rem 0 28.2rem;
  position: relative
}

@media screen and (max-width:768px) {
  .point-3 {
    padding: 4rem 0 8rem
  }
}

.point-3-bg {
  bottom: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.point-3-bg-img {
  width: 100%
}

.point-3-bg-img.pc {
  display: block
}

@media screen and (max-width:768px) {
  .point-3-bg-img.pc {
    display: none
  }
}

.point-3-bg-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-3-bg-img.sp {
    display: block
  }

  .point-3-title {
    padding-top: 5.6rem
  }
}

.point-3-title .section-title-front {
  color: #0058cc
}

.point-3-bnr {
  margin: 8rem auto 0;
  width: 110rem
}

@media screen and (max-width:768px) {
  .point-3-bnr {
    margin-top: 4rem;
    width: 35.1rem
  }
}

.point-3-bnr-img {
  width: 100%
}

.point-3-bnr-img.pc {
  display: block
}

@media screen and (max-width:768px) {
  .point-3-bnr-img.pc {
    display: none
  }
}

.point-3-bnr-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-3-bnr-img.sp {
    display: block
  }
}

.point-3-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3.2rem auto 0;
  width: 91.6rem
}

@media screen and (max-width:768px) {
  .point-3-service {
    display: block;
    padding: 0 2.8rem;
    width: auto
  }
}

.point-3-service .box {
  align-items: center;
  background-color: #fff;
  border-radius: .8rem;
  display: flex;
  padding: 2.4rem;
  width: 45rem
}

@media screen and (max-width:768px) {
  .point-3-service .box {
    flex-direction: column;
    padding: 2.4rem 1.6rem;
    width: auto
  }
}

.point-3-service .box-badge {
  height: 10rem;
  margin-right: 2rem;
  width: 10rem
}

@media screen and (max-width:768px) {
  .point-3-service .box-badge {
    margin-right: 0;
    margin-top: 1.6rem;
    order: 1
  }
}

.point-3-service .box-badge-img {
  width: 100%
}

.point-3-service .box-content {
  flex-grow: 1
}

@media screen and (max-width:768px) {
  .point-3-service .box-content {
    width: 100%
  }
}

.point-3-service .box-content-heading {
  color: #0058cc;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4
}

.point-3-service .box-content-heading br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-3-service .box-content-heading br.pc {
    display: none
  }
}

.point-3-service .box-content-heading br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-3-service .box-content-heading br.sp {
    display: inline
  }
}

.point-3-service .box-content-description {
  line-height: 1.8;
  margin-top: 1.6rem
}

.point-3-service .box-content-description br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .point-3-service .box-content-description br.pc {
    display: none
  }
}

.point-3-service .box-content-description br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .point-3-service .box-content-description br.sp {
    display: inline
  }
}

.point-3-service .box.service-2 {
  margin-left: 1.6rem
}

@media screen and (max-width:768px) {
  .point-3-service .box.service-2 {
    margin-left: 0;
    margin-top: 3.2rem
  }
}

.point-3-service .box.service-3 {
  margin-top: 1.6rem
}

@media screen and (max-width:768px) {
  .point-3-service .box.service-3 {
    margin-top: 3.2rem
  }
}

.scene {
  background-color: #a5e1fc;
  padding: 8rem 0 0;
  position: relative
}

@media screen and (max-width:768px) {
  .scene {
    overflow: hidden;
    padding: 4rem 0 0
  }

  .scene-title {
    padding-top: 5.6rem
  }
}

.scene-content {
  padding: 34rem 0 49rem;
  position: relative;
  text-align: center
}

@media screen and (max-width:768px) {
  .scene-content {
    padding: 52rem 0 52.4rem
  }
}

.scene-content .image-img {
  position: absolute
}

.scene-content .image-img.image-1 {
  height: 29rem;
  left: 17rem;
  top: 12.9rem;
  width: 36.6rem
}

@media screen and (max-width:768px) {
  .scene-content .image-img.image-1 {
    height: auto;
    left: -1.1rem;
    top: 28.1rem;
    width: 25.5rem
  }
}

.scene-content .image-img.image-2 {
  height: 35rem;
  right: 13.3rem;
  top: 3.1rem;
  width: 43.5rem
}

@media screen and (max-width:768px) {
  .scene-content .image-img.image-2 {
    height: auto;
    right: -1rem;
    top: 8.1rem;
    width: 30.7rem
  }
}

.scene-content .image-img.image-3 {
  bottom: 12.5rem;
  height: 35.5rem;
  left: 13rem;
  width: 47.1rem
}

@media screen and (max-width:768px) {
  .scene-content .image-img.image-3 {
    bottom: 25.5rem;
    height: auto;
    left: -2.7rem;
    width: 33rem;
    z-index: 1
  }
}

.scene-content .image-img.image-4 {
  bottom: 26rem;
  height: 28.8rem;
  right: 19.1rem;
  width: 37rem
}

@media screen and (max-width:768px) {
  .scene-content .image-img.image-4 {
    bottom: 12rem;
    height: auto;
    right: -1.6rem;
    width: 25.8rem
  }
}

.scene-content .text {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 2.2;
  text-align: left;
  z-index: 1
}

@media screen and (max-width:768px) {
  .scene-content .text {
    font-size: 1.6rem
  }
}

.summary {
  background-color: #fff;
  padding: 8rem 0
}

@media screen and (max-width:768px) {
  .summary {
    padding: 4rem 0 8rem
  }

  .summary-title {
    padding-top: 3rem
  }
}

.summary-detail {
  align-items: center;
  display: flex;
  margin: 11.7rem auto 0;
  width: 91.5rem
}

@media screen and (max-width:768px) {
  .summary-detail {
    display: block;
    margin-top: 11rem;
    width: auto
  }
}

.summary-detail .product {
  width: 45rem
}

@media screen and (max-width:768px) {
  .summary-detail .product {
    width: auto
  }
}

.summary-detail .product-photo {
  font-size: 0;
  margin: 0 auto;
  width: 28.1rem
}

@media screen and (max-width:768px) {
  .summary-detail .product-photo {
    width: 21rem
  }
}

.summary-detail .product-photo-img {
  width: 100%
}

.summary-detail .product-gallery {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin-top: 2.4rem
}

@media screen and (max-width:768px) {
  .summary-detail .product-gallery {
    display: none
  }
}

.summary-detail .product-gallery-img {
  border: 1px solid #d0d0d0;
  cursor: pointer;
  width: 24%
}

.summary-detail .product-gallery-img:hover {
  border-color: #0058cc;
  border-width: 2px;
  opacity: .8
}

.summary-detail .info {
  margin-left: 11.9rem
}

@media screen and (max-width:768px) {
  .summary-detail .info {
    margin: 1rem auto 0;
    text-align: center
  }
}

.summary-detail .info .name {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .summary-detail .info .name {
    font-size: 2.4rem
  }
}

.summary-detail .info .name-semibold {
  font-weight: 600
}

@media screen and (max-width:768px) {
  .summary-detail .info .name-semibold {
    font-size: 2.2rem
  }
}

.summary-detail .info .price {
  font-size: 2.4rem;
  margin-top: 1.6rem
}

@media screen and (max-width:768px) {
  .summary-detail .info .price {
    font-size: 1.9rem;
    margin-top: .5rem
  }
}

.summary-detail .info .price-tax {
  display: block;
  font-size: 1.4rem
}

.summary-detail .info-gallery {
  display: none;
  font-size: 0;
  justify-content: space-between;
  margin: 2.4rem 2.8rem 0
}

@media screen and (max-width:768px) {
  .summary-detail .info-gallery {
    display: flex
  }
}

.summary-detail .info-gallery-img {
  border: 1px solid #707070;
  cursor: pointer;
  width: 24%
}

.summary-detail .info-gallery-img:hover {
  border-color: #0058cc;
  opacity: .8
}

.summary-detail .info-list {
  color: #0058cc;
  margin-top: 8rem;
  text-align: center;
  width: 28rem
}

@media screen and (max-width:768px) {
  .summary-detail .info-list {
    margin-top: 4rem;
    padding: 0 2rem;
    width: auto
  }
}

.summary-detail .info-list-item {
  border: 1px solid;
  font-size: 1.4rem;
  padding: .8rem;
  width: 100%
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item {
    font-size: 1.6rem
  }
}

.summary-detail .info-list-item:nth-of-type(n+2) {
  margin-top: 1.6rem
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item:nth-of-type(n+2) {
    margin-top: 1.3rem
  }
}

.summary-detail .info-list-item-annotation {
  display: block;
  font-size: 1.2rem;
  text-align: center
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item-annotation {
    font-size: 1.4rem
  }
}

.summary-detail .info-list-item.bnr {
  border: 0;
  font-size: 0;
  padding: 0
}

.summary-detail .info-list-item-link-img.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item-link-img.pc {
    display: none
  }
}

.summary-detail .info-list-item-link-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item-link-img.sp {
    display: inline
  }
}

.summary-detail .info-list-item-form-img {
  width: 100%
}

.summary-detail .info-list-item-form-img.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item-form-img.pc {
    display: none
  }
}

.summary-detail .info-list-item-form-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .summary-detail .info-list-item-form-img.sp {
    display: inline
  }
}

.summary-detail.second {
  margin-top: 0;
  padding-top: 11.7rem
}

@media screen and (max-width:768px) {
  .summary-detail.second {
    margin-top: 0;
    padding-top: 4rem
  }
}

.summary-subtitle {
  border-bottom: 1px solid #d0d0d0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 8rem auto 0;
  padding-bottom: .45em;
  width: 91.5rem
}

@media screen and (max-width:768px) {
  .summary-subtitle {
    margin: 4rem 2rem 0;
    padding-bottom: .4em;
    width: auto
  }
}

.summary .specification {
  border: 1px solid #d0d0d0;
  border-radius: .8rem;
  margin: 1.6rem auto 0;
  width: 91.5rem
}

.summary .specification .accordion-label {
  cursor: pointer;
  position: relative
}

.summary .specification .accordion-label-icon {
  color: #555;
  display: block;
  height: 1.8rem;
  position: absolute;
  right: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem
}

.summary .specification .accordion-label-icon:before {
  height: 2px;
  width: 100%
}

.summary .specification .accordion-label-icon:after, .summary .specification .accordion-label-icon:before {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg)
}

.summary .specification .accordion-label-icon:after {
  height: 100%;
  width: 2px
}

.summary .specification .accordion-content {
  display: none
}

.summary .specification.active .accordion-label-icon:before {
  transform: translate(-50%, -50%) rotate(180deg)
}

.summary .specification.active .accordion-label-icon:after {
  transform: translate(-50%, -50%) rotate(-270deg)
}

.summary .specification.active .accordion-content {
  display: block
}

@media screen and (max-width:768px) {
  .summary .specification {
    margin: 1.6rem 2rem 0;
    width: auto
  }
}

.summary .specification-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.4rem 3.2rem;
  text-align: center
}

@media screen and (max-width:768px) {
  .summary .specification-title {
    padding: 2.2rem 2rem
  }
}

.summary .specification-content {
  padding: 1.6rem 9.3rem
}

@media screen and (max-width:768px) {
  .summary .specification-content {
    padding: 0 2rem 2.2rem
  }
}

.summary .specification-content .d-list {
  text-align: center
}

.summary .specification-content .d-list-term {
  background-color: #cceeff;
  font-size: 1.4rem;
  line-height: 3rem
}

.summary .specification-content .d-list-description {
  font-size: 1.6rem;
  padding: 1em 0
}

.summary .specification-content .annotation {
  margin: 0 auto;
  width: 54.2rem
}

@media screen and (max-width:768px) {
  .summary .specification-content .annotation {
    width: auto
  }
}

.summary .specification-content .annotation-text {
  font-size: 1.4rem;
  padding-left: 3.2rem;
  position: relative
}

.summary .specification-content .annotation-text:nth-of-type(n+2) {
  margin-top: .8rem
}

.summary .specification-content .annotation-text .bullet {
  left: 0;
  position: absolute;
  top: 0
}

.summary .specification-content .btn-reservation, .summary .specification-content .btn-shopping {
  font-size: 0;
  margin: 2.4rem auto 0;
  width: 39rem
}

@media screen and (max-width:768px) {
  .summary .specification-content .btn-reservation, .summary .specification-content .btn-shopping {
    width: auto
  }
}

.summary .specification-content .btn-reservation-link-img.pc, .summary .specification-content .btn-shopping-link-img.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .summary .specification-content .btn-reservation-link-img.pc, .summary .specification-content .btn-shopping-link-img.pc {
    display: none
  }
}

.summary .specification-content .btn-reservation-link-img.sp, .summary .specification-content .btn-shopping-link-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .summary .specification-content .btn-reservation-link-img.sp, .summary .specification-content .btn-shopping-link-img.sp {
    display: inline
  }
}

.summary .caution {
  margin: 1.6rem auto 0;
  width: 91.5rem
}

@media screen and (max-width:768px) {
  .summary .caution {
    padding: 0 2rem;
    width: auto
  }
}

.summary .caution-item {
  font-size: 1.4rem;
  line-height: 1.7;
  padding-left: 1.5em;
  position: relative
}

.summary .caution-item .bullet {
  left: 0;
  position: absolute;
  top: 0
}

.summary .present {
  background-color: #f0f8ff;
  border-radius: .8rem;
  margin: 8rem auto 0;
  padding: 4rem 9.3rem;
  width: 91.5rem
}

@media screen and (max-width:768px) {
  .summary .present {
    margin: 4rem 2rem 0;
    padding: 4rem 2rem 1.6rem;
    width: auto
  }
}

.summary .present-title {
  color: #0058cc;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center
}

@media screen and (max-width:768px) {
  .summary .present-title {
    font-size: 2rem
  }
}

.summary .present-title br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .summary .present-title br.pc {
    display: none
  }
}

.summary .present-title br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .summary .present-title br.sp {
    display: inline
  }
}

.summary .present-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.2rem
}

@media screen and (max-width:768px) {
  .summary .present-list {
    display: block;
    margin-top: 1.6rem
  }
}

.summary .present-list-item {
  font-size: 0;
  padding: 2.4rem 0;
  text-align: center;
  width: 50%
}

@media screen and (max-width:768px) {
  .summary .present-list-item {
    padding: 2.4rem 0;
    width: auto
  }
}

.summary .present-list-item:nth-of-type(2n) {
  border-left: 1px dashed #d0d0d0
}

@media screen and (max-width:768px) {
  .summary .present-list-item:nth-of-type(2n) {
    border-left: none
  }
}

.summary .present-list-item:nth-of-type(n+3) {
  border-top: 1px dashed #d0d0d0
}

@media screen and (max-width:768px) {
  .summary .present-list-item:nth-of-type(n+3) {
    border-top: none
  }

  .summary .present-list-item:nth-of-type(n+2) {
    border-top: 1px dashed #d0d0d0
  }
}

.summary .present-list-item-img {
  margin: 0 auto;
  width: 22rem
}

.summary .present-list-item-caption {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.6rem
}

@media screen and (max-width:768px) {
  .summary .present-list-item-caption {
    font-size: 1.6rem
  }
}

.summary .present-list-item-caption .supplement {
  display: block;
  font-size: 1.4rem;
  margin-bottom: .4rem
}

@media screen and (max-width:768px) {
  .summary .present-list-item-caption .supplement {
    margin-bottom: .2rem
  }
}

.summary .present-list-item-caption .author {
  display: block;
  font-size: 1.4rem;
  margin-top: .4rem
}

@media screen and (max-width:768px) {
  .summary .present-list-item-caption .author {
    margin-top: .2rem
  }
}

.summary .present-list-item.present-book .present-list-item-img {
  box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
  width: 9rem
}

.summary .equipment, .summary .how-to-buy {
  margin: 8rem auto 0;
  width: 91.5rem
}

@media screen and (max-width:768px) {
  .summary .equipment, .summary .how-to-buy {
    margin-top: 4rem;
    padding: 0 2rem;
    width: auto
  }
}

.summary .equipment-title, .summary .how-to-buy-title {
  border-bottom: 1px solid #d0d0d0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 8rem auto 1.6rem;
  padding-bottom: .45em
}

@media screen and (max-width:768px) {
  .summary .equipment-title, .summary .how-to-buy-title {
    margin-top: 4rem
  }
}

.summary .equipment-subtitle, .summary .how-to-buy-subtitle {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 4rem
}

@media screen and (max-width:768px) {
  .summary .equipment-subtitle, .summary .how-to-buy-subtitle {
    margin-top: 3.2rem
  }
}

.summary .equipment-accent, .summary .how-to-buy-accent {
  font-weight: 700;
  line-height: 1.8;
  margin-top: .8rem
}

.summary .equipment-accent .blue, .summary .how-to-buy-accent .blue {
  color: #0058cc
}

.summary .equipment-text, .summary .how-to-buy-text {
  font-weight: 400;
  line-height: 1.8;
  margin-top: .8rem
}

.summary .equipment-text a, .summary .how-to-buy-text a {
  color: #0058cc
}

.summary .equipment-list, .summary .how-to-buy-list {
  margin-top: .8rem
}

.summary .equipment-list li, .summary .how-to-buy-list li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative
}

.summary .equipment-list li:nth-of-type(n+2), .summary .how-to-buy-list li:nth-of-type(n+2) {
  margin-top: 1em
}

.summary .equipment-list li:before, .summary .how-to-buy-list li:before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5rem;
  left: 0;
  position: absolute;
  top: .7em;
  width: .5rem
}

.summary .equipment-list-item, .summary .how-to-buy-list-item {
  margin-top: 0 !important
}

.hhuhu-gallery-modal {
  margin: 0;
  max-width: 96rem;
  padding: 2.4rem 0
}

@media screen and (max-width:768px) {
  .hhuhu-gallery-modal {
    padding: 1.6rem 0
  }
}

.hhuhu-gallery-modal-slide {
  font-size: 0;
  margin: 0 auto;
  padding: 0 6rem;
  width: 77rem
}

@media screen and (max-width:768px) {
  .hhuhu-gallery-modal-slide {
    padding: 0 1.4rem;
    width: auto
  }
}

.hhuhu-gallery-modal-slide .slide-item-img {
  height: 65rem;
  width: 65rem
}

@media screen and (max-width:768px) {
  .hhuhu-gallery-modal-slide .slide-item-img {
    height: 34.7rem;
    width: 34.7rem
  }
}

.hhuhu-gallery-modal-slide .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 6rem;
  z-index: 1
}

@media screen and (max-width:768px) {
  .hhuhu-gallery-modal-slide .slick-arrow {
    width: 4rem
  }
}

.hhuhu-gallery-modal-slide .slick-arrow.prev-arrow {
  left: 0;
  transform: translateY(-50%)
}

.hhuhu-gallery-modal-slide .slick-arrow.next-arrow {
  right: 0;
  transform: translateY(-50%)
}

.hhuhu-gallery-modal-nav {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 2.4rem auto 0
}

.hhuhu-gallery-modal-nav .nav-item {
  border: 1px solid #d0d0d0;
  cursor: pointer;
  width: 11rem
}

@media screen and (max-width:768px) {
  .hhuhu-gallery-modal-nav .nav-item {
    width: 7.5rem
  }
}

.hhuhu-gallery-modal-nav .nav-item:nth-of-type(n+2) {
  margin-left: 1.6rem
}

.hhuhu-gallery-modal-nav .nav-item:hover {
  opacity: .8
}

.hhuhu-gallery-modal-nav .nav-item.current {
  border-color: #0058cc;
  border-width: 2px
}

.hhuhu-gallery-modal-close {
  border: none;
  cursor: pointer;
  height: 2.4rem;
  left: auto;
  padding: 0;
  position: fixed;
  right: calc(50% - 50vw + 2.4rem);
  top: 0;
  width: 2.4rem;
  z-index: 2
}

@media screen and (max-width:768px) {
  .hhuhu-gallery-modal-close {
    right: 2.4rem;
    top: -3.4rem
  }
}

.hhuhu-gallery-modal-close:before {
  display: none
}

.hhuhu-gallery-modal-close-bar {
  background-color: #fff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%
}

.hhuhu-gallery-modal-close-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(45deg)
}

.hhuhu-gallery-modal-close-bar.bar-2 {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.contact {
  background-image: url(../img/bg_contact_pc.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
  padding: 9.6rem 0
}

@media screen and (max-width:768px) {
  .contact {
    padding: 5rem 2rem 6rem
  }
}

.contact-message {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center
}

@media screen and (max-width:768px) {
  .contact-message {
    font-size: 1.8rem
  }
}

.contact-message br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .contact-message br.pc {
    display: none
  }
}

.contact-message br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .contact-message br.sp {
    display: inline
  }
}

.contact-tel {
  margin: 4rem auto 0;
  width: 70rem;
}

@media screen and (max-width:768px) {
  .contact-tel {
    margin-top: 2rem;
    width: auto
  }
}

.contact-tel.pc {
  display: block
}

@media screen and (max-width:768px) {
  .contact-tel.pc {
    display: none
  }
}

.contact-tel.sp {
  display: none
}

@media screen and (max-width:768px) {
  .contact-tel.sp {
    display: block
  }
}

.contact-mail {
  margin: 1.6rem auto 0;
  width: 70rem
}

@media screen and (max-width:768px) {
  .contact-mail {
    width: auto
  }
}

.contact-mail-link-img.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .contact-mail-link-img.pc {
    display: none
  }
}

.contact-mail-link-img.sp {
  display: none
}

@media screen and (max-width:768px) {
  .contact-mail-link-img.sp {
    display: inline
  }
}

.contact-cielserein {
  margin: 4rem auto 0;
  width: 70rem;
}
.contact-cielserein a:hover {
  filter: brightness(1.1);
}

@media screen and (max-width:768px) {
  .contact-cielserein {
    margin-top: 1.6rem;
    width: auto
  }
}

.contact-cielserein.pc {
  display: block
}

@media screen and (max-width:768px) {
  .contact-cielserein.pc {
    display: none
  }
}

.contact-cielserein.sp {
  display: none
}

@media screen and (max-width:768px) {
  .contact-cielserein.sp {
    display: block
  }
}

.qa {
  background-color: #f0f8ff;
  padding: 8rem 0
}

@media screen and (max-width:768px) {
  .qa {
    padding: 4rem 0
  }

  .qa-title {
    padding: 4.9rem 0 3rem
  }

  .qa-title .section-title-bg {
    left: 50%;
    transform: translateX(-50%);
    width: 22.6rem
  }

  .qa-title .section-title-bg-img {
    height: 12.4rem
  }
}

.qa-subtitle {
  border-bottom: 1px solid #d0d0d0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 4rem auto 0;
  padding-bottom: .45em;
  width: 91.5rem
}

@media screen and (max-width:768px) {
  .qa-subtitle {
    margin: 4rem 2rem 0;
    padding-bottom: .142857em;
    width: auto
  }
}

.qa-item {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: .8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.4rem auto 0;
  width: 91.5rem
}

.qa-item .accordion-label {
  cursor: pointer;
  position: relative
}

.qa-item .accordion-label-icon {
  color: #555;
  display: block;
  height: 1.8rem;
  position: absolute;
  right: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem
}

.qa-item .accordion-label-icon:before {
  height: 2px;
  width: 100%
}

.qa-item .accordion-label-icon:after, .qa-item .accordion-label-icon:before {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg)
}

.qa-item .accordion-label-icon:after {
  height: 100%;
  width: 2px
}

.qa-item .accordion-content {
  display: none
}

.qa-item.active .accordion-label-icon:before {
  transform: translate(-50%, -50%) rotate(180deg)
}

.qa-item.active .accordion-label-icon:after {
  transform: translate(-50%, -50%) rotate(-270deg)
}

.qa-item.active .accordion-content {
  display: flex
}

@media screen and (max-width:768px) {
  .qa-item {
    margin: 2rem 2rem 0;
    width: auto
  }
}

.qa-item-answer, .qa-item-question {
  display: flex;
  padding: 2.6rem 1.6rem
}

.qa-item-answer .bullet, .qa-item-question .bullet {
  flex: 0 0 auto;
  margin-right: 2rem;
  text-align: center;
  width: 1em
}

@media screen and (max-width:768px) {
  .qa-item-question {
    padding-right: 8rem
  }
}

.qa-item-answer {
  position: relative
}

@media screen and (max-width:768px) {
  .qa-item-answer {
    padding-right: 6rem
  }
}

.qa-item-answer:before {
  background-color: #d0d0d0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 3.6rem)
}

.voice {
  background-color: #89d8fc;
  overflow: hidden;
  padding: 4rem 0;
  position: relative
}

@media screen and (max-width:768px) {
  .voice {
    padding: 4rem 1.2rem
  }

  .voice-title {
    padding-top: 5.6rem
  }
}

.voice-inner {
  background-color: #c4ecff;
  border-radius: 1.6rem;
  margin: 0 auto;
  padding: 4rem 0 8rem;
  width: 109.7rem
}

@media screen and (max-width:768px) {
  .voice-inner {
    padding: 3rem 0 7rem;
    width: auto
  }
}

.voice-description {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center
}

@media screen and (max-width:768px) {
  .voice-description {
    margin-top: 3rem;
    padding: 0 2rem
  }
}

.voice-description br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .voice-description br.pc {
    display: none
  }
}

.voice-description br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .voice-description br.sp {
    display: inline
  }
}

.voice-article {
  text-align: center
}

.voice-article-img {
  aspect-ratio: 32/22;
  width: 35.7rem
}

@media screen and (max-width:768px) {
  .voice-article-img {
    height: auto;
    width: 32rem
  }
}

.voice-article-caption {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-top: .2rem
}

@media screen and (max-width:768px) {
  .voice-article-caption {
    margin-top: 0
  }
}

.voice-text {
  line-height: 2;
  margin: 2.4rem auto 0;
  width: 72.9rem
}

@media screen and (max-width:768px) {
  .voice-text {
    padding: 0 2rem;
    width: auto
  }
}

.company {
  background-color: #c4ecff;
  padding: 8rem 0
}

@media screen and (max-width:768px) {
  .company {
    padding: 4rem 0
  }
}

.company-box {
  background-color: #fff;
  border-radius: .8rem;
  margin: 4rem auto 0;
  padding: 6rem 8rem;
  width: 110rem
}

@media screen and (max-width:768px) {
  .company-box {
    margin: 4rem 1.2rem 0;
    padding: 4rem 1.6rem;
    width: auto
  }
}

.company-box-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600
}

@media screen and (max-width:768px) {
  .company-box-title {
    font-size: 2.4rem
  }
}

.company-box-title br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .company-box-title br.pc {
    display: none
  }
}

.company-box-title br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .company-box-title br.sp {
    display: inline
  }
}

.company .promise-list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 6rem
}

@media screen and (max-width:768px) {
  .company .promise-list {
    display: block
  }
}

.company .promise-list-item {
  font-size: 0;
  width: 27.76666%
}

@media screen and (max-width:768px) {
  .company .promise-list-item {
    width: auto
  }

  .company .promise-list-item:nth-of-type(n+2) {
    border-top: 1px dashed #d0d0d0;
    padding-top: 4rem
  }

  .company .promise-list-item:nth-last-of-type(n+2) {
    padding-bottom: 3.5rem
  }
}

.company .promise-list-item-number {
  display: block;
  margin: 0 auto;
  width: 8.8rem
}

.company .promise-list-item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 2.2rem;
  text-align: center
}

.company .promise-list-item-description {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2rem
}

.company .history-text {
  line-height: 1.8;
  margin-top: 4rem
}

.company .concierge-content {
  display: flex;
  margin-top: 4rem
}

@media screen and (max-width:768px) {
  .company .concierge-content {
    display: block
  }
}

.company .concierge-content-text {
  line-height: 1.8;
  width: 55.7rem
}

@media screen and (max-width:768px) {
  .company .concierge-content-text {
    width: auto
  }
}

.company .concierge-content-text-bnr {
  display: block;
  font-size: 0;
  margin-top: 3.2rem;
  width: 39rem
}

@media screen and (max-width:768px) {
  .company .concierge-content-text-bnr {
    display: none
  }
}

.company .concierge-content-text-bnr-img {
  width: 100%
}

.company .concierge-content-text-link {
  display: none;
  font-size: 0;
  margin-top: 3.2rem
}

@media screen and (max-width:768px) {
  .company .concierge-content-text-link {
    display: block
  }
}

.company .concierge-content-text-link-img {
  width: 100%
}

.company .concierge-content-illust {
  font-size: 0;
  margin-left: 7.7rem;
  margin-top: 3.6rem;
  width: 22.5rem
}

@media screen and (max-width:768px) {
  .company .concierge-content-illust {
    margin: 3.6rem auto 0;
    width: 23.1rem
  }
}

.company .showroom-content {
  display: flex;
  margin-top: 4rem
}

@media screen and (max-width:768px) {
  .company .showroom-content {
    display: block
  }
}

.company .showroom-content .text {
  line-height: 1.8;
  width: 42.4rem
}

@media screen and (max-width:768px) {
  .company .showroom-content .text {
    width: auto
  }
}

.company .showroom-content .text br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .company .showroom-content .text br.pc {
    display: none
  }
}

.company .showroom-content .text br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .company .showroom-content .text br.sp {
    display: inline
  }
}

.company .showroom-content .photo {
  font-size: 0;
  margin-left: 9.4rem;
  width: 39rem
}

@media screen and (max-width:768px) {
  .company .showroom-content .photo {
    margin: 4rem auto 0;
    width: auto
  }
}

.company .showroom-subsection {
  margin-top: 4rem
}

.company .showroom-subsection .title {
  background-color: #c4ecff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem;
  text-align: center
}

.company .showroom-subsection .bnr {
  font-size: 0;
  margin: 3rem auto 0;
  width: 39rem
}

.company .showroom-subsection .bnr.pc {
  display: block
}

@media screen and (max-width:768px) {
  .company .showroom-subsection .bnr.pc {
    display: none
  }
}

.company .showroom-subsection .bnr.sp {
  display: none
}

@media screen and (max-width:768px) {
  .company .showroom-subsection .bnr.sp {
    display: block
  }

  .company .showroom-subsection .bnr {
    width: auto
  }
}

.company .showroom-subsection .caution {
  font-size: 1.4rem;
  margin-top: 1.6rem;
  text-align: center
}

.company .showroom-subsection .text {
  font-size: 1.4rem;
  margin-top: 3rem;
  text-align: center
}

.company .showroom-subsection .countermeasure-list {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem
}

.company .showroom-subsection .countermeasure-list-item {
  text-align: center;
  width: 9.8rem
}

.company .showroom-subsection .countermeasure-list-item:nth-of-type(n+2) {
  margin-left: 1.8rem
}

.company .showroom-subsection .countermeasure-list-item-caption {
  color: #555;
  font-size: 1.6rem;
  text-align: center
}

.company .showroom-subsection .google-map {
  height: 20rem;
  margin: 3.2rem auto 0;
  width: 82.2rem
}

@media screen and (max-width:768px) {
  .company .showroom-subsection .google-map {
    width: auto
  }
}

.company .showroom-subsection .google-map iframe {
  height: 100%;
  width: 100%
}

.company .showroom-subsection .address {
  line-height: 1.8;
  margin: 1.6rem auto 0;
  width: 82.2rem
}

@media screen and (max-width:768px) {
  .company .showroom-subsection .address {
    width: auto
  }
}

.company .showroom-subsection .address br.pc {
  display: inline
}

@media screen and (max-width:768px) {
  .company .showroom-subsection .address br.pc {
    display: none
  }
}

.company .showroom-subsection .address br.sp {
  display: none
}

@media screen and (max-width:768px) {
  .company .showroom-subsection .address br.sp {
    display: inline
  }
}

.ec {
  background-color: #fff;
  padding: 6rem 2rem 8rem
}

@media screen and (max-width:768px) {
  .ec {
    padding: 3rem 4rem 4rem
  }
}

.ec-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center
}

@media screen and (max-width:768px) {
  .ec-text {
    font-size: 2rem
  }
}

.ec-list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem
}

@media screen and (max-width:768px) {
  .ec-list {
    display: block
  }
}

.ec-list-item {
  font-size: 0;
  width: 19.5rem
}

@media screen and (max-width:768px) {
  .ec-list-item {
    margin: 0 auto;
    max-width: 295px;
    width: auto
  }
}

.ec-list-item:nth-of-type(n+2) {
  margin-left: 1.6rem
}

@media screen and (max-width:768px) {
  .ec-list-item:nth-of-type(n+2) {
    margin-left: auto;
    margin-top: 1rem
  }
}

.ec-list-item-link-img {
  width: 100%
}

.footer {
  background: #333;
  padding: 34px 0 48px
}

@media screen and (max-width:768px) {
  .footer {
    padding: 32px 0 84px
  }
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 32px;
  width: 180px
}

.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 767px;
  padding: 0
}

@media screen and (max-width:768px) {
  .footer-nav {
    flex-direction: column
  }
}

.footer-nav-item {
  display: block;
  font-size: 14px;
  list-style: none;
  text-align: left
}

@media screen and (max-width:768px) {
  .footer-nav-item {
    padding: 0 0 32px;
    text-align: center
  }
}

.footer-nav-item-link {
  color: #fff;
  display: block;
  text-decoration: none;
  width: auto
}

.footer-copyright {
  color: #989898;
  font-size: 12px;
  margin: 60px 0 0;
  text-align: center
}

@media screen and (max-width:768px) {
  .footer-copyright {
    color: #999;
    margin: 45px 0 0
  }
}

.message .bubble-list .bubble-img.bubble-1 {
  left: 9%;
  top: calc(50px + 7%)
}

@media screen and (max-width:768px) {
  .message .bubble-list .bubble-img.bubble-1 {
    left: -3%
  }
}

.message .bubble-list .bubble-img.bubble-2 {
  right: 0;
  top: calc(50px + 27%)
}

@media screen and (max-width:768px) {
  .message .bubble-list .bubble-img.bubble-2 {
    z-index: -1
  }
}

.message .bubble-list .bubble-img.bubble-3 {
  left: 0;
  top: calc(50px + 75%)
}

@media screen and (max-width:768px) {
  .message .bubble-list .bubble-img.bubble-3 {
    z-index: -1
  }
}

.message .bubble-list .bubble-img.bubble-4 {
  left: 74%;
  top: calc(50px + 71%);
  z-index: -1
}

@media screen and (max-width:768px) {
  .message .bubble-list .bubble-img.bubble-4 {
    left: 88%
  }
}

.point-1 .bubble-list .bubble-img.bubble-1 {
  left: 2%;
  top: calc(100px + 7.8%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-1 {
    left: -4%
  }
}

.point-1 .bubble-list .bubble-img.bubble-2 {
  left: 6%;
  top: calc(100px + 9.3%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-2 {
    left: 0
  }
}

.point-1 .bubble-list .bubble-img.bubble-3 {
  left: 59%;
  top: calc(100px + 10%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-3 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-4 {
  left: .5%;
  top: calc(100px + 13.5%)
}

.point-1 .bubble-list .bubble-img.bubble-5 {
  left: 2.7%;
  top: calc(100px + 15%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-5 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-6 {
  left: .5%;
  top: calc(100px + 19%)
}

.point-1 .bubble-list .bubble-img.bubble-7 {
  left: 21%;
  top: calc(100px + 17%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-7 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-8 {
  left: 19.8%;
  top: calc(100px + 17.8%)
}

.point-1 .bubble-list .bubble-img.bubble-9 {
  left: 20.5%;
  top: calc(100px + 18.6%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-9 {
    left: 16%
  }
}

.point-1 .bubble-list .bubble-img.bubble-10 {
  left: 19.5%;
  top: calc(100px + 19.3%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-10 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-11 {
  left: 86%;
  top: calc(100px + 15.8%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-11 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-12 {
  left: 95%;
  top: calc(100px + 17.8%)
}

.point-1 .bubble-list .bubble-img.bubble-13 {
  left: 9%;
  top: calc(100px + 23%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-13 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-14 {
  left: 12%;
  top: calc(100px + 24.8%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-14 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-15 {
  left: 11.8%;
  top: calc(100px + 25.3%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-15 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-16 {
  left: 8.4%;
  top: calc(100px + 26.5%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-16 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-17 {
  left: 30%;
  top: calc(100px + 25.3%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-17 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-18 {
  left: 26%;
  top: calc(100px + 27.3%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-18 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-19 {
  left: 28%;
  top: calc(100px + 28.8%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-19 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-20 {
  left: 76%;
  top: calc(100px + 24%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-20 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-21 {
  left: 79%;
  top: calc(100px + 25.2%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-21 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-22 {
  left: 80.2%;
  top: calc(100px + 25.5%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-22 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-23 {
  left: 73.8%;
  top: calc(100px + 26.8%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-23 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-24 {
  left: 78.7%;
  top: calc(100px + 28.2%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-24 {
    display: none
  }
}

.point-1 .bubble-list .bubble-img.bubble-25 {
  left: 76.8%;
  top: calc(100px + 28.9%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-25 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-26 {
  left: 76.7%;
  top: calc(100px + 29.1%);
  z-index: -1
}

.point-1 .bubble-list .bubble-img.bubble-27 {
  right: 0;
  top: calc(100px + 23.4%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-27 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-28 {
  left: 0;
  top: calc(100px + 33%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-28 {
    z-index: -1
  }
}

.point-1 .bubble-list .bubble-img.bubble-29 {
  left: 96%;
  top: calc(100px + 33%)
}

.point-1 .bubble-list .bubble-img.bubble-30 {
  left: 96.6%;
  top: calc(100px + 38.9%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-30 {
    left: 95.6%
  }
}

.point-1 .bubble-list .bubble-img.bubble-31 {
  left: 93.5%;
  top: calc(100px + 44.5%);
  z-index: -1
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-31 {
    left: 86%
  }
}

.point-1 .bubble-list .bubble-img.bubble-32 {
  left: 93.5%;
  top: calc(100px + 49.2%);
  z-index: -1
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-32 {
    left: 91%;
    top: calc(100px + 50.3%);
    z-index: 0
  }
}

.point-1 .bubble-list .bubble-img.bubble-33 {
  left: 2.8%;
  top: calc(100px + 51.2%);
  z-index: -1
}

.point-1 .bubble-list .bubble-img.bubble-34 {
  left: 2%;
  top: calc(100px + 61.2%);
  z-index: -1
}

.point-1 .bubble-list .bubble-img.bubble-35 {
  left: 1.3%;
  top: calc(100px + 87.8%);
  z-index: -1
}

.point-1 .bubble-list .bubble-img.bubble-36 {
  left: 7%;
  top: calc(100px + 98.6%)
}

.point-1 .bubble-list .bubble-img.bubble-37 {
  left: 59%;
  top: calc(100px + 105%)
}

.point-1 .bubble-list .bubble-img.bubble-38 {
  right: 0;
  top: calc(100px + 98.4%)
}

.point-1 .bubble-list .bubble-img.bubble-39 {
  left: 94.4%;
  top: calc(100px + 66%);
  z-index: -1
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-39 {
    left: 91.4%
  }
}

.point-1 .bubble-list .bubble-img.bubble-40 {
  left: 95.7%;
  top: calc(100px + 66%)
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-40 {
    left: 0;
    top: calc(100px + 57%)
  }
}

.point-1 .bubble-list .bubble-img.bubble-41 {
  left: 95.7%;
  top: calc(100px + 67.9%);
  z-index: -1
}

.point-1 .bubble-list .bubble-img.bubble-42 {
  left: 92.5%;
  top: calc(100px + 67%);
  z-index: -1
}

@media screen and (max-width:768px) {
  .point-1 .bubble-list .bubble-img.bubble-42 {
    left: 86.5%;
    top: calc(100px + 66.5%);
    z-index: 0
  }
}

.point-1 .bubble-list .bubble-img.bubble-43 {
  left: 91.8%;
  top: calc(100px + 70.2%);
  z-index: -1
}

.point-1 .bubble-list .bubble-img.bubble-44 {
  left: 89.8%;
  top: calc(100px + 69.5%);
  z-index: -1
}

.point-2 .bubble-list .bubble-img.bubble-1 {
  left: 4%;
  top: calc(100px + 5.8%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-1 {
    top: calc(100px + 3.4%)
  }
}

.point-2 .bubble-list .bubble-img.bubble-2 {
  left: 0;
  top: calc(100px + 9%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-2 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-3 {
  left: 1%;
  top: calc(100px + 10%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-3 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-4 {
  left: 5%;
  top: calc(100px + 18%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-4 {
    left: -8%
  }
}

.point-2 .bubble-list .bubble-img.bubble-5 {
  left: 7.5%;
  top: calc(100px + 24.3%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-5 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-6 {
  left: 7.5%;
  top: calc(100px + 24.3%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-6 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-7 {
  left: 85%;
  top: calc(100px + 22.8%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-7 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-8 {
  left: 96%;
  top: calc(100px + 8.8%)
}

.point-2 .bubble-list .bubble-img.bubble-9 {
  left: 95%;
  top: calc(100px + 21.3%)
}

.point-2 .bubble-list .bubble-img.bubble-10 {
  right: 0;
  top: calc(100px + 26%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-10 {
    top: calc(100px + 27%)
  }
}

.point-2 .bubble-list .bubble-img.bubble-11 {
  left: 95.2%;
  top: calc(100px + 28%)
}

.point-2 .bubble-list .bubble-img.bubble-12 {
  left: 2%;
  top: calc(100px + 44%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-12 {
    left: 0;
    top: calc(100px + 42.7%)
  }
}

.point-2 .bubble-list .bubble-img.bubble-13 {
  left: 92%;
  top: calc(100px + 55.5%)
}

.point-2 .bubble-list .bubble-img.bubble-14 {
  left: 0;
  top: calc(100px + 60%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-14 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-15 {
  left: 96%;
  top: calc(100px + 63.5%)
}

.point-2 .bubble-list .bubble-img.bubble-16 {
  left: 94%;
  top: calc(100px + 66%)
}

.point-2 .bubble-list .bubble-img.bubble-17 {
  left: 8%;
  top: calc(100px + 74%)
}

.point-2 .bubble-list .bubble-img.bubble-18 {
  left: 11%;
  top: calc(100px + 75.5%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-18 {
    left: -4%
  }
}

.point-2 .bubble-list .bubble-img.bubble-19 {
  left: 93%;
  top: calc(100px + 73.8%)
}

.point-2 .bubble-list .bubble-img.bubble-20 {
  left: 90%;
  top: calc(100px + 80%)
}

.point-2 .bubble-list .bubble-img.bubble-21 {
  left: 94%;
  top: calc(100px + 81.7%)
}

.point-2 .bubble-list .bubble-img.bubble-22 {
  left: 6%;
  top: calc(100px + 89.3%)
}

.point-2 .bubble-list .bubble-img.bubble-23 {
  right: 0;
  top: calc(100px + 88.2%)
}

@media screen and (max-width:768px) {
  .point-2 .bubble-list .bubble-img.bubble-23 {
    display: none
  }
}

.point-2 .bubble-list .bubble-img.bubble-24 {
  left: 97.5%;
  top: calc(100px + 89.9%)
}

.point-2 .bubble-list .bubble-img.bubble-25 {
  left: 92.7%;
  top: calc(100px + 94.4%)
}

.option .bubble-list .bubble-img.bubble-1 {
  left: 56%;
  top: calc(250px + .2%)
}

.option .bubble-list .bubble-img.bubble-2 {
  left: 1.4%;
  top: calc(250px + 35%)
}

@media screen and (max-width:768px) {
  .option .bubble-list .bubble-img.bubble-2 {
    left: -6.6%
  }
}

.option .bubble-list .bubble-img.bubble-3 {
  left: 8.3%;
  top: calc(250px + 29%)
}

@media screen and (max-width:768px) {
  .option .bubble-list .bubble-img.bubble-3 {
    left: -1.7%
  }
}

.option .bubble-list .bubble-img.bubble-4 {
  left: 95%;
  top: calc(250px + 36%)
}

.option .bubble-list .bubble-img.bubble-5 {
  left: 97.2%;
  top: calc(250px + 36.6%)
}

.option .bubble-list .bubble-img.bubble-6 {
  left: 98.6%;
  top: calc(250px + 30.6%)
}

@media screen and (max-width:768px) {
  .option .bubble-list .bubble-img.bubble-6 {
    display: none
  }
}

.option .bubble-list .bubble-img.bubble-7 {
  left: 2%;
  top: calc(250px + 78%)
}

@media screen and (max-width:768px) {
  .option .bubble-list .bubble-img.bubble-7 {
    left: -5%
  }
}

.option .bubble-list .bubble-img.bubble-8 {
  left: 85.5%;
  top: calc(250px + 125.5%)
}

.point-3 .bubble-list .bubble-img.bubble-1 {
  right: 0;
  top: calc(100px + 17%)
}

@media screen and (max-width:768px) {
  .point-3 .bubble-list .bubble-img.bubble-1 {
    display: none
  }
}

.point-3 .bubble-list .bubble-img.bubble-2 {
  left: 0;
  top: calc(100px + 42%)
}

@media screen and (max-width:768px) {
  .point-3 .bubble-list .bubble-img.bubble-2 {
    display: none
  }
}

.point-3 .bubble-list .bubble-img.bubble-3 {
  left: 94%;
  top: calc(100px + 72%)
}

.scene .bubble-list .bubble-img.bubble-1 {
  left: 0;
  top: calc(400px + 9%)
}

.scene .bubble-list .bubble-img.bubble-2 {
  left: 8%;
  top: calc(400px + 9%)
}

.scene .bubble-list .bubble-img.bubble-3 {
  left: 11%;
  top: calc(400px + 12%)
}

.scene .bubble-list .bubble-img.bubble-4 {
  left: 93%;
  top: calc(400px + 10%)
}

.scene .bubble-list .bubble-img.bubble-5 {
  right: 0;
  top: calc(400px + 12%)
}

.scene .bubble-list .bubble-img.bubble-6 {
  left: 12.5%;
  top: calc(400px + 23%)
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-6 {
    display: none
  }
}

.scene .bubble-list .bubble-img.bubble-7 {
  left: 13.7%;
  top: calc(400px + 24.8%)
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-7 {
    display: none
  }
}

.scene .bubble-list .bubble-img.bubble-8 {
  left: 12%;
  top: calc(400px + 26%)
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-8 {
    display: none
  }
}

.scene .bubble-list .bubble-img.bubble-9 {
  left: 33%;
  top: calc(400px + 22%)
}

.scene .bubble-list .bubble-img.bubble-10 {
  left: 90%;
  top: calc(400px + 24%)
}

.scene .bubble-list .bubble-img.bubble-11 {
  left: 91.3%;
  top: calc(400px + 24.2%)
}

.scene .bubble-list .bubble-img.bubble-12 {
  left: 94.9%;
  top: calc(400px + 26.5%)
}

.scene .bubble-list .bubble-img.bubble-13 {
  left: 89.9%;
  top: calc(400px + 30.1%)
}

.scene .bubble-list .bubble-img.bubble-14 {
  left: 90.8%;
  top: calc(400px + 31%)
}

.scene .bubble-list .bubble-img.bubble-15 {
  left: 91%;
  top: calc(400px + 41.6%)
}

.scene .bubble-list .bubble-img.bubble-16 {
  left: 5%;
  top: calc(400px + 47%)
}

.scene .bubble-list .bubble-img.bubble-17 {
  left: 14.5%;
  top: calc(400px + 48.4%)
}

.scene .bubble-list .bubble-img.bubble-18 {
  left: 17%;
  top: calc(400px + 54%)
}

.scene .bubble-list .bubble-img.bubble-19 {
  left: 65%;
  top: calc(400px + 56.5%)
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-19 {
    display: none
  }
}

.scene .bubble-list .bubble-img.bubble-20 {
  left: 75%;
  top: calc(400px + 47%)
}

.scene .bubble-list .bubble-img.bubble-21 {
  right: 0;
  top: calc(400px + 50.5%)
}

.scene .bubble-list .bubble-img.bubble-22 {
  left: 92.5%;
  top: calc(400px + 62%)
}

.scene .bubble-list .bubble-img.bubble-23 {
  left: 0;
  top: calc(400px + 67%)
}

.scene .bubble-list .bubble-img.bubble-24 {
  left: 10%;
  top: calc(400px + 71.6%)
}

.scene .bubble-list .bubble-img.bubble-25 {
  left: 44%;
  top: calc(400px + 75%)
}

.scene .bubble-list .bubble-img.bubble-26 {
  left: 52%;
  top: calc(400px + 73%);
  z-index: 0
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-26 {
    display: none
  }
}

.scene .bubble-list .bubble-img.bubble-27 {
  left: 54.6%;
  top: calc(400px + 77%);
  z-index: 0
}

.scene .bubble-list .bubble-img.bubble-28 {
  left: 91%;
  top: calc(400px + 70%)
}

.scene .bubble-list .bubble-img.bubble-29 {
  left: 84%;
  top: calc(400px + 76%)
}

.scene .bubble-list .bubble-img.bubble-30 {
  left: 81.2%;
  top: calc(400px + 79.8%)
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-30 {
    display: none
  }
}

.scene .bubble-list .bubble-img.bubble-31 {
  left: 81%;
  top: calc(400px + 80%)
}

@media screen and (max-width:768px) {
  .scene .bubble-list .bubble-img.bubble-31 {
    left: 92%
  }
}

.scene .bubble-list .bubble-img.bubble-32 {
  left: 6%;
  top: calc(400px + 96%)
}

.scene .bubble-list .bubble-img.bubble-33 {
  left: 8%;
  top: calc(400px + 90%)
}

.scene .bubble-list .bubble-img.bubble-34 {
  left: 91%;
  top: calc(400px + 96%)
}

.scene .bubble-list .bubble-img.bubble-35 {
  left: 95.5%;
  top: calc(400px + 94.5%)
}

.scene .bubble-list .bubble-img.bubble-36 {
  left: 98.5%;
  top: calc(400px + 91%)
}















/*********************************



  追加



***********************************/
:root {
  --font-noto_serif: "Noto Serif", serif;
  --font-cormorant_garamond: "Cormorant Garamond", serif;

  --color-white01: #fff;
  --color-black01: #000;
  --color-gray01: #d0d0d0;
  --color-gray02: #808080;
  --color-blue01: #0058cc;
  --color-light_blue01: #89d8fc;
  --color-light_blue02: #c4ecff;
}

.container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 108rem;
}
@media screen and (max-width:768px) {
  .container {
    width: calc(100% - 4.0rem);
  }
}

.color-blue01 {
  color: var(--color-blue01);
}

.section-title02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: var(--color-light_blue02);
  padding: 4.0rem 2rem 4.7rem;
  position: relative;
  min-height: 17.6rem;
  z-index: 200;
}

.section-title02-main {
  color: var(--color-black01);
  display: block;
  font-family: var(--font-noto_serif);
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center
}

.section-title02-main.choose {
  line-height: 1.2
}

.section-title02-main .big {
  font-size: 6.2rem;
}

.section-title02-text {
  margin-top: 0.62em;
  color: #626262;
  font-size: 1.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
}

.section-title02-text+.section-title02-text {
  margin-top: 0.4em;
}

.section-title02-text--larger {
  font-size: 2.2rem;
}

@media screen and (max-width:768px) {
  .section-title02 {
    min-height: 8.0rem;
    padding: 2.2rem 2.0rem 2.5rem;
  }

  .section-title02-main {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }

  .section-title02-text+.section-title02-text {
    margin-top: 0.76em;
  }

  .section-title02-text {
    font-size: 1.4rem;
  }

  .section-title02-text--larger {
    font-size: 1.62rem;
  }
}

.section-title02-sub {
  color: #aaa;
  display: block;
  font-family: var(--font-noto_serif);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.0rem;
  text-align: center
}

.section-title02:after {
  border-color: var(--color-light_blue02) transparent transparent;
  border-style: solid;
  border-width: 18px 35px 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0
}

.section-title02 .hidesp {
  display: inline
}

@media screen and (max-width:768px) {
  .section-title02 .hidesp {
    display: none
  }
}

.section-title02 .hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .section-title02 .hidepc {
    display: inline
  }
}



body .mail-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  border: 2px solid var(--color-black01);
  border-radius: 1rem;
  min-height: 4.7rem;
  padding: 1.3em 0.2em 1.32em;
  text-decoration: none;
  color: var(--color-black01);
}

body .mail-btn01::before {
  content: "";
  position: relative;
  display: block;
  width: 1.6em;
  height: auto;
  aspect-ratio: 21/20;
  background-image: url(../img/icon/mail-icon--black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

body .mail-btn01:hover {
  color: var(--color-white01);
  background: var(--color-black01);
}

body .mail-btn01:hover::before {
  background-image: url(../img/icon/mail-icon--white.svg);
}



/**************************
  information
***************************/
.information {
  padding: 14rem 0 15rem;
  background-color: #fff;
  background-image: url(../img/design/information__bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.information .container {
  max-width: 108rem;
}

.information__box {
  --box-color: var(--color-light_blue01);
  position: static;
  transform: initial!important;
  border: 1px solid var(--box-color);
}

.information__box+.information__box {
  margin-top: 8.2rem;
}

.information__box--showroom {
  --box-color: #0263e1;
}

.information__box-title {
  position: relative;
  padding: 2.5rem 1rem 2.6rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--box-color);
  color: #333;
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  line-height: 1.4;
  font-weight: 600;
}
.information__box--showroom .information__box-title {
  color: var(--color-white01);
}

.information__box-title>span {
  position: relative;
  display: block;
  padding-right: 0.4em;
}

.information__box-title>span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  width: 6.9rem;
  height: auto;
  aspect-ratio: 69/77;
  background: #333;
  mask-image: url(../img/icon/information__box-icon01.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}

.information__box--showroom .information__box-title>span {
  padding-right: 0.82em;
}

.information__box--showroom .information__box-title>span::before {
  background: #fff;
  mask-image: url(../img/icon/information__box-icon03.svg);
  width: 7.6rem;
  height: auto;
  aspect-ratio: 77/47;
}

.information__box-inner {
  padding: 6.2rem 10.2rem 8.6rem;
}

.information__box-block01 {
  display: block;
}

@media screen and (min-width:768px) {
  .information__box-block01 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto 32.8rem;

    -moz-column-gap: 4.0rem;

    column-gap: 4.0rem;
    margin-top: 1.0rem;
  }
}

.information__box-block01-contents {
  flex: 1;
}

@media screen and (min-width:768px) {
  .information__box-block01-img-block {
    margin-top: 1rem;
    grid-column: 2/3;
    grid-row: 1/5;
  }
}


.information__box-block01-title {
  font-size: 2.8rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4em;
}

.information__box-block01-text {
  letter-spacing: 0.1em;
}

.information__box-block01-box {
  margin-top: 3.0rem;
  margin-left: -1rem;
}
.information__box-block01-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 63.5rem;
  height: auto;
  aspect-ratio: 625/296;
  transform: translateX(-17%) translateY(-0.5%);
  background-image: url(../img/text/information__message_text_shadow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  animation: fade_in 1s 1.5s ease forwards;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.information__box-block01-box p {
  position: relative;
  z-index: 10;
}

.information__box-block01-box-text {
  letter-spacing: 0.1em;
}

.information__box-block01-box-title {
  color: var(--color-blue01);
  margin-bottom: 0.4em;
  font-size: 2.0rem;
  line-height: 1.25;
  text-align: center;
}

.information__box-text01 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
  margin: 3.2rem 0 3.5rem;
  font-family: var(--font-noto_serif);
}

@media screen and (min-width:768px) {
  .information__box-text01 {
    grid-column: 1/3;
    grid-row: 5/6;
    font-size: 1.7rem;
  }
}

.information__box-contact-list {
  width: 93%;
  padding: 0;
  margin: 0 auto;
}

.information__box-contact-list-item {
  list-style: none;
}

.information__box-contact-list-item+.information__box-contact-list-item {
  margin-top: 2.2rem;
}

.information__box-contact-list-item a:hover {
  filter: brightness(1.15);
}

.information__box-contact-list-item .mail-btn01 {
  font-size: 3.0rem;
  border-radius: 100rem;
  padding: 1.1em 0.2em 1.15em;
}

.information__box01-contact-sub {
  margin-top: 1.15em;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-noto_serif);
}


.information__box-lead {
  margin: 0 auto 4.5rem;
  font-size: 2.2rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
}


.information__box-block02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.96rem;
  column-gap: 2.96rem;
}

.information__box-block02-contents01 {
  flex: 1;
}
.information__box-block02-contents01 a:hover {
  filter: brightness(1.1);
}
.information__box-block02-contents02 {
  width: 45.0rem;
}

.information__box-block02-map {
  width: 100%;
  margin-bottom: 2.2rem;
}

.information__box-block02-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 470/296;
}

.information__box-block-title02 {
  margin-bottom: 1.7rem;
  background: var(--color-light_blue02);
  color: #252525;
  padding: 0.32em 1em 0.39em;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.information__box-block02 .tel-img {
  width: 100%;
}

.information__box-block02-text {
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

.information__box-block02-contents01 .information__box-block02-text {
  line-height: 1.73;
  letter-spacing: 0;
}

.information__box-block02-contents01 .information__box-block02-text strong {
  color: #0058cc;
}

.information__box-block02-contents02 .information__box-block02-text {
  line-height: 1.62;
  padding-left: 0.1em;
  letter-spacing: 0.044em;
}

@media screen and (max-width:768px) {
  .information {
    padding: 4.7rem 0 5.5rem;
    background-image: url(../img/design/information__bg-img-sp.png);
  }

  .information__box+.information__box {
    margin-top: 3.2rem;
  }

  .information__box-title {
    padding: 1.3rem 0.2rem 1.5rem;
    min-height: 10rem;
    font-size: 2.25rem;
  }

  .information__box-title>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
  }

  .information__box-title>span::before {
    content: "";
    position: relative;
    display: block;
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 3.9rem;
  }

  .information__box--showroom .information__box-title>span {
    padding-right: 0;
  }

  .information__box--showroom .information__box-title>span::before {
    width: 5.5rem;
  }

  .information__box-inner {
    padding: 2.5rem 1.6rem 3.5rem;
  }

  .information__box-contact-list {
    margin-top: 2.2rem;
  }

  .information__box-contact-list-item+.information__box-contact-list-item {
    margin-top: 1.1rem;
  }

  .information__box-block01 {
    flex-direction: column;
  }

  .information__box-block01-title {
    font-size: 2.0rem;
    margin-bottom: 0.76em;
  }

  .information__box-block01-text {
    letter-spacing: 0.055em;
  }

  .information__box-text01 {
    flex-direction: column;
    justify-content: center;
    margin: 2.0rem auto 1.5rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .information__box-contact-list-item .mail-btn01 {
    font-size: 1.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
  }

  .information__box-contact-list-item img {
    width: 100%;
  }

  .information__box-block01-img-block img {
    width: 100%;
  }

  .information__box-block01-box {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 98.7%;
    margin-bottom: 3.0rem;
  }
.information__box-block01-box::before {
  width: 33.5rem;
  aspect-ratio: 1/1;
  transform: translateX(-2.2%) translateY(1.0%);
  background-image: url(../img/text/information__message_text_shadow-sp.png);
}

  .information__box01-contact-sub {
    font-size: 1.7rem;
    letter-spacing: 0;
  }

  .information__box-lead {
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
  }


  .information__box-block02 {
    display: flex;
    flex-direction: column;
  }

  .information__box-block02-contents01,
  .information__box-block02-contents02 {
    width: 100%;
  }

  .information__box-block02-text {
    margin-bottom: 2.0rem;
  }

  .information__box-block-title02 {
    width: 100%;
    margin-top: 2.9rem;
    margin-bottom: 1.4rem;
  }

  .information__box-block02-contents02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .information__box-block02-contents02 .information__box-block02-text {
    font-size: 1.35rem;
    letter-spacing: 0;
  }

  .information__box-block02-contents02 .information__box-block02-map {
    order: 5;
    margin: 0;
  }
}


.information__box-gallery-wrapper {
  position: relative;
  margin: 0 auto 3.5rem;
}

.information__box-gallery-wrapper .attention-text {
  margin-top: 0.5rem;
  text-align: right;
}

.information__box-gallery {
  position: relative;
  overflow: hidden;
  margin: 0 0 2.0rem;
}

.information__box-gallery-list {
  padding: 0;
  margin: 0;
}

.information__box-gallery-wrapper .swiper-button-next,
.information__box-gallery-wrapper .swiper-button-prev {
  top: 50%;
  transform: translateY(-150%) rotate(45deg);
  width: 3.0rem;
  height: 3.0rem;
  border: 2.0px solid var(--color-black01);
  border-top: 0;
  border-right: 0;
  transform-origin: center center;
}

.information__box-gallery-wrapper .swiper-button-next:hover,
.information__box-gallery-wrapper .swiper-button-prev:hover {
  filter: brightness(1.5);
}

.information__box-gallery-wrapper .swiper-button-next {
  right: 0;
  transform: translateY(-150%) rotate(225deg);
}

.information__box-gallery-wrapper .swiper-button-prev {
  left: 0;
}

/* thumbnail */
.information__box-gallery-thumbnails-wrapper {
  position: relative;
  margin: 0 auto 4.4rem;
}

.information__box-gallery-thumbnails {
  position: relative;
  width: 92%;
  overflow: hidden;
  margin: 0 auto;
}

.information__box-gallery-thumbnails-inner {}

.information__box-gallery-thumbnails-list {
  padding: 0;
  margin: 0;
}

.information__box-gallery-thumbnails-list-item {
  cursor: pointer;
}

.information__box-gallery-thumbnails-list-item-img-block img {
  width: 100%;
  height: auto;
  aspect-ratio: 194/157;
  object-fit: cover;
}


.information__box-gallery-thumbnails-wrapper .swiper-button-next,
.information__box-gallery-thumbnails-wrapper .swiper-button-prev {
  top: 50%;
  transform: translateY(-5%) rotate(45deg);
  width: 3.0rem;
  height: 3.0rem;
  border: 2.0px solid var(--color-black01);
  border-top: 0;
  border-right: 0;
  transform-origin: center center;
}

.information__box-gallery-thumbnails-wrapper .swiper-button-next:hover,
.information__box-gallery-thumbnails-wrapper .swiper-button-prev:hover {
  filter: brightness(1.5);
}

.information__box-gallery-thumbnails-wrapper .swiper-button-next {
  right: 0;
  transform: translateY(-5%) rotate(225deg);
}

.information__box-gallery-thumbnails-wrapper .swiper-button-prev {
  left: 0;
}

@media screen and (min-width:768px) {

  .information__box-gallery-wrapper .swiper-button-next,
  .information__box-gallery-wrapper .swiper-button-prev {
    display: none;
  }

  .information__box-gallery-thumbnails-wrapper .swiper-button-next,
  .information__box-gallery-thumbnails-wrapper .swiper-button-prev {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .information__box-gallery-wrapper {
    margin-bottom: 0.44rem;
  }

  .information__box-gallery-wrapper .attention-text {
    text-align: left;
    font-size: 1.2rem;
  }

  .information__box-gallery {
    margin-bottom: 0.82rem;
  }

  .information__box-gallery-wrapper .swiper-button-next,
  .information__box-gallery-wrapper .swiper-button-prev {
    width: 1.7rem;
    height: 1.7rem;
  }

  .information__box-gallery-wrapper .swiper-button-next {
    right: -1.7rem;
  }

  .information__box-gallery-wrapper .swiper-button-prev {
    left: -1.8rem;
  }

  /* thumbnail */
  .information__box-gallery-thumbnails-wrapper {
    display: none !important;
  }
}


/**************************
  about-us
***************************/
.about-us {
  background: #f4f4f4;
  position: relative;
  padding: 0 0 11rem;
  z-index: -1;
}

.about-us__block01 {
  padding: 9.6rem 0 4rem;
  max-width: 60rem;
}

.about-us__block01-title {
  padding-bottom: 1.02em;
  border-bottom: 0.3rem solid var(--color-blue01);
  font-size: 2.7rem;
  font-weight: 400;
  font-family: var(--font-noto_serif);
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-us__block01-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-us__block01-list-item-title {
  margin: 1.82em auto 0.62em;
  font-size: 2.4rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

.about-us__block01-list-item {
  width: 100%;
  list-style: none;
}

.about-us__block01-list-item-text {
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.about-us__block01-list-item-text strong {
  font-weight: 400;
}


.about-us__block02 {
  padding: 5rem 0 7rem;
}

.about-us__block02-img-block02 {
  display: block;
  margin-top: 6.2rem;
}

.about-us__block02-img-block03 {
  display: block;
  margin-left: 5rem;
  margin-top: -66rem;
}

@media screen and (max-width:768px) {
  .about-us {
    padding-bottom: 4.7rem;
  }

  .about-us__block01 {
    padding: 4.0rem 1.6rem 1.0em;
    max-width: 60rem;
  }

  .about-us__block01-title {
    font-size: 2.0rem;
  }

  .about-us__block01-list-item-title {
    margin-top: 3.0rem;
    margin-bottom: 0.82rem;
    font-size: 1.76rem;
  }

  .about-us__block01-list-item-text {
    letter-spacing: 0;
  }


  .about-us__block02 {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 2rem;
  }

  .about-us img {
    width: 100%;
  }

  .about-us__block02-img-block01 {
    order: 3;
  }

  .about-us__block02-img-block02 {
    order: 1;
    margin-top: 0rem;
  }

  .about-us__block02-img-block03 {
    order: 2;
    margin-left: -2.1rem;
    margin-top: -2.0rem;
    margin-bottom: 1.1rem;
  }
}


/*********************************
  how-to-buy-
***********************************/

.how-to-buy-text-delivery {
  padding: 1.4rem 3.2rem 1.0rem 3.1rem;
  margin: 1.1rem 0 1.87rem;
  background: #f0f8ff;
}

.how-to-buy-text-delivery-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.0rem;
  padding: 2.1rem 1.0rem 3.0rem;
}

#js-delivery-date-block {
  border-top: 1px solid var(--color-gray01);
}

.how-to-buy-text-delivery p:not([class]) {
  font-size: 1.6rem;
  letter-spacing: 0.055em;
  line-height: 1.73;
}

.how-to-buy-text-delivery-block-text-larger {
  font-size: 1.5em;
  font-weight: 500;
}

.prefecture_select_wrapper {
  position: relative;
  width: 32rem;
  height: auto;
}

.how-to-buy-text-delivery select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  outline: none;

  width: 100%;
  padding: 1.5em 1.32em;
  border-radius: 0.44rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  background: #fff;
  color: #222;

  cursor: pointer;
}

.how-to-buy-text-delivery-block-time {
  min-height: 2.5em;
  font-size: 2.0rem;
  font-weight: 500;
  color: #0051bb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.how-to-buy-text-delivery-block-time .larger01 {
  position: relative;
  top: 0.04em;
  font-size: 4.3rem;
  line-height: 1.1;
}

.how-to-buy-text-delivery-block-time .larger02 {
  position: relative;
  top: 0.04em;
  font-size: 3.55rem;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .how-to-buy-text-delivery {
    padding: 0.4rem 1.76rem 1.0rem;
    margin: 1.1rem 0 1.87rem;
  }

  .how-to-buy-text-delivery-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.7rem 0.2rem 2.5rem;
  }

  .how-to-buy-text-delivery p:not([class]) {
    margin-bottom: 1.0em;
  }

  #js-delivery-date-block p:not([class]) {
    margin-bottom: 0.25rem;
    line-height: 1.25;
  }

  .prefecture_select_wrapper {
    width: 100%;
  }

  .how-to-buy-text-delivery select {
    padding: 1.1em 1.15em 1.3em;
    border-radius: 0.44rem;
    font-size: 1.7rem;
  }

  .how-to-buy-text-delivery-block-time {
    position: relative;
    line-height: 1.1;
  }

}






/**************************
  contact
***************************/
.contact-sec__list {
  padding: 0;
  margin: 0;
}

.contact-sec__list-item {
  width: 100%;
  list-style: none;
}

.contact-sec__list-item-link {
  display: block;
  margin-top: 2.9rem;
}

.contact-sec__list-item-link:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}

.contact-sec__list-item-link img {
  width: 100%;
}

.contact .mail-btn01 {
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  padding: 0.93em 0 0.96em;
  font-size: 3.0rem;
  border-radius: 100rem;
}

@media screen and (max-width:768px) {

  .contact .mail-btn01 {
    font-size: 1.4rem;
    padding: 1.06em 0 1.1em;
  }

  .contact-sec__list-item-link {
    margin-bottom: 1.8rem;
  }
}