@charset "UTF-8";
/* CSS Document */
.side__btn {
  z-index: 20;
}

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

.common-header {
  position: fixed;
  z-index: 15;
  width: 100%;
  top: 0px;
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .common-header {
    position: absolute;
  }
}

.common-header.fixed {
  z-index: 15;
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .common-header.fixed {
    display: none;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.contZone {
  position: relative;
  text-align: center;
}

.contBox {
  display: none;
  margin-top: -27px;
}

@media screen and (max-width: 767px) {
  .contBox {
    margin-top: -22px;
  }
}

.contBox.on {
  display: block;
}

.active .u-ttl.sticky .c2,
.active .u-ttl.sticky .c3 {
  background: #FFF;
}

.u-ttl {
  z-index: 1;
  text-align: center;
  position: relative;
  top: 0px;
}

.u-ttl.sticky {
  z-index: 8;
  position: sticky;
  top: 235px;
}

.u-ttl.sticky .c2,
.u-ttl.sticky .c3 {
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .u-ttl.sticky {
    top: 93px;
  }
}

.u-ttl.sticky2 {
  z-index: 8;
  position: sticky;
  top: 235px;
}

.u-ttl.sticky2 span {
  background: #EEE;
}

.u-ttl.sticky2 span.active {
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .u-ttl.sticky2 {
    top: 93px;
  }
}

.u-ttl span {
  display: inline-block;
  padding: .6em .5em .3em .5em;
  background-color: white;
  line-height: 1;
  position: relative;
  top: -26px;
  box-sizing: border-box;
  font-size: 14px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .u-ttl span {
    top: -22px;
  }
}

.u-ttl span.c2 {
  background: #EEE;
}

.u-ttl span.c3 {
  background: #e5e5e5;
}

.u- {
  /* パディング */
  /* インナー */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.u-imageBox {
  background: #FFF;
  text-align: left;
  background-image: url("../img/main/main.jpg");
  background-position: center;
  height: 50vw;
  max-height: 750px;
  background-size: cover;
}

.u-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.u-inner.sz2 {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .u-inner {
    max-width: none;
    width: auto;
    padding: 0 15px;
  }
}

.u-titleBox {
  text-align: center;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .u-titleBox {
    padding: 0 15px;
  }
}

.u-titleBox:hover {
  opacity: .7;
}

.u-titleBox .btnArea {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  display: flex;
  width: 700px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea {
    width: auto;
    font-size: 16px;
  }
}

.u-titleBox .btnArea .num {
  display: block;
  font-size: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea .num {
    font-size: 20px;
    margin-right: 15px;
  }
}

.u-titleBox .btnArea .txt {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea .txt {
    font-size: 15px;
  }
}

.u-mainColor {
  background-color: #f00;
}

.u-subColor {
  background-color: #0f0;
}

.u-accentColor {
  background-color: #00f;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: 0.3s;
}

.u-btn1.clr1:hover {
  opacity: 0.7;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn1.clr2:hover {
  background-color: #ff1616;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.46933vw;
    height: 4vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.66667vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.66667vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.26667vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/**scop colorbox**/
#colorbox {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  #colorbox {
    width: 100% !important;
    left: 0 !important;
  }
}

#colorbox #cboxWrapper {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper {
    width: 100vw !important;
  }
}

#colorbox #cboxWrapper #cboxContent {
  position: relative;
  bottom: -45px;
  right: -45px;
  float: none !important;
  margin: 0 auto;
  height: 680px !important;
  background: #3f3f3f;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent {
    width: 82.7vw !important;
    bottom: 0;
    right: 0;
    height: inherit !important;
  }
}

#colorbox #cboxWrapper #cboxContent:before, #colorbox #cboxWrapper #cboxContent:after {
  position: absolute;
  content: "";
  width: 91px;
  height: 91px;
  background: url("../img/scope/slash.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent:before, #colorbox #cboxWrapper #cboxContent:after {
    content: none;
  }
}

#colorbox #cboxWrapper #cboxContent:before {
  top: -90px;
  right: 0;
}

#colorbox #cboxWrapper #cboxContent:after {
  left: -90px;
  bottom: 0;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  position: relative;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    width: 82.7vw !important;
    height: auto !important;
    padding-bottom: 26.66667vw;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 91px;
  height: 91px;
  background: url("../img/scope/slash_wht.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent:before {
    content: none;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont {
  position: relative;
  top: -90px;
  left: -90px;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont {
    top: 0;
    left: 0;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner {
    flex-direction: column-reverse;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner:after {
  content: "";
  width: 680px;
  height: 680px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner:after {
    width: 82.7vw;
    height: 82.7vw;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt {
  position: relative;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt h2 {
  position: relative;
  top: 15px;
  left: -20px;
  font-size: 3.125rem;
  line-height: 1.4;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt h2 {
    top: 0;
    left: 0;
    font-size: 8vw;
    line-height: 1.16667;
    margin: 0 5.33333vw;
    padding-top: 10.66667vw;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt .lead {
  width: 330px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt .lead {
    width: auto;
    position: static;
    font-size: 3.73333vw;
    line-height: 1.78571;
    margin: 0 5.33333vw;
    padding: 10.66667vw 0 15.33333vw;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal1 .wrapInner:after {
  background: url("../img/scope/modal_img1.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal2 .wrapInner:after {
  background: url("../img/scope/modal_img2.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal3 .wrapInner:after {
  background: url("../img/scope/modal_img3.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal4 .wrapInner:after {
  background: url("../img/scope/modal_img4.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal5 .wrapInner:after {
  background: url("../img/scope/modal_img5.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal6 .wrapInner:after {
  background: url("../img/scope/modal_img6.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal7 .wrapInner:after {
  background: url("../img/scope/modal_img7.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal8 .wrapInner:after {
  background: url("../img/scope/modal_img8.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont#modal9 .wrapInner:after {
  background: url("../img/scope/modal_img9.jpg") no-repeat;
  background-size: cover;
}

#colorbox #cboxWrapper #cboxTopLeft,
#colorbox #cboxWrapper #cboxTopCenter,
#colorbox #cboxWrapper #cboxTopRight,
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxMiddleRight,
#colorbox #cboxWrapper #cboxBottomLeft,
#colorbox #cboxWrapper #cboxBottomCenter,
#colorbox #cboxWrapper #cboxBottomRight {
  display: none !important;
}

#colorbox #cboxWrapper #cboxPrevious,
#colorbox #cboxWrapper #cboxNext,
#colorbox #cboxWrapper #cboxClose {
  text-indent: 0;
  background: none;
}

#colorbox #cboxWrapper #cboxPrevious,
#colorbox #cboxWrapper #cboxNext {
  bottom: 40px;
  width: auto;
  height: auto;
  color: #bcbcbc;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxPrevious,
  #colorbox #cboxWrapper #cboxNext {
    display: flex;
    align-items: center;
    font-size: 4.8vw;
    bottom: 10.66667vw;
  }
}

#colorbox #cboxWrapper #cboxPrevious {
  right: inherit;
  left: 60px;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxPrevious {
    left: 6.66667vw;
  }
}

#colorbox #cboxWrapper #cboxPrevious:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 8px;
  margin-right: .5em;
  background: url("../img/scope/arw_l.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxPrevious:before {
    width: 5.33333vw;
    height: 1.33333vw;
    margin-right: 1.33333vw;
  }
}

#colorbox #cboxWrapper #cboxNext {
  right: 150px;
  left: inherit;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxNext {
    right: 4.8vw;
  }
}

#colorbox #cboxWrapper #cboxNext:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 8px;
  margin-left: .5em;
  background: url("../img/scope/arw_r.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxNext:after {
    width: 5.33333vw;
    height: 1.33333vw;
    margin-left: 1.33333vw;
  }
}

#colorbox #cboxWrapper #cboxClose {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 90px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url("../img/scope/btn_close.svg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxClose {
    width: 4.8vw;
    height: 4.8vw;
    right: 0;
    bottom: 10.66667vw;
  }
}
