@charset "UTF-8";
html {
  font-size: 10px;
  overflow: auto;
}

body {
  min-width: 1200px;
  color: #505050;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #fff;
  overflow: auto hidden;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 879px) {
  body {
    font-size: 1.5rem;
    min-width: auto;
  }
}

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
  padding: 0;
  margin: 0;
}
ol > li {
  list-style: decimal;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

svg path, svg polygon, svg rect {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

br.pc {
  display: inline;
}
@media screen and (max-width: 879px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 879px) {
  br.sp {
    display: inline;
  }
}

.margin_b0 {
  margin-bottom: 0 !important;
}

.margin_b10 {
  margin-bottom: 10px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 879px) {
  .margin_b10 {
    margin-bottom: 1.3333333333vw;
  }
  .margin_b20 {
    margin-bottom: 2.6666666667vw;
  }
  .margin_b40 {
    margin-bottom: 5.3333333333vw;
  }
  .margin_b80 {
    margin-bottom: 10.6666666667vw;
  }
}
.padding_t0 {
  padding-top: 0 !important;
}

.padding_b0 {
  padding-bottom: 0 !important;
}

.bg_type01 {
  background-color: #f5f3e1;
}

.bg_type02 {
  background-color: #bee7ed;
}

.bg_type03 {
  background-color: #e0e7a9;
}

.bg_type04 {
  background-color: #fff799;
}

.bg_type05 {
  background-color: #e2d6cf;
}

.bg_type06 {
  background: url("https://f9ed31.claudeassets.com/20250122042216im_/https://culaful.com/img/common/bg_contents.png") 0 0;
  background-size: 188px 326px;
}

.text-color_white {
  color: #fff;
}

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

.text-align_right {
  text-align: right;
}

#loader-bg {
  display: none;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #bee7ed;
}

#loader {
  display: none;
  position: fixed;
  z-index: 10003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#page-animate::before {
  position: fixed;
  z-index: 10001;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #bee7ed;
  pointer-events: none;
  -webkit-transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-animate::after {
  position: fixed;
  z-index: 10001;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #bee7ed;
  pointer-events: none;
  -webkit-transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-animate.is-slide-in::before {
  top: 0;
}
#page-animate.is-slide::after {
  bottom: 0;
}

.hiddenElement {
  position: relative;
  z-index: 9999;
  top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
@media screen and (max-width: 879px) {
  .hiddenElement {
    top: 6.6666666667vw;
  }
}
.hiddenElement.fadein {
  top: 0;
  opacity: 1;
}

.hiddenElement_right {
  position: relative;
  z-index: 9999;
  top: -10px;
  right: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), right 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), right 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
@media screen and (max-width: 879px) {
  .hiddenElement_right {
    top: 6.6666666667vw;
    right: 0;
  }
}
.hiddenElement_right.fadein {
  top: 0;
  right: 0;
  opacity: 1;
}

.hiddenElement_left {
  position: relative;
  z-index: 9999;
  top: -10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
@media screen and (max-width: 879px) {
  .hiddenElement_left {
    top: 6.6666666667vw;
    left: 0;
  }
}
.hiddenElement_left.fadein {
  top: 0;
  left: 0;
  opacity: 1;
}

#hubspot__creative_container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 879px) {
  #hubspot__creative_container {
    width: calc(100% - 10VW);
  }
}

#glayLayer {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.overLayer {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.overLayer.img {
  width: 750px;
  height: 530px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
}
.overLayer.img svg {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.overLayer.img svg:hover {
  opacity: 0.7;
}
.overLayer.img svg path {
  fill: #fff;
}
.overLayer.img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 879px) {
  .overLayer.img {
    width: calc(100% - 10VW);
    height: 70.6666666667vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw 5.3333333333vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 5.3333333333vw rgba(0, 0, 0, 0.2);
    padding: 1.0666666667vw;
  }
  .overLayer.img svg {
    top: -8vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .overLayer.img img {
    border-radius: 2.1333333333vw;
  }
}

#page-wrap {
  padding-top: 95px;
}
@media screen and (max-width: 879px) {
  #page-wrap {
    padding-top: 0;
  }
}

.front-page {
  padding-top: 0 !important;
}

.culaful__cmn_loading {
  width: 200px;
  height: 105px !important;
}
.culaful__cmn_loading-img {
  width: 75px;
  height: 64.5px;
  margin: 0 auto 20px auto;
}
.culaful__cmn_loading-img img {
  position: relative;
  top: 7px;
  width: 100%;
  height: 100%;
  -webkit-animation: bird 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
          animation: bird 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
}
@-webkit-keyframes bird {
  0% {
    top: 7px;
  }
  50% {
    top: -7px;
  }
  100% {
    top: 7px;
  }
}
@keyframes bird {
  0% {
    top: 7px;
  }
  50% {
    top: -7px;
  }
  100% {
    top: 7px;
  }
}
.culaful__cmn_loading-text {
  color: #505050;
  font-size: 1.8rem;
  font-family: "Asap", sans-serif;
  letter-spacing: 1px;
  line-height: 0.72;
  text-align: center;
}
.culaful__cmn_header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 95px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.culaful__cmn_header.animation {
  top: -140px;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.culaful__cmn_header.animation.display {
  top: 0;
}
.culaful__cmn_header-hamburger, .culaful__cmn_header-sns, .culaful__cmn_header-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.culaful__cmn_header-hamburger {
  cursor: pointer;
  left: 30px;
  width: 38px;
  height: 45px;
}
.culaful__cmn_header-hamburger:hover .culaful__cmn_header-hamburger--line span {
  background-color: #1b8980;
}
.culaful__cmn_header-hamburger:hover .culaful__cmn_header-hamburger--text {
  color: #1b8980;
}
.culaful__cmn_header-hamburger--line {
  position: relative;
  width: 100%;
  height: 28px;
}
.culaful__cmn_header-hamburger--line span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #505050;
  -webkit-transition: width 0.4s, background-color 0.4s, opacity 0.4s;
  transition: width 0.4s, background-color 0.4s, opacity 0.4s;
  margin: auto;
}
.culaful__cmn_header-hamburger--line span:nth-of-type(1) {
  width: 80%;
  top: 0;
}
.culaful__cmn_header-hamburger--line span:nth-of-type(2) {
  width: 100%;
  top: 0;
  bottom: 0;
}
.culaful__cmn_header-hamburger--line span:nth-of-type(3) {
  width: 80%;
  bottom: 0;
}
.culaful__cmn_header-hamburger--line.close span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
.culaful__cmn_header-hamburger--line.close span:nth-of-type(2) {
  opacity: 1;
}
.culaful__cmn_header-hamburger--line.close span:nth-of-type(3) {
  -webkit-animation: menu-bar03 0.75s forwards;
          animation: menu-bar03 0.75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  50% {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  50% {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.culaful__cmn_header-hamburger--line.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
.culaful__cmn_header-hamburger--line.active span:nth-of-type(2) {
  opacity: 0;
}
.culaful__cmn_header-hamburger--line.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    width: 80%;
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    width: 80%;
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    width: 80%;
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    width: 80%;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    width: 80%;
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}
.culaful__cmn_header-hamburger--text {
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  margin-top: 7px;
}
.culaful__cmn_header-sns {
  left: 95px;
  height: 48px;
}
.culaful__cmn_header-sns--anchor {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__cmn_header-sns--anchor:hover {
  background-color: #1b8980;
}
.culaful__cmn_header-sns--anchor svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: auto;
}
.culaful__cmn_header-sns--anchor svg path, .culaful__cmn_header-sns--anchor svg circle {
  fill: #fff;
}
.culaful__cmn_header-logo {
  position: relative;
  width: 203px;
  height: 100px;
  margin: 0 auto;
}
.culaful__cmn_header-logo span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__cmn_header-logo span a {
  display: block;
}
.culaful__cmn_header-logo span a:hover svg {
  opacity: 0.7;
}
.culaful__cmn_header-logo span a svg {
  width: 203px;
  height: 51px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.culaful__cmn_header-btn {
  right: 40px;
  height: 50px;
}
.culaful__cmn_header-btn.pc {
  display: block;
}
.culaful__cmn_header-btn.sp {
  display: none;
}
.culaful__cmn_header-btn--anchor {
  display: block;
  position: relative;
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  text-align: center;
  border-radius: 25px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__cmn_header-btn--anchor:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__cmn_header-btn--anchor:hover svg {
  right: -10px;
}
.culaful__cmn_header-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__cmn_header-btn--anchor svg {
  position: relative;
  right: 0;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__cmn_header-btn--anchor svg path {
  fill: #fff;
}
.culaful__cmn_header-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 9999;
  top: 95px;
  left: -470px;
  width: 470px;
  height: calc(100vh - 95px);
  font-size: 0;
  -webkit-transition: left 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: left 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  padding: 30px;
  -webkit-transition: left 0.5s, opacity 0.5s;
  transition: left 0.5s, opacity 0.5s;
}
.culaful__cmn_header-menu.open {
  left: 0 !important;
  opacity: 1;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li {
  top: 0;
  opacity: 1;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list li:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list--wrap::before {
  bottom: 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-btn {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-btn::before {
  bottom: 0;
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.culaful__cmn_header-menu.open .culaful__cmn_header-menu-list02 {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.culaful__cmn_header-menu-list {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: top;
}
.culaful__cmn_header-menu-list--wrap {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.culaful__cmn_header-menu-list--wrap::before {
  position: absolute;
  bottom: -50px;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #e6e6e6;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
}
.culaful__cmn_header-menu-list.left {
  margin-right: 15px;
}
.culaful__cmn_header-menu-list.right {
  margin-left: 15px;
}
.culaful__cmn_header-menu-list li {
  position: relative;
  top: 50px;
  opacity: 0;
  margin-bottom: 28.5px;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}
.culaful__cmn_header-menu-list li:last-child {
  margin-bottom: 0;
}
.culaful__cmn_header-menu-list--anchor {
  position: relative;
  display: inline-block;
  color: #505050;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__cmn_header-menu-list--anchor:hover {
  color: #1b8980;
}
.culaful__cmn_header-menu-list--anchor:hover svg path {
  fill: #1b8980;
}
.culaful__cmn_header-menu-list--anchor span {
  font-size: 1rem;
  padding-left: 10px;
}
.culaful__cmn_header-menu-list--anchor svg {
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  padding-left: 10px;
}
.culaful__cmn_header-menu-list--anchor svg path {
  fill: #505050;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.culaful__cmn_header-menu-list02 {
  position: relative;
  top: 50px;
  width: 100%;
  font-size: 0;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}
.culaful__cmn_header-menu-list02-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  height: 18px;
}
.culaful__cmn_header-menu-list02-link:nth-child(2), .culaful__cmn_header-menu-list02-link:nth-child(3) {
  margin-left: 3px;
}
.culaful__cmn_header-menu-list02-link--anchor {
  color: #505050;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__cmn_header-menu-list02-link--anchor:hover {
  color: #1b8980;
}
.culaful__cmn_header-menu-list02-sns {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.culaful__cmn_header-menu-list02-sns--anchor {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__cmn_header-menu-list02-sns--anchor:hover {
  background-color: #1b8980;
}
.culaful__cmn_header-menu-list02-sns--anchor svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 21.5px;
  height: 21.5px;
  margin: auto;
}
.culaful__cmn_header-menu-list02-sns--anchor svg path, .culaful__cmn_header-menu-list02-sns--anchor svg circle {
  fill: #fff;
}
.culaful__cmn_header-menu-btn {
  position: relative;
  top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  opacity: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}
.culaful__cmn_header-menu-btn::before {
  position: absolute;
  bottom: -50px;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #e6e6e6;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
}
.culaful__cmn_header-menu-btn--anchor {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 25px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__cmn_header-menu-btn--anchor:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__cmn_header-menu-btn--anchor:hover svg {
  right: -10px;
}
.culaful__cmn_header-menu-btn--anchor svg {
  position: relative;
  top: 2px;
  right: 0;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__cmn_header-menu-btn--anchor svg path {
  fill: #fff;
}
.culaful__cmn_header-menu-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__cmn_header-menu.sc {
  left: -320px;
  width: 320px;
}
.culaful__cmn_header-menu.sc .culaful__cmn_header-menu-list {
  display: block;
  width: 100%;
}
.culaful__cmn_header-menu.sc .culaful__cmn_header-menu-list--wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.culaful__cmn_header-menu.sc .culaful__cmn_header-menu-list--wrap::before {
  display: none;
}
.culaful__cmn_header-cancel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  font-size: 0;
  background-color: #78bf84;
  padding: 5px 10px;
}
.culaful__cmn_header-cancel-tab, .culaful__cmn_header-cancel--anchor {
  display: inline-block;
  vertical-align: middle;
}
.culaful__cmn_header-cancel-tab {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #1b8980;
  padding: 5px 10px;
  margin-right: 10px;
}
.culaful__cmn_header-cancel--anchor {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__cmn_header-cancel--anchor:hover {
  color: #1b8980;
}
@media screen and (max-width: 879px) {
  .culaful__cmn_header {
    position: fixed;
    width: 100%;
    min-width: 100%;
    -webkit-box-shadow: 0 0.2666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.2666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
    height: 12.666667vw;
  }
  .culaful__cmn_header.animation {
    top: 0;
  }
  .culaful__cmn_header-hamburger {
    left: 2.6666666667vw;
    width: 9vw;
    height: 6vw;
  }
  .culaful__cmn_header-hamburger--line {
    width: 4.6666666667vw;
    height: 3.7333333333vw;
    margin: 0 auto;
  }
  .culaful__cmn_header-hamburger--line span {
    height: 0.4vw;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      width: 100%;
      -webkit-transform: translateY(1.6vw) rotate(45deg);
              transform: translateY(1.6vw) rotate(45deg);
    }
    50% {
      width: 100%;
      -webkit-transform: translateY(1.6vw) rotate(0);
              transform: translateY(1.6vw) rotate(0);
    }
    100% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      width: 100%;
      -webkit-transform: translateY(1.6vw) rotate(45deg);
              transform: translateY(1.6vw) rotate(45deg);
    }
    50% {
      width: 100%;
      -webkit-transform: translateY(1.6vw) rotate(0);
              transform: translateY(1.6vw) rotate(0);
    }
    100% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar03 {
    0% {
      width: 100%;
      -webkit-transform: translateY(-1.6vw) rotate(-45deg);
              transform: translateY(-1.6vw) rotate(-45deg);
    }
    50% {
      width: 100%;
      -webkit-transform: translateY(-1.6vw) rotate(0);
              transform: translateY(-1.6vw) rotate(0);
    }
    100% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar03 {
    0% {
      width: 100%;
      -webkit-transform: translateY(-1.6vw) rotate(-45deg);
              transform: translateY(-1.6vw) rotate(-45deg);
    }
    50% {
      width: 100%;
      -webkit-transform: translateY(-1.6vw) rotate(0);
              transform: translateY(-1.6vw) rotate(0);
    }
    100% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      width: 80%;
      -webkit-transform: translateY(1.6vw) rotate(0);
              transform: translateY(1.6vw) rotate(0);
    }
    100% {
      width: 100%;
      -webkit-transform: translateY(1.6vw) rotate(45deg);
              transform: translateY(1.6vw) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      width: 80%;
      -webkit-transform: translateY(1.6vw) rotate(0);
              transform: translateY(1.6vw) rotate(0);
    }
    100% {
      width: 100%;
      -webkit-transform: translateY(1.6vw) rotate(45deg);
              transform: translateY(1.6vw) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      width: 80%;
      -webkit-transform: translateY(-1.6vw) rotate(0);
              transform: translateY(-1.6vw) rotate(0);
    }
    100% {
      width: 100%;
      -webkit-transform: translateY(-1.6vw) rotate(-45deg);
              transform: translateY(-1.6vw) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      width: 80%;
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      width: 80%;
      -webkit-transform: translateY(-1.6vw) rotate(0);
              transform: translateY(-1.6vw) rotate(0);
    }
    100% {
      width: 100%;
      -webkit-transform: translateY(-1.6vw) rotate(-45deg);
              transform: translateY(-1.6vw) rotate(-45deg);
    }
  }
  .culaful__cmn_header-hamburger--text {
    font-size: 2.4vw;
    margin-top: 0.9333333333vw;
  }
  .culaful__cmn_header-sns {
    left: auto;
    right: 2.6666666667vw;
    height: 8vw;
  }
  .culaful__cmn_header-sns--anchor {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__cmn_header-sns--anchor svg {
    width: 4vw;
    height: 4vw;
  }
  .culaful__cmn_header-logo {
    width: 27.0666666667vw;
    height: 13.3333333333vw;
  }
  .culaful__cmn_header-logo span a svg {
    width: 27.0666666667vw;
    height: 6.8vw;
  }
  .culaful__cmn_header-btn {
    position: fixed;
    top: auto;
    left: 0;
    bottom: -21.3333333333vw;
    width: 100vw;
    height: 21.3333333333vw;
    -webkit-box-shadow: 0 -0.2666666667vw 2.6666666667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 -0.2666666667vw 2.6666666667vw rgba(0, 0, 0, 0.3);
    background: url("https://f9ed31.claudeassets.com/20250122042216im_/https://culaful.com/img/common/bg_contents.png") 0 0;
    background-size: 25.0666666667vw 43.4666666667vw;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
  }
  .culaful__cmn_header-btn.pc {
    display: none;
  }
  .culaful__cmn_header-btn.sp {
    display: block;
  }
  .culaful__cmn_header-btn.sp.display {
    bottom: 0;
  }
  .culaful__cmn_header-btn--anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    line-height: 1;
    border: 0.8vw solid #fff;
    margin: auto;
  }
  .culaful__cmn_header-btn--anchor svg {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__cmn_header-menu {
    top: 13.3333333333vw;
    left: -100vw;
    width: 100vw;
    height: calc(100vh - 13.3333333333vw);
    padding: 4vw;
  }
  .culaful__cmn_header-menu-list {
    width: calc(50% - 2vw);
  }
  .culaful__cmn_header-menu-list--wrap {
    padding-bottom: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__cmn_header-menu-list--wrap::before {
    bottom: -4vw;
    height: 0.1333333333vw;
  }
  .culaful__cmn_header-menu-list.left {
    margin-right: 2vw;
  }
  .culaful__cmn_header-menu-list.right {
    margin-left: 2vw;
  }
  .culaful__cmn_header-menu-list li {
    top: 6.6666666667vw;
    margin-bottom: 7.6vw;
  }
  .culaful__cmn_header-menu-list--anchor {
    font-size: 4.2666666667vw;
  }
  .culaful__cmn_header-menu-list--anchor span {
    font-size: 1.8666666667vw;
    padding-left: 1.3333333333vw;
  }
  .culaful__cmn_header-menu-list--anchor svg {
    top: 0.2666666667vw;
    width: 2.4vw;
    height: 2.4vw;
    padding-left: 1.3333333333vw;
  }
  .culaful__cmn_header-menu-list02 {
    top: 6.6666666667vw;
  }
  .culaful__cmn_header-menu-list02-link {
    font-size: 3.2vw;
  }
  .culaful__cmn_header-menu-list02-link:nth-child(2), .culaful__cmn_header-menu-list02-link:nth-child(3) {
    margin-left: 0.6666666667vw;
  }
  .culaful__cmn_header-menu-list02-sns {
    top: 8vw;
  }
  .culaful__cmn_header-menu-list02-sns--anchor {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .culaful__cmn_header-menu-list02-sns--anchor svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .culaful__cmn_header-menu-btn {
    top: 6.6666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .culaful__cmn_header-menu-btn::before {
    bottom: -6.6666666667vw;
    height: 0.1333333333vw;
  }
  .culaful__cmn_header-menu-btn--anchor {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 4.6666666667vw;
  }
  .culaful__cmn_header-menu-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__cmn_header-menu-btn--anchor svg {
    position: relative;
    top: 0.1333333333vw;
    width: 2.4vw;
    height: 2.4vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__cmn_header-menu.sc {
    left: -60vw;
    width: 60vw;
  }
  .culaful__cmn_header-cancel {
    height: 10.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .culaful__cmn_header-cancel-tab {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .culaful__cmn_header-cancel--anchor {
    font-size: 3.7333333333vw;
  }
  .culaful__cmn_header-cancel--anchor:hover {
    color: #fff;
  }
}
.culaful__cmn_footer {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 412.5px;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.culaful__cmn_footer--illust {
  position: absolute;
  margin: auto;
}
.culaful__cmn_footer--illust.mountain {
  bottom: 40px;
  left: 0;
  width: 653.5px;
  height: 101.5px;
}
.culaful__cmn_footer--illust.mountain img {
  width: 100%;
  height: 100%;
}
.culaful__cmn_footer-totop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -32.5px;
  right: 0;
  left: 0;
  width: 69px;
  height: 69px;
  margin: auto;
}
.culaful__cmn_footer-totop--anchor {
  position: relative;
  display: block;
  color: #78bf84;
  font-size: 1rem;
  height: 65px;
  text-align: center;
  line-height: 1.2;
  border: 2px solid #f5f3e1;
  border-radius: 32.5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  background-color: #fff;
  -webkit-transition: color 0.4s, -webkit-box-shadow 0.4s;
  transition: color 0.4s, -webkit-box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.culaful__cmn_footer-totop--anchor:hover {
  color: #1b8980;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.culaful__cmn_footer-totop--anchor:hover svg path {
  fill: #1b8980;
}
.culaful__cmn_footer-totop--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__cmn_footer-totop--anchor svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 5px auto;
}
.culaful__cmn_footer-totop--anchor svg path {
  fill: #78bf84;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.culaful__cmn_footer-menu {
  position: relative;
  top: 100.5px;
  width: 1000px;
  font-size: 0;
  margin: 0 auto;
}
.culaful__cmn_footer-menu--left, .culaful__cmn_footer-menu--right {
  display: inline-block;
  vertical-align: top;
}
.culaful__cmn_footer-menu--left {
  width: 460px;
}
.culaful__cmn_footer-menu--right {
  width: calc(100% - 460px);
  font-size: 0;
}
.culaful__cmn_footer-menu--wrap01, .culaful__cmn_footer-menu--wrap02 {
  display: inline-block;
  width: 50%;
  font-size: 0;
  vertical-align: top;
}
.culaful__cmn_footer-menu-logo {
  margin-bottom: 19.5px;
}
.culaful__cmn_footer-menu-logo:hover svg {
  opacity: 0.7;
}
.culaful__cmn_footer-menu-logo svg {
  width: 165px;
  height: 41.5px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.culaful__cmn_footer-menu-sns--anchor {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__cmn_footer-menu-sns--anchor:hover {
  background-color: #1b8980;
}
.culaful__cmn_footer-menu-sns--anchor svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 21.5px;
  height: 21.5px;
  margin: auto;
}
.culaful__cmn_footer-menu-sns--anchor svg path, .culaful__cmn_footer-menu-sns--anchor svg circle {
  fill: #fff;
}
.culaful__cmn_footer-menu-list {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.culaful__cmn_footer-menu-list li {
  margin-bottom: 28.5px;
}
.culaful__cmn_footer-menu-list li:last-child {
  margin-bottom: 0;
}
.culaful__cmn_footer-menu-list--anchor {
  display: inline-block;
  position: relative;
  height: 1.4rem;
  color: #505050;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__cmn_footer-menu-list--anchor svg {
  position: absolute;
  top: 1px;
  right: -20px;
  width: 12px;
  height: 12px;
}
.culaful__cmn_footer-menu-list--anchor svg path {
  fill: #505050;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.culaful__cmn_footer-menu-list--anchor:hover {
  color: #1b8980;
}
.culaful__cmn_footer-menu-list--anchor:hover::before {
  background-color: #1b8980;
}
.culaful__cmn_footer-menu-list--anchor:hover svg path {
  fill: #1b8980;
}
.culaful__cmn_footer-menu-list-logo {
  width: 120px;
  height: 70px;
}
.culaful__cmn_footer-menu-list-logo--anchor {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.culaful__cmn_footer-menu-list-logo--anchor:hover {
  opacity: 0.7;
}
.culaful__cmn_footer-menu-list-logo--anchor img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 95px;
  height: 42.5px;
  margin: auto;
}
.culaful__cmn_footer-logo {
  display: none;
}
.culaful__cmn_footer-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #e2d6cf;
}
.culaful__cmn_footer-bottom--wrap {
  position: relative;
  width: 1000px;
  height: 40px;
  margin: 0 auto;
}
.culaful__cmn_footer-bottom-copy, .culaful__cmn_footer-bottom-link {
  position: absolute;
  top: 50%;
  letter-spacing: 1.5px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__cmn_footer-bottom-copy {
  left: 0;
  font-size: 1.2rem;
}
.culaful__cmn_footer-bottom-link {
  right: 0;
  font-size: 1.2rem;
}
.culaful__cmn_footer-bottom-link span.pc {
  display: inline;
}
.culaful__cmn_footer-bottom-link--anchor {
  color: #505050;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__cmn_footer-bottom-link--anchor:hover {
  color: #6b111c;
}
@media screen and (max-width: 879px) {
  .culaful__cmn_footer {
    width: 100%;
    min-width: 100%;
    height: 153.3333333333vw;
    -webkit-box-shadow: 0 -0.2666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 -0.2666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
    margin-bottom: 21.3333333333vw;
  }
  .culaful__cmn_footer.sc {
    height: 75.666667vw;
    margin-bottom: 0;
  }
  .culaful__cmn_footer.sc .culaful__cmn_footer-menu-logo {
    margin-bottom: 8vw;
  }
  .culaful__cmn_footer.sc .culaful__cmn_footer-menu--wrap01,
  .culaful__cmn_footer.sc .culaful__cmn_footer-menu--wrap02 {
    display: none;
  }
  .culaful__cmn_footer.sc .culaful__cmn_footer--illust.mountain {
    bottom: 10vw;
  }
  .culaful__cmn_footer.sc .culaful__cmn_footer-bottom,
  .culaful__cmn_footer.sc .culaful__cmn_footer-bottom--wrap {
    height: 10vw;
  }
  .culaful__cmn_footer.sc .culaful__cmn_footer-bottom-copy {
    top: 5vw;
  }
  .culaful__cmn_footer--illust.mountain {
    bottom: 16vw;
    width: 87.1333333333vw;
    height: 13.5333333333vw;
  }
  .culaful__cmn_footer-totop {
    top: -6.6666666667vw;
    max-width: 13.3333333333vw;
    min-width: 10.6666666667vw;
    max-height: 13.3333333333vw;
    min-height: 10.6666666667vw;
  }
  .culaful__cmn_footer-totop--anchor {
    font-size: 2vw;
    max-height: 13.3333333333vw;
    min-height: 10.6666666667vw;
    border: 0.2666666667vw solid #f5f3e1;
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 0 0.6666666667vw rgba(0, 0, 0, 0);
            box-shadow: 0 0 0.6666666667vw rgba(0, 0, 0, 0);
  }
  .culaful__cmn_footer-totop--anchor:hover {
    -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 0.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.2666666667vw 0.2666666667vw 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
  .culaful__cmn_footer-totop--anchor svg {
    width: 4vw;
    height: 4vw;
    margin: 0 auto 0.6666666667vw auto;
  }
  .culaful__cmn_footer-menu {
    top: 13.4vw;
    width: calc(100% - 10VW);
  }
  .culaful__cmn_footer-menu--left, .culaful__cmn_footer-menu--right {
    display: block;
    margin: 0 auto;
  }
  .culaful__cmn_footer-menu--left {
    width: 100%;
  }
  .culaful__cmn_footer-menu--right {
    width: 58%;
  }
  .culaful__cmn_footer-menu--wrap01 {
    width: 60%;
  }
  .culaful__cmn_footer-menu--wrap02 {
    width: 40%;
  }
  .culaful__cmn_footer-menu-logo {
    text-align: center;
    margin-bottom: 2.6vw;
  }
  .culaful__cmn_footer-menu-logo svg {
    width: 44vw;
    height: 11.0666666667vw;
  }
  .culaful__cmn_footer-menu-sns--anchor {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 4.6666666667vw;
    margin: 0 auto 6.6666666667vw auto;
  }
  .culaful__cmn_footer-menu-sns--anchor svg {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
  .culaful__cmn_footer-menu-list {
    display: inline-block;
    width: 100%;
  }
  .culaful__cmn_footer-menu-list li {
    margin-bottom: 3.8vw;
  }
  .culaful__cmn_footer-menu-list li:last-child {
    margin-bottom: 3.8vw;
  }
  .culaful__cmn_footer-menu-list--anchor {
    height: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .culaful__cmn_footer-menu-list--anchor::before {
    top: 0.2666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
  .culaful__cmn_footer-menu-list--anchor svg {
    top: 0.1333333333vw;
    right: -5.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .culaful__cmn_footer-menu-list-logo {
    display: none;
  }
  .culaful__cmn_footer-logo {
    display: block;
    position: relative;
    top: 13.4vw;
    width: 32vw;
    margin: 0 auto;
  }
  .culaful__cmn_footer-logo--anchor {
    display: block;
    position: relative;
    height: 16vw;
    border: 0.2666666667vw solid #000;
  }
  .culaful__cmn_footer-logo--anchor:hover {
    border: 0.2666666667vw solid #1b8980;
  }
  .culaful__cmn_footer-logo--anchor img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25.3333333333vw;
    height: 10.6666666667vw;
    margin: auto;
  }
  .culaful__cmn_footer-bottom {
    height: 17.3333333333vw;
  }
  .culaful__cmn_footer-bottom--wrap {
    width: calc(100% - 4VW);
    height: 17.3333333333vw;
  }
  .culaful__cmn_footer-bottom-copy, .culaful__cmn_footer-bottom-link {
    width: 100%;
    text-align: center;
  }
  .culaful__cmn_footer-bottom-copy {
    top: 13.3333333333vw;
    font-size: 2.8vw;
  }
  .culaful__cmn_footer-bottom-link {
    top: 6vw;
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .culaful__cmn_footer-bottom-link span.pc {
    display: none;
  }
}
.culaful__top_mainvisual {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  overflow: hidden;
  margin: auto;
}
.culaful__top_mainvisual > .main-video.pc {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -28.125vw;
  width: 100vw;
  height: 56.25vw;
  -webkit-transform: translateY(-27.125vw);
  transform: translateY(-27.125vw);
}
.culaful__top_mainvisual > .main-video.pc.windowS {
  left: 50%;
  bottom: 0;
  width: 177.777vh;
  height: 100vh;
  -webkit-transform: translateX(-88.888vh);
  transform: translateX(-88.888vh);
}
.culaful__top_mainvisual > .main-video.pc {
  display: block;
}
.culaful__top_mainvisual > .main-video.sp {
  display: none;
}
@media screen and (max-width: 879px) {
  .culaful__top_mainvisual {
    min-width: 100%;
    height: 168.6vw;
    margin-top: 12.666667vw;
  }
  .culaful__top_mainvisual > .main-video {
    top: -13.3333333333vw;
    width: 100vw;
  }
  .culaful__top_mainvisual > .main-video.pc {
    display: none;
  }
  .culaful__top_mainvisual > .main-video.sp {
    display: block;
  }
}
.culaful__top_concept {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background-color: #bee7ed;
  overflow: hidden;
  padding: 80px 0;
}
.culaful__top_concept.elementOn .culaful__top_concept-title, .culaful__top_concept.elementOn .culaful__top_concept-text, .culaful__top_concept.elementOn .culaful__top_concept-btn {
  top: 0;
  opacity: 1;
}
.culaful__top_concept.elementOn .culaful__top_concept-title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_concept.elementOn .culaful__top_concept-text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_concept.elementOn .culaful__top_concept-btn {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__top_concept.elementOn .bird, .culaful__top_concept.elementOn .cloud01, .culaful__top_concept.elementOn .cloud02, .culaful__top_concept.elementOn .cloud03, .culaful__top_concept.elementOn .cloud04 {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.culaful__top_concept.elementOn .cloud01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_concept.elementOn .cloud02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.culaful__top_concept.elementOn .cloud03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_concept.elementOn .cloud04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.culaful__top_concept.elementOn .bird {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__top_concept--illust {
  position: absolute;
  margin: auto;
}
.culaful__top_concept--illust img {
  width: 100%;
  height: 100%;
}
.culaful__top_concept--illust.mountain {
  z-index: 1;
  right: -550.5px;
  bottom: 0;
  width: 1138.5px;
  height: 752.5px;
}
.culaful__top_concept--illust.bird, .culaful__top_concept--illust.cloud01, .culaful__top_concept--illust.cloud02, .culaful__top_concept--illust.cloud03, .culaful__top_concept--illust.cloud04 {
  z-index: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.culaful__top_concept--illust.cloud01, .culaful__top_concept--illust.cloud02, .culaful__top_concept--illust.cloud03, .culaful__top_concept--illust.cloud04 {
  width: 83.5px;
  height: 34.5px;
}
.culaful__top_concept--illust.cloud01, .culaful__top_concept--illust.cloud03 {
  top: 60.5px;
}
.culaful__top_concept--illust.cloud02, .culaful__top_concept--illust.cloud04 {
  top: 122.5px;
}
.culaful__top_concept--illust.cloud01 {
  left: 376px;
}
.culaful__top_concept--illust.cloud02 {
  left: 222px;
}
.culaful__top_concept--illust.cloud03 {
  right: 376px;
}
.culaful__top_concept--illust.cloud04 {
  right: 222px;
}
.culaful__top_concept--illust.bird {
  top: 224.5px;
  left: 173.5px;
  width: 75px;
  height: 64.5px;
}
.culaful__top_concept-title, .culaful__top_concept-text, .culaful__top_concept-btn {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_concept-title {
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 0.72;
  margin-bottom: 50px;
}
.culaful__top_concept-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.culaful__top_concept-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.culaful__top_concept-btn {
  width: 200px;
  margin: 0 auto;
}
.culaful__top_concept-btn--anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__top_concept-btn--anchor:hover {
  background-color: #1b8980;
}
.culaful__top_concept-btn--anchor:hover svg {
  right: -10px;
}
.culaful__top_concept-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_concept-btn--anchor svg {
  position: relative;
  top: 1.5px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__top_concept-btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__top_concept {
    width: 100%;
    min-width: 100%;
    padding: 13.3333333333vw 0;
  }
  .culaful__top_concept--illust.mountain {
    right: -73.4vw;
    width: 151.8vw;
    height: 100.3333333333vw;
  }
  .culaful__top_concept--illust.cloud01, .culaful__top_concept--illust.cloud02, .culaful__top_concept--illust.cloud03, .culaful__top_concept--illust.cloud04 {
    width: 11.1333333333vw;
    height: 4.6vw;
  }
  .culaful__top_concept--illust.cloud01, .culaful__top_concept--illust.cloud03 {
    top: 3.7333333333vw;
  }
  .culaful__top_concept--illust.cloud02, .culaful__top_concept--illust.cloud04 {
    top: 12vw;
  }
  .culaful__top_concept--illust.cloud01 {
    left: 14.2vw;
  }
  .culaful__top_concept--illust.cloud02 {
    left: 4vw;
  }
  .culaful__top_concept--illust.cloud03 {
    right: 14.2vw;
  }
  .culaful__top_concept--illust.cloud04 {
    right: 4vw;
  }
  .culaful__top_concept--illust.bird {
    top: 20vw;
    left: 6.6666666667vw;
    width: 10vw;
    height: 8.6vw;
  }
  .culaful__top_concept-title, .culaful__top_concept-text, .culaful__top_concept-btn {
    top: 6.6666666667vw;
  }
  .culaful__top_concept-title {
    font-size: 9.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .culaful__top_concept-title span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .culaful__top_concept-text {
    width: calc(100% - 10VW);
    font-size: 3.7333333333vw;
    text-align: left;
    line-height: 2;
    margin-right: auto;
    margin-bottom: 4.6666666667vw;
    margin-left: auto;
  }
  .culaful__top_concept-btn {
    width: 40vw;
  }
  .culaful__top_concept-btn--anchor {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__top_concept-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__top_concept-btn--anchor svg {
    top: 0.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__top_news {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: url("https://27d025.claudeassets.com/20250122042216im_/https://culaful.com/img/top/illust_circle.png") top left no-repeat #fff;
  background-size: contain;
}
.culaful__top_news.elementOn .culaful__top_news-title, .culaful__top_news.elementOn .culaful__top_news-list li, .culaful__top_news.elementOn .culaful__top_news-btn {
  top: 0;
  opacity: 1;
}
.culaful__top_news.elementOn .culaful__top_news-title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_news.elementOn .culaful__top_news-list li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.culaful__top_news.elementOn .culaful__top_news-list li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_news.elementOn .culaful__top_news-list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.culaful__top_news.elementOn .culaful__top_news-btn {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__top_news--wrap {
  padding: 80px 0;
}
.culaful__top_news-title, .culaful__top_news-list li, .culaful__top_news-btn {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_news-title {
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 0.72;
  margin-bottom: 30px;
}
.culaful__top_news-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.culaful__top_news-list {
  width: calc(100% - 600px);
  min-width: 700px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_news-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.culaful__top_news-list li:last-child {
  margin-bottom: 0;
}
.culaful__top_news-list--date, .culaful__top_news-list--category, .culaful__top_news-list--text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 2px;
}
.culaful__top_news-list--date span, .culaful__top_news-list--category span, .culaful__top_news-list--text span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_news-list--date {
  width: 90px;
  height: 20px;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 15px;
}
.culaful__top_news-list--category {
  width: 90px;
  height: 20px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #6b111c;
  margin-right: 15px;
}
.culaful__top_news-list--category span {
  top: 47%;
  right: 0;
  left: 0;
}
.culaful__top_news-list--text {
  width: calc(100% - 210px);
  min-height: 20px;
}
.culaful__top_news-list--text a {
  color: #505050;
  font-size: 1.4rem;
  line-height: 1.5384615385;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__top_news-list--text a:hover {
  color: #6b111c;
}
.culaful__top_news-list--text a.no-link:hover {
  color: #505050;
}
.culaful__top_news-btn {
  width: 200px;
  margin: 0 auto;
}
.culaful__top_news-btn--anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__top_news-btn--anchor:hover {
  background-color: #1b8980;
}
.culaful__top_news-btn--anchor:hover svg {
  right: -10px;
}
.culaful__top_news-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_news-btn--anchor svg {
  position: relative;
  top: 1px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__top_news-btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__top_news {
    width: calc(100% - 10VW);
    min-width: auto;
    background-image: none;
    background-color: #fff;
    margin: 0 auto;
  }
  .culaful__top_news--wrap {
    padding: 13.3333333333vw 0 10.6666666667vw 0;
  }
  .culaful__top_news-title, .culaful__top_news-list li, .culaful__top_news-btn {
    top: 6.6666666667vw;
  }
  .culaful__top_news-title {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
  }
  .culaful__top_news-title span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .culaful__top_news-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .culaful__top_news-list li {
    border-bottom: 0.2666666667vw solid #e6e6e6;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__top_news-list--date {
    width: 24vw;
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
    margin-right: 2.6666666667vw;
  }
  .culaful__top_news-list--category {
    width: 22.6666666667vw;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw;
    margin-right: 4vw;
  }
  .culaful__top_news-list--category span {
    top: 50%;
  }
  .culaful__top_news-list--text {
    width: 100%;
    margin-top: 1.3333333333vw;
    min-height: 5.3333333333vw;
  }
  .culaful__top_news-list--text a {
    font-size: 3.7333333333vw;
  }
  .culaful__top_news-btn {
    width: 40vw;
  }
  .culaful__top_news-btn--anchor {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__top_news-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__top_news-btn--anchor svg {
    top: 0.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__top_area {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background-color: #bee7ed;
  overflow: hidden;
  padding: 160px 0 100px 0;
}
.culaful__top_area--anchor {
  display: block;
  color: #505050;
  -webkit-transition: color 0.7s, -webkit-filter 0.7s;
  transition: color 0.7s, -webkit-filter 0.7s;
  transition: filter 0.7s, color 0.7s;
  transition: filter 0.7s, color 0.7s, -webkit-filter 0.7s;
}
.culaful__top_area--anchor:hover {
  color: #1b8980;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__top_area--anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.culaful__top_area--anchor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.culaful__top_area--fish01.illustOn .fish01 {
  opacity: 1;
  right: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_area--illust {
  position: absolute;
  z-index: 0;
  margin: auto;
}
.culaful__top_area--illust img {
  width: 100%;
  height: 100%;
}
.culaful__top_area--illust.fish01 {
  top: 0;
  right: 0;
  width: 605.5px;
  height: 237.5px;
}
.culaful__top_area--illust.fish01.illustOn .fish01-bubble01, .culaful__top_area--illust.fish01.illustOn .fish01-bubble02, .culaful__top_area--illust.fish01.illustOn .fish01-fish {
  opacity: 1;
}
.culaful__top_area--illust.fish01.illustOn .fish01-fish {
  right: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_area--illust.fish01.illustOn .fish01-bubble02 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__top_area--illust.fish01.illustOn .fish01-bubble01 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.culaful__top_area--illust.fish01-bubble01, .culaful__top_area--illust.fish01-bubble02, .culaful__top_area--illust.fish01-fish {
  opacity: 0;
}
.culaful__top_area--illust.fish01-bubble01, .culaful__top_area--illust.fish01-bubble02 {
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.culaful__top_area--illust.fish01-bubble01 {
  top: 15px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.culaful__top_area--illust.fish01-bubble02 {
  top: 84px;
  left: 72.5px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.culaful__top_area--illust.fish01-fish {
  top: 0;
  right: -60px;
  width: 482.5px;
  height: 237.5px;
  -webkit-transition: right 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: right 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_area--illust.jerry {
  top: 492.5px;
  left: 135px;
  width: 143.5px;
  height: 170.5px;
}
.culaful__top_area--illust.jerry.illustOn .jerry-01, .culaful__top_area--illust.jerry.illustOn .jerry-02 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.culaful__top_area--illust.jerry.illustOn .jerry-01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_area--illust.jerry.illustOn .jerry-02 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_area--illust.jerry-01, .culaful__top_area--illust.jerry-02 {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.culaful__top_area--illust.jerry-01 {
  top: 0;
  right: 0;
  width: 78px;
  height: 142px;
}
.culaful__top_area--illust.jerry-02 {
  bottom: 0;
  left: 0;
  width: 58px;
  height: 106.5px;
}
.culaful__top_area--illust.fish02 {
  top: 955.5px;
  right: 151px;
  width: 127.5px;
  height: 146px;
}
.culaful__top_area--illust.fish02.illustOn .fish02-01, .culaful__top_area--illust.fish02.illustOn .fish02-02 {
  opacity: 1;
}
.culaful__top_area--illust.fish02.illustOn .fish02-01 {
  left: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_area--illust.fish02.illustOn .fish02-02 {
  right: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_area--illust.fish02-01, .culaful__top_area--illust.fish02-02 {
  opacity: 0;
}
.culaful__top_area--illust.fish02-01 {
  top: 0;
  left: 60px;
  width: 84.5px;
  height: 57px;
  -webkit-transition: left 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: left 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_area--illust.fish02-02 {
  right: -60px;
  bottom: 0;
  width: 68px;
  height: 45.5px;
  -webkit-transition: right 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: right 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_area--illust.fish03 {
  top: 1250.5px;
  left: 0;
  width: 265px;
  height: 38.5px;
}
.culaful__top_area--illust.fish03.illustOn .fish03-01 {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_area--illust.fish03-01 {
  left: -60px;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: left 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_area--illust.crab {
  right: 171.5px;
  bottom: 1px;
  width: 137px;
  height: 90.5px;
}
.culaful__top_area--illust.crab.illustOn .crab-01, .culaful__top_area--illust.crab.illustOn .crab-bubble_l01, .culaful__top_area--illust.crab.illustOn .crab-bubble_l02, .culaful__top_area--illust.crab.illustOn .crab-bubble_r01, .culaful__top_area--illust.crab.illustOn .crab-bubble_r02 {
  opacity: 1;
}
.culaful__top_area--illust.crab.illustOn .crab-01 {
  height: 62.5px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_area--illust.crab.illustOn .crab-bubble_l02, .culaful__top_area--illust.crab.illustOn .crab-bubble_r02 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_area--illust.crab.illustOn .crab-bubble_l01, .culaful__top_area--illust.crab.illustOn .crab-bubble_r01 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__top_area--illust.crab-01 {
  bottom: 0;
  left: 28px;
  width: 79px;
  height: 0;
  -webkit-transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_area--illust.crab-bubble_l01, .culaful__top_area--illust.crab-bubble_r01, .culaful__top_area--illust.crab-bubble_l02, .culaful__top_area--illust.crab-bubble_r02 {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #fff;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.culaful__top_area--illust.crab-bubble_l01, .culaful__top_area--illust.crab-bubble_r01 {
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.culaful__top_area--illust.crab-bubble_l02, .culaful__top_area--illust.crab-bubble_r02 {
  top: 10px;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
}
.culaful__top_area--illust.crab-bubble_l01 {
  left: 0;
}
.culaful__top_area--illust.crab-bubble_l02 {
  left: 12px;
}
.culaful__top_area--illust.crab-bubble_r01 {
  right: 0;
}
.culaful__top_area--illust.crab-bubble_r02 {
  right: 12px;
}
.culaful__top_area--illust.bubble01, .culaful__top_area--illust.bubble02, .culaful__top_area--illust.bubble03_s, .culaful__top_area--illust.bubble03_l {
  background-color: #fff;
}
.culaful__top_area--illust.bubble01 {
  top: 375px;
  left: 451.5px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
.culaful__top_area--illust.bubble02 {
  top: 782.5px;
  right: 260.5px;
  width: 110px;
  height: 110px;
  border-radius: 55px;
}
.culaful__top_area--illust.bubble03_s {
  top: 1233.5px;
  right: 707.5px;
  width: 37.5px;
  height: 37.5px;
  border-radius: 18.75px;
}
.culaful__top_area--illust.bubble03_l {
  top: 1253px;
  right: 549.5px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
.culaful__top_area--wrap {
  position: relative;
  z-index: 1;
  width: 800px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_area--wrap.park {
  margin-bottom: 80px;
}
.culaful__top_area--wrap.cafe {
  margin-bottom: 83px;
}
.culaful__top_area--wrap.room {
  margin-bottom: 100px;
}
.culaful__top_area--wrap02 {
  position: relative;
  z-index: 1;
  width: 1024px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_area-photo, .culaful__top_area-info {
  display: inline-block;
  vertical-align: middle;
}
.culaful__top_area-photo {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
}
.culaful__top_area-photo.pc {
  display: inline-block;
}
.culaful__top_area-photo.sp {
  display: none;
}
.culaful__top_area-photo.left {
  margin-right: 20px;
}
.culaful__top_area-photo-img {
  overflow: hidden;
  border-radius: 16px;
}
.culaful__top_area-info {
  width: calc(100% - 400px);
}
.culaful__top_area-info.left {
  width: calc(100% - 400px);
  margin-right: 20px;
}
.culaful__top_area-info.left .culaful__top_area-info--name {
  margin: 0 0 25px 20px;
}
.culaful__top_area-info.left .culaful__top_area-info--text {
  margin: 0 0 15px 20px;
}
.culaful__top_area-info--name {
  font-size: 3.9rem;
  font-family: "Asap", sans-serif;
  letter-spacing: 1.8px;
  line-height: 0.72;
  margin: 0 0 25px 5px;
}
.culaful__top_area-info--name span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  padding-left: 15px;
}
.culaful__top_area-info--text {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
  margin: 0 0 15px 5px;
}
.culaful__top_area-info--tag {
  font-size: 0;
}
.culaful__top_area-info--tag li {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 40px;
  font-size: 1.8rem;
  font-family: "Asap", sans-serif;
  text-align: center;
  line-height: 0.8;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.culaful__top_area-info--tag li:nth-child(3), .culaful__top_area-info--tag li:nth-child(4) {
  margin-bottom: 0;
}
.culaful__top_area-info--tag li span.inner {
  position: absolute;
  top: 53%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_area-info--tag li span.textS {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.culaful__top_area-list {
  display: inline-block;
  width: calc(20% - 20px);
  vertical-align: top;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin: 0 10px;
}
.culaful__top_area-list--anchor {
  display: block;
  color: #505050;
  -webkit-transition: color 0.7s, -webkit-filter 0.7s;
  transition: color 0.7s, -webkit-filter 0.7s;
  transition: filter 0.7s, color 0.7s;
  transition: filter 0.7s, color 0.7s, -webkit-filter 0.7s;
}
.culaful__top_area-list--anchor:hover {
  color: #1b8980;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__top_area-list--anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.culaful__top_area-list--anchor img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.culaful__top_area-list--photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
  margin-bottom: 20px;
}
.culaful__top_area-list--photo-img {
  overflow: hidden;
  border-radius: 16px;
}
.culaful__top_area-list--photo img {
  width: 100%;
  height: 100%;
}
.culaful__top_area-list--name01, .culaful__top_area-list--name02 {
  text-align: center;
}
.culaful__top_area-list--name01 {
  font-size: 3rem;
  font-family: "Asap", sans-serif;
  letter-spacing: 1.8px;
  line-height: 0.72;
  margin-bottom: 10px;
}
.culaful__top_area-list--name02 {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 879px) {
  .culaful__top_area {
    width: 100%;
    min-width: 100%;
    padding: 21.3333333333vw 0 13.3333333333vw 0;
  }
  .culaful__top_area--anchor {
    border-radius: 2.1333333333vw;
  }
  .culaful__top_area--illust.fish01 {
    width: 80.7333333333vw;
    height: 31.6666666667vw;
  }
  .culaful__top_area--illust.fish01-bubble01 {
    top: 2vw;
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__top_area--illust.fish01-bubble02 {
    top: 11.2vw;
    left: 9.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.6vw;
  }
  .culaful__top_area--illust.fish01-fish {
    right: -8vw;
    width: 64.3333333333vw;
    height: 31.6666666667vw;
  }
  .culaful__top_area--illust.jerry {
    top: 78vw;
    left: 60vw;
    width: 19.1333333333vw;
    height: 22.7333333333vw;
  }
  .culaful__top_area--illust.jerry-01 {
    width: 10.4vw;
    height: 18.9333333333vw;
  }
  .culaful__top_area--illust.jerry-02 {
    width: 7.7333333333vw;
    height: 14.2vw;
  }
  .culaful__top_area--illust.fish02 {
    top: 203vw;
    right: 6vw;
    width: 17vw;
    height: 16vw;
  }
  .culaful__top_area--illust.fish02-01 {
    left: 8vw;
    width: 11.2666666667vw;
    height: 7.6vw;
  }
  .culaful__top_area--illust.fish02-02 {
    right: -8vw;
    width: 9.0666666667vw;
    height: 6.0666666667vw;
  }
  .culaful__top_area--illust.fish03 {
    top: 334vw;
    width: 35.3333333333vw;
    height: 5.1333333333vw;
  }
  .culaful__top_area--illust.fish03-01 {
    left: -8vw;
  }
  .culaful__top_area--illust.crab {
    right: 26.8666666667vw;
    bottom: 0.1333333333vw;
    width: 18.2666666667vw;
    height: 12.0666666667vw;
  }
  .culaful__top_area--illust.crab.illustOn .crab-01 {
    width: 10.5333333333vw;
    height: 8.3333333333vw;
  }
  .culaful__top_area--illust.crab-01 {
    left: 3.7333333333vw;
    width: 10.5333333333vw;
  }
  .culaful__top_area--illust.crab-bubble_l01, .culaful__top_area--illust.crab-bubble_r01 {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
  .culaful__top_area--illust.crab-bubble_l02, .culaful__top_area--illust.crab-bubble_r02 {
    top: 1.3333333333vw;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
  }
  .culaful__top_area--illust.crab-bubble_l02 {
    left: 1.6vw;
  }
  .culaful__top_area--illust.crab-bubble_r02 {
    right: 1.6vw;
  }
  .culaful__top_area--illust.bubble01 {
    top: 127vw;
    left: 60.2vw;
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
  }
  .culaful__top_area--illust.bubble02 {
    top: 296vw;
    right: 34.7333333333vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 7.3333333333vw;
  }
  .culaful__top_area--illust.bubble03_s {
    top: 432vw;
    right: 94.3333333333vw;
    width: 5vw;
    height: 5vw;
    border-radius: 2.5vw;
  }
  .culaful__top_area--illust.bubble03_l {
    top: 439vw;
    right: 73.2666666667vw;
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
  }
  .culaful__top_area--wrap {
    width: calc(100% - 10VW);
  }
  .culaful__top_area--wrap.park {
    margin-bottom: 10.6666666667vw;
  }
  .culaful__top_area--wrap.cafe {
    margin-bottom: 11.0666666667vw;
  }
  .culaful__top_area--wrap.room {
    margin-bottom: 13.3333333333vw;
  }
  .culaful__top_area--wrap02 {
    width: calc(100% - 10VW);
    text-align: center;
  }
  .culaful__top_area-photo, .culaful__top_area-info {
    display: block;
  }
  .culaful__top_area-photo {
    width: 100%;
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
    padding: 1.0666666667vw;
    border-radius: 2.6666666667vw;
  }
  .culaful__top_area-photo.pc {
    display: none;
  }
  .culaful__top_area-photo.sp {
    display: block;
  }
  .culaful__top_area-photo.left {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .culaful__top_area-photo-img {
    overflow: hidden;
    border-radius: 2.1333333333vw;
  }
  .culaful__top_area-info {
    width: 100%;
  }
  .culaful__top_area-info.left {
    width: 100%;
    margin-right: 0;
  }
  .culaful__top_area-info.left .culaful__top_area-info--name {
    margin: 0 0 3.3333333333vw 0.6666666667vw;
  }
  .culaful__top_area-info.left .culaful__top_area-info--text {
    margin: 0 0 0 0.6666666667vw;
  }
  .culaful__top_area-info--name {
    font-size: 6.6666666667vw;
    margin: 0 0 3.3333333333vw 0.6666666667vw;
  }
  .culaful__top_area-info--name span {
    display: block;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    padding-left: 0;
  }
  .culaful__top_area-info--text {
    font-size: 3.3333333333vw;
    margin: 0 0 2.6666666667vw 0.6666666667vw;
  }
  .culaful__top_area-info--tag {
    position: relative;
    left: -2vw;
    width: calc(100% + 4vw);
  }
  .culaful__top_area-info--tag li {
    width: calc(50% - 4vw);
    height: 8vw;
    font-size: 3.7333333333vw;
    border-radius: 4vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .culaful__top_area-info--tag li span.textS {
    font-size: 2.4vw;
  }
  .culaful__top_area-list {
    display: inline-block;
    width: calc(50% - 1.8vw);
    vertical-align: top;
  }
  .culaful__top_area-list:nth-child(odd) {
    margin: 0 1.8vw 3.3333333333vw 0;
  }
  .culaful__top_area-list:nth-child(even) {
    margin: 0 0 3.3333333333vw 1.8vw;
  }
  .culaful__top_area-list--photo {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
    padding: 1.0666666667vw;
    margin-bottom: 2.4666666667vw;
  }
  .culaful__top_area-list--photo-img {
    border-radius: 2.1333333333vw;
  }
  .culaful__top_area-list--anchor {
    border-radius: 2.4vw;
  }
  .culaful__top_area-list--name01 {
    font-size: 6.6666666667vw;
    margin-bottom: 2vw;
  }
  .culaful__top_area-list--name02 {
    font-size: 3.2vw;
  }
}
.culaful__top_facility {
  width: 100%;
  min-width: 1200px;
  background: url("https://f9ed31.claudeassets.com/20250122042216im_/https://culaful.com/img/common/bg_contents.png") 0 0;
  background-size: 188px 326px;
  padding: 95.5px 0 101.5px 0;
}
.culaful__top_facility.elementOn .culaful__top_facility-title, .culaful__top_facility.elementOn .culaful__top_facility-info01, .culaful__top_facility.elementOn .culaful__top_facility-info02 {
  top: 0;
  opacity: 1;
}
.culaful__top_facility.elementOn .culaful__top_facility-title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_facility.elementOn .culaful__top_facility-info01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_facility.elementOn .culaful__top_facility-info02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.culaful__top_facility-title, .culaful__top_facility-info01, .culaful__top_facility-info02 {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_facility-title {
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 0.72;
  margin-bottom: 75.5px;
}
.culaful__top_facility-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.culaful__top_facility-info01 {
  width: 1000px;
  font-size: 0;
  margin: 0 auto 59px auto;
}
.culaful__top_facility-info01 li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.culaful__top_facility-info01--name {
  position: relative;
  width: 185px;
  height: 60px;
  color: #2fb481;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #f5f3e1;
  margin: 0 auto 18.5px auto;
}
.culaful__top_facility-info01--name span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__top_facility-info01--name span.inner {
  letter-spacing: 0;
}
.culaful__top_facility-info01--name span.inner02 {
  letter-spacing: 1.5px;
}
.culaful__top_facility-info01--text {
  color: #fff;
  font-size: 2.6rem;
  line-height: 22px;
  text-align: center;
}
.culaful__top_facility-info01--text span {
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.culaful__top_facility-info02 {
  width: 820px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_facility-info02 li {
  display: inline-block;
  width: calc(20% - 20px);
  margin: 0 10px;
}
.culaful__top_facility-info02--icon {
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 62.5px;
  background-color: #fff6a6;
  margin: 0 auto 20px auto;
}
.culaful__top_facility-info02--icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
}
.culaful__top_facility-info02--icon svg path {
  fill: #38b382;
}
.culaful__top_facility-info02--name {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.culaful__top_facility-info02--name.name02 {
  letter-spacing: 0;
}
@media screen and (max-width: 879px) {
  .culaful__top_facility {
    width: 100%;
    min-width: 100%;
    background-size: 25.0666666667vw 43.4666666667vw;
    padding: 12.7333333333vw 0 13.5333333333vw 0;
  }
  .culaful__top_facility-title {
    font-size: 8vw;
    margin-bottom: 10.0666666667vw;
  }
  .culaful__top_facility-title span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .culaful__top_facility-info01 {
    width: calc(100% - 10VW);
    text-align: center;
    margin: 0 auto 7.8666666667vw auto;
  }
  .culaful__top_facility-info01 li {
    display: inline-block;
    width: 33.3333333333%;
    margin: 0 auto 6.6666666667vw auto;
  }
  .culaful__top_facility-info01 li:nth-child(4), .culaful__top_facility-info01 li:nth-child(5) {
    margin: 0 auto;
  }
  .culaful__top_facility-info01--name {
    position: relative;
    width: 28vw;
    height: 9.3333333333vw;
    font-size: 2.4vw;
    border-radius: 4.6666666667vw;
    margin: 0 auto 2.4666666667vw auto;
  }
  .culaful__top_facility-info01--text {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .culaful__top_facility-info01--text span {
    font-size: 2.1333333333vw;
  }
  .culaful__top_facility-info02 {
    width: calc(100% - 10VW);
    text-align: center;
    margin: 0 auto;
  }
  .culaful__top_facility-info02 li {
    width: 33.3333333333%;
    margin: 0 auto 6.6666666667vw auto;
  }
  .culaful__top_facility-info02 li:nth-child(4), .culaful__top_facility-info02 li:nth-child(5) {
    margin: 0 auto;
  }
  .culaful__top_facility-info02--icon {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border-radius: 10.6666666667vw;
    margin: 0 auto 2.6666666667vw auto;
  }
  .culaful__top_facility-info02--icon svg {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .culaful__top_facility-info02--name {
    font-size: 2.4vw;
  }
}
.culaful__top_price {
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding: 87px 0 81px 0;
}
.culaful__top_price--illust {
  position: absolute;
  z-index: 0;
  margin: auto;
}
.culaful__top_price--illust img {
  width: 100%;
  height: 100%;
}
.culaful__top_price--illust.bird {
  top: -33px;
  right: -10px;
  width: 54.5px;
  height: 46.5px;
}
.culaful__top_price--illust.tree01, .culaful__top_price--illust.tree02 {
  bottom: 0;
  width: 54px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_price--illust.tree01.fadein, .culaful__top_price--illust.tree02.fadein {
  height: 162px;
  opacity: 1;
}
.culaful__top_price--illust.tree01 {
  left: 166.5px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.culaful__top_price--illust.tree02 {
  left: 252px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.culaful__top_price-title {
  position: relative;
  z-index: 0;
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 0.72;
  margin-bottom: 80px;
}
.culaful__top_price-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.culaful__top_price-name {
  position: relative;
  z-index: 1;
  width: 800px;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 0.72;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_price-name span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.culaful__top_price-text, .culaful__top_price-text02 {
  position: relative;
  z-index: 2;
  width: 800px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.5384615385;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_price-text.text-align_center, .culaful__top_price-text02.text-align_center {
  text-align: center;
}
.culaful__top_price-text.annotation, .culaful__top_price-text02.annotation {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.culaful__top_price-text span, .culaful__top_price-text02 span {
  font-weight: 700;
}
.culaful__top_price-img {
  position: relative;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__top_price-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.culaful__top_price-slide.culapark {
  position: relative;
  left: -80px;
  width: 880px;
}
.culaful__top_price-btn {
  width: 795px;
  margin: 0 auto;
}
.culaful__top_price-btn--anchor {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 400px;
  height: 70px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 35px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  margin: 0 auto;
}
.culaful__top_price-btn--anchor:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__top_price-btn--anchor:hover svg {
  right: -10px;
}
.culaful__top_price-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__top_price-btn--anchor svg {
  position: relative;
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__top_price-btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__top_price {
    width: 100%;
    min-width: 100%;
    padding: 11.6vw 0 10.8vw 0;
  }
  .culaful__top_price--illust {
    z-index: 0;
  }
  .culaful__top_price--illust.bird {
    top: -9vw;
    right: 0vw;
    width: 14.5333333333vw;
    height: 12.4vw;
  }
  .culaful__top_price--illust.tree01, .culaful__top_price--illust.tree02 {
    width: 7.2vw;
  }
  .culaful__top_price--illust.tree01.fadein, .culaful__top_price--illust.tree02.fadein {
    height: 21.6vw;
  }
  .culaful__top_price--illust.tree01 {
    left: 2.6666666667vw;
  }
  .culaful__top_price--illust.tree02 {
    left: 13.3333333333vw;
  }
  .culaful__top_price-title {
    font-size: 8vw;
    margin-bottom: 10.6666666667vw;
  }
  .culaful__top_price-title span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .culaful__top_price-name {
    width: calc(100% - 10VW);
    font-size: 5.3333333333vw;
  }
  .culaful__top_price-text, .culaful__top_price-text02 {
    font-size: 3.2vw;
  }
  .culaful__top_price-text.annotation, .culaful__top_price-text02.annotation {
    font-size: 2.4vw;
  }
  .culaful__top_price-text {
    width: calc(100% - 10VW);
  }
  .culaful__top_price-text02 {
    width: 100%;
  }
  .culaful__top_price-img {
    width: calc(100% - 10VW);
  }
  .culaful__top_price-slide {
    overflow-x: auto;
  }
  .culaful__top_price-slide.culapark {
    left: 0;
    width: 100%;
  }
  .culaful__top_price-slide.culapark > div {
    width: 183.2vw;
  }
  .culaful__top_price-slide.kidsroom > div {
    width: 166.4vw;
  }
  .culaful__top_price-btn {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .culaful__top_price-btn--anchor {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 4.8vw;
    border: 0.8vw solid #fff;
    border-radius: 6vw;
  }
  .culaful__top_price-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__top_price-btn--anchor svg {
    top: -0.1333333333vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__top_faq {
  width: 100%;
  min-width: 1200px;
  background-color: #f5f3e1;
  padding: 79px 0 43.5px 0;
}
.culaful__top_faq--wrap {
  width: 1200px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 84px 0 76px 0;
  margin: 0 auto;
}
.culaful__top_faq-title {
  position: relative;
  z-index: 0;
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 0.72;
  margin-bottom: 42.5px;
}
.culaful__top_faq-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.culaful__top_faq-question {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  font-size: 0;
  background-color: #e2d6cf;
  padding: 7.5px 20px;
  margin: 0 auto 25px auto;
}
.culaful__top_faq-question--icon, .culaful__top_faq-question--text {
  display: inline-block;
  color: #6b111c;
  letter-spacing: 2px;
  vertical-align: top;
}
.culaful__top_faq-question--icon {
  width: 35px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1;
}
.culaful__top_faq-question--text {
  width: calc(100% - 35px);
  font-size: 1.6rem;
  line-height: 1.875;
}
.culaful__top_faq-answer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  font-size: 0;
  padding: 0 20px;
  margin: 0 auto 35px auto;
}
.culaful__top_faq-answer--icon, .culaful__top_faq-answer--text {
  display: inline-block;
  color: #505050;
  letter-spacing: 2px;
  vertical-align: top;
}
.culaful__top_faq-answer--icon {
  width: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.8;
}
.culaful__top_faq-answer--text {
  width: calc(100% - 20px);
  font-size: 1.6rem;
  line-height: 2;
}
.culaful__top_faq-btn {
  width: 800px;
  margin: 0 auto;
}
.culaful__top_faq-btn--anchor {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin: 0 auto;
}
.culaful__top_faq-btn--anchor:hover {
  background-color: #1b8980;
}
.culaful__top_faq-btn--anchor:hover svg {
  right: -10px;
}
.culaful__top_faq-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_faq-btn--anchor svg {
  position: relative;
  top: 1.5px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__top_faq-btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__top_faq {
    width: 100%;
    min-width: 100%;
    padding: 10.5333333333vw 0 5.8vw 0;
  }
  .culaful__top_faq--wrap {
    width: calc(100% - 10VW);
    padding: 11.2vw 0 10.1333333333vw 0;
  }
  .culaful__top_faq-title {
    font-size: 8vw;
    margin-bottom: 5.6666666667vw;
  }
  .culaful__top_faq-title span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .culaful__top_faq-question {
    width: calc(100% - 10vw);
    padding: 1vw 2.6666666667vw;
    margin: 0 auto 3.3333333333vw auto;
  }
  .culaful__top_faq-question--icon {
    width: 8vw;
    font-size: 6.6666666667vw;
  }
  .culaful__top_faq-question--text {
    width: calc(100% - 8vw);
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
  .culaful__top_faq-answer {
    width: calc(100% - 10vw);
    padding: 1vw 2.6666666667vw;
    margin: 0 auto 4.6666666667vw auto;
  }
  .culaful__top_faq-answer--icon {
    width: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .culaful__top_faq-answer--text {
    width: calc(100% - 5.3333333333vw);
    font-size: 3.4666666667vw;
  }
  .culaful__top_faq-btn {
    width: calc(100% - 10vw);
    margin: 0 auto;
  }
  .culaful__top_faq-btn--anchor {
    width: 40vw;
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__top_faq-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__top_faq-btn--anchor svg {
    top: 0.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__top_other {
  width: 100%;
  min-width: 1200px;
  background-color: #f5f3e1;
  padding-bottom: 150px;
}
.culaful__top_other-info {
  width: 1200px;
  font-size: 0;
  margin: 0 auto 42px auto;
}
.culaful__top_other-info-access, .culaful__top_other-info-map {
  display: inline-block;
  width: 50%;
  height: 412px;
  vertical-align: top;
}
.culaful__top_other-info-access {
  background-color: #fff799;
}
.culaful__top_other-info-access-title {
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  letter-spacing: 0.8px;
  line-height: 0.72;
  margin: 45px 0 30px 72px;
}
.culaful__top_other-info-access-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 410px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5625;
  border-bottom: 1px solid #6b111c;
  padding-bottom: 30px;
  margin: 0 auto 20px auto;
}
.culaful__top_other-info-access-exit {
  width: 410px;
  margin: 0 auto 30px auto;
}
.culaful__top_other-info-access-exit li {
  font-size: 0;
  margin-bottom: 10px;
}
.culaful__top_other-info-access-exit--name01, .culaful__top_other-info-access-exit--name02, .culaful__top_other-info-access-exit--time {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.5px;
  line-height: 1;
}
.culaful__top_other-info-access-exit--name01 {
  width: 75px;
  font-size: 1.5rem;
  font-weight: 700;
}
.culaful__top_other-info-access-exit--name02 {
  width: calc(100% - 150px);
  font-size: 1.3rem;
}
.culaful__top_other-info-access-exit--time {
  position: relative;
  top: -2px;
  width: 75px;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
}
.culaful__top_other-info-access-exit--time span.no {
  font-size: 20px;
}
.culaful__top_other-info-access-btn {
  width: 200px;
  margin: 0 auto;
}
.culaful__top_other-info-access-btn--anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__top_other-info-access-btn--anchor:hover {
  background-color: #1b8980;
}
.culaful__top_other-info-access-btn--anchor:hover svg {
  right: -10px;
}
.culaful__top_other-info-access-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_other-info-access-btn--anchor svg {
  position: relative;
  top: 1.5px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__top_other-info-access-btn--anchor svg path, .culaful__top_other-info-access-btn--anchor svg circle {
  fill: #fff;
}
.culaful__top_other-info-map {
  background-color: #cdd6dd;
}
.culaful__top_other-info-map.sp {
  display: none;
}
.culaful__top_other-info-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.culaful__top_other-info-map iframe {
  width: 100%;
  height: 100%;
}
.culaful__top_other-info02 {
  width: 1200px;
  font-size: 0;
  margin: 0 auto;
}
.culaful__top_other-info02--illust {
  position: absolute;
}
.culaful__top_other-info02--illust.fish {
  top: 18px;
  left: -103.5px;
  width: 103.5px;
  height: 62px;
  opacity: 0;
  -webkit-transition: left 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: left 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_other-info02--illust.fish img {
  width: 100%;
  height: 100%;
}
.culaful__top_other-info02--illust.animal {
  bottom: 0;
  left: 40px;
  width: 66.5px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_other-info02--illust.animal img {
  width: 100%;
  height: 100%;
}
.culaful__top_other-info02--illust.tree {
  right: 22.5px;
  bottom: 0;
  width: 42px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: height 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__top_other-info02--illust.tree img {
  width: 100%;
  height: 100%;
}
.culaful__top_other-info02-sns, .culaful__top_other-info02-recruit, .culaful__top_other-info02-contact {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 265px;
  vertical-align: top;
  overflow: hidden;
}
.culaful__top_other-info02-sns-title, .culaful__top_other-info02-recruit-title, .culaful__top_other-info02-contact-title {
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 0.72;
  margin: 81.5px 0 35px 0;
}
.culaful__top_other-info02-sns-text, .culaful__top_other-info02-recruit-text, .culaful__top_other-info02-contact-text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5384615385;
  text-align: center;
  margin: 0 35px 40px 35px;
}
.culaful__top_other-info02-sns-btn, .culaful__top_other-info02-recruit-btn, .culaful__top_other-info02-contact-btn {
  width: 200px;
  margin: 0 auto;
}
.culaful__top_other-info02-sns-btn--anchor, .culaful__top_other-info02-recruit-btn--anchor, .culaful__top_other-info02-contact-btn--anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__top_other-info02-sns-btn--anchor:hover, .culaful__top_other-info02-recruit-btn--anchor:hover, .culaful__top_other-info02-contact-btn--anchor:hover {
  background-color: #1b8980;
}
.culaful__top_other-info02-sns-btn--anchor:hover svg.arrow, .culaful__top_other-info02-recruit-btn--anchor:hover svg.arrow, .culaful__top_other-info02-contact-btn--anchor:hover svg.arrow {
  right: -10px;
}
.culaful__top_other-info02-sns-btn--anchor span, .culaful__top_other-info02-recruit-btn--anchor span, .culaful__top_other-info02-contact-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__top_other-info02-sns-btn--anchor svg, .culaful__top_other-info02-recruit-btn--anchor svg, .culaful__top_other-info02-contact-btn--anchor svg {
  position: relative;
}
.culaful__top_other-info02-sns-btn--anchor svg path, .culaful__top_other-info02-sns-btn--anchor svg circle, .culaful__top_other-info02-recruit-btn--anchor svg path, .culaful__top_other-info02-recruit-btn--anchor svg circle, .culaful__top_other-info02-contact-btn--anchor svg path, .culaful__top_other-info02-contact-btn--anchor svg circle {
  fill: #fff;
}
.culaful__top_other-info02-sns-btn--anchor svg.icon, .culaful__top_other-info02-recruit-btn--anchor svg.icon, .culaful__top_other-info02-contact-btn--anchor svg.icon {
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.culaful__top_other-info02-sns-btn--anchor svg.arrow, .culaful__top_other-info02-sns-btn--anchor svg.blank, .culaful__top_other-info02-recruit-btn--anchor svg.arrow, .culaful__top_other-info02-recruit-btn--anchor svg.blank, .culaful__top_other-info02-contact-btn--anchor svg.arrow, .culaful__top_other-info02-contact-btn--anchor svg.blank {
  top: 1.5px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__top_other-info02-sns {
  background-color: #bee7ed;
}
.culaful__top_other-info02-sns.illustOn .culaful__top_other-info02--illust.fish {
  left: 0;
  opacity: 1;
}
.culaful__top_other-info02-recruit {
  background-color: #e2d6cf;
}
.culaful__top_other-info02-recruit.illustOn .culaful__top_other-info02--illust.animal {
  height: 75.5px;
  opacity: 1;
}
.culaful__top_other-info02-contact {
  background-color: #bee7ed;
}
.culaful__top_other-info02-contact.illustOn .culaful__top_other-info02--illust.tree {
  height: 153.5px;
  opacity: 1;
}
@media screen and (max-width: 879px) {
  .culaful__top_other {
    min-width: auto;
    padding: 10.6666666667vw 0;
  }
  .culaful__top_other-info {
    width: calc(100% - 10VW);
    margin: 0 auto 5.6vw auto;
  }
  .culaful__top_other-info-access, .culaful__top_other-info-map {
    display: block;
    width: 100%;
    height: auto;
  }
  .culaful__top_other-info-access {
    padding: 2.6666666667vw 0 5.3333333333vw 0;
  }
  .culaful__top_other-info-access-title {
    font-size: 6.6666666667vw;
    margin: 0 0 2.6666666667vw 5.3333333333vw;
  }
  .culaful__top_other-info-access-address {
    width: calc(100% - 15vw);
    font-size: 3.2vw;
    border-bottom: 0.1333333333vw solid #6b111c;
    padding-bottom: 4vw;
    margin: 0 auto 2.6666666667vw auto;
  }
  .culaful__top_other-info-access-exit {
    width: calc(100% - 15vw);
    margin: 0 auto 4vw auto;
  }
  .culaful__top_other-info-access-exit li {
    margin-bottom: 1.3333333333vw;
  }
  .culaful__top_other-info-access-exit--name01 {
    display: block;
    width: 100%;
    font-size: 2.1333333333vw;
  }
  .culaful__top_other-info-access-exit--name02 {
    width: calc(100% - 14.6666666667vw);
    font-size: 2.1333333333vw;
  }
  .culaful__top_other-info-access-exit--time {
    top: -1.3333333333vw;
    width: 14.6666666667vw;
    font-size: 2.1333333333vw;
  }
  .culaful__top_other-info-access-exit--time span.no {
    font-size: 3.2vw;
  }
  .culaful__top_other-info-access-btn {
    width: 40vw;
  }
  .culaful__top_other-info-access-btn--anchor {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__top_other-info-access-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__top_other-info-access-btn--anchor svg {
    top: 0vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__top_other-info-map {
    width: calc(100% - 5.3333333332vw);
    background-color: #fff799;
    padding: 2.6666666667vw;
  }
  .culaful__top_other-info-map.pc {
    display: none;
  }
  .culaful__top_other-info-map.sp {
    display: block;
  }
  .culaful__top_other-info-map iframe {
    width: 100%;
    height: 53.3333333333vw;
  }
  .culaful__top_other-info02 {
    width: calc(100% - 10VW);
  }
  .culaful__top_other-info02--illust {
    position: absolute;
  }
  .culaful__top_other-info02--illust.fish {
    top: 2.4vw;
    left: -20vw;
    width: 20vw;
    height: 12vw;
  }
  .culaful__top_other-info02--illust.animal {
    left: 5.3333333333vw;
    width: 14.4vw;
  }
  .culaful__top_other-info02--illust.tree {
    right: 3vw;
    width: 6.5333333333vw;
  }
  .culaful__top_other-info02-sns, .culaful__top_other-info02-recruit, .culaful__top_other-info02-contact {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10.8666666667vw;
  }
  .culaful__top_other-info02-sns-title, .culaful__top_other-info02-recruit-title, .culaful__top_other-info02-contact-title {
    font-size: 6.6666666667vw;
    margin: 10.8666666667vw 0 4.6666666667vw 0;
  }
  .culaful__top_other-info02-sns-text, .culaful__top_other-info02-recruit-text, .culaful__top_other-info02-contact-text {
    height: auto;
    font-size: 3.2vw;
    margin: 0 4.6666666667vw 5.3333333333vw 4.6666666667vw;
  }
  .culaful__top_other-info02-sns-btn, .culaful__top_other-info02-recruit-btn, .culaful__top_other-info02-contact-btn {
    width: 40vw;
  }
  .culaful__top_other-info02-sns-btn--anchor, .culaful__top_other-info02-recruit-btn--anchor, .culaful__top_other-info02-contact-btn--anchor {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__top_other-info02-sns-btn--anchor:hover svg.arrow, .culaful__top_other-info02-recruit-btn--anchor:hover svg.arrow, .culaful__top_other-info02-contact-btn--anchor:hover svg.arrow {
    right: -1.3333333333vw;
  }
  .culaful__top_other-info02-sns-btn--anchor svg.icon, .culaful__top_other-info02-recruit-btn--anchor svg.icon, .culaful__top_other-info02-contact-btn--anchor svg.icon {
    top: 0.2666666667vw;
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
  .culaful__top_other-info02-sns-btn--anchor svg.arrow, .culaful__top_other-info02-recruit-btn--anchor svg.arrow, .culaful__top_other-info02-contact-btn--anchor svg.arrow {
    top: 0vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__top_other-info02-sns.illustOn .culaful__top_other-info02--illust.fish {
    left: 0;
    opacity: 1;
  }
  .culaful__top_other-info02-recruit.illustOn .culaful__top_other-info02--illust.animal {
    height: 16.2666666667vw;
  }
  .culaful__top_other-info02-contact.illustOn .culaful__top_other-info02--illust.tree {
    height: 24.4vw;
  }
}
.culaful__subpage {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage {
    min-width: 100%;
  }
}
.culaful__subpage_beginning {
  width: 100%;
  min-width: 1200px;
  padding-top: 45px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_beginning--wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.culaful__subpage_beginning-back {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 0;
  width: 36px;
  height: 36px;
}
.culaful__subpage_beginning-back.law, .culaful__subpage_beginning-back.cancel {
  top: 0;
}
.culaful__subpage_beginning-back--anchor {
  display: block;
  width: 100%;
  height: 100%;
}
.culaful__subpage_beginning-back--anchor:hover svg path {
  fill: #1b8980;
}
.culaful__subpage_beginning-back svg {
  width: 36px;
  height: 36px;
}
.culaful__subpage_beginning-back svg path {
  fill: #78bf84;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.culaful__subpage_beginning-h2 {
  color: #6b111c;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 0.72;
}
.culaful__subpage_beginning-h2.law, .culaful__subpage_beginning-h2.cancel {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
}
.culaful__subpage_beginning-h2 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 15px;
}
.culaful__subpage_beginning-text {
  width: 800px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_beginning-mv {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.culaful__subpage_beginning-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_beginning {
    min-width: 100%;
    padding-top: 29.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .culaful__subpage_beginning--wrap {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_beginning-back {
    top: 2.6666666667vw;
    width: 5.6vw;
    height: 5.6vw;
  }
  .culaful__subpage_beginning-back.law {
    top: 2.6666666667vw;
  }
  .culaful__subpage_beginning-back.cancel {
    top: 0;
  }
  .culaful__subpage_beginning-back svg {
    width: 5.6vw;
    height: 5.6vw;
  }
  .culaful__subpage_beginning-h2 {
    color: #6b111c;
    font-size: 7vw;
  }
  .culaful__subpage_beginning-h2.law, .culaful__subpage_beginning-h2.cancel {
    font-size: 5.6vw;
  }
  .culaful__subpage_beginning-h2 span {
    font-size: 3.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .culaful__subpage_beginning-text {
    width: calc(100% - 10VW);
    font-size: 3.2vw;
  }
  .culaful__subpage_beginning-mv {
    width: 100%;
    height: 46.6666666667vw;
  }
}
.culaful__subpage_content {
  width: 100%;
  min-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content {
    min-width: 100%;
    padding: 10.6666666667vw 0;
  }
}
.culaful__subpage_content-time {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-time p {
  position: relative;
  width: 100px;
  height: 25px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background-color: #eb5f0a;
  text-align: center;
}
.culaful__subpage_content-time span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-time {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-time p {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
    font-size: 2.4vw;
  }
}
.culaful__subpage_content-h3 {
  width: 800px;
  color: #6b111c;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-h3.eng {
  font-size: 4rem;
  font-family: "Asap", sans-serif;
  line-height: 0.72;
}
.culaful__subpage_content-h3 span {
  display: block;
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-h3 {
    width: calc(100% - 10VW);
    font-size: 8vw;
  }
  .culaful__subpage_content-h3.eng {
    font-size: 8vw;
  }
}
.culaful__subpage_content-title {
  width: 800px;
  color: #6b111c;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.4;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-title.normal {
  color: #505050;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-title {
    width: calc(100% - 10VW);
    font-size: 5.3333333333vw;
  }
  .culaful__subpage_content-title.normal {
    font-size: 3.7333333333vw;
  }
}
.culaful__subpage_content-photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-photo {
    width: calc(100% - 10VW);
    height: 60.5333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
    padding: 1.0666666667vw;
  }
  .culaful__subpage_content-photo img {
    border-radius: 2.1333333333vw;
  }
}
.culaful__subpage_content-svg {
  text-align: center;
}
.culaful__subpage_content-svg svg {
  width: 400px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-svg {
    width: calc(100% - 10VW);
    margin-right: auto;
    margin-left: auto;
  }
  .culaful__subpage_content-svg svg {
    width: 100%;
  }
}
.culaful__subpage_content-text {
  width: 800px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-text--anchor {
  color: #78bf84;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__subpage_content-text--anchor:hover {
  color: #1b8980;
}
.culaful__subpage_content-text--anchor:hover svg path {
  fill: #1b8980;
}
.culaful__subpage_content-text--anchor svg {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.culaful__subpage_content-text--anchor svg path {
  fill: #78bf84;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.culaful__subpage_content-text.non-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #aaa;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 250px 0;
}
.culaful__subpage_content-text.no-event, .culaful__subpage_content-text.no-recruitment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  text-align: center;
  padding: 250px 0;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-text {
    width: calc(100% - 10VW);
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .culaful__subpage_content-text.non-content {
    font-size: 4vw;
    border: 0.2666666667vw solid #e6e6e6;
    padding: 40vw 0;
  }
  .culaful__subpage_content-text.no-event, .culaful__subpage_content-text.no-recruitment {
    font-size: 4vw;
    padding: 40vw 0;
  }
}
.culaful__subpage_content-btn {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-btn--anchor {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
}
.culaful__subpage_content-btn--anchor:hover svg {
  right: -10px;
}
.culaful__subpage_content-btn--anchor:hover svg.blank {
  right: 0;
}
.culaful__subpage_content-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__subpage_content-btn--anchor svg {
  position: relative;
  top: 1.5px;
  right: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__subpage_content-btn--anchor svg path {
  fill: #fff;
}
.culaful__subpage_content-btn--anchor.default {
  width: 200px;
  height: 40px;
  font-size: 1.5rem;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__subpage_content-btn--anchor.default:hover {
  background-color: #1b8980;
}
.culaful__subpage_content-btn--anchor.default svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.culaful__subpage_content-btn--anchor.emphasis {
  width: 400px;
  height: 70px;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 35px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__subpage_content-btn--anchor.emphasis.border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #fff;
}
.culaful__subpage_content-btn--anchor.emphasis:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__subpage_content-btn--anchor.emphasis svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-btn {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-btn:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__subpage_content-btn--anchor.default {
    width: 40vw;
    height: 8vw;
    font-size: 3.4666666667vw;
    border-radius: 4vw;
  }
  .culaful__subpage_content-btn--anchor.default svg {
    top: 0.1333333333vw;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__subpage_content-btn--anchor.emphasis {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 6vw;
  }
  .culaful__subpage_content-btn--anchor.emphasis.border {
    border: 0.8vw solid #fff;
  }
  .culaful__subpage_content-btn--anchor.emphasis svg {
    top: 0.2vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__subpage_content-inline {
  width: 800px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-inline-photo, .culaful__subpage_content-inline-info {
  width: 50%;
  vertical-align: middle;
}
.culaful__subpage_content-inline-photo {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
}
.culaful__subpage_content-inline-photo.pc {
  display: inline-block;
}
.culaful__subpage_content-inline-photo.sp {
  display: none;
}
.culaful__subpage_content-inline-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.culaful__subpage_content-inline-info {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.culaful__subpage_content-inline-info.left {
  padding-right: 40px;
}
.culaful__subpage_content-inline-info.right {
  padding-left: 40px;
}
.culaful__subpage_content-inline-info--time {
  position: relative;
  width: 100px;
  height: 25px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background-color: #eb5f0a;
  text-align: center;
  margin-bottom: 10px;
}
.culaful__subpage_content-inline-info--time span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__subpage_content-inline-info--title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.4;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.culaful__subpage_content-inline-info--title.eng {
  font-size: 2.8rem;
  font-family: "Asap", sans-serif;
}
.culaful__subpage_content-inline-info--title span {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}
.culaful__subpage_content-inline-info--title span.jpn {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
.culaful__subpage_content-inline-info--title.eng {
  font-family: "Asap", sans-serif;
  line-height: 0.72;
}
.culaful__subpage_content-inline-info--text {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-inline-info--text.annotation {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.culaful__subpage_content-inline-info--text span {
  font-weight: 700;
}
.culaful__subpage_content-inline-info--text span.item {
  font-size: 2rem;
  line-height: 1;
}
.culaful__subpage_content-inline-info--text span.item-eng {
  font-family: "Asap", sans-serif;
}
.culaful__subpage_content-inline-info--text span.item-textS {
  position: relative;
  top: -2px;
  font-size: 1.4rem;
  margin-left: 10px;
}
.culaful__subpage_content-inline-info--btn a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.culaful__subpage_content-inline-info--btn a.position-right {
  margin-left: auto;
}
.culaful__subpage_content-inline-info--btn a.position-center {
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-inline-info--btn a:hover svg {
  right: -10px;
}
.culaful__subpage_content-inline-info--btn a:hover svg.blank {
  right: 0;
}
.culaful__subpage_content-inline-info--btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__subpage_content-inline-info--btn a svg {
  position: relative;
  top: 1px;
  right: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__subpage_content-inline-info--btn a svg path {
  fill: #fff;
}
.culaful__subpage_content-inline-info--btn a.default {
  width: 200px;
  height: 40px;
  font-size: 1.5rem;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__subpage_content-inline-info--btn a.default:hover {
  background-color: #1b8980;
}
.culaful__subpage_content-inline-info--btn a.default svg {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.culaful__subpage_content-inline-info--btn a.emphasis {
  width: 400px;
  height: 70px;
  font-size: 2rem;
  border-radius: 35px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.culaful__subpage_content-inline-info--btn a.emphasis:hover {
  opacity: 0.7;
}
.culaful__subpage_content-inline-info--btn a.emphasis svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-inline {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-inline-photo, .culaful__subpage_content-inline-svg, .culaful__subpage_content-inline-info {
    width: 100%;
  }
  .culaful__subpage_content-inline-photo {
    border-radius: 2.6666666667vw;
    padding: 1.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__subpage_content-inline-photo.pc {
    display: none;
  }
  .culaful__subpage_content-inline-photo.sp {
    display: block;
  }
  .culaful__subpage_content-inline-photo img {
    border-radius: 2.1333333333vw;
  }
  .culaful__subpage_content-inline-svg {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__subpage_content-inline-svg svg {
    width: 100%;
  }
  .culaful__subpage_content-inline-info {
    display: block;
  }
  .culaful__subpage_content-inline-info.left {
    padding-right: 0;
  }
  .culaful__subpage_content-inline-info.right {
    padding-left: 0;
  }
  .culaful__subpage_content-inline-info--time {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
    font-size: 2.4vw;
    margin-bottom: 1.3333333333vw;
  }
  .culaful__subpage_content-inline-info--title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .culaful__subpage_content-inline-info--title span {
    display: block;
    font-size: 2.4vw;
  }
  .culaful__subpage_content-inline-info--text {
    font-size: 3.2vw;
  }
  .culaful__subpage_content-inline-info--text.annotation {
    font-size: 2.4vw;
    text-indent: -2.4vw;
    padding-left: 2.4vw;
  }
  .culaful__subpage_content-inline-info--text span.item {
    font-size: 4vw;
  }
  .culaful__subpage_content-inline-info--text span.item-textS {
    font-size: 2.4vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__subpage_content-inline-info--btn a {
    margin-right: auto;
    margin-left: auto;
  }
  .culaful__subpage_content-inline-info--btn a.default {
    width: 40vw;
    height: 8vw;
    font-size: 3.4666666667vw;
    border-radius: 4vw;
  }
  .culaful__subpage_content-inline-info--btn a.default svg {
    top: 0.1333333333vw;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__subpage_content-inline-info--btn a.emphasis {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .culaful__subpage_content-inline-info--btn a.emphasis svg {
    top: -0.1333333333vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__subpage_content-photoinline {
  width: 840px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-photoinline.pc {
  display: block;
}
.culaful__subpage_content-photoinline.sp {
  display: none;
}
.culaful__subpage_content-photoinline-info--time {
  position: relative;
  width: 100px;
  height: 25px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background-color: #eb5f0a;
  text-align: center;
  margin-bottom: 10px;
}
.culaful__subpage_content-photoinline-info--time span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__subpage_content-photoinline-info--title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.4;
  text-align: center;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.culaful__subpage_content-photoinline-info--title.eng {
  font-size: 2.8rem;
  font-family: "Asap", sans-serif;
}
.culaful__subpage_content-photoinline-info--title span {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}
.culaful__subpage_content-photoinline-info--title span.jpn {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
.culaful__subpage_content-photoinline-info--title.eng {
  font-family: "Asap", sans-serif;
  line-height: 0.72;
}
.culaful__subpage_content-photoinline-info--text {
  width: 320px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-photoinline-info--text span {
  font-weight: 700;
}
.culaful__subpage_content-photoinline-info--text span.item {
  font-size: 2rem;
  line-height: 1;
}
.culaful__subpage_content-photoinline-info--text span.item-eng {
  font-family: "Asap", sans-serif;
}
.culaful__subpage_content-photoinline-info--text span.item-textS {
  position: relative;
  top: -2px;
  font-size: 1.4rem;
  margin-left: 10px;
}
.culaful__subpage_content-photoinline-photo {
  display: inline-block;
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
  margin-right: 10px;
  margin-left: 10px;
}
.culaful__subpage_content-photoinline-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-photoinline {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-photoinline.pc {
    display: none;
  }
  .culaful__subpage_content-photoinline.sp {
    display: block;
  }
  .culaful__subpage_content-photoinline-info--time {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
    font-size: 2.4vw;
    margin-bottom: 1.3333333333vw;
  }
  .culaful__subpage_content-photoinline-info--title {
    font-size: 5.3333333333vw;
    text-align: left;
    margin-bottom: 4vw;
  }
  .culaful__subpage_content-photoinline-info--title span {
    display: block;
    font-size: 2.4vw;
  }
  .culaful__subpage_content-photoinline-info--text {
    width: 100%;
    font-size: 3.2vw;
  }
  .culaful__subpage_content-photoinline-info--text span.item {
    font-size: 4vw;
  }
  .culaful__subpage_content-photoinline-info--text span.item-textS {
    font-size: 2.4vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__subpage_content-photoinline-photo {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 1.0666666667vw;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
    margin-left: 0;
  }
  .culaful__subpage_content-photoinline-photo img {
    border-radius: 2.1333333333vw;
  }
}
.culaful__subpage_content-column {
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__subpage_content-column.column01 {
  width: 800px;
}
.culaful__subpage_content-column.column01 .culaful__subpage_content-column-item {
  width: 100%;
}
.culaful__subpage_content-column.column01 .culaful__subpage_content-column-item--photo {
  padding: 8px;
}
.culaful__subpage_content-column.column02 {
  width: 840px;
}
.culaful__subpage_content-column.column02 .culaful__subpage_content-column-item {
  width: calc(50% - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
.culaful__subpage_content-column.column02 .culaful__subpage_content-column-item--photo {
  padding: 8px;
}
.culaful__subpage_content-column.column03 {
  width: 810px;
}
.culaful__subpage_content-column.column03 .culaful__subpage_content-column-item {
  width: 260px;
  margin-right: 5px;
  margin-left: 5px;
}
.culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--photo {
  padding: 8px;
}
.culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--title.two-lines {
  margin: 0 auto 1px auto;
}
.culaful__subpage_content-column.column03-2 {
  width: 560px;
}
.culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item {
  width: 260px;
  margin-right: 10px;
  margin-left: 10px;
}
.culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item--photo {
  padding: 8px;
}
.culaful__subpage_content-column.column04 {
  width: 826.5px;
}
.culaful__subpage_content-column.column04 .culaful__subpage_content-column-item {
  width: calc(25% - 26.5px);
  margin-right: 13.25px;
  margin-left: 13.25px;
}
.culaful__subpage_content-column.column04 .culaful__subpage_content-column-item--photo {
  padding: 8px;
}
.culaful__subpage_content-column.column04 .culaful__subpage_content-column-item--title {
  margin-bottom: 0 !important;
}
.culaful__subpage_content-column.column04 .culaful__subpage_content-column-item--text {
  text-align: center;
}
.culaful__subpage_content-column.column05 {
  width: 820px;
}
.culaful__subpage_content-column.column05 .culaful__subpage_content-column-item {
  width: calc(20% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}
.culaful__subpage_content-column.column05 .culaful__subpage_content-column-item--color {
  height: 138px;
  border-radius: 10px;
}
.culaful__subpage_content-column.column05 .culaful__subpage_content-column-item--text {
  font-size: 1.2rem;
  text-align: center;
}
.culaful__subpage_content-column-item {
  display: inline-block;
  vertical-align: top;
}
.culaful__subpage_content-column-item--photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 20px;
}
.culaful__subpage_content-column-item--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.culaful__subpage_content-column-item--title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin: 0 auto 25px auto;
}
.culaful__subpage_content-column-item--title.eng {
  font-family: "Asap", sans-serif;
}
.culaful__subpage_content-column-item--text {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin: 0 auto;
}
.culaful__subpage_content-column-item--color {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.culaful__subpage_content-column-item--color.color01 {
  background-color: #f5f5f5;
}
.culaful__subpage_content-column-item--color.color02 {
  background-color: #d3d3d3;
}
.culaful__subpage_content-column-item--color.color03 {
  background-color: #043c78;
}
.culaful__subpage_content-column-item--color.color04 {
  background-color: #fab280;
}
.culaful__subpage_content-column-item--color.color05 {
  background-color: #ff9360;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-column.column01 {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-column.column01 .culaful__subpage_content-column-item {
    width: 100%;
  }
  .culaful__subpage_content-column.column01 .culaful__subpage_content-column-item--photo {
    padding: 1.0666666667vw;
  }
  .culaful__subpage_content-column.column02 {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-column.column02 .culaful__subpage_content-column-item {
    width: calc(50% - 1.3333333333vw);
  }
  .culaful__subpage_content-column.column02 .culaful__subpage_content-column-item:nth-child(odd) {
    margin: 0 1.3333333333vw 0 0;
  }
  .culaful__subpage_content-column.column02 .culaful__subpage_content-column-item:nth-child(even) {
    margin: 0 0 0 1.3333333333vw;
  }
  .culaful__subpage_content-column.column02 .culaful__subpage_content-column-item--photo {
    padding: 1.0666666667vw;
  }
  .culaful__subpage_content-column.column03 {
    width: calc(100% - 10vw + 2.6666666667vw);
  }
  .culaful__subpage_content-column.column03 .culaful__subpage_content-column-item {
    width: calc(33.3333333333% - 1.3333333333vw);
    margin: 0 0.6666666667vw;
  }
  .culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--photo {
    padding: 0.5333333333vw;
  }
  .culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--title {
    font-size: 3.2vw;
  }
  .culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--title.one-line {
    margin: 0 auto 6vw auto;
  }
  .culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--title.two-lines {
    margin: 0 auto 2.6666666667vw auto;
  }
  .culaful__subpage_content-column.column03 .culaful__subpage_content-column-item--text {
    font-size: 2.4vw;
  }
  .culaful__subpage_content-column.column03-2 {
    width: calc(68.225% - 10vw + 5.3333333332vw);
  }
  .culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item {
    width: calc(50% - 2.6666666666vw);
    margin: 0 1.3333333333vw;
  }
  .culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item--photo {
    padding: 0.5333333333vw;
  }
  .culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item--title {
    font-size: 3.2vw;
  }
  .culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item--title.one-line {
    margin: 0 auto 6vw auto;
  }
  .culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item--title.two-lines {
    margin: 0 auto 2.6666666667vw auto;
  }
  .culaful__subpage_content-column.column03-2 .culaful__subpage_content-column-item--text {
    font-size: 2.4vw;
  }
  .culaful__subpage_content-column.column04 {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-column.column04 .culaful__subpage_content-column-item {
    width: calc(50% - 1.3333333333vw);
  }
  .culaful__subpage_content-column.column04 .culaful__subpage_content-column-item:nth-child(odd) {
    margin: 0 1.3333333333vw 0 0;
  }
  .culaful__subpage_content-column.column04 .culaful__subpage_content-column-item:nth-child(even) {
    margin: 0 0 0 1.3333333333vw;
  }
  .culaful__subpage_content-column.column04 .culaful__subpage_content-column-item--photo {
    padding: 0.5333333333vw;
  }
  .culaful__subpage_content-column.column05 {
    width: calc(100% - 10vw + 2.6666666667vw);
  }
  .culaful__subpage_content-column.column05 .culaful__subpage_content-column-item {
    width: calc(33.3333333333% - 1.3333333333vw);
    margin: 0 0.6666666667vw;
  }
  .culaful__subpage_content-column.column05 .culaful__subpage_content-column-item--color {
    height: 18.4vw;
    border-radius: 2.6666666667vw;
  }
  .culaful__subpage_content-column.column05 .culaful__subpage_content-column-item--text {
    font-size: 2.4vw;
    text-align: center;
  }
  .culaful__subpage_content-column-item--photo {
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
    border-radius: 2.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  .culaful__subpage_content-column-item--photo img {
    border-radius: 2.1333333333vw;
  }
  .culaful__subpage_content-column-item--title {
    font-size: 4vw;
    margin: 0 auto 2.6666666667vw auto;
  }
  .culaful__subpage_content-column-item--text {
    font-size: 3.2vw;
  }
  .culaful__subpage_content-column-item--color {
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
}
.culaful__subpage_content-pagelink {
  width: 810px;
  font-size: 0;
}
.culaful__subpage_content-pagelink li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #fff;
  padding: 8px;
  margin: 0 5px;
}
.culaful__subpage_content-pagelink.list01 {
  margin: -40px auto 10px auto;
}
.culaful__subpage_content-pagelink.list01 li {
  display: inline-block;
  width: calc(33.3333333333% - 10px);
}
.culaful__subpage_content-pagelink.list01 li a {
  height: 146px;
}
.culaful__subpage_content-pagelink.list02 {
  margin: 0 auto -20px auto;
}
.culaful__subpage_content-pagelink.list02 li {
  display: inline-block;
  width: calc(25% - 10px);
}
.culaful__subpage_content-pagelink.list02 li a {
  height: 109px;
}
.culaful__subpage_content-pagelink--anchor {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: -webkit-filter 0.7s;
  transition: -webkit-filter 0.7s;
  transition: filter 0.7s;
  transition: filter 0.7s, -webkit-filter 0.7s;
}
.culaful__subpage_content-pagelink--anchor:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__subpage_content-pagelink--anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.culaful__subpage_content-pagelink--anchor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 879px) {
  .culaful__subpage_content-pagelink {
    width: calc(100% - 10VW);
  }
  .culaful__subpage_content-pagelink li {
    border-radius: 2.6666666667vw;
    padding: 1.0666666667vw;
    margin: 0 auto 1.3333333333vw auto;
  }
  .culaful__subpage_content-pagelink.list01 {
    margin: 0 auto 1.3333333333vw auto;
  }
  .culaful__subpage_content-pagelink.list01 li {
    display: block;
    width: 100%;
  }
  .culaful__subpage_content-pagelink.list02 {
    margin: 0 auto;
  }
  .culaful__subpage_content-pagelink.list02 li {
    display: inline-block;
    width: calc(50% - 0.6666666667vw);
  }
  .culaful__subpage_content-pagelink.list02 li:nth-child(odd) {
    margin-right: 0.6666666667vw;
  }
  .culaful__subpage_content-pagelink.list02 li:nth-child(even) {
    margin-left: 0.6666666667vw;
  }
  .culaful__subpage_content-pagelink.list02 li:nth-child(3), .culaful__subpage_content-pagelink.list02 li:nth-child(4) {
    margin-bottom: 0;
  }
  .culaful__subpage_content-pagelink--anchor {
    height: 26.6666666667vw;
    font-size: 5.6vw;
    border-radius: 2.1333333333vw;
  }
}
.culaful__concept_creative {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__concept_creative li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  border-bottom: 1px solid #505050;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.culaful__concept_creative--item, .culaful__concept_creative--detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 22px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.culaful__concept_creative--item {
  width: 42%;
  font-weight: 700;
  border-right: 1px solid #505050;
  padding: 0 20px 0 40px;
}
.culaful__concept_creative--detail {
  width: 58%;
  padding: 0 40px 0 20px;
}
.culaful__concept_creative--detail a {
  position: relative;
  color: #505050;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__concept_creative--detail a:hover {
  color: #1b8980;
}
.culaful__concept_creative--detail a:hover svg path {
  fill: #1b8980;
}
.culaful__concept_creative--detail a svg {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.culaful__concept_creative--detail a svg path {
  fill: #505050;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
@media screen and (max-width: 879px) {
  .culaful__concept_creative {
    width: calc(100% - 10VW);
  }
  .culaful__concept_creative li {
    border-bottom: 0.2666666667vw solid #6b111c;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .culaful__concept_creative--item, .culaful__concept_creative--detail {
    height: auto;
    font-size: 3.2vw;
  }
  .culaful__concept_creative--item {
    width: 50%;
    border-right: none;
    padding: 0 1.3333333333vw 0 0;
  }
  .culaful__concept_creative--detail {
    width: 50%;
    border-left: none;
    padding: 0 0 0 1.3333333333vw;
  }
  .culaful__concept_creative--detail a svg {
    top: 0.2666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__workshop_reservation {
  width: 800px;
  font-size: 0;
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__workshop_reservation-text, .culaful__workshop_reservation-btn {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.culaful__workshop_reservation-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.8571428571;
}
.culaful__workshop_reservation-btn--anchor {
  position: relative;
  display: block;
  width: 350px;
  height: 70px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 35px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-right: auto;
  margin-left: auto;
}
.culaful__workshop_reservation-btn--anchor:hover {
  opacity: 0.7;
}
.culaful__workshop_reservation-btn--anchor:hover svg {
  right: -10px;
}
.culaful__workshop_reservation-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__workshop_reservation-btn--anchor svg {
  position: relative;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__workshop_reservation-btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__workshop_reservation {
    width: calc(100% - 10VW);
    border-top: 0.1333333333vw solid #6b111c;
    padding-top: 5.3333333333vw;
  }
  .culaful__workshop_reservation-text, .culaful__workshop_reservation-btn {
    display: block;
    width: 100%;
  }
  .culaful__workshop_reservation-text {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__workshop_reservation-btn--anchor {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .culaful__workshop_reservation-btn--anchor:hover {
    opacity: 0.7;
  }
  .culaful__workshop_reservation-btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__workshop_reservation-btn--anchor svg {
    top: 0.1333333333vw;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__party_details {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__party_details--inline {
  font-size: 0;
  margin-bottom: 20px;
}
.culaful__party_details--inline .culaful__party_details-name, .culaful__party_details--inline .culaful__party_details-annotation {
  display: inline-block;
  vertical-align: middle;
}
.culaful__party_details--inline .culaful__party_details-name {
  margin-bottom: 0;
  margin-right: 10px;
}
.culaful__party_details-name {
  position: relative;
  width: 230px;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #6b111c;
  margin-bottom: 20px;
}
.culaful__party_details-name span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__party_details-annotation {
  font-size: 1.4rem;
}
.culaful__party_details-text {
  padding-top: 20px;
  font-size: 1.5rem;
  letter-spacing: 1.8px;
  line-height: 2;
  border-top: 1px solid #6b111c;
}
.culaful__party_details-text--menuitem {
  font-weight: 700;
  margin-bottom: 10px;
}
.culaful__party_details-text--menulist {
  position: relative;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
.culaful__party_details-text--menulist li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 2px);
  font-size: 1.4rem;
}
@media screen and (max-width: 879px) {
  .culaful__party_details {
    width: calc(100% - 10VW);
  }
  .culaful__party_details--inline {
    margin-bottom: 2.6666666667vw;
  }
  .culaful__party_details--inline .culaful__party_details-name {
    margin-right: 1.3333333333vw;
  }
  .culaful__party_details-name {
    width: 50.6666666667vw;
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__party_details-annotation {
    font-size: 2.8vw;
  }
  .culaful__party_details-text {
    padding-top: 2.6666666667vw;
    font-size: 3.2vw;
    border-top: 0.1333333333vw solid #6b111c;
  }
  .culaful__party_details-text--menulist {
    left: 0;
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__party_details-text--menulist li {
    display: block;
    width: calc(100% - 5.3333333334vw);
    font-size: 3.4666666667vw;
    margin: 0 2.6666666667vw;
  }
}
.culaful__access_details {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-map img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.culaful__access_details-title {
  width: 100%;
  color: #6b111c;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 1.4;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-text {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-text.annotation {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.culaful__access_details-text--anchor {
  color: #78bf84;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__access_details-text--anchor:hover {
  color: #1b8980;
}
.culaful__access_details-root {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-root ul {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-root li {
  font-size: 0;
  margin-bottom: 40px;
}
.culaful__access_details-root li:last-child {
  margin-bottom: 0;
}
.culaful__access_details-root--icon, .culaful__access_details-root--name, .culaful__access_details-root--time {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.5;
  vertical-align: middle;
}
.culaful__access_details-root--icon {
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  margin-right: 10px;
}
.culaful__access_details-root--icon.station01 {
  background-color: #378640;
}
.culaful__access_details-root--icon.station02 {
  background-color: #b6007a;
}
.culaful__access_details-root--icon.station03 {
  background-color: #27404c;
}
.culaful__access_details-root--name {
  width: calc(100% - 135px);
}
.culaful__access_details-root--time {
  width: 90px;
  text-align: right;
  margin-left: 10px;
}
.culaful__access_details-table {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-table li {
  font-size: 0;
}
.culaful__access_details-table--item, .culaful__access_details-table--info {
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
}
.culaful__access_details-table--item {
  width: 100px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-right: 20px;
}
.culaful__access_details-table--info {
  width: calc(100% - 120px);
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.culaful__access_details-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-address--text, .culaful__access_details-address--btn {
  display: inline-block;
  vertical-align: middle;
}
.culaful__access_details-address--text {
  width: calc(100% - 220px);
  font-size: 1.6rem;
  margin-right: 20px;
}
.culaful__access_details-address--text br.sp {
  display: none;
}
.culaful__access_details-address--btn {
  width: 200px;
}
.culaful__access_details-address--btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__access_details-address--btn a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.culaful__access_details-address--btn a:hover svg {
  right: -10px;
}
.culaful__access_details-address--btn a svg {
  position: relative;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__access_details-address--btn a svg path {
  fill: #fff;
}
.culaful__access_details-address--btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__access_details-tel {
  width: 670px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__access_details-tel--item {
  display: inline-block;
  width: 33.3333333333%;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  vertical-align: top;
}
.culaful__access_details-tel--item span {
  font-size: 1.5rem;
}
@media screen and (max-width: 879px) {
  .culaful__access_details {
    width: calc(100% - 10VW);
  }
  .culaful__access_details-map {
    height: 66.6666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
    border-radius: 2.6666666667vw;
    padding: 1.0666666667vw;
  }
  .culaful__access_details-map img {
    border-radius: 2.1333333333vw;
  }
  .culaful__access_details-title {
    font-size: 5.3333333333vw;
  }
  .culaful__access_details-root ul {
    width: 100%;
  }
  .culaful__access_details-root li {
    margin-bottom: 5.3333333333vw;
  }
  .culaful__access_details-root--icon, .culaful__access_details-root--name, .culaful__access_details-root--time {
    font-size: 3.2vw;
  }
  .culaful__access_details-root--icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .culaful__access_details-root--name {
    width: calc(100% - 30.6666666667vw);
  }
  .culaful__access_details-root--time {
    width: 20vw;
    margin-left: 2.6666666667vw;
  }
  .culaful__access_details-text {
    font-size: 3.2vw;
  }
  .culaful__access_details-table {
    border-bottom: 0.1333333333vw solid #000;
    padding-bottom: 5.3333333333vw;
  }
  .culaful__access_details-table--item, .culaful__access_details-table--info {
    display: block;
  }
  .culaful__access_details-table--item {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-right: 0;
  }
  .culaful__access_details-table--info {
    width: 100%;
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__access_details-address {
    border-bottom: 0.1333333333vw solid #000;
    padding: 5.3333333333vw 0;
  }
  .culaful__access_details-address--text, .culaful__access_details-address--btn {
    display: block;
  }
  .culaful__access_details-address--text {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__access_details-address--text br.sp {
    display: inline;
  }
  .culaful__access_details-address--btn {
    width: 46.6666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
  .culaful__access_details-address--btn a {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .culaful__access_details-address--btn a svg {
    position: relative;
    top: 0.1333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__access_details-tel {
    width: 100%;
  }
  .culaful__access_details-tel--item {
    display: block;
    width: 100%;
    font-size: 5.0666666667vw;
  }
  .culaful__access_details-tel--item span {
    font-size: 3.7333333333vw;
  }
}
.culaful__news_narrowdown {
  width: 820px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__news_narrowdown-btn {
  position: relative;
  display: inline-block;
  width: calc(20% - 20px);
  vertical-align: middle;
  margin: 0 10px;
}
.culaful__news_narrowdown-btn--anchor {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  color: #78bf84;
  font-size: 1.8rem;
  font-family: "Asap", sans-serif;
  line-height: 0.72;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: color 0.4s, border 0.4s, background-color 0.4s;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
}
.culaful__news_narrowdown-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__news_narrowdown-btn--anchor:hover, .culaful__news_narrowdown-btn--anchor.active {
  color: #fff;
  border: 1px solid #78bf84;
  background-color: #78bf84;
}
.culaful__news_nopost {
  color: #aaa;
  font-size: 1.5rem;
  text-align: center;
  padding: 250px 0;
}
.culaful__news_list {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__news_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.culaful__news_list li.hidden {
  display: none;
}
.culaful__news_list-date {
  font-size: 0;
  margin-bottom: 10px;
}
.culaful__news_list-date--no, .culaful__news_list-date--tag {
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
}
.culaful__news_list-date--no {
  position: relative;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 10px;
}
.culaful__news_list-date--tag {
  position: relative;
  width: 100px;
  height: 25px;
  color: #fff;
  text-align: center;
  font-family: "Asap", sans-serif;
  line-height: 0.72;
  background-color: #78bf84;
}
.culaful__news_list-date--tag span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__news_list-name--anchor {
  color: #505050;
  font-size: 1.8rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__news_list-name--anchor:hover {
  color: #1b8980;
}
.culaful__news_list-name--anchor.no-link:hover {
  color: #505050;
}
.culaful__news_pagination {
  width: 510px;
  height: 50px;
  font-size: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.culaful__news_pagination-prav, .culaful__news_pagination-next, .culaful__news_pagination-no {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e6e6e6;
}
.culaful__news_pagination-prav, .culaful__news_pagination-next {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -webkit-transition: background-color 0.4s, border 0.4s;
  transition: background-color 0.4s, border 0.4s;
}
.culaful__news_pagination-prav:hover, .culaful__news_pagination-next:hover {
  border: #78bf84;
  background-color: #78bf84;
}
.culaful__news_pagination-prav:hover svg polygon, .culaful__news_pagination-next:hover svg polygon {
  fill: #fff;
}
.culaful__news_pagination-prav svg, .culaful__news_pagination-next svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}
.culaful__news_pagination-prav svg polygon, .culaful__news_pagination-next svg polygon {
  fill: #78bf84;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.culaful__news_pagination-prav {
  margin-right: 30px;
}
.culaful__news_pagination-next {
  margin-left: 30px;
}
.culaful__news_pagination-no {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 50px;
  height: 50px;
  color: #78bf84;
  font-size: 2rem;
  border: 2px solid #e6e6e6;
  border-radius: 25px;
  margin: 0 10px;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.culaful__news_pagination-no:hover, .culaful__news_pagination-no.display {
  color: #fff;
  border: #78bf84;
  background-color: #78bf84;
}
.culaful__news_pagination-no span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__news_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__news_title-date {
  font-size: 0;
  margin-bottom: 10px;
}
.culaful__news_title-date--no, .culaful__news_title-date--tag {
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
}
.culaful__news_title-date--no {
  position: relative;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 10px;
}
.culaful__news_title-date--tag {
  position: relative;
  width: 100px;
  height: 25px;
  color: #fff;
  text-align: center;
  font-family: "Asap", sans-serif;
  line-height: 0.72;
  background-color: #78bf84;
}
.culaful__news_title-date--tag span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__news_title-name {
  font-size: 1.8rem;
}
.culaful__news_text {
  width: 800px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__news_text a {
  color: #78bf84;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__news_text a:hover {
  color: #1b8980;
}
.culaful__news_text div.image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 8px;
  margin: 20px auto;
}
.culaful__news_text div.image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 879px) {
  .culaful__news {
    width: calc(100% - 10VW);
    margin-right: auto;
    margin-left: auto;
  }
  .culaful__news_narrowdown {
    position: relative;
    left: -0.6666666667vw;
    width: 100%;
  }
  .culaful__news_narrowdown-btn {
    width: calc(20% - 1.3333333334vw);
    height: 9.3333333333vw;
    border-radius: 4.6666666667vw;
    margin: 0 0.6666666667vw;
  }
  .culaful__news_narrowdown-btn--anchor {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1;
    border: 0.2666666667vw solid #e6e6e6;
    border-radius: 4.6666666667vw;
  }
  .culaful__news_narrowdown-btn--anchor:hover, .culaful__news_narrowdown-btn--anchor.active {
    border: 0.2666666667vw solid #78bf84;
  }
  .culaful__news_nopost {
    font-size: 4vw;
    padding: 40vw 0;
  }
  .culaful__news_list {
    width: 100%;
  }
  .culaful__news_list li {
    border-bottom: 0.2666666667vw solid #e6e6e6;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__news_list-date {
    margin-bottom: 2.6666666667vw;
  }
  .culaful__news_list-date--no, .culaful__news_list-date--tag {
    font-size: 3.4666666667vw;
  }
  .culaful__news_list-date--no {
    margin-right: 2.6666666667vw;
  }
  .culaful__news_list-date--tag {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
  }
  .culaful__news_list-text--anchor {
    font-size: 3.7333333333vw;
  }
  .culaful__news_pagination {
    width: 100%;
    height: 9.3333333333vw;
  }
  .culaful__news_pagination-prav, .culaful__news_pagination-next, .culaful__news_pagination-no {
    border: 0.2666666667vw solid #e6e6e6;
  }
  .culaful__news_pagination-prav, .culaful__news_pagination-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .culaful__news_pagination-prav svg, .culaful__news_pagination-next svg {
    width: 4vw;
    height: 4vw;
  }
  .culaful__news_pagination-prav {
    margin-right: 4vw;
  }
  .culaful__news_pagination-next {
    margin-left: 4vw;
  }
  .culaful__news_pagination-no {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
    border: 0.2666666667vw solid #e6e6e6;
    border-radius: 4.6666666667vw;
    margin: 0 1.6666666667vw;
  }
  .culaful__news_title {
    width: calc(100% - 10VW);
    border-bottom: 0.2666666667vw solid #e6e6e6;
    padding-bottom: 5.3333333333vw;
  }
  .culaful__news_title-date {
    margin-bottom: 2.6666666667vw;
  }
  .culaful__news_title-date--no, .culaful__news_title-date--tag {
    font-size: 3.4666666667vw;
  }
  .culaful__news_title-date--no {
    margin-right: 2.6666666667vw;
  }
  .culaful__news_title-date--tag {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
  }
  .culaful__news_title-name {
    font-size: 3.7333333333vw;
  }
  .culaful__news_text {
    width: calc(100% - 10VW);
    font-size: 3.2vw;
  }
  .culaful__news_text div.image {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin: 5.3333333333vw auto;
  }
  .culaful__news_text div.image img {
    border-radius: 2.1333333333vw;
  }
}
.culaful__faq_btn {
  width: 810px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__faq_btn li {
  display: inline-block;
  width: calc(33.3333333333% - 10px);
  margin-right: 5px;
  margin-left: 5px;
}
.culaful__faq_btn li:nth-of-type(1), .culaful__faq_btn li:nth-of-type(2), .culaful__faq_btn li:nth-of-type(3) {
  margin-bottom: 10px;
}
.culaful__faq_btn--anchor {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  color: #78bf84;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.culaful__faq_btn--anchor:hover {
  color: #fff;
  border: 1px solid #78bf84;
  background-color: #78bf84;
}
.culaful__faq_btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__faq_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6b111c;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1;
  padding-top: 40px;
}
.culaful__faq_list {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__faq_list-question {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0;
  background-color: #e2d6cf;
  padding: 7.5px 20px;
  margin: 0 auto 25px auto;
}
.culaful__faq_list-question--icon, .culaful__faq_list-question--text {
  display: inline-block;
  color: #6b111c;
  letter-spacing: 2px;
  vertical-align: top;
}
.culaful__faq_list-question--icon {
  width: 35px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1;
}
.culaful__faq_list-question--text {
  width: calc(100% - 35px);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3px;
}
.culaful__faq_list-answer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  font-size: 0;
  padding: 0 20px;
  margin: 0 auto 35px auto;
}
.culaful__faq_list-answer span.annotation {
  font-size: 1.2rem;
}
.culaful__faq_list-answer a {
  color: #78bf84;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__faq_list-answer a:hover {
  color: #1b8980;
}
.culaful__faq_list-answer--icon, .culaful__faq_list-answer--text {
  display: inline-block;
  color: #505050;
  letter-spacing: 1.5px;
  vertical-align: top;
}
.culaful__faq_list-answer--icon {
  width: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.5;
}
.culaful__faq_list-answer--text {
  width: calc(100% - 20px);
  font-size: 1.6rem;
  line-height: 1.5;
}
.culaful__faq_contact-btn {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__faq_contact-btn--anchor {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
}
.culaful__faq_contact-btn--anchor:hover svg {
  right: -10px;
}
.culaful__faq_contact-btn--anchor:hover svg.blank {
  right: 0;
}
.culaful__faq_contact-btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.culaful__faq_contact-btn--anchor svg {
  position: relative;
  top: 1.5px;
  right: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__faq_contact-btn--anchor svg path {
  fill: #fff;
}
.culaful__faq_contact-btn--anchor.default {
  width: 400px;
  height: 70px;
  font-size: 2.2rem;
  border-radius: 35px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__faq_contact-btn--anchor.default:hover {
  background-color: #1b8980;
}
.culaful__faq_contact-btn--anchor.default svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.culaful__faq_contact-btn--anchor.emphasis {
  width: 400px;
  height: 70px;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 35px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__faq_contact-btn--anchor.emphasis.border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #fff;
}
.culaful__faq_contact-btn--anchor.emphasis:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__faq_contact-btn--anchor.emphasis svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 879px) {
  .culaful__faq {
    width: calc(100% - 10VW);
    margin-right: auto;
    margin-left: auto;
  }
  .culaful__faq_btn {
    width: 100%;
    text-align: center;
  }
  .culaful__faq_btn li {
    width: calc(50% - 1.3333333333vw);
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    margin-left: 0;
  }
  .culaful__faq_btn li:nth-child(odd) {
    margin-right: 1.3333333333vw;
  }
  .culaful__faq_btn li:nth-child(even) {
    margin-left: 1.3333333333vw;
  }
  .culaful__faq_btn li:nth-child(5), .culaful__faq_btn li:nth-child(6) {
    margin-bottom: 0;
  }
  .culaful__faq_btn--anchor {
    height: 10.6666666667vw;
    font-size: 3.2vw;
    border: 0.2666666667vw solid #78bf84;
    border-radius: 5.3333333333vw;
  }
  .culaful__faq_title {
    font-size: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .culaful__faq_list {
    width: calc(100% - 10VW);
  }
  .culaful__faq_list-question {
    padding: 1vw 2.6666666667vw;
    margin: 0 auto 3.3333333333vw auto;
  }
  .culaful__faq_list-question--icon {
    width: 8vw;
    font-size: 6.6666666667vw;
  }
  .culaful__faq_list-question--text {
    width: calc(100% - 8vw);
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
  .culaful__faq_list-answer {
    width: 100%;
    padding: 1vw 2.6666666667vw;
    margin: 0 auto 4.6666666667vw auto;
  }
  .culaful__faq_list-answer span.annotation {
    font-size: 2.8vw;
  }
  .culaful__faq_list-answer--icon {
    width: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .culaful__faq_list-answer--text {
    width: calc(100% - 5.3333333333vw);
    font-size: 3.4666666667vw;
  }
  .culaful__faq_contact-btn {
    width: calc(100% - 10VW);
  }
  .culaful__faq_contact-btn:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__faq_contact-btn--anchor.default {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 6vw;
  }
  .culaful__faq_contact-btn--anchor.default svg {
    top: 0.2vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__faq_contact-btn--anchor.emphasis {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 6vw;
  }
  .culaful__faq_contact-btn--anchor.emphasis.border {
    border: 0.8vw solid #fff;
  }
  .culaful__faq_contact-btn--anchor.emphasis svg {
    top: 0.2vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__recruit--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.culaful__recruit--wrap:last-child {
  margin-bottom: 0;
}
.culaful__recruit_h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #6b111c;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1;
  background-color: #e2d6cf;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.culaful__recruit_h3 > span {
  display: inline;
}
.culaful__recruit_table {
  width: 100%;
  margin-bottom: 30px;
}
.culaful__recruit_table--tr {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2d6cf;
}
.culaful__recruit_table--tr:first-child {
  border-top: 1px solid #e2d6cf;
}
.culaful__recruit_table-item, .culaful__recruit_table-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  vertical-align: top;
  padding: 20px;
}
.culaful__recruit_table-item {
  width: 250px;
  font-weight: 700;
  background-color: #f5f3e1;
}
.culaful__recruit_table-contents {
  width: 570px;
}
.culaful__recruit_table-contents span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
}
.culaful__recruit_btn {
  position: relative;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__recruit_btn--anchor {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  text-align: center;
  border-radius: 25px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__recruit_btn--anchor:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__recruit_btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__recruit_btn--anchor svg {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.culaful__recruit_btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__recruit--wrap {
    width: calc(100% - 10VW);
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.2666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2);
    padding: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__recruit_h3 {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__recruit_h3 > span {
    display: none;
  }
  .culaful__recruit_table {
    margin-bottom: 4vw;
  }
  .culaful__recruit_table--tr {
    display: table;
    border-bottom: 0.1333333333vw solid #e2d6cf;
  }
  .culaful__recruit_table--tr:first-child {
    border-top: 0.1333333333vw solid #e2d6cf;
  }
  .culaful__recruit_table-item, .culaful__recruit_table-contents {
    display: block;
    font-size: 3.2vw;
  }
  .culaful__recruit_table-item {
    width: 100%;
    padding: 1.3333333333vw;
  }
  .culaful__recruit_table-contents {
    width: 100%;
    padding: 2.6666666667vw;
  }
  .culaful__recruit_table-contents span {
    margin-bottom: 0.6666666667vw;
  }
  .culaful__recruit_btn {
    width: 40vw;
  }
  .culaful__recruit_btn--anchor {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 4.6666666667vw;
  }
  .culaful__recruit_btn--anchor svg {
    top: 0.2666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__facility_text {
  width: 800px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
}
.culaful__facility_text-annotation {
  font-size: 1.2rem;
}
.culaful__facility_text-list {
  margin-left: 2.5rem;
}
.culaful__facility_text-list > li {
  list-style: disc;
}
.culaful__facility_text-list > li > .annotation {
  font-size: 1.2rem;
}
.culaful__facility_text-list > li.sub01 {
  list-style: square;
}
.culaful__facility_text ul.sub-list {
  position: relative;
  list-style: none;
}
.culaful__facility_text ul.sub-list > li {
  position: relative;
  list-style: none;
  padding-left: 2.5rem;
}
.culaful__facility_text ul.sub-list > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
@media screen and (max-width: 879px) {
  .culaful__facility_text {
    width: calc(100% - 10VW);
    font-size: 3.2vw;
  }
  .culaful__facility_text-annotation {
    font-size: 2.8vw;
  }
  .culaful__facility_text-list {
    margin-left: 5.3333333333vw;
  }
  .culaful__facility_text-list > li > .annotation {
    font-size: 2.8vw;
  }
  .culaful__facility_text ul.sub-list > li {
    padding-left: 5.3333333333vw;
  }
}
.culaful__terms_text {
  width: 800px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
}
.culaful__terms_text span {
  font-size: 1.8rem;
  font-weight: 700;
}
.culaful__terms_text-ol {
  margin-left: 2.5rem;
}
.culaful__terms_text-ul {
  list-style: disc;
  margin-left: 2.5rem;
}
.culaful__terms_text-ul > li {
  list-style: disc;
}
.culaful__terms_text-ul.liststyle-none {
  list-style: none;
  margin-left: 0;
}
.culaful__terms_text-ul.liststyle-none > li {
  list-style: none;
}
@media screen and (max-width: 879px) {
  .culaful__terms_text {
    width: calc(100% - 10VW);
    font-size: 3.7333333333vw;
  }
  .culaful__terms_text span {
    font-size: 4.2666666667vw;
  }
  .culaful__terms_text-ol {
    margin-left: 5.3333333333vw;
  }
  .culaful__terms_text-ul {
    margin-left: 5.3333333333vw;
  }
}
.culaful__law--wrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__law_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #6b111c;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  background-color: #e2d6cf;
  padding: 10px 20px;
}
.culaful__law_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding: 0 20px;
}
.culaful__law_text span.bold {
  font-weight: 700;
}
.culaful__law_text span.list {
  display: block;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 879px) {
  .culaful__law--wrap {
    width: calc(100% - 10VW);
  }
  .culaful__law_item {
    font-size: 4vw;
    padding: 1vw 2.6666666667vw;
  }
  .culaful__law_text {
    font-size: 3.2vw;
    padding: 0 2.6666666667vw;
  }
}
.culaful__policy_text {
  width: 800px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  margin-right: auto;
  margin-left: auto;
}
.culaful__policy_text span {
  font-weight: 700;
}
.culaful__policy_text--anchor {
  color: #78bf84;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.culaful__policy_text--anchor:hover {
  color: #1b8980;
}
.culaful__policy_text--anchor:hover svg path {
  fill: #1b8980;
}
.culaful__policy_text-list {
  list-style: disc;
  margin-left: 2.5rem;
}
.culaful__policy_text-list > li {
  list-style: disc;
}
@media screen and (max-width: 879px) {
  .culaful__policy_text {
    width: calc(100% - 10VW);
    font-size: 3.7333333333vw;
  }
  .culaful__policy_text-list {
    margin-left: 5.3333333333vw;
  }
}
.culaful__cancel_text {
  width: 1000px;
  letter-spacing: 0.8px;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
.culaful__cancel_title {
  width: 100%;
  color: #6b111c;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 1.4;
  margin-right: auto;
  margin-left: auto;
}
.culaful__cancel_step {
  width: 1000px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__cancel_step-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-left: 0;
}
.culaful__cancel_step-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 20px;
}
.culaful__cancel_step-item--photo {
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
}
.culaful__cancel_step-item--photo img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.culaful__cancel_step-item--photo img.pc {
  display: block;
}
.culaful__cancel_step-item--photo img.sp {
  display: none;
}
.culaful__cancel_step-item--explanation {
  font-size: 1.4rem;
  text-indent: -3em;
  padding-left: 3em;
}
.culaful__cancel_step-text {
  text-align: center;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 879px) {
  .culaful__cancel_text {
    width: calc(100% - 10VW);
  }
  .culaful__cancel_title {
    font-size: 5.3333333333vw;
  }
  .culaful__cancel_step {
    width: calc(100% - 10VW);
  }
  .culaful__cancel_step-item {
    width: 100%;
    margin-right: 0;
  }
  .culaful__cancel_step-item:nth-child(2n) {
    margin-left: 0;
  }
  .culaful__cancel_step-item--photo {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.2666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2);
    padding: 1.0666666667vw;
  }
  .culaful__cancel_step-item--photo img {
    border-radius: 2.1333333333vw;
  }
  .culaful__cancel_step-item--photo img.pc {
    display: none;
  }
  .culaful__cancel_step-item--photo img.sp {
    display: block;
  }
  .culaful__cancel_step-item--explanation {
    font-size: 3.7333333333vw;
  }
}
.culaful__sc_title {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  color: #6b111c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 0.72;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.culaful__sc_title.jp {
  font-size: 3.2rem;
  line-height: 1.5;
}
.culaful__sc_title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 879px) {
  .culaful__sc_title {
    top: 6.6666666667vw;
    font-size: 9.3333333333vw;
  }
  .culaful__sc_title.jp {
    font-size: 6.1333333333vw;
  }
  .culaful__sc_title span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.culaful__sc_text {
  position: relative;
  z-index: 2;
  top: 30px;
  width: 800px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 879px) {
  .culaful__sc_text {
    width: calc(100% - 10VW);
    font-size: 3.7333333333vw;
  }
}
.culaful__sc_photo {
  position: relative;
  z-index: 2;
  top: 30px;
  width: 800px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  padding: 8px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__sc_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 879px) {
  .culaful__sc_photo {
    top: 6.6666666667vw;
    width: calc(100% - 10VW);
    height: 60.5333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
    padding: 1.0666666667vw;
  }
  .culaful__sc_photo img {
    border-radius: 2.1333333333vw;
  }
}
.culaful__sc_slide {
  position: relative;
  z-index: 2;
  top: 30px;
  width: 820px;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin-right: auto;
  margin-left: auto;
}
.culaful__sc_slide .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  padding: 8px;
  margin-right: 10px;
  margin-left: 10px;
}
.culaful__sc_slide > div:not(:nth-of-type(1)) {
  display: none;
}
.culaful__sc_slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 35px;
  margin: auto;
}
.culaful__sc_slide .prev-arrow {
  left: 40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.culaful__sc_slide .next-arrow {
  right: 40px;
}
.culaful__sc_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 879px) {
  .culaful__sc_slide {
    top: 6.6666666667vw;
    width: calc(100% - 10VW + 5.3333333333vw);
  }
  .culaful__sc_slide .slick-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2.6666666667vw;
    background-color: #fff;
    padding: 1.0666666667vw;
    margin-right: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .culaful__sc_slide .slick-arrow {
    width: 2.6666666667vw;
    height: 4.6666666667vw;
  }
  .culaful__sc_slide .prev-arrow {
    left: 5.3333333333vw;
  }
  .culaful__sc_slide .next-arrow {
    right: 5.3333333333vw;
  }
  .culaful__sc_slide img {
    border-radius: 2.1333333333vw;
  }
}
.culaful__sc_btn {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.culaful__sc_btn.mv {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 190px;
  left: 0;
  opacity: 1;
  margin: auto;
}
.culaful__sc_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__sc_btn a:hover {
  background-color: #1b8980;
}
.culaful__sc_btn a:hover svg {
  right: -10px;
}
.culaful__sc_btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__sc_btn a svg {
  position: relative;
  top: 1.5px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__sc_btn a svg path {
  fill: #fff;
}
.culaful__sc_btn.emphasis {
  width: 340px;
}
.culaful__sc_btn.emphasis a {
  height: 70px;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 35px;
  background: linear-gradient(-5deg, #eb5f0a, #f5a83c);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.culaful__sc_btn.emphasis a.border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #fff;
}
.culaful__sc_btn.emphasis a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.culaful__sc_btn.emphasis a svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 879px) {
  .culaful__sc_btn {
    top: 6.6666666667vw;
    width: 93.3333333333vw;
  }
  .culaful__sc_btn a {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__sc_btn a:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__sc_btn a svg {
    top: 0.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
  .culaful__sc_btn.emphasis {
    width: 66.6666666667vw;
  }
  .culaful__sc_btn.emphasis a {
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 6vw;
  }
  .culaful__sc_btn.emphasis a.border {
    border: 0.8vw solid #fff;
  }
  .culaful__sc_btn.emphasis a svg {
    top: 0.2vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.culaful__sc_info {
  background-color: #bee7ed;
  padding: 100px 0;
}
@media screen and (max-width: 879px) {
  .culaful__sc_info {
    padding: 13.3333333333vw 0;
  }
}
.culaful__sc_cp {
  background-color: #f5f3e1;
  padding: 100px 0;
}
@media screen and (max-width: 879px) {
  .culaful__sc_cp {
    padding: 13.3333333333vw 0;
  }
}
.culaful__sc_cp-text {
  position: relative;
  z-index: 2;
  top: 30px;
  width: 800px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 879px) {
  .culaful__sc_cp-text {
    width: calc(100% - 10VW);
    font-size: 3.7333333333vw;
  }
}
.culaful__sc_cc {
  background-color: #bee7ed;
  padding: 100px 0;
}
@media screen and (max-width: 879px) {
  .culaful__sc_cc {
    padding: 13.3333333333vw 0;
  }
}
.culaful__sc_price {
  background-color: #e0e7a9;
  padding: 100px 0;
}
.culaful__sc_price-slide {
  position: relative;
  z-index: 2;
  left: auto !important;
  width: 800px !important;
  opacity: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  margin-right: auto;
  margin-left: auto;
}
.culaful__sc_price-slide img {
  width: 100%;
}
@media screen and (max-width: 879px) {
  .culaful__sc_price {
    padding: 13.3333333333vw 0;
  }
  .culaful__sc_price-slide {
    width: calc(100% - 10VW) !important;
  }
}
.culaful__sc_access {
  background-color: #fff799;
  padding: 100px 0;
}
@media screen and (max-width: 879px) {
  .culaful__sc_access {
    padding: 13.3333333333vw 0;
  }
}
.culaful__notfound {
  width: 600px;
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}
.culaful__notfound_title {
  font-size: 3.2rem;
  font-family: "Asap", sans-serif;
  letter-spacing: 2px;
  line-height: 0.72;
  text-align: center;
  margin-bottom: 20px;
}
.culaful__notfound_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}
.culaful__notfound_btn {
  width: 200px;
  margin: 0 auto;
}
.culaful__notfound_btn--anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 20px;
  background-color: #78bf84;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.culaful__notfound_btn--anchor:hover {
  background-color: #1b8980;
}
.culaful__notfound_btn--anchor:hover svg {
  right: -10px;
}
.culaful__notfound_btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.culaful__notfound_btn--anchor svg {
  position: relative;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.culaful__notfound_btn--anchor svg path {
  fill: #fff;
}
@media screen and (max-width: 879px) {
  .culaful__notfound {
    width: calc(100% - 10VW);
    padding: 10.6666666667vw 0;
  }
  .culaful__notfound_title {
    font-size: 8vw;
    margin-bottom: 2.6666666667vw;
  }
  .culaful__notfound_text {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .culaful__notfound_btn {
    width: 40vw;
  }
  .culaful__notfound_btn--anchor {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
  .culaful__notfound_btn--anchor:hover svg {
    right: -1.3333333333vw;
  }
  .culaful__notfound_btn--anchor svg {
    top: 0.1333333333vw;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 1.3333333333vw;
  }
}
/*
     FILE ARCHIVED ON 04:25:01 Jan 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:31:43 Sep 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.639
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.083
  esindex: 0.009
  cdx.remote: 31.726
  LoadShardBlock: 278.948 (3)
  PetaboxLoader3.datanode: 209.823 (5)
  load_resource: 207.298
  PetaboxLoader3.resolve: 73.526
  loaddict: 92.724
*/