@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');

/* CSS Document */
body {
  height: auto !important;
}

.mvArea {
  height: 316px;
  position: relative;
  background: url(../imgs/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}

.mvArea .acap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px, rgba(0, 0, 0, 0.4) -1px 1px 2px,
    rgba(0, 0, 0, 0.4) 1px -1px 2px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
}

.mvArea .inner {
  position: absolute;
  max-width: 960px;
  width: calc(100% - 5.882352942%);
  padding: 0 2.941176471%;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 959px) {
  .mvArea {
    height: 230px;
  }

  .mvArea .pttl {
    width: 270px;
  }
}

.pankuzu .inner {
  max-width: calc(960px + 5.882352942%);
  padding: 0 2.941176471%;
  width: 100%;
}

.clm>div,
.clm>li {
  letter-spacing: 0.045em;
}

.block01 .wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.block01 .pankuzu {
  padding: 0 2.941176471%;
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 50px;
}

.block01 .pankuzu li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.block01 .pankuzu li+li {
  margin-left: 5px;
}

.block01 .pankuzu li a {
  display: block;
  position: relative;
}

.block01 .pankuzu li a ::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.3s ease;
}

.block01 .pankuzu li a.hover::after {
  opacity: 1;
}

.contentsArea .content {
  padding: 0 2.941176471%;
}

.contentsArea .content+.content {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .contentsArea .content+.content {
    margin-top: 40px;
  }
}

.contentsArea .content .contInner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contentsArea .content .contInner .sttl {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.733333333;
}

.contentsArea .content .contInner .sttl::before {
  content: "";
  max-width: 468px;
  width: 100%;
  height: 1px;
  background: #c9dfcf;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
}

.contentsArea .content .contInner .sttl::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0f653e;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
}

@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .sttl {
    margin-bottom: 50px;
    line-height: 1;
  }

  .contentsArea .content .contInner .sttl::before {
    bottom: -20px;
  }

  .contentsArea .content .contInner .sttl::after {
    bottom: -20px;
  }

  .contentsArea .content .contInner .sttl span {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
  }
}

.contentsArea .content .contInner .clm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contentsArea .content .contInner .clm2.clm_num02 {
  flex-direction: row-reverse;
}

.contentsArea .content .contInner .clm2>div {
  width: 48.4375%;
}

.contentsArea .content .contInner .clm2>div+div:nth-child(n + 3) {
  margin-top: 30px;
}

.contentsArea .content .contInner .clm2>div+div:nth-child(2n + 1) {
  margin-left: auto;
}

.contentsArea .content .contInner .clm2>div .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm2>div {
    display: block;
  }

  .contentsArea .content .contInner .clm2>div>div {
    width: 100%;
  }

  .contentsArea .content .contInner .clm2>div>div+div {
    margin-left: auto;
  }

  .contentsArea .content .contInner .clm2>div>div+div:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.contentsArea .content .contInner .clm2_1>div {
  display: inline-block;
  vertical-align: top;
}

.contentsArea .content .contInner .clm2_1>div img {
  width: 100%;
}

.contentsArea .content .contInner .clm2_1>div+div {
  margin-left: 3.125%;
}

.contentsArea .content .contInner .clm2_1>div.short {
  width: 39.94140625%;
}

.contentsArea .content .contInner .clm2_1>div.long {
  width: 56.93359375%;
}

@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm2_1>div+div {
    margin-left: auto;
    margin-top: 20px;
  }

  .contentsArea .content .contInner .clm2_1>div.short {
    width: 100%;
  }

  .contentsArea .content .contInner .clm2_1>div.long {
    width: 100%;
  }
}

.contentsArea .content .contInner .clm2_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.contentsArea .content .contInner .clm2_2>div.short {
  width: 33.541666667%;
}

.contentsArea .content .contInner .clm2_2>div.long {
  width: 62.083333333%;
}

@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm2_2 {
    display: block;
  }

  .contentsArea .content .contInner .clm2_2>div {
    display: block;
  }

  .contentsArea .content .contInner .clm2_2>div.short,
  .contentsArea .content .contInner .clm2_2>div.long {
    width: 100%;
  }
}

.contentsArea .content .contInner .clm3 {
  width: 100%;
}

.contentsArea .content .contInner .clm3>div {
  display: inline-block;
  vertical-align: top;
  width: 31.666666667%;
}

.contentsArea .content .contInner .clm3>div img {
  width: 100%;
}

.contentsArea .content .contInner .clm3>div+div {
  margin-left: 2.5%;
}

.contentsArea .content .contInner .clm3>div+div:nth-child(3n + 1) {
  margin-left: auto;
}

.contentsArea .content .contInner .clm3>div+div:nth-child(n + 4) {
  margin-top: 25px;
}

.contentsArea .content .contInner .clm3>div:nth-child(n + 4) {
  margin-top: 40px;
}

.contentsArea .content .contInner .clm3 .text {
  margin-top: 10px;
}

.contentsArea .content .contInner .clm3 .text .clm_pcap {
  font-size: 10px;
  line-height: 1.6;
  color: #333333;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .clm3>div {
    width: 100%;
  }

  .contentsArea .content .contInner .clm3>div+div {
    margin-left: auto;
    margin-top: 30px;
  }
}

.contentsArea .content .contInner .anchorArea ul {
  display: flex;
  justify-content: center;
  max-width: 796px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contentsArea .content .contInner .anchorArea ul li {
  width: 50%;
  text-align: center;
  position: relative;
}

.contentsArea .content .contInner .anchorArea ul li+li::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.contentsArea .content .contInner .anchorArea ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
}

.contentsArea .content .contInner .anchorArea ul li a.active {
  pointer-events: none;
}

.contentsArea .content .contInner .anchorArea ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #0f653e;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.contentsArea .content .contInner .anchorArea ul li a .anchor_btn {
  display: block;
}

.contentsArea .content .contInner .anchorArea ul li a .anchor_btn>span {
  display: block;
}

.contentsArea .content .contInner .anchorArea ul li a .anchor_btn>span.en {
  font-size: 12px;
  line-height: 1;
}

.contentsArea .content .contInner .anchorArea ul li a.active::after,
.contentsArea .content .contInner .anchorArea ul li a.hover::after {
  left: 0;
  width: 100%;
}

.contentsArea .content .contInner .anchorArea ul li a.active .anchor_btn span.ja,
.contentsArea .content .contInner .anchorArea ul li a.hover .anchor_btn span.ja {
  color: #0f653e;
}

@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea ul {
    align-items: flex-end;
  }

  .contentsArea .content .contInner .anchorArea ul li {
    padding: 0;
    width: 49.5%;
  }

  .contentsArea .content .contInner .anchorArea ul li+li {
    border-left: none;
  }

  .contentsArea .content .contInner .anchorArea ul li a {
    display: block;
  }

  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn {
    display: block;
  }

  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn>span {
    display: block;
  }

  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn>span.en {
    font-size: 10px;
    line-height: 1;
  }

  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn>span.ja {
    font-size: 12px;
    letter-spacing: normal;
    margin-top: 5px;
  }
}

.contentsArea .content .contTxt {
  font-size: 14px;
  line-height: 2;
}

.contentsArea .captionArea {
  margin: 100px auto 60px;
  max-width: 1088px;
  padding: 0 2.941176471%;
  width: 100%;
  font-size: 12px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .contentsArea .captionArea {
    margin: 50px auto 40px;
  }
}

.block01 {
  position: relative;
}

.block01 .kazari_l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 447px;
  width: 31.041666667%;
  z-index: 1;
}

.block01 .kazari_r {
  max-width: 357px;
  width: 24.791666667%;
  position: absolute;
  top: 0;
  right: 0;
}

.contentsArea .content.cont01 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contentsArea .content.cont01 {
    padding-bottom: 60px;
  }
}

.contentsArea .content.cont02 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contentsArea .content.cont02 {
    padding-bottom: 60px;
  }
}

.contentsArea .content.cont01 .cttl,
.contentsArea .content.cont02 .cttl {
  margin-top: calc(0px - (((36px * 1.578947368) - 36px) / 2));
  margin-bottom: calc(90px - (((36px * 1.578947368) - 36px) / 2));
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.578947368;
  color: #0f653e;
  position: relative;
}
/*
.contentsArea .content.cont01 .cttl:before {
  background: linear-gradient(162deg, rgba(69, 173, 129, 1) 0%, rgba(170, 215, 137, 1) 50%, rgba(69, 173, 129, 1) 100%);
  content: 'NEW';
  font-family: 'EB Garamond', serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  font-size: 24px;
  letter-spacing: .12em;
}
*/

@media screen and (min-width: 767px) and (max-width: 1024px) {

  .contentsArea .content.cont01 .cttl,
  .contentsArea .content.cont02 .cttl {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {

  .contentsArea .content.cont01 .cttl,
  .contentsArea .content.cont02 .cttl {
    margin-bottom: 35px;
    line-height: 1.5;
    font-size: 24px;
  }
}

.contentsArea .content.cont01 .cttl .parent_cap,
.contentsArea .content.cont02 .cttl .parent_cap {
  position: relative;
}

.contentsArea .content.cont01 .cttl .parent_cap::after,
.contentsArea .content.cont02 .cttl .parent_cap::after {
  position: absolute;
  bottom: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
  content: "（一部除く）";
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.contentsArea .content.cont01 .main_img {
  position: relative;
}

.contentsArea .content.cont01 .main_img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.contentsArea .content.cont01 .main_img .main_btn {
  position: absolute;
  top: -7px;
  right: -9px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .contentsArea .content.cont01 .main_img .main_btn {
    width: 155px;
  }
}

.contentsArea .content.cont01 .main_img .main_btn a img {
  transition: 0.3s ease;
}

.contentsArea .content.cont01 .main_img .main_btn a img.ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contentsArea .content.cont01 .main_img .main_btn a.hover img.ov {
  opacity: 1;
}

.contentsArea .content .premiumTtl {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #a68c60;
  margin-top: 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: -50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .premiumTtl {
    font-size: 18px;
    margin-top: 0;
  }
}
.contentsArea .content .premiumTtl:before,
.contentsArea .content .premiumTtl:after {
  background-color: #a68c60;
  content: "";
  width: 40px;
  margin: 0 10px;
  height: 1px;
}

.long.sp a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .long.sp a {
    pointer-events: auto;
  }
}

.pinch {
  text-align: center;
  background: #faf7f1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: auto;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pinch {
    display: block !important;
  }
}

.image+.pinch {
  margin-bottom: 15px;
}

.image a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .image a {
    pointer-events: auto;
  }
}

.btnArea {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .btnArea {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.btnArea li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  width: 100%;
}

.btnArea li+li {
  margin-left: 32px;
}

.btnArea li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 18px 10px;
  transition: 0.3s ease-out;
  background: #5b5b5b;
}

.btnArea li a:hover {
  opacity: 0.7;
}

.btnArea li a i {
  margin-right: 15px;
  font-size: 20px;
}

br.spc {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  br.spc {
    display: block;
  }
}

.sttl .sp,
.cttl .sp,
.mttl .sp {
  display: none !important;
}

@media screen and (max-width: 767px) {

  .sttl .pc,
  .cttl .pc,
  .mttl .pc {
    display: none !important;
  }

  .sttl .sp,
  .cttl .sp,
  .mttl .sp {
    display: inline-block !important;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .contentsArea .content {
    margin-top: 50px;
  }
}

.e-img {
  width: 100% !important;
}

.modelSlider:focus,
.modelSlider_model:focus,
.modelThum:focus,
.thumbnail-item:focus,
.slide-item:focus {
  outline: none;
}

.modelSlider {}

.modelThum {
  /*
	position: relative;
*/
  margin-top: 40px;
  margin-right: -24px;
}

.modelThum::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  width: 38px;
  height: auto;
  background: #fff;
  z-index: 0;
}


.slide-item {
  position: relative;
  cursor: pointer;
  margin-right: 24px;
  background: #000;
}

.slide-item img {
  max-width: 100%;
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}

.slide-item img:hover {
  opacity: 1;
}

.slick-dots {
  position: static;
  margin-top: 20px;
}

.slick-next,
.slick-prev {
  width: 14px;
  height: 34px;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  left: -34px;
  background: url(../imgs/bt-prev.png) no-repeat 0 0;
}

.slick-next,
.slick-next:focus,
.slick-next:hover {
  right: -14px;
  background: url(../imgs/bt-next.png) no-repeat 0 0;
  z-index: 1;
}

.slick-active {}

.slick-current {}

.slick-current img {
  opacity: 1;
}

.slick-dots li {
  overflow: hidden;
  width: 7px;
  height: 7px;
  margin: 0 8px;
}

.slick-dots li button {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0;
  padding: 0;
  outline: none;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: #bfbfbf;
  border-radius: 100%;
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
  background: #0f653e;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .modelSlider {}

  .modelThum {
    margin-top: 20px;
    margin-right: -10px;
    padding: 0 20px;
  }

  .modelThum::after {
    right: 0;
    width: 27px;
  }

  .slide-item {
    margin-right: 10px;
  }

  .slide-item img {}


  .slick-dots {
    margin-top: 10px;
  }

  .slick-prev,
  .slick-prev:focus,
  .slick-prev:hover {
    left: -6px;
  }

  .slick-next,
  .slick-next:focus,
  .slick-next:hover {
    right: 0;
  }
}

.modelSlider__SP,
.apDots__SP,
.modelThum__SP {
  display: none;
}

@media screen and (max-width: 767px) {

  .modelSlider,
  .apDots,
  .modelThum {
    display: none;
  }

  .modelSlider__SP,
  .apDots__SP,
  .modelThum__SP {
    display: block;
  }

  .modelThum__SP {
    margin-top: 20px;
    margin-right: -10px;
    padding: 0 20px;
  }

  .modelThum__SP::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: auto;
    background: #fff;
    z-index: 0;
  }
}

.photo__title {
  padding: 18px 0 15px;
  line-height: 1;
  background-color: #435997;
  color: #fff;
  text-align: center;
}

.content.cont02 .photo__title {
  background-color: #0f653e;
}

.photo__title .en {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  letter-spacing: .12em;
  line-height: .8;
}

.photo__title .ja {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .3em;
}

@media screen and (max-width: 767px) {
  .photo__title {
    padding: 18px 0 15px;
  }

  .photo__title .en {
    font-size: 24px;
  }

  .photo__title .ja {}
}

/*# sourceMappingURL=index.css.map */