/* Scss Document */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

header {
  background: url("../img/shared/h_bg.jpg") center top no-repeat, #000;
  position: relative;
  
}

header .logo {
  padding: 90px 0 171px;
  text-align: right;
  position: relative;
  z-index: 1;
}

header h1 {
  position: absolute;
  top: 13px;
  right: 100px;
  color: #828282;
  font-size: 15px;
  line-height: 28px;
  z-index: 3;
}

header .photo {
  position: absolute;
  top: 0;
  right: calc(50% - 156px);
  z-index: 2;
}

header .fire {
  position: absolute;
  bottom: 0;
  left: calc(50% - 244px);
}
@media(max-width: 1200px){
  header .fire{
    right: calc(-50vw + 500px);
    overflow: hidden;
  }
}
header:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 175px;
  background: url("../img/shared/h_Bottom.jpg") center;
  background-size: 100% 100%;
  z-index:1;
}

@media (max-width: 767px) {
  header h1 {
    font-size: 10px;
    line-height: 1.2;
  }
  header .photo {
    width: 120%;
    left: -50%;
  }
  header .logo {
    padding-bottom: 100px;
  }
  header .fire {
    display: none;
  }
  header:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 81.06667vw;
    background: url("../img/index/fire_sp.jpg") center bottom no-repeat;
    background-size: 100%;
  }
}

.nav-header {
  z-index: 103;
  background: #000;
}

.nav-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% + 350px);
  bottom: 0;
  left: 0;
  background: url("../img/index/menu_bg_left.jpg");
}

.nav-header .js-scroll {
  height: 100%;
  color: #fff;
  padding-top: 175px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-header .js-scroll .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-header .js-scroll .left {
  font-size: 26px;
  line-height: 60px;
  padding-left: 215px;
  font-weight: 700;
}

.nav-header .js-scroll .left a:hover {
  text-decoration: none;
  color: #9c0505;
}

.nav-header .js-scroll .left .dropdown li a {
  font-size: 20px;
  line-height: 40px;
}

.nav-header .js-scroll .right {
  width: 432px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-header .js-scroll .right .block {
  border: 3px solid #585858;
  padding: 0 58px 40px;
}

.nav-header .js-scroll .right .block .ttl {
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: -30px;
  margin-bottom: 37px;
  text-align: center;
  padding: 0 37px;
  background: #000;
}

.nav-header .js-scroll .right .block li {
  text-align: center;
}

.nav-header .js-scroll .right .block li + li {
  margin-top: 20px;
}

.nav-header .js-scroll .right .block li a {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #9c0505;
  font-weight: 700;
  max-width: 100%;
  text-align: center;
  width: 300px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.nav-header .js-scroll .right .block li a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

.nav-header .js-scroll .right .block li a:after {
  content: '';
  width: 14px;
  height: 15px;
  background: url("../img/index/icon_arr.jpg") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.nav-header .js-scroll .right .block li a:hover {
  text-decoration: none;
}

.nav-header .js-scroll .right .block li a:hover:before {
  -webkit-transform: none;
          transform: none;
}

.nav-header .js-scroll .right .block + .block {
  margin-top: 39px;
}

@media (max-width: 767px) {
  .nav-header .js-scroll {
    padding-top: 20px;
    padding-bottom: 160px;

  }
  .nav-header .js-scroll .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-header .js-scroll .wrap .left, .nav-header .js-scroll .wrap .right {
    width: 100%;
    padding-left: 0;
  }
  .nav-header .js-scroll .wrap .left {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .nav-header .js-scroll .wrap .left .dropdown li a {
    font-size: 16px;
    line-height: 40px;
  }
  .nav-header .js-scroll .wrap .right .block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hamberger-btn {
  cursor: pointer;
}

#key li:nth-child(1) {
  background: url(../img/index/key_img1.jpg) no-repeat center/cover;
}

#key li:nth-child(2) {
  background: url(../img/index/key_img2.jpg) no-repeat center/cover;
}

#key li:nth-child(3) {
  background: url(../img/index/key_img3.jpg) no-repeat center/cover;
}

#key li:nth-child(4) {
  background: url(../img/index/key_img4.jpg) no-repeat center/cover;
}

section {
  z-index: 1;
}

#sec1 {
  position: relative;z-index: 0;
}

#sec1 .set1 {
  font-weight: 700;
  background: url("../img/index/sec1_set1_bg.jpg") center top no-repeat;
  background-size: 100%;
  z-index: 1;
  padding-bottom: 300px;
  position: relative;
}

#sec1 .set1:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 212px;
  background: url("../img/index/sec1_set2_top.png") center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

#sec1 .set1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sec1 .set1 .photo {
  position: absolute;
  top: -98px;
  left: -250px;
}

#sec1 .set1 .txt1 {
  width: 777px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

#sec1 .set1 .txt2 {
  width: 500px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 28px;
}

#sec1 .set1 h2 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

#sec1 .set1 h3 {
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0.025em;
  width: 500px;
  margin: 25px 0 18px;
  position: relative;
  z-index: 1;
}

#sec1 .set1 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sec1 .set2 {
  position: relative;
  background: url("../img/index/sec1_set2_bg.jpg");
  color: #fff;
  padding-bottom: 106px;
  max-width: 100%;
  /* overflow: hidden; */
}

#sec1 .set2 h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 33px;
}

#sec1 .set2 .photo {
  position: absolute;
  top: -200px;
  left: calc(50% - 20px);
  z-index: 1;
}

#sec1 .set2 .txt {
  font-size: 15px;
  line-height: 28px;
  width: 480px;
  max-width: 100%;
}

#sec1 .set2:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  max-width: 100vw;
  height: 725px;
  background: url("../img/index/sec1_set2_img_Bg.png") center no-repeat;
  width: 1663px;
}

#sec1 .set2 .mid {
  margin: 80px -190px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #fff;
  padding: 36px 50px 97px;
  background: url("../img/index/sec1_set2_bg.png") top left no-repeat;
  position: relative;
}

#sec1 .set2 .mid h3 {
  position: absolute;
  top: -44px;
  left: 423px;
}

#sec1 .set2 .mid .content {
  padding-left: 542px;
}

#sec1 .set2 .mid .content p + p {
  margin-top: 16px;
}

#sec1 .set2 .mid .slider-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec1 .set2 .mid .slider-sp .block {
  padding: 42px 20px 0;
  width: 393px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#sec1 .set2 .mid .slider-sp .block.bl1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 393px;
  height: 379px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  background: url("../img/index/sec1_set2_bg1.png") center top no-repeat;
  background-size: 100%;
  z-index: -1;
}

#sec1 .set2 .mid .slider-sp .block.bl2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 393px;
  height: 379px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  background: url("../img/index/sec1_set2_bg2.png") center top no-repeat;
  background-size: 100%;
  z-index: -1;
}

#sec1 .set2 .mid .slider-sp .block dl dt {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 30px;
}

#sec1 .set2 .mid .slider-sp .block dl dt span {
  font-size: 30px;
  letter-spacing: 0.025em;
}

#sec1 .set2 .mid:before {
  content: '';
  position: absolute;
  bottom: 61px;
  left: -20px;
  width: 105px;
  height: 537px;
  background: url("../img/index/sec1_set2_deco.png");
}

#sec1 .set2 .bottom {
  padding-top: 67px;
}

#sec1 .set2 .bottom .slider-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec1 .set2 .bottom .slider-sp .block {
  padding: 0 20px;
  width: 480px;
}

#sec1 .set2 .bottom .slider-sp .block dl dt {
  position: relative;
}

#sec1 .set2 .bottom .slider-sp .block dl dt span {
  position: absolute;
  bottom: -35px;
  left: 0;
  font-size: 36px;
  line-height: 50px;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  background: #000;
}

#sec1 .set2 .bottom .slider-sp .block dl dd {
  line-height: 28px;
  padding: 48px 20px 25px;
}

#sec1 .set2 .bottom .btnlink {
  text-align: center;
}

#sec1 .set2 .bottom .btnlink a {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #9c0505;
  font-weight: 700;
  text-align: center;
  width: 330px;
  position: relative;
  z-index: 1;
}

#sec1 .set2 .bottom .btnlink a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

#sec1 .set2 .bottom .btnlink a:after {
  content: '';
  width: 14px;
  height: 15px;
  background: url("../img/index/icon_arr.jpg") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

#sec1 .set2 .bottom .btnlink a:hover {
  text-decoration: none;
}

#sec1 .set2 .bottom .btnlink a:hover:before {
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1200px) {
  #sec1 .set2 .mid {
    margin: 80px -35px 0;
  }
}

@media (max-width: 767px) {
  #sec1 .set1 {
    background-size: 100%;
    padding-bottom: 100px;
  }
  #sec1 .set1:before {
    height: 80px;
  }
  #sec1 .set1 h2 {
    font-size: 18vw;
    text-align: right;
    line-height: 1;
    margin: 0;
  }
  #sec1 .set1 h3 {
    display: inline-block;
    width: auto;
    font-size: 8vw;
    line-height: 1.2;
    margin: 10px 0 20px;
    width: 60%;
  }
  #sec1 .set1 .bottom {
    position: relative;
  }
  #sec1 .set1 .bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: -4vw;
    bottom: 0;
    left: -4vw;
    background: url("../img/index/sec1_bg_bot.jpg") top center no-repeat;
    background-size: 100%;
  }
  #sec1 .set1 .photo {
    width: 80%;
    left: -39vw;
    top: -29vw;
  }
  #sec1 .set1 .txt1, #sec1 .set1 .txt2 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #sec1 .set1 .txt2 br {
    display: none;
  }
  #sec1 .set2 h2{
    font-size: 15vw;
  }
  #sec1 .set2 .top {
    margin-top: -15vw;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
  }
  #sec1 .set2 .photo {
    position: static;
  }
  #sec1 .set2:before {
    display: none;
  }
  #sec1 .set2 .mid {
    margin: 40px 0 0;
    padding: 55vw 30px  40px;
    background-size: 115%;
  }
  #sec1 .set2 .mid .content {
    padding: 0;
  }
  #sec1 .set2 .mid h3 {
    left: auto;
    right: -5vw;
    width: 25%;
  }
  #sec1 .set2 .mid:before {
    bottom: auto;
    top: -5vw;
    width: 15%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -2vw;
  }
  #sec1 .set2 .mid .slider-sp {
    margin-top: 30px;
    display: block;
   
  }

  #sec1 .set2 .mid .slider-sp .block {
    width: 100%;
    padding: 0;
    padding-bottom: 35px;
  }
  #sec1 .set2 .mid .slider-sp .block:before {
    width: 85% !important;
  }
  #sec1 .set2 .mid .slider-sp .block dl dt {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
  #sec1 .set2 .mid .slider-sp .block dl dt span {
    font-size: 5.5vw;
    letter-spacing: 0.025em;
  }
  #sec1 .set2 .mid .slider-sp .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec1 .set2 .mid .slider-sp .slick-dots li {
    padding: 0 5px;
  }
  #sec1 .set2 .mid .slider-sp .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    border: 3px solid #fff;
  }
  #sec1 .set2 .mid .slider-sp .slick-dots li.slick-active button {
    background: #fff;
  }
  #sec1 .set2 .bottom {
    padding-top: 30px;
  }
  #sec1 .set2 .bottom .slider-sp {
    margin-top: 30px;
    display: block;
  }
  #sec1 .set2 .bottom .slider-sp .block {
    width: 100%;
    padding: 0;
  }
  #sec1 .set2 .bottom .slider-sp .block dl dt {
    position: relative;
  }
  #sec1 .set2 .bottom .slider-sp .block dl dt span {
    font-size: 7vw;
    line-height: 40px;
    padding: 5px 10px;
    font-weight: 700;
    color: #fff;
    background: #000;
  }
  #sec1 .set2 .bottom .slider-sp img {
    width: 100%;
  }
  #sec1 .set2 .bottom .slider-sp .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec1 .set2 .bottom .slider-sp .slick-dots li {
    padding: 0 5px;
  }
  #sec1 .set2 .bottom .slider-sp .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    border: 3px solid #fff;
  }
  #sec1 .set2 .bottom .slider-sp .slick-dots li.slick-active button {
    background: #fff;
  }
  #sec1 .set2 .bottom .btnlink a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #9c0505;
    font-weight: 700;
    text-align: center;
    width: 90%;
    position: relative;
    z-index: 1;
  }
  #sec1 .set2 .bottom .btnlink a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }
  #sec1 .set2 .bottom .btnlink a:after {
    content: '';
    width: 14px;
    height: 15px;
    background: url("../img/index/icon_arr.jpg") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }
  #sec1 .set2 .bottom .btnlink a:hover {
    text-decoration: none;
  }
  #sec1 .set2 .bottom .btnlink a:hover:before {
    -webkit-transform: none;
            transform: none;
  }
}

#sec2 {
  padding-top: 145px;
}

#sec2 .head {
  margin: 0 -100px 0;
  background: url("../img/index/sec2_box_deco.jpg") top center no-repeat, url("../img/index/sec2_head_bg.jpg");
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  padding-top: 135px;
  padding-bottom: 135px;
}

#sec2 .head h2 {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

#sec2 .head ul {
  width: 1002px;
  height: 690px;
  margin: auto;
}

#sec2 .head .list_arr {
  position: relative;
  background: url("../img/index/sec2_arr.png") center top no-repeat;
}

#sec2 .head .list_arr li {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

#sec2 .head .list_arr li:nth-child(1) {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

#sec2 .head .list_arr li:nth-child(2) {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

#sec2 .head .list_arr li:nth-child(3) {
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

#sec2 .head .list_arr li:nth-child(4) {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

#sec2 .head .wrapper {
  position: relative;
  width: 1000px;
  margin: auto;
}

#sec2 .head .wrapper .list-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#sec2 .head .wrapper .list-link li {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  position: relative;
}

#sec2 .head .wrapper .list-link li dd {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#sec2 .head .wrapper .list-link .link1 {
  position: absolute;
  top: 30px;
  left: 25%;
}

#sec2 .head .wrapper .list-link .link2 {
  position: absolute;
  bottom: 170px;
  left: calc(50% + 140px);
}
#sec2 .head .wrapper .list-link .link2 dd{
	bottom:10px;
}


#sec2 .head .wrapper .list-link .link3 {
  position: absolute;
  bottom: 0px;
  right: 280px;
}

#sec2 .head .wrapper .list-link .link3 dd {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#sec2 .head .wrapper .list-link .link4 {
  position: absolute;
  bottom: 170px;
  left: 32%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

#sec2 .head .wrapper .list-link .link5 {
  position: absolute;
  top: 30px;
  right: 56px;
}

#sec2 .head .wrapper .list-link .link6 {
  position: absolute;
  right: 5%;
  bottom: 0px;
}

#sec2 .head .wrapper .list-link .link7 {
  position: absolute;
  right: 270px;
  bottom: 350px;
}

#sec2 .head .wrapper .list-link .link8 {
  position: absolute;
  bottom: 0;
  left: 120px;
}

#sec2 .head .wrapper .list-link .link8 dd {
  /*bottom: -20px;*/
}

#sec2 .head .wrapper .list-link .link9 {
  position: absolute;
  bottom: 170px;
  left: 20px;
}

#sec2 .bot {
  position: relative;
  padding-top: 137px;
  padding-bottom: 104px;
}

#sec2 .bot:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% + 350px);
  bottom: 0;
  left: 0;
  background: url("../img/index/sec2_bg_left.jpg");
  z-index: -2;
}

#sec2 .bot:after {
  content: '';
  position: absolute;
  top: -620px;
  right: 0;
  left: 0;
  height: 1000px;
  background: url("../img/index/sec2_bg.png") center bottom no-repeat;
  z-index: -1;
  background-size: cover;
}

#sec2 .bot .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
  background: url("../img/index/bg2.jpg");
}

#sec2 .bot .block + .block {
  margin-top: 30px;
}

#sec2 .bot .block h3 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}

#sec2 .bot .block .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px 50px 0 50px;
  width: 50%;
  box-sizing: border-box;
}

#sec2 .bot .block .content .txt {
  line-height: 26px;
  /*word-break: break-all;*/
}

#sec2 .bot .block .back {
  color: #9c0505;
  font-family: 'Playfair Display';
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

#sec2 .bot .block .back:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  width: 17px;
  height: 13px;
  background: url("../img/index/icon_top.jpg") center no-repeat;
  background-size: 100%;
}

#sec2 .bot .block .photo {
  width: 50%;
}
#sec2 .bot .btnlink{
  display: flex;
  justify-content: center;
}
#sec2 .bot .btnlink li{
  margin: 0 15px;
}
#sec2 .btnlink {
  text-align: center;
	margin-top: 50px;
}
#sec2 .btnlink a {
  display: inline-block;
  font-size: 24px;
  line-height: 55px;
  color: #9c0505;
  font-weight: 700;
  text-align: center;
  width: 450px;
  max-width: 90%;
  position: relative;
  z-index: 1;
}

#sec2 .btnlink a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

#sec2 .btnlink a:after {
  content: '';
  width: 14px;
  height: 15px;
  background: url("../img/index/icon_arr.jpg") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

#sec2 .btnlink a:hover {
  text-decoration: none;
}

#sec2 .btnlink a:hover:before {
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 767px) {
  #sec2 {
    overflow: hidden;
    padding-top: 60px;
  }
  #sec2 > .wrap {
    padding: 0;
  }
  #sec2 .head {
    margin: 0 auto 0;
    background-size: 150%;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #sec2 .head h2 {
    font-size: 14vw;
    line-height: 1.5;
    top: -45px;
  }
  #sec2 .head .wrapper {
    max-width: 95%;
  }
  #sec2 .head .wrapper ul {
    width: 100%;
    background-size: 100% 100%;
    height: 90vw;
  }
  #sec2 .head .wrapper .list_arr li {
    font-size: 5vw;
  }
  #sec2 .head .wrapper .list-link li {
    width: 20vw;
  }
  #sec2 .head .wrapper .list-link li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
          position: relative;
  }
  #sec2 .head .wrapper .list-link li dd {
    font-size: 12px;
    text-align: center;
    margin: 0 -10vw;
    line-height: 1.2;
    bottom: -5px;
  }
  #sec2 .head .wrapper .list-link .link1 {
    top: 5%;
  }
  #sec2 .head .wrapper .list-link .link2 {
    left: auto;
    right: 15%;
	  bottom: 25%;
  }
	#sec2 .head .wrapper .list-link .link2 dd {
    bottom: 0;
	}
  #sec2 .head .wrapper .list-link .link3 {
    right: 25%;
    bottom: 0%;
  }

	#sec2 .head .wrapper .list-link .link4 {
    left: 32%;
    bottom: 30%;
  }
  #sec2 .head .wrapper .list-link .link5 {
    top: 5%;
    right: 5%;
  }
  #sec2 .head .wrapper .list-link .link6 {
    right: 5%;
    bottom: 0%;
  }
  #sec2 .head .wrapper .list-link .link7 {
    top: 25%;
    right: 25%;
  }
  #sec2 .head .wrapper .list-link .link8 {
    left: 7%;
  }
  #sec2 .head .wrapper .list-link .link9 {
    left: 0;
	  bottom:30%;
  }
  #sec2 .bot {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #sec2 .bot .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec2 .bot .block .photo, #sec2 .bot .block .content {
    width: 100%;
  }
  #sec2 .bot .block .photo {
    text-align: center;
  }
  #sec2 .bot .block .content {
    padding: 30px 15px 30px;
  }
  #sec2 .bot .block .content h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  #sec2 .bot .block .content .back {
    position: relative;
    margin-top: 20px;
    text-align: right;
    bottom: 0;
    right: 0;
    float: right;
  }
  #sec2 .bot .btnlink {
    flex-wrap: wrap;
    max-width: 95%;
    margin: 50px auto 0;
  }
  #sec2 .bot .btnlink li{
    width: 100%;
  }
  #sec2 .bot .btnlink li+li{
    margin-top: 15px;
  }
  #sec2 .bot:after {
    top: 0;
    background: url("../img/index/sec2_bg_sp.jpg") center top no-repeat;
    background-size: 100%;
  }
  #sec2 .bot:before {
    right: auto;
    width: 15%;
  }
}

#sec3 {
  padding: 163px 0 152px;
  background: url("../img/index/sec3_bg_right.png") right center no-repeat, url("../img/index/sec3_bg.jpg");
  background-size: contain , auto;
  color: #fff;
  overflow: hidden;
}

#sec3 h2 {
  font-size: 110px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 115px;
  position: relative;
  z-index: 1;
}

#sec3 h2:before {
  content: '';
  position: absolute;
  top: -135px;
  left: -100px;
  width: 688px;
  height: 416px;
  background: url("../img/index/sec3_deco.png") center no-repeat;
  background-size: 100%;
  z-index: -1;
}

#sec3 h3 {
  font-size: 70px;
  line-height: 90px;
  letter-spacing: 0.025em;
  font-weight: 700;
  z-index: 1;
  position: relative;
}

#sec3 .head {
  position: relative;
}

#sec3 .head .mask {
  position: absolute;
  top: 79px;
  left: 274px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  #sec3 {
    background-size: 100%,auto;
    background-position: center top;
    padding-top: 88vw;
    padding-bottom: 60px;
  }
  #sec3 .head .mask {
    left: 30%;
    right: 0;
    top: 80%;
  }
  #sec3 h2 {
    font-size: 12vw;
    margin-bottom: 18vw;
  }
  #sec3 h2:before {
    left: -10vw;
    width: 100%;
  }
  #sec3 h3 {
    font-size: 9.5vw;
    line-height: 1.4;
  }
}

.aniSign {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -webkit-transition: all cubic-bezier(0.75, 0.01, 0, 1.01) 1.5s;
  transition: all cubic-bezier(0.75, 0.01, 0, 1.01) 1.5s;
  overflow: hidden;
}

.aniSign span {
  display: block;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -webkit-transition: all cubic-bezier(0.75, 0.01, 0, 1.01) 1.5s;
  transition: all cubic-bezier(0.75, 0.01, 0, 1.01) 1.5s;
}

.aniSign[style*="visibility: visible;"] {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.aniSign[style*="visibility: visible;"] span {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

#sec4 {
  position: relative;
  height: 500px;
}

@media (max-width: 767px) {
  #sec4 {
    height: 300px;
  }
}

#sec5 {
  background: url("../img/index/bg2.jpg");
  padding: 120px 0 130px;
}

#sec5 h2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}

#sec5 h2 span {
  font-family: 'Times New Roman';
}

#sec5 .toggle {
  background: url("../img/index/toggle_bg.jpg");
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 24px 30px 30px;
}

#sec5 .toggle + .toggle {
  margin-top: 20px;
}

#sec5 .toggle .toggle-link {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 20px;
  letter-spacing: 0.05em;
}

#sec5 .toggle .toggle-link:after {
  content: '';
  width: 17px;
  height: 17px;
  background: url("../img/index/icon_plus.jpg") center no-repeat;
  background-size: 100%;
  font-weight: 700;
  color: #9c0505;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

#sec5 .toggle.active .toggle-link:after {
  background-image: url("../img/index/icon_minus.jpg");
}

#sec5 .toggle .toggle-main {
  padding-top: 20px;
}

#sec5 .toggle .toggle-main p {
  padding: 23px 20px 33px;
  background: #e4ddd1;
  line-height: 24px;
}

@media (max-width: 767px) {
  #sec5 {
    padding: 50px 0 60px;
  }
  #sec5 h2 {
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 30px;
  }
  #sec5 .toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sec5 .toggle .toggle-link {
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  #sec5 .toggle .toggle-link:after {
    right: 0;
  }
}

#sec6 .head {
  position: relative;
}

#sec6 .head h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  padding: 163px 0 160px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

#sec6 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec6 .bottom .left, #sec6 .bottom .right {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 97px 25px 90px;
}

#sec6 .bottom .left {
  background: url("../img/index/toggle_bg.jpg");
}

#sec6 .bottom .left .map-wrapper {
  border: 5px solid #000;
}

#sec6 .bottom .right {
  background: url("../img/index/sec3_bg.jpg");
  color: #fff;
}

#sec6 .bottom h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 24px;
}

#sec6 .bottom .map-wrapper {
  height: 350px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec6 .bottom .map-wrapper iframe {
  width: 100%;
  height: 100%;
}

#sec6 .bottom .info {
  padding: 45px 70px 0;
}

#sec6 .bottom .info dl {
  line-height: 26px;
}

#sec6 .bottom .info dl dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#sec6 .bottom .info dl + dl {
  margin-top: 30px;
}

#sec6 .btnlink {
  text-align: center;
  margin-top: 50px;
}
#sec6 .btnlink a {
  display: inline-block;
  font-size: 24px;
  line-height: 55px;
  color: #9c0505;
  font-weight: 700;
  text-align: center;
  width: 450px;
  max-width: 90%;
  position: relative;
  z-index: 1;
}

#sec6 .btnlink a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

#sec6 .btnlink a:after {
  content: '';
  width: 14px;
  height: 15px;
  background: url("../img/index/icon_arr.jpg") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

#sec6 .btnlink a:hover {
  text-decoration: none;
}

#sec6 .btnlink a:hover:before {
  -webkit-transform: none;
          transform: none;
}


@media (max-width: 767px) {
  #sec6 .head h2 {
    padding: 80px 0 70px;
    font-size: 13vw;
  }
  #sec6 .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec6 .bottom .left, #sec6 .bottom .right {
    width: 100%;
    padding: 40px 15px 50px;
  }
  #sec6 .bottom h3 {
    font-size: 6.5vw;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  #sec6 .bottom .info {
    padding: 30px 10px 0;
  }
}

footer {
  background: url("../img/index/footer_bg.jpg") center right no-repeat, url("../img/index/footer_bg_rp.jpg");
  color: #fff;
  padding: 128px 0 158px;
}

footer .inner {
  width: 100%;
  max-width: 860px;
  margin: auto;
  background: #000;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 60px 0;
  letter-spacing: 0.05em;
  margin-bottom: 69px;
}
footer .inner p{
	font-size: 35px;
	margin-bottom: 3%;
}
footer .inner dt{
	font-size: 20px;
	margin-bottom: 1.5%;
}
footer .inner dd{
	font-size: 24px;
}
footer .inner dd a{
	text-decoration: underline;
}

footer address {
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
    background: url("../img/index/f_bg_sp.jpg") top right no-repeat, url("../img/index/footer_bg_rp.jpg");
    background-size: 100% auto;
    padding-top: 60px;
  }
  footer .inner {
    padding: 40px 0;
	  margin-bottom: 20px;
  }
	footer .inner p{
		font-size: 22px;
	}
	footer .inner dt{
		font-size: 16px;
	}
	footer .inner dd{
		font-size: 20px;
	}
}

#fixed-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
}

#fixed-sp .left, #fixed-sp .right {
  width: 50%;
  text-align: center;
  padding: 7px 0 20px;
}

#fixed-sp .left .ttl, #fixed-sp .right .ttl {
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  #fixed-sp .left .toggle-link, #fixed-sp .right .toggle-link {
    pointer-events: none;
  }
  #fixed-sp .left .toggle-main, #fixed-sp .right .toggle-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fixed-sp .left .toggle-main li, #fixed-sp .right .toggle-main li {
    text-align: center;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 45%;
  }
  #fixed-sp .left .toggle-main li a, #fixed-sp .right .toggle-main li a {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #9c0505;
    font-weight: 700;
    text-align: center;
    width: 310px;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  #fixed-sp .left .toggle-main li a:before, #fixed-sp .right .toggle-main li a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }
  #fixed-sp .left .toggle-main li a:hover, #fixed-sp .right .toggle-main li a:hover {
    text-decoration: none;
  }
  #fixed-sp .left .toggle-main li a:hover:before, #fixed-sp .right .toggle-main li a:hover:before {
    -webkit-transform: none;
            transform: none;
  }
}

#fixed-sp .left {
  background: #bc2b27;
}

#fixed-sp .right {
  background: #a92521;
}

@media (max-width: 768px) {
  #fixed-sp {
    z-index: 101;
    height: auto;
  }
  #fixed-sp .left, #fixed-sp .right {
    padding: 0;
  }
  #fixed-sp .left .ttl, #fixed-sp .right .ttl {
    font-size: 20px;
    position: relative;
  }
  #fixed-sp .left .ttl:after, #fixed-sp .right .ttl:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    z-index: 1;
    position: absolute;
    top: 40%;
    right: 10px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
            transform: rotate(-45deg) translate(-50%, 0);
  }
  #fixed-sp .left.active .ttl:after, #fixed-sp .right.active .ttl:after {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
            transform: rotate(135deg) translate(-50%, 0);
    right: 20px;
  }
  #fixed-sp .left .toggle-main, #fixed-sp .right .toggle-main {
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=index.css.map */