@charset "UTF-8";
/*--------------------
 1. Colorbox Core Reset & Base
--------------------*/
body.scroll-lock {
  overflow: hidden !important;
  touch-action: none;
}

#colorbox,
#colorbox *,
#colorbox *::before,
#colorbox *::after {
  box-sizing: border-box !important;
}

#cboxWrapper,
#cboxContent,
#cboxLoadedContent,
#cboxLoadedContent > div {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  z-index: 9999;
  max-height: 95vh !important;
  outline: none;
}
@media only screen and (min-width: 641px) {
  #colorbox {
    max-height: 95vh !important;
  }
}

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.95);
}

#cboxLoadedContent {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  background-color: #000 !important;
}
#cboxLoadedContent::-webkit-scrollbar {
  width: 6px;
}
#cboxLoadedContent::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

#points-window {
  display: none;
  position: relative;
}

#cboxLoadedContent div[id^=point-w],
.modal-content-wrap {
  display: block !important;
  visibility: visible !important;
  position: relative;
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 320px;
}
@media only screen and (min-width: 641px) {
  #cboxLoadedContent div[id^=point-w],
  .modal-content-wrap {
    min-height: 620px;
  }
}

/*--------------------
 2. Swiper Background
--------------------*/
.mySwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.mySwiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* 各スライドの背景画像 */
#point-gold .slide-bg-01 {
  background-image: url(../images/gold-01.jpg);
}

#point-gold .slide-bg-02 {
  background-image: url(../images/gold-02.jpg);
}

#point-blue .slide-bg-01 {
  background-image: url(../images/blue-01.jpg);
}

#point-blue .slide-bg-02 {
  background-image: url(../images/blue-02.jpg);
}

#point-red .slide-bg-01 {
  background-image: url(../images/red-01.jpg);
}

#point-red .slide-bg-02 {
  background-image: url(../images/red-02.jpg);
}

#point-black .slide-bg-01 {
  background-image: url(../images/black-01.jpg);
}

#point-black .slide-bg-02 {
  background-image: url(../images/black-02.jpg);
}

#point-green .slide-bg-01 {
  background-image: url(../images/green-01.jpg);
}

#point-green .slide-bg-02 {
  background-image: url(../images/green-02.jpg);
}

#point-white .slide-bg-01 {
  background-image: url(../images/white-01.jpg);
}

#point-white .slide-bg-02 {
  background-image: url(../images/white-02.jpg);
}

#point-gray .slide-bg-01 {
  background-image: url(../images/gray-01.jpg);
}

#point-gray .slide-bg-02 {
  background-image: url(../images/gray-02.jpg);
}

/*--------------------
 3. Modal Inner Content & Typography
--------------------*/
.modal__inner {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 290px 10px 10px !important;
}
@media only screen and (min-width: 641px) {
  .modal__inner {
    padding: 520px 30px 30px !important;
  }
}

@media only screen and (max-width: 390px) {
  #point-white .modal__title,
  #point-white .modal__text {
    letter-spacing: -0.02em;
  }
}
@media only screen and (max-width: 375px) {
  #point-white .modal__title,
  #point-white .modal__text {
    letter-spacing: -0.05em;
  }
}

.modal__title-wrap {
  position: relative;
  border-bottom: #fff solid 1px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  .modal__title-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.modal__title-wrap.white {
  border-bottom: #000 solid 1px;
}
.modal__title-img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .modal__title-img {
    width: 100%;
    max-width: 582px;
  }
}
.modal__title-img img {
  width: 100%;
  height: auto;
}
.modal__title {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (min-width: 641px) {
  .modal__title {
    font-size: 23px;
  }
}
.modal__text-wrap {
  position: relative;
  padding-top: 8px;
}
@media only screen and (min-width: 641px) {
  .modal__text-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.modal__text {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: justify;
  margin-top: 3px;
}
@media only screen and (min-width: 641px) {
  .modal__text {
    font-size: 18px;
    margin-top: 0px;
  }
}

figure {
  margin: 0;
}

/*--------------------
 4. Colorbox Controls (Buttons & Arrows)
--------------------*/
#cboxClose, #cboxPrevious, #cboxNext {
  z-index: 100;
  cursor: pointer;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px !important;
  width: 20px;
  height: 20px;
  background: url(../images/icn-close-w.svg) no-repeat center center !important;
  background-size: 15px 15px !important;
  text-indent: -9999px !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #cboxClose {
    top: 25px;
    right: 25px !important;
    width: 20px;
  }
}

#cboxPrevious, #cboxNext {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px !important;
  position: absolute;
  width: 44px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  top: 15%;
}
@media only screen and (min-width: 641px) {
  #cboxPrevious, #cboxNext {
    top: 15%;
    width: 45px;
    height: 480px;
    margin-top: -0.75rem;
  }
}

#cboxPrevious {
  left: -14px;
}
@media only screen and (min-width: 641px) {
  #cboxPrevious {
    left: 0px;
  }
}

#cboxNext {
  right: -14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transform-origin: center center;
}
@media only screen and (min-width: 641px) {
  #cboxNext {
    right: 0px;
  }
}

/* テーマ別矢印画像指定 */
#colorbox.theme-gold #cboxPrevious, #colorbox.theme-gold #cboxNext {
  background-image: url(../images/icn-arrow-gold.png);
}

#colorbox.theme-blue #cboxPrevious, #colorbox.theme-blue #cboxNext {
  background-image: url(../images/icn-arrow-blue.png);
}

#colorbox.theme-red #cboxPrevious, #colorbox.theme-red #cboxNext {
  background-image: url(../images/icn-arrow-red.png);
}

#colorbox.theme-black #cboxPrevious, #colorbox.theme-black #cboxNext {
  background-image: url(../images/icn-arrow-black.png);
}

#colorbox.theme-green #cboxPrevious, #colorbox.theme-green #cboxNext {
  background-image: url(../images/icn-arrow-green.png);
}

#colorbox.theme-white #cboxPrevious, #colorbox.theme-white #cboxNext {
  background-image: url(../images/icn-arrow-white.png);
}

#colorbox.theme-gray #cboxPrevious, #colorbox.theme-gray #cboxNext {
  background-image: url(../images/icn-arrow-gray.png);
}

body #cboxClose:hover,
#cboxClose:hover {
  background-position: center center !important;
  opacity: 0.8 !important;
}

body #cboxNext:hover,
body #cboxPrevious:hover {
  background-position: center center !important;
  opacity: 0.8 !important;
}

/*--------------------
 5. Theme Colors
--------------------*/
#colorbox.theme-gold .modal__inner {
  color: #fff;
}

#colorbox.theme-blue .modal__inner {
  color: #fff;
}

#colorbox.theme-red .modal__inner {
  color: #fff;
}

#colorbox.theme-black .modal__inner {
  color: #fff;
}

#colorbox.theme-green .modal__inner {
  color: #fff;
}

#colorbox.theme-white .modal__inner {
  color: #000;
}

#colorbox.theme-gray .modal__inner {
  color: #fff;
}

/*# sourceMappingURL=c-box.css.map */