@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
/*　font-family: 'Noto Serif JP', serif;　*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*　font-family: 'Yuji Syuku', serif;　*/
/* TOP
-----------------------------------------------------------------*/
body {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media all and (max-width: 896px) {
  body {
    overflow: auto;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.heri {
  padding: 20px 20px 20px 0;
  background-image: url("../../../top/images/bg_heri.jpg");
  height: 100%;
  width: 900vw;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 896px) {
  .heri {
    height: auto;
    width: 100vw;
    padding: 20px 0 0;
  }
}

#wrapper_top {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  overflow: hidden;
  background-image: url("../../../common/images/bg01r.jpg");
}
@media all and (max-width: 896px) {
  #wrapper_top {
    display: block;
    height: auto;
  }
}

.static {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
@media all and (max-width: 896px) {
  .static {
    position: inherit;
    width: auto;
    height: auto;
  }
}

.area_footer {
  display: none;
}
@media all and (max-width: 896px) {
  .area_footer {
    display: block;
  }
}

.copyrights {
  z-index: 70000;
  display: none;
}
@media all and (max-width: 896px) {
  .copyrights {
    display: block;
  }
}

/*.copyrights {
  position: fixed;
  z-index: 7000;
  bottom: 20px;
  width: 100%;
  background-color: rgba(0,0,0,0);
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4em;
  z-index: 9980;
  @include media(landscape) {
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 5px;
    position: relative;
  }
}*/
.pagetop {
  display: none;
}
@media all and (max-width: 896px) {
  .pagetop {
    display: block;
  }
}

.area_header_top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 99995;
}
@media all and (max-width: 896px) {
  .area_header_top {
    display: none;
  }
}
.area_header_top .block_header_top {
  position: relative;
  width: auto;
  height: 100%;
}
.area_header_top .block_header_top img {
  width: auto;
  height: 100%;
}

.scroll {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1100;
}
@media all and (max-width: 896px) {
  .scroll {
    display: none;
  }
}
.scroll img {
  width: 95px;
  height: auto;
}
@media all and (max-width: 1367px) {
  .scroll img {
    width: 80px;
  }
}
@media all and (max-width: 1250px) {
  .scroll img {
    width: 70px;
  }
}

.area_top {
  width: 100%;
  height: 100%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 99990;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_top {
    padding: 0 0 0 0px;
    height: calc(100vh - 20px);
  }
}
.area_top .block_top {
  width: 100%;
  height: 100%;
  background-image: url("../../../top/images/illust.png"), url("../../../common/images/bg01r.jpg");
  background-position: center center;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  position: relative;
  z-index: 110;
}
@media all and (max-width: 480px) {
  .area_top .block_top {
    background-image: url("../../../top/images/illust.jpg");
    background-position: -150px center;
    background-size: auto 100%;
  }
}
.area_top .block_top .box_ttl {
  display: flex;
  padding: 5% 0 0 19%;
}
@media all and (max-width: 896px) {
  .area_top .block_top .box_ttl {
    display: block;
    padding: 40px 0 0 0px;
    text-align: center;
  }
}
.area_top .block_top .box_ttl .logo {
  line-height: 0em;
  padding: 0 30px 0 0;
}
@media all and (max-width: 896px) {
  .area_top .block_top .box_ttl .logo {
    padding: 0 0px 0 0;
  }
}
.area_top .block_top .box_ttl .logo img {
  height: 32vh;
  width: auto;
}
@media all and (max-width: 896px) {
  .area_top .block_top .box_ttl .logo img {
    height: 30vh;
  }
}
.area_top .block_top h1 {
  font-family: "Yuji Syuku", serif;
  font-style: italic;
  color: #FFF;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  font-size: 2.4rem;
  line-height: 1.8em;
  font-weight: 200;
  letter-spacing: 0.05em;
  position: absolute;
  top: 23%;
  right: 19%;
  line-height: 1.5;
  text-align: right;
}
@media all and (max-width: 1367px) {
  .area_top .block_top h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1280px) {
  .area_top .block_top h1 {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 896px) {
  .area_top .block_top h1 {
    top: auto;
    right: 0px;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 2.4rem;
    text-align: left;
  }
}
@media all and (max-width: 1700px) {
  .area_top .block_top h1 .sponly {
    display: block;
  }
}
.area_top .block_top .cloud01 {
  position: absolute;
  top: 12vh;
  left: 83vw;
  z-index: 90;
}
@media all and (max-width: 1367px) {
  .area_top .block_top .cloud01 {
    display: none;
  }
}
.area_top .block_top .cloud02 {
  position: absolute;
  bottom: 0px;
  left: 76vw;
  z-index: 1010;
}
@media all and (max-width: 896px) {
  .area_top .block_top .cloud02 {
    display: none;
  }
}

.box_ttl_nav {
  width: 260px;
  padding: 20px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .box_ttl_nav {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    margin-top: 0px;
    padding: 0px;
  }
}
.box_ttl_nav .ttl {
  line-height: 0em;
  padding: 0 0 20px;
}
.box_ttl_nav .ttl img {
  width: 100%;
  height: auto;
}
.box_ttl_nav .ttl img.shusse {
  max-width: 170px;
}
@media all and (max-width: 1367px) {
  .box_ttl_nav .ttl img.shusse {
    max-width: 150px;
  }
}
.box_ttl_nav .ttl img.den {
  max-width: 150px;
}
@media all and (max-width: 1367px) {
  .box_ttl_nav .ttl img.den {
    max-width: 120px;
  }
}
@media all and (max-width: 896px) {
  .box_ttl_nav .ttl {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.box_ttl_nav ul {
  border-top: #2A1710 solid 1px;
}
@media all and (max-width: 896px) {
  .box_ttl_nav ul {
    width: calc(100% - 110px);
    margin: 0 0 0 20px;
    box-sizing: border-box;
  }
}
.box_ttl_nav ul li {
  padding: 16px 0 16px 30px;
  border-bottom: #2A1710 solid 1px;
  font-size: 1.6vmin;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
}
@media all and (max-width: 1367px) {
  .box_ttl_nav ul li {
    padding: 13px 0 13px 30px;
  }
}
@media all and (max-width: 896px) {
  .box_ttl_nav ul li {
    font-size: 1.5rem;
  }
}
.box_ttl_nav ul li::before {
  content: url("../../../common/images/arrow02.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.box_copy_v {
  padding: 30px 20px 0;
  min-width: 20vh;
}
@media all and (max-width: 896px) {
  .box_copy_v {
    margin-top: 0px;
    width: 100%;
    min-width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 16px 0px 0;
  }
}
.box_copy_v h2 {
  font-size: 2.8vmin;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  display: block;
}
@media all and (max-width: 1025px) {
  .box_copy_v h2 {
    font-size: 2.5vmin;
  }
}
@media all and (max-width: 896px) {
  .box_copy_v h2 {
    font-size: 1.8rem;
    line-height: 1.9em;
  }
}
.box_copy_v h2 span {
  font-size: 80%;
}
.box_copy_v p {
  letter-spacing: 0.05em;
}

.box_txt_ver {
  width: 25%;
  padding: 10px 20px 20px;
}
.box_txt_ver p {
  font-size: 1.8vmin;
  line-height: 1.8em;
}
@media all and (max-width: 1025px) {
  .box_txt_ver p {
    font-size: 1.8vmin;
  }
}
@media all and (max-width: 896px) {
  .box_txt_ver p {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
  }
}
.box_txt_ver p.mt20 {
  margin-top: 20px;
}

#page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
  width: 100vw;
}

#page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
  position: relative;
}
@media all and (max-width: 1367px) {
  #page2 .scroll, #page3 .scroll, #page4 .scroll, #page5 .scroll, #page6 .scroll, #page7 .scroll, #page8 .scroll, #page9 .scroll {
    right: 15px;
  }
}
@media all and (max-width: 896px) {
  #page2 .scroll, #page3 .scroll, #page4 .scroll, #page5 .scroll, #page6 .scroll, #page7 .scroll, #page8 .scroll, #page9 .scroll {
    display: none;
  }
}

@media all and (max-width: 896px) {
  #page3, #page5 {
    padding-top: 40px;
  }
}

#page9 {
  width: calc(100vw - 20px);
}
@media all and (max-width: 896px) {
  #page9 {
    width: 100vw;
  }
}

.block_nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
@media all and (max-width: 896px) {
  .block_nav {
    display: none;
  }
}
.block_nav nav {
  padding: 10px 5px;
  /*
  background-color:rgba(42,23,15,0.8); */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  background-image: url("../../../top/images/bg_nav.jpg");
  background-size: cover;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 1367px) {
  .block_nav nav {
    padding: 5px 20px;
  }
}
.block_nav nav .dragon {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.block_nav nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block_nav nav ul li {
  border-right: #FFF solid 1px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.block_nav nav ul li:last-child {
  border-right: none;
}
@media all and (max-width: 1367px) {
  .block_nav nav ul li {
    font-size: 1.5rem;
  }
}
.block_nav nav ul li a {
  display: block;
  padding: 8px 20px;
  color: #FFF;
  white-space: nowrap;
}
.block_nav nav ul li a.nolink {
  opacity: 0.4;
  cursor: default;
}
@media all and (max-width: 1367px) {
  .block_nav nav ul li a {
    padding: 8px 15px;
  }
}

.elem {
  opacity: 0;
  margin-top: 100px;
}

.animate {
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0.3s;
  transition-timing-function: ease-out;
  margin-top: 0px;
}

.area_ieyasu {
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 80;
}
@media all and (max-width: 896px) {
  .area_ieyasu {
    height: auto;
  }
}
.area_ieyasu .yama01 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_ieyasu .yama01 {
    display: none;
  }
}
.area_ieyasu .yama01 img {
  width: 100%;
  height: auto;
}
.area_ieyasu .yama03 {
  position: absolute;
  bottom: 24vh;
  right: 28vw;
}
@media all and (max-width: 896px) {
  .area_ieyasu .yama03 {
    display: none;
  }
}
.area_ieyasu .cloud03 {
  position: absolute;
  bottom: 0px;
  top: 0px;
  height: 100%;
  left: -8vw;
}
@media all and (max-width: 896px) {
  .area_ieyasu .cloud03 {
    display: none;
  }
}
.area_ieyasu .cloud03 img {
  height: 100%;
  width: auto;
  text-align: right;
}
.area_ieyasu .block_syusse {
  width: 80%;
  height: 100%;
  position: relative;
  z-index: 1200;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 150px;
}
@media all and (max-width: 1280px) {
  .area_ieyasu .block_syusse {
    width: 90%;
  }
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0 0;
  }
}
.area_ieyasu .block_syusse .ieyasu {
  padding: 20px 0 60px;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse .ieyasu {
    padding: 0px 0 0px;
    width: 100%;
    text-align: center;
    display: block;
    align-items: center;
  }
}
.area_ieyasu .block_syusse .ieyasu img.shusse {
  width: 100%;
  max-width: 170px;
}
@media all and (max-width: 1367px) {
  .area_ieyasu .block_syusse .ieyasu img.shusse {
    max-width: 150px;
  }
}
.area_ieyasu .block_syusse .ieyasu img.illust {
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 1700px) {
  .area_ieyasu .block_syusse .ieyasu img.illust {
    max-width: 55%;
  }
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse .ieyasu img.illust {
    width: 70%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.area_ieyasu .block_syusse .inner_syusse {
  width: 47%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-left: 3%;
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse .inner_syusse {
    width: 90%;
    display: block;
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse .inner_syusse .textArea .box_copy_v {
    padding: 30px 20px 0;
  }
}
.area_ieyasu .block_syusse .inner_syusse .textArea .box_copy_v p {
  font-size: 2.8vmin;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #2A1710;
  line-height: 1.6em;
}
@media all and (max-width: 1025px) {
  .area_ieyasu .block_syusse .inner_syusse .textArea .box_copy_v p {
    font-size: 2.5vmin;
  }
}
.area_ieyasu .block_syusse .inner_syusse .textArea .box_copy_v p + p {
  border-bottom: none;
  font-weight: normal;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse .inner_syusse .textArea .box_copy_v p {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.area_ieyasu .block_syusse .inner_syusse .textArea .box_txt_ver {
  width: 100%;
}
.area_ieyasu .block_syusse .inner_syusse .textArea .box_txt_ver p:first-child {
  font-size: 2.8vmin;
  margin-bottom: 10px;
  font-weight: bold;
}
@media all and (max-width: 1025px) {
  .area_ieyasu .block_syusse .inner_syusse .textArea .box_txt_ver p:first-child {
    font-size: 2.5vmin;
  }
}
@media all and (max-width: 896px) {
  .area_ieyasu .block_syusse .inner_syusse .textArea .box_txt_ver p:first-child {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.area_yurai {
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 80;
}
@media all and (max-width: 1367px) {
  .area_yurai {
    padding: 0 20px 0 20px;
  }
}
@media all and (max-width: 896px) {
  .area_yurai {
    height: auto;
  }
}
.area_yurai .yama01 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_yurai .yama01 {
    display: none;
  }
}
.area_yurai .yama01 img {
  width: 100%;
  height: auto;
}
.area_yurai .yama03 {
  position: absolute;
  bottom: 24vh;
  right: 28vw;
}
@media all and (max-width: 896px) {
  .area_yurai .yama03 {
    display: none;
  }
}
.area_yurai .cloud03 {
  position: absolute;
  bottom: 0px;
  top: 0px;
  height: 100%;
  left: -2.2vw;
}
@media all and (max-width: 896px) {
  .area_yurai .cloud03 {
    display: none;
  }
}
.area_yurai .cloud03 img {
  height: 100%;
  width: auto;
  text-align: right;
}
.area_yurai .block_yurai {
  width: 80%;
  height: 100%;
  position: relative;
  z-index: 1200;
  display: flex;
  padding-top: 20px;
  padding-left: 100px;
}
@media all and (max-width: 896px) {
  .area_yurai .block_yurai {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0 0;
  }
}
.area_yurai .block_yurai .inner_yurai {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_yurai .block_yurai .inner_yurai {
    display: block;
  }
}
.area_yurai .block_yurai .inner_yurai .box_ttl_nav .ttl img {
  width: auto;
}
.area_yurai .block_yurai .inner_yurai .textArea .box_copy_v p {
  font-size: 2vmin;
}
.area_about {
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 80;
  padding-left: 150px;
}
@media all and (max-width: 1367px) {
  .area_about {
    padding: 0 20px 0 20px;
  }
}
@media all and (max-width: 896px) {
  .area_about {
    height: auto;
  }
}
.area_about .yama01 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_about .yama01 {
    display: none;
  }
}
.area_about .yama01 img {
  width: 100%;
  height: auto;
}
.area_about .block_about {
  width: 80%;
  height: 100%;
  position: relative;
  z-index: 1200;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media all and (max-width: 896px) {
  .area_about .block_about {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0 0;
  }
}
.area_about .block_about .inner_about {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_about .block_about .inner_about {
    display: block;
  }
}
.area_about .block_about .inner_about .titleArea {
  width: 15%;
}
@media all and (max-width: 896px) {
  .area_about .block_about .inner_about .titleArea {
    width: 100%;
    text-align: center;
  }
}
.area_about .block_about .inner_about .titleArea .box_ttl_nav {
  margin: auto;
  padding: 0;
  width: auto;
}
.area_about .block_about .inner_about .textArea {
  width: 55%;
}
@media all and (max-width: 896px) {
  .area_about .block_about .inner_about .textArea {
    width: 100%;
  }
}
.area_about .block_about .inner_about .textArea .box_txt_ver {
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_about .block_about .inner_about .textArea .box_txt_ver {
    padding: 20px 0;
  }
}
.area_about .block_about .inner_about .imageArea {
  width: 30%;
}
@media all and (max-width: 896px) {
  .area_about .block_about .inner_about .imageArea {
    width: 100%;
  }
}
.area_about .block_about .inner_about .imageArea .box_img {
  padding: 0 20px 20px;
}
@media all and (max-width: 896px) {
  .area_about .block_about .inner_about .imageArea .box_img {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}
.area_about .block_about .inner_about .imageArea .box_img img {
  width: 100%;
  height: auto;
}
.area_about .block_about .inner_about .imageArea .box_img .large {
  width: 100%;
}
.area_about .block_about .inner_about .imageArea .box_img .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.6vw;
}
.area_about .block_about .inner_about .imageArea .box_img .inner .small {
  width: 50%;
  box-sizing: border-box;
  padding: 0.3vh 0.4vw;
}

.area_gaiyo {
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 80;
  padding-left: 150px;
}
@media all and (max-width: 1367px) {
  .area_gaiyo {
    padding: 0 20px 0 20px;
  }
}
@media all and (max-width: 896px) {
  .area_gaiyo {
    height: auto;
  }
}
.area_gaiyo .yama01 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_gaiyo .yama01 {
    display: none;
  }
}
.area_gaiyo .yama01 img {
  width: 100%;
  height: auto;
}
.area_gaiyo .block_gaiyo {
  width: 90%;
  height: 100%;
  position: relative;
  z-index: 1200;
  display: flex;
  padding-top: 20px;
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0 0;
  }
}
.area_gaiyo .block_gaiyo .inner_gaiyo {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .box_ttl_nav.pconly {
    display: none;
  }
}
.area_gaiyo .block_gaiyo .inner_gaiyo .textArea {
  width: 54%;
}
@media all and (max-width: 1025px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .textArea {
    width: 69%;
  }
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .textArea {
    width: 100%;
  }
}
.area_gaiyo .block_gaiyo .inner_gaiyo .textArea .box_txt_ver {
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .textArea .box_txt_ver {
    padding: 20px 0;
  }
}
.area_gaiyo .block_gaiyo .inner_gaiyo .box_img {
  padding: 20px;
  width: 45%;
}
@media all and (max-width: 1025px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .box_img {
    width: 30%;
    padding: 0;
  }
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .box_img {
    width: 100%;
    box-sizing: border-box;
  }
}
.area_gaiyo .block_gaiyo .inner_gaiyo .box_img img {
  width: 100%;
  height: auto;
}
.area_gaiyo .block_gaiyo .inner_gaiyo .box_img .large {
  width: 100%;
}
.area_gaiyo .block_gaiyo .inner_gaiyo .box_img .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.6vw;
}
.area_gaiyo .block_gaiyo .inner_gaiyo .box_img .inner .small {
  width: 33%;
  box-sizing: border-box;
  padding: 0.3vh 0.2vw;
}
.area_gaiyo .block_gaiyo .inner_gaiyo .box_img .banner {
  margin: 20px auto 0;
  padding: 0 0.5vw 0 0.2vw;
  max-width: 550px;
}
@media all and (max-width: 896px) {
  .area_gaiyo .block_gaiyo .inner_gaiyo .box_img .banner {
    margin: 15px auto 0;
    padding: 0 2.5vw 0 1vw;
  }
}

.area_person {
  width: 100%;
  height: 100%;
  padding: 0 0 0 100px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_person {
    padding: 30px 20px 0 20px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.area_person .yama01 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_person .yama01 {
    display: none;
  }
}
.area_person .yama01 img {
  width: 100%;
  height: auto;
}
.area_person .block_person {
  width: 70%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}
@media all and (max-width: 896px) {
  .area_person .block_person {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 30px 0px 0px;
  }
}
.area_person .block_person .textArea {
  width: 78%;
}
@media all and (max-width: 896px) {
  .area_person .block_person .textArea {
    width: 100%;
  }
}
.area_person .block_person .textArea .box_txt_ver {
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_person .block_person .textArea .box_txt_ver {
    padding: 20px 0;
  }
}
.area_person .block_person .textArea .box_txt_ver p.second {
  margin-top: 20px;
}
.area_person .block_person .textArea .placeArea {
  padding-left: 20px;
}
@media all and (max-width: 896px) {
  .area_person .block_person .textArea .placeArea {
    padding-left: 0;
  }
}
.area_person .block_person .textArea .placeArea .box_item {
  display: flex;
}
.area_person .block_person .textArea .placeArea .box_item .item img {
  max-width: 283px;
}
@media all and (max-width: 896px) {
  .area_person .block_person .textArea .placeArea .box_item .item img {
    max-width: 100%;
  }
}
.area_person .block_person .textArea .placeArea .btn_more {
  text-align: left;
  padding: 2.5vh 0 0;
}
.area_person .wrap_txt {
  width: 25%;
  display: flex;
  align-items: center;
}
.area_person .wrap_txt .box_txt_ver {
  width: 100%;
}

.area_history {
  width: 100%;
  height: 100%;
  padding: 0 0 0 100px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_history {
    padding: 30px 20px 0 20px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.area_history .yama01 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .area_history .yama01 {
    display: none;
  }
}
.area_history .yama01 img {
  width: 100%;
  height: auto;
}
.area_history .block_history {
  width: 85%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}
@media all and (max-width: 1700px) {
  .area_history .block_history {
    width: 90%;
    padding-left: 4vw;
  }
}
@media all and (max-width: 1367px) {
  .area_history .block_history {
    padding-left: 0;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history {
    width: 100%;
    padding: 0 0px;
    height: auto;
    flex-wrap: wrap;
    padding: 30px 0px 0px;
  }
}
@media all and (max-width: 1367px) {
  .area_history .block_history.second {
    margin-left: 0;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history.second {
    padding: 0;
    margin-top: -20px;
  }
}
.area_history .block_history .historyWrap {
  width: 100%;
}
.area_history .block_history .textArea {
  margin-bottom: 30px;
}
.area_history .block_history .textArea .box_copy_v {
  padding: 0;
}
.area_history .block_history .textArea .box_readcopy {
  margin-top: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  width: 85%;
}
@media all and (max-width: 896px) {
  .area_history .block_history .textArea .box_readcopy {
    width: 100%;
  }
}
.area_history .block_history .textArea .box_readcopy h3 {
  font-size: 2vmin;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .area_history .block_history .textArea .box_readcopy h3 {
    font-size: 1.8rem;
  }
}
.area_history .block_history .textArea .box_readcopy p {
  font-size: 1.6vmin;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .area_history .block_history .textArea .box_readcopy p {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
@media all and (max-width: 1367px) {
  .area_history .block_history .box_ttl_nav {
    width: 200px;
    padding: 0;
    margin-right: 2%;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl_nav.pconly {
    display: none;
  }
}
.area_history .block_history .historyList {
  width: 85%;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList.last {
    margin-bottom: 50px;
  }
}
.area_history .block_history .historyList p {
  margin-bottom: 10px;
}
.area_history .block_history .historyList p span {
  font-weight: bold;
}
.area_history .block_history .historyList p span.on {
  color: #D50E25;
}
.area_history .block_history .historyList dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: #2A1710 dotted 1px;
  padding: 3px 0 10px;
  line-height: 1.8em;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl {
    padding: 3px 0 15px;
  }
}
.area_history .block_history .historyList dl:last-child {
  margin-bottom: 0;
}
.area_history .block_history .historyList dl dt {
  width: 13%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.5em;
}
@media all and (max-width: 1367px) {
  .area_history .block_history .historyList dl dt {
    width: 17%;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dt {
    width: 60%;
    padding: 5px 0;
  }
}
.area_history .block_history .historyList dl dt span {
  font-weight: normal;
  font-size: 0.6em;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dt span {
    font-size: 0.7em;
  }
}
.area_history .block_history .historyList dl dd:nth-child(2) {
  width: 5%;
  text-align: center;
  font-size: 1.1em;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd:nth-child(2) {
    width: 10%;
  }
}
.area_history .block_history .historyList dl dd:last-child {
  width: 78%;
  font-size: 1.6vmin;
}
@media all and (max-width: 1280px) {
  .area_history .block_history .historyList dl dd:last-child {
    width: 74%;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd:last-child {
    width: 90%;
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}
.area_history .block_history .historyList dl dd.on {
  position: relative;
  color: #D50E25;
}
.area_history .block_history .historyList dl dd.on::after {
  position: absolute;
  content: "";
  border-left: 2px solid #D50E25;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  height: 10vh;
  z-index: -1;
}
@media all and (max-width: 1367px) {
  .area_history .block_history .historyList dl dd.on::after {
    height: 15vh;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.on::after {
    height: 200px;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.on.border_top::before {
    position: absolute;
    content: "";
    border-left: 2px solid #D50E25;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    z-index: -1;
  }
}
.area_history .block_history .historyList dl dd.on.border_long::after {
  height: 15vh;
}
@media all and (max-width: 1025px) {
  .area_history .block_history .historyList dl dd.on.border_long::after {
    height: 300px;
  }
}
.area_history .block_history .historyList dl dd.on.continue::after {
  height: 5vh;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.on.continue::after {
    height: 200px;
  }
}
.area_history .block_history .historyList dl dd.on.last::after {
  border-left: 2px solid #999;
  height: 10vh;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.on.last::after {
    height: 210px;
  }
}
.area_history .block_history .historyList dl dd.off {
  position: relative;
  color: #999;
}
.area_history .block_history .historyList dl dd.off::after {
  position: absolute;
  content: "";
  border-left: 2px solid #999;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  height: 10vh;
  z-index: -1;
}
@media all and (max-width: 1367px) {
  .area_history .block_history .historyList dl dd.off::after {
    height: 15vh;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.off::after {
    height: 200px;
  }
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.off.border_top::before {
    position: absolute;
    content: "";
    border-left: 2px solid #999;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    z-index: -1;
  }
}
.area_history .block_history .historyList dl dd.off.border_long::after {
  height: 15vh;
}
@media all and (max-width: 1025px) {
  .area_history .block_history .historyList dl dd.off.border_long::after {
    height: 300px;
  }
}
.area_history .block_history .historyList dl dd.off.continue::after {
  height: 7vh;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.off.continue::after {
    height: 300px;
  }
}
.area_history .block_history .historyList dl dd.off.historyend::after {
  height: 6vh;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd.off.historyend::after {
    height: 140px;
  }
}
@media all and (max-width: 320px) {
  .area_history .block_history .historyList dl dd.off.historyend::after {
    height: 160px;
  }
}
.area_history .block_history .historyList dl dd.off.last::after {
  content: none;
}
.area_history .block_history .historyList dl dd span.red {
  color: #D50E25;
  font-weight: bold;
  font-size: 2vmin;
}
@media all and (max-width: 896px) {
  .area_history .block_history .historyList dl dd span.red {
    font-size: 1.4rem;
  }
}
.area_history .block_history .historyList dl dd div {
  margin-top: 10px;
  font-weight: bold;
  line-height: 2em;
  color: #05432C;
}
.area_history .block_history .historyList dl dd div span {
  display: inline;
  border-bottom: 2px solid #05432C;
}
.area_history .copyrights_toppc {
  position: absolute;
  bottom: 50px;
  left: 53%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4em;
}
@media all and (max-width: 896px) {
  .area_history .copyrights_toppc {
    display: none;
  }
}

.area_footer {
  margin-top: 0px;
}