@charset "UTF-8";

#area02 .head01.hdFlex,
#area03 .head01.hdFlex,
#area05 .head01.hdFlex {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#area02 .head01.hdFlex span,
#area03 .head01.hdFlex span,
#area05 .head01.hdFlex span {
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  line-height: 0.7;
  padding-left: 10px;
}

#area01 .secInr {
  position: relative;
}

#area01 .topicsSlider .slick-slide {
  display: block;
  margin: 0 10px;
}

#area01 .topicsSlider li {
  outline: none;
}

#area01 .topicsSlider .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#area01 .topicsSlider .thumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
  overflow: hidden;
  background: #eee;
}

#area01 .topicsSlider .thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  bottom: 0;
  right: 0;
  height: 100% !important;
  width: auto !important;
  object-fit: cover;
}

#area01 .topicsSlider li dl dt {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

#area01 .topicsSlider li dl dt .date {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
  display: inline-block;
}

#area01 .topicsSlider li dl dt .category {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: #616153;
  padding: 0px 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
}

#area01 .topicsSlider li dl a {
  color: #77700d;
  text-decoration: underline;
}

#area01 .topicsSlider li dl a:hover {
  text-decoration: none;
}

#area01 h2.head01 {
  text-align: center;
  display: block;
}

#area01 h2.head01:before {
  display: none;
}

#area01 h2.head01 span {
  font-size: 35px;
  font-size: 3.5rem;
}

.viewBtn {
  text-align: right;
  position: absolute;
  top: 80px;
  right: 0;
}

.viewBtn a {
  font-family: 'Cormorant Garamond', serif;
}

.viewBtn a:hover {
  color: #b69260;
  text-decoration: none;
}

#area01 .iconPlus {
  position: relative;
  width: 14px;
  height: 14px;
  background: #000;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
}

#area01 .iconPlus::before {
  position: absolute;
  top: 0;
  left: 6px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #fff;
}

#area01 .iconPlus:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  content: '';
  display: inline-block;
  background: #fff;
}

#area02 {
  position: relative;
  width: 100%;
  padding-bottom: 400px;
}

#area02:before {
  content: "";
  width: 100%;
  height: 70%;
  background: url("../images/bg_01.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#area02 .verWrap {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*width: 100%;*/
  margin-bottom: 40px;
}

#area02 .verWrap .head02 {
  margin-left: 20px;
}

#area02 .verWrap .text {
  padding-top: 100px;
  height: 450px;
  line-height: 2.5 !important;
  text-orientation: upright;
}

.mainSec .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainSec .flexBox .infoBox {
  width: 34%;
  position: relative;
  padding-top: 70px;
}

.mainSec .flexBox .ImgBox {
  width: 58%;
  position: relative;
}

.mainSec .flexBox .ImgBox .Img {
  position: absolute;
  width: 130%;
  left: 0;
  top: 0;
}

.mainSec .flexBox .subImg01 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -350px;
}

.mainSec .flexBox .ImgBox .subImg02 {
  position: absolute;
  width: 105%;
  left: 0;
  top: 100%;
  display: flex;
}

.mainSec .flexBox .ImgBox .subImg02 .first {
  margin-right: 5%;
  width: 70%;
}

.mainSec .flexBox .ImgBox .subImg02 .even {
  width: 25%;
}

#area03 {
  position: relative;
}

#area03:before {
  content: "";
  width: 100%;
  height: 120%;
  background: url("../images/bg_02.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

#area03.mainSec .flexBox {
  flex-direction: row-reverse;
}

#area03.mainSec .flexBox .ImgBox .Img {
  left: inherit;
  right: 0;
}

#area03.mainSec .flexBox .subImg01 {
  width: 70%;
  bottom: -300px;
}

#area03.mainSec .flexBox .ImgBox .subImg02 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  right: 0;
  left: inherit;
  top: 94%;
}

#area03.mainSec .flexBox .ImgBox .subImg02 li {
  width: 50%;
}

#area03 .mainSec .flexBox .ImgBox .subImg02 li.first {
  margin-right: 0 !important;
}

#area03 .verWrap {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 60px;
}

#area03 .verWrap .head02 {
  margin-left: 20px;
}

#area03 .verWrap .text {
  padding-top: 100px;
  height: 450px;
  line-height: 2.5;
  text-orientation: upright;
}

#area04 {
  background: url(../images/bg_03.jpg) no-repeat;
  background-size: contain;
  padding-top: 300px;
  background-position: center;
}

#area04 .secInr {
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
}

#area04 h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-size: 6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 120px;
  opacity: 0.1;
  z-index: -1;
}

#area04 .infoBox {
  max-width: 760px;
  margin: 0 120px 120px auto;
}

#area04 .infoBox h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Cormorant Garamond', serif;
  display: block;
  margin-bottom: 20px;
}

#area05 .bgBox {
  background: url("../images/bg_04.jpg") no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 160px;
}

#area05 .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#area05 .flexBox .titleArea {
  width: 35%;
  order: 2;
}

#area05 .flexBox .infoBox {
  width: 60%;
  order: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#area05 .infoBox .head02 {
  margin-left: 25px;
}

#area05 .infoBox .txt {
  line-height: 2.5;
  height: 270px;
}

#area05 .col3List {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: -150px auto 0;
  flex-wrap: wrap;
}

#area05 .col3List li {
  width: 32%;
  margin-bottom: 30px;
}

#area05 .col3List li a {
  display: block;
}

#area05 .col3List li a:hover {
  text-decoration: none;
  color: #77700d;
}

#area05 .col3List .Img {
  position: relative;
  overflow: hidden;
  background: #000;
}

#area05 .col3List .Img img {
  transition: 1s all;
}

#area05 .col3List li a:hover .Img img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 0.8;
}

#area05 .col3List .Img .iconPlus {
  width: 26px;
  height: 26px;
  background: #000;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

#area05 .col3List .Img .iconPlus::before {
  position: absolute;
  top: 7px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #fff;
}

#area05 .col3List .Img .iconPlus::after {
  position: absolute;
  background: #fff;
  content: '';
  display: inline-block;
  height: 1px;
  width: 13px;
  top: 13px;
  left: 7px;
}

#area05 .col3List li h4 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 0;
}

#area05 .col3List li h4 span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  color: #aaaaaa;
  font-size: 12px;
  font-size: 1.2rem;
}

#area06 {
  background: url("../images/bg_05.jpg") no-repeat;
  background-size: contain;
  bottom: 0;
  background-position: bottom;
}

.remodal .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.remodal .flexBox .Img {
  width: 50%;
}

.remodal .flexBox .infoBox {
  width: 45%;
  text-align: left;
  line-height: 1.7;
}

.remodal .flexBox h4 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 0 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.remodal .flexBox h4 span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  color: #aaaaaa;
  font-size: 12px;
  font-size: 1.2rem;
}

.remodal-close {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 1100px) {
  .mainSec .flexBox .ImgBox .subImg02 {
    top: 100%;
    left: 20%;
  }

  .mainSec .flexBox .subImg01 {
    bottom: -370px;
    width: 135%;
  }

  #area03.mainSec .flexBox .ImgBox .subImg02 {
    right: 40px;
    top: 80%;
  }

  #area03.mainSec .flexBox .subImg01 {
    bottom: -250px;
  }

  #area02::before {
    height: 75%;
  }

  #area03:before {
    width: 90%;
    height: 110%;
  }

  #area02 {
    padding-bottom: 450px;
  }

  .mainSec .flexBox .infoBox {
    width: 35%;
  }
}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
  #actionList ul {
    display: flex;
    justify-content: flex-end;
  }

  #actionList ul li {
    /*width: 60% !important;*/
  }

  .portrait.ipad .mainSec .flexBox .infoBox {
    width: 100%;
    margin-bottom: 30px;
  }

  .portrait.ipad #area02.mainSec .flexBox .ImgBox {
    position: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .portrait.ipad #area02.mainSec .flexBox .ImgBox .subImg02 {
    top: 90%;
  }

  .portrait.ipad .mainSec .flexBox .ImgBox .Img {
    position: inherit;
    width: 48%;
    left: inherit;
    top: inherit;
  }

  .portrait.ipad #area03.mainSec .flexBox .ImgBox {
    width: 100%;
  }

  .portrait.ipad .mainSec .flexBox .subImg01 {
    bottom: inherit;
    width: inherit;
    position: inherit;
    left: inherit;
    margin-top: 60px;
  }

  .portrait.ipad .mainSec .flexBox .ImgBox .subImg02 {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 48%;
  }

  .portrait.ipad #area03.mainSec .flexBox .ImgBox .subImg02 {
    right: 0;
    /*top: 7%;*/
    top: 85%;
  }

  .portrait.ipad #area03.mainSec .flexBox .ImgBox .subImg02 li {
    width: 47%;
  }

  .portrait.ipad #area03.mainSec .flexBox .ImgBox .Img {
    left: inherit;
    right: inherit;
    width: 100%;
  }

  .portrait.ipad #area02:before,
  .portrait.ipad #area03:before {
    width: 100%;
    height: 82%;
  }

  .portrait.ipad #area03:before {
    height: 90%;
  }

  .portrait.ipad #area02 {
    padding-bottom: 0;
  }

  .portrait.ipad #area03.mainSec .flexBox .subImg01 {
    display: none;
  }

  .portrait.ipad #area04 {
    padding-top: 0;
  }

  .portrait.ipad .is-sp {
    display: none !important;
  }

  .portrait.ipad #area04 h2 {
    left: inherit;
    right: 5%;
    top: -5%;
  }

  .portrait.ipad #area03 .secInr {
    padding: 80px 0 0;
  }

  .portrait.ipad #area04 .infoBox {
    margin-bottom: 60px;
  }

  .portrait.ipad #area04 .secInr {
    padding-top: 130px;
  }

  .portrait.ipad #area05 .flexBox .infoBox {
    width: 100%;
  }

  .portrait.ipad #area05 .col3List li h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .portrait.ipad #area05 .flexBox .titleArea {
    width: 40%;
    order: 2;
  }

  .portrait.ipad #area05 .flexBox .infoBox {
    width: 55%;
  }

  .portrait.ipad #area05 .col3List {
    margin: -80px auto 0;
  }

  .portrait.ipad #area05 .col3List li {
    width: 48%;
  }

  .portrait.ipad #area05 .bgBox {
    padding-bottom: 70px;
  }

  .portrait.ipad #area06 .accessImg {
    height: 320px;
  }

  .portrait.ipad #area06 .secInr .infoBox {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .portrait.ipad #area06 .secInr .mapBox {
    width: 100%;
  }
}

/*------------------------------------for sp--*/
@media only screen and (max-width: 480px) {

  #area01 .topicsSlider li dl dt .date,
  #area01 .topicsSlider li dl dt .category {
    font-size: 10px;
    font-size: 1rem;
  }

  #area01 .topicsSlider li dl dt .date {
    margin-right: 5px;
  }

  #area01 .topicsSlider li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .viewBtn {
    text-align: center;
    position: inherit;
    top: inherit;
    right: inherit;
    padding-bottom: 20px;
  }

  .slick-arrow {
    display: none !important;
  }

  .head01 span {
    padding-bottom: 5px;
    font-size: 35px;
    font-size: 3.5rem;
  }

  .head01 {
    margin-bottom: 30px;
  }

  .head01.scrollin::before {
    height: 70px;
  }

  .head01:before {
    top: -80px;
  }

  .mainSec .flexBox .infoBox {
    width: 100%;
    margin-bottom: 30px;
  }

  .mainSec .flexBox .infoBox {
    padding-top: 40px;
  }

  .head02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .mainSec .flexBox .ImgBox {
    width: 100%;
    position: inherit;
  }

  .mainSec .flexBox .ImgBox .Img {
    position: inherit;
    width: 130%;
    left: inherit;
    top: inherit;
    margin-bottom: 30px;
  }

  .mainSec .flexBox .subImg01 {
    display: none;
  }

  .mainSec .flexBox .ImgBox .subImg02 {
    position: inherit;
    width: 80%;
    left: inherit;
    top: inherit;
    margin-left: -6%;
  }

  #area02 .verWrap {
    width: 100%;
  }

  #area02 {
    padding-bottom: 0px;
  }

  #area02::before {
    height: 85%;
    width: 100%;
  }

  #area03 .verWrap {
    padding-right: 0;
  }

  #area03.mainSec .flexBox .subImg01 {
    display: none;
  }

  #area03.mainSec .flexBox .ImgBox .subImg02 li {
    width: 48%;
  }

  #area03:before {
    height: 92%;
    width: 100%;
  }

  #area03 .secInr {
    padding: 40px 0 0;
  }

  #area04 {
    padding-top: 0px;
  }

  #area04 h2 {
    opacity: 0.05;
    right: -9%;
  }

  #area04 .infoBox {
    max-width: 100%;
    margin: 0 auto 40px;
  }

  #area04 .secInr {
    padding-bottom: 50px;
  }

  #area05 .flexBox .titleArea {
    order: 1;
    width: 100%;
  }

  #area05 .flexBox .infoBox {
    order: 2;
    width: 100%;
  }

  #area05 .bgBox {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #area05 .col3List li {
    width: 49%;
    margin-bottom: 20px;
  }

  #area05 .col3List li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 0;
  }

  #area05 .col3List li h4 span {
    padding-top: 3px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.1;
  }

  #area05 .col3List {
    margin: -40px auto 0;
  }
}

.sec-video:first-child {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .sec-video:first-child {
    margin-top: 40px;
  }
}
}

/******************** topics *********************/

.page-topics .inner,
.page-topics_detail .inner,
#topic-footer .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.page-ttl-block {
  height: auto;
  padding: 250px 0 60px;
}

.page-topics .inner .c-ft__en.en,
.page-topics_detail .inner .c-ft__en.en,
#topic-footer .inner .c-ft__en.en {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}

.c-ttl02 .jp {
  color: #77700d;
  font-weight: 700;
}

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

  /* .page-topics .inner, */
  .page-topics_detail .inner,
  #topic-footer .inner {
    padding: 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .page-ttl-block {
    display: block;
    height: auto;
    padding: 100px 0 60px;
    text-align: center;
  }

  .page-topics .inner .c-ft__en.en,
  .page-topics_detail .inner .c-ft__en.en,
  #topic-footer .inner .c-ft__en.en {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0;
  }
}

/******************** add 20220608 *********************/

.sec-video {
  margin-bottom: 80px;
}

.sec-video ul {
  display: flex;
  justify-content: center;
}

.sec-video ul li {
  width: 48%;
}

.video-js {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
  /*比率調整※16:9の画面幅*/
  color: #fff;
}

.video-js .vjs-tech {
  outline: none;
}

.video-js .vjs-big-play-button:focus {
  background: none;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button {
  height: 90px;
  width: 90px;
  border: 1px solid #fff;
  /*ドット枠線*/
  border-radius: 50%;
  /*形を丸に*/
  font-size: 5em;
  /*三角の大きさ変更*/
  line-height: 90px;
  background: rgba(255, 255, 255, .5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

  .sec-video ul {
    display: block;
  }

  .sec-video ul li {
    width: 100%;
  }

  .sec-video ul li:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .video-js:hover .vjs-big-play-button,
  .video-js .vjs-big-play-button {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

}

/* 2025.01.22 */
#area01 .topicsSlider .thumbnail img {
  object-fit: contain;
}