.noto-san-jp-thin {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fs70 {
  font-size: 9.3vw;
}
@media screen and (min-width: 768px) {
  .fs70 {
    font-size: 70px;
  }
}

.fs28 {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .fs28 {
    font-size: 28px;
  }
}

.fs35 {
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  .fs35 {
    font-size: 35px;
  }
}

.fs60 {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .fs60 {
    font-size: 60px;
  }
}

:root {
  --cl-main: #251801;
}

.cl-main {
  color: var(--cl-main);
}

#sec1 {
  position: relative;
  text-align: center;
  margin: 15vw 0 0;
  padding: 25vw 0 0;
}
#sec1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80vw;
  background: url("../img/scene/s1_deco.png") no-repeat top center/auto 100%;
}
#sec1 h2 {
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
}
#sec1 h3 {
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin: 3vw 0 8vw;
  position: relative;
}
#sec1 .txt {
  text-align: justify;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 var(--paddingWrap);
}
#sec1 .group-bnr {
  position: relative;
  margin: 8vw var(--paddingWrap) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec1 .group-bnr .bnr {
  width: calc(50% - 1vw);
  margin: 2vw 0 0;
}
#sec1 .group-bnr .bnr a {
  display: block;
  text-decoration: none;
  background: #4e4449;
}
#sec1 .group-bnr .bnr a img {
  opacity: 1 !important;
}
#sec1 .group-bnr .bnr a .tit {
  text-align: center;
  font-size: 6.67vw;
  line-height: 1.2;
  padding: 2vw 0 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
#sec1 .group-bnr .bnr a .tit:after {
  content: "";
  background: url("../img/scene/arrow_down.png") no-repeat bottom center/100% auto;
  width: 3vw;
  height: 3vw;
  margin: 3vw 0 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    margin: 143px 0 0;
    padding: 151px 0 0;
  }
  #sec1::before {
    height: 502px;
  }
  #sec1 h3 {
    margin: 17px 0 52px;
  }
  #sec1 .txt {
    text-align: inherit;
    margin: 0;
  }
  #sec1 .group-bnr {
    margin: 102px auto 0;
    width: 1350px;
    max-width: calc(100% - 60px);
    justify-content: flex-start;
  }
  #sec1 .group-bnr .bnr {
    width: calc((100% - 30px) / 4);
    margin: 0;
  }
  #sec1 .group-bnr .bnr + .bnr {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec1 .group-bnr .bnr a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .group-bnr .bnr a .img {
    height: 324px;
  }
  #sec1 .group-bnr .bnr a .tit {
    font-size: 50px;
    padding: 11px 0 23px;
  }
  #sec1 .group-bnr .bnr a .tit:after {
    width: 15px;
    height: 17px;
    margin: 15px 0 0;
  }
}

.time {
  width: 35vw;
  font-size: 3.3vw;
  padding: 1vw 0;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0 auto;
  background: var(--cl-main);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .time {
    width: 262px;
    font-size: 25px;
    padding: 6.5px 0;
  }
}

#sec2 {
  position: relative;
  margin: 10vw 0 0;
  padding: 15vw 0 0;
}
#sec2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 80vw;
  width: 80vw;
  border-radius: 35vw 0 0 35vw;
  background: url("../img/scene/deco.png") repeat-x top left/auto 100%;
}
#sec2 .row1 {
  position: relative;
  margin: 0 var(--paddingWrap);
}
#sec2 .row1 .group-content {
  margin: 0 0 12vw;
  text-align: center;
}
#sec2 .row1 .group-content h2 {
  line-height: 1.2;
  margin: 0.5vw 0 3vw;
}
#sec2 .row1 .group-content .txt {
  text-align: justify;
  letter-spacing: 0.05em;
}
#sec2 .row1 .group-img {
  text-align: right;
}
#sec2 .row1 .group-img .sub-txt {
  margin: 0 0 5vw;
}
#sec2 .row2 {
  position: relative;
  margin: 10vw var(--paddingWrap) 0;
}
#sec2 .row2 .group-content {
  padding: 0 0 12vw;
}
#sec2 .row2 .group-content h3 {
  line-height: 1.4;
  letter-spacing: 0.12em;
}
#sec2 .row2 .group-content .txt {
  letter-spacing: 0.05em;
  margin: 5vw 0 0;
}
#sec2 .row2 .img {
  margin: 0 auto;
  width: 70vw;
  filter: drop-shadow(0px 7px 22px rgba(0, 0, 0, 0.6));
}
#sec2 .box {
  position: relative;
  margin: 10vw var(--paddingWrap) 0;
  background: url("../img/scene/bg.jpg");
  padding: 6vw 0 8vw;
}
#sec2 .box h3 {
  text-align: center;
  line-height: 1.2;
  margin: 0 0 5vw;
}
#sec2 .box .flex2 {
  margin: 0 var(--paddingWrap);
}
#sec2 .box .flex2 .col + .col {
  margin-top: 11px;
}
#sec2 .box .flex2 .col dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#sec2 .box .flex2 .col dl + dl {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin: 76px 0 0;
    padding: 116px 0 0;
  }
  #sec2::before {
    height: 502px;
    width: calc(50% + 440px);
    border-radius: 271px 0 0 271px;
  }
  #sec2 .row1 {
    max-width: calc(100% - 60px);
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #sec2 .row1 .group-content {
    width: 340px;
    margin: 115px 0 0 90px;
  }
  #sec2 .row1 .group-content h2 {
    margin: 4px 0 20px;
  }
  #sec2 .row1 .group-content .txt {
    text-align: left;
  }
  #sec2 .row1 .group-img {
    width: calc(50% + 70px);
  }
  #sec2 .row1 .group-img .sub-txt {
    margin: 0 -37px 37px 0;
  }
  #sec2 .row1 .group-img .img {
    height: 470px;
  }
  #sec2 .row2 {
    margin: -70px auto 0;
    max-width: calc(100% - 60px);
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 306px;
  }
  #sec2 .row2 .group-content {
    width: 520px;
    padding: 117px 0 0;
  }
  #sec2 .row2 .group-content .txt {
    margin: 30px 0 0;
  }
  #sec2 .row2 .img {
    margin: 0 -54px 0 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #sec2 .row2 .img {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .box {
    margin: 68px auto 0;
    max-width: calc(100% - 60px);
    width: 1000px;
    padding: 47px 0 58px;
  }
  #sec2 .box h3 {
    margin: 0 0 35px;
  }
  #sec2 .box .flex2 {
    width: 878px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .box .flex2 .col {
    width: 410px;
  }
  #sec2 .box .flex2 .col + .col {
    margin-top: 0;
  }
}

#sec3 {
  position: relative;
  margin: 30vw 0 0;
}
#sec3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15vw;
  height: 80vw;
  width: 80vw;
  border-radius: 0 35vw 35vw 0;
  background: url("../img/scene/deco.png") repeat-x top right/auto 100%;
}
#sec3 .group-title {
  margin: 0 auto 10vw;
  text-align: center;
}
#sec3 .group-title h2 {
  line-height: 1.2;
  margin: 3vw 0 0;
  letter-spacing: 0;
}
#sec3 .group-content {
  margin: 8vw auto 0;
}
#sec3 .group-content h3 {
  line-height: 2;
  letter-spacing: 0.12em;
}
#sec3 .group-content .txt {
  margin: 5vw 0 0;
  letter-spacing: 0.05em;
}
#sec3 .group-img {
  margin: 10vw 0 0;
}
#sec3 .group-img .img2 {
  width: 70%;
}
#sec3 .group-img .img3 {
  width: 50%;
  margin: 6vw 0 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 218px 0 0;
  }
  #sec3::before {
    top: -137px;
    height: 502px;
    width: calc(50% + 260px);
    border-radius: 0 271px 271px 0;
  }
  #sec3 .wrap {
    max-width: calc(100% - 60px);
    width: 1100px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 !important;
  }
  #sec3 .group-title {
    order: 2;
    width: 938px;
    margin: 84px auto 0;
    text-align: left;
  }
  #sec3 .group-title .time {
    margin: 0;
  }
  #sec3 .group-title h2 {
    margin: 18px 0 0 4px;
  }
  #sec3 .img {
    order: 1;
  }
  #sec3 .group-content {
    order: 3;
    width: 920px;
    margin: 44px auto 0;
    padding: 0 0 6px;
  }
  #sec3 .group-content h3 {
    line-height: 54px;
  }
  #sec3 .group-content .txt {
    width: 550px;
    margin: 24px 0 0;
  }
  #sec3 .group-img {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: calc(50% + 60px);
    margin: 0;
  }
  #sec3 .group-img .img2 {
    width: auto;
  }
  #sec3 .group-img .img3 {
    width: auto;
    margin: 39px 0 0;
  }
}

#sec4 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 8vw 0 0;
  padding: 30vw 0 0;
}
#sec4 .deco {
  position: absolute;
  top: 0;
  width: 125.5vw;
  left: 0;
}
#sec4 .wrap {
  position: relative;
}
#sec4 h2 {
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 8vw;
}
#sec4 .row {
  margin: 5vw 0 0;
}
#sec4 .group-content h3 {
  line-height: 1.55;
  letter-spacing: 0.12em;
}
#sec4 .group-content .txt {
  letter-spacing: 0.05em;
  margin: 4vw 0 0;
}
#sec4 .img3 {
  margin: 10vw 0 0 0;
  width: 54%;
}
@media screen and (min-width: 768px) {
  #sec4 {
    margin: 36px 0 0;
    padding: 236px 0 0;
  }
  #sec4 .deco {
    width: 1219px;
    left: calc(50% - 290px);
  }
  #sec4 .wrap {
    max-width: calc(100% - 60px);
    width: 1060px;
    padding: 0 !important;
  }
  #sec4 h2 {
    position: absolute;
    top: 31px;
    right: 30px;
    margin: 0;
  }
  #sec4 .s4-slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec4 .s4-slider > div {
    width: 500px;
    max-width: calc(50% - 30px);
  }
  #sec4 .s4-slider .img {
    height: 680px;
  }
  #sec4 .s4-slider .img.img2 {
    margin-top: 165px;
  }
  #sec4 .row {
    margin: -92px auto 0;
    width: 1000px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec4 .group-content {
    width: 610px;
  }
  #sec4 .group-content h3 {
    line-height: 54px;
  }
  #sec4 .group-content .txt {
    margin: 24px 0 0;
  }
  #sec4 .img3 {
    margin: 131px 0 0;
    width: auto;
  }
}

#sec5 {
  position: relative;
  padding: 15vw 0 30vw;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec5::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5vw;
  height: 80vw;
  width: 80vw;
  border-radius: 0 35vw 35vw 0;
  background: url("../img/scene/deco.png") repeat-x top right/auto 100%;
}
#sec5 .wave-holder {
  height: 60vw;
  top: auto;
  bottom: 0;
}
#sec5 .wrap {
  position: relative;
}
#sec5 h2 {
  line-height: 1.2;
  letter-spacing: 0;
  margin: 3vw 0 7vw;
}
#sec5 .row {
  position: relative;
}
#sec5 .row h3 {
  margin: 8vw 0 0;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-align: left;
}
#sec5 .row .txt {
  margin: 5vw 0 0;
}
#sec5 .row .txt span {
  text-align: justify;
  display: block;
  letter-spacing: 0.05em;
}
#sec5 .row .img2 {
  margin: 10vw 0vw 0 34vw;
  width: 60%;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 123px 0 232px;
  }
  #sec5::before {
    top: -29px;
    height: 502px;
    width: calc(50% + 410px);
    border-radius: 0 271px 271px 0;
  }
  #sec5 .wave-holder {
    height: 300px;
  }
  #sec5 .wrap {
    max-width: calc(100% - 60px);
    width: 1320px;
    padding: 0 !important;
  }
  #sec5 h2 {
    margin: 19px 0 43px;
  }
  #sec5 .row .img {
    width: calc(50% + 140px);
    height: 550px;
  }
  #sec5 .row h3 {
    position: absolute;
    top: 24px;
    width: 376px;
    left: calc(50% + 190px);
    line-height: 54px;
    margin: 0;
  }
  #sec5 .row .txt {
    width: 1003px;
    margin: 39px auto 0;
    max-width: 100%;
  }
  #sec5 .row .txt span {
    width: 579px;
    text-align: left;
  }
  #sec5 .row .img2 {
    position: absolute;
    left: calc(50% + 190px);
    max-width: calc(50% - 190px);
    width: 370px;
    height: 520px;
    top: 187px;
    margin: 0;
  }
}

#sec6 {
  padding: 0 var(--paddingWrap) 8vw;
}
#sec6 .bnr + .bnr {
  margin-top: 4vw;
}
#sec6 .bnr a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
}
#sec6 .bnr a .img img {
  opacity: 1 !important;
}
#sec6 .bnr a .tit-bnr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 7vw;
  line-height: 1.2;
  padding: 3vw 0;
  background: rgba(78, 68, 73, 0.85);
}
#sec6 .bnr a .tit-bnr:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 4vw;
  background: url("../img/scene/arrow_right.png") no-repeat center right/100% auto;
  width: 3vw;
  height: 3vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    display: flex;
    padding: 0 0 15px;
  }
  #sec6 .bnr {
    width: calc((100% - 30px) / 3);
  }
  #sec6 .bnr + .bnr {
    margin-top: 0;
    margin-left: 15px;
  }
  #sec6 .bnr a .img {
    height: 400px;
  }
  #sec6 .bnr a .tit-bnr {
    font-size: 50px;
    padding: 18px 0;
  }
  #sec6 .bnr a .tit-bnr:after {
    right: 33px;
    width: 18px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec6 .bnr a:hover {
    opacity: 0.8;
  }
}