.txt-vertical2 {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
#header{
  padding: 35vw 0 10vw;
}
@keyframes toTop{
  0%{
    background-position: center 3653px;
  }
  100%{
    background-position: center 0;
  }
}
@keyframes toBottom{
  0%{
    background-position: center 0;
  }
  100%{
    background-position: center 3653px;
  }
}
#sec1 {
  position: relative;
  padding: 20vw 0px;
  background: url("../img/shared/bg5.jpg") repeat top left;
  overflow: hidden;
}
#sec1 .sec1-slide1  {
  width: 30vw;
  position: absolute;
  top: 0px;
  left: 2%;
  bottom: 0;
  animation: toTop 40s linear infinite;
  background: url('../img/scene/sec1_slide.png') repeat-y;
	opacity: 50%;
  height: 100%;
}
/* #sec1 .sec1-slide1 img, #sec1 .sec1-slide2 img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
} */
#sec1 .sec1-slide2{
  animation: toBottom 40s linear infinite;
  background: url('../img/scene/sec1_slide.png') repeat-y;
  height: 100%;
  width: 30vw;
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
	opacity: 50%;
}
#sec1 .infiniteslide_wrap:has(.sec1-slide2) {
  /* left: auto;
  right: 2%; */
}
#sec1 .sec1-deco {
  width: 65%;
  margin: 0px auto;
}
#sec1 h2 {
  font-size: 7vw;
  text-align: center;
  margin: 0px 0px 4vw;
}
#sec1 h2 span {
  color: #48281d;
  font-weight: 500;
  background: #fff;
  display: inline-block;
  padding: 0px 4vw;
  margin-bottom: 8px;
  line-height: 1.8;
}
#sec1 h2 span small {
  color: #ab2a16;
  font-weight: 900;
}
#sec1 .wrap {
  z-index: 1;
}
#sec1 .sec1-txt {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 85px 0px 108px;
  }
  #sec1 .sec1-slide1 {
    width: 228px;
    left: 6%;
	  opacity: 100%;
  }
  #sec1 .sec1-slide2 {
    width: 228px;
    right: 6%;
	  opacity: 100%;
  }
  #sec1 .sec1-deco {
    width: 378px;
  }
  #sec1 h2 {
    font-size: 50px;
    margin: -8px 0px 20px;
  }
  #sec1 h2 span {
    line-height: 72px;
    padding: 0px 50px;
  }
  #sec1 .sec1-txt {
    text-align: center;
  }
}

#sec2 {
  position: relative;
  background: url("../img/scene/sec2_para1.jpg") no-repeat top center/auto 80vw, 
	  url("../img/scene/sec2_para2.jpg") no-repeat top 80vw center/auto 80vw, 
	  url("../img/shared/bg2.jpg") repeat top left;
  padding: 130vw 0px 10vw;
}
#sec2 .sec2-box {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 88%;
  margin: 0px auto;
  padding: 12vw 5%;
  background: url("../img/scene/sec2_bgdeco.png") repeat top left;
}
#sec2 .sec2-box h2 {
  font-size: 7vw;
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec2 .sec2-box h2 span {
  color: #48281d;
  font-weight: 500;
  background: #fff;
  display: inline-block;
  padding: 0px 5vw;
  margin-bottom: 8px;
  line-height: 1.8;
}
#sec2 .sec2-box h2 span small {
  color: #ab2a16;
  font-weight: 900;
}
#sec2 .sec2-box .sec2-deco {
  width: 30%;
  margin: -5vw 6% 1vw auto;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 390px 0px 282px;
    background: none;
  }
  #sec2 .sec2-para1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 664px;
  }
  #sec2 .sec2-para2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 664px);
    min-height: unset;
  }
  #sec2 .sec2-box {
    width: 504px;
    margin: 0px 0px 0px auto;
    padding: 53px 30px 82px;
  }
  #sec2 .sec2-box h2 {
    font-size: 50px;
  }
  #sec2 .sec2-box h2 span {
    line-height: 73px;
    padding: 0px 30px;
  }
  #sec2 .sec2-box .sec2-deco {
    width: 136px;
    margin: -12px 0px -10px auto;
  }
  #sec2 .sec2-box .sec2-txt {
    width: 360px;
    margin: 0px auto;
  }
}

#sec3 {
  background: url("../img/shared/bg2.jpg") repeat top left;
  padding: 16vw 0px;
}
#sec3 h2 {
  position: relative;
  width: 50%;
  margin: 0px auto;
}
#sec3 h2::before, #sec3 h2::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 105%;
  width: 50vw;
  height: 15px;
  background: url("../img/scene/sec3_line1.png") no-repeat center right/cover;
  transform: translateY(-50%);
}
#sec3 h2::after {
  left: 105%;
  right: auto;
  background: url("../img/scene/sec3_line2.png") no-repeat center left/cover;
}
#sec3 .sec3-txt1 {
  margin: 4vw 0px 6vw;
  color: #48281d;
}
#sec3 .sec3-img {
  margin: 0px -8% 8vw;
}
#sec3 h3 {
  color: #fff;
}
#sec3 h3 span {
  background: #ab2a16;
  padding: 0px 4vw;
  font-size: 6vw;
  line-height: 1.6;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 8px;
}

#sec3 h3 span span {
  padding: 0px !important;
  font-size: 5vw;
}
#sec3 h3 span small {
  font-size: 4vw;
}
#sec3 .sec3-txt2 {
  text-shadow: 0 0 10px #48281d;
  margin: 6vw 5% 12vw;
}
#sec3 .sec3-box1 {
  position: relative;
  width: 96%;
  margin: 0px auto;
  padding: 0px 0px 12vw;
}
#sec3 .sec3-box1::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url("../img/shared/bg5.jpg") repeat top left;
}
#sec3 .sec3-box1 h4 {
  width: 90%;
  margin: 0px 0px 4vw;
  position: relative;
}
#sec3 .sec3-box1 ul {
  position: relative;
}
#sec3 .sec3-box1 ul li {
  margin: 0px 0px 3vw;
}
#sec3 .sec3-box1 ul li span {
  display: inline-block;
  margin-left: 16px;
  color: #ffcc00;
}
#sec3 .sec3-box2 {
  box-sizing: border-box;
  border-radius: 15px;
  background: url("../img/shared/bg4.png") repeat top center;
  text-align: center;
  padding: 8vw 2%;
  margin: 12vw auto 0px;
}
#sec3 .sec3-box2 .sec3-tel {
  font-weight: 900;
  color: #eba936;
  line-height: 1.5;
}
#sec3 .sec3-box2 .sec3-tel p:nth-child(1) {
  font-size: 5vw;
}
#sec3 .sec3-box2 .sec3-tel p:nth-child(2) {
  font-size: 8.5vw;
}
#sec3 .sec3-box2 .sec3-tel p:nth-child(2) i {
  display: inline-block;
  width: 24px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
#sec3 .sec3-box2 .sec3-btn {
  margin: 6vw 8% 0px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 117px 0px 73px;
  }
  #sec3 h2 {
    width: 384px;
  }
  #sec3 h2::before, #sec3 h2::after {
    background-size: 100% 100%;
  }
  #sec3 .sec3-txt1 {
    text-align: center;
    margin: 19px 0px 32px;
  }
  #sec3 .sec3-img {
    margin: 0px -100px 42px;
    width: 1200px;
    position: relative;
    z-index: 1;
  }
  #sec3 .sec3-row {
    position: relative;
  }
  #sec3 h3 {
    width: 430px;
    margin: 0px 0px 0px auto;
  }
  #sec3 h3 span {
    font-size: 36px;
    line-height: 62px;
    padding: 0px 30px;
  }
  #sec3 h3 span span {
    font-size: 26px;
    line-height: 32px;
  }
  #sec3 h3 span:has(span) {
    line-height: 32px;
  }
  #sec3 h3 span small {
    font-size: 18px;
  }
  #sec3 .sec3-txt2 {
    width: 430px;
    margin: 14px -37px 55px auto;
  }
  #sec3 .sec3-box1 {
    margin: 0px;
    position: absolute;
    top: -143px;
    left: 30px;
    width: 460px;
    padding: 0px;
  }
  #sec3 .sec3-box1::before {
    width: 50vw;
    height: 100%;
    left: auto;
    right: -12px;
    transform: none;
    top: 45px;
  }
  #sec3 .sec3-box1 h4 {
    width: 442px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 33px;
  }
  #sec3 .sec3-box1 ul li {
    line-height: 26px;
    margin: 0px 0px 12px;
  }
  #sec3 .sec3-box2 {
    width: 460px;
    margin: 0px 0px 0px auto;
    padding: 31px 20px;
  }
  #sec3 .sec3-box2 .sec3-tel {
    line-height: 33px;
  }
  #sec3 .sec3-box2 .sec3-tel p:nth-child(1) {
    font-size: 21px;
  }
  #sec3 .sec3-box2 .sec3-tel p:nth-child(2) {
    font-size: 33px;
  }
  #sec3 .sec3-box2 .sec3-btn{
    margin: 23px auto 0px;
  }
}

#sec4 {
  position: relative;
  padding: 12vw 0px;
  color: #48281d;
  overflow: hidden;
}
#sec4 .sec4-slide{
  position: absolute;
  top: 0px;
  height: 100% !important;
  width: 10vw;
  left:0vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  animation: toTop 70s linear infinite;
  background: url('../img/scene/sec4_txtslide.png') repeat-y;
	opacity: 100%;
	background-size: contain;
}
#sec4 .sec4-slide > div{
  flex-wrap: wrap;
    z-index: 9;
    position: relative;
    gap: 5px;
    display: flex;
    animation: scroll-vertical 50s linear infinite;

}




#sec4 .wrap {
  z-index: 1;
	padding: 0 8% 0 15%;
	
}
#sec4 h2 {
  width: 75%;
  margin: 0px 0px 2vw auto;
}
#sec4 .sec4-txt1 {
  text-align: right;
}
#sec4 .sec4-img1 {
  width: 100%;
  margin: 0px -15% 0px auto;
  position: relative;
  z-index: 1;
}
#sec4 .sec4-img2 {
  width: 85%;
  margin: -6vw 0px 8vw 4vw;
}
#sec4 .sec4-img2 img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#sec4 h3 {
  font-size: 7.5vw;
  font-weight: 800;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  letter-spacing: -1px;
}
#sec4 h3 span {
  display: inline-block;
  padding: 0px 4vw;
  line-height: 1.6;
  background: #fff;
  color: #48281d;
  margin-bottom: 7px;
}
#sec4 h3 span span {
  font-size: 5.5vw;
  padding: 0px;
  margin-bottom: 0px;
}
#sec4 h3 span small {
  font-size: 4.5vw;
}
#sec4 h3 span.sp-small {
  font-size: 5.5vw;
  color: #ab2a16;
}
#sec4 .sec4-txt2 {
  margin: 3vw 0px 8vw;
}
#sec4 .sec4-img4 {
  width: 85%;
  margin: 4vw auto 8vw;
}
#sec4 .sec4-img4 img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#sec4 .sec4-txt3, #sec4 .sec4-txt4 {
  margin: 3vw 0px 8vw;
}
#sec4 .sec4-img5 {
  position: relative;
  z-index: 1;
  margin: 0px -20% -16vw auto;
}
#sec4 .sec4-box1 {
  margin: 6vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 42px 0px 81px;
  }
#sec4 .wrap {
	padding: 0;
	
}
  #sec4 .sec4-slide {
    width: 110px;
    left: 0px;
  }
  #sec4 h2 {
    width: 434px;
    margin: 0px 0px 3px 26px;
  }
  #sec4 .sec4-txt1 {
    width: 434px;
    margin: 0px 0px 39px 26px;
  }
  #sec4 .sec4-img1 {
    margin: 0px;
    position: absolute;
    top: 130px;
    right: -203px;
    width: 837px;
  }
  #sec4 .sec4-img2 {
    width: 638px;
    position: absolute;
    margin: 0px;
    top: 475px;
    left: -130px;
  }
  #sec4 h3 {
    font-size: 40px;
  }
  #sec4 h3 span {
    line-height: 58px;
    padding: 0px 30px;
  }
  #sec4 h3 span span {
    font-size: 26px;
  }
  #sec4 h3 span small {
    font-size: 18px;
  }
  #sec4 h3 span.sp-small {
    font-size: 26px;
    line-height: 44px;
  }
  #sec4 .sec4-txt2 {
    width: 430px;
    margin: 293px 0px 87px auto;
  }
  #sec4 .sec4-row1 {
    position: relative;
  }
  #sec4 .sec4-row1 h3 {
    margin: 0px;
    position: absolute;
    top: 127px;
    left: 10px;
  }
  #sec4 .sec4-img3 {
    width: 852px;
    margin: 0px -100px 0px auto;
  }
  #sec4 .sec4-img4 {
    margin: 0px;
    position: absolute;
    width: 563px;
    top: 481px;
    left: -53px;
  }
  #sec4 .sec4-txt3 {
    width: 430px;
    margin: 20px 0px 0px auto;
  }
  #sec4 .sec4-row2 {
    position: relative;
    margin: 117px 0px 0px;
    display: flex;
    justify-content: space-between;
  }
  #sec4 .sec4-img5 {
    margin: 0px;
    position: absolute;
    top: -94px;
    right: -234px;
    width: 965px;
  }
  #sec4 .sec4-img6 {
    width: 563px;
    margin: 0px 0px 0px -50px;
  }
  #sec4 .sec4-box1 {
    width: 450px;
    margin: 236px 0px 0px;
  }
  #sec4 .sec4-txt4 {
    margin: 27px 0px 0px;
  }
}

#sec5 {
  position: relative;
  background: url("../img/shared/bg2.jpg") repeat top left;
  padding: 0px 0px 16vw;
}
#sec5 .sec5-img1 {
  position: relative;
  margin: 0px -10% -2vw;
  top: -8vw;
}
#sec5 .sec5-ttl .sec5-deco1 {
  width: 40vw;
  position: relative;
  margin: 0px 0px -4vw 20vw;
  z-index: 1;
}
#sec5 .sec5-ttl h2 {
  font-size: 7vw;
  font-weight: 800;
}
#sec5 .sec5-ttl h2 span {
  background: #fff;
  padding: 0px 4vw;
  line-height: 1.6;
  color: #48281d;
  margin-bottom: 8px;
  display: inline-block;
}
#sec5 .sec5-ttl h2 span small {
  color: #ab2a16;
  font-size: 4.5vw;
}
#sec5 .sec5-ttl h2 span.sp-small {
  font-size: 6vw;
  color: #ab2a16;
}
#sec5 .sec5-ttl h2 span.sp-small small {
  font-size: 4vw;
}
#sec5 .sec5-txt1 {
  text-shadow: 0 0 10px #48281d;
  margin: 8vw 0px;
}
#sec5 .sec5-row1 {
  position: relative;
  z-index: 1;
}
#sec5 .sec5-row1::before {
  content: "";
  position: absolute;
  bottom: -8vw;
  right: -10vw;
  width: 100vw;
  height: 80%;
  background: url("../img/shared/bg5.jpg") repeat top left;
  z-index: -1;
}
#sec5 .sec5-txt2 {
  text-shadow: 0 0 10px #48281d;
  margin: 8vw 0px;
}
#sec5 .sec5-btn {
  margin: 8vw auto;
}
#sec5 .sec5-banner {
  position: relative;
  margin: 12vw auto 0px;
  box-sizing: border-box;
}
#sec5 .sec5-banner .sec5-img4 {
  width: 90%;
  margin: 0px auto -6vw;
  position: relative;
  z-index: 1;
}
#sec5 .sec5-banner .sec5-box2 {
  box-sizing: border-box;
  padding: 8vw 4% 20vw;
  text-align: center;
  position: relative;
  border-radius: 20px;
  background: url("../img/shared/bg4.png") repeat top left;
}
#sec5 .sec5-banner .sec5-box2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 10vw;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: url("../img/shared/bg5.jpg") repeat top left;
}
#sec5 .sec5-banner .sec5-box2 .sec5-txt3 {
  color: #fff;
  font-size: 5vw;
  font-weight: 500;
}
#sec5 .sec5-banner .sec5-box2 .sec5-txt3 span {
  font-weight: 900;
  color: #ffcc00;
}
#sec5 .sec5-banner .sec5-box2 .sec5-btn2 {
  position: absolute;
  bottom: -4vw;
  right: 3%;
  width: 70%;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 57px 0px 51px;
  }
  #sec5 .sec5-img1 {
    margin: 0px;
    position: absolute;
    top: -101px;
    right: -188px;
    width: 818px;
    z-index: 2;
  }
  #sec5 .sec5-ttl .sec5-deco1 {
    width: 197px;
    margin: 0px 0px -25px 149px;
  }
  #sec5 .sec5-ttl h2 {
    font-size: 40px;
  }
  #sec5 .sec5-ttl h2 span {
    padding: 0px 30px;
    line-height: 54px;
  }
  #sec5 .sec5-ttl h2 span small {
    font-size: 20px;
  }
  #sec5 .sec5-ttl h2 span.sp-small {
    font-size: 26px;
    line-height: 40px;
  }
  #sec5 .sec5-ttl h2 span.sp-small small {
    font-size: 18px;
  }
  #sec5 .sec5-txt1 {
    width: 360px;
    margin: 20px 0px 36px;
  }
  #sec5 .sec5-row1 {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #sec5 .sec5-row1::before {
    width: 40vw;
    right: 600px;
    height: 465px;
    bottom: 25px;
  }
  #sec5 .sec5-img2 {
    width: 678px;
    margin: 0px 0px 0px -108px;
  }
  #sec5 .sec5-box1 {
    width: 740px;
    margin: 182px -50px 0px -148px;
  }
  #sec5 .sec5-txt2 {
    width: 370px;
    margin: 0px auto 12px;
  }
  #sec5 .sec5-btn {
    position: absolute;
    margin: 0px;
    top: 465px;
    left: 12px;
  }
  #sec5 .sec5-banner {
    display: flex;
    width: 890px;
    margin: 12px auto 0px;
  }
  #sec5 .sec5-banner .sec5-img4 {
    width: 487px;
    margin: 0px;
  }
  #sec5 .sec5-banner .sec5-box2 {
    width: 490px;
    box-sizing: border-box;
    align-self: baseline;
    margin: 110px 38px 0px -130px;
    padding: 36px 12px 77px 131px;
  }
  #sec5 .sec5-banner .sec5-box2::before {
    height: 46px;
  }
  #sec5 .sec5-banner .sec5-box2 .sec5-txt3 {
    font-size: 23px;
    line-height: 38px;
    text-align: left;
  }
  #sec5 .sec5-banner .sec5-box2 .sec5-btn2 {
    bottom: -19px;
    right: 18px;
    width: 326px;
  }
}

.remodal {
  background: url("../img/shared/bg5.jpg") repeat top left;
}
.remodal .remodal-close {
  background: url("../img/scene/close.png") center/cover;
  width: 20px;
  height: 20px;
}
.remodal h3 {
  font-size: 7vw;
  font-weight: 800;
  color: #ffcc00;
  line-height: 1;
}
.remodal .popup-note {
  margin: 20px 0px 40px;
}
.remodal .popup-ttl {
  font-size: 5vw;
  padding-bottom: 2vw;
  margin: 6vw 0px 2vw;
  color: #ffcc00;
  font-weight: 800;
  border-bottom: 2px solid #fff;
  text-align: left;
}
.remodal dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
.remodal dl dt {
  width: 68%;
  align-self: flex-start;
  text-align: left;
}
.remodal dl dd {
  width: 32%;
  text-align: right;
  align-self: flex-end;
}
.remodal dl.dl-top dd {
  align-self: flex-start;
}
.remodal dl.dl-big dt {
  width: 45%;
}
.remodal dl.dl-big dd {
  width: 55%;
}
.remodal .wrap {
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .remodal h3 {
    font-size: 50px;
  }
  .remodal .popup-row {
    display: flex;
    justify-content: space-between;
  }
  .remodal .popup-col {
    width: 468px;
  }
  .remodal .popup-ttl {
    font-size: 17px;
    padding-bottom: 10px;
    margin: 24px 0px 10px;
  }
  .remodal dl {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .remodal dl dt {
    width: calc(100% - 100px);
  }
  .remodal dl dd {
    width: 100px;
  }
  .remodal dl.dl-big dt {
    width: calc(100% - 150px);
  }
  .remodal dl.dl-big dd {
    width: 150px;
  }
}

#sec6 {
  padding: 12vw 0px;
  color: #48281d;
}
#sec6 .sec6-img1 {
  position: absolute;
  top: 6vw;
  left: 0px;
  width: 100%;
}
#sec6 .sec6-ttl {
  position: relative;
  z-index: 1;
  width: 40%;
  margin: 0px 2% 24vw auto;
}
#sec6 .sec6-ttl h2 {
  text-align: right;
  font-size: 7vw;
  letter-spacing: 0.15em;
}
#sec6 .sec6-ttl h2 span {
  line-height: 1.6;
  margin: 0px 6px;
  padding: 4vw 0px;
  background: #fff;
  color: #48281d;
  font-weight: 500;
  display: inline-block;
}
#sec6 .sec6-ttl h2 span small {
  font-weight: 900;
  color: #ab2a16;
}
#sec6 .sec6-ttl .sec6-txtdeco {
  position: relative;
  width: 30vw;
  margin: -6vw auto 0px;
}
#sec6 .sec6-img2 img {
  box-shadow: rgba(0, 0, 0, 0.6);
}
#sec6 .sec6-btn {
  margin: 6vw auto 8vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 29px 0px 65px;
  }
  #sec6 .sec6-img1 {
    top: 40px;
    left: -142px;
    width: 1142px;
  }
  #sec6 .sec6-ttl {
    width: 180px;
    margin: 0px 51px 75px auto;
  }
  #sec6 .sec6-ttl h2 {
    font-size: 53px;
  }
  #sec6 .sec6-ttl h2 span {
    line-height: 80px;
    padding: 40px 0px;
    margin: 0px 8px;
  }
  #sec6 .sec6-ttl .sec6-txtdeco {
    width: 147px;
    margin: -33px auto 0px;
  }
  #sec6 .sec6-row {
    display: flex;
    justify-content: space-between;
  }
  #sec6 .sec6-box1 {
    width: 360px;
    margin: 16px 0px 0px;
  }
  #sec6 .sec6-img2 {
    margin: 0px -82px 0px 0px;
  }
  #sec6 .sec6-btn {
    margin: 34px 0px 0px 10px;
  }
}

#sec7 {
  background: url("../img/scene/sec7_bg_sp.jpg") center/cover;
  padding: 30vw 0px 40vw;
}
#sec7 .sec7-txt {
  width: 54%;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 122px 0px 429px;
    background-image: url("../img/scene/sec7_bg.jpg");
  }
  #sec7 .sec7-txt {
    width: 284px;
  }
}/*# sourceMappingURL=scene.css.map */