@charset "UTF-8";
/*default*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close_box {
  z-index: 9999;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5rem;
  top: 5rem;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  line-height: 30px;
  font-weight: 100 !important;
  border: 0;
  background: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box button {
  font-size: 60px;
  font-size: 6rem;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

button:active {
  top: 3rem;
  right: 3rem;
}

button img {
  display: block;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  right: 5rem;
  top: 5rem;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  border: 0;
  font-weight: 100;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*default*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.75;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

html.win.chrome body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html.win.gecko body {
  font-family: 'Noto Sans JP',"Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: 'Inter', sans-serif;
}

.serif {
  font-family: 'Marcellus', serif;
}

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

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.adelay01 {
  animation-delay: 0.1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay01 {
    animation-delay: 0s !important;
  }
}

.adelay02 {
  animation-delay: 0.2s !important;
}
@media only screen and (max-width: 768px) {
  .adelay02 {
    animation-delay: 0s !important;
  }
}

.adelay03 {
  animation-delay: 0.3s !important;
}
@media only screen and (max-width: 768px) {
  .adelay03 {
    animation-delay: 0s !important;
  }
}

.adelay04 {
  animation-delay: 0.4s !important;
}
@media only screen and (max-width: 768px) {
  .adelay04 {
    animation-delay: 0s !important;
  }
}

.adelay05 {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 768px) {
  .adelay05 {
    animation-delay: 0s !important;
  }
}

.adelay06 {
  animation-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .adelay06 {
    animation-delay: 0s !important;
  }
}

.adelay07 {
  animation-delay: 0.7s !important;
}
@media only screen and (max-width: 768px) {
  .adelay07 {
    animation-delay: 0s !important;
  }
}

.adelay08 {
  animation-delay: 0.8s !important;
}
@media only screen and (max-width: 768px) {
  .adelay08 {
    animation-delay: 0s !important;
  }
}

.adelay09 {
  animation-delay: 0.9s !important;
}
@media only screen and (max-width: 768px) {
  .adelay09 {
    animation-delay: 0s !important;
  }
}

.adelay10 {
  animation-delay: 1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay10 {
    animation-delay: 0s !important;
  }
}

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.leftright {
  opacity: 0;
}

.inview.leftright.active {
  -webkit-animation: leftright_anim .5s ease-out;
  animation: leftright_anim .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

.image-anime-mask {
  overflow: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform-origin: left;
}
.image-anime-mask.active {
  transform: translate3d(0, 0, 0);
}

.image-anime-main {
  display: block;
  transform: translate3d(100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.image-anime-main.active {
  transform: translate3d(0, 0, 0);
}

.anim_box span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all .5s ease;
  transition-delay: .3s;
  line-height: 1.5;
  transform: translateY(12px);
}
.anim_box span.gr:before {
  background: #A3FF10;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #A3FF10;
  transform: translateX(-101%);
}
.anim_box span.adelay02 {
  transition-delay: .6s;
}
.anim_box.is-active span {
  opacity: 1;
  transform: translateY(0);
}
.anim_box.is-active span:before {
  animation-name: copyslide;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: .1s;
}
.anim_box.is-active span.adelay02:before {
  animation-delay: .3s;
}
.anim_box.is-active span.adelay04:before {
  animation-delay: .6s;
}
.anim_box.is-active.ren span:nth-of-type(1):before {
  animation-delay: .3s;
}
.anim_box.is-active.ren span:nth-of-type(2):before {
  animation-delay: .4s;
}
.anim_box.is-active.ren span:nth-of-type(3):before {
  animation-delay: .5s;
}
.anim_box.is-active.ren span:nth-of-type(4):before {
  animation-delay: .6s;
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes leftright_anim {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes copyslide {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes copyslide_stop {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  display: flex;
  z-index: 7000;
  width: 3em;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -5em;
  transform: translateX(46%);
}

.scroll {
  content: "";
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
.scroll .in {
  width: 1px;
  height: 50px;
  background: #333;
  z-index: 999;
  animation: masking 2s ease infinite;
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #000;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

.animate_btn.rv a:after {
  color: #011922;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 90%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform: rotate(180deg);
}
.animate_btn a {
  display: inline-block;
  position: relative;
  transition: all .3s ease;
  padding: 1rem 3rem 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 100%;
  left: 0;
  content: "";
  z-index: 0;
  height: 3px;
  background: #000;
  transition: all .3s ease;
  right: 0;
  left: auto;
}
.animate_btn a:after {
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #011922;
  }
}
.animate_btn a:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover span {
    color: #ffffff;
  }
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover:after {
    color: #ffffff;
  }
}

@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.image_wrap {
  position: relative;
  margin: 0 0 0 0.1rem;
}

.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left;
  overflow: hidden;
  display: block;
}
.image-mask.active {
  transform: translate3d(0, 0, 0);
}
.image-mask.active .img_main {
  transform: translate3d(0, 0, 0) scale(1);
}
.image-mask .image {
  position: relative;
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0) scale(1.2);
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes hoverElem {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  49% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
}
@keyframes hoverElem {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  49% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
}
.modal {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.air .modal-overlay {
  background: rgba(45, 170, 240, 0.9);
}
.modal.air h3 {
  color: #2DAAF0;
}
.modal.air .modal-close {
  background: #0031A0;
}
.modal.rezi .modal-overlay {
  background: rgba(250, 155, 35, 0.9);
}
.modal.rezi h3 {
  color: #FA9B23;
}
.modal.rezi .modal-close {
  background: #FA9B23;
}

.modal.is-show {
  z-index: 6000;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 90%;
  max-width: 940px;
  padding: 5rem;
  border-radius: 5px;
  background-color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .modal-window {
    top: 10rem;
    transform: translateX(-50%);
    padding: 2rem;
    height: 70vh;
  }
}
.modal-window h3 {
  text-align: center;
  margin: 0 0 5rem 0;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .modal-window h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
  }
}

.modal-body {
  max-height: calc(90vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .modal-body {
    max-height: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.modal-body p.detail {
  margin: 3rem 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  width: 54px;
  height: 54px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 54px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .modal-close {
    top: -1rem;
    right: -1rem;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

.zu_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .zu_flex {
    display: block;
  }
}
.zu_flex .image {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .zu_flex .image {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.zu_flex .txt {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .zu_flex .txt {
    width: 100%;
  }
}
.zu_flex .txt .exp {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 768px) {
  .zu_flex .txt .exp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.zu_flex .txt .exp .ttt {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 0.5rem 0;
  margin: 0 0 0.5rem 0;
}
.zu_flex .txt .exp .ttt .alp {
  background: #4BAAEB;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 1rem 0 0;
}
.zu_flex .txt .exp .ttt h4 {
  font-weight: bold;
}

body {
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

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

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .tate {
    writing-mode: horizontal-tb;
  }
}

.tatete {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html.win.gecko .ro, html.win.gecko .la {
  transform: rotate(0.001deg);
}

a, img {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.unborder::after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #011922;
}
@media only screen and (max-width: 768px) {
  .unborder::after {
    margin: 0.8rem auto;
  }
}

.lborder::after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #000;
}

.unborder_big::after {
  content: '';
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .unborder_big::after {
    margin: 1.4rem auto;
  }
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.normal_list li {
  padding: 0 0 0 0;
  margin: 0 0 0 0.3em;
  position: relative;
  list-style-type: disc;
  line-height: 1.5;
}

.d02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

main {
  width: 100%;
  overflow: hidden;
}

/* Page Loader */
.js .loading::before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

.maincont {
  position: relative;
}

.bg_image2 {
  overflow: hidden;
}
.bg_image2 ul {
  display: flex;
}

[data-scroll] {
  will-change: transform;
}

#hero {
  background: #F2F2F2;
  min-height: 700px;
  position: relative;
  min-width: 1000px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #hero {
    min-width: 0;
    padding: 0 0 5rem 0;
    width: 100%;
    overflow: hidden;
  }
}
#hero .copy_jp {
  position: absolute;
  top: 10%;
  left: 10%;
  font-weight: bold;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  color: #888888;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  #hero .copy_jp {
    position: static;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3rem;
  }
}
#hero .copy_jp p.big {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 0 -0.5em;
}
@media only screen and (max-width: 768px) {
  #hero .copy_jp p.big {
    font-size: 20px;
    font-size: 2rem;
  }
}
#hero .hero_bg {
  width: 50%;
  position: absolute;
  top: 20%;
  left: 13%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #hero .hero_bg {
    width: 100%;
    top: 20%;
    left: 0;
  }
}
#hero .copy_en {
  width: 100px;
  position: absolute;
  bottom: 20%;
  left: 10%;
}
@media only screen and (max-width: 768px) {
  #hero .copy_en {
    position: static;
    width: 100px;
    padding: 13rem 0 0 3rem;
    margin: 0 0 8rem 0;
  }
}
@media only screen and (max-width: 320px) {
  #hero .copy_en {
    padding: 10rem 0 0 3rem;
  }
}
#hero .copy_en ul li {
  margin: 0 0 1rem 0;
}
#hero .copy_jp01 {
  position: absolute;
  top: 8rem;
  left: 75%;
  z-index: 1000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #888888;
}
@media only screen and (max-width: 768px) {
  #hero .copy_jp01 {
    position: static;
    padding: 0 0 0 3rem;
    margin: 0 0 1em 0;
  }
}
#hero .copy_jp02 {
  position: absolute;
  top: 35rem;
  left: 75%;
  z-index: 1000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #888888;
}
@media only screen and (max-width: 768px) {
  #hero .copy_jp02 {
    position: static;
    padding: 0 0 0 3rem;
  }
}

.bgtxt01 {
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.bgtxt01.mb100 {
  margin: 0 0 20rem 0;
}
.bgtxt01.bgvisual li {
  width: 3000px;
}
.bgtxt01.bgvisual li img {
  width: auto;
  margin: 0 2rem 0 0;
}
.bgtxt01.t2630 li {
  width: 2630px;
}
.bgtxt01.bg03 {
  position: static;
  transform: none;
  line-height: 1.4;
  display: block;
  padding: 0 0 3rem 0;
}
.bgtxt01.s1480 {
  position: static;
  transform: none;
  line-height: 1;
}
.bgtxt01.s1480 li {
  width: 2840px;
  height: auto;
  padding: 2rem 0;
  margin: 0 2rem 0 0;
}
.bgtxt01.bg02, .bgtxt01.bg04 {
  position: static;
  transform: none;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .bgtxt01 {
    top: 24%;
  }
}
.bgtxt01 li {
  width: 4368px;
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .bgtxt01 li {
    width: 1400px;
    height: 200px;
  }
}
.bgtxt01 li img {
  margin: 0 2rem 0 0;
}

section.first {
  position: relative;
  min-width: 1100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section.first {
    min-width: 0;
  }
}

.intro {
  min-height: 1400px;
  background: url("/special/since_withr/img/top/intro_bg@2x.png") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .intro {
    min-height: 0;
    background-size: cover;
  }
}

.anim {
  opacity: 0;
}

.main_block {
  width: 480px;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin-top: -20rem;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .main_block {
    position: absolute;
    width: 60%;
    margin-top: 0;
    top: 15%;
    left: 60%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 320px) {
  .main_block {
    width: 50%;
    margin-top: 0;
    top: 18%;
    transform: translateX(-50%);
  }
}
.main_block.stop {
  margin-top: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .main_block.stop {
    width: 50%;
    margin-top: 0;
    top: 18%;
    transform: translateX(-50%);
  }
}
.main_block .block {
  width: 50%;
  position: absolute;
  opacity: 0;
}
.main_block .in {
  position: relative;
}
.main_block .block01 {
  left: 0;
  top: 0%;
}
.main_block .block02 {
  right: 0;
  top: 0%;
}
.main_block .block03 {
  left: 50%;
  top: 0;
  transform: translateY(75%) translateX(-50%);
}

div.intro {
  position: relative;
  min-height: 1400px;
  min-width: 1100px;
}
@media only screen and (max-width: 768px) {
  div.intro {
    min-width: 0;
    min-height: 500px;
  }
}
div.intro .box01 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
div.intro .btn_box {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 480px;
  z-index: 3000 !important;
}
@media only screen and (max-width: 768px) {
  div.intro .btn_box {
    position: static;
    transform: none;
  }
}
div.intro .btn_box .btn {
  width: 20%;
  position: absolute;
}
div.intro .btn_box .btn:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  div.intro .btn_box .btn {
    background: #ffffff;
    padding: 2rem;
    width: 35%;
  }
}
div.intro .btn_box .btn01 {
  top: 3rem;
  left: 7rem;
}
@media only screen and (max-width: 768px) {
  div.intro .btn_box .btn01 {
    top: 15%;
    left: 10%;
    background: #8CD21F;
  }
}
div.intro .btn_box .btn02 {
  top: 3rem;
  right: 7rem;
}
@media only screen and (max-width: 768px) {
  div.intro .btn_box .btn02 {
    top: 15%;
    left: 55%;
    background: #2DAAF0;
  }
}
div.intro .btn_box .btn03 {
  top: 23rem;
  left: 20rem;
}
@media only screen and (max-width: 768px) {
  div.intro .btn_box .btn03 {
    left: 50%;
    background: #FA9B23;
    top: 45%;
    transform: translateX(-50%);
  }
}

.top_main_cont {
  min-height: 100vh;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .top_main_cont {
    padding: 3rem 0 5rem 0;
    width: 100%;
    overflow: hidden;
  }
}
.top_main_cont .banner_flex {
  position: relative;
  margin: 0 0 20rem 0;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex {
    display: block;
    padding: 5%;
    margin: 0 0 5rem 0;
  }
  .top_main_cont .banner_flex:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 98%;
    top: 2rem;
    left: 2rem;
    content: "";
    z-index: -2;
  }
}
.top_main_cont .banner_flex.rv .images {
  margin: 0 0 0 auto;
}
.top_main_cont .banner_flex.rv .txt {
  left: 10%;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex.p01:after {
    background: rgba(140, 210, 31, 0.2);
  }
}
.top_main_cont .banner_flex.p01 .images:after, .top_main_cont .banner_flex.p01 .txt:after {
  background: rgba(140, 210, 31, 0.2);
}
.top_main_cont .banner_flex.p01 .txt:hover {
  color: #8CD21F !important;
}
.top_main_cont .banner_flex.p01 .txt:hover:after {
  background: rgba(140, 210, 31, 0.5);
  left: 2.5rem;
  top: 2.5rem;
}
.top_main_cont .banner_flex.p01 .txt:hover .right .animate_btn a {
  color: #8CD21F;
}
.top_main_cont .banner_flex.p01 .txt:hover .right .animate_btn a:before {
  background: #8CD21F;
}
.top_main_cont .banner_flex.p01 .txt:hover .right .animate_btn a:after {
  color: #8CD21F;
}
.top_main_cont .banner_flex.p01 .txt:hover .left .products path {
  fill: #8CD21F;
}
.top_main_cont .banner_flex.p01 .txt:hover .left .num p.en:before {
  background: #8CD21F;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex.p02:after {
    background: rgba(45, 170, 240, 0.2);
  }
}
.top_main_cont .banner_flex.p02 .images:after, .top_main_cont .banner_flex.p02 .txt:after {
  left: -3rem;
  background: rgba(45, 170, 240, 0.2);
}
.top_main_cont .banner_flex.p02 .txt:hover {
  color: #2DAAF0 !important;
}
.top_main_cont .banner_flex.p02 .txt:hover:after {
  background: rgba(45, 170, 240, 0.5);
  left: -2.5rem;
  top: 2.5rem;
}
.top_main_cont .banner_flex.p02 .txt:hover .right .animate_btn a {
  color: #2DAAF0;
}
.top_main_cont .banner_flex.p02 .txt:hover .right .animate_btn a:before {
  background: #2DAAF0;
}
.top_main_cont .banner_flex.p02 .txt:hover .right .animate_btn a:after {
  color: #2DAAF0;
}
.top_main_cont .banner_flex.p02 .txt:hover .left .products path {
  fill: #2DAAF0;
}
.top_main_cont .banner_flex.p02 .txt:hover .left .num p.en:before {
  background: #2DAAF0;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex.p03:after {
    background: rgba(250, 155, 35, 0.2);
  }
}
.top_main_cont .banner_flex.p03 .images:after, .top_main_cont .banner_flex.p03 .txt:after {
  background: rgba(250, 155, 35, 0.2);
}
.top_main_cont .banner_flex.p03 .txt:hover {
  color: #FA9B23 !important;
}
.top_main_cont .banner_flex.p03 .txt:hover:after {
  background: rgba(250, 155, 35, 0.5);
  left: 2.5rem;
  top: 2.5rem;
}
.top_main_cont .banner_flex.p03 .txt:hover .right .animate_btn a {
  color: #FA9B23;
}
.top_main_cont .banner_flex.p03 .txt:hover .right .animate_btn a:before {
  background: #FA9B23;
}
.top_main_cont .banner_flex.p03 .txt:hover .right .animate_btn a:after {
  color: #FA9B23;
}
.top_main_cont .banner_flex.p03 .txt:hover .left .products path {
  fill: #FA9B23;
}
.top_main_cont .banner_flex.p03 .txt:hover .left .num p.en:before {
  background: #FA9B23;
}
.top_main_cont .banner_flex .images {
  width: 70%;
  position: relative;
  margin: 0 0 0 0.1rem;
  transform: translateX(-0.1rem);
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .images {
    width: 100%;
    margin: 0 0 0 0.01rem;
  }
}
.top_main_cont .banner_flex .images:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3rem;
  left: 3rem;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .images:after {
    top: 2rem;
    left: 2rem;
    display: none;
  }
}
.top_main_cont .banner_flex .txt {
  position: absolute;
  bottom: -10rem;
  left: 30%;
  background: #ffffff;
  padding: 5rem 8rem;
  width: 60%;
  display: flex;
  color: #888;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt {
    position: static;
    width: 100%;
    padding: 7%;
    display: block;
  }
}
.top_main_cont .banner_flex .txt .inbg {
  position: absolute;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #ffffff;
}
.top_main_cont .banner_flex .txt a.big {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.top_main_cont .banner_flex .txt:hover .animate_btn a:before {
  width: 100%;
  left: 0;
}
.top_main_cont .banner_flex .txt .left {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .left {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .top_main_cont .banner_flex .txt .left .num {
    width: 5em;
  }
  .top_main_cont .banner_flex .txt .left .sp_block {
    flex: 1;
    text-align: right;
  }
  .top_main_cont .banner_flex .txt .left .sp_block .products {
    margin: 0 0 0 auto;
    width: 60%;
  }
}
.top_main_cont .banner_flex .txt .left .num p.en {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .left .num p.en {
    margin: 0 0 1rem 0;
  }
}
.top_main_cont .banner_flex .txt .left .num p.en:before {
  margin: 0 1rem 0 0;
  width: 3rem;
  height: 5px;
  background: #888;
  content: "";
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .left .num p.en:before {
    height: 3px;
  }
}
.top_main_cont .banner_flex .txt .left .products {
  width: 70%;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .left .products {
    margin: 0 0 1rem 0;
  }
}
.top_main_cont .banner_flex .txt .left .title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .left .title {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 2rem 0;
  }
}
.top_main_cont .banner_flex .txt .right {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .right {
    width: 100%;
  }
}
.top_main_cont .banner_flex .txt .right .lead {
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .right .lead {
    text-align: left;
    margin: 0 0 3rem 0;
  }
  .top_main_cont .banner_flex .txt .right .lead br {
    display: none;
  }
}
.top_main_cont .banner_flex .txt .right .link_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt .right .link_btn {
    position: static;
    text-align: right;
  }
}
.top_main_cont .banner_flex .txt:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3rem;
  left: 3rem;
  content: "";
  z-index: -2;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .top_main_cont .banner_flex .txt:after {
    top: 2rem;
    left: 2rem;
    display: none;
  }
}

:root {
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.bg_image {
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

*::-ms-backdrop, :root {
  --move-initial: 50vw;
  --move-final: -150vw;
}

.marquee {
  width: 100vw;
  overflow: hidden;
}

.marquee__inner {
  width: 100%;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 20s linear infinite;
  -webkit-animation: marquee 20s linear infinite;
}
.marquee__inner span {
  display: block;
  width: 100vw;
  margin: 0 3rem;
  flex-shrink: 0;
}
.marquee__inner.life01 span {
  width: 80vw;
}
@media only screen and (max-width: 768px) {
  .marquee__inner.life01 span {
    width: 100vw;
  }
}
.marquee__inner.life02 span {
  width: 65vw;
}
@media only screen and (max-width: 768px) {
  .marquee__inner.life02 span {
    width: 100vw;
  }
}
.marquee__inner.rezi04 span {
  width: 50vw;
}
@media only screen and (max-width: 768px) {
  .marquee__inner.rezi04 span {
    width: 100vw;
  }
}
.marquee__inner.rezi05 span {
  width: 40vw;
}
@media only screen and (max-width: 768px) {
  .marquee__inner.rezi05 span {
    width: 80vw;
  }
}

*::-ms-backdrop, .marquee__inner {
  width: 800vw;
  margin: 0;
  animation: marquee_ie 20s linear infinite;
  -webkit-animation: marquee_ie 20s linear infinite;
}
*::-ms-backdrop span, .marquee__inner span {
  display: block;
  width: 500px;
  margin: 0;
}

@keyframes marquee_ie {
  0% {
    transform: translate3d(0vw, 0, 0);
  }
  100% {
    transform: translate3d(-150vw, 0, 0);
  }
}
@-webkit-keyframes marquee_ie {
  0% {
    transform: translate3d(50vw, 0, 0);
  }
  100% {
    transform: translate3d(-150vw, 0, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.loop_wrap {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

@media only screen and (max-width: 768px) {
  .modal_spsc .modal-body {
    overflow-x: hidden;
  }
  .modal_spsc .spsc {
    width: 100%;
    overflow-x: auto;
  }
  .modal_spsc .spsc img {
    width: 600px;
  }
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.item__img-wrap {
  --aspect-ratio: 1/1.5;
  overflow: hidden;
  width: 500px;
  margin: 0 auto;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
  max-width: calc(100% - 2rem);
  will-change: transform;
}

.item:first-child .item__img-wrap {
  width: 100%;
  margin: 0;
  --aspect-ratio: 70/46;
  --image: url(/special/since_withr/img/toppsd-assets/photo01.jpg);
}

.item:nth-child(2) .item__img-wrap {
  width: 1000px;
  --aspect-ratio: 120/76;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/2.jpg);
}

.item:nth-child(3) .item__img-wrap {
  --aspect-ratio: 60/75;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/3.jpg);
}

.item:nth-child(4) .item__img-wrap {
  width: 800px;
  --aspect-ratio: 900/505;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/4.jpg);
}

.item:nth-child(5) .item__img-wrap {
  --aspect-ratio: 6/8;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/5.jpg);
}

.item:nth-child(6) .item__img-wrap {
  width: calc(100vw - 2rem);
  --aspect-ratio: 1500/844;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/6.jpg);
}

.item:nth-child(7) .item__img-wrap {
  width: 900px;
  --aspect-ratio: 1000/749;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/7.jpg);
}

.item:nth-child(8) .item__img-wrap {
  width: 900px;
  --aspect-ratio: 1000/562;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/8.jpg);
}

.item:nth-child(9) .item__img-wrap {
  --aspect-ratio: 60/75;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/9.jpg);
}

.item__img {
  --overflow: 40px;
  height: calc(100% + (2 * var(--overflow)));
  top: calc( -1 * var(--overflow));
  width: 100%;
  position: absolute;
  background-image: var(--image);
  background-size: cover;
  background-position: 50% 0%;
  will-change: transform;
}

.item__img--t1 {
  --overflow: 60px;
}

.item__img--t2 {
  --overflow: 120px;
}

.item__img--t3 {
  --overflow: 120px;
}

.item__caption {
  padding: 2rem 1rem;
}

.item__caption-title {
  font-family: paralucent, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
}

.item__caption-copy {
  margin: 0;
}

.item__caption-copy::before {
  content: '__';
  line-height: 1;
  color: var(--color-link);
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 1rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .case_wrap {
    padding: 0 0 5rem 0;
  }
}
.case_wrap .num p.en {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .case_wrap .num p.en {
    margin: 0 0 1rem 0;
  }
}
.case_wrap .num p.en:before {
  margin: 0 1rem 0 0;
  width: 3rem;
  height: 5px;
  background: #888;
  content: "";
}
@media only screen and (max-width: 768px) {
  .case_wrap .num p.en:before {
    height: 3px;
  }
}
.case_wrap .innerex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #f0efed;
  background: url("/special/since_withr/img/case/bg@2x.png") #f0efed;
  background-size: contain;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .case_wrap .innerex {
    display: block;
  }
}
.case_wrap .innerex .image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .case_wrap .innerex .image {
    width: 100%;
  }
}
.case_wrap .innerex .txt {
  width: 50%;
  padding: 0 10%;
}
@media only screen and (max-width: 768px) {
  .case_wrap .innerex .txt {
    width: 100%;
    padding: 5%;
  }
}
.case_wrap .innerex .txt h3 {
  width: 300px;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .case_wrap .innerex .txt h3 {
    width: 50%;
  }
}
.case_wrap .innerex .txt p {
  font-weight: bold;
  color: #A0968C;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .case_wrap .innerex .txt p {
    margin: 0 0 3rem 0;
  }
}
.case_wrap .innerex .view_btn {
  position: relative;
}
.case_wrap .innerex .view_btn .arrow {
  width: 44px;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
.case_wrap .innerex .view_btn a {
  display: block;
  transition: all .3s ease;
  color: #6E415A;
  border: 3px solid #6E415A;
  padding: 2rem;
  background: #ffffff;
}
.case_wrap .innerex .view_btn a:hover {
  background: #6E415A;
  color: #ffffff;
}
