header {
  background: #fff;
}

body {
  color: #fff;
}

#gNav {
  background: #fff;
}

.introBg {
  background: url(../imgs/bg-intro.jpg) center top no-repeat;
  background-size: cover;
  padding: 140px 0 100px;
}

.introBg .logo {
  display: block;
  margin: 0 auto;
}

.introBg .num {
  margin-right: 4px;
}

.introBg__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.introBg .txt {
  font-size: 38px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introBg .caption {
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  left: 90px;
  line-height: 1.5;
}
.introBg .caption .large {
  font-size: 14px;
}
.introBg .caption .large .num {
  font-size: 18px;
  margin-right: 0;
}

.introBg .small {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 20px;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .introBg__inner {
    width: 500px;
  }

  .introBg .caption {
    font-size: 10px;
    position: absolute;
    bottom: -75px;
    left: 80px;
    line-height: 1.2;
  }

  .introBg .small {
    font-size: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .introBg__inner {
    width: auto;
  }

  .introBg .caption {
    font-size: 10px;
    position: absolute;
    bottom: -75px;
    left: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
	header .link_area {
		display: none;
	}

  .introBg {
    background: url(../imgs/bg-intro.jpg) no-repeat center;
    padding: 60px 0 120px;
  }
  
  .introBg .logo {
    width: 90%;
  }

  .introBg .num {
    margin-right: 3px;
    width: 3%;
  }

  .introBg .txt {
    font-size: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.color--gold {
  color: #ffd244;
}

.text_box {
  color: #fff;
  line-height: 2;
  letter-spacing: .07em;
  text-align: center;
}

.text_box--middle {
  font-size: 26px;
}

.imageBox {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .text_box {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .07em;
    text-align: center;
  }

  .text_box--middle {
    font-size: 13px;
  }
  
  .imageBox {
    margin-top: 60px;
  }
  
}

.sec01 {
  margin-top: 12.5rem;
}

.sec01 .bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: calc(100vw * 116 / 750);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec01 {
    margin-top: 16.5rem;
  }
}


.sec02 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding-top: 60px;
}

.sec02 .story01 {
  margin-top: 120px;
}

.sec02 .story02 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding-top: 120px;
}

.sec02 .ttl_box {
  position: relative;
  text-align: center;
}

.sec02 .ttl_box::before {
  background-color: #efd78c;
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: 10%;
  left: 30%;
}

.sec02 .ttl_box::after {
  background-color: #efd78c;
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: 10%;
  right: 30%;
}

.sec02 .ttl_box .logo {
  width: 162px;
}

.sec02 .ttl_box .ttl {
  font-size: 30px;
  line-height: 1.458;
  letter-spacing: .18em;
  margin-top: 35px;
}

.sec02 .text_box.text_box--middle .cap {
  margin-top: 5px;
  line-height: 1.5;
}
.sec02 .text_box.text_box--middle .cap .large {
  font-size: 16px;
}
.sec02 .text_box.text_box--middle .cap .large .num {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    background: #170000;
    background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
    background-size: 100% auto, auto;
    padding-top: 5rem !important;
  }

  .sec02 .content_box.cont01 .imageBox {
    margin-top: 4rem;
  }

  .sec02 .text_box.text_box--middle .cap {
    font-size: 10px;
  }

  .sec02 .story01 {
    margin-top: 60px;
  }
  
  .sec02 .story02 {
    background: #170000;
    background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
    background-size: 100% auto, auto;
    padding-top: 60px;
  }
  
  .sec02 .ttl_box {
    text-align: center;
  }

  .sec02 .ttl_box::before {
    background-color: #efd78c;
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    top: 15%;
    left: 22%;
  }
  
  .sec02 .ttl_box::after {
    background-color: #efd78c;
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    top: 15%;
    right: 22%;
  }
  
  .sec02 .ttl_box .logo {
    width: 30%;
  }
  
  
  .sec02 .ttl_box .ttl {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .18em;
    margin-top: 20px;
  }
  
}

.sec02 .termsBox {
  background-color: #170000;
  border: 1px solid #8e816b;
  outline: 1px solid #635033;
  outline-offset: -7px;
  margin: 60px auto 0;
  padding: 60px 30px 60px 60px;
  width: 672px;
}

.sec02 .termsBox .termsBox__item {
  align-items: center;
  display: flex;
}

.sec02 .termsBox .cap {
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  margin: 5px auto 0 120px;
}
.sec02 .termsBox .cap .large {
  font-size: 14px;
}
.sec02 .termsBox .cap .large .num {
  font-size: 18px;
}
.sec02 .termsBox .termsBox__item:nth-child(n+2) {
  margin-top: 40px;
}

.sec02 .termsBox .termsBox__item .txt {
  color: #b7a388;
  font-size: 18px;
  letter-spacing: .16em;
  line-height: 1.6923;
  padding-left: 40px;
}

.sec02 .termsBox .termsBox__item .txt .large {
  font-size: 26px;
}

.sec02 .termsBox .termsBox__item .txt .middle {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .sec02 .termsBox {
    outline-offset: -7px;
    margin: 40px auto 0;
    padding: 30px 15px 30px 15px;
    width: 100%;
  }
  
  .sec02 .termsBox .termsBox__item {
    align-items: center;
    display: flex;
  }
  
  .sec02 .termsBox .termsBox__item:nth-child(n+2) {
    margin-top: 30px;
  }

  .sec02 .termsBox .cap {
    font-size: 10px;
    line-height: 1.5;
    margin: 10px auto 0 60px;
  }

  .sec02 .termsBox .termsBox__logo {
    width: 15%;
  }
  
  .sec02 .termsBox .termsBox__item .txt {
    color: #b7a388;
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 1.6923;
    padding-left: 15px;
  }
  
  .sec02 .termsBox .termsBox__item .txt .large {
    font-size: 16px;
  }
  
  .sec02 .termsBox .termsBox__item .txt .middle {
    font-size: 13px;
  }
}

.sec02 .descriptionBox {
  background-color: #322a24;
  margin: 40px auto 0;
  padding: 40px;
  width: 850px;
}

.sec02 .descriptionBox .descriptionBox__txt {
  font-size: 14px;
  letter-spacing: .14em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec02 .descriptionBox {
    background-color: #322a24;
    margin: 40px auto 0;
    padding: 30px 20px;
    width: 100%;
  }
  
  .sec02 .descriptionBox .descriptionBox__txt {
    font-size: 12px;
    letter-spacing: .14em;
    line-height: 2;
  }
}


/* mapArea animation */

.sec02 .mapArea {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sec02 .mapArea .scene {

  position: absolute;
  top: 0;
  left: 0;
  height: 740px;
  width: 1024px;
  opacity: 0;
  transition: 1s;
  overflow: hidden;
}

.sec02 .mapArea .scene.is-active {
  opacity: 1;  
  transition: .3s;  
}

.sec02 .mapArea .scene__prot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec02 .mapArea {
    margin: 0 calc(50% - 50vw) 150px; 
    width: 100vw;
  }
  
  .sec02 .mapArea .scene {
    height: auto;
    width: 100%;
  }
}

.sec02 .caption {
  font-size: 10px;
  margin-bottom: 0;
  text-align: right;
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}


.sceneWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: sticky;
  height: 640px;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sceneWrap {
    height: 390px;
  }
}
.sceneWrap__bottom {
  position: absolute;
  top: 100%;
  padding-top: 10px;

}
@media screen and (min-width: 767px) {
  .sceneWrap__bottom {
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media screen and (max-width: 767px) {
  .sceneWrap__bottom {
    width: 100%;
  }
}

.sceneNav {
  position: absolute;
  z-index: 39;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .sceneNav {
    flex-direction: column;
    align-items: center;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%);
  }
}
@media screen and (max-width: 767px) {

  .sceneNav {
    bottom: 0;
    width: 100%;
  }
}

.sceneNav__link {
  color: #b7a388;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .sceneNav__link {
    justify-content: space-between;
  }
}

.sceneNav__txt {
  font-size: 14px;
  line-height: calc(22/14);
} 
.sceneNav__txt .en {
  font-family: "Cinzel", serif;
  font-size: 12px;
  line-height: .7;
}

@media screen and (min-width: 767px) {
  .sceneNav__link:nth-of-type(2) {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sceneNav__link:nth-of-type(2) {
    margin-left: 30px;
  }
  .sceneNav__txt {
    font-size: 10px;
  }
  .sceneNav__txt .en {
    font-size: 10px;
  }
}

.sceneNav__link .arrowSVG{
  
}

/* gardenArea animation */

.sec02 .gardenArea {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 100px;
}

.sec02 .gardenArea .scene {
  position: absolute;
  top: 0;
  left: 0;
  height: 640px;
  width: 1024px;
  opacity: 0;
  transition: 1s;
  overflow: hidden;
}

.sec02 .gardenArea .scene.is-active {
  opacity: 1;  
  transition: .3s;  
}

.sec02 .gardenArea .scene__prot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.flashAnimation {
  animation: flash 2s linear infinite;
}
.fadeUp {
  transform: translate(0,50px);
  transition: 1s 1s;
}
.is-done .fadeUp {
  transform: translate(0,0);
  transition: .6s;
}

.maskFade {
  clip-path: inset(0 100% 0 0);
  transition: 1s 1s;
}
.is-done .maskFade {
  clip-path: inset(0 0 0 0);  
  transition: 3s;
}

.sec02 .capArea {
  background-color: transparent;
  margin: 15px auto;
  padding: 0!important;
}

@media screen and (min-width: 767px) {
  .sec02 .capArea {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .capArea,
  .sec02 .capArea .cap,
  .sec02 .capArea .caption {
    width: 100%;
  }
}
@keyframes flash {
  0%,100% {
	opacity: 1;
  }

  50% {
	opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .gardenArea {
  }
  
  .sec02 .gardenArea .scene {
    height: auto;
    width: 100%;
  }
}


.sec03 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding: 120px 0;
  text-align: center;
}

.sec03 .layoutTtl {
  color: #bb8d2b;
  font-size: 26px;
  line-height: 1.6923;
  letter-spacing: .16em;
  position: relative;
}

.sec03 .layoutTtl::before {
  content: "";
  background: url(../imgs/img-layout.png) no-repeat;
  height: 100%;
  width: 160px;
  position: absolute;
  top: 40%;
  left: 0;
}

.sec03 .layoutTtl::after {
  content: "";
  background: url(../imgs/img-layout.png) no-repeat;
  height: 100%;
  width: 160px;
  position: absolute;
  top: 40%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 60px 0;
  }
  
  .sec03 .layoutTtl {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .sec03 .layoutTtl::before {
    width: 50px;
    top: 50%;
  }
  
  .sec03 .layoutTtl::after {
    width: 50px;
    top: 50%;
  }
  
}


.sec03 .leadArea {
}

.sec03 .leadArea .leadArea__ttl {
  font-size: 34px;
  letter-spacing: .14em;
  position: relative;
  margin-top: 85px;
}

.sec03 .leadArea .leadArea__ttl::after {
  content: "";
  background-image: linear-gradient(to right, transparent, #8f7531 25%, #8f7531 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -55px;
  left: 0;
}

.sec03 .leadArea .text_box {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .sec03 .leadArea {
  }
  
  .sec03 .leadArea .leadArea__ttl {
    font-size: 18px;
    margin-top: 40px;
  }
  
  .sec03 .leadArea .leadArea__ttl::after {
    top: -28px;
  }

  .sec03 .leadArea .text_box {
    margin-top: 50px;
  }
}

.sec03 .meritArea {
  margin-top: 110px;
}

.sec03 .meritArea .headingWrap {
  
}

.sec03 .meritArea .headingWrap__ttl {
  font-size: 30px;
  line-height: 1.7333;
  letter-spacing: .18em;
  margin-top: 35px;
  position: relative;
}

.sec03 .meritArea .headingWrap__ttl::after {
  content: "";
  background: url(../imgs/bg-border.png) no-repeat;
  height: 92px;
  width: 496px;
  position: absolute;
  bottom: -23px;
  left: 26%;
}

.sec03 .meritArea .headingWrap__txt {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec03 .meritArea .headingWrap {
    width: 100%;
  }

  .sec03 .meritArea .headingWrap__logo {
    width: 4%;
  }
  
  .sec03 .meritArea .headingWrap__ttl {
    font-size: 18px;
    line-height: 1.7333;
    letter-spacing: .18em;
    margin-top: 20px;
  }
  
  .sec03 .meritArea .headingWrap__ttl::after {
    transform: scale(70%);
    position: absolute;
    bottom: -20px;
    left: -25%;
  }
  
  .sec03 .meritArea .headingWrap__txt {
    font-size: 12px;
    margin-top: 60px;
    text-align: left;
  }
}

.sec03 .conceptSect .layoutTtl {
  margin-top: 120px;
}

.sec03 .natureSect .layoutTtl {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec03 .conceptSect .layoutTtl {
    margin-top: 60px;
  }
  
  .sec03 .natureSect .layoutTtl {
    margin-top: 20px;
  }
}

.sec03 .meritArea .zoneGroup__card {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.sec03 .meritArea .zoneGroup .txtWrap {
  text-align: left;
  width: 410px;
}

.sec03 .meritArea .zoneGroup .txtWrap .txtWrap__ttl {
  border-bottom: 1px solid #666;
  color: #eec85b;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
}

.sec03 .meritArea .zoneGroup .txtWrap .txtWrap__txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

.sec03 .meritArea .zoneGroup__card--middle .txtWrap {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .sec03 .meritArea .zoneGroup__card {
    display: block;
    margin-top: 40px;
  }

  .sec03 .meritArea .zoneGroup__card:first-child {
    margin-top: 60px;
  }
  
  .sec03 .meritArea .zoneGroup .txtWrap {
    width: 100%;
  }
  
  .sec03 .meritArea .zoneGroup .txtWrap .txtWrap__ttl {
    border-bottom: 1px solid #666;
    color: #eec85b;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
  }
  
  .sec03 .meritArea .zoneGroup .txtWrap .txtWrap__txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .07em;
    margin-top: 20px;
  }
  
  .sec03 .meritArea .zoneGroup__card--middle .txtWrap {
    width: 100%;
  }

  .sec03 .meritArea .zoneGroup__card--middle .txtWrap:nth-child(n+2) {
    margin-top: 40px;
  }

  .sec03 .meritArea .zoneGroup__card--layout {
    flex-direction: column-reverse;
    display: flex;
  }

  .sec03 .meritArea .zoneGroup__card .image {
    margin-top: 20px;
  }
}

.sec03 .meritArea .panoramaBox {
  border: 1px solid #746666;
  margin: 120px auto 0;
  padding: 60px;
  outline: 1px solid #3e2b2b;
  outline-offset: -8px;
  width: 1025px;
}

.sec03 .meritArea .panoramaBox__lead {
  color: #b7a388;
  font-size: 24px;
  line-height: 1;
  position: relative;
}

.sec03 .meritArea .panoramaBox__lead::after {
  content: "";
  background-image: linear-gradient(to right, transparent, #755b2b 45%, #755b2b 55%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.sec03 .meritArea .panoramaBox__txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 70px;
}

.sec03 .meritArea .panoramaBox__image {
  display: block;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec03 .meritArea .panoramaBox {
    margin: 60px auto 0;
    padding: 40px 15px 30px;
    outline-offset: -8px;
    width: 100%;
  }
  
  .sec03 .meritArea .panoramaBox__lead {
    color: #b7a388;
    font-size: 18px;
    line-height: 1.5;
  }
  
  .sec03 .meritArea .panoramaBox__lead::after {
    content: "";
    background-image: linear-gradient(to right, transparent, #755b2b 45%, #755b2b 55%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  
  .sec03 .meritArea .panoramaBox__txt {
    font-size: 12px;
    line-height: 2;
    margin-top: 40px;
    text-align: left;
  }
  
  .sec03 .meritArea .panoramaBox__image {
    display: block;
    margin-top: 20px;
  }
}

.sec03 .meritArea .natureGroup {
  margin-top: 115px;
}

.sec03 .meritArea .natureGroup__area {
  background-color: #1f1703;
  border: 1px solid #797468;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  padding: 14px;
  width: 340px;
}

.sec03 .meritArea .natureGroup__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.sec03 .meritArea .natureCard {
  outline: 1px solid #746666;
  margin: 0 auto;
  padding: 40px 20px 20px;
  border: 1px solid #3e2b2b;
  outline-offset: 8px;
  width: 460px;
}

.sec03 .meritArea .natureCard--spring {
  background: url(../imgs/bg-spring.jpg) no-repeat top right;
}

.sec03 .meritArea .natureCard--summer {
  background: url(../imgs/bg-summer.jpg) no-repeat top right;
}

.sec03 .meritArea .natureCard--autumn {
  background: url(../imgs/bg-autumn.jpg) no-repeat top right;
}

.sec03 .meritArea .natureCard--winter {
  background: url(../imgs/bg-winter.jpg) no-repeat top right;
}

.sec03 .meritArea .natureCard:nth-child(n+3) {
  margin-top: 50px;
}

.sec03 .meritArea .natureCard--spring {
  position: relative;
}

.sec03 .meritArea .natureCard--spring::before {
}

.sec03 .meritArea .natureCard__ttl {
  color: #eec85b;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}

.sec03 .meritArea .natureCard__txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .14em;
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec03 .meritArea .natureGroup {
    margin-top: 60px;
  }
  
  .sec03 .meritArea .natureGroup__area {
    font-size: 14px;
    padding: 8px;
    width: 180px;
  }
  
  .sec03 .meritArea .natureGroup__layout {
    display: block;
    margin-top: 20px;
  }
  
  .sec03 .meritArea .natureCard {
    padding: 30px 20px 20px;
    outline-offset: -8px;
    width: 100%;
  }
  
  .sec03 .meritArea .natureCard:nth-child(n+3) {
    margin-top: 20px;
  }
  
  .sec03 .meritArea .natureCard--spring {
    position: relative;
  }
  
  .sec03 .meritArea .natureCard__ttl {
    font-size: 14px;
  }
  
  .sec03 .meritArea .natureCard__txt {
    font-size: 12px;
    line-height: 2;
    margin-top: 15px;
  }
}

.sec03 .meritArea .flowerLayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.sec03 .meritArea .flowerLayout__item {
  width: 198px;
}

.sec03 .meritArea .flowerLayout__item:nth-child(n+3) {
  margin-top: 15px;
}

.sec03 .meritArea .flowerLayout__txt {
  font-size: 10px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .sec03 .meritArea .flowerLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .sec03 .meritArea .flowerLayout__item {
    width: 48%;
  }
  
  .sec03 .meritArea .flowerLayout__item:nth-child(n+3) {
    margin-top: 15px;
  }

  .sec03 .meritArea .flowerLayout__txt {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.4;
  }
}

.sec04 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding-bottom: 120px;
  text-align: center;
}

.sec04 .lead {
  border-top: 1px solid #797468;
  font-size: 30px;
  line-height: calc(46/30);
  letter-spacing: .1em;
  padding-top: 120px;
}

.sec04 .cap {
  margin-top: 20px;
  line-height: 1.5;
}
.sec04 .cap .large {
  font-size: 14px;
}
.sec04 .cap .large .num {
  font-size: 18px;
}
.sec04 .imageBox {
  margin-top: 80px;
}

.capArea {
  background-color: #170000;
  color: #9a9696;
  font-size: 10px;
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec04 {
    background: #170000;
    background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
    background-size: 100% auto, auto;
    padding-bottom: 60px;
    text-align: center;
  }

  .sec04 .lead {
    border-top: 1px solid #797468;
    font-size: 18px;
    line-height: calc(46/30);
    letter-spacing: .1em;
    padding-top: 50px;
  }

  .sec04 .cap {
    font-size: 10px;
  }

  .sec04 .imageBox {
    margin-top: 40px;
  }

  .capArea {
    background-color: #170000;
    color: #9a9696;
    font-size: 10px;
    padding-bottom: 3.5rem;
  }
}