@import url("global.css");

#header #naviarea {
  position: static;
}

/* ------------------------------
 slidearea
------------------------------ */

#slidearea {
  width: 100%;
  height: 800px;
  position: relative;
}
#slidearea .slidetxt {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1000;
}
#slidearea .slidetxt .catch {
}
#slidearea .slidetxt .slidelogo {
  margin: 30px auto 0;
}
#slidearea .slidetxt .slidelogo img {
  width: 230px;
}
#slidearea .slidetxt .slidelogo span {
  color: #fff;
  display: block;
  font-size: 19px;
  margin-top: 10px;
}

.sp-buttons {
  width: 96%;
  text-align: right;
  padding-top: 0;
  margin: 0 auto;
  z-index: 30;
  position: relative;
  bottom: 40px;
}
.sp-button {
  margin: 5px;
  height: 12px;
  width: 12px;
  border: none;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.sp-selected-button {
  background-color: #2c2322;
}
.sp-button:hover {
  background-color: #bed040;
}

/* ------------------------------
 Event
------------------------------ */

#event {
  margin-top: 90px;
  position: relative;
}
#event::before {
  background-color: #593018;
  content: "";
  height: 280px;
  left: 0;
  top: 30px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#event .wrapper {
  position: relative;
  clear: none;
}
#event .inner {
  width: 1000px;
  background-color: #fff;
  padding-left: 50px;
}
#event h1 {
  position: absolute;
  right: 50px;
  top: 55px;
}
#event h1 img {
  border-left: 1px solid #fff;
}
#event h1 span {
  display: none;
}
/*#event .titlearea h1 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-left: 1px solid #fff;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	height: 225px;
	white-space: nowrap;
}*/
#event .article {
  float: left;
  width: 450px;
  margin-right: 50px;
}
#event .article a {
  display: block;
}
#event .article a:hover {
  opacity: 0.7;
}
#event .title {
  font-size: 25px;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  margin-bottom: 5px;
}
#event .date {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  padding-top: 1px;
}
#event .date::before {
  background-color: #000;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 4px;
}
#event .date span {
  border-left: 1px solid #111;
  margin-left: 10px;
  padding-left: 10px;
}

#event .img {
  margin-bottom: 20px;
  position: relative;
  height: 0;
  padding-top: 66%;
  overflow: hidden;
}
#event .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#event .img img.yoko {
  height: 100%;
  width: auto;
}
#event .txt {
  font-size: 13px;
}

/* ------------------------------
 modelhouse //20250501追記
------------------------------ */

.p-model-lead {
  padding: 7rem 0 0;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .p-model-lead {
    padding: 5rem 0 4rem;
    .u-sp {
      display: block;
    }
    .u-pc {
      display: none;
    }
    .wrapper {
      padding: 0 1.6rem;
    }
  }
}

.p-model-lead__inner {
  /* padding-bottom: 4rem; */
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-model-lead__inner {
    /* padding-bottom: 2rem; */
  }
}

.p-model-lead__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #4b6a28;
  /* font-size: 2.8rem; */
  font-size: 2rem;
  line-height: 1.6071428571;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}

.p-model-lead__subtitle::before,
.p-model-lead__subtitle::after {
  content: "";
  width: 3rem;
  height: 0.3rem;
  display: inline-block;
  background: #4b6a28;
}
.p-model-lead__subtitle::before {
  transform: rotate(70deg) translate(0.2rem, 0.2rem);
}
.p-model-lead__subtitle::after {
  transform: rotate(-70deg) translate(-0.2rem, 0.2rem);
}
@media screen and (max-width: 959px) {
  .p-model-lead__subtitle {
    /* margin: 0 0 1rem; */
    margin: 0 0 0.4rem;
    /* font-size: 1.7rem; */
    font-size: 1.2rem;
  }
  .p-model-lead__subtitle::before,
  .p-model-lead__subtitle::after {
    /* width: 2rem;
    height: 0.3rem; */
    width: 1.6rem;
    height: 0.2rem;
  }
  .p-model-lead__subtitle::before {
    /* transform: rotate(70deg) translate(0.2rem, 0.2rem); */
    transform: translate(0.3rem, 0) rotate(70deg);
  }
  .p-model-lead__subtitle::after {
    transform: translate(-0.3rem, 0) rotate(-70deg);
  }
}

.p-model-lead__title {
  /* margin: 0 0 5rem; */
  margin: 0 0 3.6rem;
  /* font-size: 3.6rem; */
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-model-lead__title {
    margin: 0 0 2.5rem;
    /* font-size: 2.4rem; */
    /* font-size: 1.7rem; */
    font-size: calc((24 / 375) * 100vw);
    line-height: 1.4583333333;
  }
}

.p-model-lead__head-text {
  color: #4b6a28;
  /* font-size: 3.4rem; */
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Lora", serif;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .p-model-lead__head-text {
    /* font-size: calc((24 / 375) * 100vw); */
    position: absolute;
    top: 1.6rem;
    left: -0.1em;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 959px) {
  .p-model-lead__head-text {
    margin: 0 0 3rem;
    margin-bottom: 2rem;
    /* font-size: 2.1rem; */
    /* font-size: 1.5rem; */
    font-size: calc((21 / 375) * 100vw);
    text-align: center;
  }
}

.p-model-lead__container {
  position: relative;
  /* padding: 0 0 0 6rem; */
  padding: 0 0 0 5.2rem;
  margin: 0 0 4.8rem;
  display: flex;
  /* gap: 8rem; */
  gap: 4rem;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .p-model-lead__container {
    gap: 3vw;
  }
}
@media screen and (max-width: 959px) {
  .p-model-lead__container {
    padding: 0;
    margin: 0 0 2rem;
    margin-bottom: 0;
    flex-direction: column;
    /* gap: 2rem; */
    gap: 0;
  }
}

.p-model-lead__body {
  padding: 1.6rem 0 2rem;
  padding-top: 1.2rem;
  padding-bottom: 0;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .p-model-lead__body {
    padding: 0;
  }
}

.p-model-lead__body-title {
  margin: 0 0 2rem;
  color: #4b6a28;
  /* font-size: 2.5rem; */
  font-size: 1.85rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5em;
}
@media screen and (max-width: 959px) {
  .p-model-lead__body-title {
    margin: 0 0 1rem;
    /* font-size: 2.1rem; */
    /* font-size: 1.4rem; */
    font-size: calc((21 / 375) * 100vw);
    line-height: 2;
  }
}

.p-model-lead__body-text {
  /* font-size: 1.4rem; */
  font-size: 1rem;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
  /* font-weight: 300; */
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-model-lead__body-text {
    /* font-size: 0.95rem; */
    font-size: calc((14 / 375) * 100vw);
  }
}

.p-model-lead__link-list {
  padding: 1.5rem 0 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 959px) {
  .p-model-lead__link-list {
    /* margin: 0 -1rem; */
    /* justify-content: center; */
    justify-content: space-between;
    gap: 0.6rem;
  }
}

.p-model-lead__link-btn {
  /* width: 20rem; */
  width: 14rem;
  /* height: 6.2rem; */
  height: 4.2rem;
  border-radius: 50vh;
  border: 2px solid #4b6a28;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 1.5rem; */
  gap: 0.8rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  transition: 0.4s ease;
}
@media screen and (max-width: 959px) {
  .p-model-lead__link-btn {
    /* width: 16.5rem; */
    /* height: 4.9rem; */
    width: calc((100% - 0.6rem) / 2);
    height: calc((49 / 375) * 100vw);
    gap: 0.7rem;
    gap: calc((7 / 375) * 100vw);
  }
}

.p-model-lead__link-btn__icon {
  /* width: 3.6rem; */
  width: 2.6rem;
  line-height: 0;
  img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-model-lead__link-btn__icon {
    /* width: 2.8rem; */
    width: calc((28 / 375) * 100vw);
  }
}

.p-model-lead__link-btn__text {
  color: #4b6a28;
  /* font-size: 1.5rem; */
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-model-lead__link-btn__text {
    font-size: calc((14 / 375) * 100vw);
  }
}

.p-model-lead__link-btn__play {
  /* width: 2.2rem; */
  width: 1.6rem;
  line-height: 0;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 959px) {
  .p-model-lead__link-btn__play {
    /* width: 1.7rem; */
    width: calc((17 / 375) * 100vw);
  }
}

@media (hover: hover) {
  .p-model-lead__link-btn:hover .p-model-lead__link-btn__play {
    transform: translate(0.5rem, 0);
  }
}
.p-model-lead__foot {
  padding-top: 1.2rem;
  width: 52.3rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-model-lead__foot img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  /* object-fit: cover; */
  /* opacity: 0; */
  /* transform: translate(1rem, -1rem) scale(1.05);
  transition: all 0.6s ease 0.2s; */
}
.p-model-lead__foot.is-entered img {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width: 959px) {
  .p-model-lead__foot {
    width: 100%;
    /* height: 24rem; */
    padding-top: 0;
    margin-top: 1rem;
  }
}

.p-model-lead__gallery .swiper {
  transition: opacity 0.4s ease;
}
.p-model-lead__gallery .swiper:not(.swiper-initialized) {
  height: 27.9rem;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-model-lead__gallery .swiper:not(.swiper-initialized) {
    height: 14.7rem;
  }
}
.p-model-lead__gallery .swiper-wrapper {
  transition-timing-function: linear;
  backface-visibility: hidden;
}

#modelhouse .btn {
  display: block;
  margin-top: 35px;
  text-align: center;
}
#modelhouse .btn a {
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
  background-color: #8d2149;
  color: #fff;
  padding: 13px 140px;
}

@media only screen and (max-width: 644px) {
  #modelhouse .btn a {
    display: block;
    padding: 13px;
  }
}

#modelhouse .btn a span {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  height: 1px;
  /* background-color: #111; */
  background-color: #fff;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#modelhouse .btn a span::after {
  content: "";
  height: 1px;
  width: 10px;
  /* background-color: #111; */
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

#modelhouse .btn a:hover {
  opacity: 0.8;
  background-color: #8d2149;
  color: #fff;
}
#modelhouse .btn a:hover span,
#modelhouse .btn a:hover span::after {
  background-color: #fff;
}

/* ------------------------------
 Topics
------------------------------ */

#topics {
  margin: 40px 0;
}
#topics h1 {
  text-align: center;
  font-weight: 900;
  margin: 0 0 10px;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  font-size: 30px;
  color: #8c2048;
}
#topics ul.list {
  margin: 0 40px;
  border-top: #ccc 1px dotted;
}
#topics ul.list li {
  border-bottom: #ccc 1px dotted;
}
#topics ul.list li a,
#topics ul.list li div {
  display: block;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
#topics ul.list li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #8c2048;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
#topics ul.list li span {
  display: block;
}
#topics ul.list li .date {
  width: 120px;
  float: left;
  color: #8c2048;
  letter-spacing: 0;
  font-weight: bold;
}
#topics ul.list li .text {
  margin-left: 120px;
}
#topics ul.list li a .text {
  text-decoration: underline;
}

/* ------------------------------
 Estate_banner
------------------------------ */
#estate_banner {
  margin-top: 90px;
}
#estate_banner a {
  display: block;
  text-align: center;
  background: url(../img/estate_banner_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
#estate_banner .title_area {
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  font-size: 21px;
  line-height: 2;
}
#estate_banner .title_area h1 {
  font-size: 33px;
  font-weight: 900;
}
#estate_banner .title_area p {
}
#estate_banner .btn {
  display: inline-block;
  margin-top: 30px;
}
#estate_banner .btn span {
  display: block;
  border-radius: 30px;
  font-size: 15px;
  background-color: #fff;
  padding: 13px 140px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#estate_banner .btn span i {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  height: 1px;
  background-color: #111;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#estate_banner .btn span i::after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #111;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#estate_banner a:hover .btn span {
  background-color: #8d2149;
  color: #fff;
}
#estate_banner a:hover .btn span i,
#estate_banner a:hover .btn span i::after {
  background-color: #fff;
}

/* ------------------------------
 Concept
------------------------------ */

#concept {
  text-align: center;
  background: url(../img/concept_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
#concept .title {
}
#concept .text {
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  color: rgba(96, 51, 34, 0.9);
  margin-top: 30px;
  font-size: 21px;
  font-weight: 400;
  line-height: 2;
}
#concept .btn {
  display: inline-block;
  margin-top: 35px;
}
#concept .btn a {
  display: block;
  border-radius: 30px;
  font-size: 15px;
  background-color: #fff;
  padding: 13px 140px;
}

#concept .btn a span {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  height: 1px;
  background-color: #111;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#concept .btn a span::after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #111;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

#concept .btn a:hover {
  background-color: #8d2149;
  color: #fff;
}
#concept .btn a:hover span,
#concept .btn a:hover span::after {
  background-color: #fff;
}

/* ------------------------------
 Himitsu
------------------------------ */

#himitsu {
  padding: 75px 0;
}

#himitsu .titlearea {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 80px;
}
#himitsu .titlearea .sub {
  font-size: 27px;
  font-weight: 500;
}
#himitsu .titlearea h1 {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.3;
}
#himitsu .titlearea .en {
  color: #8c2048;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#himitsu .himitsu {
}
#himitsu .himitsu li {
  border: 2px solid #d6d6d6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  text-align: center;
  width: 240px;
  margin-bottom: -2px;
  margin-right: -3px;
}
#himitsu .line1 li {
  padding-bottom: 10px;
}
#himitsu .line2 {
  width: 952px;
  margin: 0 auto;
}
#himitsu .line2 li {
  padding-top: 30px;
}
#himitsu .line1 img:first-child {
  margin-top: -20px;
}
#himitsu .line2 img:last-child {
  margin-bottom: -20px;
}

/* ------------------------------
 Style
------------------------------ */

#style {
  margin-top: 70px;
}

#style .titlearea {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 50px;
}
#style .titlearea .sub {
  font-size: 27px;
  font-weight: 500;
}
#style .titlearea h1 {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.3;
}
#style .titlearea .en {
  color: #8c2048;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#style ul.style {
  overflow: hidden;
  width: 928px;
  margin: 0 auto;
}
#style ul.style li {
  float: left;
  margin: 1px;
  position: relative;
}
#style ul.style .num {
  background-color: rgba(141, 33, 73, 0.6);
  text-align: center;
  width: 90px;
  height: 90px;
  position: absolute;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 15px;
}
#style ul.style li:nth-of-type(1) .num {
  right: 0;
  bottom: 0;
}
#style ul.style li:nth-of-type(2) .num {
  left: 0;
  bottom: 0;
}
#style ul.style li:nth-of-type(3) .num {
  right: 0;
  top: 0;
}
#style ul.style li:nth-of-type(4) .num {
  left: 0;
  top: 0;
}
#style ul.style .name {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 26px;
  width: 26px;
  font-weight: 500;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#style figure {
}

/* ------------------------------
 Voice & Gallery
------------------------------ */

#gallery {
  margin-top: 80px;
}
#gallery h1 {
  color: #8c2048;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  float: left;
  margin-bottom: 10px;
}
#gallery .more {
  margin-top: 30px;
  float: right;
}
#gallery .more a {
  padding-right: 10px;
}
#gallery .more span {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  height: 1px;
  background-color: #111;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#gallery .more span::after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #111;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
#gallery .more a:hover {
  padding-right: 0;
}

.carousel {
  width: 100%;
  margin: 0 auto 70px;
}
.carousel li {
  margin: 0 2px;
}
.slick-slide .image {
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
}
.carousel li a {
  text-decoration: none;
  color: #333;
  text-shadow: none;
}
.carousel li .image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 62%;
}
.carousel li .image img {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel li .etitle {
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}

.carousel li a .image .panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  /*transform: scale(1.2);*/
}
.carousel li a .image .panel p {
  padding: 6% 10%;
  text-align: left;
  line-height: 1.6;
}
.carousel li a .image img {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.carousel li a:hover .image img {
  /*transform: scale(1.1);*/
}
.carousel li a:hover .image .panel {
  /*transform: scale(1);*/
  opacity: 1;
}

/* ------------------------------
 Other
------------------------------ */

#other {
  margin-top: 100px;
  margin-bottom: 100px;
}
#other .model {
  float: left;
  width: 50%;
  position: relative;
}
#other .staff {
  float: right;
  width: 50%;
  position: relative;
}
#other figure img {
  width: 100%;
}
#other .btn {
  position: absolute;
}
#other .model .btn {
  left: -1px;
  bottom: -65px;
}
#other .staff .btn {
  right: -1px;
  bottom: -65px;
}
#other .btn a {
  background-color: #fff;
  border: 1px solid #8d2149;
  display: block;
  position: relative;
  padding: 25px;
}
#other .btn a:hover {
  background-color: #8d2149;
}
#other .model .btn a {
  border-radius: 0 100px 100px 0;
  padding: 25px 80px 25px 150px;
  text-align: left;
}
#other .staff .btn a {
  border-radius: 100px 0 0 100px;
  padding: 25px 150px 25px 80px;
  text-align: left;
}

#other .btn a::after {
  content: "";
  width: 25px;
  height: 25px;
  border: 0px;
  border-left: solid 1px #8d2149;
  border-bottom: solid 1px #8d2149;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 55px;
  margin-top: -12px;
}
#other .staff .btn a::after {
  border-top: solid 1px #8d2149;
  border-right: solid 1px #8d2149;
  border-left: none;
  border-bottom: none;
  left: auto;
  right: 55px;
}
#other .btn h1 {
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
  font-size: 33px;
  color: #8d2149;
  line-height: 1.5;
}
#other .btn h1 span {
  display: block;
  font-size: 15px;
}

#other .btn a:hover h1 {
  color: #fff;
}
#other .btn a:hover h1 span {
  color: #fff;
}
#other .btn a:hover::after {
  border-color: #fff;
}

.blogbanner {
  clear: both;
  margin: 40px auto 0 auto;
  max-width: 560px;
}
.blogbanner a {
  display: block;
  background-color: #fcf4eb;
}
.blogbanner a:hover {
  background-color: #f0e6eb;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px) {
  /* ------------------------------
 Event
------------------------------ */

  #event {
    margin-top: 140px;
  }
  #event::before {
    display: none;
  }
  #event h1 {
    top: -70px;
    right: 0;
    left: 0;
  }
  #event h1 img {
    display: none;
  }
  #event h1 span {
    display: block;
    text-align: center;
    color: #8c2048;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  #event .inner {
    padding: 35px 20px 20px;
    margin-top: -50px;
    width: auto;
    background-color: #efefef;
  }
  #event .wrapper {
    padding: 0;
    overflow: visible;
  }
  #event .article {
    margin: 2%;
    width: 46%;
  }
  #event .img {
    text-align: center;
  }

  #concept {
    margin-top: 0;
  }

  /* ------------------------------
 Himitsu
------------------------------ */

  #himitsu .himitsu {
    margin-left: 10px;
  }
  #himitsu .himitsu li {
    width: 20%;
  }
  #himitsu .line2 {
    width: auto;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
 slidearea
------------------------------ */

  #slidearea {
    height: 520px;
  }

  #slidearea .slidetxt .catch {
    width: 520px;
    margin: 0 auto;
  }
  #slidearea .slidetxt .slidelogo img {
    width: 190px;
  }

  #event .title {
    font-size: 20px;
  }

  /* ------------------------------
 Topics
------------------------------ */

  #topics h1 {
    font-size: 38px;
  }
  #topics ul.list {
    margin: 0;
  }
  #topics ul.list li a,
  #topics ul.list li div {
    padding: 20px 30px 20px 20px;
  }

  /* ------------------------------
 Concept
------------------------------ */

  #concept {
    padding: 60px 0;
  }
  #concept .title {
    height: 120px;
  }
  #concept .title img {
    max-height: 100%;
  }
  #concept .text {
    font-size: 16px;
  }

  /* ------------------------------
 Himitsu
------------------------------ */

  #himitsu {
    padding: 50px 0;
  }

  #himitsu .titlearea {
    margin-bottom: 60px;
  }
  #himitsu .titlearea .sub {
    font-size: 20px;
  }
  #himitsu .titlearea h1 {
    font-size: 45px;
  }
  #himitsu .titlearea .en {
    font-size: 25px;
  }

  /* ------------------------------
 Style
------------------------------ */

  #style {
    margin-top: 30px;
  }

  #style .titlearea {
    margin-bottom: 35px;
  }
  #style .titlearea .sub {
    font-size: 20px;
  }
  #style .titlearea h1 {
    font-size: 45px;
  }
  #style .titlearea .en {
    font-size: 25px;
  }
  #style ul.style {
    width: auto;
  }
  #style ul.style li {
    width: 49.5%;
    margin: 1.5px;
  }

  /* ------------------------------
 other
------------------------------ */

  #other {
    margin: 80px 0 50px;
  }
  #other .model,
  #other .staff {
    float: none;
    width: auto;
  }
  #other .model .btn,
  #other .staff .btn {
    bottom: -15px;
    z-index: 1;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
 slidearea
------------------------------ */

  #slidearea {
    height: 300px;
  }
  #slidearea .slidetxt .catch {
    width: 250px;
  }
  #slidearea .slidetxt .slidelogo {
    margin-top: 10px;
  }
  #slidearea .slidetxt .slidelogo img {
    width: 130px;
  }
  #slidearea .slidetxt .slidelogo span {
    font-size: 13px;
  }

  .sp-buttons {
    bottom: 30px;
  }

  /* ------------------------------
 Event
------------------------------ */

  #event {
    margin-top: 100px;
  }
  #event h1 {
    top: -50px;
  }
  #event h1 span {
    font-size: 24px;
    letter-spacing: 0;
  }
  #event .inner {
    margin-top: 0;
  }
  #event .article {
    width: auto;
    float: none;
    margin: 0 0 25px;
  }
  #event .img {
    margin-bottom: 10px;
  }
  #event .title {
    font-size: 19px;
  }

  /* ------------------------------
 Topics
------------------------------ */

  #topics {
    margin: 20px 0;
  }
  #topics h1 {
    margin: 0 0 10px;
    font-size: 24px;
  }
  #topics ul.list {
    margin: 0;
  }
  #topics ul.list li a,
  #topics ul.list li div {
    padding: 20px 20px 20px 10px;
  }
  #topics ul.list li a::after {
    right: 5px;
  }
  #topics ul.list li .date {
    width: auto;
    float: none;
    font-size: 14px;
  }
  #topics ul.list li .text {
    margin-left: 0;
  }

  /* ------------------------------
 Estate_banner
------------------------------ */
  #estate_banner {
    margin-top: 0;
  }
  #estate_banner a {
    padding: 50px 0;
  }
  #estate_banner .title_area {
    font-size: 16px;
    line-height: 1.8;
  }
  #estate_banner .title_area h1 {
    font-size: 24px;
  }
  #estate_banner .title_area p {
  }
  #estate_banner .btn {
    margin: 20px 15px 0;
    display: block;
  }
  #estate_banner .btn span {
    padding: 13px;
  }

  /* ------------------------------
 Concept
------------------------------ */

  #concept {
    padding: 35px 0;
  }
  #concept .title {
    height: auto;
    margin: 0 auto;
    width: 80%;
  }
  #concept .text {
    margin: 25px 10px 0;
    line-height: 1.5;
    text-align: left;
  }
  #concept .text br {
    display: none;
  }
  #concept .btn {
    display: block;
    margin: 25px 15px 0;
  }
  #concept .btn a {
    padding: 13px;
  }

  /* ------------------------------
 Himitsu
------------------------------ */

  #himitsu {
    padding-bottom: 0;
  }
  #himitsu .titlearea {
    margin-bottom: 35px;
  }
  #himitsu .titlearea .sub {
    font-size: 14px;
  }
  #himitsu .titlearea h1 {
    font-size: 28px;
  }
  #himitsu .titlearea .en {
    font-size: 16px;
  }

  #himitsu .himitsu {
    margin: 10px;
  }
  #himitsu .himitsu li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 1% 1% 25px;
    width: 48%;
    position: relative;
  }
  #himitsu .line2 li {
    padding: 45px 5px 22px;
  }
  #himitsu .line2 li:last-child {
    margin-bottom: 0;
  }
  #himitsu .line2 li img:last-child {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15px;
  }
  #himitsu .line2 li:nth-child(even) {
    clear: both;
  }

  /* ------------------------------
 Style
------------------------------ */

  #style {
    padding-bottom: 0;
  }
  #style .titlearea {
    margin-bottom: 35px;
  }
  #style .titlearea .sub {
    font-size: 14px;
  }
  #style .titlearea h1 {
    font-size: 28px;
  }
  #style .titlearea .en {
    font-size: 16px;
  }

  #style ul.style li {
    width: 100%;
  }
  #style ul.style .num {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 65px;
    height: 65px;
  }
  #style ul.style .num img {
    height: 35px;
  }
  #style figure img {
    width: 100%;
  }
  #style ul.style .name {
    font-size: 22px;
  }

  /* ------------------------------
 Gallery
------------------------------ */

  #gallery {
    margin-top: 50px;
  }
  #gallery h1 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    float: none;
    margin-bottom: 0;
  }
  #gallery .more {
    text-align: center;
    margin: 0 0 15px;
    float: none;
  }

  /* ------------------------------
 Other
------------------------------ */

  #other {
    margin-top: 50px;
  }
  #other .model .btn,
  #other .staff .btn {
    bottom: -20px;
  }
  #other .model .btn a {
    padding: 10px 35px 10px 40px;
  }
  #other .btn h1 {
    font-size: 19px;
    text-align: right;
  }
  #other .btn h1 span {
    font-size: 12px;
  }
  #other .btn a::after {
    left: 15px;
  }
  #other .staff {
  }
  #other .staff .btn a {
    padding: 10px 45px 10px 30px;
  }
  #other .staff .btn a::after {
    right: 15px;
  }
  #other .staff .btn h1 {
    text-align: left;
  }

  .blogbanner {
    width: auto;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
