@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  overflow-x: clip;
}

#photo,
.side-scroll,
.side-scroll-list-wrapper,
.photo-container-inner,
.photo-container-inner-item-view {
  overflow-x: clip;
}

/* 3) 動く絵をGPU面に固定してアンチエイリアスの“継ぎ目”を安定化 */
.about-img,
.img-gojunotou,
.img-sky,
.photo-bg,
.character-img,
.kaminarimon img,
.kaminarimon-img img,
.kaminarimon-load,
.main-sakura img,
.main-logo img {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  outline: 1px solid transparent; /* 透明アウトラインで縁のAAを安定 */
}

#top {
  position: relative;
  width: 100%;
  height: 1px !important;
  background: #005685;
  text-align: center;
  min-height: 0;
  padding-top: 0;
}

section {
  position: relative;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
}
section .container {
  margin: 0 auto;
  position: relative;
  padding: 10% 0;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  max-width: 1000px;
}
section h2 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  padding: 10px 0;
}
section h2 span {
  position: relative;
  display: inline-block;
  width: 65%;
}
section h2 span img {
  position: relative;
}
section h2 .line {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 78%;
  opacity: 0;
  transform: translate(-20px, -20px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section h2 .line.img-animation {
  transform: translate(0, 0);
  opacity: 1;
}
section .btn-more {
  text-align: right;
  padding: 0 20px;
}
section .btn-more a {
  font-size: 14px;
  font-size: 3.7333333333vw;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #045e84;
  color: #045e84;
}

#external-wrapper {
  width: 100%;
  overflow: hidden;
}

@keyframes wobbling_x {
  0% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.ico {
  animation: furifuri 2s linear 0s infinite;
}

.photo {
  padding-top: 0;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.photo-title {
  width: 100%;
  padding: 10px 0;
}

.photo-title h1 {
  text-align: center;
  position: relative;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
  padding: 12px 0;
  color: #fff;
}

.photo-title h1 img {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

.photo-container {
  width: 100%;
}

.photo-container-inner {
  width: 100%;
  position: relative;
}
.photo-container-inner .photo-bg {
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  background-image: url(https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/bg3.jpg);
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}
.photo-container-inner .parts-kumo {
  position: absolute;
  opacity: 0.65;
}
.photo-container-inner .parts-kumo.kumo01 {
  width: 27%;
  left: 99%;
  top: 6%;
  opacity: 0.55;
}
.photo-container-inner .parts-kumo.kumo02 {
  width: 27%;
  left: 65%;
  top: 15%;
  opacity: 0.55;
}
.photo-container-inner .parts-kumo.kumo03 {
  width: 34%;
  left: 5%;
  top: 14%;
  opacity: 0.55;
}
.photo-container-inner .scroll-bar {
  position: absolute;
  bottom: calc(15vh + 50px);
  bottom: calc(var(--vh, 1vh) * 15 + 50px);
  right: 0;
  width: 100%;
}
.photo-container-inner .scroll-bar .character-img {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 23%;
}
.photo-container-inner .scroll-bar .character-img.character-img_on {
  opacity: 0;
}
.photo-container-inner .scroll-bar .copy {
  position: absolute;
  left: 28%;
  bottom: -40px;
  width: 45%;
}
.photo-container-inner .main-logo {
  position: absolute;
  left: 3%;
  top: 0%;
  width: 85%;
  z-index: 123;
  animation: floating-x 15s ease-in-out infinite alternate-reverse;
}
.photo-container-inner .main-logo img {
  animation: floating-y 7s ease-in-out infinite alternate-reverse;
}
.photo-container-inner .main-sakura {
  position: absolute;
  left: -10%;
  top: 62%;
  width: 63%;
  z-index: 1;
}
.photo-container-inner .kaminarimon {
  position: absolute;
  width: 100%;
  height: 80dvh;
  height: calc(var(--vh, 1vh) * 80);
  top: 10vh;
  left: 0;
  transform: translate3d(0, 0, 0);
  transform-origin: bottom center;
}
.photo-container-inner .kaminarimon.active {
  z-index: 2;
}
.photo-container-inner .kaminarimon .kaminarimon-img {
  transform: translate3d(0, 0, 0);
  position: absolute;
  right: 2%;
  top: 32%;
  width: 80%;
}
.photo-container-inner .kaminarimon .kaminarimon-img .kaminarimon-img-shadow {
  position: absolute;
  bottom: -59%;
  left: -25%;
  width: 150%;
  height: 130%;
  max-width: none;
}
.photo-container-inner .kaminarimon .kaminarimon-load {
  transform: translate3d(0, 0, 0);
  position: absolute;
  right: -5%;
  bottom: 28%;
  height: 12%;
  width: 68%;
  transform: rotate(3deg);
}

.photo-container-inner .side-scroll {
  width: 100%;
}

.photo-container-inner .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
}

.photo-container-inner .side-scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0px 0;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
}
.photo-container-inner .side-scroll-list.active {
  z-index: 2;
}

.photo-container-inner .side-scroll-item {
  display: flex;
  justify-content: center;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0 1%;
  margin: 0;
}
.photo-container-inner .side-scroll-item .slide-kumo {
  width: 0;
}
.photo-container-inner .side-scroll-item .slide-kumo h3 {
  scale: 0.8;
  margin-top: -9%;
  opacity: 0.8;
}
.photo-container-inner .side-scroll-item.slide-sky {
  width: auto;
}
.photo-container-inner .side-scroll-item.slide-gojunotou .photo-box {
  min-width: 10vw;
  text-align: center;
}
.photo-container-inner .side-scroll-item.slide-gojunotou .photo-box img {
  width: 80%;
}
.photo-container-inner .side-scroll-item.slide-top {
  width: auto;
  padding: 0 40vw;
}
.photo-container-inner .side-scroll-item.slide-top .img-gojunotou {
  display: block;
  position: absolute;
  right: -60%;
  width: 30%;
  bottom: 140px;
}
.photo-container-inner .side-scroll-item.slide-top .img-sky {
  display: block;
  position: absolute;
  left: 87%;
  width: 80%;
  bottom: 140px;
}
.photo-container-inner .side-scroll-item.slide-top .photo-box {
  margin-top: -15%;
  position: relative;
  width: 100vh;
  width: calc(var(--vh, 1vh) * 100);
}
.photo-container-inner .side-scroll-item.slide-top .photo-box .btn-aisatsu {
  display: block;
  position: absolute;
  left: 10%;
  top: 20%;
  width: 14%;
}
.photo-container-inner .side-scroll-item.slide-top .photo-box .about-img {
  opacity: 0;
  transition: opacity 0.2s linear;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity;
}
.photo-container-inner .side-scroll-item.slide-top .photo-box .about-img.is-loaded {
  opacity: 1;
}
.photo-container-inner .side-scroll-item.slide-top:first-child {
  width: 100vw;
  min-width: 100vw;
}
.photo-container-inner .photo-container-inner-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 50px 0 50px;
}
.photo-container-inner .photo-container-inner-item h1 {
  position: relative;
  left: -10%;
  width: 70%;
  top: 5%;
}
.photo-container-inner .photo-container-inner-item .ico {
  position: absolute;
  right: 12%;
  top: 9%;
  width: 15%;
}
.photo-container-inner .photo-container-inner-item h3 {
  margin-bottom: 20px;
  position: absolute;
}
.photo-container-inner .photo-container-inner-item h3.one img {
  width: 120%;
}
.photo-container-inner .photo-container-inner-item h3.y2018 img {
  width: 37%;
}
.photo-container-inner .photo-container-inner-item h3 img {
  width: 70%;
}
.photo-container-inner .photo-container-inner-item .photo-box {
  min-height: 300px;
  min-width: 80vw;
}
.photo-container-inner .photo-container-inner-item .photo-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.photo-container-inner .photo-container-inner-item .photo-box ul li {
  width: 430px;
  padding: 0;
}
.photo-container-inner .photo-container-inner-item .photo-box ul li a {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photo-container-inner .photo-container-inner-item .photo-box ul li a:hover {
  transform: rotate(3deg);
}
.photo-container-inner .photo-container-inner-item .photo-box ul li a img {
  width: 100%;
}
.photo-container-inner .photo-container-inner-item .korekara img {
  width: 50%;
}
.photo-container-inner .photo-container-inner-item .photo-container-inner-item-view {
  display: block;
}

.kumo {
  mix-blend-mode: overlay;
}

#news {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/top/top-bg.png") no-repeat center top/cover;
}
#news h2 {
  margin-bottom: 50px;
}
#news .news-list {
  width: 100%;
  position: relative;
}
#news .news-list ul li {
  background: rgba(4, 94, 132, 0.55);
}
#news .news-list ul li a {
  display: block;
  padding: 15px 20px;
}
#news .news-list ul li .date {
  font-size: 11px;
  font-size: 2.9333333333vw;
  background: #045e84;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
#news .news-list ul li .new {
  margin-left: 5px;
  display: inline-block;
  background: #9c4844;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  padding: 0 8px;
}
#news .news-list ul li .tit {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #fff;
}

/* タブ */
.news-tabs {
  margin: 0;
  background: rgba(4, 94, 132, 0.55);
  margin-bottom: 10px;
}
.news-tabs button {
  font-family: "Shippori Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.news-tabs .news-tabs-inner {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 1000px;
}

.news-tabs .tab {
  padding: 0.55rem 0.6rem;
  border: 1px solid #025f84;
  color: #025f84;
  /* border-radius: 9999px; */
  background: rgba(255, 255, 255, 0.41);
  cursor: pointer;
  font-weight: 700;
  font-size: 10px;
  font-size: 2.6666666667vw;
  line-height: 1;
}

.news-tabs .tab.is-active {
  background: #025f84;
  color: #fff;
}

/* リスト表示 */
.news-list .news-render {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 20px;
}

.news-list .news-render li a {
  display: block;
  padding: 0.8rem 1rem;
}

.news-empty {
  margin: 0.8rem 0;
  color: #666;
}

#shafu {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/top/top-bg.png") no-repeat center top/cover;
}
#shafu .container {
  padding-top: 70px;
}
#shafu .illustration {
  padding: 0 50px;
}
#shafu h2 {
  margin-bottom: 70px;
}
#shafu h2 .line {
  top: -2%;
  width: 92%;
  left: 6%;
}
#shafu .shafu-list {
  position: relative;
  margin-top: 0;
}
#shafu .shafu-list .shafu-list-man, #shafu .shafu-list .shafu-list-woman {
  position: relative;
  background: rgba(4, 94, 132, 0.55);
  padding: 20px 30px;
}
#shafu .shafu-list .shafu-list-man .btn-more, #shafu .shafu-list .shafu-list-woman .btn-more {
  margin-top: 20px;
  padding-right: 0;
}
#shafu .shafu-list .shafu-list-man .btn-more a, #shafu .shafu-list .shafu-list-woman .btn-more a {
  border-color: #fff;
  color: #fff;
}
#shafu .shafu-list .shafu-list-man {
  margin-bottom: 30px;
}
#shafu .shafu-list h3 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0px 0px;
  line-height: 1;
  color: #fff;
  font-size: 1px;
}
#shafu .shafu-list h3 img {
  width: 29%;
}
#shafu .shafu-list h4 {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-size: 4.8vw;
}
#shafu .shafu-name {
  margin-top: 5px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #000;
  text-align: center;
}

.channel_slide_selector, .channel_slide_selector2 {
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.channel_slide_selector.slick-initialized, .channel_slide_selector2.slick-initialized {
  display: block;
  opacity: 1;
}

#channel_slick, #channel_slick2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
#channel_slick .slick-slide, #channel_slick2 .slick-slide {
  padding: 0 10px; /* ガター */
}
.channel_slide {
  margin: 0 10px;
}

#channel_slick_next, #channel_slick_next2, #channel_slick_preview, #channel_slick_preview2 {
  position: absolute;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 37%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#channel_slick_next, #channel_slick_next2 {
  right: -20px;
}

#channel_slick_preview, #channel_slick_preview2 {
  left: -20px;
}

#blog {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/top/top-bg.png") no-repeat center top/cover;
  /* 16:9  */
  /* aspect-ratio 非対応ブラウザ用フォールバック（任意） */
}
#blog .container {
  padding-top: 100px;
}
#blog h2 {
  margin-bottom: 10px;
}
#blog h2 .line {
  left: 3%;
  top: 9%;
  width: 94%;
}
#blog .illustration {
  padding: 0 40px;
}
#blog .blog-list {
  margin-top: 20px;
  padding: 0 20px;
}
#blog .blog-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin: 0 0 -5% -5%;
}
#blog .blog-list ul li {
  width: 43%;
  margin: 0 0 5% 5%;
}
#blog .blog-list ul li a {
  display: block;
}
#blog .blog-list ul li .blog-img {
  border: 5px solid rgba(4, 94, 132, 0.61);
}
#blog .blog-list ul li .date {
  font-size: 10px;
  font-size: 2.6666666667vw;
  color: #000;
  display: inline-block;
}
#blog .blog-list ul li .new {
  display: inline-block;
  background: #9c4844;
  color: #fff;
  margin-left: 5px;
  line-height: 1.1;
  font-size: 10px;
  font-size: 2.6666666667vw;
  padding: 0 8px;
}
#blog .blog-list ul li .tit {
  font-size: 11px;
  font-size: 2.9333333333vw;
  line-height: 1.35;
  color: #fff;
  background: rgba(4, 94, 132, 0.55);
  padding: 5px 7px;
}
#blog .blog-list .blog-img {
  aspect-ratio: 1/1;
}
#blog .blog-list .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0; /* 既存CSSで付いていたら無効化 */
  border: none; /* 枠が要らなければ */
}
#blog .blog-list .blog-img img {
  position: absolute; /* 枠いっぱいに敷き詰める */
  inset: 0;
  width: 100% !important; /* 既存の height:auto; に勝つため */
  height: 100% !important;
  object-fit: cover; /* 中央トリミング */
  display: block;
}
@supports not (aspect-ratio: 1/1) {
  #blog { /* ←正方形 */
    /* 16:9 の場合は 56.25% にする */
    /* .blog-list .blog-img::before{padding-top:56.25%;} */
  }
  #blog .blog-list .blog-img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #blog .blog-list .blog-img img {
    position: absolute;
    inset: 0;
  }
}
#blog .btn-more {
  margin-top: 20px;
}
#gallery {
  min-height: 0;
  background: rgba(0, 0, 0, 0.8);
}
#gallery .container {
  padding: 20px;
  min-height: 0;
}
#gallery h2 {
  background: transparent;
  margin-bottom: 0;
}
#gallery h2 .line {
  left: 3%;
  top: 9%;
  width: 94%;
}
#gallery .photo-list {
  margin-top: 0;
}
#gallery .photo-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin: 0;
}
#gallery .photo-list ul li {
  width: 46%;
  margin: 1.5%;
}
#gallery .photo-list ul li a {
  display: block;
  text-align: center;
}
#gallery .photo-list ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
#gallery .btn-more {
  margin-top: 20px;
}
#gallery .btn-more a {
  border-color: #fff;
  color: #fff;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  background: rgba(4, 94, 132, 0.77) url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/footer/footer-bg.png") no-repeat center/50%;
}
footer .footer-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
footer .footer-information .footer-sns {
  margin-top: 20px;
}
footer .footer-information .footer-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-information .footer-sns li {
  margin: 0 13px;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
footer .footer-information .footer-reserved {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 20px auto;
}
footer .footer-information .footer-reserved a {
  padding: 6px 20px;
  background: #aa0009;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
footer .footer-information .footer-tel p {
  color: #fff;
  font-size: 22px;
  font-size: 5.8666666667vw;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.5px;
}
footer .footer-information .footer-tel p small {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
footer .footer-nav {
  margin-top: 20px;
}
footer .footer-nav ul {
  display: flex;
  flex-direction: row-reverse;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-nav ul li {
  width: 9%;
  margin: 10px 2.5%;
}
footer .copy {
  margin: 30px auto 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: 1px;
}

.ico {
  animation: furifuri 2s linear 0s infinite;
}

.fancybox-container {
  z-index: 9999299999;
}

.spot_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 40px 20px !important;
  background: url("../images/page/company-bg.jpg") repeat center top/contain;
}
.spot_window button {
  display: none;
}
.spot_window .spot-tit {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: rgba(4, 94, 132, 0.53);
}
.spot_window .close {
  padding: 10px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #5b5b5b;
  cursor: pointer;
}
.spot_window .close2 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  cursor: pointer;
}

.price_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 40px 0px !important;
  background: transparent;
}
.price_window button {
  display: none;
}
.price_window .price-tit {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
}
.price_window .close {
  padding: 10px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #fff;
  cursor: pointer;
}
.price_window .close2 {
  position: absolute;
  right: 0;
  top: 10px;
  width: 35px;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  #top {
    position: relative;
    width: 100%;
    height: 1px;
    background: #005685;
    text-align: center;
  }
  .word {
    display: flex;
    margin-right: 1rem;
  }
  section {
    position: relative;
    min-height: 100dvh;
    padding-top: 30px;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  section .container {
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    max-width: none;
  }
  section h2 {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    padding: 30px 0;
  }
  section h2 span {
    position: relative;
    display: inline-block;
    width: 500px;
  }
  section h2 span img {
    position: relative;
  }
  section h2 .line {
    position: absolute;
    left: 10%;
    top: 34%;
    width: 80%;
    opacity: 0;
    transform: translate(-20px, -20px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section h2 .line.img-animation {
    transform: translate(0, 0);
    opacity: 1;
  }
  section .btn-more {
    margin: 40px auto 0;
    text-align: right;
    padding: 0 0px;
    max-width: 1000px;
  }
  section .btn-more a {
    font-size: 26px;
    font-size: 2.1666666667rem;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #045e84;
    color: #045e84;
  }
  #external-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .fixed {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .fixed.active {
    opacity: 1;
  }
  .fixed .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }
  .fixed .bg.bg-photo {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/bg3.jpg");
    background-position: 0% 50%;
    background-repeat: repeat-x;
  }
  .fixed .bg.bg01 {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/creephyp/15th/0210/bg03.jpg");
    background-position: 50% 80%;
  }
  .fixed .bg.bg02 {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/creephyp/15th/0210/bg02.jpg");
  }
  .fixed .bg.bg03 {
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/utopia/creephyp/15th/0210/bg01.jpg");
  }
  .fancybox-bg {
    opacity: 0.7;
  }
  .fancybox-container {
    z-index: 100000000;
  }
  .fancybox-close-small {
    display: none;
  }
  #news {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/top/top-bg.png") no-repeat center top/cover;
  }
  #news h2 {
    margin-bottom: 50px;
  }
  #news .illustration {
    text-align: center;
  }
  #news .illustration img {
    max-width: 800px;
  }
  #news .news-list {
    width: 100%;
  }
  #news .news-list ul li {
    background: rgba(4, 94, 132, 0.55);
  }
  #news .news-list ul li a {
    display: block;
    padding: 25px 20px;
    margin: 0 auto;
    width: 1000px;
  }
  #news .news-list ul li .date {
    font-size: 14px;
    font-size: 1.1666666667rem;
    background: #045e84;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
  }
  #news .news-list ul li .new {
    display: inline-block;
    background: #9c4844;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
    padding: 0 8px;
  }
  #news .news-list ul li .tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.5;
    color: #fff;
  }
  /* タブ */
  .news-tabs {
    margin: 0;
    background: rgba(4, 94, 132, 0.55);
    margin-bottom: 10px;
  }
  .news-tabs button {
    font-family: "Shippori Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .news-tabs .news-tabs-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .news-tabs .tab {
    padding: 0.55rem 0.6rem;
    border: 1px solid #025f84;
    color: #025f84;
    /* border-radius: 9999px; */
    background: rgba(255, 255, 255, 0.41);
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1;
  }
  .news-tabs .tab.is-active {
    background: #025f84;
    color: #fff;
  }
  #shafu {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/top/top-bg.png") no-repeat center top/cover;
  }
  #shafu .container {
    padding-top: 120px;
  }
  #shafu .illustration {
    padding: 0 50px;
    text-align: center;
  }
  #shafu .illustration img {
    max-width: 800px;
  }
  #shafu h2 {
    margin-bottom: 90px;
  }
  #shafu h2 .line {
    top: -4%;
    width: 102%;
    left: 2%;
  }
  #shafu .shafu-list .shafu-list-man, #shafu .shafu-list .shafu-list-woman {
    background: rgba(4, 94, 132, 0.55);
    padding: 20px 30px 40px;
  }
  #shafu .shafu-list .shafu-list-man .btn-more, #shafu .shafu-list .shafu-list-woman .btn-more {
    margin-top: 30px;
    padding-right: 0;
  }
  #shafu .shafu-list .shafu-list-man .btn-more a, #shafu .shafu-list .shafu-list-woman .btn-more a {
    border-color: #fff;
    color: #fff;
  }
  #shafu .shafu-list .shafu-list-man {
    margin-bottom: 60px;
  }
  #shafu .shafu-list h3 {
    padding: 0px 0px;
    line-height: 1;
    color: #fff;
    font-size: 1px;
  }
  #shafu .shafu-list h3 img {
    width: 230px;
  }
  #shafu .shafu-list h4 {
    text-align: center;
    color: #fff;
    padding: 10px 0 20px;
    font-size: 36px;
    font-size: 3rem;
  }
  #shafu .shafu-name {
    margin-top: 5px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-size: 22px;
    font-size: 1.8333333333rem;
    color: #000;
    text-align: center;
  }
  .channel_slide_selector, .channel_slide_selector2 {
    display: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .channel_slide_selector.slick-initialized, .channel_slide_selector2.slick-initialized {
    display: block;
    opacity: 1;
  }
  #channel_slick, #channel_slick2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
  }
  #channel_slick .slick-slide, #channel_slick2 .slick-slide {
    padding: 0 10px; /* ガター */
  }
  .channel_slide {
    margin: 0 10px;
  }
  #channel_slick_next, #channel_slick_next2, #channel_slick_preview, #channel_slick_preview2 {
    position: absolute;
    display: block;
    height: 20px;
    width: 25px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  #channel_slick_next, #channel_slick_next2 {
    right: -40px;
  }
  #channel_slick_preview, #channel_slick_preview2 {
    left: -40px;
  }
  #blog {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/top/top-bg.png") no-repeat center top/cover;
  }
  #blog .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #blog h2 {
    margin-bottom: 60px;
  }
  #blog h2 .line {
    left: 3%;
    top: 9%;
    width: 94%;
  }
  #blog .illustration {
    padding: 0 40px;
    text-align: center;
  }
  #blog .illustration img {
    max-width: 800px;
  }
  #blog .blog-list {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 1000px;
  }
  #blog .blog-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 0 0 -5% -5%;
  }
  #blog .blog-list ul li {
    width: 28.33%;
    margin: 0 0 5% 5%;
  }
  #blog .blog-list ul li a {
    display: block;
  }
  #blog .blog-list ul li .blog-img {
    border: 12px solid rgba(4, 94, 132, 0.61);
  }
  #blog .blog-list ul li .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #000;
  }
  #blog .blog-list ul li .new {
    display: inline-block;
    background: #9c4844;
    color: #fff;
    margin-left: 5px;
    line-height: 1.1;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 0 8px;
  }
  #blog .blog-list ul li .tit {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.35;
    color: #fff;
    background: rgba(4, 94, 132, 0.55);
    padding: 8px 12px;
  }
  #blog .btn-more {
    margin-top: 60px;
  }
  #gallery {
    padding-top: 0;
    min-height: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  #gallery .container {
    padding: 30px 30px 40px;
    min-height: 0;
  }
  #gallery h2 {
    background: transparent;
    margin-bottom: 0;
  }
  #gallery h2 .line {
    left: 3%;
    top: 9%;
    width: 94%;
  }
  #gallery .photo-list {
    margin: 0 auto;
    max-width: 1030px;
  }
  #gallery .photo-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 0;
  }
  #gallery .photo-list ul li {
    width: 23%;
    margin: 1% 1%;
  }
  #gallery .photo-list ul li a {
    display: block;
    text-align: center;
  }
  #gallery .btn-more {
    margin-top: 40px;
  }
  #gallery .btn-more a {
    border-color: #fff;
    color: #fff;
  }
  footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px;
    background: rgba(4, 94, 132, 0.77) url("https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/footer/footer-bg.png") no-repeat center 35%/290px;
  }
  footer .footer-container {
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
  }
  footer .footer-information .footer-sns {
    margin-top: 20px;
  }
  footer .footer-information .footer-sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-information .footer-sns li {
    margin: 0 13px;
    font-size: 30px;
    font-size: 2.5rem;
  }
  footer .footer-information .footer-reserved {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 20px auto;
  }
  footer .footer-information .footer-reserved a {
    padding: 6px 20px;
    background: #aa0009;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-size: 2.5rem;
  }
  footer .footer-information .footer-tel p {
    color: #fff;
    font-size: 32px;
    font-size: 2.6666666667rem;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.5px;
  }
  footer .footer-information .footer-tel p small {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  footer .footer-nav {
    margin-top: 20px;
  }
  footer .footer-nav ul {
    display: flex;
    flex-direction: row-reverse;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-nav ul li {
    width: 35px;
    margin: 10px 8px;
  }
  footer .copy {
    margin: 30px auto 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: 1px;
  }
  .ico {
    animation: furifuri 2s linear 0s infinite;
  }
  .photo {
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  .photo-title {
    width: 100%;
    padding: 10px 0;
  }
  .photo-title h1 {
    text-align: center;
    position: relative;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
    padding: 12px 0;
    color: #fff;
  }
  .photo-title h1 img {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
  }
  .photo-container {
    width: 100%;
  }
  .photo-container-inner {
    width: 100%;
    position: relative;
  }
  .photo-container-inner .photo-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    background-image: url(https://d20dfxyuz7q532.cloudfront.net/utopia/rickshaw/bg3.jpg);
    background-position: 0% 50%;
    background-repeat: repeat-x;
  }
  .photo-container-inner .parts-kumo {
    position: absolute;
    opacity: 0.65;
  }
  .photo-container-inner .parts-kumo.kumo01 {
    width: 14%;
    left: auto;
    right: -23%;
    top: 2%;
    opacity: 0.55;
  }
  .photo-container-inner .parts-kumo.kumo02 {
    width: 20%;
    left: 65%;
    top: 15%;
    opacity: 0.55;
  }
  .photo-container-inner .parts-kumo.kumo03 {
    width: 24%;
    left: 11%;
    top: 8%;
    opacity: 0.55;
  }
  .photo-container-inner .scroll-bar {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
  }
  .photo-container-inner .scroll-bar .character-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14%;
  }
  .photo-container-inner .scroll-bar .character-img.character-img_on {
    opacity: 0;
  }
  .photo-container-inner .scroll-bar .copy {
    position: absolute;
    left: 2%;
    bottom: -30px;
    width: 15%;
  }
  .photo-container-inner .main-logo {
    position: absolute;
    left: 2%;
    top: 4%;
    width: 52%;
  }
  .photo-container-inner .main-sakura {
    position: absolute;
    left: 10%;
    top: 63%;
    width: 39%;
  }
  .photo-container-inner .kaminarimon {
    position: absolute;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    left: 0;
    transform-origin: bottom center;
  }
  .photo-container-inner .kaminarimon.active {
    z-index: 1;
  }
  .photo-container-inner .kaminarimon .kaminarimon-img {
    position: absolute;
    right: 5%;
    top: 21%;
    width: 45%;
  }
  .photo-container-inner .kaminarimon .kaminarimon-img .kaminarimon-img-shadow {
    position: absolute;
    bottom: -59%;
    left: -25%;
    width: 150%;
    height: 130%;
    max-width: none;
  }
  .photo-container-inner .kaminarimon .kaminarimon-load {
    transform: translate3d(0, 0, 0);
    height: auto;
    position: absolute;
    right: -24%;
    bottom: 28%;
    width: 67%;
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 50%;
  }
  .photo-container-inner .side-scroll {
    width: 100%;
  }
  .photo-container-inner .side-scroll-list-wrapper {
    position: relative;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .photo-container-inner .side-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 0px 0;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .photo-container-inner .side-scroll-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0 1%;
  }
  .photo-container-inner .side-scroll-item.dammy-item {
    display: none;
  }
  .photo-container-inner .side-scroll-item .slide-kumo {
    width: auto;
  }
  .photo-container-inner .side-scroll-item.slide-sky {
    width: 200vw;
  }
  .photo-container-inner .side-scroll-item.slide-gojunotou .photo-box {
    min-width: 30vw;
  }
  .photo-container-inner .side-scroll-item.slide-top {
    width: 220vw;
    padding: 0 20vw;
  }
  .photo-container-inner .side-scroll-item.slide-top .img-gojunotou {
    display: block;
    position: absolute;
    right: -71%;
    width: 30%;
    bottom: 110px;
  }
  .photo-container-inner .side-scroll-item.slide-top .img-sky {
    display: block;
    position: absolute;
    left: 150%;
    width: 80%;
    bottom: 110px;
  }
  .photo-container-inner .side-scroll-item.slide-top .photo-box {
    width: 100vw;
    margin-top: -10%;
    position: relative;
  }
  .photo-container-inner .side-scroll-item.slide-top .photo-box > img {
    width: 80%;
  }
  .photo-container-inner .side-scroll-item.slide-top .photo-box .btn-aisatsu {
    display: block;
    position: absolute;
    left: 5%;
    width: 11%;
    top: 20%;
  }
  .photo-container-inner .photo-container-inner-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 50px 0 50px;
  }
  .photo-container-inner .photo-container-inner-item h1 {
    position: relative;
    left: -10%;
    width: 70%;
    top: 5%;
  }
  .photo-container-inner .photo-container-inner-item .ico {
    position: absolute;
    right: 12%;
    top: 9%;
    width: 15%;
  }
  .photo-container-inner .photo-container-inner-item h3 {
    margin-bottom: 20px;
  }
  .photo-container-inner .photo-container-inner-item h3.one img {
    width: 120%;
  }
  .photo-container-inner .photo-container-inner-item h3.y2018 img {
    width: 37%;
  }
  .photo-container-inner .photo-container-inner-item h3 img {
    width: 70%;
  }
  .photo-container-inner .photo-container-inner-item .photo-box {
    min-height: 300px;
    min-width: 80vw;
  }
  .photo-container-inner .photo-container-inner-item .photo-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .photo-container-inner .photo-container-inner-item .photo-box ul li {
    width: 430px;
    padding: 0;
  }
  .photo-container-inner .photo-container-inner-item .photo-box ul li a {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .photo-container-inner .photo-container-inner-item .photo-box ul li a:hover {
    transform: rotate(3deg);
  }
  .photo-container-inner .photo-container-inner-item .photo-box ul li a img {
    width: 100%;
  }
  .photo-container-inner .photo-container-inner-item .korekara img {
    width: 50%;
  }
  .photo-container-inner .photo-container-inner-item .photo-container-inner-item-view {
    display: block;
  }
  .kumo {
    mix-blend-mode: overlay;
  }
  @keyframes wobbling_x {
    0% {
      transform: translate(0, -1.5%);
    }
    100% {
      transform: translate(0, 1%);
    }
  }
  .ico {
    animation: furifuri 2s linear 0s infinite;
  }
  .photo {
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  .photo-title {
    width: 100%;
    padding: 10px 0;
  }
  .photo-title h1 {
    text-align: center;
    position: relative;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
    padding: 12px 0;
    color: #fff;
  }
  .photo-title h1 img {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
  }
  .photo-container {
    width: 100%;
  }
  .photo-container-inner .side-scroll {
    width: 100%;
  }
  .photo-container-inner .side-scroll-list-wrapper {
    position: relative;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .photo-container-inner .side-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 0px 0;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .spot_window {
    max-width: 800px;
    width: 650px;
    flex-wrap: wrap;
    padding: 50px 0px;
    margin: 40px 20px !important;
    background: url("../images/page/company-bg.jpg") repeat center top/contain;
  }
  .spot_window .spot-tit {
    margin: 50px auto 0;
    width: 100%;
    text-align: center;
    padding: 10px 60px;
    background: rgba(4, 94, 132, 0.53);
  }
  .spot_window .close {
    padding: 10px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #5b5b5b;
    cursor: pointer;
  }
  .spot_window .close2 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    cursor: pointer;
  }
  .price_window {
    max-width: 900px;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 40px 0px !important;
    background: transparent;
  }
  .price_window button {
    display: none;
  }
  .price_window .price-tit {
    margin: 50px auto 0;
    width: 100%;
    text-align: center;
  }
  .price_window .close {
    padding: 10px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #fff;
    cursor: pointer;
  }
  .price_window .close2 {
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    cursor: pointer;
  }
}
.photo-container-inner .main-logo,
.photo-container-inner .main-logo img {
  animation: none !important;
}

/*# sourceMappingURL=home.css.map */
