/*****
 * Width
*****/
/*****
 * Color
*****/
/*****
 * Color
*****/
/*****
 * Font
*****/
/*****
 * Line
*****/
.headingPhoto--feature {
  background: url(../imgs/bg-feature.jpg) no-repeat center center;
  background-size: cover;
}

.campaign-bnr {
  position: relative;
  z-index: 1;
}
.campaign-bnr__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .campaign-bnr__link:hover {
    opacity: 0.6;
  }
}

.waitbox {
  max-width: 720px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  background: #c21a1a;
}
@media only screen and (max-width: 768px) {
  .waitbox {
    margin-bottom: 16vw;
    padding: 8vw 5.3333333333vw;
  }
}
.waitbox .txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .waitbox .txt {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.waitbox a {
  color: #fff;
}

/* visual */
.keyVisual {
  position: relative;
  padding: 40px 40px 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .keyVisual {
    padding: 0;
  }
}

.keySlider {
  overflow: hidden;
}
.keySlider .photo {
  width: 100%;
}
/* intruductSection */
.intruductSection {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .intruductSection {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}
.intruductSection::before {
  content: "";
  position: absolute;
  top: -170px;
  bottom: 0;
  left: 0;
  width: calc(50% + 520px);
  height: auto;
  background: #fff;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .intruductSection::before {
    top: 0;
    width: 75%;
  }
}
.intruductSection .wrap--1200 {
  position: relative;
}
.intruductSection .btn--big {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.3333333333%;
}
@media only screen and (max-width: 768px) {
  .intruductSection .btn--big {
    position: relative;
    width: auto;
    margin-top: 8vw;
  }
}

.introLead__row {
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .introLead__row {
    margin-top: 16vw;
  }
}
.introLead__item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .introLead__item {
    width: 100%;
  }
}
.introLead__item:nth-of-type(2) {
  width: 43.3333333333%;
}
@media only screen and (max-width: 768px) {
  .introLead__item:nth-of-type(2) {
    width: 100%;
    margin-top: 8vw;
  }
}

/* featureSection */
.featureSection {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .featureSection {
    padding-bottom: 13.3333333333vw;
  }
}
.featureSection::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 520px);
  height: auto;
  background: #fff;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .featureSection::before {
    top: 0;
    width: 75%;
  }
}
.featureSection .wrap--1200 {
  position: relative;
}
.featureSection__row {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .featureSection__row {
    margin-top: 13.3333333333vw;
  }
}
.featureSection__item {
  width: 30%;
  padding-top: 30px;
  border-top: solid 4px #b4a16f;
}
@media only screen and (max-width: 768px) {
  .featureSection__item {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
  .featureSection__item:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.featureSection__item:nth-child(n+4) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .featureSection__item:nth-child(n+4) {
    margin-top: 10.6666666667vw;
  }
}
.featureSection__item .btn--small {
  width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .featureSection__item .btn--small {
    width: 53.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.iconGroup__icon {
  width: 27.7777777778%;
  text-align: center;
}
.iconGroup__icon img {
  display: inline-block;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .iconGroup__icon img {
    height: 16vw;
  }
}
.iconGroup .headingLv2 {
  width: 66.6666666667%;
}
@media only screen and (max-width: 768px) {
  .iconGroup .headingLv2 {
    width: 61.1111111111%;
  }
}
.iconGroup + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .iconGroup + .txt {
    margin-top: 5.3333333333vw;
  }
}

.studioSwiper {
  overflow: hidden;
}
.studioSwiper .photo + .txt {
  margin-top: 20px;
}

.studioSlider {
  position: relative;
  margin-top: 40px;
}
.studioSlider .swiper-button-prev {
  top: calc(50% - 30px);
  left: -20px;
  width: 54px;
  height: 54px;
  background: #6e2e20;
}
@media only screen and (max-width: 768px) {
  .studioSlider .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}
.studioSlider .swiper-button-next {
  top: calc(50% - 30px);
  right: -20px;
  width: 54px;
  height: 54px;
  background: #6e2e20;
}
@media only screen and (max-width: 768px) {
  .studioSlider .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
.studioSlider .swiper-button-prev::after, .studioSlider .swiper-button-next::after {
  content: "";
}
.studioSlider__link {
  text-decoration: none;
}
.studioSlider__link .photo {
  overflow: hidden;
}
.studioSlider__link .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.studioSlider__link .photo img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.studioSlider__link:hover .photo::before {
  background: rgba(0, 0, 0, 0.2);
}
.studioSlider__link:hover .photo img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.studioSlider__head {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.studioSlider__head small {
  display: inline-block;
  margin-left: 5px;
  font-size: 70%;
}

.newsSection {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .newsSection {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.newsSection__item {
  width: 53.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .newsSection__item {
    width: 100%;
  }
}
.newsSection__item--bnr {
  width: 43.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .newsSection__item--bnr {
    width: 100%;
    max-width: 520px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .newsSection__item--bnr {
    max-width: inherit;
    margin-top: 10.6666666667vw;
  }
}

.newsList__row {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.newsList__row + .newsList__row {
  margin-top: 20px;
}
.newsList__label {
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .newsList__label {
    width: 100%;
  }
}
.newsList__label .label--small {
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .newsList__label .label--small {
    top: auto;
    margin-bottom: 2.6666666667vw;
  }
}
.newsList__ymd {
  width: 100px;
  padding-left: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .newsList__ymd {
    width: 25%;
    padding-left: 0;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.newsList__comment {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
  .newsList__comment {
    width: 75%;
    font-size: 12px;
  }
}

.footer__btm {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer__btm {
    padding-top: 8vw;
  }
}