.ttl {
  font-size: 5.1vw;
  letter-spacing: 0.18em;
  line-height: 2.2;
}

.ttl span {
  font-size: 147%;
}

.youTube_banner {
  text-align: center;
  width: 100%;
  border: 1px solid;
  margin: 35px 35px 0 35px;
  padding: 21px;
  line-height: 1.8em;
}

.youTube_banner:hover {
  opacity: .5;
  transition-duration: .3s;
  cursor: pointer;
}

.youTube_banner a:hover {
  text-decoration: none;
}

.youTube_banner img {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .youTube_banner {
    margin: 35px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 30px;
  }

  .ttl span {
    font-size: 40px;
  }
}

#sec1 {
  background: url("../img/index/sec1_bg_sp.jpg") no-repeat center top/100% auto, url("../img/index/sec1_bg2_sp.jpg") no-repeat center bottom/100% auto;
  padding: 13vw 0 20.7vw;
  margin-bottom: 20vw;
}

#sec1 .sec1-txt1 {
  position: absolute;
  top: -16vw;
  right: 0;
  width: 41vw;
}

#sec1 h2 {
  order: 2;
}

#sec1 h2>div {
  position: relative;
}

#sec1 h2>div:before,
#sec1 h2>div:after {
  content: "";
  position: absolute;
}

#sec1 h2>div p:nth-child(1) {
  margin-top: 8vw;
}

#sec1 .sec1-img1 {
  width: 63.2%;
  margin: 11vw 0 0 2%;
}

#sec1 .sec1-txt2 {
  text-align: center;
  margin: 10vw 0 21vw;
  letter-spacing: 0.1em;
}

#sec1 .sec1-img2 {
  width: 45.6%;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {

  #sec1 h2>div:before,
  #sec1 h2>div:after {
    width: 1px;
    height: 41vw;
    background: url("../img/shared/line_y.jpg") repeat-y center top;
  }

  #sec1 h2>div:before {
    top: 3vw;
    left: 16vw;
  }

  #sec1 h2>div:after {
    top: 24vw;
    left: 14.7vw;
  }
}

@media only screen and (max-width: 768px) {
  #sec1 h2>div {
    height: 107vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/index/sec1_bg.jpg") no-repeat center top;
    padding: 123px 30px 214px;
    margin-bottom: 0;
    position: relative;
  }

  #sec1:before,
  #sec1:after {
    content: "";
    position: absolute;
    z-index: 0;
  }

  #sec1:before {
    background: url("../img/index/sec1_bg2.jpg") no-repeat center top;
    width: 443px;
    height: 970px;
    bottom: 0;
    left: calc(50% - 600px);
  }

  #sec1:after {
    background: url("../img/index/sec1_line.jpg") no-repeat center top;
    width: 609px;
    height: 571px;
    bottom: 0;
    left: calc(50% + 156px);
  }

  #sec1 .wrap {
    z-index: 1;
  }

  #sec1 .sec1-txt1 {
    top: -123px;
    right: 13px;
    width: 171px;
  }

  #sec1 h2 {
    justify-content: center;
    text-align: center;
  }

  #sec1 h2>div:before,
  #sec1 h2>div:after {
    width: 220px;
    height: 1px;
    background: url("../img/shared/line.jpg") repeat-x center top;
  }

  #sec1 h2>div:before {
    bottom: 14px;
    left: 0;
  }

  #sec1 h2>div:after {
    bottom: 9px;
    left: 110px;
  }

  #sec1 h2>div p:nth-child(1) {
    margin-top: 0;
  }

  #sec1 .sec1-img1 {
    width: 100%;
    text-align: center;
    margin: 69px 0 68px;
  }

  #sec1 .sec1-txt2 {
    margin: 0;
  }

  #sec1 .sec1-img2 {
    width: 279px;
    margin-left: 0;
    position: absolute;
    bottom: -63px;
    right: 53px;
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  #sec1 .sec1-img2 {
    right: -50px;
  }
}

#sec2 {
  position: relative;
}

#sec2 h2 {
  text-align: center;
  position: absolute;
  top: -26vw;
  left: 0;
  width: 100%;
  font-size: 6.6vw;
  line-height: 1.9;
  color: var(--white);
}

#sec2 h2 p:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec2 h2 p:nth-child(2):after {
  content: "";
  display: block;
  height: 1px;
  width: 7vw;
  background: var(--white);
  margin-left: 1vw;
}

#sec2 .sec-js-sticky {
  position: relative;
  height: 100vh;
  padding: 20px;
}

#sec2 .sec-js-sticky .sticky_fade {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

#sec2 .sec-js-sticky .sticky_fade li {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#sec2 .sec-js-sticky .sticky_fade li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec2 .sec-js-sticky .sec-item {
  height: calc(100vh - 40px);
  position: relative;
  color: #fff;
  opacity: 0;
  transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -webkit-transition: opacity 1.5s ease;
}

#sec2 .sec-js-sticky .sec-item h3 {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 6.9vw;
  text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000, 0 0 12px #000;
}

#sec2 .sec-js-sticky .sec-item h3 span {
  font-size: 75%;
}

#sec2 .sec-js-sticky .sec-item p {
  text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000;
}

#sec2 .sec-js-sticky .sec-item .info {
  padding: 13vw 5vw;
}

#sec2 .sec-js-sticky .sec-item .info>* {
  position: relative;
  z-index: 3;
}

#sec2 .sec-js-sticky .sec-item:not(:first-child) {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}

#sec2 .sec-js-sticky .sec-item.active {
  opacity: 1;
  z-index: 6;
}

#sec2 .sec-js-sticky #item2 h3 span {
  font-size: 87%;
}

#sec2 .js-pager {
  position: absolute;
  bottom: 26vw;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
  line-height: 1;
  gap: 0 15px;
}

#sec2 .js-pager li {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #c1a472;
}

#sec2 .js-pager li a {
  display: block;
  width: 100%;
  height: 100%;
}

#sec2 .js-pager li:hover {
  opacity: 0.8;
}

#sec2 .js-pager li.active {
  background-color: #c1a472;
}

@media screen and (min-width: 768px) {
  #sec2 {
    margin-bottom: 0;
  }

  #sec2 h2 {
    text-align: left;
    top: -65px;
    left: 0;
    width: 100%;
    font-size: 33px;
    line-height: 70px;
    display: flex;
    align-items: center;
    z-index: 2;
  }

  #sec2 h2 p:nth-child(2) {
    margin-top: 186px;
  }

  #sec2 h2 p:nth-child(2):after {
    height: 60px;
    width: 1px;
    margin: 8px 0 0 0;
  }

  #sec2 .sec-js-sticky {
    padding: 0 30px 30px 30px;
  }

  #sec2 .sec-js-sticky .sticky_fade {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  #sec2 .sec-js-sticky .sticky_fade li:nth-child(1) img {
    -o-object-position: top center;
    object-position: top center;
  }

  #sec2 .sec-js-sticky .sec-item {
    height: calc(100vh - 30px);
  }

  #sec2 .sec-js-sticky .sec-item .box {
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }

  #sec2 .sec-js-sticky .sec-item h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: 33px;
  }

  #sec2 .sec-js-sticky .sec-item h3 span {
    font-size: 25px;
  }

  #sec2 .sec-js-sticky .sec-item .info {
    padding: 0;
  }

  #sec2 .sec-js-sticky .sec-item .info>* {
    position: relative;
    z-index: 3;
  }

  #sec2 #item1 .box {
    display: flex;
    align-items: center;
  }

  #sec2 #item1 .info h3 {
    height: 370px;
    letter-spacing: 6.5px;
  }

  #sec2 #item1 .info p {
    height: 380px;
    margin-right: 43px;
  }

  #sec2 #item2 h3 span {
    font-size: 30px;
  }

  #sec2 #item2 .info {
    margin: 0 auto;
    width: 720px;
    align-items: center;
  }

  #sec2 #item2 .info p {
    width: 478px;
  }

  #sec2 #item3 .box {
    justify-content: flex-end;
  }

  #sec2 #item3 .info {
    margin-right: 21px;
  }

  #sec2 #item3 .info h3 {
    height: 370px;
    letter-spacing: 4.5px;
  }

  #sec2 #item3 .info p {
    height: 373px;
    margin-right: 46px;
  }

  #sec2 .js-pager {
    position: absolute;
    bottom: auto;
    top: 0;
    left: auto;
    right: 10px;
    width: 10px;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }

  #sec2 .js-pager li {
    margin: 6px 0;
  }
}

#sec3 {
  background: url("../img/index/sec3_bg1_sp.jpg") no-repeat center top/100% auto;
  margin-top: 16vw;
}

#sec3 .sec3-img1 {
  margin: 0 -6%;
}

#sec3 #sec3-1 {
  margin-bottom: 22vw;
}

#sec3 h2 {
  position: absolute;
  z-index: 1;
  top: 8vw;
  left: 3%;
  font-size: 5.6vw;
  color: #fff;
}

#sec3 h2 span {
  font-size: 133%;
}

#sec3 h2 p:nth-child(2) {
  margin-top: 19vw;
  display: flex;
  align-items: center;
}

#sec3 h2 p:nth-child(2):after {
  content: "";
  display: block;
  height: 14vw;
  width: 1px;
  margin: 2vw 0 0 0;
  background-color: var(--white);
}

#sec3 .sec3-txt2 {
  margin: 13vw 0 9vw;
}

#sec3 #sec3-2 {
  position: relative;
}

#sec3 #sec3-2 h3 {
  margin: 0 auto;
  width: 56vw;
  text-align: center;
}

#sec3 #sec3-2 .line {
  margin: 6vw auto 3vw;
  width: 5px;
  height: 6vw;
  background-color: #9b780e;
  position: relative;
}

#sec3 #sec3-2 .line:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25vw;
  bottom: 0;
  left: calc(50% - 1px);
  transform: translateY(100%);
  background: url("../img/shared/line_y.jpg") no-repeat center top;
}

#sec3 #sec3-2 .sec3-inner {
  background: url("../img/index/sec3_bg2.jpg") repeat center;
  color: #000;
  padding-top: 13vw;
  padding-bottom: 16vw;
  margin-top: -2px;
}

#sec3 .sec3-bnr {
  border: 1px solid var(--violet);
  box-sizing: border-box;
  padding: 11vw 5.7vw;
  margin-bottom: 3vw;
}

#sec3 .sec3-bnr .fnt-shippori {
  font-size: 5.7vw;
  letter-spacing: 0.18em;
  text-align: center;
}

#sec3 .sec3-bnr .sec3-txt3 {
  margin: 6vw 0;
}

#sec3 .sec3-bnr .btn-link {
  color: #000;
  font-size: 19px;
  padding: 14px 0;
}

#sec3 .sec3-img2 {
  margin: 0 4vw;
}

#sec3 .sec3-bnr1 .fnt-shippori span {
  display: inline-block;
  line-height: 1.3;
  position: relative;
  padding: 0 4vw 0 5vw;
}

#sec3 .sec3-bnr1 .fnt-shippori span:before,
#sec3 .sec3-bnr1 .fnt-shippori span:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2vw;
  border: 1px solid #73726d;
}

#sec3 .sec3-bnr1 .fnt-shippori span:before {
  border-right: none;
  left: 0;
}

#sec3 .sec3-bnr1 .fnt-shippori span:after {
  border-left: none;
  right: 0;
}

#sec3 .sec3-bnr2 .df-sp {
  align-items: center;
}

#sec3 .sec3-bnr2 .fnt-shippori {
  border-right: 1px solid #000;
  line-height: 1.5;
  margin-left: 2vw;
}

#sec3 .sec3-bnr2 .sec3-img3 {
  width: 59vw;
}

#sec3 .sec3-bnr3 .fnt-shippori {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 5vw;
}

#sec3 .sec3-bnr3 .fnt-shippori p span {
  display: inline-block;
  border: 1px solid #000;
  font-size: 75%;
  line-height: 1.5;
  padding: 0 2vw;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    background: url("../img/index/sec3_bg1.jpg") no-repeat center top;
    margin-top: -30px;
    padding-top: 118px;
  }

  #sec3 .sec3-img1 {
    margin: 0 0 0 233px;
  }

  #sec3 #sec3-1 {
    margin-bottom: 131px;
    padding: 0 30px;
  }

  #sec3 h2 {
    top: 56px;
    left: 110px;
    font-size: 30px;
    position: absolute;
    z-index: 1;
    line-height: 71px;
  }

  #sec3 h2 span {
    font-size: 40px;
    display: inline-block;
    letter-spacing: 7px;
  }

  #sec3 h2 p:nth-child(2) {
    margin-top: 100px;
  }

  #sec3 h2 p:nth-child(2):after {
    height: 78px;
    margin: 13px 0 0 0;
  }

  #sec3 .sec3-txt1 {
    position: absolute;
    z-index: 0;
    top: 164px;
    left: 43px;
  }

  #sec3 .sec3-txt2 {
    margin: 44px 0 42px;
    text-align: center;
  }

  #sec3 .btn-link {
    max-width: 274px;
  }

  #sec3 #sec3-2 {
    position: relative;
  }

  #sec3 #sec3-2 h3 {
    margin: 0 auto 20px;
    width: 315px;
  }

  #sec3 #sec3-2 .wrap {
    z-index: 1;
  }

  #sec3 #sec3-2 .line {
    z-index: 0;
    position: absolute;
    margin: 0;
    width: 5px;
    height: 46px;
    top: 90px;
    left: calc(50% - 3px);
  }

  #sec3 #sec3-2 .line:before {
    display: none;
  }

  #sec3 #sec3-2 .sec3-inner {
    padding-top: 70px;
    padding-bottom: 85px;
    position: relative;
  }

  #sec3 #sec3-2 .sec3-inner:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background: url("../img/shared/line_y.jpg") repeat center top;
  }

  #sec3 #sec3-2 .sec3-inner .wrap {
    max-width: 1084px;
  }

  #sec3 #sec3-2 .sec3-inner .wrap>.df-pc {
    flex-wrap: wrap;
  }

  #sec3 .sec3-bnr {
    border: 2px solid var(--violet);
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    color: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
  }

  #sec3 .sec3-bnr h4 {
    transition: ease 0.3s;
  }

  #sec3 .sec3-bnr .fnt-shippori {
    font-size: 27px;
    letter-spacing: 2px;
  }

  #sec3 .sec3-bnr .sec3-txt3 {
    line-height: 35px;
    margin: 10px 0 0;
  }

  #sec3 .sec3-bnr .sec3-info {
    opacity: 0;
    transition: ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #sec3 .sec3-bnr .sec3-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }

  #sec3 .sec3-bnr .btn-pc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  #sec3 .sec3-bnr:hover h4 {
    opacity: 0;
  }

  #sec3 .sec3-bnr:hover .sec3-info {
    opacity: 1;
  }

  #sec3 .sec3-bnr1 {
    width: 63.2%;
    height: 366px;
    background: url("../img/index/sec3_img2.jpg") no-repeat center/cover;
  }

  #sec3 .sec3-bnr1 .fnt-shippori span {
    line-height: 36px;
    position: relative;
    padding: 0 25px 0 30px;
  }

  #sec3 .sec3-bnr1 .fnt-shippori span:before,
  #sec3 .sec3-bnr1 .fnt-shippori span:after {
    width: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sec3 .sec3-bnr1 .fnt-shippori span:before {
    border-right: none;
  }

  #sec3 .sec3-bnr1 .fnt-shippori span:after {
    border-left: none;
  }

  #sec3 .sec3-bnr1 .sec3-info {
    width: 505px;
    padding: 0 30px;
  }

  #sec3 .sec3-bnr1 .sec3-info .fnt-shippori {
    text-align: center;
    margin-bottom: 26px;
  }

  #sec3 .sec3-bnr1 .sec3-info .fnt-shippori span {
    letter-spacing: 5px;
  }

  #sec3 .sec3-bnr1 .sec3-info .sec3-txt3 {
    margin: 0 auto;
    max-width: 505px;
    letter-spacing: 2.5px;
  }

  #sec3 .sec3-bnr1:hover {
    background: url("../img/index/sec3_img2_on.jpg") no-repeat center/cover;
  }

  #sec3 .sec3-bnr2 {
    width: 35.8%;
    height: 366px;
    background: url("../img/index/sec3_img3.jpg") no-repeat center/cover;
  }

  #sec3 .sec3-bnr2 .df-sp {
    align-items: center;
  }

  #sec3 .sec3-bnr2 .fnt-shippori {
    background: url("../img/index/sec3_line.png") repeat top right;
    border-right: none;
    line-height: 45px;
    margin-left: 0;
    text-align: center;
    margin-left: 0 !important;
  }

  #sec3 .sec3-bnr2 .sec3-info {
    align-items: center;
  }

  #sec3 .sec3-bnr2 .sec3-info .fnt-shippori {
    margin-left: 7px !important;
    min-height: 167px;
    order: 2;
  }

  #sec3 .sec3-bnr2 .sec3-info .sec3-txt3 {
    height: 310px;
  }

  #sec3 .sec3-bnr2 .sec3-img3 {
    width: 59vw;
  }

  #sec3 .sec3-bnr2:hover {
    background: url("../img/index/sec3_img3_on.jpg") no-repeat center/cover;
  }

  #sec3 .sec3-bnr3 {
    width: 100%;
    height: 386px;
    background: url("../img/index/sec3_img4.jpg") no-repeat center/cover;
  }

  #sec3 .sec3-bnr3 .fnt-shippori {
    line-height: 44px;
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: 6px;
  }

  #sec3 .sec3-bnr3 .fnt-shippori p span {
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 19px;
    line-height: 30px;
    padding: 0 8px;
    letter-spacing: 3px;
  }

  #sec3 .sec3-bnr3 .sec3-info .sec3-txt3 {
    margin: 0 auto;
    max-width: 655px;
    letter-spacing: 2.5px;
  }

  #sec3 .sec3-bnr3:hover {
    background: url("../img/index/sec3_img4_on.jpg") no-repeat center/cover;
  }

  #sec3 .sec3-bnr3:hover .sec3-info .fnt-shippori {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec3 h2 {
    left: 40px;
  }
}

#sec4 {
  background: url("../img/index/sec4_bg_sp.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#sec4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
}

#sec4 .sec4-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
  padding-bottom: 25vw;
}

#sec4 h2 {
  text-align: center;
  color: #fff;
  font-size: 7.5vw;
  line-height: 1.6;
}

#sec4 h2 span {
  font-size: 75%;
  line-height: 2.2;
  display: inline-block;
}

#sec4 .sec4-txt {
  margin: 9vw 0 16vw;
}

#sec4 .sec4-img1 {
  position: relative;
  z-index: 1;
}

#sec4 .sec4-img1 p:nth-child(1) {
  width: 62.5%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

#sec4 .sec4-img1 p:nth-child(2) {
  position: absolute;
  z-index: 0;
  width: 72.5%;
  top: -12vw;
  left: 0;
}

#sec4 .sec4-img2 {
  width: 55.1%;
  margin-top: -18.3vw;
  margin-bottom: 13vw;
}

#sec4 h2,
#sec4 .sec4-txt,
#sec4 .btn-link,
#sec4 .sec4-img1,
#sec4 .sec4-img2 {
  opacity: 0;
}

#sec4 .fadeInUp-active {
  animation: fadeInUp 1s ease forwards;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    background: url("../img/index/sec4_bg.jpg") no-repeat center/cover;
  }

  #sec4 .sec4-inner {
    padding-bottom: 200px;
  }

  #sec4 .df-pc {
    justify-content: flex-end;
  }

  #sec4 h2 {
    text-align: left;
    font-size: 30px;
    line-height: 65px;
    letter-spacing: 5.5px;
  }

  #sec4 h2 span {
    font-size: 40px;
    line-height: 65px;
  }

  #sec4 h2 p:nth-child(2) {
    margin-top: 94px;
    letter-spacing: 7px;
  }

  #sec4 .sec4-txt {
    margin: 268px 90px 0 39px;
    width: 438px;
    position: relative;
    z-index: 1;
  }

  #sec4 .sec4-img1 {
    position: absolute;
    z-index: 0;
    top: -57px;
    right: 40px;
    width: 490px;
  }

  #sec4 .sec4-img1 p:nth-child(1) {
    width: 394px;
  }

  #sec4 .sec4-img1 p:nth-child(2) {
    width: 305px;
    top: -97px;
  }

  #sec4 .sec4-img2 {
    width: 394px;
    margin: 0;
    position: absolute;
    left: 37px;
    top: 142px;
  }

  #sec4 .btn-link {
    width: 274px;
    margin: 32px 250px 0 auto;
  }
}

#sec5 {
  padding-top: 23vw;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 4vw;
}

#sec5 h2 p:nth-child(1) {
  margin: 0 auto;
  width: 64.5%;
}

#sec5 h2 p:nth-child(2) {
  font-size: 7.3vw;
  line-height: 2.2;
  letter-spacing: 0.15em;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding-top: 129px;
  }

  #sec5 h2 {
    margin-bottom: 65px;
  }

  #sec5 h2 p:nth-child(1) {
    width: 274px;
  }

  #sec5 h2 p:nth-child(2) {
    font-size: 38px;
    line-height: 74px;
    letter-spacing: 7px;
  }
}

#sec5-1 {
  padding-bottom: 13vw;
}

#sec5-1 dl dt {
  text-align: center;
  margin: 5vw 0 3.5vw;
  font-size: 5.1vw;
  letter-spacing: 0.18em;
}

@media only screen and (min-width: 768px) {
  #sec5-1 {
    padding: 41px;
    background: url("../img/index/sec5_img1.jpg") no-repeat center/cover;
    min-height: 493px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
  }

  #sec5-1:before {
    content: "";
    position: absolute;
    bottom: 96px;
    right: -92px;
    width: 32px;
    height: 39px;
    background: url("../img/index/sec5_deco1.png") no-repeat center;
  }

  #sec5-1 dl {
    padding-top: 22px;
  }

  #sec5-1 dl dt {
    text-align: right;
    margin: 0 0 39px;
    font-size: 23px;
    letter-spacing: 4.2px;
  }

  #sec5-1 dl dd {
    text-align: right;
  }
}

#sec5-2 {
  margin-bottom: 16vw;
}

#sec5-2 .sec5-img2 {
  position: relative;
}

#sec5-2 .sec5-img2 .sec5-txt1 {
  position: absolute;
  top: -7vw;
  right: 3%;
  font-size: 4.7vw;
  line-height: 1.5;
  letter-spacing: 0.18em;
  min-height: 105vw;
}

#sec5-2 .sec5-img2 .sec5-txt1 p {
  margin-left: 13px;
  display: inline-block;
  background-color: #000;
  padding: 10px 0;
}

#sec5-2 .sec5-contact .logo {
  margin: 0 auto;
  width: 39%;
}

#sec5-2 .sec5-contact .logo-txt {
  text-align: center;
  font-size: 4.7vw;
  margin: 4vw 0 8vw;
  color: #fff;
}

#sec5-2 .sns {
  margin: 5.3vw auto;
  width: 32px;
}

#sec5-2 .sec5-info {
  width: 100%;
}

#sec5-2 .sec5-info2 dl {
  border-bottom: 1px solid #4e4b4b;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

#sec5-2 .sec5-info2 dl dt {
  width: 95px;
}

#sec5-2 .sec5-info2 dl dd {
  width: calc(100% - 95px);
  word-break: break-all;
}

#sec5-2 #gmap {
  margin: 9vw 0;
  height: 272px;
  filter: grayscale(100%);
}

#sec5-2 .cancel {
  margin-top: 13vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6vw 5% 7vw;
  letter-spacing: 0.12em;
}

#sec5-2 .cancel dt {
  text-align: center;
  font-size: 4.4vw;
  margin-bottom: 2vw;
}

#sec5-2 .cancel dd {
  font-size: 14px;
  line-height: 22px;
}

#sec5-2 .contact-box {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #sec5-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
  }

  #sec5-2 .sec5-img2 {
    order: -1;
    width: 100%;
  }

  #sec5-2 .sec5-contact {
    width: 100%;
    background: url("../img/index/sec5_deco2_sp.jpg") no-repeat center top/100% auto;
    padding-top: 9vw;
  }

  #sec5-2 .contact-box {
    margin: 0 3.6%;
  }
}

@media only screen and (min-width: 768px) {
  #sec5-2 {
    background: url("../img/index/sec5_deco2.jpg") no-repeat center top;
    margin-bottom: 140px;
    padding-top: 78px;
  }

  #sec5-2 .sec5-contact .logo {
    width: 177px;
  }

  #sec5-2 .sec5-contact .logo-txt {
    font-size: 20px;
    line-height: 67px;
    margin: 0 0 18px;
  }

  #sec5-2 .contact-box {
    margin: 0 auto 113px;
    width: 614px;
    padding: 20px 30px;
    align-items: center;
    position: relative;
  }

  #sec5-2 .contact-box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(48deg);
  }

  #sec5-2 .contact-box .tel {
    margin-bottom: 0;
  }

  #sec5-2 .contact-box .btn-reverse {
    max-width: 241px;
    margin: 0;
    height: 50px;
    font-size: 18px;
  }

  #sec5-2 .contact-box .btn-reverse i {
    width: 24px;
  }

  #sec5-2 #sec5-inner {
    position: relative;
  }

  #sec5-2 .sec5-img2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }

  #sec5-2 .sec5-img2>div>p:nth-child(1) {
    width: 100%;
    height: 706px;
  }

  #sec5-2 .sec5-img2>div>p:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 55%);
    mask-image: linear-gradient(to right, transparent 0%, #000 55%);
  }

  #sec5-2 .sec5-img2 .sec5-txt1 {
    top: auto;
    right: auto;
    left: 99px;
    bottom: -83px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3.6px;
    min-height: initial;
    height: 445px;
  }

  #sec5-2 .sec5-img2 .sec5-txt1 p {
    margin-left: 15px;
    padding: 12px 0;
  }

  #sec5-2 .sec5-img2.fixed {
    position: fixed;
    top: 0;
    right: 0;
  }

  #sec5-2 .sec5-img2.end {
    bottom: 0;
    top: auto;
  }

  #sec5-2 .sec5-info {
    min-width: 540px;
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
  }

  #sec5-2 .sec5-info>div {
    margin: 0 auto;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
  }

  #sec5-2 .sns {
    margin: 35px auto 0;
    width: 36px;
    order: 2;
  }

  #sec5-2 .sec5-info2 {
    padding-top: 64px;
  }

  #sec5-2 .sec5-info2 dl {
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 1.7px;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }

  #sec5-2 .sec5-info2 dl dt {
    width: 120px;
  }

  #sec5-2 .sec5-info2 dl dd {
    width: calc(100% - 120px);
  }

  #sec5-2 #gmap {
    margin: 53px 0 34px;
    width: 100%;
    height: 380px;
  }

  #sec5-2 .btn-link {
    max-width: 274px;
    height: 51px;
  }

  #sec5-2 .link-print {
    width: 100%;
    text-align: center;
    color: #989898;
    font-size: 12px;
    margin-top: 5px;
  }

  #sec5-2 .link-print a {
    display: inline-block;
    position: relative;
    line-height: 22px;
  }

  #sec5-2 .link-print a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #989898;
    transition: all 0.3s ease;
  }

  #sec5-2 .link-print a:hover {
    text-decoration: none;
  }

  #sec5-2 .link-print a:hover:before {
    opacity: 0;
  }

  #sec5-2 .cancel {
    margin-top: 45px;
    padding: 26px 0 29px;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
  }

  #sec5-2 .cancel dt {
    font-size: 19px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  #sec5-2 .cancel dd {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 768px) and (max-height: 780px) {
  #sec5-2 .sec5-img2 .sec5-txt1 {
    bottom: 0;
  }
}

#rss {
  background: url("../img/index/rss_bg.png") repeat center;
  padding: 14vw 0 15vw;
}

#rss h2 {
  margin: 0 4% 5.3vw;
  border-bottom: 1px solid #82807e;
  padding-bottom: 7.6vw;
}

#rss h2 img {
  width: 31vw;
  margin: 0 auto;
  display: block;
}

#rss .btn-link {
  margin-top: 5vw;
  border-color: var(--white);
  border-width: 1px;
}

#rss .btn-link:before {
  background-color: var(--white);
}

#rss #feed {
  text-align: center;
  line-height: 1.9;
}

#rss #feed .rss_ttl {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
  #rss {
    padding: 65px 0;
  }

  #rss .wrap {
    justify-content: center;
    align-items: center;
  }

  #rss h2 {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  #rss h2 img {
    width: 131px;
  }

  #rss .btn-link {
    margin: 0;
    font-size: 14px;
    width: 96px;
    height: 26px;
  }

  #rss .btn-link:before {
    width: 11px;
    left: calc(100% - 11px);
  }

  #rss #feed {
    border-left: 1px solid #82807e;
    border-right: 1px solid #82807e;
    text-align: center;
    line-height: 41px;
    padding: 0 27px;
    letter-spacing: 1.5px;
    margin: 0 25px;
  }

  #rss #feed .date {
    margin-right: 20px;
  }

  #rss #feed .rss_ttl {
    width: 400px;
    text-align: left;
  }
}

/*# sourceMappingURL=index.css.map */