:root {
  --color-main01: #007995;
}

:root {
  --vw-size11: clamp(10px, calc(((11 + 2) / 1360) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 2) / 1360) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 2) / 1360) * 100vw), 14px);
  --vw-size16: clamp(13px, calc(((16 + 2) / 1360) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 2) / 1360) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 2) / 1360) * 100vw), 20px);
  --vw-size24: clamp(18px, calc(((24 + 2) / 1360) * 100vw), 24px);
  --vw-size28: clamp(19px, calc(((28 + 2) / 1360) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 2) / 1360) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 2) / 1360) * 100vw), 32px);
  --vw-size40: clamp(22px, calc(((40 + 2) / 1360) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 2) / 1360) * 100vw), 45px);
  --vw-size48: clamp(26px, calc(((48 + 2) / 1360) * 100vw), 48px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1360) * 100vw), 56px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1360) * 100vw), 80px);
  --vw-size100: clamp(50px, calc(((100 + 2) / 1360) * 100vw), 100px);
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
#tel-footer .other-links a {
  color: #fff;
}

#tel-footer, #textlink-footer, #pickup, #bnr_bz, #bnr_bz_events {
  background: #171D1F !important;
}

#bnr_bz_events {
  text-align: center;
  margin-top: 1px;
  padding: 60px 20px 0;
}

#pickup {
  padding-bottom: 0;
}

.bnr_bzItems div {
  background: #fff;
}
@media screen and (max-width: 619px) {
  .bnr_bzItems div {
    margin: 0 1px;
    padding: 3px 1px;
  }
}

.contents-title {
  color: #fff;
  border-bottom: none;
  position: relative;
}
.contents-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 10px !important;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
figure figcaption.bk {
  color: #000;
  text-shadow: none;
}
figure figcaption.bk.bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  text-shadow: none;
  bottom: 1px;
  right: 1px;
}
figure figcaption.wh {
  text-shadow: none;
}
figure figcaption.left {
  text-align: left;
  right: auto;
  left: 5px;
}
figure figcaption.btm {
  color: #000;
  margin-top: 5px;
  text-shadow: none;
  position: static;
}
figure figcaption.top {
  bottom: auto;
  top: 5px;
}
figure figcaption.bg {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  text-shadow: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  figure figcaption.bg.spbtm {
    background: none;
    padding: 0;
  }
}
figure figcaption.bg.left {
  text-align: left;
  right: auto;
  left: 0;
}
figure figcaption.bg02 {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-shadow: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  figure figcaption.bg02 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  figure figcaption.bg02.spbtm {
    background: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  figure figcaption.spbtm {
    color: #000;
    margin-top: 5px;
    text-shadow: none;
    position: static;
  }
}

.c-cc {
  font-size: var(--vw-size24);
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.c-text {
  font-size: var(--vw-size16);
  line-height: 2.3em;
}
.c-text.cnt {
  text-align: center;
}
@media (max-width: 767px) {
  .c-text.cnt.spLeft {
    text-align: left;
  }
}

.c-subtext {
  font-size: var(--vw-size14);
}

.center {
  text-align: center;
}

.note {
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note {
    font-size: 10px;
  }
}
.note + .note {
  margin-top: 0;
}
.note.mt10 {
  margin-top: 10px;
}
.note.mt0 {
  margin-top: 0;
}
.note.c01 {
  text-indent: -1em;
  padding-left: 1em;
}
.note.c02 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.note.cnt {
  text-align: center;
}
.note.right {
  text-align: right;
}

.spImgScroll {
  position: relative;
}
@media (max-width: 767px) {
  .spImgScroll {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spImgScroll::before {
    content: "";
    width: 150px;
    height: 50px;
    background: url(../../img/icon_swipe.png) no-repeat center center;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-animation: swipe 2.5s linear 0s infinite;
            animation: swipe 2.5s linear 0s infinite;
    -webkit-transition: opacity 0.4s linear 0s;
    transition: opacity 0.4s linear 0s;
  }
}
.spImgScroll.iconOff::before {
  opacity: 0;
}
.spImgScroll .cap01 {
  font-size: 10px;
  color: #000;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
.spImgScroll .cap01.wh {
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media (max-width: 767px) {
  .spImgScroll .imgInner {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .spImgScroll .imgInner img {
    width: 900px;
    max-width: none;
  }
}

@-webkit-keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}

@keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}
.inner01 {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}

.invFade {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
.invFade.fa01 {
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
.invFade.fa02 {
  -webkit-transition: opacity 1s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, filter 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, filter 1s ease 0.3s, -webkit-filter 1s ease 0.3s;
}
.invFade.fa03 {
  -webkit-transition: opacity 1s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, filter 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, filter 1s ease 0.6s, -webkit-filter 1s ease 0.6s;
}
.invFade.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.invRight {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.invRight.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.invLeft {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.invLeft.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.invUp {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
}
.invUp.fa01 {
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, filter 1s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, filter 1s ease 0.3s, -webkit-transform 0.8s ease 0.3s, -webkit-filter 1s ease 0.3s;
}
.invUp.fa02 {
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s, filter 1s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s, filter 1s ease 0.6s, -webkit-transform 0.8s ease 0.6s, -webkit-filter 1s ease 0.6s;
}
.invUp.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .invRight {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .invLeft {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  .invUp {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media screen and (max-width: 767px) {
  .invRight {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .invLeft {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .invUp {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.mt200 {
  margin-top: clamp(100px, 14.7058823529%, 200px) !important;
}

.mt160 {
  margin-top: clamp(80px, 11.7647058824%, 160px) !important;
}

.mt120 {
  margin-top: clamp(60px, 8.8235294118%, 120px) !important;
}

.mt80 {
  margin-top: clamp(40px, 5.8823529412%, 80px) !important;
}

.mt60 {
  margin-top: clamp(30px, 4.4117647059%, 60px) !important;
}

.mt40 {
  margin-top: clamp(20px, 2.9411764706%, 40px) !important;
}

.mt30 {
  margin-top: clamp(20px, 2.2058823529%, 30px) !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb200 {
  margin-bottom: clamp(100px, 14.7058823529%, 200px) !important;
}

.mb160 {
  margin-bottom: clamp(80px, 11.7647058824%, 160px) !important;
}

.mb120 {
  margin-bottom: clamp(60px, 8.8235294118%, 120px) !important;
}

.mb80 {
  margin-bottom: clamp(40px, 5.8823529412%, 80px) !important;
}

.mb60 {
  margin-bottom: clamp(30px, 4.4117647059%, 60px) !important;
}

.mb40 {
  margin-bottom: clamp(20px, 2.9411764706%, 40px) !important;
}

.mb30 {
  margin-bottom: clamp(20px, 2.2058823529%, 30px) !important;
}

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