﻿@charset "UTF-8";

:root {
  --color-main: #2f7f8e;
  --color-sub: #be9796;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}
.jost {
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.text-rl {
  writing-mode: vertical-rl;
}

.anim-stretch:before {
  width: 0;
  transition: 1s ease;
}
.anim-stretch.show:before {
  width: 120%;
}
.anim-fv-fade {
  opacity: 0;
  transition: 1.5s ease;
}
.anim-fv-fade.show {
  opacity: 1;
}
.anim-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}
.anim-fade.show {
  opacity: 1;
  transform: translateY(0);
}
.anim-slide-to-right {
  opacity: 0;
  transform: translate(-40px, 40px);
  transition: .6s;
}
.anim-slide-to-right.show {
  opacity: 1;
  transform: translate(0, 0);
}
.anim-comment-fade [class^=img0] {
  opacity: 0;
  filter: blur(5px);
  transition: 1.5s ease filter, .8s ease opacity;
}
.anim-comment-fade [class^=img0].show {
  filter: blur(0);
  opacity: 1;
}

#factory_garden_tour {
  font-size: 15px;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
}
#factory_garden_tour * {
  box-sizing: border-box;
}
#factory_garden_tour img {
  max-width: 100%;
}
#factory_garden_tour .pc {
  display: none !important;
}
#factory_garden_tour .mv {
  margin: 50px 0 90px;
}
#factory_garden_tour .mv .logo {
  width: 80%;
  line-height: 0;
  margin: 0 auto 35px;
}
#factory_garden_tour .mv .title {
  position: relative;
}
#factory_garden_tour .mv .title:before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  width: 0;
  height: 100%;
  background: #F6F3C2;
  z-index: -1;
  transition: 1s ease;
}
#factory_garden_tour .mv .title.show:before {
  width: 100%;
}
#factory_garden_tour .mv .title:after {
  content: '';
  position: absolute;
  right: 8%;
  bottom: -12%;
  width: calc(119/750 * 100vw);
  aspect-ratio: 119/156;
  background: url(../img/mv_deco.png) no-repeat center top / 100%;
  z-index: 2;
  opacity: 0;
}
#factory_garden_tour .mv:has(.slide.show) .title:after {
  animation: mvFade .3s ease .1s forwards;
}
@keyframes mvFade {
  to {
    opacity: 1;
  }
}
#factory_garden_tour .mv h1 {
  margin: 0 8%;
  width: calc(538/750 * 100vw);
}
#factory_garden_tour .mv .slide {
  position: relative;
  width: 84%;
  margin: 0 0 30px auto;
  border-radius: 35% 0 0 0;
  line-height: 0;
}
#factory_garden_tour .mv .comment {
  padding: 0 20px;
}
#factory_garden_tour .walking {
  position: relative;
  padding: 200px 0 50px;
  margin: 0 0 80px;
  z-index: 1;
}
#factory_garden_tour .walking:before {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 37%;
  min-width: 115px;
  height: 67%;
  background: #F6F3C2;
  z-index: -1;
}
#factory_garden_tour .walking:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 3px;
  background: linear-gradient(to left, #f5ec4f 0%, #f5ec4f 7%, #e166a4 7%, #e166a4 20%, #8666a9 20%, #8666a9 40%, #1da868 40%, #1da868 100%);
}
#factory_garden_tour .walking h2 {
  position: absolute;
  top: 0;
  left: 18%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  z-index: 1;
}
#factory_garden_tour .walking h2 br {
  display: none;
}
#factory_garden_tour .walking h2 span {
  color: var(--color-main);
  font-size: 26px;
  line-height: 1.5;
  padding: 0 2px 0 0;
  background: rgba(255, 255, 255, .9);
}
#factory_garden_tour .walking h2 span:nth-child(2) {
  padding-bottom: 10px;
}
#factory_garden_tour .walking .title-en {
  position: absolute;
  top: 10.5%;
  right: 15px;
  color: rgba(74, 185, 134, .6);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 2;
}
#factory_garden_tour .walking .inner > .anim-fade:not(h2) {
  display: flex;
  flex-direction: column-reverse;
}
#factory_garden_tour .walking .text {
  padding: 0 20px;
  margin: 30px 0 0;
}
#factory_garden_tour .about {
  position: relative;
  padding: 0 20px 60px;
  margin: 0 0 90px;
  z-index: 1;
}
#factory_garden_tour .about:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 3px;
  background: linear-gradient(to right, #f5ec4f 0%, #f5ec4f 7%, #e166a4 7%, #e166a4 20%, #8666a9 20%, #8666a9 40%, #1da868 40%, #1da868 100%);
}
#factory_garden_tour .about .inner:before {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 45%;
  height: 155vw;
  background: #F6F3C2;
  z-index: -1;
}
#factory_garden_tour .about .inner:after {
  content: '';
  position: absolute;
  top: 130vw;
  right: 0;
  width: 45%;
  height: 41%;
  background: #F6F3C2;
  z-index: -1;
}
#factory_garden_tour .about .inner {
  display: flex;
  flex-direction: column;
}
#factory_garden_tour .about h2 {
  color: var(--color-main);
  font-size: 26px;
  line-height: 1.5;
  margin: 0 8% 20px 0;
}
#factory_garden_tour .about .title-en {
  position: absolute;
  top: 100px;
  left: 15px;
  color: rgba(74, 185, 134, .6);
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
#factory_garden_tour .about .inner > .text {
  order: 1;
}
#factory_garden_tour .about .inner > .text:last-child {
  margin: 50px 0 0;
}
#factory_garden_tour .about .img {
  width: 84%;
  margin: 0 auto 25px;
  line-height: 0;
}
#factory_garden_tour .introduction {
  margin: 0 0 120px;
}
#factory_garden_tour .introduction .logo {
  line-height: 0;
  text-align: center;
  width: calc(491/750 * 100vw);
  margin: 0 auto 50px;
}
#factory_garden_tour .introduction .map {
  margin: 0 0 40px;
}
#factory_garden_tour .introduction .facility {
  padding: 0 30px;
}
#factory_garden_tour .introduction .facility:nth-child(2) {
  margin: 80px 0 40px;
}
#factory_garden_tour .introduction .facility a {
  position: relative;
  display: block;
  border: 1px solid var(--color-main);
  padding: 30px 0 60px;
  text-decoration: none;
  color: inherit;
  transition: .3s ease;
  outline: 1px solid #FFF;
}
#factory_garden_tour .introduction .facility a:after {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 35px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: var(--color-main) transparent transparent transparent;
}
#factory_garden_tour .introduction .facility .en {
  position: absolute;
  top: -18px;
  left: 40px;
  background: #FFF;
  padding: 0 10px;
  color: var(--color-main);
  font-size: 31px;
  line-height: 1;
  letter-spacing: 1px;
}
#factory_garden_tour .introduction .facility .img {
  padding: 0 10px;
}
#factory_garden_tour .introduction .facility h3 {
  color: var(--color-main);
  font-size: 26px;
  line-height: 1.46;
  letter-spacing: -1px;
  padding: 0 30px;
  margin: 0 -6px 15px;
}
#factory_garden_tour .introduction .facility p {
  padding: 0 30px;
}
#factory_garden_tour .introduction .text {
  padding: 0 20px;
  margin: 0 0 90px;
}
#factory_garden_tour .introduction .isetanista {
  position: relative;
  margin: 0 30px;
  padding: 0 20px 60px;
  border: 1px solid var(--color-main);
  border-radius: 15px;
}
#factory_garden_tour .introduction .isetanista dt {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  text-align: center;
  line-height: 0;
  padding: 0 15px;
  width: 80%;
}
#factory_garden_tour .introduction .isetanista dt img {
  width: 90%;
}
#factory_garden_tour .introduction .isetanista dd {
  padding: 70% 0 0;
}
#factory_garden_tour .feature {
  position: relative;
  margin: 0 0 120px;
  padding: 0 0 70px;
  z-index: 1;
}
#factory_garden_tour .feature:before {
  content: '';
  position: absolute;
  top: 30vw;
  left: 0;
  width: 100%;
  height: calc(100% - 30vw);
  background: #cedcd9;
  z-index: -1;
}
#factory_garden_tour .feature:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 190px;
  width: 65%;
  height: 40%;
  background: #FFF;
  z-index: -1;
}
#factory_garden_tour .feature .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 16%;
  background: #FFF;
  z-index: -1;
}
#factory_garden_tour .feature h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
#factory_garden_tour .feature .title {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 0 0 45px;
  z-index: 1;
}
#factory_garden_tour .feature#nursery .title {
  padding: 0 0 0 25px;
}
#factory_garden_tour .feature#nursery .title .deco {
  position: absolute;
  top: -60px;
  left: calc(50% + 20px);
  width: 80px;
  height: 112px;
}
#factory_garden_tour .feature h2 span {
  color: var(--color-main);
  font-size: 26px;
  line-height: 1.5;
  padding: 0 2px 0 0;
  background: rgba(255, 255, 255, .9);
}
#factory_garden_tour .feature h2 span:not(:last-child) {
  padding-bottom: 10px;
}
#factory_garden_tour .feature .location {
  color: var(--color-main);
  font-size: 13px;
  font-weight: bold;
  background: rgba(255, 255, 255, .9);
  padding: 8px 0;
}
#factory_garden_tour .feature .title-en {
  position: absolute;
  top: 18%;
  right: 15px;
  color: rgba(47, 127, 142, .5);
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
#factory_garden_tour .feature-mv {
  line-height: 0;
  margin: -23vw 0 30px;
}
#factory_garden_tour .feature .text {
  padding: 0 20px;
}
#factory_garden_tour .feature .img01 {
  margin: 40px 0 25px;
  line-height: 0;
}
#factory_garden_tour .feature .img01 img {
  width: 50%;
}
#factory_garden_tour .feature .img02 {
  position: relative;
  line-height: 0;
  text-align: right;
  z-index: 1;
}
#factory_garden_tour .feature .img02 img {
  width: 70%;
}
#factory_garden_tour .feature .comment-area {
  background: #FFF;
  padding: 34vw 40px 50px;
  margin: -22vw 0 0;
}
#factory_garden_tour .comment {
  position: relative;
}
#factory_garden_tour .comment .person {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  line-height: 0;
}
#factory_garden_tour .feature#nursery .thoughts .comment:nth-child(1) .person img,
#factory_garden_tour .feature#factory .thoughts .comment:nth-child(3) .person img,
#factory_garden_tour .feature#garden .thoughts .comment:nth-child(3) .person img,
#factory_garden_tour .experience#perfumery .thoughts .comment:nth-child(1) .person img {
  transform: scaleX(-1);
}
#factory_garden_tour .feature .comment .message {
  color: var(--color-main);
}
#factory_garden_tour .comment .name {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  padding: 35px 25px 10px;
}
#factory_garden_tour .comment .message p {
  position: relative;
  padding: 45px 30px;
}
#factory_garden_tour .comment .message p:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  aspect-ratio: 2/1.5;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
}
#factory_garden_tour .comment .message p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  aspect-ratio: 2/1.5;
  border-left: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
#factory_garden_tour .feature .comment-area + .text {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
#factory_garden_tour .feature .comment-area + .text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 300vw;
  background: #FFF;
  z-index: -1;
}
#factory_garden_tour .feature .caution {
  position: relative;
  font-size: 12px;
  margin: 40px 0;
  padding: 0 20px;
  z-index: 1;
}
#factory_garden_tour .feature .img03 {
  position: relative;
  line-height: 0;
  text-align: right;
  margin: 60px 0 40px;
  z-index: 1;
}
#factory_garden_tour .feature .img03 img {
  width: 70%;
}
#factory_garden_tour .feature .img04 {
  position: relative;
  line-height: 0;
  margin: 0 0 60px;
  z-index: 1;
}
#factory_garden_tour .feature .img04 img {
  width: 45%;
}
#factory_garden_tour .thoughts {
  position: relative;
  background: #FFF;
  padding: 40px;
  z-index: 1;
}
#factory_garden_tour .thoughts .comment:not(:first-child) {
  margin: 50px 0 0;
}
#factory_garden_tour .thoughts .comment.class .message {
  color: var(--color-sub);
}
#factory_garden_tour .thoughts .comment .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 99px;
}
#factory_garden_tour .thoughts .comment.class .name {
  padding-top: 25px;
}
#factory_garden_tour .thoughts .comment.class .message p:before,
#factory_garden_tour .thoughts .comment.class .message p:after {
  border-color: var(--color-sub);
}
#factory_garden_tour .feature .img05 {
  position: relative;
  line-height: 0;
  text-align: right;
  margin: 50px 0;
  z-index: 1;
}
#factory_garden_tour .feature .img05 img {
  width: 60%;
}
#factory_garden_tour .feature .img06 {
  position: relative;
  line-height: 0;
  margin: 0 0 50px;
  z-index: 1;
}
#factory_garden_tour .feature .img06 img {
  width: 100%;
}
#factory_garden_tour .feature .story {
  position: relative;
  margin: 80px 30px 0;
  padding: 50px 20px 40px;
  border-radius: 15px;
  border: 1px solid var(--color-main);
  background: #FFF;
  z-index: 1;
}
#factory_garden_tour .feature .story-title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--color-main);
  font-size: 28px;
  background: #FFF;
  padding: 0 10px;
  white-space: nowrap;
}
#factory_garden_tour .feature .story-title:before {
  content: '';
  display: inline-block;
  width: 64px;
  height: 40px;
  background: url(../img/img_story.png) no-repeat right top / 100%;
}
#factory_garden_tour .feature .story .img {
  line-height: 0;
  margin: 0 0 25px;
}
#factory_garden_tour .feature .story .headline {
  color: var(--color-main);
  font-size: 21px;
  line-height: 1.57;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
}
#factory_garden_tour .feature#factory:before {
  background: #decbca;
}
#factory_garden_tour .feature#factory .inner:before {
  height: 17.7%;
}
#factory_garden_tour .feature#factory .title {
  padding: 0 0 0 25px;
}
#factory_garden_tour .feature#factory .title:before {
  content: '';
  position: absolute;
  top: -95px;
  right: 27%;
  width: 75px;
  height: 86px;
  background: url(../img/img_factory_deco01.png) no-repeat right top / 100%;
  opacity: 0;
}
#factory_garden_tour .feature#factory .title.show:before {
  animation: factoryDecoIn .5s ease .3s forwards;
}
@keyframes factoryDecoIn {
  to {
    top: -65px;
    opacity: 1;
  }
}
#factory_garden_tour .feature#factory h2 span {
  color: #665656;
}
#factory_garden_tour .feature#factory .location {
  color: #665656;
  margin: 0 0 35px;
}
#factory_garden_tour .feature#factory .title-en {
  color: rgba(158, 133, 186, .5);
  text-align: right;
}
#factory_garden_tour .feature#factory .text-wrapper {
  position: relative;
  z-index: 1;
}
#factory_garden_tour .feature#factory .comment-area {
  margin-top: -30vw;
}
#factory_garden_tour .feature#factory .comment:not(.class) .name,
#factory_garden_tour .feature#factory .comment:not(.class) .message p {
  color: #8666a9;
}
#factory_garden_tour .feature#factory .comment:not(.class) .message p:before,
#factory_garden_tour .feature#factory .comment:not(.class) .message p:after {
  border-color: #8666a9;
}
#factory_garden_tour .feature#factory .text-wrapper02 {
  position: relative;
  padding: 40px 0 0;
  z-index: 1;
}
#factory_garden_tour .feature#factory .text-wrapper02:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: #FFF;
  z-index: -1;
}
#factory_garden_tour .feature#factory .img04 {
  line-height: 0;
  transform: translateX(20px);
  text-align: right;
  margin: 40px 0;
}
#factory_garden_tour .feature#factory .img04 img {
  width: calc(80% + 20px);
}
#factory_garden_tour .feature#factory .img05 {
  line-height: 0;
  transform: translateX(-20px);
  text-align: left;
  margin: 0 0 40px;
}
#factory_garden_tour .feature#factory .img05 img {
  width: calc(40% + 20px);
}
#factory_garden_tour .feature#factory .text-wrapper02 p:last-child {
  background: #FFF;
  padding: 40px 20px 10px;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
#factory_garden_tour .feature#factory .img06 {
  position: relative;
  line-height: 0;
  text-align: right;
  margin: 50px 0;
  z-index: 1;
}
#factory_garden_tour .feature#factory .img06 img {
  width: 60%;
}
#factory_garden_tour .feature#factory .img07 {
  position: relative;
  line-height: 0;
  z-index: 1;
}
#factory_garden_tour .feature#factory .img07 img {
  width: 100%;
}
#factory_garden_tour .feature#factory .story {
  border-color: #8666a9;
}
#factory_garden_tour .feature#factory .story-title,
#factory_garden_tour .feature#factory .story .headline {
  color: #8666a9;
}
#factory_garden_tour .feature#garden {
  margin: 0;
}
#factory_garden_tour .feature#garden:before {
  top: 15vw;
  height: calc(100% - 15vw);
  background: #d2eee1;
}
#factory_garden_tour .feature#garden .inner:before {
  height: 13.9%;
}
#factory_garden_tour .feature#garden .title {
  padding: 0 0 0 25px;
}
#factory_garden_tour .feature#garden .title:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(15% + 50px);
  width: 89px;
  height: 108px;
  background: url(../img/img_gardern_deco01.png) no-repeat left top / 100%;
  animation: yura 3s ease-in-out infinite;
}
@keyframes yura {
  0% , 100% {
    transform: rotate(3deg);
  }
  50%{
    transform: rotate(-3deg);
  }
}
#factory_garden_tour .feature#garden h2 span {
  color: #1da868;
}
#factory_garden_tour .feature#garden .location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1da868;
  background: none;
  transform: translateY(40px);
}
#factory_garden_tour .feature#garden .location span {
  background: rgba(255, 255, 255, .9);
  padding: 0 0 5px;
}
#factory_garden_tour .feature#garden .title-en {
  top: 0;
  color: rgba(74, 185, 134, .5);
  text-align: right;
}
#factory_garden_tour .feature#garden .feature-mv {
  margin-top: -13vw;
}
#factory_garden_tour .feature#garden .comment:not(.class) .name,
#factory_garden_tour .feature#garden .comment:not(.class) .message p {
  color: #1da868;
}
#factory_garden_tour .feature#garden .comment:not(.class) .message p:before,
#factory_garden_tour .feature#garden .comment:not(.class) .message p:after {
  border-color: #1da868;
}
#factory_garden_tour .feature#garden .img04 {
  text-align: right;
  margin: 60px 0;
}
#factory_garden_tour .feature#garden .img04 img {
  width: 75%;
}
#factory_garden_tour .feature#garden .img05 {
  margin-top: 70px;
}
#factory_garden_tour .feature#garden .img05 img {
  width: 100%;
}
#factory_garden_tour .feature#garden .info {
  background: #FFF;
  border-radius: 15px;
  border: 1px solid #1da868;
  margin: 0 30px;
  padding: 50px 20px;
  text-align: center;
}
#factory_garden_tour .feature#garden .info .label {
  width: 142px;
  background: #1da868;
  border-radius: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
  padding: 2px 0 0;
}
#factory_garden_tour .feature#garden .info h3 {
  color: #1da868;
  font-size: 21px;
  line-height: 1.57;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
#factory_garden_tour .feature#garden .info .address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: inherit;
  margin: 0 -10px 20px;
  font-size: 16px;
}
#factory_garden_tour .feature#garden .info .address:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url(../img/icon_map_g.png) no-repeat right top / 100%;
}
#factory_garden_tour .feature#garden .info .detail {
  margin: 0 0 40px;
}
#factory_garden_tour .feature#garden .info dl:not(:last-child) {
  margin: 0 0 30px;
}
#factory_garden_tour .feature#garden .info dt {
  position: relative;
  color: #1da868;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}
#factory_garden_tour .feature#garden .info dt:before,
#factory_garden_tour .feature#garden .info dt:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: calc(50% - 47px);
  height: 1px;
  background: #1da868;
}
#factory_garden_tour .feature#garden .info dt:after {
  left: auto;
  right: 0;
}
#factory_garden_tour .feature#garden .info dd {
  font-size: 16px;
  font-weight: bold;
}
#factory_garden_tour .feature#garden .info dd span {
  display: block;
  font-size: 13px;
}
#factory_garden_tour .feature#garden .btn {
  position: relative;
  display: block;
  padding: 6px 0 4px;
  text-decoration: none;
  border: 1px solid #1da868;
  color: #1da868;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
#factory_garden_tour .feature#garden .btn:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1da868;
  border-bottom: 1px solid #1da868;
  rotate: -45deg;
}
#factory_garden_tour .feature#garden .story {
  border-color: #1da868;
}
#factory_garden_tour .feature#garden .story-title,
#factory_garden_tour .feature#garden .story .headline {
  color: #1da868;
}
#factory_garden_tour .experience {
  position: relative;
  padding: 0 0 100px;
  margin: 100px 0 0;
  background: #e2d0d0;
  color: #665656;
}
#factory_garden_tour .experience#perfumery:before {
  content: '';
  position: absolute;
  top: -50px;
  right: -15px;
  width: 140px;
  height: 90px;
  background: url(../img/img_perfumery_deco01.png) no-repeat left top / 100%;
  z-index: 1;
  opacity: 0;
}
#factory_garden_tour .experience#perfumery:has(h2 p.show):before {
  animation: perfumeryDeco .5s ease 0.5s forwards;
}
@keyframes perfumeryDeco {
  to {
    right: 15px;
    opacity: 1;
  }
}
#factory_garden_tour .experience#perfumery:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -10px;
  width: 185px;
  height: 115px;
  background: url(../img/img_perfumery_deco02.png) no-repeat left top / 100%;
  z-index: 1;
  opacity: 0;
}
#factory_garden_tour .experience#perfumery:has(.comment + .comment.show):after {
  animation: perfumeryDeco02 .5s ease .8s forwards;
}
@keyframes perfumeryDeco02 {
  to {
    bottom: -40px;
    opacity: 1;
  }
}
#factory_garden_tour .experience-top {
  position: relative;
  margin: 0 0 50px;
  z-index: 1;
}
#factory_garden_tour .experience-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
  height: 94%;
  background: #FFF;
  border-radius: 0 0 15px 15px;
  z-index: -1;   
}
#factory_garden_tour .experience h2 {
  font-size: clamp(20px, 6.15vw, 23px);
  line-height: 1.52;
  text-align: center;
  padding: 50px 0 40px;
  background: url(../img/bg_ex_p_top.jpg) no-repeat center top / 100%, url(../img/bg_ex_p.jpg) repeat-y center top / 100%;
}
#factory_garden_tour .experience .swiper-pagination {
  top: auto;
  left: auto;
  right: 25px;
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
#factory_garden_tour .experience .swiper-pagination-bullet {
  background: #FFF;
  border: 1px solid #FFF;
  opacity: 1;
  margin: 0 5px;
  width: 5px;
  height: 5px;
}
#factory_garden_tour .experience .swiper-pagination-bullet-active {
  background: transparent;
}
#factory_garden_tour .experience .text {
  position: relative;
  padding: 0 30px;
  margin: 25px 0 50px;
  z-index: 1;
}
#factory_garden_tour .experience .img01 {
  line-height: 0;
  text-align: right;
  margin: 0 0 40px;
}
#factory_garden_tour .experience .img01 img {
  width: 72%;
}
#factory_garden_tour .experience .img02 {
  line-height: 0;
}
#factory_garden_tour .experience .img02 img {
  width: 72%;
}
#factory_garden_tour .experience .thoughts {
  padding: 50px 20px;
  margin: 0 20px;
}
#factory_garden_tour .experience .thoughts .comment .person {
  left: 10px;
}
#factory_garden_tour .experience#cafe {
  background: #cedcd9;
}
#factory_garden_tour .experience#cafe h2 {
  background: url(../img/bg_ex_g_top.jpg) no-repeat center top / 100%, url(../img/bg_ex_g.jpg) repeat-y center top / 100%;
}
#factory_garden_tour .experience#cafe:before {
  content: '';
  position: absolute;
  top: -80px;
  left: 25px;
  width: 120px;
  height: 120px;
  background: url(../img/img_cafe_deco02.png) no-repeat left top / 100%;
  z-index: 2;
  opacity: 0;
}
#factory_garden_tour .experience#cafe:has(h2 p.show):before {
  animation: cafeDeco .5s ease .8s forwards;
}
@keyframes cafeDeco {
  to {
    top: -50px;
    opacity: 1;
  }
}
#factory_garden_tour .experience#cafe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -55px;
  width: 180px;
  height: 127px; 
  background: url(../img/img_cafe_deco01.png) no-repeat left top / 100%;
  z-index: 2;
  opacity: 0;
}
#factory_garden_tour .experience#cafe:has(.comment.show):after {
  animation: cafeDeco02 .5s ease .8s forwards;
}
@keyframes cafeDeco02 {
  to {
    left: 30px;
    opacity: 1;
  }
}
#factory_garden_tour .experience#cafe .img01 {
  text-align: left;
}
#factory_garden_tour .experience#cafe .img02 {
  text-align: right;
}
#factory_garden_tour .experience#cafe .thoughts .comment.class .message {
  color: #9ebab4;
}
#factory_garden_tour .experience#cafe .thoughts .comment.class .message p:before,
#factory_garden_tour .experience#cafe .thoughts .comment.class .message p:after {
  border-color: #9ebab4;
}
#factory_garden_tour .experience#shop {
  margin: 170px 0 0;
}
#factory_garden_tour .experience#shop:before {
  content: '';
  position: absolute;
  top: -80px;
  right: 30px;
  width: 120px;
  height: 104px;
  background: url(../img/img_shop_deco02.png) no-repeat left top / 100%;
  opacity: 0;
}
#factory_garden_tour .experience#shop:has(h2 p.show):before {
  animation: shopDeco .5s ease .8s forwards;
}
@keyframes shopDeco {
  to {
    top: -50px;
    opacity: 1;
  }
}
#factory_garden_tour .experience#shop:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -50px;
  width: 194px;
  height: 129px;
  background: url(../img/img_shop_deco01.png) no-repeat left top / 100%;
  z-index: 1;
  opacity: 0;
}
#factory_garden_tour .experience#shop:has(.info.show):after {
  animation: shopDeco02 .5s ease 1s forwards;
}
@keyframes shopDeco02 {
  to {
    right: 20px;
    opacity: 1;
  }
}
#factory_garden_tour .experience#shop .experience-top:after {
  height: 100%;
}
#factory_garden_tour .experience#shop .info {
  background: #FFF;
  border-radius: 15px;
  border: 1px solid var(--color-sub);
  margin: 0 30px;
  padding: 50px 20px;
  text-align: center;
}
#factory_garden_tour .experience#shop .info .name {
  color: var(--color-sub);
  font-size: 21px;
  line-height: 1.57;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
#factory_garden_tour .experience#shop .info .address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 -10px 20px;
  color: inherit;
  font-size: 16px;
}
#factory_garden_tour .experience#shop .info .address:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url(../img/icon_map_p.png) no-repeat right top / 100%;
}
#factory_garden_tour .experience#shop .info .detail {
  margin: 0 0 30px;
}
#factory_garden_tour .experience#shop .info dl:not(:last-child) {
  margin: 0 0 30px;
}
#factory_garden_tour .experience#shop .info dt {
  position: relative;
  color: var(--color-sub);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}
#factory_garden_tour .experience#shop .info dt:before,
#factory_garden_tour .experience#shop .info dt:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: calc(50% - 47px);
  height: 1px;
  background: var(--color-sub);
}
#factory_garden_tour .experience#shop .info dt:after {
  left: auto;
  right: 0;
}
#factory_garden_tour .experience#shop .info dd {
  font-size: 16px;
  font-weight: bold;
}
#factory_garden_tour .experience#shop .info dd span {
  font-size: 13px;
}
#factory_garden_tour .experience#shop .info .btn {
  position: relative;
  display: block;
  padding: 6px 0 4px;
  text-decoration: none;
  border: 1px solid var(--color-sub);
  color: var(--color-sub);
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
#factory_garden_tour .experience#shop .info .btn:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-sub);
  rotate: -45deg;
}
#factory_garden_tour .check {
  padding: 80px 0 110px;
  margin: 110px 0 50px;
  background: url(../img/img_check_deco03.png) no-repeat right 75px top / 55px, url(../img/img_check_deco02.png) no-repeat left 25px top 30px / 40px, url(../img/img_check_deco01.png) no-repeat left calc(50% + 90px) top 130px / 70px, url(../img/img_check_deco05.png) no-repeat center bottom / 550px;
}
#factory_garden_tour .check h2 {
  color: var(--color-main);
  font-size: 23px;
  line-height: 1.53;
  text-align: center;
  margin: 0 0 35px;
  background: url(../img/bg_check_title_sp.png) no-repeat center top / 254px;
}
#factory_garden_tour .check .img {
  line-height: 0;
  padding: 0 10px;
  margin: 0 0 15px;
}
#factory_garden_tour .check .text {
  padding: 0 20px;
}
#factory_garden_tour .check .img02 {
  position: relative;
  padding: 60px 0 20px;
  line-height: 0;
  text-align: right;
  z-index: 2;
}
#factory_garden_tour .check .img02:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 40px;
  width: 90px;
  height: 90px;
  background: url(../img/img_check_deco01.png) no-repeat left top / 100%;
  rotate: 45deg;
}
#factory_garden_tour .check .img02:after {
  content: '';
  position: absolute;
  right: 28px;
  bottom: -16px;
  width: 55px;
  height: 55px;
  background: url(../img/img_check_deco03.png) no-repeat right top / 100%;
}
#factory_garden_tour .check .img02 img {
  width: 50%;
}
#factory_garden_tour .voice {
  margin: 0 0 100px;
  padding: 70px 0 0;
  background: url(../img/img_check_deco03.png) no-repeat right 75px top / 55px;
}
#factory_garden_tour .voice h2 {
  color: var(--color-main);
  font-size: 23px;
  line-height: 1.53;
  text-align: center;
  padding: 20px 0 0 10px;
  margin: 0 0 35px;
  background: url(../img/bg_check_title_sp.png) no-repeat center top / 254px;
}
#factory_garden_tour .voice .message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf8db;
  line-height: 0;
  text-align: center;
  aspect-ratio: 375/955;
}
#factory_garden_tour .voice .question {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.5%;
}
#factory_garden_tour .voice .answer {
  position: relative;
  width: 84.7%;
  aspect-ratio: 635/1694;
}
#factory_garden_tour .voice .answer .img01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97.7943%;
}
#factory_garden_tour .voice .answer .img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.0787%;
}
#factory_garden_tour .voice .answer .img03 {
  position: absolute;
  top: 19%;
  left: 19%;
  width: 16.2205%;
}
#factory_garden_tour .voice .answer .img04 {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 35.4331%;
}
#factory_garden_tour .voice .answer .img05 {
  position: absolute;
  top: .7%;
  left: 19%;
  width: 48.1890%;
}
#factory_garden_tour .voice .answer .img06 {
  position: absolute;
  right: 0;
  bottom: 6%;
  width: 54.4882%;
}
#factory_garden_tour .voice .answer .img07 {
  position: absolute;
  top: 29%;
  right: 16%;
  width: 21.7323%;
}
#factory_garden_tour .voice .answer .img08 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25.3543%;
}
#factory_garden_tour .voice .img {
  line-height: 0;
  margin: 0 0 30px;
}
#factory_garden_tour .voice .summary {
  padding: 0 30px;
}
#factory_garden_tour .voice .summary h3 {
  color: var(--color-main);
  font-size: 23px;
  line-height: 1.57;
  text-align: center;
  margin: 0 0 20px;
}
#factory_garden_tour .insta {
  position: relative;
  background: #cedcd9;
  padding: 0 0 40px;
  z-index: 1;
}
#factory_garden_tour .insta h2 {
  color: var(--color-main);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 30px 0 25px;
  background: url(../img/bg_ex_g_top.jpg) no-repeat center top / 100%, url(../img/bg_ex_g.jpg) repeat-y center top / 100%;
}
#factory_garden_tour .insta .gallery {
  position: relative;
  z-index: 1;
}
#factory_garden_tour .insta .gallery:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
  height: 75%;
  background: #FFF;
  border-radius: 0 0 15px 15px;
  z-index: -1;
}
#factory_garden_tour .insta .hacobune-app-container {
  width: calc(100% - 80px);
  padding: 0;
  background: transparent;
}
#factory_garden_tour .insta .hacobune-grid-row {
  gap: 10px;
}
#factory_garden_tour .insta .hacobune-grid-col {
  width: calc((100% - 10px) / 2);
  flex: unset !important;
}
#factory_garden_tour .insta .hacobune-mix-list-item {
  padding: 0;
}
#factory_garden_tour .insta .hacobune-mix-list-item-figure {
  aspect-ratio: 1 !important;
}
#factory_garden_tour .insta .hacobune-mix-list-item-description,
#factory_garden_tour .insta .hacobune-mix-list-item-caption {
  display: none;
}
#factory_garden_tour .insta .hacobune-logo {
  background: transparent;
}
#factory_garden_tour .insta .hacobune-mix-load-more-button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  border: 2px solid var(--color-main);
  text-decoration: none;
  text-align: center;
  margin: 30px auto 10px;
  padding: 8px 0 5px;
  background: #FFF;
}
#factory_garden_tour .insta .hacobune-mix-load-more-button:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  rotate: -45deg;
}
#factory_garden_tour .insta .hacobune-mix-load-more-button div {
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}
#factory_garden_tour .link {
  display: flex;
  gap: 20px;
  padding: 80px 20px;
}
#factory_garden_tour .link li {
  width: calc((100% - 40px) / 3);
}
#factory_garden_tour .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 0;
  border: 2px solid #547265;
  color: #547265;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  min-height: 90px;
}
#factory_garden_tour .link li:nth-child(2) a {
  color: #665656;
  border-color: #665656;
}
#factory_garden_tour .link li:nth-child(3) a {
  color: #7e2c2c;
  border-color: #7e2c2c;
}
#factory_garden_tour .copyright {
  background: #cedcd9;
  color: #FFF;
  font-size: 9px;
  text-align: center;
  padding: 32px 0;
}