body {
  color: #d4d4d4;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.txt {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
}
#sec1 {
  padding: 20vw 0;
  background: url("../img/drink/sec1_bg.png") center/cover no-repeat;
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/drink/sec1_deco.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec1 h2.ttl {
  color: #fff;
  font-size: 7vw;
  line-height: 2;
  letter-spacing: 0.185em;
}
#sec1 .set .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4vw;
     -moz-column-gap: 4vw;
          column-gap: 4vw;
  margin-top: 10vw;
}
#sec1 .set .imgbox .img1, #sec1 .set .imgbox .img2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 2vw);
          flex: 1 1 calc(50% - 2vw);
}
#sec1 .set .imgbox .img1 {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
  -webkit-mask-image: linear-gradient(transparent, black, black);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
  mask-image: linear-gradient(transparent, black, black);
  margin-top: 10vw;
}
#sec1 .set .imgbox .img2 {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
  -webkit-mask-image: linear-gradient(black, black, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
  mask-image: linear-gradient(black, black, transparent);
}
#sec1 .set .txtbox {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 134px 0 248px;
  }
  #sec1 h2.ttl {
    min-width: 146px;
    min-height: 430px;
    margin-left: auto;
    font-size: 40px;
    line-height: 73px;
  }
  #sec1 .set {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .set .ttlbox {
    width: 382px;
    position: relative;
    z-index: 1;
  }
  #sec1 .set .imgbox {
    width: 100%;
    display: block;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec1 .set .imgbox .img1 {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
    -webkit-mask-image: linear-gradient(black, black, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
    mask-image: linear-gradient(black, black, transparent);
    margin-top: 0;
    position: absolute;
    top: -134px;
    right: -12px;
  }
  #sec1 .set .imgbox .img2 {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
    -webkit-mask-image: linear-gradient(transparent, black, black);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
    mask-image: linear-gradient(transparent, black, black);
    position: absolute;
    top: 236px;
    left: 15px;
  }
  #sec1 .set .txtbox {
    width: 576px;
    margin: 257px -14px 0 0;
    position: relative;
    z-index: 1;
  }
}

#sec2 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#sec2::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: -50vw;
  right: -50vw;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  opacity: 0.6;
  z-index: -1;
}
#sec2::after {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: -157vw;
  right: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  opacity: 0.3;
  z-index: -1;
}
#sec2 h2.ttl {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
}
#sec2 .h2box {
  padding: 20vw 0 30vw;
  background: url("../img/drink/sec2_bgi.jpg") center/cover no-repeat;
  text-align: center;
}
#sec2 .h2box .catch {
  margin-bottom: 3vw;
}
#sec2 .h2box .catch img {
  width: 30vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#sec2 .blk {
  padding-bottom: 20vw;
  position: relative;
  z-index: 0;
}
#sec2 .blk::before {
  content: "";
  width: 100%;
  background: url("../img/drink/sec2_bg.png") 0 0/cover no-repeat;
  position: absolute;
  top: 80vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec2 .blk .set1 {
  margin-top: -10vw;
}
#sec2 .blk .set1 .gr1 .img {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(2%, transparent), color-stop(black), to(black));
  -webkit-mask-image: linear-gradient(to right, transparent 2%, black, black);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(2%, transparent), color-stop(black), to(black));
          mask-image: linear-gradient(to right, transparent 2%, black, black);
}
#sec2 .blk .set1 .gr2 {
  margin-top: 10vw;
}
#sec2 .blk .set2 {
  margin-top: 10vw;
  background: #000;
}
#sec2 .blk .set2 h3.ttl {
  font-size: 5.5vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
#sec2 .blk .set2 .gr1 .img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
  -webkit-mask-image: linear-gradient(black, black, transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
          mask-image: linear-gradient(black, black, transparent);
}
#sec2 .blk .set2 .gr1 .img img {
  width: 100%;
  height: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
#sec2 .blk .set2 .gr2 {
  padding: 10vw 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec2 .blk .set2 .gr2 .txt {
  margin-top: 5vw;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #sec2::before {
    height: 200vw;
    bottom: 0px;
    right: 438px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  #sec2::after {
    height: 200vw;
    bottom: 0px;
    right: 495px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  #sec2 h2.ttl {
    font-size: 34px;
    line-height: 56px;
  }
  #sec2 h2.ttl small {
    font-size: 33px;
  }
  #sec2 .h2box {
    padding: 212px 0 224px;
  }
  #sec2 .h2box .catch {
    margin-bottom: 25px;
  }
  #sec2 .blk {
    padding-bottom: 122px;
  }
  #sec2 .blk::before {
    width: calc(50% + 484px);
    top: 183px;
  }
  #sec2 .blk .set1 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin: -113px auto 0;
    padding: 0 62px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec2 .blk .set1 .gr1 .img {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(2%, transparent), color-stop(black), to(black));
    -webkit-mask-image: linear-gradient(to right, transparent 2%, black, black);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(2%, transparent), color-stop(black), to(black));
            mask-image: linear-gradient(to right, transparent 2%, black, black);
  }
  #sec2 .blk .set1 .gr2 {
    margin-top: 170px;
  }
  #sec2 .blk .set1 .gr2 .txt {
    min-width: 245px;
    height: 320px;
  }
  #sec2 .blk .set2 {
    width: 1000px;
    min-height: 444px;
    margin: 5px auto 0;
    position: relative;
  }
  #sec2 .blk .set2 h3.ttl {
    font-size: 27px;
    letter-spacing: 0.185em;
  }
  #sec2 .blk .set2 .gr1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec2 .blk .set2 .gr1 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(black), to(transparent));
    -webkit-mask-image: linear-gradient(to right, black, black, transparent);
            mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(black), to(transparent));
            mask-image: linear-gradient(to right, black, black, transparent);
  }
  #sec2 .blk .set2 .gr1 .img img {
    height: 100%;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  #sec2 .blk .set2 .gr2 {
    width: 500px;
    margin-left: auto;
    padding: 81px 16px 79px;
    position: relative;
    z-index: 1;
  }
  #sec2 .blk .set2 .gr2 .txt {
    width: 430px;
    margin-top: 20px;
  }
}

#sec3 {
  padding: 20vw 0;
  background: url("../img/shared/bg2.jpg");
  color: #252525;
}
#sec3 h2.ttl {
  color: #000;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.185em;
}
#sec3 h2.ttl .catch {
  display: inline-block;
  margin-bottom: 7vw;
  padding: 0 10px;
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.185em;
  position: relative;
  z-index: 0;
}
#sec3 h2.ttl .catch::before {
  content: "";
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec3 h2.ttl .catch::after {
  content: "";
  height: 25px;
  border-left: 1px solid;
  position: absolute;
  bottom: -15px;
  left: 15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#sec3 .set .gr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#sec3 .set .gr1 .img1 {
  width: 43%;
  margin-top: 10vw;
}
#sec3 .set .gr1 .img2 {
  width: calc(57% - 10px);
}
#sec3 .set .gr2 {
  margin-top: 10vw;
}
#sec3 .set .gr2 .txt {
  margin-top: 7vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 76px 0 82px;
  }
  #sec3 h2.ttl {
    font-size: 38px;
    line-height: 61px;
  }
  #sec3 h2.ttl .catch {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 28px;
    line-height: 53px;
  }
  #sec3 h2.ttl .catch::before {
    top: 22px;
  }
  #sec3 h2.ttl .catch::after {
    height: 28px;
    bottom: -19px;
    left: 29px;
  }
  #sec3 h2.ttl .txt-indent {
    display: inline-block;
    margin-left: 17px;
  }
  #sec3 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec3 .set .gr1 {
    width: calc(100% - 510px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
  #sec3 .set .gr1 .img1 {
    width: auto;
    margin-top: 58px;
  }
  #sec3 .set .gr1 .img2 {
    width: auto;
  }
  #sec3 .set .gr2 {
    width: 490px;
    margin-top: 28px;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec3 .set .gr2 .txt {
    width: 386px;
    margin: 24px 0 0 20px;
  }
}

#sec4 {
  padding: 15vw 0 20vw;
  position: relative;
  z-index: 1;
}
#sec4::before {
  content: "";
  width: 90vw;
  height: 130vw;
  background: url("../img/drink/sec4_bg.png") right bottom/cover no-repeat;
  position: absolute;
  bottom: -17vw;
  right: 0;
  opacity: 0.6;
}
#sec4 .wrap::after {
  content: "";
  width: 100vw;
  height: 110vw;
  background: url("../img/drink/sec4_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: 3vw;
  right: -30vw;
}
#sec4 h2.ttl {
  font-size: 7vw;
  line-height: 2;
  letter-spacing: 0.185em;
  position: relative;
  z-index: 1;
}
#sec4 h2.ttl > span {
  display: inline-block;
}
#sec4 h2.ttl > span:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sec4 .set1 .imgbox {
  margin-top: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#sec4 .set1 .imgbox .img1, #sec4 .set1 .imgbox .img2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 5px);
          flex: 1 1 calc(50% - 5px);
}
#sec4 .set1 .imgbox .img1 {
  margin-top: 10vw;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
  -webkit-mask-image: linear-gradient(black, black, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
  mask-image: linear-gradient(black, black, transparent);
}
#sec4 .set1 .imgbox .img2 {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
  -webkit-mask-image: linear-gradient(transparent, black, black);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
  mask-image: linear-gradient(transparent, black, black);
}
#sec4 .set2 {
  margin-top: 5vw;
  position: relative;
  z-index: 1;
}
#sec4 .set2 h3.ttl {
  margin-top: -15vw;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
  position: relative;
  z-index: 1;
}
#sec4 .set2 h3.ttl span {
  padding: 5px 20px;
  display: inline-block;
  position: relative;
}
#sec4 .set2 h3.ttl span::before {
  content: "";
  width: 7vw;
  height: 7vw;
  border-top: 1px solid;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec4 .set2 h3.ttl span::after {
  content: "";
  width: 7vw;
  height: 7vw;
  border-bottom: 1px solid;
  border-right: 1px solid;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#sec4 .set2 .gr2 {
  margin-top: 10vw;
}
#sec4 .set2 .gr2 .img {
  margin-left: 20vw;
}
@media only screen and (max-width: 767px) {
  #sec4 h2.ttl > span:nth-of-type(1) {
    position: relative;
  }
  #sec4 h2.ttl > span:nth-of-type(1)::before {
    content: "";
    border-bottom: 1px solid;
    opacity: 0.5;
    position: absolute;
    left: -10vw;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 66px;
  }
  #sec4::before {
    width: calc(50% + 351px);
    height: auto;
    top: 390px;
    bottom: -288px;
    right: 0;
  }
  #sec4 .wrap::after {
    width: 375px;
    height: 485px;
    top: 148px;
    right: 0;
  }
  #sec4 h2.ttl {
    min-width: 140px;
    min-height: 620px;
    margin: 0 auto;
    font-size: 38px;
    line-height: 73px;
  }
  #sec4 h2.ttl > span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sec4 h2.ttl > span:nth-of-type(1) {
    padding-top: 131px;
  }
  #sec4 h2.ttl > span:nth-of-type(2) {
    margin-top: 150px;
    border-bottom: 0px;
  }
  #sec4 h2.ttl small {
    font-size: 33px;
    letter-spacing: 0.185em;
  }
  #sec4 h2.ttl .fzb {
    font-size: 40px;
    letter-spacing: 0.185em;
  }
  #sec4 .set1 {
    position: relative;
    z-index: 0;
  }
  #sec4 .set1 .ttlbox {
    position: relative;
    z-index: 1;
  }
  #sec4 .set1 .imgbox {
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 90px;
    left: 66px;
    right: 67px;
  }
  #sec4 .set1 .imgbox .img1, #sec4 .set1 .imgbox .img2 {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  #sec4 .set1 .imgbox .img1 {
    margin-top: 83px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
    -webkit-mask-image: linear-gradient(black, black, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
    mask-image: linear-gradient(black, black, transparent);
  }
  #sec4 .set1 .imgbox .img2 {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
    -webkit-mask-image: linear-gradient(transparent, black, black);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
    mask-image: linear-gradient(transparent, black, black);
  }
  #sec4 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -23px;
  }
  #sec4 .set2 h3.ttl {
    margin: -92px 0 0 -110px;
    font-size: 32px;
    line-height: 53px;
  }
  #sec4 .set2 h3.ttl span {
    padding: 14px 16px 7px 23px;
  }
  #sec4 .set2 h3.ttl span::before {
    width: 36px;
    height: 36px;
  }
  #sec4 .set2 h3.ttl span::after {
    width: 36px;
    height: 36px;
  }
  #sec4 .set2 .gr1 {
    width: 600px;
    margin-top: 55px;
    padding: 0 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec4 .set2 .gr1 .txt {
    width: 475px;
  }
  #sec4 .set2 .gr2 {
    width: calc(100% - 630px);
    max-width: 546px;
    margin-top: 0;
  }
  #sec4 .set2 .gr2 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
}

#sec5 {
  padding: 20vw 0;
  clip-path: polygon(50% 30px, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  position: relative;
  z-index: 0;
}
#sec5::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/shared/bg3.png");
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec5 h2.ttl {
  text-align: center;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
}
#sec5 .set {
  margin-top: 10vw;
}
#sec5 .set .box-style {
  position: relative;
}
#sec5 .set .box-style .ttl {
  font-size: 5vw;
  line-height: 4;
  letter-spacing: 0.185em;
  position: absolute;
  z-index: 1;
}
#sec5 .set .box-style .ttl::before {
  content: "";
  width: 10vw;
  height: 10vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40.5 44.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(226, 223, 214)' d='M1.605,0.886 L38.713,42.932 '/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(226, 223, 214)' d='M38.713,0.886 L1.605,42.932 '/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
#sec5 .set .box-style .catch {
  position: absolute;
  z-index: -1;
}
#sec5 .set .box-style .imgbox {
  position: relative;
}
#sec5 .set .box-style .imgbox .img {
  text-align: center;
}
#sec5 .set .box-style .txt {
  margin-top: 7vw;
}
#sec5 .set .box1 .ttl {
  min-width: 40vw;
  min-height: 34vw;
  top: 10vw;
  left: 5vw;
}
#sec5 .set .box1 .ttl .txt-indent {
  display: inline-block;
  margin-top: 16vw;
}
#sec5 .set .box1 .catch {
  width: 90vw;
  bottom: -8vw;
  left: -5vw;
}
#sec5 .set .box2 .ttl {
  text-align: center;
  top: 5vw;
  right: 10vw;
}
#sec5 .set .box2 .catch {
  width: 120vw;
  top: 5vw;
  right: -32vw;
}
#sec5 .btn-link {
  margin-top: 10vw;
}
@media only screen and (max-width: 767px) {
  #sec5 .set .box2 {
    margin: 15vw -5vw 0;
    padding: 15vw 5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .set .box2::before {
    content: "";
    width: 100%;
    background: url("../img/shared/bg1.jpg");
    opacity: 0.75;
    position: absolute;
    top: 0;
    bottom: -50vw;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 235px 0 130px;
    clip-path: polygon(50% 110px, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  #sec5::after {
    content: "";
    width: 50%;
    height: 100%;
    background: url("../img/shared/bg1.jpg");
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #sec5 h2.ttl {
    font-size: 40px;
    line-height: 73px;
  }
  #sec5 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 93px;
  }
  #sec5 .set .box-style {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .set .box-style .ttl {
    font-size: 33px;
    line-height: 3;
  }
  #sec5 .set .box-style .ttl::before {
    width: 38px;
    height: 43px;
  }
  #sec5 .set .box-style .txt {
    margin: 17px 35px 0;
  }
  #sec5 .set .box1 .ttl {
    min-width: 198px;
    min-height: 220px;
    top: 73px;
    left: 103px;
  }
  #sec5 .set .box1 .ttl .txt-indent {
    margin-top: 94px;
  }
  #sec5 .set .box1 .catch {
    width: auto;
    bottom: -16px;
    left: -184px;
  }
  #sec5 .set .box2 .ttl {
    font-size: 32px;
    top: 36px;
    right: 46px;
  }
  #sec5 .set .box2 .catch {
    width: auto;
    top: -65px;
    right: -415px;
  }
  #sec5 .btn-link {
    margin-top: 56px;
  }
}

#banner {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}
#banner::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: 0;
  right: 30vw;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  opacity: 0.6;
  z-index: -1;
}
#banner::after {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: 0;
  right: 45vw;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  opacity: 0.3;
  z-index: -1;
}
#banner .bnr {
  border-top: 2px solid rgba(76, 42, 81, 0.75);
  border-bottom: 2px solid rgba(76, 42, 81, 0.75);
  position: relative;
}
#banner .bnr .bnr__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .bnr .bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .bnr .bnr__ttl {
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
#banner .bnr .bnr__ttl > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  white-space: nowrap;
}
#banner .bnr .bnr__ttl > span::before, #banner .bnr .bnr__ttl > span::after {
  content: "";
  width: 7vw;
  display: block;
  border-top: 1px solid;
  opacity: 0.5;
}
#banner .bnr .bnr__content {
  padding: 20vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}
#banner .bnr .bnr__content::after {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  margin: 5vw auto 0;
  background: url("../img/shared/icon_arrow1.jpg") center/contain no-repeat;
}
#banner .bnr .bnr__content .catch img {
  width: 60vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (min-width: 768px) {
  #banner {
    padding: 117px 0 121px;
  }
  #banner::before {
    height: 200vw;
    bottom: 0px;
    right: 565px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  #banner::after {
    height: 200vw;
    bottom: 0px;
    right: 670px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  #banner .bnr {
    width: 1093px;
    margin: 0 auto;
  }
  #banner .bnr:hover {
    cursor: pointer;
  }
  #banner .bnr:hover .bnr__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #banner .bnr .bnr__img {
    overflow: hidden;
  }
  #banner .bnr .bnr__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #banner .bnr .bnr__ttl {
    font-size: 28px;
    line-height: 49px;
  }
  #banner .bnr .bnr__ttl > span {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #banner .bnr .bnr__ttl > span::before, #banner .bnr .bnr__ttl > span::after {
    width: 18px;
  }
  #banner .bnr .bnr__content {
    padding: 90px 50px 50px;
  }
  #banner .bnr .bnr__content::after {
    width: 48px;
    height: 48px;
    margin-top: 27px;
  }
}

#sec6 {
  background: #000;
  padding-bottom: 20vw;
}
#sec6 h2.ttl {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.145em;
}
#sec6 .big-img img {
  width: 100%;
  height: 83vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
#sec6 .set {
  margin-top: 10vw;
}
#sec6 .set .txt {
  margin-top: 7vw;
}
#sec6 .set .btn-link {
  margin-top: 10vw;
}
#sec6 .set .btn-link + .btn-link {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #sec6 .set .btn-link {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 91px 0 94px;
    position: relative;
    z-index: 0;
  }
  #sec6 h2.ttl {
    font-size: 35px;
    line-height: 72px;
  }
  #sec6 .big-img {
    width: calc(100% - 76px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #sec6 .big-img img {
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(38%, transparent), color-stop(black), to(black));
    -webkit-mask-image: linear-gradient(to right, transparent 38%, black, black);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(38%, transparent), color-stop(black), to(black));
    mask-image: linear-gradient(to right, transparent 38%, black, black);
  }
  #sec6 .set {
    margin-top: 0;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec6 .set .txt {
    width: 470px;
    margin-top: 23px;
  }
  #sec6 .set .btn-link {
    margin: 31px 0 0;
  }
  #sec6 .set .btn-link + .btn-link {
    margin-top: 17px;
  }
}

#popup_sec6 ul {
  border-bottom: 0px;
}
#popup_sec6 ul li {
  border-bottom: 1px solid #6a6766;
}