@charset "utf-8";
/* redevelopment page
 * ========================================================================== */
/* common style */
.redevelopment header .menu-trigger .line {
  background-color: #000;
}
section {
  margin: 0 auto;
  width: 100%;
  position: relative
}
#caption {
  background: #fff;
}
#caption .sectionItem {
  padding: 60px 20px;
  margin: auto;
}
#bnr_bz, #copyright {
  position: relative;
}
#corpotation_link {
  position: relative;
  background: var(--color-white);
}
footer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 619px) {
  #caption {
    margin: 0;
  }
}
/* mainvisual */
#mainvisual {
  overflow: hidden;
  aspect-ratio: 1900 / 780;
}
#mainvisual .mainvisualInner {
  background: #000;
  clip-path: inset(0 0 0 0);
}
#mainvisual .mainvisualCopy picture {
  opacity: 0;
}
#mainvisual .mainvisualCopy._on picture {
  opacity: .8;
  transition: opacity 4s;
}
#mainvisual .mainvisualCopy picture > div {
  height: 100%;
  filter: blur(4px);
  transform: translateY(0);
}
#mainvisual .mainvisualCopy._on picture > div {
  filter: blur(0);
  transform: translateY(-8%);
  transition: all 4s ease-out;
}
#mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .6) 1px 1px 10px, rgba(0, 0, 0, .6) -1px 1px 10px, rgba(0, 0, 0, .6) 1px -1px 10px, rgba(0, 0, 0, .6) -1px -1px 10px;
  font-size: 90px;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 1;
  opacity: 0;
}
#mainvisual._on h2 {
  opacity: 1;
  transition: opacity 4s 2s;
}
#mainvisual .mainvisualCopy .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  #mainvisual h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 619px) {
  #mainvisual {
    aspect-ratio: 750 / 685;
  }
  #mainvisual .mainvisualCopy._on picture {
    opacity: .7;
  }
  #mainvisual .mainvisualCopy picture > div {
    transform: translateY(5%);
  }
  #mainvisual .mainvisualCopy._on picture > div {
    transform: translateY(-3%);
    transition: transform 4s ease-out;
  }
  #mainvisual h2 {
    font-size: 38px;
    letter-spacing: 0;
  }
  #mainvisual._on h2 {
    transition: opacity 4s 1s;
  }
}
@media screen and (max-width: 320px) {}
/* future */
#future {
  padding: 150px 0;
  background: linear-gradient(117.47deg, #DEE5EC 0.41%, #FFFBF7 35.76%);
}
#future .futureInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
  text-align: center;
}
#future .futureCopy {
  position: relative;
}
#future h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
  opacity: 0;
}
#future h3 .jp {
  display: block;
  margin-bottom: 50px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 46px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1.4;
  opacity: 0;
}
#future h4 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0;
}
#future p {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 1px;
  opacity: 0;
}
#future .futureCopy._on h3 .font-en, 
#future .futureCopy._on h3 .jp, 
#future .futureCopy._on h4, 
#future .futureCopy._on p {
  opacity: 1;
  transition: opacity 1.2s 2s;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 619px) {
  #future {
    padding: 80px 0;
  }
  #future .futureCopy {
    position: relative;
  }
  #future h3 .font-en {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #future h3 .jp {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #future h4 {
    font-size: 18px;
  }
  #future p {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 320px) {}

/* history */
#history .historyBg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/hisotry.webp") no-repeat center top / cover;
  overflow: hidden;
}
.release-sticky {
  position: static!important;
}
#history .historyInner {
  position: relative;
  margin-top: -100vh;
  padding: 180px 0 0;
  height: 100%;
  overflow-y: auto;
  transition: overflow 0.2s ease;
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
#history .historyInner::-webkit-scrollbar {
  width: 6px;
}
#history .historyInner::-webkit-scrollbar-track {
  background: transparent;
}
#history .historyInner::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#history .historyCopy {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1240px;
  text-align: center;
  overflow: hidden;
}
#history .historyCopy .finger {
  float: right;
  width: 78px;
  height: 33px;
  background: url(../img/finger_arw.png) no-repeat center / contain;
}
#history .historyCopy .finger img {
  animation: moveFinger 1.5s infinite ease-in-out;
  display: inline-block;
  position: relative;
}
@keyframes moveFinger {
  0% {
    left: -2px;
  }
  30% {
    left: 2px;
  }
  60% {
    left: -2px; 
  }
  100% {
    left: -2px;
  }
}
#history .historyCopy h3 {
  opacity: 0;
}
#history .historyCopy h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 100;
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
}
#history .historyCopy h3 .jp {
  display: block;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 5px;
}
#history .historyInner._on h3 {
  opacity: 1;
  transition: opacity 3s;
}
#history .historyTimelineWrap {
  opacity: 0;
  overflow-x: scroll;
}
#history .historyInner._on .historyTimelineWrap {
  opacity: 1;
  transition: opacity 3s;
}
#history .historyTimelineWrap.dragging {
  user-select: none;
}
#history .historyTimeline {
  display: flex;
}
#history .historyTimeline .timelineBox:first-of-type {
  margin-left: calc((100% - 1240px) / 2);
}
#history .historyTimeline .timelineBox {
  position: relative;
  padding-right: 6.6%;
  flex: 0 0 490px;
  color: #fff;
  cursor: pointer;
}
#history .historyTimeline .timelineBox::before {
  position: absolute;
  top: 60px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
#history .historyTimeline .timelineBox::after {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  z-index: -1;
}
#history .historyTimeline .timelineBox a {
  color: #fff;
}
#history .historyTimeline .timelineBox .year {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
} 
#history .historyTimeline .timelineBox .year span {
  font-size: 36px;
  font-weight: 200;
}
#history .historyTimeline .timelineBox figure {
  margin-top: 50px;
}
#history .historyTimelineWrap img {
  user-drag: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}
#history .historyTimeline .timelineBox figcaption {
  padding: 5px 0 20px;
  font-size: 12px;
  line-height: 1.7;
}
#history .historyTimeline .timelineBox dt {
  padding-bottom: 15px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 22px;
  line-height: 1.4;
}
#history .historyTimeline .timelineBox dd {
  line-height: 1.7;
}
#history .historyTimeline .timelineBox .txtGold {
  margin-bottom: 15px;
  padding: 8px 15px 5px;
  background: #fff;
  color: var(--color-gold);
  font-size: 24px;
  line-height: 1.4;
}
#history .historyTimeline .timelineBox .txtGold:last-of-type {
  margin-bottom: 20px;
}
#history .historySlider {
  margin: 140px auto 50px;
  width: 90%;
  max-width: 1140px;
}
#history .historySlider h3 {
  text-align: center;
  opacity: 0;
}
#history .historySlider h3 .jp {
  display: block;
  margin-bottom: 50px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
#history .historySliderLine_inner {
  margin: auto;
  max-width: 1240px;
  width: 90%;
}
#history .historySliderLine_inner .slick-list {
  overflow: visible;
}
#history .historySliderLine_box .slick-dots {
  position: relative;
  display: flex !important;
  justify-content: center;
  padding: 10px 0;
  margin: auto;
  width: 400px;
  max-width: 80%;
}
#history .historySliderLine_box .slick-dots li {
  height: 1px;
  background: rgba(221,221,221,.5);
  border-radius: 0;
  margin: 0;
  width: 25%;
  transition: background 0.3s;
}
#history .historySliderLine_box .slick-dots li.slick-active {
  background: #fff;
}
#history .historySliderLine_box .slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#history .historySliderLine_box {
  position: relative;
  padding-bottom: 130px;
}
#history .historySliderLine_box button {
  position: absolute;
  top: 40%;
  background: transparent;
  z-index: 10;
}
#history .historySliderLine_box .js-historySlider__prev {
  left: -20px;
}
#history .historySliderLine_box .js-historySlider__next {
  right: 25px;
}
#history .historySliderLine_box button .c-arrow {
  --arrow: 42px;
  --arrow-color: var(--color-white);
  opacity: 1;
  transition: opacity 1.2s;
}
#history .historySliderLine_box button .c-arrow::before, #history .historySliderLine_box button .c-arrow::after {
  background: var(--color-black);
}
#history .historySliderLine_box button .c-arrow:hover {
  opacity: .7;
}
#history .historySliderSlide .slick-track {
  display: flex;
}
#history .c-historySlider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 70px;
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin-right: 50px;
  background: rgba(59,48,29,.95);
  color: #fff;
}
#history .c-historySlider .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px 25px 8px;
  background: #867A44;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}
#history .c-historySlider .txtarea {
  width: 62%;
}
#history .c-historySlider h4 {
  padding-bottom: 20px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
}
#history .c-historySlider .txt {
  line-height: 1.7;
}
#history .c-historySlider .accBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  font-size: 14px;
}
#history .c-historySlider.policy .accBox {
  align-items: center;
}
#history .c-historySlider .accBox dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 150px;
  border: 1px solid #fff;
  line-height: 1.7;
}
#history .c-historySlider.present .accBox dt {
  width: 190px;
}
#history .c-historySlider .accBox dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 170px);
}
#history .c-historySlider.present .accBox dd {
  width: calc(100% - 210px);
}
#history .c-historySlider.policy .accBox dd p {
  padding-left: 10px;
}
#history .c-historySlider .accBox dd ul {
  width: 49%;
}
#history .c-historySlider.policy .accBox dd ul {
  width: 100%;
}
#history .c-historySlider.present .accBox dd ul {
  width: auto;
}
#history .c-historySlider .accBox dd li {
  position: relative;
  padding-left: 10px;
}
#history .c-historySlider .accBox dd li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#history .c-historySlider .photoArea {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 34%;
}
#history .c-historySlider .photoArea figure:nth-child(2) {
  margin-top: 30px;
}
#history .c-historySlider .photoArea figcaption {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
  line-height: 1.7;
}
#history .caption {
  position: absolute;
  left: 20px;
  bottom: 5px;
  color: #fff;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {
  #history .historyTimelineWrap {
    margin-left: 5%;
  }
}
@media screen and (max-width: 619px) {
  #history .historyBg {
    background: url("../img/hisotry-smp.webp") no-repeat center top / cover;
  }
  #history .historyInner {
    padding: 100px 0 0;
  }
  #history .historyCopy h3 {
    text-align: left;
  }
  #history .historyCopy h3 .font-en {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  #history .historyCopy h3 .jp {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #history .historyCopy .finger {
    margin-top: -60px;
    width: 60px;
    height: 25px;
  }
  #history .historyCopy .finger img {
    width: 20px;
  }
  #history .historyTimeline .timelineBox {
    flex: 0 0 66vw;
    padding-right: 8%;
  }
  #history .historyTimeline .timelineBox:first-of-type {
    margin-left: 0;
  }
  #history .historyTimeline .timelineBox::before {
    top: 52px;
    width: 18px;
    height: 18px;
  }
  #history .historyTimeline .timelineBox::after {
    top: 60px;
  }
  #history .historyTimeline .timelineBox .year {
    font-size: 20px;
  } 
  #history .historyTimeline .timelineBox .year span {
    font-size: 30px;
  }
  #history .historyTimeline .timelineBox figure {
    margin-top: 30px;
  }
  #history .historyTimeline .timelineBox figcaption {
    padding: 5px 0 15px;
    font-size: 11px;
    line-height: 1.5;
  }
  #history .historyTimeline .timelineBox dt {
    padding-bottom: 10px;
    font-size: 16px;
  }
  #history .historyTimeline .timelineBox dd {
    font-size: 14px;
  }
  #history .historyTimeline .timelineBox .txtGold {
    margin-bottom: 10px;
    width: 90%;
    padding: 5px 10px 3px;
    font-size: 16px;
  }
  #history .historyTimeline .timelineBox .txtGold:last-of-type {
    margin-bottom: 15px;
  }
  #history .historySlider {
    margin: 70px auto 30px;
  }
  #history .historySlider h3 .jp {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #history .historySliderLine_inner {
    margin: auto;
    max-width: 1240px;
  }
  #history .historySliderLine_inner .slick-list {
    overflow: hidden;
  }
  #history .historySliderLine_box .slick-dots {
    display: none!important;
  }
  #history .historySliderLine_box {
    padding-bottom: 80px;
  }
  #history .historySliderLine_box button {
    position: absolute;
    top: 40%;
    background: transparent;
    z-index: 10;
  }
  #history .historySliderLine_box .js-historySlider__prev {
    left: -12px;
  }
  #history .historySliderLine_box .js-historySlider__next {
    right: -12px;
  }
  #history .historySliderLine_box button .c-arrow {
    --arrow: 30px;
  }
  #history .historySliderSlide .slick-track {
    display: flex;
  }
  #history .c-historySlider {
    display: block;
    padding: 45px 30px 30px;
    margin: 0;
    width: 100%!important;
  }
  #history .c-historySlider .icon {
    padding: 8px 20px 5px;
    font-size: 16px;
  }
  #history .c-historySlider .txtarea {
    width: 100%;
  }
  #history .c-historySlider h4 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  #history .c-historySlider .txt {
    font-size: 14px;
    line-height: 1.7;
  }
  #history .c-historySlider .txtarea p {
    font-size: 14px;
    line-height: 1.7;
  }
  #history .c-historySlider .accBox {
    display: block;
    margin-top: 20px;
    font-size: 14px;
  }
  #history .c-historySlider .accBox dt {
    position: relative;
    justify-content: flex-start;
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
 }
  #history .c-historySlider .accBox dt span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
  }
  #history .c-historySlider .accBox dt span::before,
  #history .c-historySlider .accBox dt span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    background: #fff;
    content: "";
  }
  #history .c-historySlider .accBox dt span::before {
    transition: transform 0.5s linear;
    transform: translateY(-50%) rotate(90deg);
  }
  #history .c-historySlider .accBox dt.open span::before {
    transform: translateY(-50%) rotate(0deg) !important;
  }
  #history .c-historySlider.present .accBox dt {
    margin-bottom: 30px;
    width: 100%;
  }
  #history .c-historySlider .accBox dd {
    padding-top: 10px;
    width: 100%;
  }
  #history .c-historySlider.present .accBox dd {
    width: 100%;
  }
  #history .c-historySlider .accBox dd ul {
    width: 100%;
  }
  #history .c-historySlider.policy .accBox dd ul {
    width: 100%;
  }
  #history .c-historySlider.present .accBox dd ul {
    width: auto;
  }
  #history .c-historySlider .photoArea {
    margin-top: 20px;
    width: 100%;
  }
  #history .c-historySlider .photoArea figure:nth-child(2) {
    margin-top: 20px;
  }
  #history .c-historySlider .photoArea figcaption {
    font-size: 11px;
  }
  #history .caption {
    left: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 320px) {}

/* area */
#area {
  padding: 150px 0 0;
}
#area .areaCopy {
  position: relative;
  margin: auto;
  max-width: 1240px;
  width: 90%;
  text-align: center;
}
#area h3 {
  opacity: 0;
}
#area h3 .jp {
  display: block;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 5px;
}
#area .areaCopy._on h3 {
  opacity: 1;
  transition: opacity 1.2s 1s;
}
#area .txt {
  display: block;
  margin-bottom: 100px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
  opacity: 0;
}
#area .areaCopy._on .txt {
  opacity: 1;
  transition: opacity 1.2s 1s;
}
#area .areaContents {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: auto;
}
#area .areaImage {
  position: relative;
  width: 45.3%;
}
#area .areaImage .areaImageFloor {
  position: sticky;
  top: 0;
  height: 100%;
}
#area .areaImage .areaImageFloor figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s, z-index 0.3s;
}
#area .areaImage .areaImageFloor figure.active {
  z-index: 2;
  opacity: 1;
}
#area .areaImage .areaImageFloor figcaption {
  position: absolute;
  left: 15px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
#area .areaType {
  position: relative;
  width: 54.7%;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#area .areaType::-webkit-scrollbar {
  display: none;
}
#area .areaType .c-area {
  position: relative;
  top: 0;
  padding: 50px 7.7%;
  background: #EDE5F2;
  min-height: 100%;
}
#area .areaType .c-area#areaDetailB {
  background: #E7ECED;
  z-index: 2;
}
#area .areaType .c-area#areaDetailC {
  background: #F4E9DE;
  z-index: 3;
}
#area .areaType .c-area .areaDetailInner {
  padding-bottom: 100px;
  max-width: 530px;
}
#area .areaType .c-area h4 {
  margin-bottom: 20px;
  color: #4C2965;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
#area .areaType .c-area#areaDetailB h4 {
  color: #006B80;
}
#area .areaType .c-area#areaDetailC h4 {
  color: #B65900;
}
#area .areaType .c-area .txts {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
#area .areaType .c-area .photoWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#area .areaType .c-area .photoWrap figure {
  width: 48.5%;
}
#area .areaType .c-area figcaption {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
#area .areaType .c-area dt {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-darkgray);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}
#area .areaType .c-area dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#area .areaType .c-area dd p {
  width: 45%;
}
#area .areaType .c-area dd figure {
  width: 51%;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 619px) {
  #area {
    padding: 80px 0 0;
  }
  #area h3 .jp {
    margin-bottom: 30px;
    font-size: 22px;
  }
  #area .txt {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 1px;
  }
  #area .areaContents {
    display: block;
  }
  #area .areaImage {
    width: 100%;
  }
  #area .areaImage .areaImageFloor {
    position: static;
    aspect-ratio: 870 / 740;
    height: auto;
  }
  #area .areaImage .areaImageFloor figure {
    display: none;
  }
  #area .areaImage .areaImageFloor figure.active {
    display: block;
  }
  #area .areaImage .areaImageFloor figcaption {
    position: absolute;
    left: 15px;
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
  }
  #area .areaType {
    width: 100%;
    overflow-y: auto;
    height: auto;
  }
  #area .areaType .areaTab {
    display: flex!important;
  }
  #area .areaType .areaTab li {
    position: relative;
    padding: 15px 5px 20px;
    width: 33.3%;
    background: #EDE5F2;
    color: #4C2965;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  }
  #area .areaType .areaTab li.active {
    background: #4C2965;
    color: #fff;
  }
  #area .areaType .areaTab li::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #4C2965;
    border-right: 2px solid #4C2965;
    transform: rotate(135deg);
  }
  #area .areaType .areaTab li:nth-child(2)::after {
    border-top: 2px solid #006B80;
    border-right: 2px solid #006B80;
  }
  #area .areaType .areaTab li:nth-child(3)::after {
    border-top: 2px solid #B65900;
    border-right: 2px solid #B65900;
  }
  #area .areaType .areaTab li.active::after,
  #area .areaType .areaTab li.active:nth-child(2)::after,
  #area .areaType .areaTab li.active:nth-child(3)::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #area .areaType .areaTab li span {
    display: block;
    font-size: 15px;
  }
  #area .areaType .areaTab li:nth-child(2) {
    background: #E7ECED;
    color: #006B80;
  }
  #area .areaType .areaTab li.active:nth-child(2) {
    background: #006B80;
    color: #fff;
  }
  #area .areaType .areaTab li:nth-child(3) {
    background: #F4E9DE;
    color: #B65900;
  }
  #area .areaType .areaTab li.active:nth-child(3) {
    background: #B65900;
    color: #fff;
  }
  #area .areaType .c-area {
    display: none;
    padding: 30px 20px;
  }
  #area .areaType .c-area.active {
    display: block;
  }
  #area .areaType .c-area .areaDetailInner {
    padding-bottom: 0;
  }
  #area .areaType .c-area h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #area .areaType .c-area .txts {
    margin-bottom: 15px;
    font-size: 15px;
  }
  #area .areaType .c-area figcaption {
    font-size: 11px;
  }    
  #area .areaType .c-area dl:first-child {
    margin-bottom: 20px;
  }
  #area .areaType .c-area dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #area .areaType .c-area dd p {
    width: 55%;
    font-size: 14px;
    line-height: 1.6;
  }
  #area .areaType .c-area dd figure {
    width: 40%;
  }
}
@media screen and (max-width: 320px) {}

/* project */
#project {
  padding: 150px 0 120px;
  background: linear-gradient(117.47deg, #DEE5EC 0.41%, #FFFBF7 35.76%);
}
#project .projectInner {
  margin: auto;
  max-width: 1240px;
  width: 90%;
}
#project .projectCopy {
  position: relative;
  text-align: center;
}
#project h3 {
  opacity: 0;
}
#project h3 .jp {
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 5px;
}
#project .projectCopy .txt {
  display: block;
  margin-bottom: 100px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0;
}
#project .projectCopy .map {
  opacity: 0;
}
#project .projectDetailWrap {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#project .projectDetailWrap .projectDetail {
  width: 46.5%;
  opacity: 0;
}
#project .projectDetailWrap .projectDetail .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#project .projectDetailWrap .projectDetail h4 {
  padding-bottom: 30px;
  color: #65253F;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
#project .projectDetailWrap .projectDetail h4 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}
#project .projectDetailWrap .projectDetail:last-child h4 {
  color: #165D41;
}
#project .projectDetailWrap .projectDetail .txtarea {
  width: 45%;
}
#project .projectDetailWrap .projectDetail .txtarea p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
#project .projectDetailWrap .projectDetail .txtarea p span {
  font-size: 14px;
  font-weight: 400;
}
#project .projectDetailWrap .projectDetail figure {
  width: 49%;
}
#project .projectDetailWrap .projectDetail figcaption {
  margin-top: -20px;
  padding-right: 5px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
#project .projectDetailWrap .projectDetail:last-child figcaption {
  color: #fff;
  text-shadow: rgba(0, 0, 0, .6) 1px 1px 10px, rgba(0, 0, 0, .6) -1px 1px 10px, rgba(0, 0, 0, .6) 1px -1px 10px, rgba(0, 0, 0, .6) -1px -1px 10px;
}
#project .projectInner._on h3,
#project .projectInner._on .txt,
#project .projectInner._on .map,
#project .projectInner._on .projectDetail {
  opacity: 1;
  transition: opacity 1.2s 1s;
}

/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 619px) {
  #project {
    padding: 80px 0 30px;
  }
  #project h3 .jp {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 3px;
  }
  #project .projectCopy .txt {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #project .projectDetailWrap {
    padding-top: 40px;
  }
  #project .projectDetailWrap .projectDetail {
    width: 100%;
  }
  #project .projectDetailWrap .projectDetail h4 {
    padding-bottom: 15px;
  }
  #project .projectDetailWrap .projectDetail .txtarea {
    width: 100%;
  }
  #project .projectDetailWrap .projectDetail .txtarea p {
    font-size: 15px;
  }
  #project .projectDetailWrap .projectDetail .txtarea p span {
    font-size: 12px;
  }
  #project .projectDetailWrap .projectDetail figure {
    padding: 20px 0 50px;
    width: 100%;
  }
  #project .projectDetailWrap .projectDetail figcaption {
    margin-top: 5px;
    font-size: 11px;
  }
  #project .projectDetailWrap .projectDetail:last-child figcaption {
    margin-top: -20px;
    color: var(--color-black);
    text-shadow: none;
  }
}
@media screen and (max-width: 320px) {}